/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.20
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.9
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

/* Card */
.bs-card {
  border: 1px solid #cccccc !important;
  border-radius: 8px;
}

.h-full {
  height: 100%;
}

/* text-colors */
.text-light {
  color: #FFFFFF;
}

text-dark {
  color: #000000;
}

.itext-dark {
  color: #000000 !important;
}

.tnp.tnp-subscription label {
  display: none;
}

.tnp.tnp-subscription .tnp-email {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
}

.tnp.tnp-subscription .tnp-submit {
  background: #E37133;
}

/* Product filters */
.entry-content ul,
.entry-content ol {
  padding-left: 0;
}
.wc-block-grid__product .wc-block-grid__product-link,
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  display: block;
}
.wc-block-product-filter-price-slider .text input[type=text] {
  padding: 4px;
  max-width: 100px;
}

.ast-left-sidebar #secondary {
  padding-right: 30px;
}

.sidebar-main {
  padding: 0 5px;
}

/* Ensure filter controls can use full width */
.woocommerce .widget_layered_nav,
.woocommerce .widget_price_filter,
.woocommerce .widget_layered_nav_filters {
  width: 100%;
  box-sizing: border-box;
}

/* Price filter input boxes */
.woocommerce .price_slider_amount .price_label input,
.woocommerce .price_slider_amount input[type="text"],
.woocommerce .price_slider_amount input[type="number"] {
  width: 80px;
  /* increase if still cropped */
  padding: 4px 6px;
  box-sizing: border-box;
}

/* Contact us map */
.contact-map {
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 3px 1px #cccccc;
  border-radius: 12px;
}

.contact-map iframe {
  width: 100%;
  max-width: 100%;
  height: 400px;
  border: 0;
  display: block;
  border-radius: 12px;
}

/* Product card style */
/* Base card style – all product lists */
.wc-block-components-product-sale-badge,
.onsale {
  display: none;
}

.products.columns-4 a.ast-loop-product__link > p:empty,
.products.columns-4 p:has(a.ast-loop-product__link),
.products.columns-4 p > a.ast-loop-product__link:empty,
.products.columns-4 br,
.products.columns-4 p:empty {
  display: none !important;
}

.ast-single-post .entry-content .wp-block-button .wp-block-button__link,
.ast-single-post .entry-content .wp-block-search .wp-block-search__button,
body .entry-content .wp-block-file .wp-block-file__button {
  width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce div.product .related ul.products li.product,
.woocommerce div.product .upsells ul.products li.product {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.09);
  padding: 16px !important;
  margin-bottom: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  color: white;
}

/* Hover lift + stronger shadow */
.woocommerce ul.products li.product:hover,
.woocommerce div.product .related ul.products li.product:hover,
.woocommerce div.product .upsells ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* Image zoom on hover */
.woocommerce ul.products li.product img,
.woocommerce div.product .related ul.products li.product img,
.woocommerce div.product .upsells ul.products li.product img {
  border-radius: 8px;
  transition: transform 0.25s ease;
}

.woocommerce ul.products li.product:hover img,
.woocommerce div.product .related ul.products li.product:hover img,
.woocommerce div.product .upsells ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Flex equal-height cards, no custom width */
@media (min-width: 768px) {

  .woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
  }

  .woocommerce ul.products li.product .button {
    margin-top: auto;
  }
}

/* Clamp title to 2 lines so height stays consistent */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Keep price in one line */
.woocommerce ul.products li.product .price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Search result page */
.ast-blog-layout-6-grid .blog-layout-6 {
  border-radius: 8px;
}

.ast-blog-layout-6-grid .blog-layout-6 .ast-blog-single-element {
  position: relative;
}

.ast-blog-layout-6-grid .blog-layout-6 .ast-blog-single-element,
.ast-blog-layout-6-grid .blog-layout-6 .ast-blog-single-element *,
.ast-blog-layout-6-grid .blog-layout-6 .ast-blog-single-element *:hover {
  color: #777777;
}

.ast-blog-layout-6-grid .blog-layout-6 .entry-title a {
  color: #000000;
}

/* Header */
.site-footer:not(.dynamic-footer),
.site-header:not(.dynamic-header) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header .site-above-header-wrap,
header .site-primary-header-wrap {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Footer */
.ast-scroll-to-top-right {
  bottom: 90px !important;
}

.site-primary-footer-wrap {
  z-index: 1;
  position: relative;
  https://darkslateblue-alligator-562939.hostingersite.com/wp-content/uploads/2025/12/offer.png
  background-image: url('https://shridham.com/wp-content/uploads/2025/12/hanging-lamp-scaled.png') !important;
  background-size: 80px 120px;
  background-position: 0 -50px;
  background-repeat: repeat-x;
      padding-top: 160px;
    padding-bottom: 80px;
}

.site-primary-footer-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("https://shridham.com/wp-content/uploads/2025/12/footer-pattern.jpg") !important;
  background-repeat: repeat;
  opacity: 0.2;
}
.site-primary-footer-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  height: 22px;
  background-repeat: repeat-x;
  background-size: 25px;
  background-image: url("https://shridham.com/wp-content/uploads/2025/12/diya-1.png") !important;
}

/* Footer Nav List */
.footer-nav-list {
  text-align: left;
}

.footer-nav-list ul {
  margin-left: 0;
  list-style: none;
}

.footer-nav-list ul li {
  margin-bottom: 10px;
}

.footer-nav-list ul li a {
  color: #000000;
}

.footer-nav-list ul li a:hover {
  color: #E37133;
}


/* My Account */
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ol {
  padding-left: 0;
  margin-bottom: 30px;
  border: none;
}

.woocommerce-MyAccount-navigation ul li,
.woocommerce-MyAccount-navigation ol li {
  border-width: 0 !important;
}

.woocommerce-MyAccount-content {
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.08);
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce .woocommerce-Addresses .woocommerce-column__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
  border: none;
  background: none;
  padding: 0;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce .woocommerce-Addresses .woocommerce-column__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
  font-size: 30px;
  margin-bottom: 10px;
}

.woocommerce .col2-set .woocommerce-Address-title .edit,
.woocommerce-page .col2-set .woocommerce-Address-title .edit {
  float: none;
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
}

.ast-single-post .entry-content .woocommerce .is-active a {
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  color: #000000;
}

/* Hero Video section */
.hero-video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  /* hero height */
  overflow: hidden;
  margin: 0 -16px 0;
  width: calc(100% + 32px);
}

.hero-video-wrap p {
    margin: 0;
}

/* Video fills the section */
.hero-video-wrap .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  background: #000;
}

/* Dark overlay + center content */
.hero-video-wrap .hero-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
  /* overlay tint */
  padding: 0 20px;
}

.hero-video-wrap .hero-btn {
  margin-top: 16px;
  padding: 10px 28px;
  background: #ff7a1a;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .hero-video-wrap {
    position: relative;
    height: 500px;
  }
}


/* Breadcrumb */
.ast-breadcrumbs-wrapper {
  margin-top: 20px;
}

/* Category slider */
.home-categories {
  padding: 80px 0;
}

.home-categories .sp-wcsp-cat-name a {
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 20px !important;
  margin-bottom: 30px !important;
  display: inline-block !important;
}

/* Budget grid */
.budget-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.budget-section .budget-item {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: url(https://shridham.com/wp-content/uploads/2025/12/offer.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  background-size: contain;
  width: 300px;
}

.budget-section .budget-item .budget-label {
  font-size: 24px;
  display: block;
  background: linear-gradient(
    90deg,
    #8d6b0b,
    #f7e199,
    #f0c64a,
    #8d6b0b
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow:
    0 0 1px rgba(0,0,0,0.4),
    0 2px 4px rgba(0,0,0,0.35);
}
.budget-section .budget-item .budget-value {
  font-size: 40px;
  display: block;
  background: linear-gradient(
    90deg,
    #8d6b0b,
    #f7e199,
    #f0c64a,
    #8d6b0b
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow:
    0 0 1px rgba(0,0,0,0.4),
    0 2px 4px rgba(0,0,0,0.35);
  margin-top: 20px;
}

.budget-section .budget-item a {
  text-decoration: none !important;
}

/* Masonry */
.cat-masonry-3 {
  display: grid;
  grid-template-columns: 55% 45%;  /* change to 65% 35% if you prefer */
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 2px;
  margin: 0 -16px 0;
  width: calc(100% + 32px);
}

/* Left big card spans full height */
.cat-card--big {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

.cat-masonry-3 a {
  width: 100%;
}

.cat-masonry-3 p { display: none;}

/* Left big card: first link */
.cat-masonry-3 > a:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

/* Right top card: second link */
.cat-masonry-3 > a:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

/* Right bottom card: third link */
.cat-masonry-3 > a:nth-child(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}


/* Card styling */
.cat-card {
  position: relative;
  display: block;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.cat-card__inner {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.10),
    rgba(0,0,0,0.55)
  );
}

.cat-card__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.cat-card__meta {
  margin: 4px 0 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .cat-masonry-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .cat-card--big,
  .cat-card--small:nth-of-type(2),
  .cat-card--small:nth-of-type(3) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}


.kundli_lagan_chart,
#kundli-lagan-chart{
    text-align: center;
}

.astro_container a,
.astro_container .chart-wrapper label,
.astro_content_menu li.active a,
.astro_container select {
    color: #e37133;
}

.astro_container ul, .astro_container ol {
    padding-left: 60px;
}

.kundli_sec .astro_content_menu .active a {
    border-color: #e37133;
}

.kundli_vedic_login_form {
    width: 100%;
}