/**
Theme Name: Urban Seerah
Author: Bin Khalid Enterprises
Author URI: https://binkhalid.me
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sirat-perfumes
Template: astra
*/

/* header css */

.ast-header-account {
    padding: 0 !important;
}
.ast-header-account-wrap {
    margin: 0!important;
}
a.ast-header-account-link.ast-account-action-link.ast-header-account-type-icon {
    padding: 10px;
}

.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
   height: unset !important;
}

/* 
.ast-mobile-menu-buttons {
  display: none !important;
}

.ast-mobile-popup-drawer {
  display: none !important;
}
 */


/* ended header css */


.hero-section {
    height: calc(100vh - 96px);
}

.hero-section {
    min-height: fit-content !important;
}


@media(max-width:976px){
	
.hero-section, .hero-section .uagb-container-inner-blocks-wrap {
    height: fit-content;
}
}



a.uagb-buttons-repeater.ast-outline-button {
    border-radius: 10px !important;
}


del .woocommerce-Price-amount bdi {
    color: red;
    text-decoration: line-through;
}

ins .woocommerce-Price-amount bdi {
    color: #000;
    font-weight: 400;
}

.astra-shop-summary-wrap {
    padding: 0 0.5rem !important;
}

ul.products.columns-4 li {
    margin-bottom: 0 !important;
}



a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    border-radius: 15px !important;
}

.astra-shop-summary-wrap .price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

ul.page-numbers li{
    border-radius: 5px;
}




/* single  product page */

h1.product_title.entry-title {
    padding-bottom: 20px !important;
}



.ast-single-variation {
    border-radius: 10px;
}

.wpcbn-disabled:hover {
    color: #000 !important;
    opacity: 1 !important;
}

ul.tabs.wc-tabs li a {
    font-weight: 400 !important;
}



/* checkout page css */

.woocommerce-billing-fields__field-wrapper label {
    font-weight: 400 !important;
}

.woocommerce-billing-fields__field-wrapper input, span.select2-selection.select2-selection--single {
    padding: 20px !important;
    border-radius: 10px !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 50% 50%;
}

p#billing_phone_field {
    grid-column: 1/3;
    grid-row: 1;
	margin: 0 0 6px;
}

p#billing_first_name_field {
    width: 100%;
}

p#billing_last_name_field {
    width: 100%;
}

p#billing_address_1_field {
    grid-column: 1 / 3;
}

p#billing_city_field {
    width: 100%;
}

p#billing_postcode_field {
    grid-column: 2;
    grid-row: 4;
    width: 100%;
}

p#billing_state_field {
    width: 100%;
    grid-column: 1 / 3;
}

p#billing_country_field {
    display: none;
}

label.required_field {
    display: none !important;
}

span.woocommerce-input-wrapper input
 {
    padding: 20px !important;
    border-radius: 10px !important;
}

.checkout-inline-error-message {
    display: none !important;
}


.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none;
}


.woocommerce-js .select2-results__option, .woocommerce-js .select2-search--dropdown .select2-search__field {
    padding: 15px 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]
 {
    background-color: #000000 !important;
    padding: 15px 12px !important;
}

input.select2-search__field {
    border-radius: 10px !important;
}

span.select2-dropdown.select2-dropdown--above {
    border-radius: 10px !important;
}

.woocommerce form.checkout_coupon .button {
    padding: 1.12rem !important;
    border-radius: 10px !important;
}

input#coupon_code {
    padding: 15px 10px !important;
    border-radius: 10px !important;
}


button#place_order {
    padding: 1.5rem;
	border-radius: 10px;
}



/* order place css */

.woocommerce-thankyou-order-received {
    font-weight: 400 !important;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    max-width: 1200px!important;
    display: grid !important;
    grid-template-columns: 50% 50%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    grid-column: 1 / 3;
    width: 60%;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    grid-column: 1 / 3;
	    width: 100%;
    display: flex;
    justify-content: space-between;
}

.woocommerce-order p {
    grid-column: 1;
}

section.woocommerce-order-details {
    grid-column: 1;
}

section.woocommerce-customer-details {
    grid-row: 4;
    grid-column: 2;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: grid;
	 margin-top: 55px;
}
.woocommerce-column--1, .woocommerce-column--2 {
    width: calc(100% - 20px) !important;
    border: 1px solid #dddddd;
    padding: 30px;
    margin-left: 20px;
    
}

.woocommerce-column--1 {
    border-radius: 8px 8px 0 0;
}

.woocommerce-column--2 {
    border-radius: 0 0 8px 8px;
    border-top-width: 0 !important;
}


@media (max-width:768px){
	
	section.woocommerce-order-details {
    grid-column: 1 / 3;
    grid-row: 4;
}
	
section.woocommerce-customer-details {
    grid-row: 5;
    grid-column: 1 / 3;
}	
	
.woocommerce-column--1, .woocommerce-column--2 {
    margin-left: 0;
	width: 100% !important;
    
}	
	
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
	 margin-top: 0;
}
	
.woocommerce-thankyou-order-details li {
    border: unset !important;
    margin: 0 !important;
}	
	
p.footer-bio br {
    display: none;
}	
	
	
	
}




/* Footer css */

/* footer */
section#block-25, section#block-19, section#block-22, section#block-27, section#block-32,  section#block-33 {
    margin: unset;
}

.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row {
    justify-items: center;
}
li.has-small-font-size a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fe483a;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease-in;
}

li.has-small-font-size {
    position: relative;
}

li.has-small-font-size:hover a::after {
    width: 100%;
}

	
	.site-footer-primary-section-1 aside, .site-footer-primary-section-2 aside, .site-footer-primary-section-3 aside {
    text-align: left !important;
}


.ast-builder-footer-grid-columns.site-primary-footer-inner-wrap .site-footer-section
 {
    width: 100%;
}
/* 


a.button.wc-forward {
    border-color: #000 !important;
    border: 1px solid #000 !important;
	color:#000!important;
	border-radius:10px!important;
}

a.button.wc-forward:hover {
    background: #fff !important;
}


a.button.checkout.wc-forward {
    background: #000 !important;
    color: #fff !important;
}

a.button.checkout.wc-forward:hover {
    background: #3a3a3a !important;
}

 */




/* AADARSH HOME PAGE SLIDER */



.hero-wrap {
	max-width: 100%;
  margin: auto;
}

.hero {
  width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .35)
}

.hero .swiper {
	width: 100%;
	height: min(100vh, 100vh)
}

.slide__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden
}

.slide__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.1)
}

/* Ken Burns only on active */
.swiper-slide-active .slide__img {
	animation: kb 5.2s ease-out forwards
}

@keyframes kb {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(1.1)
	}
}

/* overlays */
.slide__overlay:before,
.slide__overlay:after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none
}

.slide__overlay:before {
	background: linear-gradient(0deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .10));
	z-index: 1
}

.slide__overlay:after {
	background: linear-gradient(90deg, rgba(0, 0, 0, .65), transparent 55%);
	z-index: 1
}

.slide__content {
	z-index: 2;
	padding: 20px;
  max-width: 1200px;
  margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20vh;
}

h1.hero_home_title,  h2.hero_home_title {
	margin: .25rem 0 1rem;
	font: 700 clamp(34px, 4.5vw, 48px)/1 "Big Shoulders Display", Inter, sans-serif;
	text-transform: uppercase;
	letter-spacing: .02em;
  color: white !important;
  font-weight: 700;
}

.hero_desc {
	opacity: .62;
	max-width: 56ch
}
/* Base button */
.hero_cta {
  	margin-top: 20px;
  padding-left: 14px;
	border-radius: 30px;
	background: #fff;
	color: #121212;
	border: 1px solid white;
	text-decoration: none;
	font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;          /* space between text and circle */
  padding: 12px;
  padding-right: 56px;  /* right pad leaves room for the circle */
  padding-left: 28px;
  text-decoration: none;
  overflow: hidden;              /* clips the expanding circle */
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  transition: color .45s ease, background .45s ease, box-shadow .45s ease;
    width: fit-content !important;
}

/* Keep the text above the expanding layer */
.hero_cta .label {
  position: relative;
  z-index: 2;
}

/* The arrow circle (anchor point for the expansion) */
.hero_cta .dot {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 1; /* arrow sits above the expanding bg */
}

/* The expanding black background lives on the dot's ::before */
.hero_cta .dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #000000;
  transform: scale(1);
  transition: transform .55s ease; /* expansion speed/curve */
  z-index: 0; /* behind the arrow SVG */
}

/* Arrow icon */
.hero_cta .dot svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  position: relative;
  z-index: 1;  /* stay visible while background expands */
  transition: transform .35s ease;
}

/* Hover state: circle grows to cover entire button, text goes white */
.hero_cta:hover,
.hero_cta:focus-visible {
  color: #ffffff;                     /* text turns white */
  background: #ffffff;                /* stays white; black layer covers it */
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.hero_cta:hover .dot::before,
.hero_cta:focus-visible .dot::before {
  transform: scale(20);               /* big enough to fill the pill */
}

/* Optional: subtle arrow nudge (remove if you want zero movement) */
.hero_cta:hover .dot svg,
.hero_cta:focus-visible .dot svg {
  transform: translateX(1px);
}

/* Press/tap feedback */
.hero_cta:active { transform: scale(.98); }

/* Accessibility: keyboard focus ring */
.hero_cta:focus-visible {
  outline: 2px solid rgba(0,0,0,.35);
  outline-offset: 3px;
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .hero_cta,
  .hero_cta .dot::before,
  .hero_cta .dot svg {
    transition: none;
  }
}

/* ===== Bottom Navigator ===== */
.hero-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px 18px;
	z-index: 3;
  max-width: 1200px;
  margin: auto;
}

.hero-nav__rail {
	height: 1px;
	background: rgba(255, 255, 255, .25);
	transform: translateY(-14px)
  
}

.hero-nav__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0
}

.hero-nav__item {
	position: relative;
	padding: 14px 16px;
	border-radius: 10px;
	color: #fff8;
	cursor: pointer;
	user-select: none;
	outline: none;
}

.hero-nav__item:focus-visible {
	box-shadow: 0 0 0 2px #fff8 inset
}

.hero-nav__num {
	font: 700 18px/1 "Big Shoulders Display", Inter, sans-serif;
	letter-spacing: .03em;
	margin-bottom: 6px;
	display: block
}

.hero-nav__label {
	font-size: 13px;
	opacity: .8
}

/* Underline track + filling bar */
.hero-nav__bar {
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
	height: 4px;
	overflow: hidden;
}

.hero-nav__fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	transform-origin: left center;
}


/* active aesthetics */
.hero-nav__item.is-active {
	color: #fff;
	/* background: rgba(255, 255, 255, .06) */
}

.hero-nav__item.is-active .hero-nav__label {
	opacity: .95
}

.hero-nav__item:hover {
	color: white;
}

/* Swiper specifics (no CSS vars here) */
.swiper-slide {
	opacity: .4;
	transition: opacity .5s ease
}

.swiper-slide-active {
	opacity: 1
}

@media (max-width:900px) {
  .slide__content{
    padding: 20px !important;
    
  }
  /* ===== Bottom Navigator ===== */
.hero-nav {
padding: 20px;
}

}

@media (max-width:600px) {
  .slide__content{
    padding: 20px !important;
   bottom: 15vh;
  }
  /* ===== Bottom Navigator ===== */
.hero-nav {
padding: 20px;
}
.hero-nav__label{
  display: none;
}
.swiper-slide .slide__content .hero_desc{
  font-size: 14px;
  color: white ;
}
.hero .swiper {
	width: 100%;
	height: min(94vh, 100vh)
}
}
/* ✨ Text Fade-Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* By default hidden */
.slide__content > * {
  opacity: 0;
  transform: translateY(30px);
}

/* Animate when active slide */
.swiper-slide-active .slide__content > * {
  animation: fadeUp 0.9s ease-out forwards;
}

/* Small stagger delay for each element */
.swiper-slide-active .slide__content .eyebrow {
  animation-delay: 0.1s;
}
.eyebrow {
 color: white;
}
.swiper-slide-active .slide__content .hero_home_title {
  animation-delay: 0.3s;
}
.swiper-slide-active .slide__content .hero_desc {
  animation-delay: 0.5s;
}
.swiper-slide-active .slide__content .hero_cta {
  animation-delay: 0.7s;
}
#hero_desc {
  color: white;
} 
