/* Import the font directly here */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

.swarna-theme{
    --swarna-primary:rgba(244, 231, 214, 0.85);
    --swarna-primary2:#ac805d;
}

.swarna-theme {
    font-family: 'Marcellus', serif;
    background-color: #fff8f5;
}

/* 🔔 Announcement Bar */
.swarna-theme .announcement-bar {
    background-color: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
}

.swarna-theme .announcement-bar .close-btn {
    position: absolute;
    right: 20px;
    top: 5px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/* 🧭 Navbar Styling */
.swarna-theme .navbar {
    background-color: var(--swarna-primary);
}

.swarna-theme .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    margin-right: 20px;
    font-size: 16px;
}

.swarna-theme .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.swarna-theme .dropdown-item:hover {
    background-color: #f7d6bf;
    color: #000;
}

/* 💎 Hero Section */
.swarna-theme .hero-section {
    text-align: center;
    padding: 30px 0;
}
.swarna-theme .btn-find-store
{
    background-color:#ac805d;
    color:#fff;
    border-radius: 0px;
    padding:16x 42px;
}
.swarna-theme .btn-find-store:hover{
    background-color: #000;
    color:#fff;
}
.swarna-theme .navbar-brand img{
    width:70%;
}
.swarna-theme .announcement-bar .social-icons a {
    color: #fff;
    margin-right: 22px;
    font-size: 22px;
    transition: color 0.3s ease;
}

.swarna-theme .announcement-bar .social-icons a:hover {
    color: #d1a37b;
}
.swarna-theme .swarna-slider {
    height: 110vh;
    background:
        linear-gradient(var(--swarna-primary), var(--swarna-primary)),
        url('../images/leaf-overlay-slider.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swarna-theme .swarna-slider .hero-image
{
    margin-top: 100px;
}
.swarna-theme .swarna-slider .hero-image img {
    height: 85vh;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 50% 40%;
    border-top-right-radius: 50% 40%;
    overflow: hidden;
    object-position: top center;
}
.swarna-theme #swarnaHero
{
    padding: 0px 40px;
}
.swarna-theme .swarna-slider-sub-heading
{
    font-size: 0.8rem;
    font-weight: 400;
    color: #2c2c2c;
    text-align: left !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.swarna-theme .swarna-slider-heading
{
    font-size: 4.1rem;
    font-weight: 500;
    color: #000;
    text-align: left;
    text-transform: uppercase
}
.swarna-theme .small-img{
    width:100px !important;
    border-radius: 10px;
}
.swarna-theme .small-img-top{
    width:100px !important;
    border-radius: 10px;
    position: absolute;
    top: -100px;
    left: 50%;
}
.swarna-theme .small-img-right{
    width: 100px !important;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    right:0px;
}
.swarna-theme .small-img-bottom{
    width: 100px !important;
    border-radius: 10px;
    position: absolute;
    bottom:-120px;
    left:40%;
}

.swarna-theme .swarna-slider .swarna-slider-text
{
    position: absolute;
    width:300px;
    right: -20px;
    top:180px
}
.swarna-theme .small-img-bottom-2
{
    width: 220px !important;
    border-radius: 10px;
    position: absolute;
    bottom: -170px;
    right: 0%;
}


.swarna-theme .btn-know-more
{
    background-color: #000;
    color:#fff;
    border-radius: 0px;
    padding: 15px 40px;
}
.swarna-theme .btn-know-more:hover{
    background-color: #ac805d;
    color: #fff;
}
.swarna-theme .know-more-btn-row
{
    position: absolute;
    left:0px;
    margin-top: 50px;
}
.swarna-theme .swarna-theme-aboutus {
    background:
        linear-gradient(rgba(244, 233, 218, 0.5), rgba(244, 233, 218, 0.5)),
        url('../images/leaf-bg2.jpg');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 100vh;
}
.swarna-theme .top-sub-heading
{
    color: var(--swarna-primary2);
    letter-spacing: 2px;
    font-size:18px;
    text-transform: uppercase;
    font-weight: 700;
}
.swarna-theme .top-heading{
    color:#000;
    text-transform: uppercase;
    font-size:48px;
}
.swarna-theme .swarna-paragraph{
    color:#6e6e6e;
    line-height: 30px;
}
.swarna-theme .swarna-list {
    font-family: 'Marcellus', serif;
    font-size: 16px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.swarna-theme .swarna-star {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.swarna-theme .swarna-star svg {
    fill: #9c7456;
    /* Swarna brown-gold tone */
    width: 100%;
    height: 100%;
}

.swarna-theme .price-now-circle
{
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto !important;
    border-top-left-radius: 50% 30%;
    border-top-right-radius: 50% 30%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.swarna-theme .price-now-circle img{
    width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: top center;
}

.swarna-theme .shop-now-circle
{
    position: relative;
    width: 80%;
    height: 120vh;
    margin: 0 auto !important;
    border-top-left-radius: 50% 30%;
    border-top-right-radius: 50% 30%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.swarna-theme .shop-now-circle img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
    object-position: top center;
}

.swarna-theme .big-circle {
    position: relative;
    width: 80%;
    height: 95vh;
    margin:0 auto !important;
    border: 5px solid #b27d53;
    border-top-left-radius: 50% 30%;
    border-top-right-radius: 50% 30%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.swarna-theme .big-circle img {
    width: 130%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.swarna-theme .small-circle {
    position: absolute;
    top: 60%;
    left: 8%;
    transform: translateX(-50%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 10px solid #fff;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swarna-theme .small-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swarna-theme .swarna-gem-section {
    background-color: #f9f6f3;
    font-family: 'Marcellus', serif;
}

/* LEFT BLOCK */
.swarna-theme .swarna-banner-left-top {
    background: url('../images/Offer-Banner-3.jpg') center/cover no-repeat;
}
.swarna-theme .swarna-banner-left-bottom {
    background: url('../images/Offer-Banner-5.jpg') center/cover no-repeat;
}

/* RIGHT BLOCKS */
.swarna-theme .swarna-banner-right-top {
    background: url('../images/swarna-h5-filler-img.jpg') center/cover no-repeat;
}

.swarna-theme .swarna-banner-right-bottom {
    background: url('../images/swarna-h5-filler-img2.jpg') center/cover no-repeat;
    background-color: #f4e7d6;
}

/* TEXTS */
.swarna-theme .small-title {
    letter-spacing: 2px;
    color: #b27d53;
    font-size: 14px;
    margin-bottom: 10px;
}

.swarna-theme .banner-heading {
    font-size: 1.9rem;
    font-weight: 500;
}

.swarna-theme .banner-text {
    font-size: 15px;
    margin: 15px 0;
    color: #fff;
}

.swarna-theme .swarna-banner-right-bottom .banner-text {
    color: #333;
}

/* PRODUCT CENTER */
.swarna-theme .swarna-center {
    background: #f4e7d6;
    color: #111;
}

.swarna-theme .sale-tag {
    background-color: #b27d53;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    position: absolute;
    right: 20px;
    top: 15px;
    text-transform: uppercase;
}

.swarna-theme .product-card img {
    max-width: 220px;
    border-radius: 4px;
}

.swarna-theme .product-subtitle {
    font-size: 14px;
    color: #b27d53;
}

.swarna-theme .product-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.swarna-theme .product-price {
    font-size: 15px;
    color: #333;
}

/* ARROWS */
.swarna-theme .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.swarna-theme .left-arrow {
    left: 0;
}

.swarna-theme .right-arrow {
    right: 0;
}

/* BUTTONS */
.swarna-theme .btn-know-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 15px;
}

.swarna-theme .btn-know-more::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50%;
    width: 0;
    height: 100%;
    background: #9c7456;
    transform: skew(-25deg);
    transition: all 0.4s ease;
    z-index: 0;
}

.swarna-theme .btn-know-more:hover::after {
    width: 80%;
    right: 0;
}

.swarna-theme .btn-know-more i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.swarna-theme .btn-know-more:hover i {
    transform: translateX(5px);
}
/* Make all three columns the same height */
.swarna-theme .swarna-equal-row {
    display: flex;
    flex-wrap: nowrap;
    /* ensures all stay in one row */
}

.swarna-theme .swarna-equal-row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* For nested banners (top/bottom inside left and right) */
.swarna-theme .swarna-banner-left-top,
.swarna-theme .swarna-banner-left-bottom,
.swarna-theme .swarna-banner-right-top,
.swarna-theme .swarna-banner-right-bottom {
    flex: 1;
    /* ensures both top and bottom fill equally */
    min-height: 50%;
}

/* Center section should also fill */
.swarna-theme .swarna-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.swarna-theme .swarna-marquee {
    background-color: #0f2b2f;
    overflow: hidden;
    position: relative;
}

.swarna-theme .marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

.swarna-theme .marquee-content {
    display: flex;
    align-items: center;
    animation: marquee-scroll 25s linear infinite;
}

.swarna-theme .marquee-content img {
    width: 18%;
    /* ✅ ensures 5 logos visible at once (100 / 5 = 20, minus gaps) */
    max-width: 200px;
    min-width: 120px;
    height: auto;
    margin: 0 2%;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.swarna-theme .marquee-content img:hover {
    transform: scale(1.05);
    opacity: 1;
}

/* Smooth continuous scroll */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.swarna-theme .shop_now_btn
{
    height: 100px;
    width:100px;
    background-color: #fff;
    color:#000;
    position: absolute;
    top:50%;
    border-radius: 100px;
    border-color: transparent;
    opacity: 0.7;
    left:40%;
    font-weight: 700;
}
.swarna-theme .shop_now_btn:hover{
    background-color: #000;
    color: #fff;
}

.swarna-theme .swarna-collection {
    background: linear-gradient(rgba(245, 236, 224, 0.9), rgba(245, 236, 224, 0.9));
    position: relative;
}

.swarna-theme .collection-image-box {
    position: relative;
    border: none;
    border-top-left-radius: 50% 40%;
    border-top-right-radius: 50% 40%;
    overflow: hidden;
}

.swarna-theme .collection-image-box img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: top center;
    border-top-left-radius: 50% 40%;
    border-top-right-radius: 50% 40%;
}

/* "Shop Now" circle overlay */
.swarna-theme .shop-now-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swarna-theme .shop-now-btn {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    border-radius: 50%;
    font-family: "Marcellus", serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.swarna-theme .shop-now-btn:hover {
    background: #b27d53;
    color: #fff;
}

/* Product boxes */
.swarna-theme .product-box {
    background: #fff;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swarna-theme .product-box img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.swarna-theme .product-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.swarna-theme .collection-title span {
    background: #b27d53;
    color: #fff;
    padding: 5px 20px;
    font-family: "Marcellus", serif;
}

.swarna-theme .collection-subtitle {
    color: #b27d53;
    letter-spacing: 2px;
    font-weight: 500;
}
.swarna-theme #overLayImage
{
    object-fit: cover;
    width:100%;
    overflow: hidden;
}
.swarna-theme #overlayImage img{
    width:100%;
    max-width: 100%;
}
/* Section background */
.swarna-theme .swarna-style-collection-section {
    background: linear-gradient(rgba(245, 236, 224, 0.85), rgba(245, 236, 224, 0.85));
    min-height: 100vh;
    font-family: 'Marcellus', serif;
}

/* Heading + subtitle */
.swarna-theme .swarna-style-subtitle {
    color: #b27d53;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.swarna-theme .swarna-style-heading {
    font-size: 40px;
    color: #000;
    font-weight: 500;
}

.swarna-theme .swarna-style-heading span {
    background: #b27d53;
    color: #fff;
    padding: 6px 20px;
}

/* Product Cards */
.swarna-theme .swarna-style-product {

    border-radius: 0;
    height:200px;
    transition: all 0.3s ease;
}

.swarna-theme .swarna-style-product:hover {
}

.swarna-theme .swarna-style-img {
    flex: 0 0 40%;
    text-align: center;
}

.swarna-theme .swarna-style-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.swarna-theme .swarna-style-info {
    flex: 1;
    padding-left: 15px;
}

.swarna-theme .swarna-style-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.swarna-theme .swarna-style-price {
    font-size: 15px;
    color: #000;
}

.swarna-theme .swarna-style-price del {
    color: #888;
    margin-right: 6px;
}


.swarna-theme .swarna-faq-section {
    background: #fdfaf7;
    font-family: 'Marcellus', serif;
}

.swarna-theme .faq-title {
    font-size: 40px;
    color: #000;
    margin-bottom: 15px;
}

.swarna-theme .faq-subtitle {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* FAQ Card */
.swarna-theme .swarna-faq-item {
    border: 1px solid #c8b49a;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.swarna-theme .swarna-faq-item.active,
.swarna-theme .accordion-button:not(.collapsed) {
    background: #f1e3d0 !important;
    border: none;
}

.swarna-theme .accordion-button {
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
}

.swarna-theme .accordion-button::after {
    display: none;
}

.swarna-theme .accordion-body {
    background: #fff;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.8;
    padding: 20px 25px;
}

.swarna-theme .faq-icon {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-left: 15px;
}
.swarna-theme .swarna-informed-section {
    background: linear-gradient(rgba(245, 233, 218, 0.9), rgba(245, 233, 218, 0.9)),
        url('assets/images/swarna-stars-bg.png');
    /* optional pattern */
    background-repeat: repeat;
    background-size: contain;
    color: #000;
    font-family: 'Marcellus', serif;
}

.swarna-theme .swarna-informed-icon {
    max-width: 180px;
}

.swarna-theme .swarna-informed-heading {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}

.swarna-theme .swarna-informed-text {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.7;
    max-width: 90%;
}

.swarna-theme .swarna-informed-form .email-input {
    background: #f8f1e6;
    border: none;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 16px;
    width: 70%;
}

.swarna-theme .swarna-informed-form .send-btn {
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    width: 30%;
}

.swarna-theme .swarna-informed-form .send-btn:hover {
    background: #b27d53;
    color: #fff;
}

.swarna-theme .form-check-input {
    border-radius: 0;
    margin-top: 5px;
}

.swarna-theme .form-check-label {
    font-size: 14px;
    color: #000;
}

.swarna-theme .terms-link {
    color: #000;
    text-decoration: underline;
}

.swarna-theme .terms-link:hover {
    color: #b27d53;
}

.swarna-theme .swarna-footer {
    background-color: #a87548;
    color: #fff;
    font-family: 'Marcellus', serif;
}

.swarna-theme .footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

.swarna-theme .footer-links a {
    color: #f1e3d0;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.swarna-theme .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.swarna-theme .footer-gallery .footer-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 0;
    transition: 0.3s;
}

.swarna-theme .footer-gallery .footer-img:hover {
    transform: scale(1.05);
}

.swarna-theme .footer-text {
    font-size: 14px;
    color: #f8f1e6;
    line-height: 1.7;
}

.swarna-theme .app-badge {
    width: 120px;
}

.swarna-theme .footer-bottom {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #f8f1e6;
    font-size: 14px;
}

.swarna-theme .footer-bottom img {
    height: 25px;
}

.swarna-theme .footer-copy {
    color: #fff;
    font-size: 14px;
}

.swarna-theme .footer-policy a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.swarna-theme .footer-policy a:hover {
    text-decoration: underline;
}


@media(max-width:550px)
{
    .swarna-theme .announcement-bar > .d-flex{
        display: block !important;
    }
    .swarna-theme .swarna-slider
    {
        height:100% !important;
    }
    .swarna-theme .swarna-slider-heading
    {
        font-size:2rem !important;   
    }
    .swarna-theme .small-img-right, .small-img-bottom, .small-img-top{
        display: none !important;
    }
    .swarna-theme .top-heading
    {
        font-size:2rem !important;
    }
    .swarna-theme .swarna-equal-row
    {
        display: block !important;
    }

}
