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

header {
    top: -1px !important;
}

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

@media (max-width: 497px) {
    video {
        height: 400px !important;
    }

    .flat-title .title {
        font-size: 23px !important;
        font-weight: 700;
    }

    .header-bottom {
        display: none;
    }

}

.banner {
    background: url(images/CTA-banner-267-020224.webp) no-repeat center center/cover;
    color: white;
    padding: 12px 0;
    position: relative;
}

.text-content h2 {
    /* font-size: 2.5rem; */
    font-weight: bold;
    color: white;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.explore-btn {
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    /* background-color: white; */
    text-decoration: none;
}

.logo-header img {
    width: 60% !important;
    margin-bottom: 15px;
}




/* Style for the left banner */
#msubbantxt {
    color: white;
}

.left-banner {
    background: url('myimg/mainban.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px
}

.left-banner div {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

/* Button Styling */
.left-banner button {
    background-color: #ffffffde;
    color: #000000;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* width: 80%; */
    /* Make it responsive */
}

.left-banner button:hover {
    background-color: #000000;
    transform: scale(1.05);
    color: white;
}

.right-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.right-images img {
    width: 100%;
    height: 48%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 497px) {
    .left-banner button {
        font-size: 1rem;
        padding: 8px 10px;
        /* width: 90%; */
        /* Make it fit better on smaller screens */
    }

    .right-images img {
        margin-bottom: 15px;
        /* height: auto; */
        margin-block: 1vh;
    }

    .left-banner {
        height: 239px;
        border-radius: 10px;
    }
}



.flat-title .title {
    /* font-family: "Rowdies", sans-serif; */
}

.widget-tab-3 {
    font-family: "Rowdies", sans-serif;
}


.swiper-slide .tf-icon-box {
    background: white;
}

.gem-card {
    background: #eaf8ff;
    text-align: center;
    margin-bottom: 8px;
    padding: 30px 30px 25px 30px;
    margin-bottom: 12px;
    transition: transform 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.gem-card:hover {
    transform: translateY(-5px);
}

.gem-image {
    max-width: 100px;
    height: auto;
}

.gem-title {
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}


.gem-title::after {
    content: '';
    background: url(https://www.gempundit.com/skin/frontend/gempundit/default/images/rghtblackicon.png);
    width: 6px;
    height: 10px;
    display: inline-block;
    background-size: cover;
    margin-left: 10px;
}

.gem-description {
    font-size: 13px;
    line-height: 18px;
    color: #222;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.collection-item {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 16px;
}

.collection-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    /* margin-bottom: 8px; */
}

.collection-text {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.shop-now {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.home-sec-3 {
    background: #f1f1f1;
    margin: 0;
    overflow: hidden;
    padding: 45px 0 30px
}

.rudraksh-collection {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.rudraksh-cont {
    float: left;
    width: 50%;
    text-align: center
}

.rudraksh-cont p {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    padding: 0 8%;
    box-sizing: border-box
}

.rudraksh-cont p.fancy-title {
    margin: 0;
    color: #c8944a;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3px
}

.rudraksh-cont .rudraksh-side-pic-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 20px 0 0
}

.rudraksh-cont .rudraksh-side-pic {
    float: left;
    width: 50%
}

.rudraksh-cont .rudraksh-side-cont {
    float: right;
    width: 50%
}

.rudraksh-cont a {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.rudraksh-cont a span,
.rudraksh-cont a h3 {
    text-align: center;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #8e410c;
    font-size: 13px;
    line-height: 24px;
    margin: 0
}

.rudraksh-cont a img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 20px 0 0;
    transform: scale(1.37);
    transition: all .5s ease;
    transform-origin: top right
}

.rudraksh-cont a:hover span {
    color: #fc7b50
}

.rudraksh-cont a:hover img {
    transform: scale(1.5)
}

.rudraksh-list {
    float: right;
    width: 50%;
    text-align: center
}

.rudraksh-item {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
    box-sizing: border-box
}

.rudraksh-item a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 5px
}

.rudraksh-item a:hover img {
    transform: scale(.9)
}

.rudraksh-item a:hover .rudraksh-title {
    color: #fc7b50
}

.rudraksh-item img {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    margin: 0;
    transform: scale(.7);
    transition: all .5s ease
}

.rudraksh-item .rudraksh-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.rudraksh-item .rudraksh-title {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-transform: uppercase;
    color: #8e410c;
    font-weight: 600;
    transition: all .5s ease;
    margin: 0;
    font-size: 13px;
    line-height: 24px
}

.reviews-slider {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.reviews-slider .reviews-block {
    display: flex;
    width: 100%;
    text-align: center;
    color: #8e410c;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 8%;
    box-sizing: border-box
}

@media(max-width:767px) {
    .rudraksh-cont .rudraksh-side-pic-sec {

        display: none !important;
    }

    h3 {
        font-size: 15px !important;
        line-height: 60px;
        font-weight: 600;
    }
}

.home-banners {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.home-banners a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative
}

.home-banners a:hover .banner-min-title,
.home-banners a:hover .banner-min-desc {
    color: #fc7b50
}

.home-banners img {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.home-banners img.mobile-banner {
    display: none !important
}

.home-banners .banner-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f1f1f1;
    padding: 10px 15px;
    box-sizing: border-box
}

.home-banners .banner-min-title {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #8e410c;
    font-weight: 600;
    transition: all .5s ease;
    margin: 0;
    font-size: 13px;
    line-height: 24px
}

.home-banners .banner-min-desc {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-weight: 400;
    font-size: 13px;
    color: #8e410c
}

.home-banners-left {
    float: left;
    width: 64%;
    margin: 0 3% 0 0
}

.home-banners-right {
    float: right;
    width: 33%
}

.home-top {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 47px
}

.home-down {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.home-banner-col {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box
}

.home-banner-col .banner-info {
    position: static;
    padding: 15px 0 0
}

.home-banner-col img {
    border-radius: 10px;
    height: 350px
}

.home-banners-col-3 {
    float: left;
    width: 33.3333333%;
    padding: 0 10px;
    box-sizing: border-box
}

.home-banners-col-3 img {
    border-radius: 10px 10px 0 0
}

.home-banners-col-3 .banner-info {
    position: static;
    margin: 0;
    border-radius: 0 0 10px 10px;
    text-align: center
}

.custom-jewel-sec {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, .25);
    flex-wrap: wrap;
    margin: 30px 0 40px
}

.custom-jewel-sec.buying-guide {
    margin: 30px 0 10px
}

.custom-jewel-sec-left {
    float: left;
    width: 40%
}

.custom-jewel-sec-left img {
    float: left;
    width: 100%
}

.custom-jewel-sec-right {
    float: right;
    width: 60%;
    text-align: center
}

.custom-jewel-cont {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 10px
}

.custom-jewel-cont .home-top-gems {
    margin: 15px 0 0
}

.custom-jewel-cont .home-sec-fancy-title {
    margin: 10px 0 0
}

.custom-jewel-cont .home-sec-fancy-title span {
    text-transform: none;
    font-size: 22px;
    line-height: 42px;
    color: #8e410c
}

.custom-jewel-cont .home-sec-fancy-title span.small {
    font-size: 18px
}

.custom-jewel-border {
    width: 80%;
    border-bottom: 2px solid transparent;
    position: relative;
    float: left;
    margin: 30px 10% 20px
}

.custom-jewel-border:after {
    content: " ";
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, #f1f1f1 0%, #c8944a 28%, #c8944a 72%, #f1f1f1 100%);
    height: 1.5px;
    width: 100%;
    transform: translate(-50%, 0);
    overflow: hidden;
    bottom: 0
}

.home-top-gems .home-btn-box {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    clear: both;
    padding: 0 30px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #c8944a;
    border-radius: 4px;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none;
}

.home-banners a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

@media(max-width:767px) {
    .custom-jewel-sec-left {
        float: left;
        width: 100% !important;
    }

    .custom-jewel-sec-right {
        float: right;
        width: 100% !important;
        text-align: center;
    }
}

.home-section {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 20px 0;
    margin: 0;
}

.home-sec-14 {
    padding: 10px 0;
}

.home-ions {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.home-ion-list {
    display: flex;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    flex-wrap: wrap
}

.home-ion-block {
    float: left;
    width: 16.666666%;
    padding: 0 1%;
    box-sizing: border-box;
    text-align: center
}

.home-ion-block .ion-pic {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 0 10px
}

.home-ion-block .ion-pic img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 60px
}

.home-ion-block .ion-pic i {
    font-size: 45px;
    line-height: 60px;
    vertical-align: middle;
    color: #c8944a
}

.home-ion-block .ion-1-title {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
    font-weight: 600;
    color: #8e410c;
    line-height: 20px;
    margin: 0
}

.home-ion-block .ion-1-desc {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 1px 0 0;
    font-size: 12px;
    letter-spacing: .5px;
    color: #8e410c;
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 27px;
}

h2.not-show {
    display: none !important;
}

.home-ion-block {
    float: left;
    width: 16.666666%;
    padding: 0 1%;
    box-sizing: border-box;
    text-align: center;
}

.home-ion-block .ion-pic {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 0 10px;
}

.home-ion-block .ion-pic img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 60px;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.service-card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.service-card:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

@media(max-width:767px) {
    .home-ion-block {
        float: left;
        width: 48.666666% !important;
        padding: 0 1%;
        box-sizing: border-box;
        text-align: center;
    }

    .home-ion-block .ion-pic img {

        height: 38px !important;
    }

    .home-ion-block .ion-desc {

        margin-bottom: 24px !important;
    }



    .gem-title {
        color: #222;
        font-size: 11px !important;
    }


    .gem-description {
        font-size: 11px !important;
        line-height: 18px;
    }

    .rudraksh-list {
        float: right;
        width: 100%;
        text-align: center;
    }

    .rudraksh-cont {
        float: left;
        width: 100%;
        text-align: center;
    }
}

.download-pdf-container {
    padding: 50px 20px;
    background: #800909;
    margin-top: 30px;
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
    margin-block-start: 30px !important;
    display: flex;
}

.text-center {
    text-align: center;
}

.download-pdf-container p {
    /* margin-bottom: 20px; */
    color: #FFF;
}

.download-pdf-container button {
    background: #FFF;
    color: #800909;
    border: none;
    border-radius: 5px;
    margin: 0;
    margin-block-start: 0 !important;
}

.home-top-stone-bar {
    display: flex;
    width: 100%;
    vertical-align: top;
    text-align: center;
    background: #800909;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center
}

.top-stone-cont {
    display: inline-block;
    width: auto;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 calc((19% - 190px)/2);
}

.top-stone-cont i {
    font-size: 20px;
    line-height: 30px;
    margin: 0 5px 0 0;
    font-weight: 400;
    vertical-align: top
}

.top-stone-cont span {
    display: inline-block;
    width: auto;
    vertical-align: top;
    line-height: 30px;
    letter-spacing: .8px
}

.top-stone-cont img {
    display: inline-block;
    width: auto;
    vertical-align: top;
    height: 24px;
    margin: 3px 2px 0 0
}

@media(max-width:767px) {
    .top-stone-cont {

        margin: 0 calc((19% - 47px)/2);
    }

}

.free-horoscope {
    padding: 4rem 0;
}

.free-horoscope-content h2 {
    font-size: 32px;
}

.store-info {
    padding: 1rem 0;
}

.header-contact {
    display: none;
}

.top-header {
    padding: 2px 0;
    overflow: hidden;
}

.free-horoscope {
    background-size: cover;
    background-position: center center;
    padding: 10rem 0;
    overflow: hidden;
}

.free-horoscope-content {
    max-width: 500px;
}

.free-horoscope-content h2 {
    font-size: 48px;
    color: white;
}

.free-horoscope-content h5 {
    color: #f5a744;
    font-size: 17px;
    font-weight: 300;
}

.free-horoscope-content p {
    color: #fff;
}

.free-horoscope-cta {
    display: block;
    margin-top: 3rem;
}

.free-horoscope-cta a {
    margin-bottom: 0;
    margin-right: 10px;
}

.free-horoscope-cta .btn.btn-cta {
    padding: 10px 20px !important;
}

.free-horoscope-cta .btn-cta.btn-green {
    background: #006634;
    color: #fff;
    border: none;
}

.free-horoscope-cta .btn-cta.btn-yellow {
    background: #febd26;
    color: #000;
}

.free-horoscope-cta .btn-cta.btn-white {
    background: #fff;
    color: #000;
}

.certification-section {
    padding: 5rem 0 0 0;
}

.certificate-img {
    margin: 10px 0;
    border: 1px solid #eaeaea;
}

.certificate-img img {
    width: 100%;
}

.gemstone-section {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

.filters select {
    margin-right: 10px;
}

.price-info {
    max-width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.option:first-of-type dl {
    border-top: none;
    padding-top: 0px;
}

.product-options dl {
    clear: both;
    display: block;
    margin-bottom: 0px;
    border-top: 0.5px dashed #B8B8B8;
    padding: 10px 0px;
}

.product-options dt:first-child {
    margin-top: 0;
}

.product-options dt {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    color: #333;
    font-family: Gotham-Medium;
    line-height: 25px;
}

@media only screen and (min-width: 772px) {
    dd.allcommonproducts.notringpendantclass.mobileview_notringpendantclass {
        max-height: 50vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.product-options dd {
    padding: 0;
    margin: 0 0 0px;
    display: inline-block;
    float: right;
    max-width: 200px;
    width: 100%;
}

.pdp-policy-inner {
    display: grid;
    border: 1px solid #B8B8B8;
    border-radius: 8px;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
}

.pdp-policy-in ul {
    padding-bottom: 22px;
}

.pdp-policy-in ul,
.pdp-policy-in p {
    padding-left: 25px;
    padding-right: 25px;
}

.pdp-policy-text ul li a {
    color: #333;

}

.pdp-policy-inner .pdp-policy-in h4 span:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    left: 0px;
}

.pdp-policy-inner .pdp-policy-in:last-child {
    border-right: 0px;
}

.pdp-policy-inner .pdp-policy-in:first-child h4 span {
    padding-left: calc(37px + 10px);
}

.pdp-policy-inner .pdp-policy-in:nth-child(2) h4 span {
    padding-left: calc(22px + 10px);
}

.pdp-policy-inner .pdp-policy-in:nth-child(3) h4 span {
    padding-left: calc(25px + 10px);
}



.pdp-policy-in strong {}

.pdp-policy-in h4 {
    color: #333333;
    font-size: 16px;

    background: #F5F5F5;
    padding: 16px 25px;
    margin-bottom: 22px;
    position: relative;
}

.pdp-policy-inner .pdp-policy-in:first-child h4 span {
    padding-left: calc(37px + 10px);
}

.pdp-policy-in h4 span {
    padding-left: 10px;
    position: relative;
}

.pdp-policy-inner .pdp-policy-in:first-child h4 span {
    padding-left: calc(37px + 10px);
}

.pdp-policy-in h4 span {
    padding-left: 10px;
    position: relative;
}

.pdp-policy-in ul,
.pdp-policy-in p {
    padding-left: 25px;
    padding-right: 25px;
}

.pdp-policy-in ul {
    padding-bottom: 22px;
}

.pdp-policy-inner .pdp-policy-in:last-child {
    border-right: 0px;
}

.pdp-policy-inner .pdp-policy-in:first-child h4 span {
    padding-left: calc(37px + 10px);
}

.pdp-policy-inner .pdp-policy-in:nth-child(2) h4 span {
    padding-left: calc(22px + 10px);
}

.pdp-policy-inner .pdp-policy-in:nth-child(3) h4 span {
    padding-left: calc(25px + 10px);
}

.pdp-policy-in {
    color: #636363;
    font-size: 13px;
    line-height: 22px;
    border-right: 1px solid #B8B8B8;
}