 body {
    padding-bottom: 70px; /* height of bottom navbar */
}
/********** Template CSS **********/
:root {
    --primary: #e4b461;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #e4b461;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*font*/
@font-face {
    font-family: 'Trajan';
    src: url('../font/trajan.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.title-divider {
    display: block;
    margin: 0px auto;
    max-width: 250px;
}


/* Page Loader */
#page-loader {
    position: fixed;
    inset: 0;
    background: #fcfcff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-img {
    width: 500px;
    height: auto;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
    font-family: 'Trajan', serif;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 0;
    color: var(--primary);
    text-transform: uppercase;
    outline: none;
    font-family: 'Trajan', serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #977a54;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.bottom-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.4);
}

.bottom-navbar .nav-link {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Trajan', serif;
}

.bottom-navbar .nav-link:hover,
.bottom-navbar .nav-link.active {
    color: #fff;
}

/* NAVBAR OVER VIDEO */
.navbar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0));

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8efe6 !important;
    border-radius: 50%;
    border: 1px solid #977a54;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .5)), url(../img/am7.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*** CTA ***/
.cta {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65)), url(../img/am14.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*** CTA2 ***/
.cta2 {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/ctaimg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*** Contactbg ***/
.contactbg {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../img/ctaimg2.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/*** Footer ***/
.footer {
    color: #999999;
}

.footer .copyright {
    padding: 5px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.fadeclass {
    display: inline-block;
    animation: fadeZoom 3s ease-in-out infinite;
}

@keyframes fadeZoom {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/*new css */

/*modal form start*/
@media (max-width: 576px) {
    .modal-dialog.modal-custom-width {
        max-width: 90%;
    }
}

.modal-backdrop.show {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-dialog.modal-custom-width {
    max-width: 900px;
}

.img-fluid.object-fit-cover {
    object-fit: cover;
    height: 100%;
}

/* Icon Styling */
.input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    z-index: 2;
}

.input-with-icon {
    padding-left: 40px;
    border: none;
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.input-with-icon:focus {
    box-shadow: 0 0 0 4px rgba(81, 45, 168, 0.15);
}

/*modal form end*/

.logoclass {
    width: 150px;
}

/*sticky button start*/
.container-box1 {
    display: inline-block;
    position: fixed;
    top: 70%;
    right: -110px;
    z-index: 30;
}

.rotated1 {
    -webkit-transform: rotate(-90deg);
    transform-origin: top left;
}

.bgimg {
    background-image: url(../img/newbg.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.pulseanimation {
    animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px #a99a85;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }
}

@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}

@media (max-width: 767px) {
    h5.eameh5 {
        font-size: 12px;
    }

    p.footercontactp {
        font-size: 20px;
    }
    .amenity-row {
    margin-bottom: 20px!important;
}
}


/* ================================
   FLOAT ICONS – DESKTOP ONLY
   ================================ */

.enquiebtn {
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 999;
}

.enquiebtn ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.enquiebtn ul li {
    background-color: #000;
    list-style-type: none;
    border: 1px solid #ba9d5e;
    border-radius: 50px;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    /* keeps text inside pill */
    transition: all 0.6s ease;
}

/* hover slide (KEY BEHAVIOR) */
.enquiebtn ul li:hover {
    margin-left: -130px;
    cursor: pointer;
}

/* link */
.enquiebtn ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    position: relative;
}

/* icon wrapper */
.enquiebtn ul li a .img {
    position: relative;
    z-index: 1;
    transition: all 0.6s ease;
}

/* gold circle behind icon */
.enquiebtn ul li a .img::before {
    position: absolute;
    content: "";
    height: 150%;
    width: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    display: none;
    transition: all 0.6s ease;
}

/* text INSIDE pill */
.enquiebtn ul li a p {
    position: absolute;
    left: 55px;
    /* inside pill after icon */
    color: #fff;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* hover text reveal */
.enquiebtn ul li:hover a p {
    opacity: 1;
    left: 55px;
    /* stays inside */
    transition-delay: 0.2s;
}

/* hover icon rotation */
.enquiebtn ul li:hover a .img {
    transform: rotate(-360deg);
}

/* show gold circle on hover */
.enquiebtn ul li:hover a .img::before {
    display: block;
}


/*new css*/

.footerqr
{width: 100px;}

/* ===============================
   VIDEO / CINEMATIC SECTIONS
================================ */

/* ---------- COMMON ---------- */

.video-section {
  position: relative;
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* ---------- DESKTOP VIDEO ---------- */

.desktop-video {
  height: 100vh;
}

.desktop-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* ---------- MOBILE VIDEO ---------- */

.mobile-video {
  height: 75vh; /* adjust if needed */
}

.mobile-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.95) 100%
  );
}

/* ---------- SAFETY / POLISH ---------- */

/* Ensure correct stacking context */
#video-desktop,
#video-mobile {
  position: relative;
  z-index: 1;
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .video-bg {
    display: none;
  }
}


/* ===============================
   CINEMATIC IMAGE SECTION
================================ */

.cinematic-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.cinematic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Top + Bottom cinematic fade */
.cinematic-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.85) 0%,
      rgba(0,0,0,0.45) 25%,
      rgba(0,0,0,0.15) 45%,
      rgba(0,0,0,0) 60%
    ),
    linear-gradient(
      to top,
      rgba(0,0,0,0.95) 0%,
      rgba(0,0,0,0.7) 30%,
      rgba(0,0,0,0.35) 50%,
      rgba(0,0,0,0) 65%
    );
}

.cinematic-title {
  position: absolute;
  bottom: 10%;
  left: 6%;
  z-index: 2;
}

/* ===============================
   AMENITIES LEFT / RIGHT LAYOUT
================================ */

.amenity-row {
  margin-bottom: 120px;
}

.amenity-row2 {
  background-image: url(../img/logobg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.amenity-row3 {
  background-image: url(../img/logobg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.amenity-content {
  padding: 40px;
}



/* Accordion container map start */
.accordion-item {
    background: transparent;
    border: 1px solid rgba(201, 167, 108, 0.35);
    /* gold outline */
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}

/* Header */
.accordion-button {
    background: rgba(0, 0, 0, 0.85);
    color: #c9a76c;
    /* gold */
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 18px 22px;
    box-shadow: none;
    border: none;
}

/* Active (open) state */
.accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #0a0a0a, #1a1a1a);
    color: var(--primary);
}

/* Remove Bootstrap blue glow */
.accordion-button:focus {
    box-shadow: none;
}

/* Body */
.accordion-body {
    background: rgba(10, 10, 10, 0.95);
    color: #d0d0d0;
    border-top: 1px solid rgba(201, 167, 108, 0.3);
    padding: 18px 22px;
    line-height: 1.7;
}

/* Subtle hover */
.accordion-button:hover {
    background: rgba(20, 20, 20, 0.9);
}

/*lines*/
.luxury-accordion {
    position: relative;
    overflow: hidden;
}

.luxury-accordion::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1.5px solid #c9a76c;
    opacity: 0;
    transform: scale(1.06);
    transition: all 0.8s ease;
    pointer-events: none;
    z-index: 2;
}


.luxury-accordion .accordion-collapse.show {
    position: relative;
}

.luxury-accordion .accordion-collapse.show::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1.5px solid var(--primary);
    animation: draw 0.9s ease forwards;
    pointer-events: none;
}

@keyframes draw {
    from {
        opacity: 0;
        transform: scale(1.06);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.accordion-body ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #d4d4d4;
}

.accordion-body ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: linear-gradient(45deg, #c9a76c, #f1d9a2);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    box-shadow: 0 0 6px rgba(201, 167, 108, 0.6);
}

.map-highlight {
    filter: drop-shadow(0 0 25px rgba(201, 167, 108, 0.7));
    transform: scale(1.01);
    transition: all 0.6s ease;
}

/*** Accordion container map end ***/

@media only screen and (min-device-width: 696px) and (max-device-width: 1180px) and (orientation: landscape) {
	.desktop-video {
    height: 80vh;
}
}
