@font-face {
    font-family: 'Rita Carollina';
    src: url('../fonts/Rita-Carollina.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}:root {
    --primary-color: #000;
    --secondary: #D09D5B;
    --light-gray:#F5F5F5;
    --gray:#373737;
    --light-brown:#FFE8C9;
    --black:#1A1A1A;
}
html {
    /* scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden; */
    overflow-x: hidden;
}
body {
    font-family: "Noto Sans", sans-serif;
    color: var(--primary-color);
    /* scroll-behavior: smooth;
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden; */
    font-size: 16px;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.p-100{
    padding: 100px 0;
}
.mt-100 {
    margin-top: 100px;
}
.pt-60{
    padding-top: 60px;
}
.mt-60{
    margin-top: 60px;
}
.mb-30{
    margin-bottom: 30px;
}
.main-heading {
    font-family: "Playfair", serif;
    /* font-size: clamp(2rem, 5vw, 3rem); */
    font-size: 2.6vw;
    line-height: 1.2;
    font-weight: 700;
    color: var(--black);
}
.main-p {
    font-size: 1.25rem;
    line-height: 2;
    color: var(--dark-blue);
    font-weight: 400;
}
.section-space {
    padding: 0 60px;
}
.sample:after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 80%;
}

.heading-box {
    text-align: center;
    padding-bottom: 3.75rem;
}
.sub-heading{
    font-family: "Cormorant SC", serif;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    /* font-size: 2.6vw; */
    font-size: 1.4rem;
    color: var(--secondary);
}
.heading-box .main-heading{
    line-height: 1;
    margin-bottom: 15px;
}
.main-heading-img{
    max-width: 18.13vw;
    height: auto;
}
.heading-p{
    font-size: 1rem;    
    width: 75%;
    margin: auto;
    line-height: 2;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0;
}
.heading-p-2{
    font-size: 20px;    
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0;
}
.border-r-10{
    border-radius: 10px;
}
.bg-gradient{
    background: linear-gradient(180deg, #faf5ef 0%, #FFFFFF 67.43%) !important;
}
.medium-h{
    font-size: 1.667vw;
    line-height: 1.5;
    font-weight: 400;
}
.small-h{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Playfair", serif;
    line-height: 1.2;
}
/* ------------------------------------------header css------------------------------------ */
header .navbar {
    padding: 0.5rem 0;
}
header .navbar .custom-logo {
    max-width: 180px;
    height: auto;
}
header .menu-item a {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1;
    transition: 0.4s;
}
header .menu-item a:hover{
    color: var(--secondary);
}
header #primary-menu {
    margin-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    gap: 3.1rem;
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    z-index: 99;
}
header #navbarNav {
    justify-content: center;
}
header .navbar-toggler {
    width: 50px;
    height: 35px;
    padding: 0;
}
.header.fixed-nav {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.header .header-icon ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 60px;
}
.header .header-icon ul li{
    position: relative;
}
.header .header-icon ul li:not(:last-child):after {
    position: absolute;
    content: "";
    right: -130%;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    background: var(--light-gray);
}
.header-icon {
    text-align: end;
}
.header .row{
    width: 120%;
    align-items: center;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
    list-style: none;
    padding-left: 0;
    position: absolute;
    z-index: 2;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    margin-bottom: 0;
    min-width: 250px;
    padding-top: 23px;
}
.menu-item-has-children .menu-item a {
    display: block;
    background: #fff;
    padding: 10px 15px;
}
 .menu-item-has-children:hover .sub-menu {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/* .menu-item-has-children .sub-menu li{
    margin-bottom: 10px;
} */

/* ----------------------------------------Home Hero------------------------------ */
.home-hero-slider{
    overflow: hidden;
}
.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    width: 100%;
}

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

.hero-slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-white);
    border-radius: 10px;
}

.hero-slide .hero-content {
    max-width: 518px;
    margin-top: 2%;
}
.hero-slider-heading {
    /* font-size: 50px; */
    font-size: 2.6vw;
    line-height: 1;
    font-weight: 400;
    font-family: "Playfair", serif;
    margin-bottom: 15px;
}
.hero-slider-p {
    font-size: 0.85rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 0;    
    text-align: justify;
}
.hero-slider-sub{
    /* font-size: 1.0417vw;  */
    font-size: 1.4rem; 
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Cormorant SC", serif;
    color: var(--secondary);
}
.hero-slider-sub span{
    font-size: 5.21vw;;    
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Cormorant SC", serif;
    position: relative;
    right: -40px;
}
.hero-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 60px;
    display: flex;
    gap: 20px;
    padding-left: 0;
}

.hero-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    border: 2px solid var(--gray);
    transition: all 0.3s ease;
    
}

.hero-slider .slick-dots li.slick-active {
    border: 1px solid var(--primary-color);    
    position: relative;
}
.hero-slider .slick-dots li.slick-active:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.25rem;
    box-shadow: 0px 0px 8.24px 0px #0000004D;
    border-radius: 50px;
    /* background-color: #fff; */
}

.hero-slider .slick-dots li button {
    display: none;
}

.hero-slider h2, .hero-slide .hero-slider-heading, .hero-slide a.btn, .hero-slider-p{
    opacity: 0;
}
.hero-slider .hero-animation .hero-slider-sub, .hero-slider .hero-animation .hero-slider-heading, .hero-slider .hero-animation .hero-slider-p {
    animation: fadeInUp 0.8s ease-in-out forwards;
    animation-delay: 0s;
}
.hero-slider .hero-animation a.btn {
    animation: fadeInUp 0.8s ease-in-out forwards;
    animation-delay: 0.6s;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-slider-bottom-img{
    margin-top: -6px;
    background-color: #faf5ef;
}
.hero-slider-bottom-img img {
    position: relative;
    z-index: 9;
}
[data-slick-index="1"] .hero-slider-heading, [data-slick-index="1"] .hero-slider-p{
 color: #fff;
}

/* ------------------------------------------jewelry-slider css--------------------------------------- */

.section-1 {
    position: relative;
}
.section-1 .light-star-icon {
    position: absolute;
    right: 3%;
    top: 3%;
    max-width: 2.8125vw;
    animation: pulseStar 1.4s infinite ease-in-out;
}
.section-1 .dark-star-icon {
    position: absolute;
    right: 23%;
    top: 21%;
    max-width: 1.5625vw;
    animation: pulseStar 1s infinite ease-in-out;
}
@keyframes pulseStar {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.banner-line span {
    position: absolute;
    top: -4%;
    height: 100%;
}
.banner-line span.line-1 {
    position: absolute;
    left: 18%;    
}
.banner-line span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(180deg, #b7b7b7 0%, #f3f3f3 90.43%);
    height: 15%;
}
.banner-line span.line-2 {
    position: absolute;
    left: 39.3%;    
}
.banner-line span.line-3 {
    position: absolute;
    right: 39.3%;  
}
.banner-line span.line-4 {
    position: absolute;
    right: 20%;    
}

.jewelry-slider .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.jewelry-slider .jewelry-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.jewelry-slider .jewelry-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    border-radius: 10px;
}
.jewelry-slider .jewelry-image {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;    
}

.jewelry-slider .jewelry-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 15%;
    padding-bottom: 4.5%;
    box-sizing: border-box;
    color: var(--secondary);
    font-size: 2.08vw;
    font-weight: 400;
    font-family: "Playfair", serif;
    transition: 0.6s;
    text-align: end;
    line-height: 1;
    margin-left: auto;
    z-index: 9;
}
.jewelry-slider .slick-center .jewelry-caption{
    font-size: 4vw;
    padding-left: 5%;
    padding-bottom: 3%;
    text-align: left;
}
.jewelry-slider .slick-active.slick-center + .slick-slide .jewelry-caption{
    text-align: left;
    padding-left: 17%;
    padding-right: 20px;
    padding-bottom: 4.5%;
}
.jewelry-slider .slick-list.draggable {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 10px;
}

.jewelry-slider .slick-dots {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    padding-left: 0;
}

.jewelry-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    border: 2px solid var(--gray);
    transition: all 0.3s ease;
    
}

.jewelry-slider .slick-dots li.slick-active {
    border: 1px solid var(--primary-color);    
    position: relative;
}
.jewelry-slider .slick-dots li.slick-active:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.25rem;
    box-shadow: 0px 0px 8.24px 0px #0000004D;
    border-radius: 50px;
    /* background-color: #fff; */
}

.jewelry-slider .slick-dots li button {
    display: none;
}


/* ------------------------------------------video-box css--------------------------------------- */
.video-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.video-box:after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    transition: 0.4s;
    border-radius: 10px;
    opacity: 0;
}
.video-box:hover:after{
    opacity: 1;
}
.video-box img {    
    transition: 0.4s;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video-box .video-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    color: #fff;
    font-size: 1.875vw;
    opacity: 0;
    transition: 0.4s;
    z-index: 9;
}
.video-box:hover .video-overlay{
    opacity: 1;
    bottom: 20px;
}
.video-box video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;    
    transition: 0.4s;
}
.video-box:hover video{
    filter: grayscale(1);
}
.video-box video:hover::-webkit-media-controls, .video-box:hover video::-webkit-media-controls {
    display: none !important;
}

/* ------------------------------------------Craftman css--------------------------------------- */
.craftman .row{
    position: relative;
}
.craftman .text-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
    max-width: 35%;
}
.craftman  .heading-p-2 {
    font-weight: 300;
}
.medium-h{
    margin-top: 25px;
    margin-bottom: 18px;
}
.craftman .img-box{
    border-radius: 10px;
    overflow: hidden;
}

/* ------------------------------------------counter section css--------------------------------------- */

.counters-section #counters{
    background-image: url(../images/counter-bg.png);
}
.counter-box .counter-number{
    color: var(--light-brown);
    font-weight: 700;
    line-height: 1;
    font-size: 6.25vw;
}
.counter-col:not(:last-child){
    position: relative;
}
.counter-label{
    text-transform: uppercase;
    font-weight: 600;
    color: var(--light-brown);
}
.counter-col:after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 38%;
    width: 1px;
    background-color: #fff;
}
.counters-section .counter-col:last-child:after{
    display: none;
}

.small-h a{
    color: var(--black);
    transition: 0.4s;
}
.small-h a:hover{
    color: var(--secondary);
}
.section-2 .small-h{
    margin-top: 18px;
    margin-bottom: 9px;
}
.section-2 .btn-4 {
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.2;
    display: block;
    width: fit-content;
    margin: auto;
    transition: 0.4s;
}
.section-2 .btn-4:hover{
    color: var(--secondary);
}

/* -----------------------------------bottom-section css-------------------------------- */
.bottom-section .img-box{
    position: relative;
    height: 100%;
}
.bottom-section .img-box img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.bottom-section .img-box .content-box{
    position: absolute;
    bottom: 35px;
    left: 40px;
    width: calc(100% - 45px);
}
.bottom-section .img-box .content-box .heading-4{
    margin-bottom: 0;
    font-size: 3.65vw;
    font-family: "Playfair", serif;
    text-transform: uppercase;    
    color: #fff;
    display: inline;
    line-height: 1.2;
}
.bottom-section .heading-bg {
    background-color: #00000073;
    width: max-content;
}
.bottom-section .heading-bg:first-child {
    padding: 16px 30px 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 15px;
}
.bottom-section .heading-bg:nth-child(2) {
    padding: 0 30px 15px;
    border-bottom-right-radius: 15px;
}
.bottom-section .heading-bg:last-child {
    padding: 0 30px 14px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bottom-cta {
    background-color: #00000073;
    width: fit-content;
    border-radius: 15px;
    position: absolute;
    left: 55.8%;
    bottom: 5%;
    overflow: hidden;
}
.bottom-cta .bottom-cta-h{
    padding: 18px 18px 14px;
    font-size: 1.46vw;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}
.bottom-cta a {
    display: flex;
    align-items: center;
    font-size: 1.40vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding: 18px;
    background: #00000082;
    justify-content: space-between;
}
.bottom-cta a img{
    padding-top: 5px;
}
.bottom-video-box{
    height: 100%;
}
.bottom-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 753 / 691;
    border-radius: 20px;
}
.bottom-video-box video::-webkit-media-controls{
    display: none !important;
}

/* --------------------------------------footer css------------------------------------- */
.footer-top{
    padding: 8px 0;
    background-color: var(--secondary);
    color: #fff;
}
.footer-top .row {
    width: 94%;
    margin: auto;
}
.footer-top .main-p{
    line-height: 1.6;
}
.footer-top p{
    font-size: 14px;
    line-height: 1.5;
}
.footer-top input {
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    width: 100%;
    font-weight: 300;
}
.footer-top input:focus{
    outline: none;
    box-shadow: none;
}
.footer-top input::placeholder{
    color: #fff;
}
.sub-btn {
    display: block;
    border: 1px solid #fff;
    position: relative;
    width: max-content;
    padding-right: 44px;
    margin-left: auto;
    height: 40px;
}
.sub-btn span{
    color: #fff;
    font-size: 0.9375vw;
    text-transform: uppercase;
    padding: 8px 22px;
    display: block;
}
.sub-btn img {
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    padding: 10px;
}
.custom-subscribe-form .hidden-submit, .custom-subscribe-form br, .custom-subscribe-form .wpcf7-spinner{
    display: none;
}
.custom-subscribe-form p{
    margin-bottom: 0;
    display: flex;
    gap: 8%;
    align-items: center;
}
.custom-subscribe-form .wpcf7-form-control-wrap {
    width: 100%;
}
.footer-bottom .footer-bottom-1{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 40px;
}
.footer-bottom .footer-bottom-1 .box:last-child {
    transform: scaleX(-1);
}
.footer-bottom .footer-bottom-1 .box .elephant{
    max-width: 4.84375vw;
    height: auto;
}
.footer-bottom .footer-bottom-1 .box.text-center img{
    max-width: 8.59vw;
}
.copyright{
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--gray);
}
.copyright a{
    color: var(--gray);
    transition: 0.4s;
}
.copyright a:hover{
    color: var(--secondary);
}
footer{
    padding-top: 50px;
    position: relative;
}
footer:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background-image: url('../images/footer-bg.png');
    bottom: 40px;
    background-size: cover;
    z-index: -1;
}
ul.footer-icon{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
    gap: 20px;
}
footer p{
    font-size: 0.85rem;
    line-height: 1.7;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 0;
}
.footer-h{
    font-size: 20px;
    line-height: 1.8;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0;
}
footer a{
    font-size: 0.85rem;
    line-height: normal;
    font-weight: 400;
    color: var(--primary-color);
    transition: 0.4s;
}
footer a:hover{
    color: var(--secondary);
}
footer .footer-menu ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 20px;
}
footer .footer-menu ul li{
    position: relative;
    padding-left: 18px;
}
footer .footer-menu ul li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: var(--primary-color);
}
footer .footer-menu ul li:not(:last-child){
    margin-bottom: 20px;
}
.footer-contact li{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0 !important;
}
.footer-contact li:after{
    display: none;
}
.footer-logo-box{
    padding-right: 50px;
}
.footer-border-right{
    border-right: 1px solid #D0D0D0;
}
footer .row .col-md-3:nth-child(2){
    padding-left: 120px;
}
footer .row .col-md-3:nth-child(3) {
    padding-right: 110px;
    display: flex;
    justify-content: end;
}
footer .row .col-md-3:last-child {
    padding-left: 60px;
}
.main-footer{
    width: 94%;
    margin: auto;
}
.footer-logo-box .footer-h {
    margin-top: 20%;
}


.footer-icon img {
    position: relative;
}
.footer-icon img:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50px;
    background-color: var(--primary-color);
}

/* --------------------------------------footer css end------------------------------------- */

.container.max-width{
    max-width: 1440px;
}

/* ----------------------------------about us page css------------------------------- */
.about-section .heading-p {
    margin-top: 15px;
}
.about-section .read-more-link {
    display: block;
    border: 1px solid var(--secondary);
    border-radius: 4px;
    font-size: 0.9rem;
    width: fit-content;
    margin: auto;
    margin-top: 15px;
    color: var(--secondary);
    padding: 0px 13px;
}
.about-section .read-more-link .fa{
    font-size: 12px;
}
.breadcrumb-item.active, .breadcrumb li a{
    color: #fff;
    font-size: 0.9rem;
}
.breadcrumb {
    margin-bottom: 0;
    position: absolute;
    bottom: 25px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    /* content: "";
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 8px;
    height: 10px;
    transform: rotate(-45deg); */
}
.inner-hero {
    position: relative;
}
.inner-hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    align-content: center;
}
.inner-hero-heading{
    font-size: 2.604vw;
    color: #fff;
    margin-bottom: 0;
    font-family: "Playfair", serif;
    margin: 15px 0;
    line-height: normal;
    font-weight: 700;
}

.about-us-2{
    background-color: #F7F7F7;
    position: relative;
}
.about-us-2 .img-box{
    padding-left: 10%;
}
.about-us-2 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    align-content: center;
}

/* -------------------------------------------------------contact us page css----------------------------------------- */
.map p{
    position: relative;
    border: 1px solid #CDCDCD;
}
.map p:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    visibility: visible;
    opacity: 0.5;
    transition: 0.4s;
}
.map p:hover:after{
    visibility: hidden;
    opacity: 0;
}

.contact-form-box{
    background-color: var(--light-gray);
    padding: 50px;    
}
.contact-form-box label{
    font-size: 0.88rem;
    margin-bottom: 10px;
    line-height: 1;
}
.contact-form-box .form-control, .contact-form-box textarea{
    height: 4rem;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 3rem;
    padding: 20px;
    border-color: transparent;
}
.contact-form-box textarea{
    height: unset !important;
}
.contact-form-box .form-control::placeholder, .contact-form-box textarea::placeholder{
    color: #D9D9D9;
    font-size: 1rem;
}
.contact-form-box .form-control:focus, .contact-form-box textarea:focus{
    border: 1px solid #d7d7d7;
    box-shadow: none;
}
.contact-form-box button{
    background-color: var(--black);
    line-height: 1.2;
    padding: 15px 80px;
    font-size: 0.9rem;
    border: none;
    color: #fff;
    transition: 0.4s;
    border-radius: 0;
}
.contact-form-box button:hover{
    background-color: var(--secondary);
}

.contact-us .row{
    background-color: var(--light-gray);
}
.contact-left .box{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.contact-left .box .contact-heading{
    margin-bottom: 6px;
    font-size: 1.12rem;
    color: var(--secondary);
    line-height: 1.2;
    font-weight: 600;
}
.contact-left .box .inner-div a{
    color: var(--gray);
    font-size: 0.88rem;
    transition: 0.4s;
}
.contact-left .box .inner-div a:hover{
    color: var(--secondary);
}
.contact-left .box:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D7D7D7;
}
.contact-left {
    padding: 20px 0;
    padding-left: 6%;
    max-width: 50%;
}


/* -----------------------------------------------product-listing page css------------------------------------ */
.product-listing .container .row{
    background-color: var(--light-gray);
    margin: 0;
}
.product-listing .container .row .col-md-12{
    padding: 0;
}
.tabs-content .tabcontent-box {
    display: none;
}
.tabs-content .tabcontent-box.active {
    display: block;
}
ul.tab-box-ul {
    list-style: none;
    display: inline-flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 40px;
    height: 100%;
}
ul.tab-box-ul button {
    border: none;
    background: transparent;
    font-size: 0.9rem;
    height: 100%;
}
.product-listing .filter{
    width: max-content;
    float: left;
}
.product-listing .filter a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 40px;
    background: #EDEDED;
    color: var(--black);
    font-size: 0.9rem;
}
ul.tab-box-ul li {
    height: 100%;
    align-content: center;
}
ul.tab-box-ul button.active{
    position: relative;
}
ul.tab-box-ul button.active:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 3px;
    background: var(--gray);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.tab-box {
    margin-top: 40px;
}
.tabs-content .content-box{
    position: relative;
}
.tabs-content .content-box .attachment-woocommerce_thumbnail{
    width: 100%;
    object-fit: cover;
}
.tabs-content .content-box:after{
    content: "";
    position: absolute;
    width: 97%;
    height: 97%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}
.tabs-content .content-box:hover:after{
    opacity: 1;
}
.tabs-content .image-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.5s;
}
.tabs-content .content-box:hover .image-overlay, .tabs-content .content-box:hover .woocommerce-loop-product__title{
    opacity: 1;
}
.tabs-content .woocommerce-loop-product__title, .tabs-content .text-overlay{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs-content  .text-overlay .rating img {
    max-width: 23px;
    height: auto;
}
.tabs-content  .text-overlay .rating {
    display: flex;
    border: 1px solid var(--secondary);
    border-radius: 2px;
}
.tabs-content  .text-overlay .pd-id, .tabs-content  .woocommerce-loop-product__title{
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.tabs-content  .product_type_variable{
    display: none !important;
}
.tabs-content .text-overlay .rating span {
    color: #ffff;
    padding: 0px 7px;
    font-size: 19px;
}
.tabs-content .text-overlay .rating .rating-img-box{
    background: var(--secondary);
    padding: 3px;
    line-height: 0;
}

/* .single-product #secondary{
    display: none;
} */

/* --------------------------------------------------pagination--------------------------------------------- */

.pagination, .woocommerce-pagination > .page-numbers {
    width: fit-content;
    margin: auto !important;
    display: flex !important;
    align-items: center;
    border: none !important;
}
.pagination .page-link {
    border: none;
    padding: 3px 20px;
    font-size: 22px;
    transition: 0.4s;
    color: var(--black);
}
.pagination .page-link:hover, .pagination .page-link.active,
.woocommerce-pagination .page-numbers.current {
    background: none !important;
    color: var(--secondary) !important;
}
.pagination .page-link:focus{
    box-shadow: none;
    background:none;
}
.pagination .previous, .pagination .next, .woocommerce-pagination .page-numbers .prev, .woocommerce-pagination .page-numbers .next {
    border: 1px solid var(--black) !important;
    border-radius: 4px !important;
    height: 35px;
    padding: 2px 13px;
    font-size: 24px;
    transition: 0.4s;
}
.woocommerce-pagination .page-numbers .prev:hover, .woocommerce-pagination .page-numbers .next:hover{
    background: none !important;
    color: var(--secondary);
}
.pagination .previous span, .pagination .next span{
    height: 37px;
    display: block;
}
.pagination .previous{
    margin-right: 1px;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: none !important;
    margin: 0 6px !important;
}
.woocommerce nav.woocommerce-pagination ul li a{
    color: var(--black);
}



.cta-box{
    position: relative;
}
.cta-box .cta-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42%;
    right: 2%;
}
.cta-box .main-heading{
    text-transform: uppercase;
    color: #fff;
    line-height: 1.05;
}
.cta-box .heading-p{
    color: #fff;
    font-size: 0.9rem;
}
.cta-box .enquiry-cta{
    margin-top: 30px;
}
.cta-box .enquiry-cta a:first-child{
    display: none;
}
.cta-box .enquiry-cta a{
    color: var(--secondary);
    transition: 0.4s;
    position: relative;
    padding: 8px 0;
    display: block;
    font-size: 0.9rem;
}
.cta-box .enquiry-cta a:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.cta-box .enquiry-cta a:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background-color: #fff;
}
.cta-box .enquiry-cta a:hover{
    color: #fff;
}
.cta-box .enquiry-cta a img{
    max-width: 30px;
    height: auto;
    margin-left: 10px;
}

/* ---------------------------Recent Collection-------------------- */

.recent-collection{
    background-color: var(--light-gray);
    padding: 25px 0 60px;
}
.recent-collection-h{
    font-size: 2rem;
    margin-bottom: 50px;
    font-weight: 700;
}
.recent-collection-slider .slick-slide{
    padding: 0 12px;
}
.recent-collection .tabcontent-box .container-fluid{
    padding: 0;
}
/* ---------------------------Recent Collection end-------------------- */

/* ----------------------------------product details section------------------------------------- */
.product-review-form label {
    font-size: 0.88rem;
    margin-bottom: 10px;
    line-height: 1;
}
.product-review-form .form-control, .product-review-form textarea {
    height: 3.5rem;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-color: transparent;
    background-color: var(--light-gray);
}
.product-review-form textarea {
    height: unset !important;
}
.product-review-form .form-control:focus, .product-review-form textarea:focus{
    border: 1px solid #d7d7d7;
    box-shadow: none;
}
.product-review-form .form-control::placeholder, .product-review-form textarea::placeholder{
    color: #D9D9D9;
    font-size: 1rem;
}
.product-review-form button {
    background-color: var(--secondary);
    line-height: 1.2;
    padding: 13px 50px;
    font-size: 1rem;
    border: none;
    color: #fff;
    transition: 0.4s;
    border-radius: 0;
    font-weight: 600;
}
.product-review-form button:hover{
    background-color: var(--black);
}
.product-review-form-heading {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 40px;
}

.product-content p{
    font-size: 1rem;
    color: var(--black);
    line-height: 1.8;
    margin-bottom: 5px;
}
.product-enquiry-cta {
    background-color: var(--black) !important;
    color: var(--secondary) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 13px 70px !important;
    transition: 0.4s !important;
    display: block !important;
    width: fit-content !important;
    margin-top: 40px !important;
    border-radius: 0 !important;
}
.yith-ywraq-add-button .product-enquiry-cta{
    font-size: 1rem !important;
}
.product-enquiry-cta:hover{
    background-color: var(--secondary);
    color: var(--black);
}
form .wpcf7-submit {
    background-color: var(--secondary) !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 10px 35px !important;
    transition: 0.4s !important;
    display: block !important;
    width: fit-content !important;
    margin-top: 10px !important;
    border-radius: 0;
    border: none;
}
form .wpcf7-submit:hover{
    background-color: var(--black) !important;
}
.footer-top form .wpcf7-submit{
    background-color: transparent !important;
    border: 1px solid #fff !important;
    margin-top: 0 !important;
    font-weight: 400 !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin-top: 3px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
}

.product-title {
    font-size: 2rem;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.product-review {
    padding-bottom: 30px;
    border-bottom: 1px solid #37373757;
    margin-bottom: 20px;
}
.product-review ul{
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    width: max-content;
    gap: 10px;
    list-style: none;
}
.product-review ul img {
    background: var(--secondary);
    padding: 3px;
    max-width: 23px;
    border-radius: 3px;
}
.product-review-number{
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.2;
    padding-left: 15px;
}
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}
.woocommerce div.product{
    height: 100%;
}
/* ----------------------------------product details section end------------------------------------- */

.woocommerce table.cart img{
    max-width: 150px;
}
.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper{
    padding: 0 !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .yith-ywraq-mail-form-wrapper .raq-send-request {
    background-color: var(--secondary) !important;
    line-height: 1.2 !important;
    padding: 13px 50px !important;
    font-size: 1rem !important;
    border: none !important;
    color: #fff !important;
    transition: 0.4s !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button:hover, .yith-ywraq-mail-form-wrapper .raq-send-request:hover{
    background-color: var(--black) !important;
    color: #fff !important;
}
.woocommerce .yith-ywraq-mail-form-wrapper form .form-row label {
    font-size: 0.88rem;
    margin-bottom: 10px;
    line-height: 1;
}
.woocommerce .yith-ywraq-mail-form-wrapper form .form-row .input-text {
    height: 3.5rem;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-color: transparent;
    background-color: var(--light-gray);
}
.woocommerce .yith-ywraq-mail-form-wrapper form .form-row textarea.input-text{
    height: auto;
}
.woocommerce .yith-ywraq-mail-form-wrapper form .form-row .input-text:focus, .woocommerce .yith-ywraq-mail-form-wrapper form .form-row .input-text:focus-visible{
    border: 1px solid #d7d7d7;
    box-shadow: none;
    outline: none;
}
.woocommerce .yith-ywraq-mail-form-wrapper form .form-row .input-text::placeholder{
    color: #D9D9D9;
    font-size: 1rem;
}

img.img-fluid.main-heading-img.collection-rotate {
    transform: rotate(180deg);
    margin-bottom: 15px;
}