/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  EVAQURE Uttarakhand Shilajit — Light Luxury Theme with WooCommerce
 Author:       Anu Nautiyal
 Author URI:   https://shilajit.evaqure.ca
 Template:     generatepress
 Version:      3.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-child
 WC requires at least: 5.0
 WC tested up to: 9.0
*/

:root {
    /* ── Light luxury palette ── */
    --evq-bg:          #faf9f6;
    --evq-bg-alt:      #f3f1ec;
    --evq-bg-warm:     #f8f5ef;
    --evq-white:       #ffffff;
    --evq-black:       #1a1814;
    --evq-dark:        #2c2820;
    --evq-text:        #3d3830;
    --evq-text-light:  #6b6358;
    --evq-text-muted:  #9a9086;
    --evq-border:      #e6e1d8;
    --evq-border-light:#efe9e0;
    --evq-gold:        #b8963e;
    --evq-gold-light:  #d4b86a;
    --evq-gold-dark:   #96792e;
    --evq-gold-bg:     rgba(184,150,62,0.06);
    --evq-gold-bg2:    rgba(184,150,62,0.12);
    --evq-green:       #4a7c59;
    --evq-green-bg:    rgba(74,124,89,0.06);
    --evq-cream:       #fdf8f0;
    --evq-shadow-sm:   0 1px 3px rgba(26,24,20,0.04);
    --evq-shadow-md:   0 4px 20px rgba(26,24,20,0.06);
    --evq-shadow-lg:   0 12px 48px rgba(26,24,20,0.08);
    --evq-shadow-xl:   0 24px 64px rgba(26,24,20,0.1);
    --evq-radius:      2px;
    --ff-display:      'Logam', 'Cormorant Garamond', Georgia, serif;
    --ff-body:         'Lato', sans-serif;
}

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

html { scroll-behavior: smooth; }
body {
    font-family: var(--ff-body);
    background: var(--evq-bg);
    color: var(--evq-text);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 { font-family: var(--ff-display); }
img { max-width: 100%; height: auto; }
a { transition: color 0.3s, opacity 0.3s; }
::selection { background: var(--evq-gold); color: var(--evq-white); }

/* Hide default GP chrome */
#site-header, .main-navigation, .site-footer, .site-info,
.inside-header, nav.main-navigation { display: none !important; }
.site-content { padding: 0 !important; }
.inside-article { padding: 0 !important; }
article.page { margin: 0 !important; }
.entry-content { margin-top: 0 !important; }



/* ── Hero Video Background ── */
.evq-hero.evq-hero--video {
    position: relative;
    overflow: hidden;
}

.evq-hero-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.evq-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Slight scale prevents white edges during load */
    transform: scale(1.02);
}

/* Dark gradient overlay — ensures text readability */
.evq-hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.40) 50%,
        rgba(0, 0, 0, 0.55) 100%
    );
    z-index: 1;
}

/* Push all hero content above the video + overlay */
.evq-hero--video .evq-w.evq-hero-grid {
    position: relative;
    z-index: 2;
}

/* ── Adjust text colors for dark video background ── */
.evq-hero--video .evq-hero-text h1,
.evq-hero--video .evq-hero-text h1 em {
    color: #fff;
}

.evq-hero--video .evq-hero-sub {
    color: rgba(255, 255, 255, 0.85);
}

.evq-hero--video .evq-chip {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.evq-hero--video .evq-hero-trust span {
    color: rgba(255, 255, 255, 0.8);
}

.evq-hero--video .evq-hero-trust .evq-stars {
    color: #d4a853;
}

.evq-hero--video .evq-btn-ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.evq-hero--video .evq-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
}

.evq-hero--video .evq-hero-float {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.evq-hero--video .evq-hero-float strong {
    color: #d4a853;
}

.evq-hero--video .evq-hero-float span {
    color: rgba(255, 255, 255, 0.75);
}

/* ── Glow effect adjusted for dark bg ── */
.evq-hero--video .evq-hero-img-glow {
    background: radial-gradient(circle, rgba(212, 168, 83, 0.25) 0%, transparent 70%);
}

/* ── Reduce motion: pause video for users who prefer reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    .evq-hero-video {
        display: none;
    }
    .evq-hero-video-wrap {
        background: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1920&h=1080&fit=crop&q=80') center/cover no-repeat;
    }
}

/* ── Mobile: slightly darker overlay for smaller screens ── */
@media (max-width: 768px) {
    .evq-hero-video-overlay {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.70) 0%,
            rgba(0, 0, 0, 0.45) 50%,
            rgba(0, 0, 0, 0.65) 100%
        );
    }
}

.eva-why-section {
  width: 100%;
  padding: 90px 20px;
  background:
    radial-gradient(circle at top left, rgba(199, 139, 45, 0.18), transparent 35%),
    linear-gradient(135deg, #100b07 0%, #1c120b 45%, #090604 100%);
  color: #fff;
  font-family: inherit;
}

.eva-why-container {
  max-width: 1200px;
  margin: 0 auto;
}

.eva-why-heading {
  max-width: 720px;
  margin-bottom: 55px;
}

.eva-why-heading span {
  display: inline-block;
  color: #d8a24a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eva-why-heading h2 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.95;
  margin: 0 0 22px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #fff4dc;
}

.eva-why-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #d8c4a6;
  margin: 0;
}

.eva-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.eva-why-card {
  position: relative;
  padding: 34px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(216, 162, 74, 0.28);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  transition: all 0.35s ease;
  overflow: hidden;
}

.eva-why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(216, 162, 74, 0.16), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.eva-why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(216, 162, 74, 0.65);
}

.eva-why-card:hover::before {
  opacity: 1;
}

.eva-number {
  position: relative;
  z-index: 1;
  font-size: 46px;
  font-weight: 800;
  color: rgba(216, 162, 74, 0.28);
  margin-bottom: 22px;
}

.eva-why-card h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 16px;
  color: #fff4dc;
  text-transform: uppercase;
}

.eva-why-card p {
  position: relative;
  z-index: 1;
  font-size: 15.5px;
  line-height: 1.75;
  color: #d6c2a3;
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .eva-why-section {
    padding: 70px 18px;
  }

  .eva-why-grid {
    grid-template-columns: 1fr;
  }

  .eva-why-card {
    padding: 30px 26px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .eva-why-section {
    padding: 55px 16px;
  }

  .eva-why-heading {
    margin-bottom: 35px;
  }

  .eva-why-heading h2 {
    font-size: 38px;
  }

  .eva-why-heading p {
    font-size: 16px;
  }

  .eva-number {
    font-size: 38px;
  }

  .eva-why-card h3 {
    font-size: 19px;
  }

  .eva-why-card p {
    font-size: 15px;
  }
}

.eva-auth-section {
  width: 100%;
  padding: 90px 20px;
  background:
    radial-gradient(circle at top, rgba(198, 139, 55, 0.14), transparent 32%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe2 100%);
  color: #21160d;
  font-family: inherit;
}

.eva-auth-wrap {
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}

.eva-auth-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #b98332;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.eva-auth-label span {
  width: 36px;
  height: 1px;
  background: #b98332;
}

.eva-auth-head h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 500;
  color: #2b1b10;
}

.eva-auth-head h2 em {
  color: #b98332;
  font-style: italic;
  font-weight: 400;
}

.eva-auth-head p {
  margin: 18px 0 0;
  color: #7b6b5a;
  font-size: 17px;
}

.eva-auth-badge {
  margin: 40px auto 60px;
  display: flex;
  justify-content: center;
}

.eva-auth-circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 2px solid #c49345;
  box-shadow: 0 0 0 8px rgba(196, 147, 69, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fffdf8;
}

.eva-auth-circle strong {
  font-size: 42px;
  line-height: 1;
  color: #b98332;
}

.eva-auth-circle small {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #6d5a43;
}

.eva-auth-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.eva-auth-item {
  padding: 20px 34px;
  border-right: 1px solid rgba(185, 131, 50, 0.25);
}

.eva-auth-item:last-child {
  border-right: 0;
}

.eva-auth-icon {
  font-size: 28px;
  margin-bottom: 18px;
}

.eva-auth-item h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 500;
  color: #2b1b10;
}

.eva-auth-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #746352;
}

@media (max-width: 991px) {
  .eva-auth-section {
    padding: 70px 18px;
  }

  .eva-auth-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .eva-auth-item:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 575px) {
  .eva-auth-section {
    padding: 55px 16px;
  }

  .eva-auth-head h2 {
    font-size: 38px;
  }

  .eva-auth-circle {
    width: 150px;
    height: 150px;
  }

  .eva-auth-circle strong {
    font-size: 34px;
  }

  .eva-auth-grid {
    grid-template-columns: 1fr;
  }

  .eva-auth-item {
    border-right: 0;
    border-bottom: 1px solid rgba(185, 131, 50, 0.22);
    padding: 24px 10px;
  }

  .eva-auth-item:last-child {
    border-bottom: 0;
  }
}

/* Empty Cart - New In Store Section Fix */
.woocommerce-cart .cart-empty + .return-to-shop + h2,
.woocommerce-cart h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #2b1b10;
  margin: 35px 0 30px;
  text-transform: uppercase;
}

.woocommerce-cart ul.products {
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
}

.woocommerce-cart ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  background: #fffaf1;
  border: 1px solid rgba(185, 131, 50, 0.28);
  border-radius: 18px;
  padding: 18px !important;
  text-align: center;
  box-shadow: 0 12px 30px rgba(43, 27, 16, 0.08);
}

.woocommerce-cart ul.products li.product img {
  width: 100% !important;
  height: 260px !important;
  object-fit: contain !important;
  margin-bottom: 16px !important;
}

.woocommerce-cart ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px !important;
  line-height: 1.45;
  color: #2b1b10 !important;
  margin-bottom: 10px;
}

.woocommerce-cart ul.products li.product .price {
  color: #b98332 !important;
  font-size: 17px !important;
  font-weight: 700;
}

.woocommerce-cart ul.products li.product .button {
  margin-top: 12px !important;
  background: #2b1b10 !important;
  color: #fffaf1 !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  font-size: 13px !important;
}

/* Responsive */
@media (max-width: 991px) {
  .woocommerce-cart ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575px) {
  .woocommerce-cart ul.products {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart ul.products li.product img {
    height: 230px !important;
  }

  .woocommerce-cart h2 {
    font-size: 28px;
  }
}



/* ===========================
   EVAQURE FAQ SECTION
=========================== */

.eva-faq-section{
    background:#fffaf3;
    padding:100px 20px;
}

.eva-faq-container{
    max-width:1100px;
    margin:auto;
}

.eva-faq-header{
    text-align:center;
    margin-bottom:60px;
}

.eva-faq-header span{
    display:inline-block;
    color:#b8863b;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:15px;
}

.eva-faq-header h2{
    font-size:56px;
    line-height:1.1;
    color:#24170d;
    margin:0 0 15px;
    font-weight:700;
}

.eva-faq-header p{
    color:#73675c;
    font-size:18px;
    max-width:700px;
    margin:auto;
}

/* Category Heading */

.faq-category{
    margin-bottom:50px;
}

.faq-category h3{
    background:linear-gradient(135deg,#c49b4e,#b8863b);
    color:#fff;
    padding:16px 25px;
    border-radius:14px;
    margin-bottom:20px;
    font-size:24px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(184,134,59,.15);
}

/* FAQ Box */

.faq-category details{
    background:#fff;
    border:1px solid rgba(184,134,59,.18);
    border-radius:14px;
    margin-bottom:12px;
    overflow:hidden;
    transition:.3s;
}

.faq-category details:hover{
    border-color:#c49b4e;
}

.faq-category details[open]{
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

/* Question */

.faq-category summary{
    list-style:none;
    cursor:pointer;
    position:relative;
    padding:22px 65px 22px 25px;
    font-size:17px;
    font-weight:600;
    color:#24170d;
}

.faq-category summary::-webkit-details-marker{
    display:none;
}

/* Plus Icon */

.faq-category summary::after{
    content:"+";
    position:absolute;
    right:25px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    border-radius:50%;
    background:#f9f1e4;
    color:#b8863b;
    font-size:24px;
    font-weight:400;
}

.faq-category details[open] summary::after{
    content:"−";
}

/* Answer */

.faq-category p{
    padding:0 25px 24px;
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#73675c;
}

/* Desktop 2 Column Layout */

@media(min-width:992px){

    .faq-category{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:15px;
    }

    .faq-category h3{
        grid-column:1/-1;
    }
}

/* Tablet */

@media(max-width:991px){

    .eva-faq-header h2{
        font-size:42px;
    }

    .faq-category h3{
        font-size:22px;
    }
}

/* Mobile */

@media(max-width:767px){

    .eva-faq-section{
        padding:70px 15px;
    }

    .eva-faq-header h2{
        font-size:34px;
    }

    .eva-faq-header p{
        font-size:16px;
    }

    .faq-category h3{
        font-size:20px;
        padding:14px 20px;
    }

    .faq-category summary{
        font-size:15px;
        padding:18px 55px 18px 18px;
    }

    .faq-category p{
        padding:0 18px 18px;
        font-size:14px;
    }
}



/*contact us page*/
.eva-contact-section {
  background: linear-gradient(180deg, #fffaf2 0%, #f7efe1 100%);
  padding: 95px 20px;
  color: #24170d;
  font-family: inherit;
}

.eva-contact-container {
  max-width: 1180px;
  margin: 0 auto;
}

.eva-contact-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.eva-contact-header span {
  color: #b8863b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}

.eva-contact-header h1 {
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.05;
  margin: 14px 0;
  color: #24170d;
}

.eva-contact-header p {
  font-size: 18px;
  color: #74675a;
  line-height: 1.7;
  margin: 0;
}

.eva-contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 35px;
}

.eva-contact-info,
.eva-contact-form {
  background: #ffffff;
  border: 1px solid rgba(184, 134, 59, 0.22);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 16px 40px rgba(43, 27, 16, 0.07);
}

.eva-contact-info h2,
.eva-contact-form h2 {
  font-size: 30px;
  margin: 0 0 25px;
  color: #24170d;
}

.eva-contact-card {
  padding: 20px 0;
  border-bottom: 1px solid rgba(184, 134, 59, 0.18);
}

.eva-contact-card:last-child {
  border-bottom: 0;
}

.eva-contact-card strong {
  display: block;
  color: #b8863b;
  font-size: 15px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eva-contact-card p {
  margin: 0;
  color: #5f5146;
  font-size: 16px;
  line-height: 1.6;
}

.eva-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eva-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.eva-contact-form input,
.eva-contact-form select,
.eva-contact-form textarea {
  width: 100%;
  background: #fffaf2;
  border: 1px solid rgba(184, 134, 59, 0.25);
  border-radius: 14px;
  padding: 15px 17px;
  font-size: 15px;
  color: #24170d;
  outline: none;
  font-family: inherit;
}

.eva-contact-form textarea {
  resize: vertical;
}

.eva-contact-form input:focus,
.eva-contact-form select:focus,
.eva-contact-form textarea:focus {
  border-color: #b8863b;
  box-shadow: 0 0 0 4px rgba(184, 134, 59, 0.12);
}

.eva-contact-form button {
  margin-top: 8px;
  border: none;
  background: linear-gradient(135deg, #2b1b10, #5a351b);
  color: #fffaf2;
  border-radius: 999px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eva-contact-form button:hover {
  background: linear-gradient(135deg, #b8863b, #d0a85c);
  color: #ffffff;
}

@media (max-width: 900px) {
  .eva-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .eva-contact-section {
    padding: 65px 15px;
  }

  .eva-contact-header h1 {
    font-size: 38px;
  }

  .eva-contact-info,
  .eva-contact-form {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .eva-form-row {
    grid-template-columns: 1fr;
  }

  .eva-contact-info h2,
  .eva-contact-form h2 {
    font-size: 25px;
  }
}



/* EVAQURE Policy Pages CSS */

.eva-policy-page {
  background: #fffaf2;
  padding: 80px 20px;
  color: #24170d;
  font-family: inherit;
}

.eva-policy-container {
  max-width: 950px;
  margin: 0 auto;
  background: #ffffff;
  padding: 55px 60px;
  border-radius: 24px;
  border: 1px solid rgba(184, 134, 59, 0.22);
  box-shadow: 0 18px 45px rgba(43, 27, 16, 0.07);
}

.eva-policy-container h1 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.1;
  margin: 0 0 28px;
  color: #24170d;
}

.eva-policy-container h2 {
  font-size: 24px;
  margin: 34px 0 12px;
  color: #b8863b;
}

.eva-policy-container p {
  font-size: 16px;
  line-height: 1.8;
  color: #6a5d51;
  margin: 0 0 14px;
}

.eva-policy-container a {
  color: #b8863b;
  font-weight: 600;
  text-decoration: none;
}

.eva-policy-container a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 767px) {
  .eva-policy-page {
    padding: 55px 15px;
  }

  .eva-policy-container {
    padding: 35px 22px;
    border-radius: 18px;
  }

  .eva-policy-container h1 {
    font-size: 34px;
  }

  .eva-policy-container h2 {
    font-size: 21px;
  }

  .eva-policy-container p {
    font-size: 15px;
  }
}