*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@font-face {
    font-family: 'MoglanDemo';
    src: url('../webfonts/Moglan_DEMO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-brands-font);
    src: url('../webfonts/fa-brands-400.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-regular-font);
    src: url('../webfonts/fa-regular-400.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-solid-font);
    src: url('../webfonts/fa-solid-900.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: var(--fa-solid-font);
    src: url('../webfonts/fa-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root{
    --text-black:#333333;
    --text-white:#fff;
    --text-blue:#04155e;
    --dark-blue:#020b40;
    --font:"Roboto", sans-serif;
    --blue:#4d5f89;
    /* --hedfont:"Anton", sans-serif; */
    --white-blue:#eceffa;
    --text-gray:#777777;
    --hedfont: 'MoglanDemo', sans-serif;
    --green:#26a541;
    --red:#e04402;
    --yellow:rgb(255, 225, 0);

    --field-border: 1px solid #eeeeee;
    --field-border-radius: 0.5em;
    --secondary-text: #aaaaaa;
    --sidebar-color: #f1f1f1;
    --accent-color: #2962ff;
   
    
    /* custom css */
    .button {
        /* padding: 17px 40px; */
        height: 50px;
        width: 160px;
        border-radius: 50px;
        cursor: pointer;
        border: 0;
        background-color: white;
        box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-size: 15px;
        transition: all 0.5s ease;
        font-family: var(--font);
        border: 1px solid var(--dark-blue);
      }
      
      button:hover {
        letter-spacing: 3px;
        background-color: var(--dark-blue);
        color: hsl(0, 0%, 100%);
        /* box-shadow: var(--dark-blue) 0px 2px 10px 0px; */
      }
      
      button:active {
        letter-spacing: 3px;
        background-color: var(--dark-blue);
        color: hsl(0, 0%, 100%);
        box-shadow: var(--dark-blue) 0px 0px 0px 0px;
        transform: translateY(10px);
        transition: 100ms;
      }
      
}
.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    color: var(--dark-blue);
}
.banner-partimg-1{
    background-image: url(../images/banner-img1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* padding: 12% 0; */
    display: flex;
    justify-content: center;
    background-position-x: 75%;
}
.bn-img2{
    background-image: url(../images/banner-img2.jpg);
    background-blend-mode: darken;
    background-color: #00000061;
}


 .bn-img3{
    background-image: url(../images/banner-img3.webp);
    background-blend-mode: darken;
    background-color: #00000061;
}
 .bn-img4{
    background-image: url(../images/banner-img4.jpg);
}
.banner-partimg-1 .ban-text1{
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-white);
}
.banner-partimg-1 .banner-main-text .ban-title{
    font-size: 45px;
    font-family: var(--hedfont);
    color: var(--text-white);
    font-weight: 300;
    /* letter-spacing: 2px; */
    position: relative; 
    overflow: hidden; 
}
.banner-partimg-1 .banner-main-text{
    background-color: #33333397;
    width: 600px;
    padding: 40px;
    border-radius: 15px;
    margin: 80px 0;
}
.ban-text1,
.ban-title,
.ban-text {
    opacity: 0; 
    transform: translateX(50px);
    transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s;
}
.swiper-slide-active .ban-text1,
.swiper-slide-active .ban-title,
.swiper-slide-active .ban-text {
    opacity: 1; 
    transform: translateX(0); 
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
    background: var(--text-white);
    font-size: 36px;
    border: 7px solid var(--text-white);
}
.banner-partimg-1 .ban-text{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-white);
    font-weight: 400;
}
/* services  section */
.service_wrapper{
    padding-top: 80px;
}
.service_wrapper .card{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid var(--dark-blue) !important;
    padding: 20px 0;
}
.service_wrapper .card i{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 48px;
    color: var(--dark-blue) !important;
    border-radius: 50%;
}
.service_wrapper .card .s-title{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.service_wrapper .card .s-subtext{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}
.service_wrapper .srvices-btn i{
    padding: 14px;
    border-radius: 5px;
    background-color: var(--dark-blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-size: 100%, 100%;
}



.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



/* about section */
.about_wrapper{
    margin-top: 80px;
    padding: 80px 0;
    background-color: var(--white-blue);
}
.about-main{
    background-color: transparent !important;
    margin-top: 0px !important;
}
.about_wrapper .about-main-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--dark-blue);
    letter-spacing: 2px;
}
.about_wrapper .about-main-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--dark-blue);
    letter-spacing: 2px;
}
.about_wrapper .about-main-subtitle{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
}
.about_wrapper .main-about-text {
    padding-top: 26px;
}
.about_wrapper .main-about-text .about-heding{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--blue);
    letter-spacing: 2px;
}
.about_wrapper .main-about-text .about-subtitle{
    font-size: 24px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--text-black);
}
.about_wrapper .main-about-text .ab-text1{
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--text-gray);
}
.about_wrapper .main-about-text .about-btn{
    margin: 0px;
}

/* category sections */
.category_wrapper {
    padding-top: 80px;
}

.category_wrapper .categoryimg,
.category_wrapper .categoryimg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.category_wrapper .categoryimg{
    width: 100%;
    height: 300px;
}
.category_wrapper .categoryimg03{
    width: 100%;
    height: 624px;
}
.category_wrapper .card-title{
    font-size: 28px;
    font-family: var(--hedfont);
    letter-spacing: 2px;
    font-weight: 600;
}

.img-container {
    position: relative; 
    transition: 0.5s;
}

.title-overlay {
    position: absolute; 
    top: 15%;        
    left: 50%;    
    transform: translate(-50%, -50%); 
    color: white !important; 
    background-color: rgba(52, 49, 49, 0.62);
    font-size: 1.5rem;  
    padding: 10px;      
    text-align: center;
    width: 100%;       
}
.card-img {
    transition: transform 0.5s ease-in-out; 
}
.category_wrapper .img-container:hover .card-img {
    transform: scale(1.2); 
}

/* produt section */
.Products_wrapper{
    padding-top: 80px;
}
.Products_wrapper .pr-subtitle{
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 500;
}
.Products_wrapper .pr-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--blue);
    letter-spacing: 2px;
}
/*.Products_wrapper .main-img{
    background-color: #eceffa;
    border-radius: 10px;
    overflow: hidden;
}
.Products_wrapper .main-img img{
    transition: 0.6s;
    height: 300px;
    width: 100%;
}
.Products_wrapper .main-img img:hover{
    transform: scale(0.9);
}
*/


.Products_wrapper .main-img {
    background-color: #eceffa;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease; /* Scale effect applied to the container */
    height: 254px;
    width: 100%;
}

.Products_wrapper .main-img img,
.Products_wrapper .main-img video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.Products_wrapper .main-img:hover {
    transform: scale(0.95); /* Apply scale effect on hover to the main container */
}

.Products_wrapper .main-img img {
    transition: opacity 0.6s ease; /* Smoothly hide image on hover */
}

.Products_wrapper .main-img video {
    transition: opacity 0.6s ease; /* Smoothly show video on hover */
    opacity: 0; /* Hide video initially */
}

.Products_wrapper .main-img:hover video {
    opacity: 1; /* Fade in video on hover */
}

.Products_wrapper .main-img:hover img {
    opacity: 0; /* Fade out image on hover */
}


.Products_wrapper .pr-text1{
    font-size: 14px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--text-black);
}
.Products_wrapper .product-view-main a{
    font-size: 20px;
    color: var(--dark-blue);
}
.Products_wrapper .card-text{
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--dark-blue);
    max-width: 200px;
}
.Products_wrapper .card .like{
    color: var(--dark-blue);
    font-size: 20px;
}
.Products_wrapper .product-star i{
    color: rgb(255, 225, 0);
}
.Products_wrapper .product-price{
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
    cursor: pointer;
}
.Products_wrapper .card{
    transition: 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* .Products_wrapper .card:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */

.main_category_wrapper{
    margin-top: 80px;
}
.main_category_wrapper .card{
    transition: 0.5s;
}
.main_category_wrapper .card:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.main_category_wrapper .main-cat-text{
    background-color: var(--text-white);
    padding: 13px 40px;
}
.main_category_wrapper .main-cat-text a {
    background-color: var(--dark-blue);
    color: white;
    padding: 8px;
    border-radius: 8px;
    transition: 0.5s;
    font-family: var(--font);
    font-weight: 500;
}
.main_category_wrapper .main-cat-text a :hover{
    transform: translateY(-5px);
    background-color: var(--text-white);
    color: var(--dark-blue);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.main_category_wrapper .main-cat-text a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.main_category_wrapper .main-cat-text .cat-text1{
    font-size: 22px;
    font-family: var(--font);
    font-weight: 400;
}

.collection_wrapper{
    padding-top: 80px;
}
.collection_wrapper .collection-title{
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--text-black);
    letter-spacing: 2px;
}
.collection_wrapper .main-cat-text{
    background-color: var(--text-white);
    padding: 13px 40px;
    width: 100%;
}
.collection_wrapper .main-cat-text .collection-text1{
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 400px;
}
.collection_wrapper .main-cat-text .collection-text2{
    font-size: 26px;
    font-family: var(--hedfont);
    color: var(--text-black);
    font-weight: 600px;
    padding-top: 20px;
}
.collection_wrapper .main-cat-text .main-cat-btn{
    width: 100%;
}

.collection_wrapper .collection-main-img{
    background-image: url(../images/collectionimg2.jpg);
    background-size: cover;
    width: 100%;
    height: 150px;
    background-position: center;
    transition: 0.5s;
    overflow: hidden;
}
.coll-img2{
    background-image: url(../images/collectionimg3.webp) !important;
}
.coll-img3{
    background-image: url(../images/collectionimg4.jpg) !important;
}
.coll-img4{
    background-image: url(../images/collectionimg5.jpg) !important;
}
.coll-img5{
    background-image: url(../images/collectionimg6.jpg) !important;
}
.coll-img6{
    background-image: url(../images/collectionimg7.jpg) !important;
}
.collection_wrapper .collection-main-img:hover{
  transform: scale(1.1);
}
.collection_wrapper .collection-main-text{
    background-color: var(--dark-blue);
    padding: 12px 22px;
    border-radius: 0 0 0 8px;
}
.collection_wrapper .collection-main-text .collection-text3{
    font-size: 16px;
    color: var(--text-white);
    font-family: var(--font);
    font-weight: 400;
}
.subbanner_wrapper{
    margin-top: 80px;
    padding: 80px 0;
    background-image: url(../images/subbanner.jpg);
    width: 100%;
    height: 100%;
    background-position-x: 70%;
    background-position-y: 50%;
    background-size: cover;
    background-blend-mode: darken;
    background-color: #0000006e;
}
.subbanner_wrapper .sub-title{
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--text-white);
    font-weight: 600;
}
.subbanner_wrapper .sub-text{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-white);
    font-weight: 400;
}
.subbanner_wrapper a{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-white);
    font-weight: 400;
}
.subbanner_wrapper i{
    background-color: var(--dark-blue);
    padding: 15px;
    border-radius: 50%;
    border: 2px solid var(--text-white);
}

/* login page */

.login_wrapper .main-loging-box{
    width: 800px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}
.login_wrapper .form-area {
    background: url(../images/loginbg.jpeg);
    background-color: #0000008e;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-blend-mode: darken;
  }
.login_wrapper .form-area {
    box-shadow: 0 0 38px #666;
    margin:20px auto;
    max-width: 500px;
}  
.login_wrapper .form-sing {
    padding: 46px 60px;
}
.login_wrapper .nav-tabs {
    border: none;
    padding-left: 17px;
}
.login_wrapper .sing-log-wrap .tab-content {
    margin-top: 70px;
}
.login_wrapper .sing-log-wrap .nav.nav-tabs li a {
    font-size: 30px;
    font-family: var(--hedfont);
    font-weight: 600;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-white);
  }
  
  .sing-log-wrap .nav > li > a:focus,
  .sing-log-wrap .nav > li > a:hover {
    background: none;
    border: 1px solid transparent;
    color: #1066f9;
  }
  
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background: none;
    border: 0px solid #ddd;
    border-bottom: 2px solid var(--text-white);
  }
  
  .sing-log-wrap label {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font);
    font-size: 18px;
  }
  
  .form-input-group label,
  .form-input-checkbox {
    padding-left: 17px;
  }
  
.sing-log-wrap .form-input-group input {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    margin-top: 10px;
    border: none;
    outline: none;
    color: var(--text-white) !important;
    font-size: 16px;
    font-family: var(--font);
}
  
.sing-log-wrap .form-input-group input{
    border: medium none;
    border-radius: 20px;
    color: #222;
    padding: 9px 17px;
    width: 100%;
}
.form-input-checkbox label {
    width: auto;
    text-transform: none;
    font-size: 16px;
    font-family: var(--font); 
}
.form-input-checkbox input{
    accent-color: var(--dark-blue);
}
.form-input-group label {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.form-bor {
    border-bottom: 1px solid var(--text-white);
    margin-bottom: 33px;
    padding-bottom: 62px;
}
.forgot a{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-white);
}
  
.forgot-pass {
    color: #dddd;
    display: block;
    text-align: center;
  }
.forgot-pass:hover {
    color: #fff;
}
.sing-log-wrap .form-input-group {
    margin-bottom: 17px;
}
.signup-main label{
    font-size: 16px;
    color: var(--text-white);
    font-family: var(--font);
}
.signup-main input {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0 !important;
}
.signup-main input::placeholder {
   color: #dcdcdc;
}
.sup input::placeholder{
    color: #dcdcdc !important;
}
.login_wrapper .modal-body .forgot-text{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}
.login_wrapper .modal-body label{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.login_wrapper .modal-body input{
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
    outline: none !important;
    font-size: 14px;
    color: var(--text-gray);
    border-radius: 8px;
    border: none !important;
    background-color: var(--white-blue);
}

/* contact page  */
.mainsub_banner{
    background-image: url(../images/contact-banner\ .webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 12% 0px;
    background-blend-mode: darken;
    background-color: #0000004f;
}
.mainsub_banner_watch{
    background-image: url(../images/terms-bg.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 12% 0px;
    background-blend-mode: darken;
    background-color: #0000004f;
}

.about-ban {
    background-image: url(../images/top-view-elegant-wedding-rings-with-copy-space.jpg);
}

.faq-ban {
    background-image: url(../images/FAQs-banner.webp);
}

.privacy-bg {
    background-image: url(../images/Privacy-bg.jpg);
}

.return-bg {
    background-image: url(../images/about-subbanner.jpeg);
}

.blog-bg {
    background-image: url(../images/blog-banner.webp);
}

.trems {
    background-image: url(../images/terms-bg.webp);
}

.exchange-bg {
    background-image: url(../images/exchange-bg.webp);
}

.book-bg {
    background-image: url(../images/bookbg.webp);
}

.mainsub_banner.seal-ban.jwe-seal-ban{
    background-image: url(../images/AWSAWSA.jpeg) !important;
}

.seal-ban{
    background-image: url(../images/sellbg.jpeg);
}

.guidebg{
    background-image: url(../images/guidbg.webp);
}
.show-bg{
    background-image: url(../images/showrooms-bg.jpg);
}

.mainsub_banner .con-ban-title, .mainsub_banner_watch .con-ban-title{
    font-size: 60px;
    color: var(--text-white);
    font-weight: 700;
    font-family: var(--hedfont);
}
.mainsub_banner .con-ban-subtitle, .mainsub_banner_watch .con-ban-subtitle{
    font-size: 18px;
    color: var(--text-white);
    font-family: var(--font);
}
/* contavt */
.contact_wrapper{
    padding-top:80px;
}
.contact_wrapper .contact-from-title{
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
    padding-top: 40px;
}
.contact_wrapper .contact-from-subtitle{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
}
.contact_wrapper .contact-main-icon a{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.contact_wrapper .contact-main-icon .co-text1{
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}
.contact_wrapper .form {
    width: 100%;
    /* max-width: 820px; */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact_wrapper .contact-form {
    background-color: var(--dark-blue);
    position: relative;
  }
  
  .contact_wrapper .circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, var(--white-blue));
    position: absolute;
}
.contact_wrapper .circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}
 .contact_wrapper .circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}
 .contact_wrapper .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: var(--blue);
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}
 .contact_wrapper form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  } 
 .contact_wrapper .title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-white);
}
  
 .contact_wrapper .input-container {
    position: relative;
    margin: 1rem 0;
  }
  
 .contact_wrapper .input {
    width: 100%;
    outline: none;
    border: none;
    background: none;
    padding: 0.6rem 1.2rem;
    color: var(--blue);
    border-radius: 5px;
    transition: 0.3s;
    font-size: 16px;
    font-family: var(--font);
    background-color: var(--white-blue);
    border: 1px solid var(--blue);
  }
  
 .contact_wrapper textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
    color: var(--blue);
  }
  
 .contact_wrapper .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: var(--text-gray);
    font-size: 0.9rem;
    font-weight: 500;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
    font-size: 16px;
    font-family: var(--font);
  }
 .contact_wrapper .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }  
 .contact_wrapper .cont-btn:hover {
    border: 1px solid var(--text-white) !important;
  }
 .contact_wrapper .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
  }
 .contact_wrapper .input-container span:before,
 .contact_wrapper .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  
.contact_wrapper  .input-container span:before {
    left: 50%;
  }
  
.contact_wrapper .input-container span:after {
    right: 50%;
  }
  
.contact_wrapper .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 16px;
}
 .contact_wrapper .input-container.focus span:before,
 .contact_wrapper .input-container.focus span:after {
    width: 50%;
    opacity: 1;
}
.contact_wrapper .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}
 .contact_wrapper .contact-info .title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
}
  
 .contact_wrapper .text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
  }
  
 .contact_wrapper .information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
  }  
 .contact_wrapper .icon {
    width: 28px;
    margin-right: 0.7rem;
  }
  
 .contact_wrapper .social-media {
    padding: 2rem 0 0 0;
  }
  
 .contact_wrapper .social-media p {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
  }
  
.contact_wrapper  .social-icons {
    display: flex;
    margin-top: 0.5rem;
  }
  
.contact_wrapper  .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: radial-gradient(circle, rgba(4,21,94,0.9206057422969187) 0%, rgba(2,11,64,1) 100%);
    color:var(--text-white);
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
  }
  
.contact_wrapper  .social-icons a:hover {
    transform: scale(1.05);
}
  
.contact_wrapper  .contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid var(--dark-blue);
    border-radius: 50%;
    bottom: -60px;
    right: 50px;
  }  
.contact_wrapper .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
  }

  /* faq page */
  .faq_wrapper{
    padding-top: 80px;
  }
  .faq_wrapper .faq-s{
    position: sticky;
    top: 0;
    z-index: 10;
    padding-top: 12%;
    }
.faq_wrapper .faq-s .main-faq-title .faq-subtitle{
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}
.faq_wrapper .faq-s .main-faq-title .faq-section {
    padding-top: 10px;
}
.faq_wrapper .faq-s .main-faq-title .faq-section a{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    transition: 0.5s;
}
.faq_wrapper .faq-s .main-faq-title .faq-section a:hover{
    color: var(--blue);
    padding-left: 2px;
}
.faq_wrapper .faq-title{
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    padding-top: 20px;
}
.faq_wrapper .accordion-button:not(.collapsed) {
    color: var(--text-black) !important;
    background-color: transparent !important;
}
.faq_wrapper .accordion-button {
    color: var(--text-black) !important;
    font-size: 20px;
    font-family: var(--font);
    font-weight: 400;
}
.faq_wrapper .accordion-body .faq-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

/* privacy page */

.privacy_wrapper{
    padding-top: 80px;
}
.privacy_wrapper .pr-title{
    font-size: 26px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
}
.privacy_wrapper .pr-text1{
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 400;
}
.privacy_wrapper .pr-text2{
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

/* blog page */

.blog_wrapper{
    margin-top: 80px;
}
.blog_wrapper .card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.5s;
}
.blog_wrapper .card:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.blog_wrapper .card .date i{
   font-size: 16px;
   color: var(--dark-blue);
}
.blog_wrapper .card .date .blog-text1{
   font-size: 16px;
   color: var(--text-gray);
   font-family: var(--font);
}
.blog_wrapper .card .blog-title{
   font-size: 26px;
   color: var(--dark-blue);
   font-family: var(--hedfont);
   font-weight: 700;
}
.blog_wrapper .card .blog-subtext{
   font-size: 16px;
   color: var(--secondary-text);
   font-family: var(--font);
   font-weight: 400;
}

.breadcrumb-main{
    margin-top: 10px;
  }
.breadcrumb-main .category-brea-text a{
    font-size: 16px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}
.breadcrumb-main .category-brea-text i{
    font-size: 16px;
    color: var(--text-black);
}
.cart-count {
    background-color: red;
    color: white;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}


/* Overlay background with opacity */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Darker background */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure the overlay is on top */
  font-family: 'Arial', sans-serif;
}

/* Elegant gem-like loader with spinning effect */
.loader {
  width: 80px;
  height: 80px;
  border: 10px solid rgba(255, 255, 255, 0.1); /* Soft white border for a refined look */
  border-top: 10px solid #070d3f; /* Bright golden color representing luxury */
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: relative;
  margin-bottom: 20px; /* Space between loader and message */
}

/* Message text under the loader */
.message {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 10px;
  max-width: 300px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Optional: Adding shimmer effect around the loader (gem-like) */
.loader:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
  0% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
  100% { opacity: 0.8; transform: scale(1); }
}

.sidebar-stick {
    position: sticky;
    top: 19%;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Hide main sidebar scrollbar but keep scroll functionality */
.sidebar-stick::-webkit-scrollbar {
    display: none;
}

/* For screens smaller than 768px (tablets and mobile devices) */
@media (max-width: 768px) {
    .sidebar-stick {
        top: 10%; /* Adjust the position for smaller screens */
    }
}

/* For screens smaller than 480px (phones) */
@media (max-width: 480px) {
    .sidebar-stick {
        top: 5%; /* Further adjust for smaller screens */
    }
}


/* Desktop View: Keep zooming enabled */
@media (min-width: 769px) {
    .drift-demo-trigger {
        pointer-events: auto; /* Enable zooming on desktop */
    }
}

/* Default styling for desktop: element stays in the normal position */
.col-lg-3, .col-md-3 {
    order: 0; /* Default order for larger screens */
}

@media (max-width: 768px) {
    /* For mobile devices */
    .col-lg-3, .col-md-3 {
        order: -1; /* Move to the top */
    }

    /* Optionally, you can adjust the layout to make it look better on mobile */
    .main-slider {
        display: flex;
        flex-direction: column;
    }
}

.float-right{
    float: right;
}
.custom-select {
    appearance: none; /* Remove default styles */
    -webkit-appearance: none; /* Remove default styles for Safari */
    -moz-appearance: none; /* Remove default styles for Firefox */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.1rem center;
    background-size: 1.3rem;
    padding-right: 2rem; /* Add space for the arrow */
    height: 2.9rem;
}

/* Disable toggle for main accordion on desktop */
/* Disable toggle for the main accordion on desktop */
@media (min-width: 576px) {
    /* Disable clicking on the main accordion button */
    #mainAccordion .accordion-button {
        pointer-events: none; /* Disable clicking on the main accordion toggle */
       
    }
    #mainAccordion .accordion-button::after { 
        display: none;  /* Hides the default arrow on the main accordion */
    }

    /* Ensure the main accordion content is always open on desktop */
    #mainAccordionContent {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* Sub-accordion (search and category) still works */
    #subAccordion .accordion-button {
        pointer-events: auto; /* Ensure sub-accordion remains clickable */
    }
    #subAccordion .accordion-button::after { 
        display: block;  /* Hides the default arrow on the main accordion */
    }
}

.uppercase {
    text-transform: uppercase;
}

#cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 0.30rem;
    font-size: 1rem;
    z-index: 1000;
    border-top: 3px solid #5ed8ca;
}

#cookie-notification p {
    margin: 0;
}

#accept-cookies, #reject-cookies {
    background-color: #5ed8ca;
    border: none;
    padding: 0.5rem 1.5rem;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 0.25rem;
    margin-left: 1rem;
}

#accept-cookies:hover {
    background-color: #4db59c;
}

@media (max-width: 600px) {
    #cookie-notification {
        font-size: 0.875rem;
        padding: 0.75rem;
    }

    #accept-cookies, #reject-cookies {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}

 #cookie-notification p {
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 1rem; /* Adds spacing between items */
        }
        #accept-cookies,#reject-cookies {
            background-color: #070d3f;
            border: none;
            height: 2.5rem;
            padding: 0 2rem;
            color: white;
            font-size: 1rem;
            cursor: pointer;
            border-radius: 0.5rem;
            transition: background-color 0.3s ease;
        }
        #accept-cookies:hover {
            background-color: #093575;
        }
        /* Responsive Design */
        @media (max-width: 600px) {
            #cookie-notification p {
                flex-direction: column; /* Stacks the button below the text */
                text-align: center;
                gap: 0.5rem;
            }
            #accept-cookies, #reject-cookies {
                width: 80%; /* Makes the button wider on small screens */
                max-width: 300px; /* Prevents the button from being too wide */
            }
        }


        .cart-p-text1 i {
    cursor: pointer;
    color: red;
    font-size: 16px;
    margin-left: 10px;
}

.cart-p-text1 i:hover {
    color: darkred;
}
.ribbon {
    position: absolute;
    top: 1px;
    left: 0px;
    background: #d11111;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.pr-btn-atag2 {
    display: inline-block; /* Allows width to work */
    width: 100%;
    text-align: center; /* Align text/icons properly */
    padding: 14px 15px; /* Add some padding */
    background-color: #007bff; /* Example color */
    color: #070d3f; /* Text color */
    border-radius: 5px;
    text-decoration: none; /* Remove underline */
}

.pr-btn-atag2:hover {
    letter-spacing: 3px;
        background-color: var(--dark-blue);
        color: hsl(0, 0%, 100%); /* Change color on hover */
}

/* Product specs (metal & weight tags) - Global styles */
.product-specs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 8px 0;
}

.product-specs .spec-item {
    font-size: 12px;
    color: #555;
    background: #f5f5f5;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.product-specs .spec-item i {
    font-size: 10px;
    color: #04155e;
}

/* Metal type color variations */
.product-specs .spec-item.metal-yellow-gold {
    background: linear-gradient(135deg, #fff9e6 0%, #ffeeba 100%);
    color: #856404;
    border: 1px solid #ffd93d;
}

.product-specs .spec-item.metal-rose-gold {
    background: linear-gradient(135deg, #ffe4ec 0%, #ffb6c1 100%);
    color: #c2185b;
    border: 1px solid #f48fb1;
}

.product-specs .spec-item.metal-white-gold {
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    color: #616161;
    border: 1px solid #bdbdbd;
}

.product-specs .spec-item.metal-platinum {
    background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
    color: #3949ab;
    border: 1px solid #9fa8da;
}

.product-specs .spec-item.metal-yellow-gold i,
.product-specs .spec-item.metal-rose-gold i,
.product-specs .spec-item.metal-white-gold i,
.product-specs .spec-item.metal-platinum i {
    color: inherit;
}

/* Diamond type badge on product image */
.diamond-type-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.diamond-type-badge.natural-badge {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.diamond-type-badge.lab-badge {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
    border: 1px solid #90caf9;
}

/* Filter sidebar - Pill style buttons (global) */
.filter-category-sec .accordion-button {
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 12px 15px;
}

.filter-category-sec .accordion-button:not(.collapsed) {
    background: #e9ecef;
    color: var(--dark-blue, #04155e);
}

.filter-category-sec .accordion-button:focus {
    box-shadow: none;
}

.filter-category-sec .accordion-item {
    border: none;
    margin-bottom: 5px;
}

.filter-category-sec .accordion-body {
    padding: 10px 5px;
}

/* Pill container - flexbox wrap layout with hidden scrollbar */
.jewllery-menu .jewllery-type-main {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Hide scrollbar for filter sections */
.jewllery-menu::-webkit-scrollbar,
.jewllery-type-main::-webkit-scrollbar {
    display: none;
}

/* Pill button - style the whole anchor as a pill */
.jewllery-type {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 16px !important;
    margin: 0 !important;
    background: #f0f0f5 !important;
    border: 1px solid #e0e0e5 !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.jewllery-type:hover,
.jewllery-type:active {
    background: #e5e5ea !important;
    border-color: #d0d0d5 !important;
}

/* Hide the checkbox completely - scoped to filter sections only */
.filter-category-sec .j-checkbox,
.mobile-filter-sidebar .j-checkbox {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.filter-category-sec .j-checkbox input[type="checkbox"],
.mobile-filter-sidebar .j-checkbox input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Selected pill state - using :has() */
.jewllery-type:has(input[type="checkbox"]:checked) {
    background: var(--dark-blue, #04155e) !important;
    border-color: var(--dark-blue, #04155e) !important;
}

.jewllery-type:has(input[type="checkbox"]:checked) span,
.jewllery-type:has(input[type="checkbox"]:checked) p,
.jewllery-type:has(input[type="checkbox"]:checked) .jewllery-text {
    color: #fff !important;
}

/* Fallback for browsers without :has() - JS adds class to anchor */
.jewllery-type.pill-selected {
    background: var(--dark-blue, #04155e) !important;
    border-color: var(--dark-blue, #04155e) !important;
}

.jewllery-type.pill-selected span,
.jewllery-type.pill-selected p,
.jewllery-type.pill-selected .jewllery-text {
    color: #fff !important;
}

/* Pill label text */
.jewllery-type span,
.jewllery-name {
    font-size: 13px !important;
    color: #444 !important;
    font-weight: 500 !important;
    pointer-events: none !important;
}

/* Search box styling */
.filter-category-sec .serach-box,
.filter-category-sec input[type="text"] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Filters title */
.filter-category-sec .cat-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue, #04155e);
    padding: 10px 0;
    border-bottom: 2px solid var(--dark-blue, #04155e);
    margin-bottom: 15px;
}

/* Reset filter button - theme styled like ADD TO BAG */
.btn-reset-filters {
    display: inline-block;
    padding: 6px 16px;
    background: none !important;
    background-color: transparent !important;
    color: #04155e !important;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #04155e;
}

.btn-reset-filters:hover {
    background: var(--dark-blue, #04155e);
    color: #fff !important;
    border-color: var(--dark-blue, #04155e);
}   