/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: astra-child
Template: astra
*/


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

body {
    width: 100%;
    height: 100vh;
    /* background-color: #333 !important; */
}

:root {
    --cinzel: "Cinzel", serif;
    --montesrat: "Montserrat", sans-serif;
    --merrifWeather: "Merriweather Sans", sans-serif;
    --cormorantGarmond: "Cormorant Garamond", serif;
    --Poppins: "Poppins", sans-serif;
    --Inter: "Poppins", sans-serif;
    --navGold: #CBAF7D;
    --seasalt: #fafafa;
    --darkBrown: #8B5B29;
    --lightBrown: #A68A64;
    --customBlack: #000000;
}

nav .navbar-brand {
    font-family: var(--cormorantGarmond);
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    color: var(--navGold);
}

nav .navbar-brand:hover,
nav .navbar-brand:focus {
    color: var(--navGold);
}

nav .nav-link {
    color: var(--customBlack);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--montesrat);
}

nav .right-div-nav {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

nav .navbar-nav {
    gap: 30px;
}

nav .right-div-nav .search-wrapper {
    /* border: 1px solid #CCCCCC; */
    border: 1px solid var(--navGold);
    border-radius: 50px;
    display: flex;
    align-items: center;
    max-width: 201px;
    padding: 0px 15px;
}

nav .right-div-nav .search-wrapper input {
    border: none;
    color: #B3B3B3;
    padding: 8px 0;
    width: 100%;
    outline: none;
    font-size: 12px;
    font-family: 200;
    font-family: var(--Inter);
    height: 100%;
    background: transparent;
}

nav .right-div-nav .icon-wrapper button {
    border: none;
    background: transparent;
}

nav .right-div-nav .icon-wrapper {
    display: flex;
    gap: 40px;
}

nav.navbar {
    width: 100%;
    padding: 60px 0 20px 0;
    z-index: 1;
}
body.home nav.navbar{
    position: absolute;
}
body.page-template-ContactUs-php nav.navbar{
    position: absolute;
}

nav .navWrapper {
    border-radius: 50px;
    border: 1px solid var(--navGold);
    padding: 0 50px;
    background: #fff;
}
body.home nav .navWrapper {
  border: none;
}

/* section Hero */

section.hero .splide__slide img {
    width: 100%;
	height:850px;
	
}

section.hero .splide__slide .caraousel-info {
    position: absolute;
    top: 35%;
    left: 12%;
}

section.hero .splide__slide .caraousel-info h1 {
    font-family: var(--cinzel);
    font-weight: 500;
    font-size: 64px;
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
}

section.hero .splide__slide .caraousel-info p {
    color: #fff;
    font-family: var(--Poppins);
    font-weight: 300;
    font-size: 24px;
}


section.hero .splide__slide .caraousel-info button {
    font-family: var(--montesrat);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border: none;
    outline: none;
    background: var(--darkBrown);
    padding: 8px 12px;
    border-radius: 8px;
}

section.hero .splide__arrow {
    background: none;
    color: #fff;
    top: 60%;
}

section.hero .splide__arrow svg {
    fill: #fff;
    height: 60px;
    width: 32px;
}

section.hero .splide__arrow:disabled {
    opacity: 1;
}

section.hero .splide__arrow--prev {
    left: 3em;
}

section.hero .splide__arrow--next {
    right: 3em;
}

section.carousel-products {
    padding: 75px 0 100px;
}

section.carousel-products>h1 {
    font-family: var(--cinzel);
    font-weight: 500;
    font-size: 48px;
    text-align: center;
}

section.carousel-products .left h1 {
    font-size: 48px;
    font-family: var(--cinzel);
    font-weight: 500;
    white-space: nowrap;
    transform: rotate(270deg);
    position: relative;
    top: 50px;
}

section.carousel-products .row {
    align-items: center;
    padding-top: 60px;
}

section.carousel-products .right .splide__slide img {
    width: 100%;
    border-radius: 12px;
}

section.carousel-products .right .splide__slide p {
    position: absolute;
    bottom: 5%;
    width: 100%;
    font-family: var(--Poppins);
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

section.carousel-products .right ul {
    align-items: center;
}

section.carousel-products .splide__pagination {
    display: block !important;
    bottom: -15%;
}

section.carousel-products .splide__pagination__page {
    background: #B7C9A8;
    height: 5px;
    margin: 0;
    width: 40px;
    border-radius: 0;
}

section.carousel-products .splide__pagination__page.is-active {
    background: #545B4F;
    border-radius: 24px;
}

section.seller-container {
    text-align: center;
    padding: 50px 0 100px;
}
section.seller-container .splide__arrow{
    background: none;
}

section.seller-container .best-sellers-title {
    font-family: var(--cinzel);
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 0px;
}

section.seller-container .product-card {
    border: 1px solid #A68A64;
    border-radius: 12px;
    overflow: hidden;
}

section.seller-container .card-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* allows wrapping on smaller screens */
    gap: 75px 0;
}

section.seller-container .product-card .product-title {
    margin: 0 0 12px 0;
    font-family: var(--merrifWeather);
    font-size: 24px;
    text-align: left;
    font-weight: 400;
}

section.seller-container .product-card .product-price {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: var(--merrifWeather);
}
section.seller-container .product-card .wrapper{
    padding: 15px;
    border-radius: 12px;
    position: relative;
    z-index: 10;
    margin-top: -20px;
    background: #fff;
}
section.seller-container .product-card .wrapper .desc{
    font-size: 12px;
    font-family: var(--Poppins);
    font-weight: 400;
    text-align: left;
    margin: 12px 0;
}
section.seller-container .product-card .wrapper .badge{
    border: 1px solid var(--lightBrown);
    border-radius: 4px;
    text-transform: capitalize;
    padding: 4px 12px;
    margin-right: 2%;
    color: var(--lightBrown);
    font-family: var(--Poppins);
    font-size: 10px;
    font-weight: 500;
}
section.seller-container .product-card .wrapper .d-flex:has(.price-wrapper){
    justify-content: space-between;
}
section.seller-container .splide__arrow--next{
    right: -5%;
}
section.seller-container .splide__arrow--prev{
    left: -5%;
}
section.seller-container  .splide__arrow svg {
    height: 80px;
    width: 80px;
}
section.seller-container .product-card .wrapper .add-to-cart-btn{
    flex:  0 0 50%;
    }
section.seller-container .product-card .wrapper .add-to-cart-btn i{
    font-size: 16px;
    margin-left: 2%;
}
section.seller-container .product-card .wrapper .price-title{
    font-size: 12px;
    font-family: var(--Poppins);
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}
section.seller-container .product-card button {
    font-size: 18px;
    font-family: var(--montesrat);
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--lightBrown);
    width: 100%;
    color: #fff;
}
section.shop-by-purpose .three-box .row:first-child{
        margin-bottom: 20px;
}
section.feature-products h2 {
    font-family: var(--cinzel);
    font-weight: 500;
    font-size: 48px;
    text-align: center;
}

section.feature-products .splide__list {
    /* justify-content: space-evenly; */
    margin-top: 60px !important;
}

section.feature-products .splide__slide {
    text-align: center;
}

section.feature-products .splide__arrow--next {
    right: -4%;
}

section.feature-products .splide__arrow--prev {
    left: -4%;
}

section.feature-products .splide__arrow {
    background: none;
}

section.feature-products .splide__arrow svg {
    width: 80px;
    height: 80px;
}

section.feature-products .splide__slide p {
    margin-top: 20px;
    font-family: var(--Poppins);
    font-size: 20px;
    font-weight: 400;
}

section.feature-products .splide__slide img {
    border-radius: 12px;
}


section.about-section {
    padding: 80px 0;
}

section.about-section .about-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

section.about-section .about-image img {
    width: 100%;
    object-fit: cover;
}

section.about-section .section-title {
    font-size: 32px;
    font-weight: 500;
    color: var(--darkBrown);
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-family: var(--cinzel);
}

section.about-section .desc {
    font-size: 20px;
    font-family: var(--Poppins);
    font-weight: 400;
    margin-bottom: 2.5rem;
}

section.about-section .btn-about {
    background: transparent;
    border: 2px solid var(--darkBrown);
    color: var(--darkBrown);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-family: var(--montesrat);
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}


section.custom-section {
    padding: 80px 0;
}

section.custom-section .custom-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

section.custom-section .custom-image img {
    width: 100%;
    object-fit: cover;
}

section.custom-section .custom-title {
    font-size: 32px;
    font-weight: 500;
    color: var(--darkBrown);
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-family: var(--cinzel);
}

section.custom-section .desc {
    font-size: 20px;
    font-family: var(--Poppins);
    font-weight: 400;
    margin-bottom: 2.5rem;
}

section.custom-section .btn-custom {
    background: transparent;
    border: 2px solid var(--darkBrown);
    color: var(--darkBrown);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-family: var(--montesrat);
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}


.stone-soul-section {
    background: url('/wp-content/uploads/2025/08/917-rotated.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px 0;
    text-align: center;
}

.stone-soul-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--seasalt);
    font-family: var(--cormorantGarmond);
}

.stone-soul-subtitle {
    font-size: 14px;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    /* margin-bottom: 4rem; */
    /* opacity: 0.9; */
    font-weight: bold;
    font-family: var(--cinzel);
    color: var(--seasalt);
    max-width: 850px;
    margin: auto;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
}

.process-step {
    flex: 1;
    text-align: center;
}

.process-circle {
    width: 200px;
    height: 200px;
    background: rgb(0 0 0 / 20%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.process-step h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: var(--cormorantGarmond);
    color: var(--seasalt);
    /* margin-bottom: 0.8rem; */
}

.process-step p {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--Poppins);
    color: var(--seasalt);
}


.footer-section {
    background: url('/wp-content/uploads/2025/08/FooterBackground.png') var(--navGold);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 0;
}

/* .footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245, 240, 230, 0.85);
    z-index: 1;
} */

.footer-content {
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
}

/* .logo-section {
    max-width: 300px;
} */

.logo-box {
    width: 80px;
    height: 80px;
    border: 2px solid #8B7355;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
}

.logo-text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;

}

.logo-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;

}

.description-text {
    font-size: 18px;
    font-family: var(--montesrat);
    font-weight: 500;
    line-height: normal;
    margin: 30px 0 0;
}

.footer-heading {
    font-size: 20px;
    font-family: var(--montesrat);
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;

}

.footer-content>.row {
    align-items: baseline;
    justify-content: space-between;
}

.footer-content>.row .logo-section img {
    max-width: 125px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
    text-align: center;
}

.footer-links a {
    font-family: var(--Poppins);
    color: #414141;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    transition: color 0.3s ease;
}

.social-icons {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-top: 1.5px solid var(--darkBrown);
}

.social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--darkBrown);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkBrown);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: white;
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 20px 0;
    }

    .logo-section {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-heading {
        margin-top: 0px;
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
    }
    .footer-links a{
        font-size: 12px;
        color: #fff;
    }
    .footer-content > .row .logo-section img{
        max-width: 100px;
    }
}



section.shop-by-purpose .section-title {
    font-size: 48px;
    font-weight: 500;
    font-family: var(--cinzel);
    margin-bottom: 3rem;
}

.collection-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.collection-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

section.shop-by-purpose {
    padding: 60px 0;
}

/* .collection-item:hover .collection-image {
    transform: scale(1.05);
  } */

.collection-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#00000000, rgb(0 0 0 / 80%));
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.collection-label {
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--montesrat);
    border: 2px solid rgba(255, 255, 255);
    transition: all 0.3s ease;
}

.collection-item:hover .collection-label {
    /* background-color: rgba(255, 255, 255, 1); */
    transform: translateY(-5px);
    backdrop-filter: blur(10px);
}

/* .masonry-gallery {
    column-count: 2;
    column-gap: 1rem;
} */

.masonry-gallery .col-lg-6 {
    break-inside: avoid;
    margin-bottom: 1rem;
    width: 100%;
    display: inline-block;
}

main.single-product nav {
    position: unset;
}

main.single-product nav .navWrapper {
    border: 1px solid var(--navGold);
}


.product-container {
    background: white;
    border-radius: 20px;
    /* padding: 40px; */
    margin-top: 40px;
}


.product-img-cnt {
    border-radius: 12px;
    overflow: hidden;
    object-fit: cover;
    max-height: 600px;
}

.product-image {
    width: 100%;
}

.thumbnail-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

.thumbnail {
    width: 100%;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none;
}


.premium-badge {
    background-color: transparent;
    color: #305CDE;
    border: 1px solid #305CDE;
    padding: 5px 15px;
    font-family: var(--Poppins);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.product-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--montesrat);

}

.rating {
    color: #FFD700;
    margin-bottom: 15px;
}

.rating span {
    font-family: var(--Poppins);
    font-size: 16px;
    color: #C4C4C4;
    font-weight: 300;
}


.rating .empty {
    color: #E0E0E0;
}

.price-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}

.current-price {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--Poppins);
    color: var(--navGold);
}

.original-price {
    font-size: 24px;
    font-family: var(--Poppins);
    color: #C4C4C4;
    text-decoration: line-through;
    margin-left: 10px;
}

.discount-badge {
    background-color: #D0FAE5;
    color: #449764;
    padding: 3px 8px;
    border: 1px solid #449764;
    font-family: var(--Poppins);
    font-weight: 500;
    border-radius: 53px;
    font-size: 12px;
    margin-left: 10px;
}

.product-description {
    font-family: var(--Poppins);
    font-weight: 500;
    font-size: 16px;
    color: #969696;
}

.btn-add-cart {
    background-color: white;
    border: 2px solid var(--navGold);
    color: var(--navGold);
    padding: 6px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--montesrat);
    margin-right: 15px;
}

.btn-add-cart:hover {
    background-color: var(--navGold);
    color: white;
}

.btn-wishlist {
    border: 2px solid #969696;
    background: white;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-wishlist i {
    color: #969696;
    font-size: 24px;
}

.quantity-container {
    display: flex;
    overflow: hidden;
    align-items: center;
    /* box-shadow: 2px 0px 5px 1px rgb(0, 0, 0, 0.4); */
    width: fit-content;
    border-radius: 12px;
    margin: 25px 0;
    /* border: 1px solid var(--navGold); */
}

.quantity-btn {
    width: 35px;
    height: 44px;
    padding: 8px 20px;
    background: white;
    color: var(--navGold);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--navGold);
}


.quantity-btn[data-bs-target="negative"] {
    border-right: none;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.quantity-btn[data-bs-target="positive"] {
    border-left: none;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.quantity-input {
    width: 50px;
    height: 44px;
    text-align: center;
    border: 2px solid var(--navGold);
    padding: 8px;
    outline: none;
    font-family: var(--Poppins);
    font-weight: 400;
    font-size: 20px;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-input[type=number] {
    -moz-appearance: textfield;
}




.color-options {
    margin: 25px 0;
}

.color-options>h6 {
    font-family: var(--Poppins);
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 300;
}

.color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #EDE6E6;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 16px 4px rgb(0, 0, 0, 0.4);
    display: inline-block;
}

.color-circle.blue {
    background-color: #1976D2;
}

.color-circle.white {
    background-color: white;
    border-color: var(--border-color);
}

.color-circle.green {
    background-color: #388E3C;
}

.specifications-table {
    margin: 40px 0;
}

.specifications-table>h6 {
    font-family: var(--Poppins);
    font-size: 24px;
    font-weight: 300;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.spec-row:not(:last-child) {
    border-bottom: 1px solid #969696;
}

.spec-label {
    font-size: 18px;
    font-family: var(--Poppins);
    font-weight: 300;
    color: #969696;
}

.spec-value {
    font-weight: 500;
    font-family: var(--Poppins);
    font-family: var(--Poppins);
}

.product-container .desc nav.nav-tabs {
    border-bottom: 2px solid #969696;
}

.product-container .desc nav.nav-tabs .nav-link {
    margin: 0;
}


.product-container .desc .nav-tabs .nav-link.active {
    border: none;
    padding-bottom: 0;
    color: #000;
}


.product-container .nav-tabs .nav-link:focus,
.product-container .nav-tabs .nav-link:hover {
    border: none;
    color: #000;
}
.product-container .desc .nav-tabs {
    gap: 40px;
}

.product-container .desc .nav-item .nav-link {
    font-size: 24px;
    font-family: var(--Poppins);
    font-weight: 400;
}

.product-container .desc .nav-item {
    padding: 0 24px;
    min-width: 200px;
    text-align: center;
}



.product-container .nav-tabs {
    border-bottom: 1px solid #969696;
    margin: 40px 0 30px 0;
}

.product-container .nav-tabs:hover,
.product-container .nav-tabs:focus {
    cursor: pointer;
}

.product-container .nav-tabs .nav-link {
    border: none !important;
    color: #969696;
    font-weight: 500;
    padding: 15px 0;

}

.product-container .nav-item {
    position: relative;
}

.product-container .nav-item:hover::after,
.product-container .nav-item:focus::after {
    transform: scale(1);
}

.product-container .nav-item:has(.active):after {
    transform: scale(1);
}

.product-container .nav-item::after {
    content: '';
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    display: inline-block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0%;
    transform-origin: center;
}

.product-container .nav-tabs .nav-link.active {
    color: var(--text-dark);
    border-bottom: 3px solid var(--text-dark);
    background: none;
}

.product-container .description-content {
    display: none;
    color: #1C1C1C;
    line-height: normal;
    padding-top: 60px;
    font-family: var(--Poppins);
    font-size: 20px;
    font-weight: 300;
}

.description-content.active {
    display: block;
}

.recommendations {
    margin: 60px 0;
}

.recommendations>h3 {
    font-size: 36px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
}

.recommendations>p {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 14px;
    color: #767676;
    margin-bottom: 30px;
    line-height: 20px;
    max-width: 350px;
}

.recommendations .splide__arrow {
    top: -15%;
}

.recommendations .splide__arrow--next {
    right: 6%;
}

.recommendations .splide__arrow--prev {
    right: 12%;
    left: auto;
}

.recommendations .splide__arrow {
    border: 2px solid var(--navGold);
    background: #fff;
    height: 50px;
    width: 50px;
}

.recommendations .splide__arrow svg {
    fill: var(--navGold);
}

.recommendation-content {
    padding-top: 25px;
}

.recommendation-card {
    background: white;
    /* border-radius: 15px; */
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    margin-bottom: 20px;
}

.recommendation-image {
    width: 250px;
    border-radius: 12px;
    height: 250px;
    object-fit: cover;
}

.recommendation-title {
    font-weight: 500;
    font-family: var(--Poppins);
    font-size: 16px;
    margin-bottom: 10px;
}

.recommendation-price {
    color: var(--navGold);
    font-weight: 500;
    font-family: var(--Poppins);
    font-size: 14px;
}

.btn-add-cart-small {
    background-color: var(--navGold);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}



.page-template-about-us .about-banner {
    padding-top: 114px;
    padding-bottom: 60px;
}

.page-template-about-us .about-banner .container {
    padding: 0 75px;
}

.page-template-about-us .about-banner .col {
    text-align: center;
    margin-top: 10px;
    padding: 0;
}

.page-template-about-us .about-banner .center h2 {
    font-family: var(--cormorantGarmond);
    font-size: 48px;
    font-weight: 400;
    max-width: 429px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-template-about-us .about-banner .center img {
    width: 98%;
}

.page-template-about-us .about-banner img {
    width: 100%;
}

.page-template-about-us .about-banner .col.right .img-sec:first-child {
    margin-bottom: 32px;
}

.page-template-about-us .about-banner .col.left .img-sec:first-child {
    margin-bottom: 26px;
}

.page-template-about-us .about-banner .col.left p {
    font-family: var(--Poppins);
    font-weight: 400;
    font-size: 17px;
    text-align: start;
}

.page-template-about-us .cnt-section {
    text-align: center;
    margin: 0px 0 80px;
    padding: 80px 0;
    background-color: var(--navGold);
}

.page-template-about-us .cnt-section .cnt-title {
    font-family: var(--cormorantGarmond);
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}

.page-template-about-us .cnt-section .cnt-text {
    font-family: var(--montesrat);
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.page-template-about-us .content-section .content-row {
    margin-bottom: 60px;
}

.page-template-about-us .content-section .content-row .content-text {
    font-family: var(--Poppins);
    font-weight: 400;
    font-size: 16px;
}

.page-template-about-us .content-section .content-row .circle-image {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #d9d9d9;
}

.page-template-about-us .content-section .content-row:nth-child(2) .circle-image {
    margin-left: auto;
}

.page-template-about-us .img-cnt img {
    width: 100%;
    border-radius: 12px;
}

@media(max-width:1399px) {
    .page-template-about-us .about-banner .col.left p {
        font-size: 14px;
    }

    .page-template-about-us .about-banner {
        padding-top: 80px;
    }
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.desktopnav {
    display: block !important;
}

.mobilenav {
    display: none !important;
}

.desktop{
    display: block !important;
}
.mobile{
    display: none !important;
}

.desktopBanner{
	 display: flex;
}
.mobileBanner{
display:none;
}

section.policies-icon>.wrapper .policy img{
    width: 80px;
}
section.policies-icon>.wrapper .policy.makrana img{
    width: 143px;
}

@media(max-width:768px) {
    .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.page-template-about-us .cnt-section{
    padding: 20px 0;
    margin-bottom: 20px;
}
.page-template-about-us .cnt-section .cnt-title{
    font-size: 32px;
    margin-bottom: 20px;
}
.page-template-about-us .content-section .content-row:nth-child(1) .content-text{
    margin-top: 12px;
}
.page-template-about-us .content-section .content-row{
    margin-bottom: 20px;
}
.page-template-about-us .content-section .content-row:nth-child(2) .img-cnt img {
    margin-bottom: 12px;
}
.page-template-about-us .content-section .content-row:nth-child(2) .row{
    flex-direction: column-reverse;
}
.page-template-about-us .cnt-section .cnt-text{
    font-size: 14px;
}
	.desktopBanner{
	 display: none;
}
.mobileBanner{
display:flex;
}
    nav.navbar {
        padding: 0;
        position: unset;
    }
    .page-template-about-us .about-banner{
        padding: 0px;
    }
    .page-template-about-us .about-banner .center h2{
        margin-top: 0;
    }
    .page-template-about-us .about-banner .container{
        padding: 0;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    nav .navbar-brand {
        font-size: 32px;
        padding: 0;
        margin: 0;
    }

    nav .navWrapper {
        padding: 0 12px;
        gap: 12px 0px;
    }

    .desktopnav {
        display: none !important;
    }

    .mobilenav {
        display: block !important;
    }

    .navbar-toggler {
        border: none !important;
        color: #000 !important;
    }

    .mobilenav .icon-wrapper button {
        border: none;
        background: #fff;
    }

    .mobilenav .icon-wrapper button img {
        width: 20px;
    }

    nav.navbar .navWrapper:has(.collapse) {
        padding-bottom: 12px;
        border-radius: 0%;
    }


    nav .right-div-nav .search-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        max-width: 100%;
        justify-content: space-between;
    }

    nav .icon-wrapper {
        display: flex;
        gap: 1rem;
    }

    nav .nav-link {
        font-size: 14px;
        padding-left: 2%;
    }

    section.hero .splide__slide .caraousel-info h1 {
        font-size: 24px;
    }

    section.hero .splide__slide .caraousel-info button {
        font-size: 12px;
    }

    section.hero .splide__slide .caraousel-info {
        top: 25%;
    }

    section.hero .splide__arrow svg {
        fill: #fff;
        height: 20px;
        width: 20px;
    }
    section.hero .splide__arrow--prev{
        left: 0;
    }
    section.hero .splide__arrow--next{
        right: 0;
    }
    section.carousel-products {
        padding: 25px 0 60px;
    }
    section.carousel-products>h1{
        font-size: 28px;
    }
    section.carousel-products .row{
        padding-top: 25px;
    }
    section.carousel-products .left h1{
        font-size: 28px;
        margin-top: -4rem;
    }
    section.shop-by-purpose{
        padding: 25px 0;
    }
    section.shop-by-purpose h1.section-title{
        font-size: 28px;
        margin-bottom: 1rem !important; 
    }
    section.seller-container .best-sellers-title{
        font-size: 28px;
        margin-bottom: -40px;
    }
    section.seller-container{
        padding: 25px 0 80px;
    }
    section.feature-products h2{
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: -30px;
    }
    section.feature-products .splide__arrow--next{
        right: 40%;
        width: 20px;
    }
    section.feature-products .splide__arrow--prev{
        left: 40%;
        width: 20px;;
    }
    section.feature-products .splide__arrow{
        top: 110%;
    }
    section.carousel-products .splide__pagination{
        bottom: -10%;
    }
    section.feature-products .splide__slide img{
        width: 100%;
    }
    section.about-section .section-title{
        font-size: 24px;
        margin-bottom: 1rem;
    }
    section.about-section .desc{
        font-size: 18px;
        margin-bottom: 1rem;
    }
    section.custom-section .custom-title{
        font-size: 24px;
        margin-bottom: 1rem;
    }
    section.custom-section .desc{
        font-size: 18px;
        margin-bottom: 1rem;
    }
    section.custom-section .btn-custom{
        padding: 8px 20px;
        margin-bottom: 1rem;
        font-size:14px;
    }
    section.about-section .btn-about{
        padding: 8px 20px;
        margin-bottom: 1rem;
        font-size:14px;
    }
    .process-steps{
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 50px;
        justify-content: center;
    }
    .process-step{
        flex: 0 0 calc(50% - 20px);
    }
    .process-step h4{
        font-size: 20px;
    }
    .process-step p{
        font-size: 12px;
    }
    .process-circle{
        height: 100px;
        width: 100px;
    }
    .stone-soul-section{
        background: url('/wp-content/uploads/2025/08/Soul-sectionMobileBg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0;
    }
    .stone-soul-title{
        font-size: 28px;
    }
    .stone-soul-subtitle{
        font-size: 12px;
    }
    section.about-section{
        padding: 80px 0 20px;
    }
    section.custom-section{
        padding: 20px 0 20px;
    }
    section.seller-container .product-card .product-title{
        font-size: 14px;
    }
    section.seller-container .product-card .wrapper{
        padding: 8px;
    }
    section.seller-container .product-card .wrapper .desc{
        font-size: 8px;
        margin: 8px 0;
    }
    .collection-item{
        border-radius: 4px;
    }
    section.seller-container .product-card .wrapper .badge{
        padding: 4px 8px;
        font-size: 8px;
    }
    section.seller-container .product-card .wrapper .price-title{
        font-size: 8px;
    }
    section.seller-container .product-card .product-price{
        font-size: 16px;
    }
    section.seller-container .product-card .wrapper .add-to-cart-btn{
        font-size: 8px;
        flex: 0 0 65%;
        line-height: normal;
        padding: 0;
        height: 25px;
        border-radius: 4px;
    }
    section.seller-container .product-card{
        border-radius: 8px;
    }
    section.seller-container .product-card .wrapper .d-flex:has(.price-wrapper){
        align-items: flex-end;
    }
    section.seller-container .splide__arrow{
        top: 112%;
    }
    section.seller-container .splide__arrow--next{
        right: 40%;
        width: 20px;
    }
    section.seller-container .splide__arrow--prev{
        left: 40%;
        width: 20px;
    }
    section.shop-by-purpose .one-box{
        margin-bottom: 12px;
    }
    section.shop-by-purpose .one-box .large-item{
        max-height: 300px;
    }
    section.shop-by-purpose .three-box .medium-item .collection-label{
        font-size: 10px;
        padding: 10px;
    }
    section.shop-by-purpose .large-item{
        min-height: 200px;
    }
    .collection-label{
        font-size: 12px;
    }
    .footer-section{
        background: url('https://subyaas.com/wp-content/themes/astra-child/Property/MobileFooterFinal.jpeg') var(--navGold);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .description-text{
        font-size: 14px;
        margin-top: 15px;
        color: #fff;
    }
    .mobile-social-links .footer-links li{
        border: 1px solid var(--navGold);
        width: 75%;
        margin: auto;
        display: flex
;
        justify-content: center;
        margin-bottom: 12px;
        border-radius: 53px;
        color: var(--navGold);
        padding: 8px 16px;
    }
    .mobile-social-links .footer-links{
        margin-bottom: 0;
    }
    .mobile-social-links .footer-links li a{
        color: var(--navGold);
    }
    .mobile-social-links .footer-links li i{
        margin-right: 1rem;
        font-size: 16px;
    }
    .footer-content{
        padding: 0;
    }
    section.seller-container .product-card .wrapper .add-to-cart-btn i{
        font-size: 8px;
    }
	section.hero .splide__slide img{
			height:225px;
	}
    .masonry-gallery{
        flex-direction: column;
    }
    section.shop-by-purpose .three-box .row:first-child{
        gap: 12px;
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0% !important;
    width: auto !important;
  }
}

.page-template-about-us .about-banner .right:nth-child(1){
margin-bottom:20px;
}

/* Contact Us Page */
.hero-main-banner{
    width: 100%;
    position: relative;
    min-height: 800px;
    padding-top: 14rem;
    background-image: url(https://subyaas.com/wp-content/themes/astra-child/Property/ContactUsBanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-main-banner h1{
    font-size: 64px;
    font-family: var(--cormorantGarmond);
    color: #fff;
    margin-bottom: 4rem;
}

.hero-main-banner .productClickable{
position: absolute;
right: 10%;
    position: absolute;
    bottom: -15%;
}

.hero-main-banner h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
    font-family: var(--montesrat);
}
.hero-main-banner p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    font-family: var(--Poppins);
}
.hero-main-banner a.mail{
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    font-family: var(--Poppins);
}
.hero-main-banner .social-icon-contact{
    display: flex;
    margin: 20px 0;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.hero-main-banner .social-icon-contact i{
    font-size: 24px;
    color: #fff;
}
.hero-main-banner .social-icon-contact a{
    background-color: var(--darkBrown);
   height: 40px;
   cursor: pointer;
   width: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.page-template-ContactUs section.contact-form{
    padding: 10rem 0 5rem;
}

.page-template-ContactUs section.contact-form .section-title{
    font-size: 48px;
    text-align: center;
    font-family: var(--cinzel);
    color: #1C1C1C;
    margin-bottom: 4.5rem;
    position: relative;
}
.page-template-ContactUs section.contact-form .section-title:after{
    content: "";
    position: absolute;
    width: 80px;
    left: 47%;
    bottom: -30%;
    height: 6px;
    border-radius: 8px;
    background-color: var(--lightBrown);
}
.contactus-page p{
    text-align: center;
}
.contactus-page label{
    width: 100%;
}
.contactus-page label input{
border: 1px solid #C4C4C4;
    color: #939393;
    text-transform: capitalize;
    font-size: 16px;
    font-family: var(--Poppins);
    line-height: normal;
}
.contactus-page label input:focus{
    color: #1C1C1C;
    outline: none;
}
.contactus-page label textarea{
border: 1px solid #C4C4C4;
    color: #939393;
    text-transform: capitalize;
    font-size: 16px;
    font-family: var(--Poppins);
    line-height: normal;
}
.contactus-page label textarea:focus{
    color: #1C1C1C;
    outline: none;
}
.wpcf7 input:not([type=submit]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus{
    border-color: #C4C4C4;
}
.contactus-page input[type=submit]{
    font-size: 18px;
    font-family: var(--montesrat);
    border: none;
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--lightBrown);
    padding: 8px 24px;
    margin-top: 12px;
    color: #fff;
}
.contactus-page{
    text-align: center;
}

.desktop-wrap{
    display: flex !important;
}
.mobile-wrap{
    display: none !important;
}


@media(max-width:768px){
    .desktop-wrap{
    display: none !important;
}
.mobile-wrap{
    display: flex !important;
}
 .hero-main-banner{
padding-top:40px;
min-height: 400px;
 }
    .hero-main-banner h1{
        font-size:36px;
        margin-bottom:24px;
    }
    .hero-main-banner h3{
        font-size: 16px;
    }
    .hero-main-banner p,.hero-main-banner a.mail{
        font-size: 12px;
    }
    .hero-main-banner .social-icon-contact a{
        width: 32px;
        height: 32px;
    }
    .hero-main-banner .social-icon-contact i{
        font-size: 16px;
    }
    .hero-main-banner .productClickable{
        width: 200px;
    }
    .page-template-ContactUs section.contact-form {
    padding: 5rem 0 2rem;
}
.page-template-ContactUs section.contact-form .section-title{
    font-size: 32px;
    margin-bottom: 3rem;
}
.page-template-ContactUs section.contact-form .section-title:after{
    width: 40px;
    left: 45%;
}
.contactus-page label input,.contactus-page label textarea{
    font-size: 12px;
}
.contactus-page label input{
    width: 95% !important;
}
}

.contactus-page .row:nth-child(1),.contactus-page .row:nth-child(2) {
   margin-bottom: 2rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border: none !important;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: red;
}
.wpcf7-form.sent .wpcf7-response-output{
    color: green;
    border: none;
    text-align: center;
}
section.policies-icon>.wrapper{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 0rem 0 6rem;
}
section.policies-icon>.wrapper .policy{
   display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
section.policies-icon>.wrapper .policy p{
    font-size: 18px;
    font-family: var(--montesrat);
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
}

@media (max-width:375px) {
    section.carousel-products .splide__pagination__page{
        width: 35px;
    }
}

@media(max-width:768px){
    section.policies-icon>.wrapper .policy{
        height: 100%;
    }
    section.policies-icon>.wrapper{
        margin: 1rem 0;
    }
    section.policies-icon>.wrapper .policy img{
        width: 60px;
    }
    section.policies-icon>.wrapper .policy.makrana img{
        width: 100px;
    }
    section.policies-icon>.wrapper .policy p{
        margin-top: 8px;
        font-size: 12px;
    }
    section.policies-icon>.wrapper{
        margin:2rem 0 4rem;
    }
}

.page-template-temp-thanks-php nav.navbar{
    padding: 30px 0;
}
main.thanks-page{
    text-align: center;
    padding: 40px 0;
}
main.thanks-page img{
    width: 150px;
}
main.thanks-page .thank-you-title{
   font-size: 64px;
    margin-top: 24px;
    font-family: var(--Poppins);
    font-weight: 700;
}
main.thanks-page .thank-you-message{
   font-size: 24px;
    margin-top: 12px;
    font-family: var(--Poppins);
    font-weight: 400;
}