html,
body {
    word-break: break-word;
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    overflow-x: hidden;
    letter-spacing: 0.03px;
}
p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #707070;
    margin-bottom: 15px;
}
img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 700;
}
ul {
  padding: 0;
  margin: 0;
}
.text-dark {
    color: #141414;
}
.small,
small {
    font-size: 17px;
}
/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 120px;
    border: none;
}
.navbar .container {
    padding-left: 45px;
    padding-right: 45px;
}
.navbar .container {
    border: none;
}
.navbar .navbar-nav .active {
  color: #BD945A;
}
.navbar .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin: 1px;
  transition: all .4s;
  padding-right: 12px;
  padding-left: 12px;
}
/* logo */
.nav-scroll .logo-wrapper .logo-img {
    width: 130px;
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper {}
.nav-scroll .logo-wrapper .logo h2 {
    display: block;
    width: 100%;
    color: #BD945A;
    position: relative;
    margin-bottom: 0;
    padding: 0;
}
.nav-scroll .logo-wrapper .logo span {
    color: #BD945A;
}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo {
  padding: 0;
  color: #fff;
  font-size: 24px;
  align-items: center;
  display: inline-flex;
}
.logo-wrapper .logo h2 {
    font-family: "Gilda Display", serif;
    font-size: 32px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;
}
.logo-wrapper .logo h2 span {
    color: #BD945A;
}
/* navbar-right phone */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .navbar-right .phonex {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.navbar .navbar-right:hover .phonex {
    color: rgba(255,255,255,0.8);
}
.navbar .navbar-right .phonex i {
    font-size: 14px;
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #BD945A;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}
/*------*/
#homeSlider {
  position: relative;
  background-position: center;
  display: flex;
  align-items: center;
}
#homeSlider .carousel-caption {
  top: 42%;
  z-index: 9;
}
.carousel-caption h1 {
  position: relative;
  font-weight: 400;
  font-size: 50px;
  line-height: 80px;
  color: #fff;
  animation-delay: .4s;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* ======= Section style ======= */
.section-padding {
    padding: 70px 0px 70px;
}
.section-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    color: #141414;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.section-subtitle {
    font-weight: 600;
    margin-bottom: 10px;
    color: #BD945A;
    font-size: 16px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
/* ======= About style ======= */
.about {
    position: relative;
}
.abt-text-section {
  margin-bottom: 15px;
}
.abt-img-1 {
  margin-top: 45px;
  margin-bottom: 15px;
}
.abt-img-2 {
  margin-bottom: 15px;
}
.button-read-1 {
  display: inline-block;
  height: auto;
  padding: 12px 27px;
  border: 1px solid #BD945A;
  border-radius: 5px;
  background-color: #BD945A;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  transform-style: preserve-3d;
}
.button-read-1:hover {
  border: 1px solid #141414;
  background-color: #141414;
  color: #fff;
  transform: translate3d(0px, -6px, 0.01px);
}
.about .animation-float1 {
    animation: float1 4000ms linear 800ms infinite alternate both;
}
@keyframes float1 {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(10px);
    }
}
.about .animation-float2 {
    animation: float2 4000ms linear 800ms infinite alternate both;
}
@keyframes float2 {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(30px);
    }
}



/* ======= Apartment style ======= */

.mega-apartment-tab {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
.mega-apartment-tab::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.55;
  z-index: -1;
}
.section-heading-1 {
  text-align: center;
  width: 100%;
  margin-top: -8px;
}
.section-heading-1 h3 {
  color: #fff;
  font-size: 32px;
  display: block;
  position: relative;
  padding: 0 0;
  text-transform: capitalize;
  margin-bottom: 30px;
}
#msa-feature-tab {
  width: 100%;
  text-align: center;
  border: none;
  display: flex;
  justify-content: center;
}
#msa-feature-tab > li {
  display: inline-block;
  float: none;
}
#msa-feature-tab .nav-link.active {
  background: #fff;
  color: #BD945A;
}
#msa-feature-tab > li button {
  display: block;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #333333;
  padding: 20px 0 20px;
  border: none;
  margin: 0;
  background-color: rgba(225, 225, 225, 0.85);
  cursor: pointer;
  width: 138px;
  height: 99px;
  border-radius: 0;
}
.mega-apartment-tab-features ul li i {
  display: block;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 30px;
}
/* Tab Content Styles */
.tab-content {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.tab-info-content {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  display: flex;
  gap: 20px;
}
.tab-info-content figure {
  outline: 2px solid #fff;
  outline-offset: -30px;
}
.tab-info-content .summary-text {
  font-size: 16px;
  color: #666;
}
.tab-info-content .summary-text h5 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.tab-info-content .summary-text p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.short-summary-info {
  padding: 0;
}
/* ======= Amenities style ======= */
.amenities {
  position: relative;
}
.amenities .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  transition: all 350ms cubic-bezier(.37, 0, .63, 1);
  background-color: #1b1b1b;
  margin-bottom: 25px
}

.amenities .item.hover-box * {
  transition: all .5s cubic-bezier(.5, 1, .89, 1);
  will-change: transform;
}
.amenities .item .cont .icon i {
  display: flex;
  margin-bottom: 15px;
  font-size: 50px;
  color: #BD945A;
  justify-content: center;
}
.amenities .item .cont .text h5 {
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.amenities .item:hover {
  background: #BD945A;
}
.amenities .item:hover .cont.up {
  transform: translateY(0);
}
.amenities .item:hover .cont h5, 
.amenities .item:hover .cont .icon i {
  color: #fff;
}
.amenities .item .cont {
  padding: 15px;
}

/* ======= Parallax style ======= */
.background-parallax-image {
  position: relative;
  min-height: 50vh;
  background-position: center;
  display: flex;
  align-items: center;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
[data-overlay-dark="5"]::before {
  opacity: 0.5;
}
[data-overlay-dark]::before {
  background: #000;
}
[data-overlay-dark]::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark] span {
  color: #fff;
}

/* ======= Footer style ======= */
.bottom-section {
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
  background-color: #333;
}
.bottom-section::after {
  background-image: url(../images/mega-apartment-room-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  opacity: 0.20;
  z-index: -1;
}
.bottom-section::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
}
.msa-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  overflow: hidden;
  background-color: #fff;
}
#map-canvas {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.msa-contact-info > span {
  font-size: 32px;
  color: #BD945A;
  margin-bottom: 28px;
  display: block;
}
.msa-contact-info ul {
  padding: 0;
  margin: 0;
}
.msa-contact-info p,
.msa-contact-info a {
  color: #fff;
  margin-bottom: 0px;
}
.msa-contact-info li {
  width: 100%;
  margin-bottom: 15px;
  font-size: 22px;
  color: #fff;
}
.msa-contact-info li i {
  margin-right: 20px;
  font-size: 24px;
  color: #a9b364;
}
.social-media-list ul li {
  display: inline;
}
/* ======= Room Detail style ======= */


.page-title-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000; /* Fallback for background image */
}
.page-banner-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.page-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6); /* Optional background for better readability */
  padding: 1rem 2rem;
  border-radius: 8px;
}

.page-title-overlay h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.apartment-detail-section {
  padding-top: 60px;
}
.room-details {
  position: relative;
  display: block;
}
.page-common-space {
  padding: 60px;
}
.quick-details {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 15px;
}
.quick-details span {
  margin-right: 20px;
}
.quick-details span i {
  color: #fff;
  margin-right: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
}

.pricing-section {
  padding-bottom: 60px;
}
.common-space {
  padding: 15px 0;
}
.appartment-room-details h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
}
.room-details__content {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
}
.room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid #ac8654;
  border-radius: 10px;
  padding: 30px 50px 30px 50px;
  position: relative;
  z-index: 1;
}
.room-details__details-box ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.room-details__details-box .text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.room-details__details-box h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35em;
}
.room-facility-list {
  position: relative;
}


.slider-img-wrapper {
    position: relative;
    overflow: hidden;
}
.slider-img-wrapper img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}
.slider-img-wrapper img:hover {
    transform: scale(1.05);
}
.title-text {
    text-align: left;
}
.title-text h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.35em;
}
.title-text p.text {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
}

.available-list .quick-text {
  font-size: 16px;
  color: #555;
}
.available-list .quick-text i {
  color: #4CAF50;
  margin-right: 10px;
  font-size: 18px;
}

/* Hover effects for the gallery images */
a.lightbox-image {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

a.lightbox-image:hover {
    transform: scale(1.05);
}


/*page about*/

.page-detail-section {
  padding: 60px;
}
.detail-content p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

/*.detail-content p:first-of-type::first-letter {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}*/

.cta {
    text-align: center;
    margin-top: 30px;
}

.cta a {
    display: inline-block;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta a:hover {
    background-color: #0056b3;
}

/* ======= Contact Page style ======= */

        #contactPage {
            padding: 40px 0;
        }
        .bg-white {
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .form-control {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        textarea.form-control {
            resize: none;
        }
        .btn-read-more {
            background-color: #d06f27;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .btn-read-more:hover {
            background-color: #0056b3;
        }
        .alert {
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 5px;
        }
        .alert-success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        .alert-danger {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        .contact-right {
            background-color: #d06f27;
            color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .contact-right h3 {
            font-size: 1.5rem;
        }

        .contact-right .d-flex {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .contact-right i {
            font-size: 1.5rem;
            margin-right: 10px;
        }

        .contact-right span {
            font-size: 1rem;
        }
.whatsapp-livechat {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 99;
}
/* ======= Service Page style ======= */
.other-services {
  padding: 40px 20px;
}
.section-title {
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.section-title p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.accordion-item {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
}
.accordion-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.accordion-header {
  font-size: 16px;
}
.accordion-button {
  padding: 15px;
  font-weight: 500;
  color: #333;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  transition: background-color 0.3s ease-in-out;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 15px;
  font-size: 14px;
  color: #555;
  background-color: #f9f9f9;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: #d06f27;
}
#amenities {
  padding: 50px 0;
}
.section-title h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
#amenities h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #d06f27;
}
/* ======= footer  style ======= */
.affiliated {
  z-index: 99;
  position: relative;
  text-align: center;
}
.affiliated ul {
  margin: 0;
}
.affiliated ul li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  background-color: #ffffff;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}


