﻿body {
    font-family: 'Arial', sans-serif;
}

/* wrapper styling */
.wrapper {
    position: relative;
    width: 95% !important;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1440px;
    min-width: 320px;
    box-shadow: 0 0 2px 0 #0000004d;
    border-radius: 0.5%;
    margin-bottom: 20px !important;
}

/* Container for heading and items */
.container {
    text-align: center;
}

    /* Heading styling */
    .container h2 {
        color: #333;
        margin-bottom: 40px;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.4;
    }

/* Circles container */
.circles {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Individual circle items */
.circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px;
}

    /* Circular images */
    .circle-item img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    /* Text below the circles */
    .circle-item a {
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

        .circle-item a:hover {
            font-size: 16px;
            color: #5e2ced;
            margin: 0;
            text-decoration: none;
        }



/* CHRISTMAS OFFER */
.promo-banner {
    background: url(../media/LandingPage/chr.jpg)no-repeat scroll center 0;
    height: 500px;
    margin-top: 80px;
}

/* Text section styling */
.promo-text {
    margin-left: 190px;
    padding-top: 180px;
}

    /* Header text styles */
    .promo-text p {
        font-size: 16px;
        color: #333;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .promo-text h1 {
        font-size: 36px;
        color: #333;
        margin: 10px 0;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

/* Shop button styling */
.offer-btn {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    border: 2px solid transparent;
}

    .offer-btn:hover {
        background-color: #ffffff;
        color: #000;
        border-color: #000000;
    }

/* Promo image styling */
.promo-image {
    flex: 1;
    text-align: right;
}

    .promo-image img {
        width: 100%;
        height: auto;
        max-width: 600px;
        object-fit: cover;
    }




/* Wedding card */
.wedding {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Promo banner container */
.wedding-promo {
    display: flex;
    align-items: center;
    background: url(../media/LandingPage/bg.jpg);
    border-radius: 20px;
    max-width: 1200px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/* Left side with text */
.promo-left {
    flex: 1;
}

.wedding h1 {
    display: flex;
    justify-content: center;
    font-size: 36px;
    color: #333;
    font-weight: normal;
    font-family: serif;
}

.promo-left h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    font-family: serif;
}

.promo-left p {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.button-group {
    display: flex;
    gap: 15px;
    display: flex;
    justify-content: center;
}

/* Buttons styling */
.shop-btn {
    background-color: #000;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 30px;
    font-weight: bold;
}

    .shop-btn:hover {
        background-color: #333;
    }

/* Right side with image */
.promo-right {
    flex: 1;
    text-align: right;
}

    .promo-right img {
        width: 100%;
        height: auto;
        max-width: 600px;
        object-fit: cover;
    }



.gift {
    max-width: 1200px;
    margin-top: 120px;
}

    .gift p {
        margin-left: 20px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 25px;
        margin-bottom: 0%;
    }

.item a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

    .item a:hover {
        text-decoration: none;
        color: #5e2ced;
    }

.item p {
    font-size: 20px;
    margin-top: 0%;
}

.gifting-ideas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

    .gifting-ideas .item {
        text-align: center;
    }

        .gifting-ideas .item img {
            width: 88%;
            height: auto;
            margin-bottom: 10px;
        }





/* New categories */

.new-categories {
    max-width: 1200px;
    margin-top: 120px;
}

    .new-categories p {
        margin-left: 20px;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 25px;
        margin-bottom: 0%;
    }

.components a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

    .components a:hover {
        text-decoration: none;
        color: #5e2ced;
    }

.components p {
    font-size: 20px;
    margin-top: 0%;
}

.categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

    .categories .components {
        text-align: center;
    }

.components img {
    margin-bottom: 10px;
    width: 88%;
    height: auto;
}







/* New products */

.trending {
    margin-top: 120px;
}

    .trending p {
        display: flex;
        justify-content: center;
        margin-left: 20px;
        font-family: serif;
        font-size: 35px;
        margin-bottom: 28px;
    }

    .trending span {
        display: flex;
        justify-content: center;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 20px;
        margin-bottom: 10px;
    }

.arrivals a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

    .arrivals a:hover {
        text-decoration: none;
        color: #5e2ced;
    }

.arrivals p {
    font-size: 20px;
    margin-top: 0%;
}

.products {
    margin-top: 40px;
    row-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

    .products .arrivals {
        text-align: center;
        margin-bottom: 50px;
    }

        .products .arrivals img {
            height: 180px;
            margin-bottom: 10px;
        }






/* Mobile View */


@media (max-width: 767px) {

    .promo-banner {
        background-image: url(../media/LandingPage/christmas.jpg);
    }

    .circles {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .container h2 {
        font-size: x-large;
    }

    .container img {
        width: 110px;
        height: 110px;
    }

    .circle-item a {
        font-size: medium;
    }

    .promo-text p {
        font-size: 20px;
        width: 120px;
    }

    .offer-btn {
        font-size: 11px;
        margin-left: -6px;
    }

    .shop-btn {
        padding: 10px 13px;
        font-size: 12px;
    }

    .promo-text {
        margin-left: 22px;
    }

        .promo-text h1 {
            font-size: 20px;
            width: 90px;
        }

    .wedding h1 {
        font-size: 30px;
    }

    .promo-right img {
        width: fit-content;
    }

    .promo-left h2 {
        font-size: 22px;
        width: 215px;
    }

    .promo-left p {
        font-size: 14px;
        margin-left: 3px;
    }

    .gift p {
        text-align: center;
    }

    .gifting-ideas {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .gifting-ideas .item img {
            width: 135px;
        }

        .gifting-ideas .item {
            margin-bottom: 20px;
        }

    .components a {
        font-size: 16px;
        margin-left: 3px;
    }

    .new-categories p {
        text-align: center;
    }

    .categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .categories img {
            width: 135px;
        }

        .categories .components {
            margin-bottom: 20px;
        }

    .products {
        grid-template-columns: 1fr 1fr;
    }

        .products .arrivals img {
            width: 80%;
        }

    .trending p {
        margin: 0%;
        font-size: 30px;
    }

    .trending span {
        font-size: 19px;
        margin-top: 7px;
    }

}





/*--------------------------ABOUT-US--------------------------*/

.about, h4, h2 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0;
}

.p-message-box {
    font-size: 17px;
}


.message-box h2 {
    font-size: 28px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.post-media {
    position: relative;
}

    .post-media img {
        width: 100%;
        height: 100%;
    }

/* Testimonials */
:root {
    --clr-bg: #222;
    --clr-primary: #f5f5f5;
    --clr-secondary: #075985;
}

.testimonials p {
    color: white;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.testimonials {
    --_trans-speed: 300ms;
    --_avatar-size: 4rem;
    --_quote-bg-clr: var(--clr-secondary);
    --_quote-padding: 1rem;
    --_quote-pointer-offset: 1rem;
    --_quote-offset: 1rem; /* this is to allow for the bottom arrow indicator*/
    --_quotemarks-size: 60px;
    --_quotemarks-offset-x: -1rem;
    --_quotemarks-offset-y: -2rem;
    --_clip-text: polygon(0 0, 0 0, 0 100%);
    --_clip-text-width: 80px;
    --_dots-size: 1.5rem;
    --_dots-bg-clr: var(--clr-secondary);
    --_dots-inset: 100%;
    --_dots-border-clr: var(--clr-secondary);
    margin-bottom: 40px;
    width: min(calc(100% - 2rem), 600px);
    margin-inline: auto;
    background-color: rgba(0 0 0 / .5);
    border: 1px solid var(--clr-secondary);
    padding: 3rem;
    margin-top: 100px;
}


.quotes {
    --_box-clip: polygon(var(--_box-clip-start-x) 0, 100% 0, 100% calc(100% - var(--_quote-offset)), calc(100% - var(--_quote-pointer-offset)) calc(100% - var(--_quote-offset)), calc(100% - (var(--_quote-pointer-offset) + 1rem)) 100%, calc(100% - (var(--_quote-pointer-offset) + 2rem)) calc(100% - var(--_quote-offset)), 0 calc(100% - var(--_quote-offset)) );
    display: grid;
    place-content: center;
    grid-template-areas: 'stack';
    width: 100%;
    transition: width var(--_trans-speed) ease-in-out;
}

    .quotes > article {
        grid-area: stack;
        transition: all 300ms;
        margin-block-end: 1rem;
    }

    .quotes .clip {
        height: 100%;
        width: var(--_clip-text-width);
        shape-outside: var(--_clip-text);
        float: left;
        display: block;
    }

    .quotes blockquote {
        margin-bottom: 1rem;
        text-align: right;
        transition: scale var(--_trans-speed) ease-in-out;
        scale: var(--_scale, 0);
        display: flex;
    }

        .quotes blockquote::before {
            content: '';
            position: absolute;
            top: var(--_quotemarks-offset-y);
            left: var(--_quotemarks-offset-x);
            left: var(--_quotemarks-offset-x);
            z-index: 2;
            width: var(--_quotemarks-size);
            height: var(--_quotemarks-size);
            transition: translate, opacity, top;
            transition-timing-function: ease-in-out;
            transition-rudarion: var(--_trans-speed);
            transition-delay: var(--_trans-delay-quotes, 0ms);
            opacity: var(--_opacity,0);
            scale: var(--_scale,0);
            background-image: url('data:image/svg+xml,<svg fill="white" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>quote</title><path d="M9.563 8.469l-0.813-1.25c-5.625 3.781-8.75 8.375-8.75 12.156 0 3.656 2.688 5.375 4.969 5.375 2.875 0 4.906-2.438 4.906-5 0-2.156-1.375-4-3.219-4.688-0.531-0.188-1.031-0.344-1.031-1.25 0-1.156 0.844-2.875 3.938-5.344zM21.969 8.469l-0.813-1.25c-5.563 3.781-8.75 8.375-8.75 12.156 0 3.656 2.75 5.375 5.031 5.375 2.906 0 4.969-2.438 4.969-5 0-2.156-1.406-4-3.313-4.688-0.531-0.188-1-0.344-1-1.25 0-1.156 0.875-2.875 3.875-5.344z"></path></g></svg>');
            background-repeat: no-repeat;
        }

        .quotes blockquote > p {
            position: relative;
            font-weight: 300;
            font-size: 0.9rem;
            line-height: 1.5;
            padding: var(--_quote-padding);
            isolation: isolate;
            background: var(--_quote-bg-clr);
            clip-path: var(--_box-clip);
            text-wrap: balance;
        }

    .quotes .user {
        display: flex;
        align-items: start;
        gap: 1rem;
        justify-content: end;
        text-align: right;
    }

        .quotes .user * {
            opacity: var(--_opacity,0);
            transition: translate var(--_trans-speed) ease-in-out, opacity var(--_trans-speed) ease-in-out, scale var(--_trans-speed) ease-in-out;
            ;
        }

        /* user - name */
        .quotes .user p:first-child {
            font-size: 1.1rem;
            color: var(--clr-primary);
            letter-spacing: 0.2rem;
            text-transform: uppercase;
            translate: var(--_translate, 0 2rem);
            transition-delay: var(--_trans-delay-name,0ms);
        }
        /* user - role */
        .quotes .user p:last-child {
            font-weight: 300;
            font-size: .8rem;
            color: var(--clr-secondary);
            translate: var(--_translate, 0 2rem);
            transition-delay: var(--_trans-delay-role, 0ms);
        }
        /* user - image*/
        .quotes .user img {
            border-radius: 2px;
            border: 1px solid var(--clr-primary);
            width: var(--_avatar-size, 60px);
            height: var(--_avatar-size, 60px);
            object-fit: cover;
            transition-delay: var(--_trans-delay-img,0ms);
            scale: var(--_scale,0);
        }

.dots {
    padding: .25rem .5rem;
    border-radius: 3px;
    border: 1px dashed transparent;
    width: fit-content;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: border-color 300ms ease-in-out;
}

    .dots > label {
        border-radius: 1rem;
        border: 1px solid var(--_dots-border-clr);
        position: relative;
        width: var(--_dots-size);
        height: var(--_dots-size);
        aspect-ratio: 1;
        cursor: pointer;
        transition: border-color var(--_trans-speed) ease-in-out, border-color var(--_trans-speed) ease-in-out;
    }

        .dots > label::before {
            content: '';
            position: absolute;
            border-radius: inherit;
            inset: var(--_dots-inset);
            background-color: var(--_dots-bg-clr);
            transition: inset 300ms ease-in-out;
        }

        .dots > label:hover::before,
        .quotes:has(input#option-1:checked) + .dots > label:nth-child(1)::before,
        .quotes:has(input#option-2:checked) + .dots > label:nth-child(2)::before,
        .quotes:has(input#option-3:checked) + .dots > label:nth-child(3)::before,
        .quotes:has(input#option-4:checked) + .dots > label:nth-child(4)::before,
        .quotes:has(input#option-5:checked) + .dots > label:nth-child(5)::before {
            --_dots-inset: .25rem;
        }

.quotes:has(input:focus-visible) + .dots {
    border-color: var(--clr-primary);
}




/*  Important */
hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}


.btn-brd {
    -webkit-border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    border-radius: 25px 0px 25px 0px;
}


.btn-light {
    padding: 13px 40px;
    font-size: 18px;
    color: #ffffff;
    background-color: #1089ff;
}


.btn-ss:hover {
    background: #0056b3;
    color: #ffffff;
}


input[type=radio]:checked + article {
    --_scale: 1;
    --_translate: 0 0;
    --_opacity: 1;
    --_trans-delay-quotes: 300ms;
    --_trans-delay-name: 300ms;
    --_trans-delay-role: 400ms;
    --_trans-delay-img: 500ms;
}

@media (max-width: 768px) {
    .post-media-pic1 {
        margin-top: 40px;
    }

    .message-box, h4 {
        margin-top: 20px;
    }

    .post-media img{

    }
}

.card-body a {
    text-align: center;
}


.aboutus-section {
    padding: 30px 0 !important;
}

.aboutus-container {
    margin-top: 0%;
    padding-right: 35px;
    padding-left: 35px;
}






/*--------------------------CONTACT-US--------------------------*/
.contact-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

    .contact-container h1 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 700;
        color: #333;
    }

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:20px;
}

.form-section,
.info-section {
    flex: 1;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}



.contactus-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
.contact-us-textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #555;
    background: #f9f9f9;
}

    input:focus,
    .contact-us-textarea:focus {
        border-color: #007bff;
        background: #fff;
        outline: none;
    }

.contact-us-textarea {
    resize: none;
}

.btn-send-message {
    padding: 13px;
    font-size: 14px;
    background: #1089ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 163px;
}

    .btn-send-message:hover {
        background: #0056b3;
    }

.info-section {
    background: #1089ff;
    color: #fff;
}

    .info-section p {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
    }

    .info-section .icon {
        font-size: 18px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    input[type="text"],
    input[type="email"],
    .contact-us-textarea {
        font-size: 14px;
    }

    .btn-send-message {
        font-size: 16px;
    }

    .info-section {
        max-width: none !important;
    }
}

.info-section a {
    text-decoration: none;
    color: white;
    margin-left: -5px;
}

.info-section i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.branch-table {
    width: 90%;
    border-collapse: collapse;
    margin: 20px 0;
    margin-left: 5%;
}

    .branch-table th, .branch-table td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: left;
    }

    .branch-table th {
        background-color: #f4f4f4;
        color: #333;
        font-weight: bold;
    }

    .branch-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .branch-table tr:hover {
        background-color: #f1f1f1;
    }




.br-sf-widget-merchant-img img {
    width: 77%;
    margin-top: 20px;
}

.br-sf-widget-merchant-img a {
    justify-content: center;
    display: flex;
}

@media (max-width: 768px) {
    .br-sf-widget-merchant-img img {
        width: 40%;

        width: 100%;
        height: 245px;
        margin: 0%;
    }

    .br-sf-widget-merchant-title a {
        font-size: 14px;
    }

    .br-sf-widget-merchant-desc {
        font-size: 13px;
    }

    .cart-related-products {
        width: 88% !important;
        height: 100% !important;
    }

    .name-feature-product {
        font-size: 12px !important;
    }

    .related-products-row {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .feature-products-container{
        display:none !important;
    }

    .related-products-container {
        display: none !important;
    }
}

.br-found-heading {
    font-family: serif;
    padding: 15px;
    font-size: 25px;
    background: #f0e9eb63;
}

.br-sf-widget-merchant-title {
    margin-left: 5px;
    margin-top: 6px;
    font-size: 15px;
}

.br-sf-widget-merchant-desc {
    margin-left: 5px;
    margin-bottom: 20px;
}




.related-products-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.search-bar-width {
    padding-left: 40px !important;
    padding-right: 20px !important;
}

@media (max-width: 768px) {
    .search-bar-width {
        padding-left: 28px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 768px) {
    .logo-theme-new {
        width: 80px;
        height: 40px !important;
    }
}







/*------------------------------------------------------------*/

/*Start Slider*/





/*.content-slider p {
    color: white;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.content-slider span {
    color: white;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}*/


/* Slider style */
/*.cd-slider {
    position: relative;
    width: 102%;
    height: 80vh;
    overflow: hidden;
    margin-left: -12px;
    text-align: left;
    margin-bottom: 60px;
}

    .cd-slider.ie9 nav div span {
        display: none;
    }

    .cd-slider ul li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: visibility 0s .6s;
    }

        .cd-slider ul li::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 100%;
            width: 135vh;
            height: 135vh;
            border: solid rgba(0,0,0,0.2);
            border-width: 0;
            transform: translate(-50%, -50%);
            pointer-events: none;
            transition: border-width .4s .6s;
        }

.content-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;*/
    /* mix-blend-mode: lighten; */
    /*opacity: 0;
    transform: scale(1.2);
    transition: opacity .4s .6s, transform .4s .6s;
}

    .content-slider blockquote {
        position: absolute;
        bottom: 5%;
        left: 4%;
        z-index: 2;
        max-width: 45%;
    }*/

/* current slide
  ---------------------------------*/
/*.cd-slider li.current_slide {
    visibility: visible;
}

    .cd-slider li.current_slide::before {
        border-width: 16rem;
    }

    .cd-slider li.current_slide .content-slider {
        opacity: 1;
        transform: scale(1);
    }*/
/* nav
  ---------------------------------*/
  