/*
Theme Name: Astra Child Theme
Author: Divine India
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.ast-container{
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

.site-content{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.entry-content{
    margin:0 !important;
}

.page .entry-header {
    display: none !important;
}

.ch-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* TOP BAR */
.ch-top-bar { background: #2b2b2b; font-size: 14px; }
.ch-top-bar .ch-container {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px; padding-bottom: 12px;
}
.ch-phone { display: inline-flex; align-items: center; gap: 9px; color: #cfcfcf; }
.ch-phone svg { color: #c0a062; }
.ch-phone a { color: #c0a062; font-weight: 600; text-decoration: none; margin-left: 4px; }
.ch-top-right a { color: #a9a9a9; text-decoration: none; margin: 0 8px; transition: color .2s; }
.ch-top-right a:hover { color: #c0a062; }
.ch-sep { color: #555; }

/* PRIMARY HEADER — sticky */
.ch-primary-header {
  background: #fff; position: sticky; top: 0; z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.ch-header-inner {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px; padding-bottom: 14px;
}

/* Logo */
.ch-logo a { text-decoration: none; display: block; line-height: 1.1; }
.ch-logo-title { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; color: #222; letter-spacing: .5px; }
.ch-logo-sub { display: block; color: #c0a062; font-weight: 600; font-size: 12px; letter-spacing: 1px; margin-top: 2px; }

/* Menu from WordPress */
.ch-nav .ch-menu { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.ch-menu li { position: relative; }
.ch-menu a { color: #222; text-decoration: none; font-size: 15px; font-weight: 500; transition: color .2s; }
.ch-menu a:hover, .ch-menu .current-menu-item > a { color: #c0a062; }

/* Dropdown submenus */
.ch-menu .sub-menu {
  display: none; position: absolute; top: 100%; left: 0; background: #fff;
  min-width: 190px; box-shadow: 0 8px 20px rgba(0,0,0,.1);
  list-style: none; margin: 0; padding: 8px 0; z-index: 1000;
}
.ch-menu li:hover > .sub-menu { display: block; }
.ch-menu .sub-menu a { display: block; padding: 8px 18px; }

/* Actions */
.ch-actions { display: flex; align-items: center; gap: 18px; }
.ch-sep-dark { color: #333; }
.ch-search { color: #222; display: inline-flex; }
.ch-book-btn {
  background: #c0a062; color: #fff; text-decoration: none;
  padding: 13px 24px; font-size: 13px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
}
.ch-book-btn:hover { background: #ab8b50; }

/* Mobile */
@media (max-width: 921px) {
  .ch-nav { display: none; }
  .ch-top-bar .ch-container { flex-direction: column; gap: 6px; }
}


/* ===== FOOTER (DESKTOP) ===== */
.ch-footer { background: #232323; color: #9a9a9a; }
.ch-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr 1.3fr;
  gap: 30px;
  padding: 55px 0 30px;
}

.ch-foot-logo .ch-logo-title { display:block; font-family: Georgia, serif; font-size: 26px; color:#eee; }
.ch-foot-logo .ch-logo-sub { display:block; color:#c0a062; font-weight:600; font-size:12px; letter-spacing:1px; margin:2px 0 18px; }
.ch-foot-about { font-size: 14px; line-height: 1.8; margin: 0 0 20px; }

.ch-social { display:flex; gap:10px; }
.ch-social a {
  width:38px; height:38px; border:1px solid #555; border-radius:50%;
  display:flex; align-items:center; justify-content:center; color:#ccc;
  text-decoration:none; transition:.2s;
}
.ch-social a:hover { background:#c0a062; border-color:#c0a062; color:#fff; }

.ch-foot-heading {
  color:#eee; font-family: Georgia, serif; font-size:19px; font-weight:500;
  padding-bottom:10px; margin:0 0 20px; position:relative;
}
.ch-foot-heading::after {
  content:""; position:absolute; left:0; bottom:0;
  width:55px; height:2px; background:#c0a062;
}

.ch-foot-menu { list-style:none; margin:0; padding:0; }
.ch-foot-menu li { margin-bottom:14px; }
.ch-foot-menu a { color:#9a9a9a; text-decoration:none; font-size:15px; transition:.2s; }
.ch-foot-menu a:hover { color:#c0a062; }

.ch-foot-phone { color:#cfcfcf; font-size:16px; margin:0 0 16px; }
.ch-foot-addr { font-size:15px; line-height:1.8; margin:0; }
.ch-foot-addr a { color:#9a9a9a; text-decoration:none; }

.ch-foot-news { margin:0 0 14px; font-size:15px; color:#cfcfcf; }
.ch-news-form input {
  width:100%; background:transparent; border:1px solid #4a4a4a;
  padding:13px 14px; color:#ddd; font-size:14px; margin-bottom:18px; box-sizing:border-box;
}
.ch-news-form input::placeholder { color:#888; }
.ch-news-form button {
  background:#c0a062; color:#fff; border:none; cursor:pointer;
  padding:13px 30px; font-size:13px; font-weight:600; letter-spacing:1px;
}
.ch-news-form button:hover { background:#ab8b50; }

.ch-footer-bottom {
  border-top:1px solid #3a3a3a;
  display:flex; justify-content:space-between; align-items:center;
  padding:22px 0; font-size:14px; color:#8a8a8a;
}
.ch-footer-bottom a { color:#c0a062; text-decoration:none; }

/* ===== FOOTER (MOBILE / ACCORDION) ===== */
@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 921px) {

  /* footer ko full width karo (side ka gap hatao) */
  .ch-footer .ch-container { padding-left: 0; padding-right: 0; }

  .ch-footer-top {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 40px 0 10px;
  }

  /* Column 1 (logo + text + social) -> center */
  .ch-foot-col:first-child {
    text-align: center;
    padding: 0 24px 34px;
  }
  .ch-social { justify-content: center; }

  /* Columns 2,3,4 -> accordion */
  .ch-foot-col:nth-child(n+2) { margin-bottom: 2px; }

  .ch-foot-heading {
   
    color: #f4f4f4;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 24px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* gold underline hatao, uski jagah + icon */
  .ch-foot-heading::after {
    content: "+";
    position: static;
    width: auto; height: auto; background: none;
    font-size: 22px; font-weight: 400; color: #dbdbdb;
  }
  .ch-foot-col.ch-open .ch-foot-heading::after { content: "\2212"; } /* minus */

  /* content chhupa do, khulne par dikhao */
  .ch-foot-col:nth-child(n+2) > *:not(.ch-foot-heading) { display: none; }
  .ch-foot-col.ch-open > *:not(.ch-foot-heading) {
    display: block;
    padding-left: 24px; padding-right: 24px;
  }
  .ch-foot-col.ch-open .ch-foot-menu,
  .ch-foot-col.ch-open .ch-foot-phone,
  .ch-foot-col.ch-open .ch-foot-news { padding-top: 20px; }
  .ch-foot-col.ch-open .ch-foot-menu,
  .ch-foot-col.ch-open .ch-foot-addr,
  .ch-foot-col.ch-open .ch-news-form { padding-bottom: 22px; }

  /* bottom bar */
  .ch-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 22px 24px;
  }
}