:root{
  --primary:#0f2347;
  --gold:#c89a4a;
  --gold-dark:#b88734;
  --bg:#fff;
  --text:#1f1f1f;
  --muted:#666;
  --white:#fff;
  --border:#e8ddd0;
}

body{
  font-family:'Lato', sans-serif;
  background: var(--bg);
  color: var(--text);
}

h1,h2,h3,h4,h5,h6{
  font-family:'Lato', sans-serif;
}

a{
  text-decoration:none;
}

.site-header{
  background:#fff;
}

.header-logo{
  height:95px;
  width:auto;
}

.navbar .nav-link, .navbar .nav-link-phone {
  color:#2f2f2f;
  font-weight:600;
  font-size: 15px;
  padding:10px 12px;
  transition: all 0.3s ease-in-out;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #fff;
  background: #01509d;
  padding: 10px 12px;
  transform: translateY(-2px);
}

.btn-gold{
  background:var(--gold);
  color:#fff;
  border:none;
  border-radius:5px;
  font-weight:600;
  font-size: 15px;
}

.btn-gold:hover{
  background:var(--gold-dark);
  color:#fff;
}

.hero-banner{
  background: url('../images/facilities-banner.jpg') center center/cover;
  height: 440px;
  position:relative;
}

.hero-overlay{
  /*background:linear-gradient(90deg, rgba(8,18,40,.82) 0%, rgba(8,18,40,.45) 40%, rgba(8,18,40,.15) 100%);*/
  background: linear-gradient(to right, rgba(0,0,0,0.60), transparent);
  min-height:440px;
  display:flex;
  align-items:center;
}

.hero-content{
  color:#fff;
  padding:30px 0;
}

.hero-content h1{
  font-size:44px;
  margin-bottom:12px;
}

.hero-content p{
  font-size:18px;
  line-height:1.5;
}

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

.section-alt{
  background:rgba(255,255,255,.35);
}

.section-title{
  font-size:24px;
  text-align: center;
  text-transform: uppercase;
}

.amenity-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  padding:20px 15px;
  height:100%;
  text-align:center;
  box-shadow:0 2px 12px rgba(0,0,0,.03);
}

.amenity-icon{
  font-size:42px;
  color:var(--gold);
  line-height:1;
  margin-bottom:16px;
}

.amenity-card h3{
  font-size:16px;
  margin-bottom:10px;
}

.amenity-card p{
  font-size:13px;
  color:var(--muted);
  margin-bottom:0;
  line-height:1.5;
}

.service-card{
  background:#fff;
  border:1px solid #e5e8ee;
  border-radius:16px;
  overflow:hidden;
  height:100%;
  box-shadow:0 2px 12px rgba(0,0,0,.03);
}

.service-img-wrap{
  position:relative;
}

.service-img-wrap img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.service-badge{
  position:absolute;
  left:50%;
  bottom:-22px;
  transform:translateX(-50%);
  width:54px;
  height:54px;
  background:#01509d;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 8px 18px rgba(0,0,0,.15);
}

.service-body{
  padding:34px 20px 24px;
  text-align:center;
}

.service-body h3{
  font-size:16px;
  margin-bottom:8px;
}

.service-body p{
  color:var(--muted);
  font-size: 13px;
  margin-bottom:0;
}

.feature-card{
  border-radius:18px;
  overflow:hidden;
  position:relative;
}

.feature-card img{
  height:260px;
  object-fit:cover;
}

.feature-overlay-card .feature-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:22px 22px 18px;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.72) 100%);
  color:#fff;
}

.feature-overlay h3{
  font-size:18px;
  margin-bottom:4px;
}

.feature-overlay p{
  margin-bottom:0;
  font-size:13px;
}

.info-panel{
  background: #f5f7fb;
  border: 1px solid #e5e8ee;
  border-radius:18px;
  padding:28px;
}

.info-title{
  font-size:18px;
  margin-bottom:18px;
}

.tick-list{
  list-style:none;
  padding:0;
  margin:0;
}

.tick-list li{
  position:relative;
  font-size: 15px;
  padding-left:26px;
  margin-bottom:12px;
  color:#01509d;
}

.tick-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#01509d;
  font-weight:700;
}

.why-item{
  background: #f5f7fb;
  border: 1px solid #e5e8ee;
  border-radius:14px;
  padding:18px 10px;
  height:100%;
}

.why-item i{
  display:block;
  color:#01509d;
  font-size:34px;
  margin-bottom:10px;
}

.why-item span{
  display:block;
  font-size:15px;
  font-weight:600;
  color:#01509d;
}

.cta-box{
  background:linear-gradient(135deg, #112752 0%, #1a3569 100%);
  border:2px solid #345aa1;
  border-radius:18px;
  color:#fff;
  padding:36px 34px;
}

.cta-box h2{
  font-size:26px;
  margin-bottom:14px;
  text-align: center;
}

/*
.cta-points{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
}*/

.cta-points{
  text-align: center;
}

.cta-points span{
  font-size: 14px;
  font-weight:500;
  color:#f4efe8;
}

.cta-points i{
  color:var(--gold);
  margin-right:6px;
}

.site-footer{
  background:#01509d;
  color:#fff;
  padding:30px 0 5px;
  margin: 10px 0 0;
}

.footer-brand{
  font-size:26px;
  margin-bottom:10px;
}

.footer-divider{
  width:120px;
  height:3px;
  background:#fff;
  margin-bottom:24px;
}

.site-footer p,
.site-footer li,
.site-footer a{
  color:#f0f0f0;
  font-size:14px;
}

.site-footer p.copyright{
  font-size:11px;
}

.footer-links li{
  margin-bottom:10px;
  float: left;
  padding: 0 12px 0 0;
  text-decoration: underline;
}

.footer-links a:hover{
  color:#fff;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.15);
  margin-top:15px;
  padding-top:5px;
  text-align:center;
  color:#ddd;
}

.nav-item i {
  color: #01509d;
}

.social-icons i {
  color: #fff;
  font-size: 24px;
  margin: 8px 15px 8px 0;
  cursor: pointer;
  transition: 0.3s;
  border: solid 1px #3d74b3;
  border-radius: 5px;
  padding: 5px;
  
}

.social-icons i.fa-facebook-f:hover {
  transform: scale(1.2);
  color: #fff;
  background: #3b5998;
}

.social-icons i.fa-linkedin-in:hover {
  transform: scale(1.2);
  color: #fff;
  background: #0A66C2;
}

.social-icons i.fa-instagram:hover {
  transform: scale(1.2);
  color: #fff;
  background: #E1306C;
}

.social-icons i.fa-x-twitter:hover {
  transform: scale(1.2);
  color: #fff;
  background: #000;
}

.social-icons i.fa-youtube:hover {
  transform: scale(1.2);
  color: #f00;
  background: #fff;
}

.whatsapp{
  position:fixed; 
  bottom:10px;
  left:10px; 
  z-index:10;
}

.promotions-wrapper {
    position: fixed;
    left: 0;
    top: 226px;
    width: 50px;
    margin-right: 0;
    z-index: 205;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.promotions-wrapper .promo-btn {
    margin: 0;
    padding: 0 15px;
    display: table;
    z-index: 1002;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -62.5px;
    top: 62.5px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    width: 175px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    background-color: #01509d;
    color: #fff;
    text-transform: normal;
    font-size: 16px;
    font-style: normal;
    float: left;
}

.promotions-wrapper .promo-btn .promo-text {
    line-height: 20px !important;
    letter-spacing: 1px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
}
.promotions-wrapper .promo-btn .promo-gift {
    padding-top: 15px;
    transform: rotate(90deg);
    height: 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.promotions-wrapper .promo-btn .promo-close {
    width: 25px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.promotions-wrapper .promo-details-wrap {
    padding-left: 50px;
    height: 175px;
    width: 400px;
    background-color: #01509d;
    background-color: rgba(1, 80, 157, .7);
    left: 0;
    position: relative;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.hide-promotions {
    left: -400px !important;
}

.promotions-wrapper .promo-details-wrap .promo-details {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.promotions-wrapper .promo-details-wrap .promotions .promo-page-link {
    display: block;
    text-decoration: none;
}

.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content {
    display: block;
    margin: 0;
    padding: 10px 15px 0 15px;
}

.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-heading {
    color: #fff;
    font-weight: 400;
    text-transform: normal;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 20px;
    overflow: hidden;
    line-height: normal;
}
.promotions-wrapper .promo-details-wrap .promotions .promo-page-link .promotion-content .promotion-para {
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    height: 4.3em;
    max-height: 4.3em;
    overflow: hidden;
    margin: 0;
    height: 7em !important;
    max-height: 7em !important;
}

@media (max-width: 991.98px){
  .header-logo{
    height:58px;
  }

  .hero-content h1{
    font-size:42px;
  }

  .hero-content p{
    font-size:18px;
  }

  .section-title{
    font-size:36px;
  }

  .info-title,
  .footer-brand,
  .cta-box h2{
    font-size:32px;
  }

  .service-body h3{
    font-size:28px;
  }
}

@media (max-width: 575.98px){
  .hero-banner,
  .hero-overlay{
    min-height:260px;
  }

  .hero-content h1{
    font-size:34px;
  }

  .hero-content p{
    font-size:16px;
  }

  .section-space{
    padding:46px 0;
  }

  .section-title{
    font-size:30px;
    margin-bottom:26px;
  }

  .amenity-card h3,
  .service-body h3,
  .feature-overlay h3{
    font-size:24px;
  }

  .info-title,
  .footer-brand,
  .cta-box h2{
    font-size:28px;
  }

  .cta-box{
    padding:26px 20px;
  }
}

/* Gallery Page */

/* GALLERY HERO */
.gallery-hero, .enquiry-hero, .term-hero, .download-hero, .promotion-hero {
    background: url('../images/banner-5.jpg') center/cover;
    height: 440px;
    position: relative;
}

.enquiry-hero {
  background: url('../images/reception-b.jpg') center/cover;
}

.term-hero {
  background: url('../images/term-condition.jpeg') center/cover;
}

.download-hero {
  background: url('../images/floor.jpg') center/cover;
}

.promotion-hero {
  background: url('../images/suite-room-b.jpg') center/cover;
}

.overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

/* FILTER */
.filter-bar {
    background: #eee;
    padding: 10px 0;
}

.filter-tabs span {
    margin: 0 15px;
    cursor: pointer;
    font-weight: 500;
}

.filter-tabs .active {
    color: #01509d;
    border-bottom: 2px solid #01509d;
}

/* GALLERY */
.gallery-card {
    position: relative;
    overflow: hidden;    
}

.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-card.large img {
    height: 300px;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

/* OVERLAY */
.overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.overlay-text button {
    background: #c8a96a;
    border: none;
    padding: 6px 12px;
    color: white;
    border-radius: 5px;
}

/* CTA */
.cta {
    padding: 10px 0;
}

/* FOOTER */
.footer {
    background: #0f172a;
    color: white;
    padding: 40px 0;
}



/* LIGHTBOX */
/*.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 80%;
    max-height: 80%;
}*/

/* Lightbox base (hidden) */
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 206;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Image animation */
#lightbox-img {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

/* Active state */
#lightbox.active {
  opacity: 1;
  visibility: visible;
}

#lightbox.active #lightbox-img {
  transform: scale(1);
}

#lightbox {
  backdrop-filter: blur(5px);
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.lightbox .nav {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.lightbox .prev { left: 30px; }
.lightbox .next { right: 30px; }

body.no-scroll {
  overflow: hidden;
  padding-right: 15px; /* prevents scrollbar jump */
}

/* Explore Deoghar */

.explore-hero, .location-hero, .award-hero, .tour-hero {
    background: url('../images/baidyanath-temple.jpg') center bottom/cover;
    height: 440px;
    position: relative;
}

.location-hero {
  background: url('../images/facilities-hero.jpg') center bottom/cover;
}

.tour-hero {
  background: url('../images/baidyanath-temple.jpeg') center bottom/cover;
}

.award-hero {
  background: url('../images/award-banner.jpeg') center bottom/cover;
}

.explore-hero .overlay, .location-hero .overlay, .award-hero .overlay, .tour-hero .overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.65), transparent);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

.explore-hero h1, .location-hero h1, .award-hero h1, .tour-hero h1 {
    font-size: 48px;
}

.explore-hero p, .location-hero p, .award-hero p, .tour-hero p {
    font-size: 20px;
}

/* INTRO */
.explore-intro {
    background: #f5f2ee;
    padding: 20px;
}

.sub-heading {
    color: #c8a96a;
}

.main-heading {
    font-size: 30px;
    margin-bottom: 15px;
}

.description {
    margin: auto;
    color: #555;
    text-align: justify;
}

/* CTA */
.explore-cta {
    background: #f5f2ee;
}

.explore-cta h3 {
    margin-bottom: 15px;
}

.cta-points {
    margin: 10px 0;
    color: #444;
}

/* CARD BASE */
.place-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: 0.3s ease;
}

.place-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* HOVER ZOOM */
.place-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY BASE */
.place-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    color: white;
    transition: 0.4s ease;
}

/* TITLE */
.place-overlay h4 {
    margin-bottom: 5px;
}

/* DISTANCE */
.place-overlay span {
    font-size: 14px;
    color: #c8a96a;
}

/* HOVER CONTENT (HIDDEN INITIALLY) */
.hover-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
}

/* SHOW ON HOVER */
.place-card:hover .hover-content {
    opacity: 1;
    max-height: 100px;
    margin-top: 10px;
}

/* DESCRIPTION */
.hover-content p {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 8px;
}

/* CTA LINK */
.view-link {
    color: #c8a96a;
    font-weight: 500;
    text-decoration: none;
}

.view-link:hover {
    text-decoration: underline;
}

/* CARD LIFT */
.place-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.modal-content {
    border-radius: 12px;
    overflow: hidden;
}

#modalTitle {
    font-family: 'Playfair Display';
}

/* Smooth zoom + fade */
.modal.fade .modal-dialog {
  transform: scale(0.9) translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.modal.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.btn-close {
  background-color: #d4af37; /* gold */
  border-radius: 50%;
  padding: 8px;
  opacity: 1;
  transform: scale(1.1);
}

.btn-close:hover {
  background-color: #c8a96a;
}


/* SPA Page */

/* HERO */
.spa-hero {
    background: url('../images/spa-view-1.jpg') center bottom/cover;
    height: 440px;
}

.spa-hero .overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.70), transparent);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

.hero-content h1 {
    font-size: 46px;
}

.tagline {
    color: #c8a96a;
    margin-bottom: 10px;
}

/* ABOUT */
.spa-features {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    font-size: 14px;
}

/* CARDS */
.spa-card {
    background: #f5f7fc;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    border: solid 1px #e7f0f7;
}

.spa-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.spa-card h4 {
    font-size: 16px;
}

.spa-card p {
    font-size: 13px;
    color: #666;
}

.spa-card:hover {
    transform: translateY(-4px);
}

/* EXPERIENCE STRIP */

/* SECTION BACKGROUND */
.spa-experience {
    background: #f5f7fb;
    padding: 0;
    margin: 10px 0;
}

/* LEFT IMAGE */
.exp-image img {
    width: 100%;
    border-radius: 10px;
}

/* TITLE */
.exp-title {
    letter-spacing: 1px;
    color: #01509d;
}

/* GOLD DIVIDER 
.divider {
    width: 60px;
    height: 2px;
    background: #c8a96a;
    margin: 10px auto 0;
}*/

/* ITEM */
.exp-item {
    padding: 10px;
    transition: 0.3s;
    border-right: solid 1px rgb(199 168 106 / 40%);
}

/* ICON */
.exp-item i {
    font-size: 26px;
    color: #c8a96a;
    display: block;
    margin-bottom: 8px;
}

/* TEXT */
.exp-item p {
    font-size: 13px;
    color: #444;
    margin: 0;
}

/* HOVER (SUBTLE) */
.exp-item:hover {
    transform: translateY(-3px);
}

.exp-spa-item {
    padding: 10px;
    transition: 0.3s;
    border-right: 1px solid #e0e6f4;
}

/* ICON */
.exp-spa-item i {
    font-size: 26px;
    color: #01509d;
    display: block;
    margin-bottom: 8px;
}

/* TEXT */
.exp-spa-item p {
    font-size: 13px;
    color: #444;
    margin: 0;
}

/* HOVER (SUBTLE) */
.exp-spa-item:hover {
    transform: translateY(-3px);
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
    .exp-image {
        margin-bottom: 20px;
    }
}

/* CTA */
.spa-cta {
    background: url('../images/spa-banner.jpeg') center/cover;
    height: 200px;
}

.spa-cta .overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

/* BUTTON */
.btn-gold {
    background: #c8a96a;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
}



/* Entertainment page css*/

.ent-hero {
    background: url('../images/entertainment-banner.jpg') center center/cover;
    height: 440px;
}

.ent-hero .overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.70), transparent);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

.hero-content {
    margin: 0 30px
}

.hero-content h1 {
    font-size: 46px;
}

.tagline {
    color: #c8a96a;
    margin-bottom: 10px;
}

/* ABOUT */
.ent-features {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    font-size: 14px;
}

/* CARDS */
.ent-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}

.ent-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.ent-card h4 {
    font-size: 16px;
}

.ent-card p {
    font-size: 13px;
    color: #666;
}

.ent-card:hover {
    transform: translateY(-4px);
}

/* HIGHLIGHT */
.highlight-list {
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.highlight-list li {
    margin-bottom: 8px;
}

/* CTA */
.ent-cta {
    background: url('../images/memorable-evening.jpg') center center/cover;
    height: 215px;
}

.ent-cta .overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

/* BUTTON */
.btn-gold {
    background: #c8a96a;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
}



/* EXPERIENCE CARDS */
.exp-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.exp-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    background: linear-gradient(  to top,  rgba(15, 23, 42, 0.8),  rgba(15, 23, 42, 0.3));
    color: white;
}

.card-overlay .icon {
    background: #c8a96a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-gold-sm {
    background: #c8a96a;
    padding: 6px 12px;
    font-size: 12px;
    margin-top: 10px;
}

.txt-gold {
  color: #d4af37;
}

.txt-white {
  color: #fff;
}
.txt-gold {
  color: #c8a96a;
}

.txt-gold i {
  color: #d4af37; /* gold */
  font-size: 22px;
  margin-right: 6px;
}

/* HIGHLIGHT */

/* STRIP */
.ent-strip {
    background: linear-gradient(#0f172a, #142a50);
    /* background: 
    linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
  url('../images/special-moment.jpg') center center/cover no-repeat;*/
    color: white;
    padding: 20px 0;
    margin-bottom: 10px;
}


/* Banquet Page CSS */

/* HERO */
.banquet-hero {
    background: url('../images/banquet-hero.jpg') center/cover;
    height: 440px;
}

.banquet-hero .overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.60), transparent);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}

.hero-text {
    max-width: 450px;
}

.main-heading {
    font-family:'Lato', sans-serif;
}

/* CARD */
.venue-card {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.venue-card img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(transparent, #0f172a);
    color: white;
    text-align: center;
}

.icon {
    width: 45px;
    height: 45px;
    background: #c8a96a;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* WHY */

.why-item-banquet {
    border-right: 1px solid #dde6f1;
    padding: 18px 10px;
    height: 100%;
}

.why-item-banquet i {
    font-size: 28px;
    color: #01509d;
}


/* TABLE */
.table-box {
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

thead {
    background: #01509d;
    color: white;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table thead {
    background: #01509d;
    color: white;
}

.custom-table tbody {
    background: white;
}

.custom-table th,
.custom-table td {
    padding: 12px;
    border: 1px solid #eee;
}

/* STRIP */

.perfect-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.perfect-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease; /* smooth animation */
}

.perfect-card:hover img {
  transform: scale(1.1); /* zoom effect */
}

/* SECTION */
.plan-event {
    background: linear-gradient(90deg, #0f172a, #142a50);
    color: white;
    padding: 20px 0;
}

/* LEFT */
.plan-left h2 {
    margin-bottom: 10px;
}

.plan-left p {
    color: #c8a96a;
    margin-bottom: 15px;
}

/* RIGHT ICON AREA */
.plan-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ITEM */
.plan-item {
    text-align: center;
    flex: 1;
}

/* ICON */
.plan-item i {
    font-size: 28px;
    color: #c8a96a;
    display: block;
    margin-bottom: 8px;
}

/* TEXT */
.plan-item p {
    margin: 0;
    font-size: 14px;
    color: #c8a96a;
}

/* DIVIDER (VERY IMPORTANT) */
.divider-vertical {
    width: 1px;
    height: 40px;
    background: rgb(199 168 106 / 40%);
}

/* BUTTON */
.btn-gold {
    background: #c8a96a;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
}

.contentblock {
    position: relative;
    padding: 30px;
}

.contentblock .viewbtn {
    margin: -50px auto 0;
    text-align: center;
    padding: 0 15px;
    width: 100%;
}


/* MOBILE FIX */
@media (max-width: 768px) {

    .plan-icons {
        flex-wrap: wrap;
        gap: 20px;
    }

    .divider {
        display: none;
    }

    .plan-item {
        flex: 50%;
    }
}



/* Abhinandan page css */

/*.section { padding: 60px 0; background: #f5f2ee; }*/

.sub-heading { color: #c8a96a; }

.sub-blu-heading { color: #01509d; font-size: 18px; }

/* HERO */
.abhi-hero {
    background: url('../images/banquet-hero.jpg') center/cover;
    height: 440px;
}
.abhi-hero .overlay {
    background: linear-gradient(to right, rgba(0,0,0,0.9), transparent);
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
}
.hero-stats div { margin: 0 0 10px; }

.hero-bnr-bqt-txt {
  flex: 0 0 auto;
  width: 22%;
}

/* GALLERY */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    overflow: hidden;
    
}

.gallery-item {
    width: 100%;
    height: 100%;;
    cursor: pointer;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-item:hover {
  transform: scale(1.1);
}

.img-logo {
    width: auto;
    height: 230px;
}

.intro-banquet {
    background: #fff;
    padding: 10px;
}

/* DETAILS */
.detail-card {
    background: #f7f9fa;
    padding: 20px;
    border-radius: 6px;
    border: solid 1px #cfd8e2;
}

.detail-card i {
  font-size: 21px;;
}

/* Perfect for */

.perfect-for {
    background: #f5f2ee;
}


.section-sub {
    color: #01509d;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.divider {
    width: 60px;
    height: 2px;
    background: #333;
    margin: 10px auto 10px;
}


.perfect-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
}


.perfect-item {
    flex: 1;
    text-align: center;
    padding: 10px 15px;
}


.perfect-item i {
    font-size: 32px;
    color: #01509d;
    margin-bottom: 10px;
}


.perfect-item h6 {
    margin-bottom: 5px;
}


.perfect-item p {
    font-size: 13px;
    color: #666;
}


.v-line {
    width: 1px;
    background: #d6e0ea;
    margin: 0 10px;
}


.icon-box {
    padding: 20px;
}

/* FEATURES */
.premium-features {
    padding: 0;
    background: #f5f2ee;
}


.features-row {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #cfd8e2;
    border-radius: 6px;
    padding: 10px;
    background: #f7f9fa;
}


.feature-item {
    flex: 1;
    text-align: center;
    padding: 10px 15px;
    border-right: solid 1px #cfd8e2;
}


.feature-item i {
    font-size: 26px;
    color: #01509d;
    margin-bottom: 8px;
}


.feature-item p {
    font-size: 13px;
    margin: 0;
}

/* ENQUIRY */

.event-section {
    background: #f5f2ee;
    padding: 60px 0;
}


.event-box {
    border-radius: 10px;
    overflow: hidden;
    background: white;
}


.event-left {
    background: url('../images/banquet-hero.jpg') center right/cover;
    height: 100%;
    min-height: 320px;
    position: relative;
}


.event-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
    height: 100%;
    width: 55%;
    padding: 40px 30px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.event-overlay h2 {
    margin-bottom: 10px;
}

.event-overlay p {
    font-size: 14px;
    margin-bottom: 10px;
}

.highlight {
    color: #c8a96a;
    font-size: 14px;
}


.line {
    width: 40px;
    height: 2px;
    background: #c8a96a;
    margin-top: 10px;
}


.event-form {
    padding: 30px;
    background: #f5f7fb;
}


.form-title {
    color: #333;
    margin-bottom: 15px;
}


.event-form input,
.event-form select,
.event-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}


.event-form textarea {
    height: 80px;
    resize: none;
}


.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}


.btn-gold {
    background: #c8a96a;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
}


.note {
    font-size: 12px;
    color: #777;
}

/* CTA */
.cta {
    background: url('../images/cta.jpg') center/cover;
}
.cta .overlay {
    background: rgba(0,0,0,0.7);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

/* BUTTON */
.btn-gold {
    background: #c8a96a;
    padding: 10px 20px;
    color: white;
}

/* LIGHTBOX 
.lightbox {
    display: none;
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.close {
    position:absolute;
    top:20px;
    right:30px;
    font-size:30px;
    color:white;
    cursor:pointer;
}

.lightbox img { max-width: 90%; }*/


/* Dining page css*/

/* HERO */
.dining-hero {
  background: url('../images/punita-view-1.jpg') center/cover;
  height: 440px;
}
.dining-hero .overlay {
  background: linear-gradient(to right, rgba(0,0,0,0.65), transparent);
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}

/* SECTION */
.section {
  padding: 30px 0;
  background: #fff;
}

.section-banquet {
  padding: 30px 0 0;
  background: #f5f7fb;
}

.sub {
  color: #01509d;
}

/* WHY */
.why-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-item-dining {
  flex: 1;
  padding: 10px;
}

.why-item-dining {
  background: #f5f7fb;
  padding: 10px;
  height: 100%;
}

.why-item-dining i{
  display:block;
  color:#01509d;
  font-size:34px;
  margin-bottom:10px;
}

/* TABLE */
.table-box {
  background: white;
  border-radius: 8px;
  overflow: hidden;
}
.custom-table {
  width: 100%;
}

.custom-table td, .custom-table th {
  padding: 12px;
}

/* GALLERY */
.gallery-img {
  width: 100%;
  border-radius: 8px;
}

/* CTA */
/* SECTION BACKGROUND */
.savor-section {
    background: linear-gradient(90deg, #0f172a, #142a50);
    padding: 20px 0;
    color: #fff;
}

/* WRAPPER */
.savor-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.savor-left {
    max-width: 350px;
}

.savor-left h3 {
    margin-bottom: 10px;
}

.savor-left p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #c8a96a;
}

/* RIGHT SIDE */
.savor-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 40px;
}

/* ITEM */
.savor-item {
    text-align: center;
    flex: 1;
}

/* ICON */
.savor-item i {
    font-size: 28px;
    color: #c8a96a;
    display: block;
    margin-bottom: 8px;
}

/* TEXT */
.savor-item p {
    margin: 0;
    font-size: 13px;
    color: #c8a96a;
}

/* VERTICAL DIVIDER */
.v-divider {
    width: 1px;
    height: 75px;
    background: rgb(199 168 106 / 40%);
}

/* BUTTON */
.btn-gold {
    background: #c8a96a;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {

    .savor-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .savor-right {
        flex-wrap: wrap;
        gap: 20px;
        margin-left: 0;
    }

    .v-divider {
        display: none;
    }

    .savor-item {
        flex: 45%;
    }
}

/* Punita page css */

/* About */

.about-text {
  text-align: justify;
}

/* HERO */
.punita-hero {
  background: url('../images/punita-view-2.jpg') center/cover;
  height: 440px;
}
.overlay {
  background: linear-gradient(to right, rgba(0,0,0,0.85), transparent);
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}

/* FEATURES */
.punita-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.feature {
  text-align: center;
  padding: 10px;
  flex: 1;
  border-right: 1px solid #cfd8e2;
}
.feature i {
  font-size: 28px;
  color: #01509d;
}


/* DISHES */
.dish-card {
  border-radius: 10px;
  overflow: hidden;
}
.dish-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.dish-name {
  background: #0f172a;
  color: white;
  padding: 8px;
}

/* GALLERY */
.gallery-img {
  width: 100%;
  border-radius: 8px;
}

/* INFO STRIP */
.info-strip {
  background: #f1ece6;
  padding: 15px 0;
  margin: 10px 0;

}
.info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-item {
  flex: 1;
  text-align: center;
}
.info-item i {
  font-size: 24px;
  color: #c8a96a;
}
.info-divider {
  width: 1px;
  height: 50px;
  background: #ddd;
}

/* RESERVE */
.reserve-section {
  background: #0f172a;
  color: white;
  padding: 20px 0;
}
.reserve-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reserve-left {
  max-width: 400px;
  width: 100%;
}
.reserve-form input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: none;
}
.btn-gold {
  background: #c8a96a;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  display: inline-block;
}
.full {
  width: 100%;
  margin-top: 10px;
}


/* Fursat page css */

/* HERO */
.fursat-hero {
  background: url('../images/fursat-banner.jpg') center center/cover;
  height: 440px;
}
.overlay {
  background: linear-gradient(to right, rgba(0,0,0,0.65), transparent);
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}

/* DRINK CARDS */
.drink-card {
  border-radius: 10px;
  overflow: hidden;
}
.drink-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.label {
  background: #0f172a;
  color: white;
  padding: 8px;
}

/* GALLERY */
.gallery-img {
  width: 100%;
  border-radius: 8px;
}

/* INFO */
.info-strip {
  background: #f1ece6;
  padding: 25px 0;
}
.info-row {
  display: flex;
  justify-content: space-between;
}
.info-item {
  flex: 1;
  text-align: left;
}
.info-item i {
  font-size: 24px;
  color: #c8a96a;
}
.info-divider {
  width: 1px;
  height: 50px;
  background: #ddd;
}

/* RESERVE */
.reserve-section {
  background: #0f172a;
  color: white;
  padding: 40px 0;
}
.reserve-box {
  display: flex;
  justify-content: space-between;
}
.reserve-form input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: none;
}

/* BUTTON */
.btn-gold {
  background: #c8a96a;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
}
.full {
  width: 100%;
  margin-top: 10px;
}

/* Accomodation page css */


/* HERO */
.acc-hero {
  background: url('../images/accomodation-banner.jpg') center right/ cover;
  height: 440px;
}

.elite-hero {
  background: url('../images/elite-banner.jpg') center center/ cover;
  height: 440px;
}

.business-hero {
  background: url('../images/business-banner.jpg') center bottom/ cover;
  height: 440px;
}

.suite-hero {
  background: url('../images/suite-banner.jpg') center center/ cover;
  height: 440px;
}

.overlay, .overlay-event {
  background: linear-gradient(to right, rgba(0,0,0,0.65), transparent);
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}

.overlay-event {
  background: linear-gradient(to right, rgba(0,0,0,0.85), transparent);
}

.banner-call {
  background: rgba(15, 81, 157, 0.45);
  backdrop-filter: blur(5px);
  color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 325px;
}

/* Icon */
.call-icon {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.call-icon i {
  color: #fff;
  font-size: 20px;
}

/* Heading */
.call-content h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* Numbers */
.call-number {
  color: #fff;
  text-decoration: none;

  font-size: 15px;

  transition: all 0.3s ease;
}

.call-number:hover {
  color: #d4af37;
}

/* Mobile */
@media (max-width: 576px) {

  .banner-call {
    max-width: 100%;
    padding: 15px;
  }

  .call-content h6 {
    font-size: 15px;
  }

  .call-number {
    font-size: 14px;
  }

}

/* FEATURES */
.feature-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.feature {
  flex: 1;
  text-align: center;
}


/* ROOM CARD */
.room-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.room-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.room-body {
  padding: 15px;
}

.btn-outline {
  display: inline-block;
  border: 1px solid #01509d;
  padding: 6px 12px;
  margin-top: 10px;
  border-radius: 3px;
  color: #fff;
  background: #01509d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #01366a;
  color: #fff;
  border-color: #01366a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(200, 169, 106, 0.4);
  cursor: pointer;
}


/* AMENITIES */
.amenities {
  background: #f2f7fb;
  padding: 0;
  border-radius: 8px;
  margin-top: 55px;
}

.amenity-item {
  text-align: center;
  color: #01509d;
}

.amenity-item i {
  font-size: 28px;
  color: #01509d;
  margin-bottom: 8px;
}

.amenity-item p {
  font-size: 14px;
  margin: 0;
}

/* GALLERY */
.gallery-img {
  width: 100%;
  border-radius: 8px;
}

/* INFO */
.info-strip {
  background: #f1ece6;
  padding: 15px 0;
}

.info-item i {
  font-size: 26px;
  color: #c8a96a;
  margin-bottom: 6px;
}

.info-item p {
  margin: 0;
  font-size: 14px;
}

/* BOOKING */
.booking {
  background: #0f172a;
  color: white;
  padding: 40px 0;
}
.booking-box {
  display: flex;
  justify-content: space-between;
}
.form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}
.btn-gold {
  background: #c8a96a;
  color: white;
  padding: 10px 15px;
}
.full {
  width: 100%;
}

/* Elite page css */


.amenities-wrap {
  background: #fff;
  padding: 0 0 25px;
}

/* TITLE */
.title-box h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.title-box p {
  color: #01509d;
}



/* GRID */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* CARD */
.amenity-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  position: relative;
  text-align: center;
  border: 1px solid #e5e8ee;
}


.card-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid #01509d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon i {
  color: #c8a96a;
  font-size: 22px;
}

.amenity-card h4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #01509d;
  font-size: 14px;
}

/* LIST */
.list-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  text-align: left;
}

.amenity-card ul {
  list-style: none;
  padding: 0;
}

.amenity-card ul li,
.list-grid div {
  font-size: 15px;
  color: #444;
}

.amenity-card i {
  color: #01509d;
  margin-right: 6px;
}

/* INFO STRIP */
.info-strip {
  background: #f2f7fb;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px 0;
}

.info-item i {
  font-size: 26px;
  color: #01509d;
}

.info-item h6 {
  margin: 0;
  font-size: 12px;
  color: #999;
}

.info-item p {
  margin: 0;
  font-size: 14px;
}

.feature-line {
  display: flex;
  align-items: center;
  gap: 8px; /* space between icon & text */
}

.feature-line span {
  flex: 1;
}

/* RESPONSIVE */
@media(max-width: 992px){
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  .info-strip {
    flex-direction: column;
    gap: 15px;
  }
}


/* Home page css */

/* HERO BASE */
.hero-slide {
  height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* OVERLAY */
.overlay-slide {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.65), rgba(0,0,0,0.2));
  z-index: 1;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* TYPOGRAPHY */
.hero-content h1 {
  font-size: 50px;
  margin-bottom: 12px;
}

.hero-content h5 {
  color: #c8a96a;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 15px;
  margin-bottom: 20px;
}

/* =========================
   🎥 ZOOM + FADE EFFECT
========================= */
.zoom-bg {
  animation: zoomEffect 12s ease-in-out infinite alternate;
}

@keyframes zoomEffect {
  0% { transform: scale(1); }
  100% { transform: scale(1.12); }
}

/* =========================
   ✨ TEXT ANIMATION
========================= */
.animate-text h1,
.animate-text h5,
.animate-text p,
.animate-text .btn-gold {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

.animate-text h1 { animation-delay: 0.3s; }
.animate-text h5 { animation-delay: 0.6s; }
.animate-text p  { animation-delay: 0.9s; }
.animate-text .btn-gold { animation-delay: 1.2s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   🟡 GOLD BUTTON
========================= */
.btn-gold {
  background: #c8a96a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-gold:hover {
  background: #fff;
  color: #c8a96a;
}

/* =========================
   🎯 CUSTOM ARROWS
========================= */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #01509d;
  color: #fff;
  border: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: 0.3s;
}

.custom-arrow.prev { left: 8px; }
.custom-arrow.next { right: 8px; }

.custom-arrow:hover {
  background: #01366a; /* darker navy */
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

/* =========================
   INDICATORS
========================= */
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c8a96a;
}

/* =========================
   Carousel delayed animation
========================= */
/* TEXT animation */
.animate-text h1,
.animate-text h5,
.animate-text p {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

/* One by one */
.animate-text h1 {
  animation-delay: 0.3s;
}

.animate-text h5 {
  animation-delay: 0.8s;
}

.animate-text p {
  animation-delay: 1.3s;
}

/* CALL BOX LAST */
.delayed-call {
  opacity: 0;
  transform: translateY(30px);

  animation: fadeUp 0.8s ease forwards;
  animation-delay: 1.8s; /* 👈 loads after text */
}

/* Animation */
@keyframes fadeUp {

  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:768px){
  .hero-slide { height: 500px; }
  .hero-content h1 { font-size: 32px; }
}

/* HEADER */
.top-header {
  background: #0f172a;
  color: #fff;
  padding: 15px 0;
}
.top-header nav a {
  margin: 0 12px;
  color: #fff;
}

.marquee {
  background-color: #01509d;
}

.marquee-txt {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 6px 0 0px;
}

/* HERO */
.hero {
  padding: 30px 0;
  background: #f5f2ee;
}
.hero h1 {
  font-size: 40px;
}
.hero-img {
  border-radius: 10px;
}

/* BUTTON */
.btn-gold {
  background: #c8a96a;
  color: #fff;
  padding: 10px 20px;
}
.btn-gold-sm {
  background: #c8a96a;
  color: #fff;
  padding: 6px 12px;
}

/* TABS */
.quick-links {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.links-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

/* LINK ITEM */
.link-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #01509d;
  border-color: #01509d;
  color: #fff;
}



/* ICON */
.link-item i {
  color: #fff;
  font-size: 18px;
}

/* HOVER EFFECT */
.link-item:hover {
  background: #01366a; /* darker navy */
  color: #fff;
  transform: translateY(-2px);
}

.link-item:hover i {
  color: #fff;
}

/* ACTIVE STATE */
.link-item.active {
  background: #0a3c77;
  border-color: #0a3c77;
  color: #fff;
}

/* RESPONSIVE */
@media(max-width:768px){
  .links-wrapper {
    flex-wrap: wrap;
  }

  .link-item {
    flex: 48%;
  }
}

/* CARD */
.card-ui {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.card-ui img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* BUSINESS */
.business {
  padding: 0;
  background: #eef5fb;
}

.business img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

/* FACILITIES */
.facilities-section {
  padding: 30px 0;
  background: #fff;
}

/* TITLE */

.line {
  width: 120px;
  height: 1px;
  background: #c8a96a;
  margin: 10px auto;
}

/* ICON STRIP */
.facility-strip {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
}

.facility-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 18px;
  border-right: solid 1px #c9d4e0;
  padding: 0 40px 0 15px;
}

.facility-item i {
  color: #0f519d;
  font-size: 24px;
}

/* ROOM CARD */
.room-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.room-card:hover {
  transform: translateY(-6px);
}

.room-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.room-content, .ispd-hap-content {
  padding: 15px;
}

.room-content a {
  color: #333;
}

.room-content a:hover {
  color: #01509d;
}

.room-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.ispd-hap-content h5 {
  font-size: 15px;
  text-align: center;
}

.room-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* Image */
.room-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.room-card:hover img {
  transform: scale(1.05);
}

/* Content default (same as your current look) */
.ispd-hap-content {
  padding: 10px;
  background: #fff;
  text-align: center;
}

/* Hide extra content initially */
.room-meta-hap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #777;
  text-align: center;
}

/* Hover → show content */
.room-card:hover .room-meta-hap {
  max-height: 200px;
  opacity: 1;
  margin-top: 8px;
}

/* META */
.room-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
}

.room-meta i {
  color: #01509d;
}

.stay-close {
  background: #eef5fb;
  padding: 35px 20px;
}

.stay-close img {
  border: solid 10px #fff;
  border-radius: 10px;
}

/* PRICE BAR */
.price-bar {
  background: #01509d;
  color: #fff;
  padding: 8px;
  text-align: center;
  font-weight: 500;
}

.price-bar a, .price-bar a:hover {
  color: #fff;
}

/* RESPONSIVE */
@media(max-width:768px){
  .facility-strip {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* CTA */
.cta-home {
  background: url('../images/banquet-sitting.jpg') center center/cover;
  color: #fff;
  /* padding: 60px 0; */
}

/* FOOTER */
.footer {
  background: #0f172a;
  color: #fff;
  padding: 20px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .hero h1 { font-size:28px; }
}


/* Tour Packages */

/* GALLERY */
.tour-card {
    position: relative;
    overflow: hidden;    
}

.tour-card img {
    object-fit: cover;
    transition: 0.4s;
}

/* Awards & Accolades */

.award-card {
    position: relative;
    overflow: hidden; 
    border: 10px solid #e4e4e4;
    border-radius: 10px;
}

.award-card img {
    width: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.award-card:hover img {
    transform: scale(1.05);
}

/* exclusive offers */


/* HERO */
.offers-hero {
  height: 440px;
  background: url('../images/fursat-banner.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.offers-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.60), transparent)
}

.hero-content {
  position: relative;
  color: #fff;
}

.hero-content h1 {
  font-size: 48px;
}

.hero-content h5 {
  color: #c8a96a;
}

.btn-gold {
  background: #c8a96a;
  color: #fff;
  padding: 10px 20px;
  border: none;
}

/* CARD */
.offer-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.offer-card img {
  width: 100%;
  object-fit: cover;
}

.offer-body {
  padding: 20px;
  text-align: center;
}

.offer-body .icon {
  background: #c8a96a;
  width: 45px;
  height: 45px;
  margin: -35px auto 10px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-body h3 {
  color: #c8a96a;
}

.btn-dark {
  background: #0f172a;
  color: #fff;
  padding: 8px 16px;
}

/* CTA */
.cta-strip {
  background: #0f172a;
  color: #fff;
  padding: 30px 0;
  margin-top: 50px;
}

.cta-right {
  width: 325px;
}

.cta-right span {
  margin-right: 15px;
  font-size: 18px;
}

/* FEATURES */
.features-strip {
  background: #0f172a;
  color: #fff;
  padding: 30px 0;
}

.features-strip i {
  color: #c8a96a;
  font-size: 24px;
  margin-bottom: 10px;
}

.excl-offer-txt {
  text-align: justify;
    font-size: 13px;
    color: #979797;
    line-height: 23px;
}

/* Wedding Packages page css */

/* HERO */
.wedding-hero {
  height: 440px;
  background: url('../images/banquet-hero.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.wedding-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.9), transparent);
}

.btn-wedding-small {
    border: solid 1px #01509d;
    background: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #01509d
}

.btn-wedding-small:hover {
    border: solid 1px #01509d;
    background: #01509d;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.row-between {
  border-bottom: 1px solid #dde6f1;
  padding-bottom: 10px;
}

.hero-content {
  position: relative;
  color: #fff;
  max-width: 650px;
  margin-left: 5%;
}

.hero-content h1 {
  font-size: 48px;
}

.hero-content span {
  color: #c8a96a;
}

.btn-gold {
  background: #c8a96a;
  padding: 12px 25px;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
}

/* SECTION */
.section-wedding {
  text-align: center;
  margin-top: 30px;
}

.section-title-wedding {
  font-size: 24px;
  margin: 10px 0;
}



.section-sub {
  margin-bottom: 10px;
}

/* JOURNEY */
.journey-grid {
  display: grid;
  /*grid-template-columns: repeat(6,1fr);*/
  gap: 20px;
}

.journey-card {
  border-radius: 12px;
  padding: 0px 0 20px;
  position: relative;
  border: solid 1px #d7e2ea;
}

.journey-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.wedding-package img {
  width: 70%;
  display: block;
  margin: 0 auto;
}


.step {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #01509d;
  color: #fff;
  border-radius: 50%;
  padding: 6px 12px;
}

/* SERVICES */
.wedding-section {
  background: #f5f7fb;
  padding: 15px 0;
}

.services-grid {
  display: grid;
  /*grid-template-columns: repeat(6,1fr);*/
  gap: 20px;
}

.services-grid i {
  font-size: 30px;
  color: #01509d;
}

/* VENUES */
.venue-grid {
  display: flex;
  gap: 70px;
}

.grand-venue {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  position: relative;
  border: 1px solid #dde6f1;
}

.grand-venue img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.venue-body {
  padding: 20px;
}

.wedding-services {
  border-right: 1px solid #dde6f1;
  padding: 18px 10px;
}

/* CTA */
.cta-banner {
  background: #00091c url(../images/wedding-bg.png) center no-repeat;
  color: #fff;
  padding: 40px 0;
}

.cta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Features */

.features {
  background: #fff;
}

.feature-text {
  position: relative;
}

.icon-align {
  font-size: 24px;
  color: #01509d;
}

.feature-desc {
  display: block;
  font-size: 13px;
  color: #666;
  text-transform: none;
}

/* desktop border only */
@media (min-width: 992px) {
  .border-end-lg {
    border-right: 1px solid #ddd;
  }
}

/* Terms and Conditions CSS  */

.policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-list > li {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 3px solid #01509d;
  background: #f9f9f9;
  border-radius: 6px;
}

.policy-list > li > strong {
  display: block;
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 8px;
}

.policy-list ul {
  list-style: none;
  padding-left: 15px;
}

.policy-list ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
}

/* custom bullet */
.policy-list ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #01509d;
  font-size: 16px;
}

/* highlight labels */
.policy-list span {
  font-weight: 600;
  color: #000;
}

.policy-list > li:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


/* Promotion page CSS  */

.brochure-card {
  display: block; /* 🔥 important */
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  cursor: pointer;
  text-decoration: none; /* remove underline */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Title */
.brochure-card h5 {
  margin: 0;
  font-size: 18px;
  color: #0f172a;
}

/* Hover effect */
.brochure-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-color: #01509d;
}

/* Hover text color */
.brochure-card:hover h5 {
  color: #01509d;
}
/* WRAPPER */
.isp-bookdirect-wrapper {
  background: #f7f4ef;
  padding: 30px;
}

/* COLORS */
.text-dark-blue {
  color: #0d2a4d;
}

.text-primary-custom {
  color: #01509d;
}

.text-gold {
  color: #f5c96a;
}

/* CENTER CARD */
.isp-center-card {
  background: linear-gradient(135deg, #0d2a4d, #1c3d6e);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.isp-center-card:hover {
  transform: translateY(-5px);
}

/* BADGE */
.isp-badge {
  width: 60px;
  height: 60px;
  background: gold;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
}

/* ICON */
.isp-icon {
  width: 45px;
  height: 45px;
  background: #f3efe9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

/* ITEM */
.isp-item {
  transition: all 0.3s ease;
}

.isp-item:hover {
  transform: translateX(5px);
}

/* BUTTON */
.isp-btn {
  background: linear-gradient(135deg, #0d2a4d, #1c3d6e);
  color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.isp-btn:hover {
  color: #fff;
  transform: translateY(-3px);
}

.mt-n28 {
  margin-top: -28px;
}

.know-more-btn {
  text-align: right;
  margin-right: 20px;
}

/* MOBILE */
@media (max-width: 576px) {

  .isp-bookdirect-wrapper {
    padding: 30px 15px;
  }

  .display-5 {
    font-size: 2rem;
  }

  .isp-btn {
    width: 100%;
  }

  .isp-item {
    justify-content: center;
    text-align: center;
  }

}

.promotion-list {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.promotion-list li {
  margin-bottom: 1px;
}

.promotion-list li a {
  display: block;
  padding: 5px 10px;
  margin: 0 5px;
  background: #f7f7f7;
  color: #0f172a;
  border-left: 3px solid #d4af37;
  text-decoration: none;
  transition: all 0.3s ease;
}

.promotion-list li a:hover {
  background: #01509d;
  color: #fff;
  transform: translateX(5px);
}


/* Common CSS  */

/* BLUE BUTTON */
.btn-blue {
    display: inline-block;
    background: #01509d; /* deep blue */
    border: solid 1px #01509d;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.btn-blue:hover {
    background: #01366a; /* darker navy */
    color: #fff;
    transform: translateY(-2px);
}

.section-home {
  padding: 30px;
  background: #fff;
}

.fnt21 {
  font-size: 21px;
}

.fnt26 {
  font-size: 26px;
}

.no-border {
  border: 0;
}

.small-txt {
    font-size: 13px;
}

.wid50 {
  width: 50px;
}

.width50 {
  width: 50%;
}

.clear {
  clear: both;
}

.text-justify {
  text-align: justify;
}