/*================================================
  DOYLESTOWN MAINSTREET INN - Custom Overrides
  Color System:
    Primary Green:  #C9A227
    Dark Green:     #222222
    Accent Gold:    #C9A227
    Primary Blue:   #243A5E
    Background:     #FFFFFF / #F8FAFC
    Text Dark:      #222222
    Text Light:     #6B7280
  Fonts:
    Headings: Poppins, Montserrat
    Body: Open Sans
=================================================*/

/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ============================
   BASE / GLOBAL OVERRIDES
   ============================ */
body {
  font-family: 'Open Sans', sans-serif !important;
  color: #222222 !important;
  background-color: #FFFFFF;
}

a {
  color: #222222;
  transition: 0.4s ease;
}
a:hover, a:focus {
  color: #C9A227 !important;
}

p {
  color: #6B7280 !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.85;
  font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #222222 !important;
  font-family: 'Poppins', 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
}

.ptb-100 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.pt-100 {
  padding-top: 120px !important;
}
.pb-100 {
  padding-bottom: 120px !important;
}

.section-title span {
  color: #C9A227 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.section-title h2 {
  font-size: 42px !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
  color: #222222 !important;
}
.section-title p {
  max-width: 750px;
  margin: auto;
  color: #6B7280 !important;
  font-size: 18px !important;
}

.default-btn {
  background-color: #C9A227 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 35px 16px 55px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 4px 15px rgba(201, 162, 39, 0.35) !important;
  letter-spacing: 0.3px;
  margin-bottom: 0 !important;
  vertical-align: middle !important;
}
.default-btn:hover {
  background-color: #A78620 !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.5) !important;
}
.default-btn:focus {
  color: #000000 !important;
}
.default-btn span {
  display: none !important;
}
.default-btn i {
  color: #ffffff !important;
}

/* Optional / Outline Button */
.optional-btn {
  color: #222222 !important;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
  transition: all 0.4s ease !important;
  border: 2px solid #222222;
  padding: 14px 30px;
  border-radius: 50px;
  display: inline-block;
  position: relative !important;
  top: 0 !important;
  vertical-align: middle !important;
  margin-left: 15px;
}
.optional-btn:hover {
  background-color: #ffffff !important;
  color: #222222 !important;
}

/* Banner button row alignment */
.banner-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.banner-btn .default-btn {
  margin-right: 0 !important;
}
.banner-btn .optional-btn {
  margin-left: 0;
}

/* ============================
   NAVBAR
   ============================ */
.navbar-area {
  background-color: #FFFFFF !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.navbar-area.is-sticky {
  background-color: #FFFFFF !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
}

.main-navbar .navbar .navbar-brand img {
  max-width: 250px;
  height: auto;
}

@media (max-width: 768px) {
  .main-navbar .navbar .navbar-brand img {
    max-width: 180px;
  }
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #222222 !important;
  font-weight: 600 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  transition: color 0.3s ease !important;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #C9A227 !important;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #C9A227 !important;
}

/* Dropdown hover */
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #C9A227 !important;
}

/* All nested dropdown active states */
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #C9A227 !important;
}

/* Cart btn */
.main-navbar .navbar .others-options .option-item .cart-btn a:hover {
  color: #C9A227 !important;
}
.main-navbar .navbar .others-options .option-item .cart-btn a span {
  background: #C9A227 !important;
}

/* Book Now button in navbar */
.navbar-book-now-btn {
  display: inline-block;
  background-color: #C9A227 !important;
  color: #ffffff !important;
  padding: 10px 25px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  font-family: 'Poppins', sans-serif !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 12px rgba(201, 162, 39, 0.3);
  margin-left: 15px;
}
.navbar-book-now-btn:hover {
  background-color: #A78620 !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(201, 162, 39, 0.45);
}

/* Responsive menu */
.main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
  color: #C9A227 !important;
}
.main-responsive-nav .main-responsive-menu.mean-container .others-options .option-item .cart-btn a:hover {
  color: #C9A227 !important;
}
.main-responsive-nav .main-responsive-menu.mean-container .others-options .option-item .cart-btn a span {
  background: #C9A227 !important;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #C9A227 !important;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a:hover {
  color: #C9A227 !important;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a span {
  background: #C9A227 !important;
}

/* ============================
   HERO / MAIN BANNER
   ============================ */
.main-banner-area {
  background-color: #F7F3EE !important;
  background-image: none !important;
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}
.main-banner-area::before {
  background-color: #F7F3EE !important;
  opacity: 0.95 !important;
}

.main-banner-content {
  margin-top: -40px;
}
.main-banner-content .sub-title {
  background: rgba(0,0,0,0.05) !important;
  color: #222222 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  padding: 10px 28px !important;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.main-banner-content h1 {
  color: #222222 !important;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  font-family: 'Poppins', sans-serif !important;
  margin-top: 25px !important;
}
.main-banner-content p { 
  font-size: 18px !important;
  line-height: 1.8 !important;
  max-width: 550px;
}
.main-banner-content .banner-btn {
  margin-top: 40px !important;
}
.main-banner-content .banner-btn .optional-btn:hover {
  color: #222222 !important;
}
.main-banner-content .banner-btn .optional-btn:hover i {
  border-color: #0F172A !important;
  background: #C9A227 !important;
  color: #000000 !important;
}

/* ============================
   ABOUT SECTION
   ============================ */
.about-area {
  background-color: #FFFFFF !important;
}
.about-area .section-title span {
  color: #C9A227 !important;
}
.about-area .section-title h2 {
  font-size: 44px !important;
}

/* ============================
   WHY CHOOSE US / EVENTS BOXES
   ============================ */
.events-schedules-area-with-color {
  background-color: #F8FAFC !important;
}
.events-content-box {
  border-radius: 16px !important;
  padding: 30px !important;
  transition: all 0.4s ease !important;
  border: 1px solid #f0f0f0;
}
.events-content-box span {
  color: #C9A227 !important;
  font-weight: 600 !important;
}
.events-content-box span i {
  color: #C9A227 !important;
  font-size: 22px !important;
}
.events-content-box h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.events-content-box:hover {
  background-color: #A78620 !important;
  border-color: #222222 !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.25) !important;
}
.events-content-box:hover span,
.events-content-box:hover span i {
  color: #C9A227 !important;
}
.events-content-box .bottom-content .book-btn .book-btn-one {
  background-color: #C9A227 !important;
  color: #000000 !important;
  border-radius: 50px !important;
}
.events-content-box .bottom-content .book-btn .book-btn-one:hover {
  background-color: #A78620 !important;
  color: #000000 !important;
}
.events-schedules-area .view-all-btn .default-btn,
.events-schedules-area-with-color .view-all-btn .default-btn {
  border: 2px solid #C9A227 !important;
  color: #C9A227 !important;
  background-color: transparent !important;
}
.events-schedules-area .view-all-btn .default-btn span,
.events-schedules-area-with-color .view-all-btn .default-btn span {
  background-color: #C9A227 !important;
}
.events-schedules-area .view-all-btn .default-btn:hover,
.events-schedules-area-with-color .view-all-btn .default-btn:hover {
  color: #000000 !important;
}

/* ============================
   ROOMS PREVIEW SECTION
   ============================ */
.rooms-preview-section {
  background-color: #FFFFFF;
  padding: 120px 0;
}
.rooms-preview-section .section-title h2 {
  font-size: 42px !important;
}

/* Room Type Cards */
.room-type-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin-bottom: 30px;
}
.room-type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: #C9A227;
}
.room-type-card .room-icon {
  font-size: 48px;
  color: #C9A227;
  margin-bottom: 20px;
}
.room-type-card h3 {
  font-size: 24px !important;
  margin-bottom: 12px !important;
}
.room-type-card p {
  color: #6B7280 !important;
  font-size: 15px !important;
}

/* ============================
   OVERVIEW / CTA SECTION
   ============================ */
.overview-area {
  background-image: none !important;
}
    .overview-area::before {
        background-color: #182b3a !important;
        opacity: 1 !important;
    }
.overview-content span {
  color: rgba(255,255,255,0.85) !important;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.overview-content h3 {
    color: #C9A227 !important;
    font-size: 38px !important;
    font-weight: 700 !important;
}
.overview-content p {
  color: rgba(255,255,255,0.85) !important;
}

/* ============================
   PAGE BANNERS (Rooms, Amenities, etc.)
   ============================ */
.page-banner-area {
  background-color: #F7F3EE !important;
  position: relative;
  z-index: 1;
}
.page-banner-content h2 {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 800 !important;
}
.page-banner-content p {
  color: rgba(255,255,255,0.9) !important;
}
.page-banner-content .pages-list li {
  color: rgba(255,255,255,0.8) !important;
}
.page-banner-content .pages-list li span {
  color: #C9A227 !important;
}
.page-banner-content .pages-list li a {
  color: rgba(255,255,255,0.8) !important;
}
.page-banner-content .pages-list li a:hover {
  color: #C9A227 !important;
}

/* ============================
   ABOUT US AREA (Inner pages)
   ============================ */
.about-us-content span {
  color: #C9A227 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px !important;
}
.about-us-content h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
.about-us-content .list li {
  font-size: 16px;
  padding: 8px 0;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
}
.about-us-content .list li i {
  color: #C9A227 !important;
  font-size: 20px;
  margin-right: 8px;
}

/* ============================
   AMENITIES ICONS
   ============================ */
.amenity-icon-item {
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  background: #FFFFFF;
  transition: all 0.4s ease;
  border: 1px solid #f0f0f0;
  margin-bottom: 25px;
}
.amenity-icon-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-color: #C9A227;
}
.amenity-icon-item i {
  font-size: 40px;
  color: #C9A227;
  margin-bottom: 15px;
  display: block;
}
.amenity-icon-item h4 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin-bottom: 0 !important;
}

/* Business & Leisure Section */
.business-leisure-section {
  background-color: #F8FAFC;
  padding: 100px 0;
}
.business-leisure-section h3 {
  font-size: 34px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
.business-leisure-section p {
  font-size: 17px !important;
}

/* ============================
   EXPECT / EXPERIENCE AREAS
   ============================ */
.expect-area {
  background-color: #F8FAFC !important;
}
.experience-area {
  background-color: #FFFFFF !important;
}
.experience-area::before {
  background-color: #F7F3EE !important;
}

/* ============================
   PRELOADER
   ============================ */
.preloader {
  background: #222222 !important;
}

/* ============================
   INTRO BOXES
   ============================ */
.single-intro-box span {
  color: #C9A227 !important;
}
.single-intro-box span i {
  color: #C9A227 !important;
}
.single-intro-box:hover::before {
  background-color: #A78620 !important;
}

/* ============================
   PAGINATION
   ============================ */
.pagination-area .page-numbers {
  background-color: #e8f5e9 !important;
  color: #C9A227 !important;
}
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers.current {
  background-color: #C9A227 !important;
  color: #ffffff !important;
}

/* ============================
   SLIDES AREA (if used)
   ============================ */
.home-slides.owl-theme .owl-nav .owl-prev:hover,
.home-slides.owl-theme .owl-nav .owl-prev:focus,
.home-slides.owl-theme .owl-nav .owl-next:hover,
.home-slides.owl-theme .owl-nav .owl-next:focus {
  background-color: #C9A227 !important;
}
.main-slides-content .slides-btn .optional-btn:hover i {
  border-color: #0F172A !important;
  background: #C9A227 !important;
}
.main-banner-content .banner-btn .optional-btn:hover {
  color: #C9A227 !important;
}

/* ============================
   EVENTS SCHEDULES TABLE
   ============================ */
.events-schedules-table .number {
  color: #C9A227 !important;
}
.events-schedules-table:hover {
  background-color: #A78620 !important;
}

/* ============================
   FOOTER (Redesigned)
   ============================ */
/* Hide the old template footer if it ever shows */
.footer-area {
  display: none !important;
}
.copyright-area {
  display: none !important;
}

/* New Footer */
.site-footer {
  background-color: #222222;
  padding: 80px 0 60px;
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C9A227, #C9A227, #C9A227);
}

.footer-col {
  margin-bottom: 30px;
}
.footer-col h4 {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 22px !important;
  position: relative;
  padding-bottom: 14px;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #C9A227;
  border-radius: 2px;
}
.footer-col p {
  color: rgba(255,255,255,0.75) !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
}

/* Footer CTA Button */
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C9A227;
  color: #000000 !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.footer-cta-btn:hover {
  background: #A78620;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(201, 162, 39, 0.35);
}
.footer-cta-btn i {
  font-size: 18px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links li a {
  color: rgba(255,255,255,0.75) !important;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.footer-links li a::before {
  content: '\203A';
  margin-right: 8px;
  color: #C9A227;
  font-weight: 700;
  font-size: 18px;
  transition: margin 0.3s ease;
}
.footer-links li a:hover {
  color: #C9A227 !important;
  padding-left: 5px;
}

/* Footer Contact List */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
.footer-contact li i {
  color: #C9A227;
  font-size: 22px;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-contact li span {
  color: rgba(255,255,255,0.8) !important;
  font-size:17px !important;
}
.footer-contact li a {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-contact li a:hover {
  color: #C9A227 !important;
}

/* ============================
   COPYRIGHT (Redesigned)
   ============================ */
.site-copyright {
  background-color: #111111;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.site-copyright p {
  color: rgba(255,255,255,0.6) !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  font-family: 'Open Sans', sans-serif !important;
}
.site-copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
.site-copyright ul li a {
  color: rgba(255,255,255,0.55) !important;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: 'Open Sans', sans-serif;
}
.site-copyright ul li a:hover {
  color: #C9A227 !important;
}

@media (max-width: 768px) {
  .site-copyright .row {
    text-align: center;
  }
  .site-copyright ul {
    justify-content: center;
    margin-top: 10px;
  }
  .site-copyright .text-md-end {
    text-align: center !important;
  }
}

/* ============================
   GO TOP BUTTON
   ============================ */
.go-top {
  background-color: #C9A227 !important;
}
.go-top:hover {
  background-color: #A78620 !important;
}

/* ============================
   FLOATING CALL BUTTON
   ============================ */
.floating-call-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #C9A227;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(201, 162, 39, 0.45);
  transition: all 0.4s ease;
  animation: floatPulse 2s ease-in-out infinite;
}
.floating-call-btn:hover {
  background: #A78620;
  color: #000000 !important;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 35px rgba(201, 162, 39, 0.6);
}
.floating-call-btn i {
  font-size: 20px;
  animation: phoneRing 1.5s ease-in-out infinite;
}

@keyframes floatPulse {
  0%, 100% { box-shadow: 0 6px 25px rgba(201, 162, 39, 0.45); }
  50% { box-shadow: 0 6px 35px rgba(201, 162, 39, 0.7); }
}
@keyframes phoneRing {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(14deg); }
  20% { transform: rotate(-10deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-6deg); }
  50% { transform: rotate(0deg); }
}

/* ============================
   BUY NOW BTN (REMOVE)
   ============================ */
.buy-now-btn {
  display: none !important;
}

/* ============================
   CONTACT FORM
   ============================ */
.contact-form .default-btn {
  width: auto !important;
}

/* ============================
   ROOMS PAGE - ROOM FEATURES GRID
   ============================ */
.room-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.room-feature-item {
  text-align: center;
  padding: 25px 15px;
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}
.room-feature-item:hover {
  border-color: #C9A227;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.room-feature-item i {
  font-size: 32px;
  color: #C9A227;
  display: block;
  margin-bottom: 10px;
}
.room-feature-item span {
  font-size: 17px;
  font-weight: 600;
  color: #222222;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
  .room-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-banner-content h1 {
    font-size: 32px !important;
  }
  .section-title h2 {
    font-size: 28px !important;
  }
  .floating-call-btn {
    bottom: 15px;
    right: 15px;
    padding: 12px 22px;
    font-size: 14px;
  }
}

/* ============================
   GALLERY
   ============================ */
.single-gallery-item .gallery-content i {
  color: #C9A227 !important;
}

/* ============================
   MISC OVERRIDES - Remove all orange
   ============================ */
.events-schedules-table:hover .number {
  color: #ffffff !important;
}
.single-events-schedules .events-content h3 a:hover {
  color: #C9A227 !important;
}
.single-events-schedules .events-image .tag a {
  background-color: #C9A227 !important;
  color: #000000 !important;
}

/* ============================
   CONTACT PAGE
   ============================ */
.contact-address {
    background-color: #182b3a !important;
    border-radius: 16px !important;
}
.contact-address li {
  border-bottom-color: rgba(255,255,255,0.15) !important;
}
.contact-address li i {
  color: #C9A227 !important;
}
.contact-address li h4 {
  color: #ffffff !important;
}
.contact-address li a {
  color: rgba(255,255,255,0.9) !important;
}
.contact-address li a:hover {
  color: #C9A227 !important;
}
.contact-address li span {
  color: rgba(255,255,255,0.85) !important;
}

.contact-form .form-control {
  border-radius: 10px !important;
  border: 1px solid #e0e0e0 !important;
  padding: 12px 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  transition: border-color 0.3s ease !important;
}
.contact-form .form-control:focus {
  border-color: #0F172A !important;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.1) !important;
}

/* ============================
   GALLERY PAGE
   ============================ */
.single-gallery {
  height: 100%;
}
.single-gallery .gallery-image1 {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: block;
}
.single-gallery .gallery-image1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.single-gallery .gallery-image1 a {
  display: block;
  height: 100%;
}
.single-gallery .gallery-image1 img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.single-gallery .gallery-image1:hover img {
  transform: scale(1.05);
}

/* ============================
   MAP SECTION
   ============================ */
.map iframe {
  border-radius: 16px !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* ============================
   DARK CSS OVERRIDE (disable dark mode orange)
   ============================ */
.dark .default-btn {
  background-color: #C9A227 !important;
}
.dark a:hover {
  color: #C9A227 !important;
}

/* ============================
   PREMIUM ROOMS LAYOUT
   ============================ */
.premium-rooms-area {
  background-color: #FFFFFF;
}
.premium-room-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease;
  margin-bottom: 50px;
}
.premium-room-card:hover {
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.premium-room-card .room-image {
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.premium-room-card .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.premium-room-card:hover .room-image img {
  transform: scale(1.05);
}
.premium-room-card .room-details {
  padding: 50px;
}
.premium-room-card .room-details h3 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #222222 !important;
  margin-bottom: 15px !important;
}
.premium-room-card .room-details p {
  font-size: 18px !important;
  color: #6B7280 !important;
  line-height: 1.8 !important;
  margin-bottom: 25px !important;
}
.room-amenities-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}
.room-amenities-list li {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}
.room-amenities-list li i {
  color: #C9A227;
  font-size: 22px;
  margin-right: 12px;
  background: rgba(201, 162, 39, 0.1);
  border-radius: 50%;
  padding: 2px;
}
.room-price-book {
  border-top: 1px solid #f0f0f0;
  padding-top: 25px;
}
.room-price-book .default-btn {
  padding: 14px 30px !important;
}

@media (max-width: 991px) {
  .premium-room-card .room-image {
    min-height: 300px;
  }
  .premium-room-card .room-details {
    padding: 30px;
  }
  .premium-room-card .room-details h3 {
    font-size: 26px !important;
  }
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
    @media only screen and (max-width: 991px) {
        /* Hides the desktop button container on mobile/tablet */
        .main-navbar .others-options {
            display: none !important;
        }

        /* Hides the cloned button if MeanMenu injected it inside the mobile toggle menu */
        .mean-container .others-options,
        .mean-nav .others-options {
            display: none !important;
        }
    }
}






