@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');



body,
html {
    font-family: 'Jost', Helvetica, Arial, sans-serif !important;
}


a,
a:focus,
a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 1440px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.heading_span {
    color: #af895b;
}

.heading_italic {
    font-style: italic;
}

.font-2 {
    font-family: 'Playfair Display', serif;
}

.font-3 {
    font-family: "Prata", serif;
}



form input[type=color],
form input[type=date],
form input[type=datetime-local],
form input[type=datetime],
form input[type=email],
form input[type=month],
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=time],
form input[type=url],
form input[type=week],
.textarea,
form textarea {
    outline: 0;
    box-shadow: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.32px;
    border: 0;
    transition: all .3s ease;
    border-radius: 0;
}


.link {
    transition: all 0.3s ease;
}

.link:hover {
    color: #af895b !important;
}

.title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

.heading {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.content {
    color: #818181;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.button {
    display: inline-flex;
    padding: 12px 34px;
    border: 1px solid white;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    background-color: transparent;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.button:hover {
    background-color: #af895b;
}

.arrow_btn {
    align-items: center;
    gap: 10px;
}

.section_padding {
    padding: 100px 0;
}

/*Header Section Css */
/* ===============================
   Header Layout
================================ */

.header_section {
    padding: 20px 0;
}

.navbar {
    padding: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
}

.navbar-brand img {
    height: 60px;
    object-fit: cover;
}

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-nav {
    gap: 40px;
    align-items: center;
}

.navbar-nav .nav-link {
    text-decoration: none;
    font-family: 'Jost', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #30373e;
    transition: color 0.3s ease;
    position: relative;
    padding: 0 !important;
}

/* Hover Color */
.navbar-nav .nav-link:hover {
    color: #af895b;
}

/* Underline Animation */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    margin: 0 !important;
    border: none !important;
    background-color: #af895b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Active Menu Item */
.navbar-nav .nav-link.active {
    color: #af895b !important;
}



.navbar-toggler {
    border: none;
    padding: 0;
}

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

/* Offer Section */

.offer_section {
    background-color: #af895b;
    padding: 3px 0;
}

.offer_section p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0;
    font-family: 'Jost', sans-serif;
}

.offer_section p a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}



/* Hero Section Css*/

.hero-slider {
    height: calc(100vh - 144px);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-slide .container {
    height: 100%;
}

.slider_btn {
    width: max-content;
}

.slide-content {
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-content h1 {
    font-size: 80px;
    line-height: 90px;
    max-width: 750px;
    margin-bottom: 20px;
}

.slide-content p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
    max-width: 400px;
}

.slide-content h1,
.slide-content p,
.slide-content .button {
    opacity: 0;
    transform: translateX(-50px);
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: ease;
}

.swiper-slide-active .slide-content h1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.swiper-slide-active .slide-content p {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

.swiper-slide-active .slide-content .button {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s;
}


.slide-content .button:hover {
    transition-delay: 0s !important;
}



.swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
    border: 2px solid #fff !important;
}

.swiper-pagination-bullet-active {
    background: #af895b !important;

}

/*Footer Section Css */

.footer_top {
    border-bottom: 1px solid #11111126;
    padding: 40px 0;
}

.category_list {
    display: flex;
    gap: 55px;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.category_list li {
    list-style: none;
}

.category_list li a {
    color: #818181;
}

.product_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    border: unset;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    overflow: hidden;
    transition: all .3s ease;
}


.product_btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #af895b;
    transition: all .3s ease;
}

.product_btn:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.category_list .fa-arrow-right {
    transition: all .3s ease;
    transform: scale(0);
    font-size: 14px;
    margin-left: 12.5px;
    rotate: -45deg;
}

.product_btn:hover .arrow {
    transform: scale(1);
}


.product_link {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
}

.footer_border {
    border-right: 1px solid #11111126;
}

.footer_left_section {
    display: flex;
    gap: 24px;
    padding: 60px 0px;
    max-width: 550px;
    flex-direction: column;
}

.footer_heading {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Jost', Helvetica, Arial, sans-serif;
    margin: 0;
    color: #000;
}

.footer_left_detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer_logo_section img {
    height: 120px;
    object-fit: cover;
}

.footer_left_title {
    font-size: 36px;
    line-height: 46px;
    color: #000;
    margin: 0;
}

.footer_left_title .italic {
    color: #af895b;
}


.footer_right_section {
    padding: 80px 0px 70px 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.footer_right_section .footer_right_heading {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0;
}

.footer_find_list {
    display: grid;
    gap: 10px;
    padding: 0;
    font-family: 'Jost', sans-serif;
    margin-bottom: 15px;
}


.footer_find_list li {
    color: #818181 !important;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
}

.footer_find_list li a {
    color: #818181 !important;
}

.footer_find_heading {
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-flex;
}

.social-icons .social {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons .social i {
    font-size: 16px;
}

/* Hover effects */
.social-icons .social:hover {
    color: #fff;
}

.social.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social.instagram:hover {
    background: #e4405f;
    border-color: #e4405f;
}

.social.x:hover {
    background: #000;
    border-color: #000;
}

.social.snapchat:hover {
    background: #fffc00;
    color: #000;
    border-color: #fffc00;
}

.footer_bottom {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #11111126;
}

.footer_bottom .copyright_section {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Jost', sans-serif;
    margin: 0;
}

/*About Us Section Css */

.about_us_section_row {
    align-items: center;
}

.about_us_image {
    max-width: 546px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 546px;
}

.about_us_image img {
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
}

.about_us_content {
    max-width: 550px;
    ;
}

.about_us_details {
    padding-left: 80px;
}

.about_us_details .button {
    color: #000;
    border: 1px solid #000;
    margin-top: 30px;
}

.about_us_details .button:hover {
    color: #fff;
    border: 1px solid #fff !important;
}

.star_img img {
    position: absolute;
    top: 0;
    right: 10%;
}

.line_circle {
    display: block;
    max-width: 546px;
    width: 100%;
    height: 100%;
    border: 1px solid #af895b;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    animation: sliderShape 3s linear infinite;
    z-index: 2;
}


@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translateZ(0) rotate(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotate(0.01deg);
    }

    50% {
        transform: translateZ(0) rotate(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotate(0.01deg);
    }
}

/*Category Section Css */



.category_section_heading {
    text-align: center;
    margin-bottom: 30px;
}

.gallery_grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}



.col img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.center img {
    height: 100%;
}

.category_gallery .hover_img {
    position: relative;
    overflow: hidden;
}

.cat_image1 img {
    height: 330px;
    max-height: 10%;
    width: 100%;
    object-fit: cover;
}


.cat_image2 img {
    height: 330px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.cat_image3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category_gallery .hover_img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}


.category_image:hover .hover_img:after {
    height: 250%;
    transition: all .6s linear;
    background-color: rgba(0, 0, 0, 0);
}


/*Jewellery Section Css */


.jewelry_section_heading {
    text-align: center;
}


.product-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.tab {
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #95afaa;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    margin: 0 20px;
    padding-bottom: 5px;
}

.tab.active,
.tab:hover {
    color: #111;
}

.tab.active::after,
.tab:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #111;
    left: 0;
    bottom: 0;
}

.product_tab_heading {
    margin-bottom: 32px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}



.product-card {
    position: relative;
    text-align: center;
    flex: 0 0 calc(25% - 22.5px);
}

.product-card.hide {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    position: absolute;
}

.product_img_box {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 380px;
    transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    border: 1px solid #af895b;
    border-radius: 220px 220px 0 0;
}

.product_main_img {
    transition: all 0.5s ease;
    height: 100%;
}

.product_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img-main {
    transition: opacity 0.5s ease;
}

.product_hover_img .img-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.05);
    transition:
        opacity 0.5s ease,
        clip-path 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-clip-path 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.5s ease;
    clip-path: inset(0 round 25vw 25vw 0 0);

}

.product-card:hover .img-main {
    opacity: 0;
}

.product-card:hover .img-hover {
    opacity: 1;
    transform: scale(1);
}

.product_caption {
    display: flex;
    flex-direction: column;
    padding: 20px 12px;
}

.category {
    font-size: 12px;
    line-height: 22px;
    color: #af895b;
    font-weight: 500;
    margin-bottom: 5px;
}

.title {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.material {
    font-size: 14px;
    line-height: 24px;
    color: #818181;
    font-weight: 400;
    margin: 0;
}

/*Contact Us Section Css*/

.marquee {
    background: #af895b;
    overflow: hidden;
    padding: 18px 0;
}

.marquee-track {
    display: inline-flex;
    gap: 40px;
}

.marquee span {
    font-size: 48px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    white-space: nowrap;
    color: #fff;
}

.marquee span.outline {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    /* fallback */
}

.dot {
    font-style: normal;
}

/*Testimonial Section Css */


.tesimonial_section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;

}

.tesimonial_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../Images/bg_testimonial.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(5px);
    scale: 1.01;
    z-index: -1;
}

.reviews_header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.tesimonial_section .heading {
    color: #fff;
    display: inline-block;    
}
.tesimonial_section .nav_arrows{
    display: inline-block;
}

.nav_arrows span {
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
}


.nav_arrows .arrow-disabled {
    color: #999999;
    cursor: not-allowed;
    pointer-events: none;
}

.review_card {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    height: 100%;
}

.review_img {
    width: 280px;
    min-width: 280px;
    height: 100%;
    overflow: hidden;
}

.review_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content box */
.review_content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px 25px;
}

/* Swiper fix */
.tesimonial_section .swiper-slide {
    height: auto !important;
    display: flex;
}

.swiper-wrapper {
    padding: 0 !important;
}

.stars {
    color: #f5a623;
    font-size: 14px;
}

.customer_name {
    display: flex;
    flex-direction: column;
}

.customer_name .name {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

.review_header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.customer_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.customer_img img {
    object-fit: cover;
}

.review_content .reviwe_heading {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.review_contetn_detail p {
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    margin: 0;
}

/* Banner Section Css */

.banner_section {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    background: url("../Images/bg_img.webp") center 70%/cover no-repeat;

}

.about_bg {
    background: url("../Images/bg_img.webp") center 70%/cover no-repeat;

}

/*
.necklace_bg {
    background: url("../Images/bg_img.webp") center 70%/cover no-repeat;

}

.ring_bg {
    background: url("../Images/bg_ring.webp") center 70%/cover no-repeat;
}

.bracelet_bg {
    background: url("../Images/bg_bracelets.webp") center /cover no-repeat;

}

.mangalsutra_bg {
    background: url("../Images/bg_magalsutra.webp") center 85%/cover no-repeat;

}

.earring_bg {
    background: url("../Images/bg_earring.webp") center 85%/cover no-repeat;

}

.gold_chain_bg {
    background: url("../Images/bg_chain.webp") center 85%/cover no-repeat;

}*/

.banner_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.banner_section .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner_section .breadcrumb {
    justify-content: center;
}

.banner_heading {
    font-size: 64px;
    line-height: 74px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #ffffff;
}

.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}


.breadcrumb i {
    font-size: 12px;
}


/*Shop By Occasion Section Css*/

.shop_occasion_heading {
    margin-bottom: 40px;
}

.occasion_part {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.occasion_part img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.6s ease;
}

.occasion_part img.tall {
    height: 650px;
}

.occasion img.category_img{
    height: 350px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.occasion_part img.short {
    height: 550px;
}

/* Label */
.occasion_label {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.85) 20%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.85) 80%,
            rgba(255, 255, 255, 0.2) 100%);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.6px;
    z-index: 2;
    text-transform: capitalize;
}

.occasion {
    position: relative;
    overflow: hidden;
    border: 1px solid #af895b;
    border-radius: 30px;
}

.occasion:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}


/*Banner Image Section Css*/

.banner_image_section {
    position: relative;
}

.banner_img img {
    width: 100%;
}

.floating_ring_home {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 220px;
    animation: floatRing 6s ease-in-out infinite;
}

/*Blog Section Css*/

.blog_section {
    background: #faf7f2;
}

.blog_heading {
    text-align: center;
    margin-bottom: 40px;
}

.blog_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.blog_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog_content {
    padding: 25px;
}

.blog_date {
    font-size: 14px;
    line-height: 24px;
    color: #af895b;
}

.blog_content .blog_title a {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 12px;
    color: #000;
    min-height: 60px;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_content .blog_description {
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    margin-bottom: 18px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.read_more {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #af895b;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.read_more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #af895b;
    transition: all .3s ease;
}

.read_more:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.blog_button {
    margin-top: 30px !important;
    text-align: center;
}

.blog_button .button {
    border: 1px solid #000;
    color: #000;
    align-items: center;
    gap: 10px;
}

.blog_button .button:hover {
    color: #fff;
    border: 1px solid #fff !important;
}

/*HOme Page Css End */


/*Contact Page Css */


/* Keep in Touch Section Css */

.keep_in_touch_section {
    background: #ffffff;
}

.visit_store_block,
.get_in_touch_block {
    padding-right: 40px;
}

.store_info_item {
    margin-bottom: 22px;
}

.store_info_heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.store_info_detail {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #818181;
}

.store_info_detail.address {
    max-width: 80%;
}


.store_info_detail a {
    color: #818181;
    text-decoration: none;
    transition: color 0.3s ease;
}

.store_social {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.store_social a {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    transition: all 0.3s ease;
}

.store_social a:hover {
    color: #fff;
}

.get_in_touch_text {
    font-size: 18px;
    line-height: 28px;
    color: #818181;
    margin-bottom: 35px;
    max-width: 520px;
}

.form_control_custom {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e5e5e5 !important;
    outline: none;
    margin-bottom: 24px;
}

.form_control_custom.textarea {
    height: 160px;
    resize: none;
}

.contact_submit_btn {
    width: 100%;
    padding: 16px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;

    transition:
        background 0.6s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contact_submit_btn:hover {
    background: #af895b;
}

/*Map Section Css */

.contact_map_section {
    padding-bottom: 100px;
}

.contact_map_wrapper {
    width: 100%;
    height: 600px;
    padding: 0 !important;
}

.contact_map_wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/*Contact Page Css End */
.captcha_label {
    display: block;
    margin: 0 0 10px;
}

.contact_form_status {
    margin-top: 14px;
    font-size: 15px;
}

.contact_form_status.success { color: #247a3c; }
.contact_form_status.error { color: #b42318; }
.contact_submit_btn:disabled { opacity: .65; cursor: wait; }



/*About Page Css */


/*About Page First Section */



.about_page_image {
    max-width: 500px;
    padding: 12px;
    border: 1px solid #af895b;
    border-radius: 331px 331px 0 0;
    position: relative;
    width: 100%;

}

.about_page_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 610px;
    border-radius: 331px 331px 0 0;

}

.about_small_title {
    font-size: 18px;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 16px;
}


.about_description {
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    margin-bottom: 40px;
}

.about_divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 40px;
}

.about_author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author_left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author_left img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.author_name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.author_role {
    font-size: 14px;
    line-height: 24px;
    color: #818181;
    margin: 0;
}

.side_img {
    position: absolute;
    right: 0%;
    top: 43%;
    max-width: 450px;
    width: 100%;
    rotate: -17deg;
    animation: floatRing 6s ease-in-out infinite;

}

.side_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*Established Section Css*/

.established_header {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.established_text {
    font-size: 18px;
    line-height: 28px;
    color: #818181;
    margin-bottom: 20px;
}

.value_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.value_image {
    grid-row: span 2;
}

.value_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.value_box {
    padding: 60px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.value_box h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}

.value_box p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.divider {
    display: block;
    width: 40px;
    height: 1px;
    margin: 25px auto 25px;
    background: currentColor;
}

.value_gold {
    background: #af895b;
}

.value_light {
    background: #fffbe2;
}


/*FAQ Section Css*/

.faq_section {
    padding-bottom: 100px;
}

.faq_heading {
    text-align: center;
    margin-bottom: 40px;
}

.faq_column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq_item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #af895b;
}


.faq_question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_question .icon {
    transition: transform 0.4s ease;
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, opacity 0.45s ease;
    opacity: 0;
}

.faq_answer p {
    padding: 0 25px 0px;
    color: #818181;
    font-size: 16px;
    line-height: 26px;
}

.faq_item.active .faq_answer {
    max-height: 300px;
    opacity: 1;
}

.faq_item.active .icon {
    transform: rotate(45deg);
}



/*Passion Section Css*/

.passion_text {
    max-width: 500px;
    font-size: 16px;
    line-height: 26px;
    color: #818181;
    margin-bottom: 35px;
}

.passion_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 30px;
    border: 1px solid #111;
    font-size: 13px;
    letter-spacing: 1px;
    color: #111;
    transition: all 0.4s ease;
}

.passion_btn:hover {
    background: #af895b;
    color: #fff;
    border: 1px solid #fff;
}

/* Image */
.passion_image_wrapper {
    position: relative;
    display: flex;
    justify-content: right;
}

.passion_main_image {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
}

.floating_ring {
    position: absolute;
    bottom: 0px;
    left: 65px;
    width: 230px;
    animation: floatRing 3s ease-in-out infinite;
}

/* Animation */
@keyframes floatRing {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

/*About Page Css End */

/*Blog Page Css */

.blog_page_section .blog_card {
    border: 1px solid #af895b;
    margin-bottom: 24px;
}

/*Blog Page Css End */

/*Product Page Css */

.descrption_section {
    padding-bottom: 100px;
    text-align: center;
}

.description_small_heading {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.descrption_section .description {
    font-size: 16px;
    line-height: 26px;
    color: #818181;
}

.descrption_border {
    border-radius: 16px;
    border: 1px solid #af895b;
    padding: 15px;
}

/*Product Page Css ENd */

/*SIngle Blog Css */

.single_blog_banner .banner_overlay {
    background: rgba(0, 0, 0, 0.7);
}

.blog_meta {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    margin-bottom: 0;
}

.blog_meta_icon {
    font-size: 18px;
}

.blog_meta_separator {
    margin: 0px 6px;
}

.blog_image img {
    height: 550px;
    object-fit: cover;
    border-radius: 18px;
    width: 100%;
}

.blog_detail {
    padding: 25px 0;

}

.blog_detail h2 {
    font-size: 42px;
    line-height: 42px;
    padding: 30px 0px 12px;
    margin: 0;
}

.blog_detail h3 {
    font-size: 36px;
    line-height: 46px;
    padding: 25px 0px 10px;
    margin: 0;
}

.blog_detail h4 {
    font-size: 28px;
    line-height: 38px;
    padding: 10px 0px 20px;
    margin: 0;
}

.blog_detail h5 {
    font-size: 24px;
    line-height: 34px;
    padding: 10px 0px 20px;
    margin: 0;
}

.blog_detail p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #818181;
}

blockquote {
    padding: 20px;
    margin: 20px 0px;
    background-color: #f5f5f5;
    border-left: 4px solid #c9a24d;
}

.blog_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.blog_table th,
.blog_table td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: left;
}

.blog_detail ul {
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog_detail li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    color: #818181;
}

/*Single Blog Css End */


/*Privacy Page Css */
.static_data p {
    font-size: 18px;
    line-height: 28px;
    color: #818181;
    padding-bottom: 20px;
    margin: 0;
}

.static_data li {
    font-size: 18px;
    line-height: 28px;
    color: #818181;
}

.static_data h3 {
    font-size: 26px;
    line-height: 36px;
    padding: 0px 0px 10px;
    font-weight: 700;
    margin: 0;
}


/* CTA SECTION */
.jewellery-cta {
    background: linear-gradient(135deg, #744c1be8, #342514eb), url(../Images/bg_img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-bottom: 50px;
    padding-top: 15px;
}

.cta-title {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 18px;
    opacity: 1;
    margin-bottom: 25px;
}

.btn-gold {
    background-color: #c9a24d;
    color: #000;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: #b18c3d;
    color: #000;
}

.btn-outline-light {
    padding: 12px 30px;
    border-radius: 30px;
}

.cta-image {
    max-height: 300px;
}

.jewellery-cta .cta-text {
    color: #ffffff;
    margin-top: 10px;
}

.reel_img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.reel_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.reel_img:hover img {
    transform: scale(1.06);
}

.watch_reel{
    display:flex;
    align-items:center;
    gap:12px;
    background:rgba(255,255,255,.95);
    padding:12px 20px;
    border-radius:50px;
    transition:.3s ease;
}

.reel_card:hover .watch_reel{
    transform:scale(1.08);
} 

.watch_reel{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.watch_reel small{
    color:#fff;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    text-shadow:0 2px 8px rgba(0,0,0,.8);
}

.see_reel_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.see_reel_btn:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1.04);
}


/* ── HERO ── */
.scheme_hero_section {
    background: #af895b;
    padding: 48px 20px;
    text-align: center;
}

.scheme_hero_eyebrow {

    color: #fff;

}

.scheme_hero_title {
    color: #fff;
    margin-bottom: 12px;
}

.scheme_hero_subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.scheme_hero_badge_row {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.scheme_hero_badge {
    border: 1px solid rgb(255, 255, 255);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.content_description {
    font-size: 18px;
    line-height: 26px;
    color: #818181;
    margin-bottom: 40px;
}

/* ── ACCORDION ── */
.accordion_wrap {
    border: 1px solid #e0d4c4;
    border-radius: 12px;
    overflow: hidden;
}

.acc_item {
    border-bottom: 1px solid #e8ddd0;
}

.acc_item:last-child {
    border-bottom: none;
}

.acc_trigger {
    width: 100%;
    background: #fff;
    border: none;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}

.acc_trigger:hover,
.acc_trigger.acc_open {
    background: #faf6f0;
}

.acc_icon_wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.acc_icon_wrap i {
    font-size: 20px;
    color: #af895b;
}

.acc_info {
    flex: 1;
}

.acc_name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.acc_tagline {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.acc_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc_badge {
    background: #fdf0e0;
    color: #8a5e20;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 12px;
    border: 1px solid #e8c87a;
}

.acc_badge_bridal {
    background: #f5eaf8;
    color: #8b3fa8;
    border-color: #d9a0f0;
}

.acc_arrow {
    font-size: 18px;
    color: #888;
    transition: transform 0.25s;
}

.acc_trigger.acc_open .acc_arrow {
    transform: rotate(180deg);
}

.acc_body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.acc_body.acc_open {
    max-height: 600px;
}

.acc_inner {
    padding: 0 20px 20px;
    border-top: 1px solid #f0e8dc;
}

.stats_row {
    display: flex;
    gap: 10px;
    margin: 16px 0 14px;
    flex-wrap: wrap;
}

.stat_pill {
    background: #1a1a1a;
    border-radius: 8px;
    padding: 8px 14px;
    flex: 1;
    min-width: 80px;
    text-align: center;
}

.stat_label {
    font-size: 10px;
    color: #888;
    margin-bottom: 2px;
}

.stat_value {
    font-size: 14px;
    font-weight: 600;
    color: #af895b;
}

.features_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 0 16px;
}

.feat_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.feat_item i {
    font-size: 15px;
    color: #af895b;
    margin-top: 2px;
    flex-shrink: 0;
}

.feat_item span {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.enroll_btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #af895b;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s;
}

.enroll_btn:hover {
    background: #9a7448;
}

/* ── TAB SECTION ── */
.tab_layout {
    display: flex;
    gap: 20px;
    position: relative;
}

.tab_list {
    width: 250px;
    flex-shrink: 0;
    background: #faf6f0;
    height: fit-content;
    border: 1px solid #e0d4c4;
    border-radius: 12px;
    position: sticky;
    top: 0;
}

.tab_btn {
    width: 100%;
    background: none;
    border: none;
    padding: 15px 16px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 11px;
    border-bottom: 1px solid #e8ddd0;
    position: relative;
    transition: background 0.15s;
    border-radius: 12px 12px 0 0;
}

.tab_btn:last-child {
    border-bottom: none;
}

.tab_btn:hover {
    background: #f0e8d8;
}

.tab_btn.tab_active {
    background: #fff;
}
.tab_icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(175, 137, 91, 0.15);
    border: 1px solid rgba(175, 137, 91, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tab_icon i {
    font-size: 16px;
    color: #af895b;
}

.tab_btn.tab_active .tab_icon {
    background: rgba(175, 137, 91, 0.25);
    border-color: rgba(175, 137, 91, 0.6);
}

.tab_name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
}

.tab_btn.tab_active .tab_name {
    color: #af895b;
}

.tab_dur {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.tab_btn.tab_active .tab_dur {
    color: #b0956e;
}

.tab_panel {
    flex: 1;
    padding: 20px;
    display: none;
    border: 1px solid  #e0d4c4;
    border-radius: 12px;
}

.scheme_list li{
    font-size: 18px;
    line-height: 24px;
    color: #818181;
    padding-bottom: 12px;
}

.tab_panel.tab_panel_active {
    display: block;
}

.panel_badge {
    display: inline-block;
    background: #fdf0e0;
    color: #8a5e20;
    font-size: 12px;
    padding: 4px 14px;
    border-radius: 12px;
    border: 1px solid #e8c87a;
    margin-bottom: 10px;
}

.panel_badge_bridal {
    background: #f5eaf8;
    color: #8b3fa8;
    border-color: #d9a0f0;
}

.panel_title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.panel_sub {
    font-size: 14px;
    line-height: 18px;
    color: #888;
    margin-bottom: 14px;
}

.scheme_image img{
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.panel_stats {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.panel_btn_row .button {
   color: #000;
   border-color: #000;
   padding: 10px 18px;
   font-size: 13px;
}

.panel_btn_row .button:hover {
    color: #fff;
    border-color: #af895b;
}

.panel_desc{
    font-size: 18px;
    line-height: 24px;
    color: #818181;
    margin-bottom: 16px;
}

.panel_stat {
    background: #1a1a1a;
    border-radius: 7px;
    padding: 8px 12px;
    flex: 1;
    min-width: 70px;
    text-align: center;
}

.panel_stat .ps_label {
    font-size: 10px;
    color: #888;
    margin-bottom: 2px;
}

.panel_stat .ps_value {
    font-size: 13px;
    font-weight: 600;
    color: #af895b;
}

.panel_feats {
    list-style: none;
    margin-bottom: 16px;
}

.panel_feats li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #444;
    padding: 5px 0;
    border-bottom: 1px solid #f0e8dc;
    line-height: 1.4;
}

.panel_feats li:last-child {
    border-bottom: none;
}

.panel_feats li i {
    font-size: 13px;
    color: #af895b;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ── HOW IT WORKS ── */
.how_bg {
    background: #faf6f0;
}

.step_card {
    background: #fff;
    border: 1px solid #e8ddd0;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
        transition: all 0.4s ease;
    cursor: pointer;
    height: 100%;
}

.step_card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.step_num {
    width: 42px;
    height: 42px;
    background: #af895b;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.step_card h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.step_card p {
    font-size: 16px;
    color: #818181;
    line-height: 1.5;
}

/* ── BENEFITS ── */
.benefit_item {
    display: flex;
    align-items: self-start;
    gap: 12px;
    padding: 14px;
    background: #fff;
    border: 1px solid #e8ddd0;
    border-radius: 10px;
    margin-top: 24px;
     position: relative;
    overflow: hidden;
    transition: 0.4s ease;
}


.benefit_item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    background: #c59d5f;
    transition: 0.4s ease;
}

.benefit_item:hover::before{
    height: 100%;
}

.benefit_item:hover{
    padding-left: 20px;
}

.benefit_item i {
    font-size: 20px;
    color: #af895b;
    margin-top: 2px;
    flex-shrink: 0;
}

.benefit_item h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 3px;
}

.benefit_item p {
    font-size: 16px;
    color: #818181;
    line-height: 24px;
    margin-bottom: 0;
}

/* ── APP STRIP ── */
.app_strip {
    background: linear-gradient(135deg, #1a1a1a, #2c2518);
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 20px 0 0;
    flex-wrap: wrap;
}

.app_strip_icon {
    width: 38px;
    height: 38px;
    background: #af895b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app_strip_icon i {
    font-size: 22px;
    color: #fff;
}

.app_strip_text {
    flex: 1;
    min-width: 160px;
}

.app_strip_text h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
}

.app_strip_text p {
    font-size: 12px;
    color: #b09070;
}

.app_dl_btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #af895b;
    color: #fff;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s;
}

.app_dl_btn:hover {
    background: #9a7448;
}

/* ── CTA ── */
.cta_section {
    background: linear-gradient(135deg, #1a1a1a, #2c2518);
    padding: 36px 20px;
    text-align: center;
}

.cta_section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.cta_section p {
    font-size: 13px;
    color: #b09070;
    margin-bottom: 6px;
}

.cta_address {
    font-size: 12px;
    color: #af895b;
    margin-bottom: 18px;
}

.cta_btn_row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn_gold {
    background: #af895b;
    color: #fff;
    border: none;
    padding: 11px 26px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    transition: background 0.15s;
}

.btn_gold:hover {
    background: #9a7448;
}

.btn_outline {
    background: transparent;
    color: #af895b;
    border: 1px solid #af895b;
    padding: 11px 26px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.btn_outline:hover {
    background: rgba(175, 137, 91, 0.12);
}


.reel_card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:18px;
}

.reel_video{
    width:100%;
    height:530px;
    object-fit:cover;
    display:block;
    background:transparent;
    transition:transform .4s ease;
}

.reel_overlay{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.35);
    opacity:0;
    transition:.35s;
}

.reel_card:hover .reel_overlay{
    opacity:1;
}

.overlay_content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:14px;
}

.reel_card:hover .reel_video{
    transform:scale(1.05);
}

.instagram_btn{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#E1306C;
    font-size:36px;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.overlay_content span{
    color:#fff;
    font-size:17px;
    font-weight:600;
    letter-spacing:.5px;
    text-shadow:0 2px 10px rgba(0,0,0,.5);
}

.watch_reel span{
    color:#1f1f1f;
    font-size:16px;
    font-weight:600;
    white-space:nowrap;
}

.reel_card:hover .instagram_btn{
    transform:scale(1.12);
}

@media(max-width:991px){
    .reel_video{
        height:450px;
    }
}

@media(max-width:576px){
    .reel_video{
        height:380px;
    }
}


/* Google Review */

.review-summary{
    max-width: 800px;
    background: #f8f8f8;
    border-radius: 54px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
    float: right;
    margin-top: -103px;
}

.review-left{
    display:flex;
    align-items:center;
    gap:18px;
}

.review-left img{
    width:80px;
    height:auto;
}

.review-text{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    font-size:18px;
    color:#222;
    padding-right: 15px;    
}

.review-text strong{
    font-size:18px;
}

.stars{
    color:#FFC107;
    font-size:22px;
    letter-spacing:2px;
}

.reviews{
    color:#444;
    font-weight:500;
}

.review-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 1px solid #cfcfcf;
    border-radius: 60px;
    background: #a38c60;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s
}

.review-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:768px){

    .review-summary{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

    .review-left{
        flex-direction:column;
    }

    .review-text{
        justify-content:center;
        font-size:16px;
    }

    .stars{
        font-size:20px;
    }

    .review-btn{
        width:100%;
    }

    .review-summary{
         float: none;
        margin-top: inherit;
        border-radius: 0px;
        margin-bottom: 10px;
        padding: 20px 30px;   
    }

}

/* Responsive Css*/

/*Home Page Responsive Css*/

@media screen and (max-width: 1449px) {
    .heading {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 18px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 26px;
    }

    .product-tabs {
        margin-bottom: 30px;
    }
}

@media (min-width: 1250px) and (max-width: 1650px) {

    .heading {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 14px;
    }

    .banner_img img {
        width: 100%;
    }

    .floating_ring_home {
        width: 150px;
    }

    .navbar-nav {
        gap: 25px;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        line-height: 24px;
    }

    .slide-content h1 {
        font-size: 66px;
        line-height: 76px;
    }

    .slide-content p {
        font-size: 16px;
        line-height: 26px;
    }


    .occasion_part img.tall {
        height: 500px;
    }

    .occasion_part img.short {
        height: 400px;
    }

    .product-tabs {
        margin-bottom: 25px;
    }

    .review_img {
        max-width: 225px;
    }

    .footer_logo_section img {
        height: 100px;
    }
}


@media screen and (max-width:1024px) {

    .section_padding {
        padding: 80px 0;
    }


    .faq_section {
        padding-bottom: 80px;
    }

    .marquee_section {
        margin-bottom: 0;
    }

    .hero-slider {
        height: 55vh;
    }

    .slide-content h1 {
        font-size: 56px;
        line-height: 66px;
    }

    .banner_img img {
        width: 100%;
    }

    .about_us_image {
        height: 490px;
    }

    .line_circle {
        left: 40px;
    }

    .about_us_details {
        padding-left: 50px;
    }

    .floating_ring_home {
        width: 125px;
    }

    .occasion_part img.tall {
        height: 400px;
    }

    .occasion_part img.short {
        height: 300px;
    }

    .category_list {
        gap: 30px;
        justify-content: center;
    }

    .review_img {
        width: 200px;
        min-width: 200px;
    }

    .review_content .reviwe_heading {
        font-size: 20px;
        line-height: 30px;
    }

    .review_contetn_detail p {
        font-size: 15px;
        line-height: 25px;
    }

    .footer_left_section {
        padding: 45px 0;
    }

    .footer_right_section {
        padding: 60px 0px 40px 25px;
    }

    .footer_logo_section img {
        height: 100px;
    }

    footer br {
        display: none;
    }

    .footer_find_heading {
        max-width: 230px;
    }

    .footer_bottom {
        padding: 20px 0;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog_content .blog_title a {
        font-size: 18px;
        line-height: 28px;
        margin: 5px 0;
    }

    .heading {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 14px;
    }
}



/* Desktop Hover Dropdown */
@media (min-width: 992px) {

    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        border: 1px solid #af895b !important;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        margin-top: 10px;
        border: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .navbar .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff !important;
        background-color: #af895b !important;
    }

    .navbar .dropdown-toggle::after {
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        gap: 20px;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }

    .dropdown-menu.show {
        border: none !important;
        text-align: center;
    }

    .reel_section .row {
        row-gap: 24px;
    }

}

@media screen and (max-width:820px) {

    .heading {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 12px;
    }

    .section_padding {
        padding: 60px 0;
    }


    .faq_section {
        padding-bottom: 60px;
    }

    .category_gallery {
        row-gap: 20px;
    }

    .gallery_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cat_image3 img {
        max-height: 100%;
        height: 500px !important;
    }

    .about_left {
        display: flex;
        justify-content: center;
    }

    .about_us_image {
        height: 550px;
    }

    .line_circle {
        right: 40px;
        left: unset;
    }

    .about_us_details {
        padding-left: 0px;
    }

    .about_us_section_row {
        gap: 60px;
    }



    .product-tabs {
        flex-wrap: wrap;
        gap: 15px;
    }

    .floating_ring_home {
        width: 75px;
    }

    .product_img_box {
        height: 280px;
    }

    .marquee_section {
        margin-bottom: 0;
    }

    .blog_card {
        margin-bottom: 20px;
    }

    .reviews_header {
        margin-bottom: 20px;
    }

    .category_list {
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer_right_section {
        padding: 0 0 20px 0;
    }

    .footer_left_section {
        padding: 35px 0 30px 0;
    }

}

@media screen and (max-width:600px) {


    .hero-slider {
        height: 75vh;
    }

    .navbar-nav {
        gap: 20px;
        padding-top: 20px;
    }

    .reel_section .row {
        row-gap: 20px;
    }



    .faq_section {
        padding-bottom: 50px;
    }

    .section_padding {
        padding: 50px 0;
    }

    .heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .offer_section p {
        font-size: 14px;
        line-height: 24px;
    }

    .slide-content h1 {
        font-size: 32px;
        line-height: 42px;
        max-width: 320px;
    }

    .slide-content p {
        font-size: 16px;
        line-height: 26px;
        max-width: 320px;
    }

    .button {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .cat_image1 img {
        height: 220px;
    }

    .about_us_section .row {
        flex-direction: column-reverse;
    }

    .cat_image2 img {
        height: 220px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product_img_box {
        height: 220px;
    }

    .cat_image3 img {
        height: 300px !important;
    }

    .category_section_heading br {
        display: none;
    }

    .content {
        font-size: 14px;
        line-height: 24px;
    }

    .about_us_image {
        height: 330px;
        max-width: unset;
        width: unset;
    }

    .star_img img {
        right: 0;
    }

    .line_circle {
        left: 0;
    }

    .jewelry_section_heading {
        margin-bottom: 18px;
    }

    .product_caption {
        padding: 10px 0 20px 0;
    }


    .product-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 12px;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    .product-tabs::-webkit-scrollbar {
        display: none;
    }

    .product-tabs .tab {
        margin: 0 10px;
    }

    .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
    }

    .floating_ring_home {
        right: 10px;
        width: 35px;
    }

    .marquee_section {
        margin-bottom: 0;
    }

    .occasion_part {
        margin-bottom: 24px;
    }

    .occasion_label {
        padding: 5px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .occasion_part img.tall {
        height: 300px;
    }

    .marquee span {
        font-size: 24px;
    }

    .review_card {
        flex-direction: column;
    }

    .review_img {
        height: 200px;
        width: 100%;
        min-width: unset;
    }

    .reviews_header {
        flex-direction: column;
    }

    .nav_arrows span {
        margin: 0;
    }

    .about_us_details {
        text-align: center;
    }

    .footer_logo_section img {
        height: 70px;
    }

    .footer_left_title br {
        display: none;
    }

    .footer_right_section {
        flex-direction: column;
        gap: 15px;
    }

    .footer_border {
        border: none;
    }

    .footer_bottom .copyright_section {
        font-size: 16px;
        line-height: 26px;
    }

    .footer_bottom {
        padding: 10px 0;
    }

    
}



/*COntact Page Reponsive Css */

@media screen and (min-width:1250px) and (max-width:1650px) {


    .banner_section {
        height: 320px;
    }

    .keep_in_touch_section .heading {
        margin-bottom: 24px;
    }

    .store_info_heading {
        font-size: 16px;
        line-height: 26px;
    }


    .store_info_detail {
        font-size: 14px;
        line-height: 24px;
    }

    .get_in_touch_text {
        font-size: 16px;
        line-height: 26px;
    }

    .banner_heading {
        font-size: 48px;
        line-height: 58px
    }
}

@media (max-width:1024) {

    .banner_section {
        height: 380px;
    }


    .banner_heading {
        font-size: 42px;
        line-height: 52px
    }

    .contact_map_section {
        padding-bottom: 80px;
    }
}

@media (max-width:820px) {

    .form_row {
        row-gap: 60px;
    }

    .contact_map_section {
        padding-bottom: 60px;
    }

    .visit_store_block .heading {
        margin-bottom: 20px;
    }

    .visit_store_block,
    .get_in_touch_block {
        padding-right: 0;
    }

    .get_in_touch_block .heading {
        margin-bottom: 20px;
    }

    .banner_section {
        height: 350px;
    }

    .contact_map_wrapper {
        height: 300px;
    }

    .banner_heading {
        font-size: 40px;
        line-height: 50px
    }

}

@media (max-width:600px) {
     .scheme_banner{
        height: 320px !important;
    }

    .title {
        font-size: 14px;
        line-height: 20px;
    }
    .form_control_custom {
        margin-bottom: 15px !important;
    }

    .banner_section {
        height: 200px;
    }

    .tab_layout{
        flex-direction: column !important;
    }

   .tab_list{
    width: 100%;
   }

    .banner_heading {
        font-size: 34px;
        line-height: 44px
    }

}

/*Product Page Responsive Css */
@media screen and (max-width:1024px) {
    .descrption_section {
        padding-bottom: 80px;
    }
}

@media screen and (max-width:820px) {

    .descrption_section {
        padding-bottom: 60px;
    }
}



@media screen and (max-width:600px) {

    .descrption_section {
        padding-bottom: 50px;
    }
}

/*About Page Responsive Css */
@media screen and (max-width:1024px) {
    .author_signature img {
        width: 200px;
    }

    .about_page_image img {
        height: 400px;
    }

    .divider {
        margin: 15px auto 15px;
    }

    .side_img {
        max-width: 250px;
        top: 50%;
        right: -15%;
    }

    .value_box {
        padding: 32px;
    }

    .floating_ring {
        left: 15px;
        width: 160px;
    }

}

@media screen and (max-width:820px) {
    .value_box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .established_header {
        margin: 0 auto 60px;
    }

    .passion_section .row {
        row-gap: 40px;
    }

    .value_box {
        padding: 20px;
    }

    .passion_content {
        text-align: center;
    }

    .passion_text {
        margin: 0 auto 25px;
    }

    .passion_image_wrapper {
        justify-content: center;
    }
}

@media screen and (max-width:600px) {
    .about_divider {
        margin-bottom: 10px;
    }

    .about_page_section .row {
        row-gap: 25px;
    }

    .about_small_title {
        margin-bottom: 12px;
    }

    .side_img {
        display: none;
    }

    .value_grid {
        grid-template-columns: 1fr;
    }

    .value_image {
        grid-row: auto;
    }

    .value_image img {
        height: 240px;
    }

    .passion_main_image {
        width: 200px;
        height: 200px;
    }

    .floating_ring {
        width: 100px;
    }

    .passion_title br {
        display: none;
    }

    .about_description {
        margin-bottom: 25px;
    }

    .about_author {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .established_header {
        margin-bottom: 30px;
    }

    .about_text_block {
        text-align: center;
    }
}

/*Single Blog Responsive Css*/

@media (max-width: 1024px) {

    .blog_detail h2 {
        font-size: 36px;
        line-height: 40px;
        padding: 24px 0px 10px;
    }

    .blog_detail h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 22px 0px 10px;
    }

    .blog_detail h4 {
        font-size: 24px;
        line-height: 34px;
        padding: 10px 0px 18px;
    }

    .blog_detail h5 {
        font-size: 22px;
        line-height: 32px;
        padding: 10px 0px 18px;
    }

    .blog_detail p,
    .blog_detail li {
        font-size: 17px;
        line-height: 26px;
    }

    blockquote {
        padding: 18px;
    }
}

@media (max-width: 768px) {

    .blog_detail h2 {
        font-size: 30px;
        line-height: 36px;
        padding: 22px 0px 10px;
    }

    .blog_detail h3 {
        font-size: 26px;
        line-height: 34px;
        padding: 20px 0px 8px;
    }

    .blog_detail h4 {
        font-size: 22px;
        line-height: 30px;
        padding: 8px 0px 16px;
    }

    .blog_detail h5 {
        font-size: 20px;
        line-height: 28px;
        padding: 8px 0px 16px;
    }

    .blog_detail p,
    .blog_detail li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    blockquote {
        padding: 16px;
        margin: 16px 0px;
    }

    .blog_table th,
    .blog_table td {
        padding: 8px;
    }
}

@media (max-width: 600px) {

    .blog_detail h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0px 8px;
    }

    .blog_detail h3 {
        font-size: 22px;
        line-height: 28px;
        padding: 18px 0px 8px;
    }

    .blog_detail h4 {
        font-size: 20px;
        line-height: 26px;
        padding: 8px 0px 14px;
    }

    .blog_detail h5 {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 0px 14px;
    }

    .blog_detail p,
    .blog_detail li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    blockquote {
        padding: 14px;
        border-left-width: 3px;
    }

    .blog_table {
        font-size: 14px;
    }

    .single_blog_banner {
        height: 340px;
    }

    .banner_heading {
        font-size: 26px;
        line-height: 36px;
    }

    .blog_image img {
        height: 350px;
    }

    .jewellery-cta {
        padding-bottom: 25px !important;
    }
}

@media (max-width: 600px) {
    .jewellery-cta .cta-buttons .button {
        padding: 12px 20px;
        font-size: 14px;
        line-height: 24px;
        margin: 10px;
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: 200px;
    }
}





  .steps_section{
    padding-bottom:100px;
    position:relative;
  }

 
  .steps_track{
    position:relative;
    z-index:1;
    margin-top:60px;
  }
 
  .steps_path{
    position:absolute;
    top:6px;
    left:0;
    width:100%;
    height:calc(100% - 12px);
    z-index:0;
    pointer-events:none;
  }
 
  .step_row{
    position:relative;
    display:grid;
    grid-template-columns:1fr 108px 1fr;
    align-items:center;
    column-gap:40px;
    margin-bottom:70px;
    z-index:1;
  }
  .step_row:last-child{ margin-bottom:0; }
 
  .step_content{
    background:#FAF3E9;
    border:1px solid #E3D3BE;
    border-radius:14px;
    padding:20px 24px;
  }
  .step_row.right .step_content{ grid-column:3; text-align:left; }
  .step_row.left .step_content{ grid-column:1; text-align:right; }
 
  .step_badge_wrap{
    grid-column:2;
    position:relative;
    width:108px;
    height:108px;
    justify-self:center;
  }
 
  .step_ring{
    position:absolute;
    inset:-8px;
    border-radius:50%;
    border:1px dashed #C7A87D;
  }
 
  .step_num1{
    position:absolute;
    top:-6px;
    right:-6px;
    width:32px;
    height:32px;
    border-radius:50%;
    background:#5A4429;
    color:#FBF7F1;
    font-family:'Cormorant Garamond',serif;
    font-weight:700;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2.5px solid #FBF7F1;
    z-index:3;
    box-shadow:0 3px 8px rgba(90,68,41,0.25);
  }
 
  .step_icon{
    width:108px;
    height:108px;
    border-radius:50%;
    background:linear-gradient(160deg, #F3E7D6 0%, #FBF7F1 100%);
    border:1.5px solid #C7A87D;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(138,106,68,0.18);
  }
 
  .step_icon svg{
    width:40px;
    height:40px;
    stroke:#8A6A44;
    fill:none;
    stroke-width:1.5;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
 
  .step_title{
    font-weight:600;
    font-size:22px;
    color:#5A4429;
    margin-bottom:8px;
  }
 
  .step_desc{
    font-size:16px;
    line-height:26px;
    color:#7C7067;
  }
 
  .steps_cta{
    position:relative;
    z-index:1;
    text-align:center;
    margin-top:92px;
  }
 
  .steps_cta a{
    color: #000;
    border: 1px solid #000;
    margin-top: 30px; 
 }

   .steps_cta a:hover{
    color: #fff;
    border: 1px solid #fff;
 }


 
.scheme_form_wrap{
    padding-left: 30px;
} 

.contact_form_img{
    height: 100% !important;
    border-radius: 15px;
}
  @media (max-width:640px){
    .steps_heading{ font-size:32px; }
    .steps_path{ left:24px; width:2px; }
    .step_row{
      grid-template-columns:56px 1fr;
      column-gap:18px;
    }
    .step_badge_wrap{ grid-column:1; width:56px; height:56px; }
    .step_ring{ inset:-4px; }
    .step_icon{ width:56px; height:56px; }
    .step_icon svg{ width:22px; height:22px; }
    .step_num{ width:22px; height:22px; font-size:11px; top:-4px; right:-4px; }
    .step_row.left .step_content,
    .step_row.right .step_content{
      grid-column:2;
      text-align:left;
    }
  }

