/* ==========================================================
   Sahyara Hospitality — Western Ghats Forest Brand Colors
   Prepared by Nyxtry Pvt. Ltd. | May 2026
   ========================================================== */

:root {
  --forest-deep:   #1B5E35;
  --forest-mid:    #2E8B57;
  --forest-light:  #4CAF80;
  --heritage-gold: #C9A84C;
  --ivory-warm:    #F6F1E7;
  --pure-surface:  #FFFFFF;
  --deep-ink:      #1C2B22;
  --moss-body:     #4A5A4E;
  --cta-text:      #3A2800;
}

/* ── 1. Base ──────────────────────────────────────────────── */
body {
  background: var(--ivory-warm);
  color: var(--moss-body);
}
p {
  color: var(--moss-body);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--deep-ink);
}
b { color: var(--forest-mid); }
hr {
  border-top-color: rgba(27, 94, 53, 0.15);
}
table, th, tr, td {
  border-color: rgba(46, 139, 87, 0.18);
}
blockquote {
  background-color: var(--pure-surface);
  color: var(--moss-body);
  border-left: 3px solid var(--forest-mid);
}
blockquote cite,
blockquote cite:before {
  color: var(--forest-mid);
}

/* ── 2. Preloader ─────────────────────────────────────────── */
.preloader-bg {
  background-color: var(--ivory-warm);
}
#preloader {
  background-color: var(--ivory-warm);
}

/* ── 3. Scroll-progress ring ──────────────────────────────── */
.progress-wrap path {
  stroke: var(--forest-deep);
}

/* ── 4. Section labels ────────────────────────────────────── */
.section-subtitle,
.section-subtitle span {
  color: var(--forest-mid);
}
.section-title {
  color: var(--forest-deep);
}
.section-title span {
  color: var(--forest-mid);
}

/* ── 5. Navbar ────────────────────────────────────────────── */
/* Vertically center logo inside the 100px navbar on all screen sizes */
.logo-wrapper {
    float: none;
    display: flex;
    align-items: center;
    height: 100px;
}
.logo-wrapper .logo {
    display: flex;
    align-items: center;
}
.logo-img {
    padding: 0 !important;
    width: 80px;
}

.nav-scroll {
  background: var(--forest-deep);
}
.navbar .navbar-nav .nav-link,
.nav-scroll .navbar-nav .nav-link {
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover,
.nav-scroll .navbar-nav .nav-link:hover {
  color: var(--heritage-gold);
}
.navbar .navbar-nav .active,
.nav-scroll .navbar-nav .active {
  color: var(--heritage-gold) !important;
}
.navbar .navbar-nav .active i,
.nav-scroll .navbar-nav .active i {
  color: var(--heritage-gold);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: var(--heritage-gold);
}
.navbar .dropdown-menu {
  background: var(--forest-deep);
}
.navbar .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: var(--heritage-gold);
  background: transparent;
}

/* ── 6. Buttons ───────────────────────────────────────────── */
/* Primary CTA — Forest Mid (View Property, Read More, Discover …) */
.butn-dark a {
  background: var(--forest-mid);
  color: #fff;
}
.butn-dark a:after {
  background: var(--forest-light);
}
.butn-dark a:hover span {
  color: #fff;
}

/* Gold CTA — Heritage Gold (Book Now, Send Message …) */
.butn-dark2 {
  background: var(--heritage-gold);
  color: var(--cta-text);
}
.butn-dark2:after {
  background: #b8953e;
}
.butn-dark2:hover span,
.butn-dark2:hover {
  color: var(--cta-text);
}

/* Header hero buttons inherit Forest Mid */
.header .caption .butn-dark a {
  background: var(--forest-mid);
  color: #fff;
}

/* Slider uses <a class="butn-dark"> directly (not the div+a pattern) */
.header .caption a.butn-dark {
  display: inline-block;
  background: var(--forest-mid);
  color: #fff !important;
  padding: 15px 30px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.4);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.header .caption a.butn-dark:hover {
  background: var(--forest-deep);
  border-color: rgba(255,255,255,0.7);
  color: #fff !important;
}
.header .caption a.butn-dark span {
  position: relative;
  z-index: 2;
  color: #fff !important;
}

/* Booking / reservation form submit */
.btn-form1-submit {
  background: var(--heritage-gold);
  color: var(--cta-text);
}
.btn-form1-submit:hover {
  background: #b8953e;
  color: var(--cta-text);
}

/* Generic submit input */
input[type="submit"] {
  background: var(--forest-mid);
  color: #fff;
}

/* ── 7. Forms (light-section context) ────────────────────── */
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  color: var(--moss-body);
  background-color: var(--pure-surface);
  border: 1px solid rgba(46, 139, 87, 0.25);
}
input:focus,
textarea:focus {
  border-color: var(--forest-mid);
  background-color: var(--pure-surface);
  color: var(--deep-ink);
}
::-webkit-input-placeholder { color: var(--moss-body); opacity: 0.6; }
:-moz-placeholder            { color: var(--moss-body); }
::-moz-placeholder           { color: var(--moss-body); opacity: 0.6; }
:-ms-input-placeholder       { color: var(--moss-body); }
.alert-success {
  color: var(--forest-mid);
  border-color: var(--forest-mid);
  background: transparent;
}
.input1_inner:after {
  color: var(--forest-mid);
}
.input1_inner input {
  border-color: rgba(46, 139, 87, 0.25);
  color: var(--moss-body);
  background: var(--pure-surface);
}
.input1_inner input::placeholder {
  color: var(--moss-body);
  opacity: 0.6;
}
.input1_inner input:focus {
  border-color: var(--forest-mid);
  background: var(--pure-surface);
  color: var(--deep-ink);
}

/* ── 8. Section backgrounds (light sections) ─────────────── */
.about        { background-color: var(--ivory-warm); }
.services     { background-color: var(--ivory-warm); }
.facilties    { background-color: var(--ivory-warm); }
.contact      { background-color: var(--ivory-warm); }
.news         { background-color: var(--ivory-warm); }
.team         { background-color: var(--ivory-warm); }
/* alternating pure-surface for rhythm */
.rooms1       { background-color: var(--pure-surface); }
.clients      { background-color: var(--pure-surface); }

/* ── 9. About section ─────────────────────────────────────── */
.about .content .cont h4,
.about .content .cont h3 {
  color: var(--deep-ink);
}
.about .content .cont h6 {
  color: var(--forest-mid);
}
.about .content .cont p {
  color: var(--moss-body);
}

/* ── 9b. Stay card image link — pointer cursor ────────────── */
.single-room .img a {
  display: block;
  overflow: hidden;
}
.single-room .img a img {
  transition: transform 0.4s ease;
}
.single-room .img a:hover img {
  transform: scale(1.04);
}

/* Book Now button on stay cards */
.single-room .content .butn-dark2 {
  display: inline-block;
  padding: 12px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
}

/* ── 10. Stays cards ──────────────────────────────────────── */
.single-room {
  background: var(--pure-surface);
  box-shadow: 0 2px 12px rgba(27, 94, 53, 0.07);
  transition: box-shadow 0.3s ease;
}
.single-room:hover {
  box-shadow: 0 4px 20px rgba(27, 94, 53, 0.15);
}
.single-room .content {
  background: var(--pure-surface);
  padding: 20px;
  border-top: 3px solid transparent;
  transition: border-color 0.3s ease;
}
.single-room:hover .content {
  border-top-color: var(--forest-light);
}
.single-room .content h4 {
  color: var(--deep-ink);
}
.single-room .content p {
  color: var(--moss-body);
}

/* ── 11. Services section ─────────────────────────────────── */
.services .content .date h1 {
  color: rgba(27, 94, 53, 0.12);
}
.services .content .date h6 {
  color: var(--forest-mid);
}
.services .content .cont h5 {
  color: var(--deep-ink);
}
.services .content .cont p {
  color: var(--moss-body);
}

/* ── 12. Facilities cards ─────────────────────────────────── */
.facilties .single-facility {
  background: var(--pure-surface);
  border: 1px solid rgba(46, 139, 87, 0.18);
}
.facilties .single-facility h5 {
  color: var(--deep-ink);
}
.facilties .single-facility span {
  color: var(--forest-mid);
}
.facilties .single-facility p {
  color: var(--moss-body);
}

/* ── 13. Reservations widget (light sections) ─────────────── */
.reservations .icon span {
  color: var(--forest-mid);
}
.reservations .text p {
  color: var(--moss-body);
}
.reservations .text a {
  color: var(--deep-ink);
}

/* ── 14. Contact section ──────────────────────────────────── */
.contact h3 {
  color: var(--deep-ink);
}
.contact p {
  color: var(--moss-body);
}
.contact .reservations .text a {
  color: var(--forest-deep);
}

/* ── 15. Booking box (on dark reservation parallax) ───────── */
.booking-box {
  background: var(--forest-deep);
}
.booking-box .head-box h6 {
  color: var(--heritage-gold);
}
.booking-box .head-box h4 {
  color: #fff;
}
/* Restore form fields inside booking box to dark-bg context */
.booking-box .input1_inner input,
.booking-box .form-control {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}
.booking-box .input1_inner input::placeholder,
.booking-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.booking-box .input1_inner input:focus,
.booking-box .form-control:focus {
  border-color: var(--heritage-gold);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.booking-box .input1_inner:after {
  color: var(--heritage-gold);
}
.booking-box label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
.booking-box .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.85) !important;
}
.booking-box .select2-selection--single {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* ── 16. Price section ─────────────────────────────────────── */
.price .wrapper {
  background: var(--ivory-warm);
}
.price .wrapper .list .flex .title {
  color: var(--moss-body);
}
.price .wrapper .list .flex .money {
  color: var(--heritage-gold);
  font-weight: 600;
}
.price .wrapper .list .dots:after {
  border-bottom-color: rgba(27, 94, 53, 0.15);
}

/* ── 17. News cards ───────────────────────────────────────── */
.news .item .date {
  background: var(--forest-deep);
  border-color: var(--forest-deep);
}
.news .item .con {
  background-color: var(--pure-surface) !important;
  border-color: rgba(27, 94, 53, 0.1);
}
.news .item .con .category a,
.news .item .con .category a:hover {
  color: var(--forest-mid);
}
.news .item .con h5,
.news .item .con h5 a {
  color: var(--deep-ink);
}
.news .item .con h5:hover,
.news .item .con h5 a:hover {
  color: var(--forest-mid);
}
.news .item .con p {
  color: var(--moss-body);
}

/* ── 18. Team section ─────────────────────────────────────── */
.team .info h6 {
  color: var(--deep-ink);
}
.team .info p {
  color: var(--moss-body);
}
.team .info .social a {
  color: var(--moss-body);
}
.team .info .social a:hover {
  color: var(--forest-mid);
}

/* ── 19. Star ratings — keep Heritage Gold ────────────────── */
.star-rating,
.star-rating:before,
.star-rating:after {
  border-bottom-color: var(--heritage-gold);
}

/* ── 20. Dark overlay sections — restore white text ──────── */
/* Sections that use bg-img + data-overlay-dark keep white text */
.bg-img h1,
.bg-img h2,
.bg-img h3,
.bg-img h4,
.bg-img h5,
.bg-img h6 {
  color: #fff;
}
.bg-img p {
  color: rgba(255, 255, 255, 0.85);
}
.bg-img .section-title,
.bg-img .section-title span {
  color: #fff;
}
.bg-img .section-subtitle,
.bg-img .section-subtitle span {
  color: rgba(255, 255, 255, 0.75);
}
.bg-img .reservations .text p {
  color: rgba(255, 255, 255, 0.75);
}
.bg-img .reservations .text a,
.bg-img .reservations .text a.color-1 {
  color: #fff;
}
.bg-img .reservations .icon span {
  color: var(--heritage-gold);
}

/* Banner headers (hero + inner page banners) */
.banner-header h1,
.banner-header h2,
.banner-header h4,
.banner-header p {
  color: #fff;
}

/* Testimonials (on dark bg-img) */
.testimonials h5,
.testimonials .item h5,
.testimonials .item p,
.testimonials .item .cont h6 {
  color: #fff;
}
.testimonials .item .cont span {
  color: rgba(255, 255, 255, 0.7);
}

/* ── 21. Footer ───────────────────────────────────────────── */
.footer-top {
  background-color: var(--forest-deep);
}
.footer-title {
  color: #fff;
}
.footer-about-text,
.footer-contact-text,
.footer-explore-list li a,
.footer-contact-phone,
.footer-contact-mail {
  color: rgba(255, 255, 255, 0.8);
}
.footer-about-social-list a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-about-social-list a:hover,
.footer-explore-list li a:hover,
.footer-bottom-copy-right a:hover {
  color: var(--heritage-gold);
}
.footer-explore-list li a:before {
  background-color: var(--heritage-gold);
}
.footer-contact-phone span {
  color: var(--heritage-gold);
}
.footer-contact-mail:before,
.footer-contact-mail:hover:before {
  background-color: var(--heritage-gold);
}
.footer-contact-mail:hover {
  color: var(--heritage-gold);
}
.footer-language select {
  border-color: rgba(201, 168, 76, 0.45);
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.footer-language select option {
  background: var(--forest-deep);
  color: #fff;
}
.footer-language i {
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom {
  background-color: #163f2a;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
}
.footer-bottom-copy-right {
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom-copy-right a {
  color: #fff;
}

/* ── 22. Google Map — remove grayscale ────────────────────── */
.map {
  -webkit-filter: none;
  filter: none;
}

/* ── 23. Gallery page ─────────────────────────────────────── */
.gallery-box .gallery-detail h4 {
  color: #fff;
}
.gallery-box .gallery-detail p {
  color: rgba(255, 255, 255, 0.8);
}
.gallery-box .gallery-img:after {
  background: rgba(27, 94, 53, 0.75);
}

/* ── 24. Accordion (FAQ) ──────────────────────────────────── */
.accordion-box .block {
  background: var(--pure-surface);
}
.accordion-box .block.active-block {
  background-color: var(--forest-deep);
}
.accordion-box .block .acc-btn {
  color: var(--deep-ink);
}
.accordion-box .block.active-block .acc-btn {
  color: #fff;
}
.accordion-box .block .acc-btn .count {
  color: var(--forest-mid);
}

/* ── 25. Corporate Booking split panel — mobile stack ─────── */
@media (max-width: 767px) {
    #corporate-booking {
        flex-direction: column !important;
    }
    #corporate-booking > div:first-child {
        flex: none !important;
        padding: 50px 28px !important;
    }
    #corporate-booking > div:last-child {
        padding: 50px 28px !important;
    }
    #corporate-booking form > div[style*="grid"] {
        grid-template-columns: 1fr !important;
    }
}

/* ── 26. Select dropdowns (general) ──────────────────────────*/
select {
  border-color: rgba(46, 139, 87, 0.25);
  color: var(--moss-body);
  background: var(--pure-surface);
}
