/* ====================================
           Hero Section START
======================================= */
.hero-section{
    position: relative;
}
.hero-back-img{
    height: 720px;
}
.hero-back-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    position: absolute;
    top: 56.2%;
    left: 54.3%;
    transform: translate(-50%, -50%);
    max-width: 614px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.hero-heading h1 {
    font-size: 38px;
    line-height: 100%;
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 14px;
}
.hero-description p {
    font-size: 16px;
    font-family: var(--font-monda);
    letter-spacing: 0px;
    font-weight: 400;
    color: var(--white);
        margin-bottom: 40px;
}
.hero-btn a.primary-btn{
    margin-left: -14px;
}

@media (max-width:767px){
    .hero-content {
        max-width: 100%;
        padding: 0 15px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* ====================================
           Top Categories START
======================================= */

.main-categories {
    padding: 100px 0;
}
.main-categories .section-head .description {
    max-width: 756px;
    margin: 0 auto;
}
/* -- slider -- */
/* Slider Container */
#categorySlider {
  /* margin: 40px auto 40px; */
  position: relative;
}

/* Each Slide */
#categorySlider .cat-item {
  text-align: center;
  /* padding-top: 20px; */
}

/* Circle Background */
#categorySlider .cat-circle {
  width: 234px;
  height: 234px;
  background: #f6f6f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
#categorySlider .cat-circle img {
    height: auto;
    max-width: 100%;
    transition: 0.5s ease;
}

#categorySlider .cat-item:hover .cat-circle img {
  transform: scale(1.03);
}

/* Category Title */
#categorySlider .cat-title {
    text-transform: uppercase;
    margin-top: 30px;
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
}

/* Custom Arrows */
.custom-arrows .splide__arrow {
  background: var(--white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-border);
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
  transition: .5s;
}
.custom-arrows svg {
    height: 14px !important;
}
.custom-arrows .splide__arrow--prev svg{
    transform: rotate(0deg);
}
.custom-arrows .splide__arrow--next svg{
    transform: rotate(-180deg);
}
.custom-arrows button.splide__arrow:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
.custom-arrows button.splide__arrow:hover svg path{
    fill: var(--white);
}
#categorySlider .custom-arrows button.splide__arrow {
    top: 45%;
}
#categorySlider .custom-arrows .splide__arrow--prev {
  left: -15px;
}
#categorySlider .custom-arrows .splide__arrow--next {
  right: -15px;
}
@media (max-width:1199px){
    .main-categories {
        padding: 70px 0;
    }
    #categorySlider .cat-circle {
        width: 194px;
        height: 194px;
        padding: 20px;
    }
    #categorySlider .cat-circle img {
        height: auto;
        max-width: 100%;
        transition: 0.5s ease;
        max-height: 100%;
    }
}
@media (max-width:767px){
    .main-categories {
        padding: 50px 0;
    }
    #categorySlider .splide__arrows {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 20px;
    }
    #categorySlider .custom-arrows button.splide__arrow {
        position: initial;
        transform: none;
    }
    #categorySlider .cat-circle {
        width: 164px;
        height: 164px;
        padding: 20px;
    }
    #categorySlider .cat-title {
        margin-top: 10px;
        font-size: 14px;
    }
}
@media (max-width:576px){
    #categorySlider .cat-circle {
        width: 140px;
        height: 140px;
        padding: 26px;
    }
}


/* ====================================
           Custom Shapes START
======================================= */
/* .main-shap-part{
} */
.main-custom-shape {
    padding-left: calc(50% - 726px);
    }
.main-shap-part {
    gap: 50px;
    flex-wrap: wrap;
}
.main-shap-part .left-shap-part {
    max-width: calc(50% - 25px);
    width: 100%;
    display: flex;
    align-items: center;
}
.main-shap-part .right-shap-image {
    width: 100%;
    max-width: calc(50% - 25px);
}
.main-shap-part .right-shap-image .shap-image-main{
    width: 100%;
    height: 100%;
}
.main-shap-part .right-shap-image .shap-image-main img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.custom-shape-section .section-head {
    margin-bottom: 0;
}
.main-shap-part .section-head .title h2{
    margin: 0 0 10px;
}
.main-shap-part .section-head .description {
    max-width: 664px;
    width: 100%;
    margin: 0;
}
.shape-icons-main {
    margin: 60px 0;
}
.main-shape-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    gap: 30px;
}
.shape-icon {
    max-width: 112px;
    width: 100%;
    text-align: center;
}
.shape-icon .shape-link{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shape-name p {
    font-family: var(--font-monda);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin-top: 12px;
    color: var(--black);
}
.shape-icon:hover .shape-name p{
    color: var(--primary);
}
.shape-image {
    position: relative;
    transition: .5s;
    height: 60px;
    width: 60px;
}
.shape-image img{ 
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}
img.icon-green {
    position: absolute;
    top: 0;
    left: 0;
}
.shape-image:hover img.icon-black{
    opacity: 0;
    visibility: hidden;
}
.shape-image:hover img.icon-green {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width:1499px){
    .main-shap-part .left-shap-part{
        padding: 0 0 0 15px;
    }
}
@media (max-width:1199px){
    .main-shape-box {
        gap: 18px;
        justify-content: center;
        max-width: 100%;
    }
    .main-shap-part .section-head .title h2{
        margin: 0 auto 10px;
    }
    .main-shap-part .section-head .description {
        max-width: 700px;
        margin: 0 auto;
    }
    .shape-icons-main {
        margin: 50px 0;
    }
    .main-shap-part .left-shap-part {
        max-width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .main-shap-part .right-shap-image {
        max-width: 100%;
    }

}
@media (max-width:767px){
    .shape-icon {
        max-width: 92px;
    }
    .shape-icons-main {
        margin: 30px 0;
    }
    .shape-image {
        height: 40px;
        width: 40px;
    }
    .shape-name p {
        font-size: 12px;
    }
}

/* ====================================
           Collection Banner START
======================================= */
.collection-card-section .main-collection {
    margin: 100px 0;
    padding: 0 90px;
}
.collection-card-section .main-collection-banner-box {
    gap: 13px;
}
.collection-card-section .collection-banner {
    max-width: 38%;
    width: 100%;
    background-color: var(--gray);
    position: relative;
    display: flex;
    justify-content: end;
    align-items: end;
}
.collection-card-section .collection-banner:nth-child(2) {
    max-width: 24%;
    width: 100%;
}
.collection-card-section .collection-banner:nth-child(1) .banner-image, .collection-card-section .collection-banner:nth-child(3) .banner-image {
    display: flex;
    justify-content: end;
}
.collection-card-section .banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 40px;
    backdrop-filter: blur(1px);
}
.collection-card-section .collection-banner:nth-child(2) .banner-content {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.collection-card-section .collection-banner:nth-child(3) .banner-content {
        left: auto;
    right: 0;
    text-align: right;
    padding-right: 40px;
}
.collection-card-section .banner-image, .collection-banner-inner {
    height: 100%;
}
.collection-card-section .banner-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.collection-card-section .banner-content h3 {
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: var(--black);
}
.collection-card-section .banner-content span {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--black);
}
.collection-card-section .collection-banner:hover .banner-content span, .collection-card-section .collection-banner:hover .banner-content h3 {
    transition: .5s;
    text-decoration-color: #2c4c3b;
    color: #2c4c3b;
}
@media (max-width:1399px){
    .collection-card-section .main-collection {
        padding: 0px 15px;
    }
    .collection-card-section .banner-content {
        width: 100%;
    }
    .collection-card-section .collection-banner:nth-child(2),
    .collection-card-section .collection-banner {
        max-width: 100%;
    }
}
@media (max-width:1199px){
    .collection-card-section .banner-content {
        padding: 0 20px 20px;
        left: 0;
    }
    .collection-card-section .main-collection {
        margin: 70px 0;
    }
    .collection-card-section .collection-banner:nth-child(3) .banner-content {
        padding-right: 20px;
    }
}
@media (max-width:991px){
    .collection-card-section .banner-content h3 {
        font-size: 22px;
    }
}
@media (max-width:767px){
    .collection-card-section .collection-banner:nth-child(3) .banner-content,
    .collection-card-section .collection-banner .banner-content{
        text-align: center;
    }
    .collection-card-section .main-collection {
        margin: 50px 0;
    }
    .collection-card-section .main-collection-banner-box {
        flex-wrap: wrap;
    }
    .collection-card-section .banner-image{
        position: relative;
    }
    .collection-card-section .banner-image::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }
}

/* ====================================
           Product Card Section
======================================= */
.prosuct-card-section .main-product-card .title {
    max-width: 620px;
    margin: 0 auto;
}
.prosuct-card-section .main-product-card .description {
    max-width: 756px;
    margin: 0 auto;
}
.prosuct-card-section .product-card-main {
    margin: 0 0 60px;
}
.prosuct-card-section .card-box {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}
.prosuct-card-section .card-box .product-box{
    max-width: calc(25% - 20.25px);
    width: 100%;
}
.prosuct-card-section .card-link {
    height: 100%;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.prosuct-card-section .product-img {
    overflow: hidden;
    display: inline-flex;
    width: 100%;
}
.prosuct-card-section .product-img img {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: contain;
}
.prosuct-card-section .product-box:hover img {
    transform: scale(1.1);
}
.prosuct-card-section .card-info {
    text-align: center;
    margin-top: 21px;
}
.prosuct-card-section .product-title h3 {
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 10px;
}
.prosuct-card-section .product-price span {
     font-family: var(--font-monda);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--primary);
}

@media (max-width:991px){
    .prosuct-card-section .card-box {
        gap: 14px;
    }
    .prosuct-card-section .card-box .product-box {
        max-width: calc(25% - 10.5px);
    }
    .prosuct-card-section .card-info {
        margin-top: 12px;
    }
    .prosuct-card-section .product-title h3 {
        font-size: 16px;
    }
    .prosuct-card-section .product-price span {
        font-size: 16px;
    }
}
@media (max-width:767px){
    .prosuct-card-section .product-card-main {
        margin: 0 0 30px;
    }
    .prosuct-card-section .card-box {
        gap: 8px;
    }
    .prosuct-card-section .card-box .product-box {
        max-width: calc(50% - 4px);
    }
}

/* ====================================
           Background Card Section
======================================= */
.background-card-section .background-card-inner {
    margin: 100px 0;
}
.background-card-section .back-card-main {
    gap: 40px;
}
.background-card-section .back-card {
    max-width: 50%;
    width: 100%;
    position: relative;
}
.background-card-section .backcard-img {
    height: 100%;
    display: flex;
}
.background-card-section .backcard-img img {
    width: 100%;
}
.background-card-section .back-card .back-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
}
.background-card-section .back-overlay-content {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 10px;
}
.background-card-section .back-overlay h2 {
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
	color: var(--white);
}
.background-card-section .back-overlay p {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    max-width: 442px;
    margin: 0 auto;
}
.background-card-section .back-overlay-content .primary-bg-btn {
    padding: 12px 17px;
}
@media (max-width:1199px){
    .background-card-section .background-card-inner {
        margin: 70px 0;
    }
    .background-card-section .back-card-main {
        gap: 20px;
    }
    .background-card-section .back-overlay-content {
        gap: 12px;
    }
    .background-card-section .back-overlay h2 {
        font-size: 30px;
    }
}
@media (max-width:767px){
    .background-card-section .background-card-inner {
        margin: 50px 0;
    }
    .background-card-section .back-card-main {
        flex-wrap: wrap;
    }
    .background-card-section .back-card {
        max-width: 100%;
    }
    .background-card-section .back-overlay h2 {
        font-size: 22px;
    }
    .background-card-section .back-overlay p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* ====================================
         Banner  CTA Section
======================================= */
.cta-section .background-cta-image {
    padding: 74px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.cta-section .cta-content {
    max-width: 728px;
    position: relative;
}
.cta-section .cta-content h2 {
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 12px;
}
.cta-section .cta-content p {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    max-width: 528px;
    color: var(--white);
}
.cta-section .cta-btn {
    margin-top: 43px;
}
.cta-section .cta-btn .primary-bg-btn{
    padding: 20px 31px;
}

@media (max-width:1023px){
    .cta-section .cta-content h2{
        font-size: 36px;
    }
}
@media (max-width:767px){
    .cta-section .cta-btn .primary-bg-btn {
        padding: 14px 20px;
    }
    .cta-section .cta-content {
        z-index: 1;
    }
    .cta-section .cta-content h2{
        font-size: 26px;
    }
    .cta-section .background-cta-image{
        position: relative;
    }
    .cta-section .background-cta-image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

/* ====================================
           Article Card Section
======================================= */
.article-inner {
    padding: 100px 0;
    background: var(--color-bg);
}
.main-article-card {
    gap: 27px;
}
.article-inner .description{
     max-width: 756px;
     margin: 0 auto;
}
.article-card-box{
    display: inline-flex;
    flex-direction: column;
}
.article-image {
    overflow: hidden;
    display: inline-flex;
}
.article-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.article-info {
    margin-top: 23px;
}
.article-date span {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    vertical-align: middle;
    color: var(--color-text);
    display: inline-block;
}
.article-title h3 {
    margin: 10px 0 20px;
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
}
.article-card-box:hover .article-image img{
    transform: scale(1.1);
}
.view-more-post a {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: var(--black);
    transition: .5s;
}
.view-more-post a:hover{
    color: var(--primary);
}
@media(max-width:767px){
    .article-info {
        margin-top: 12px;
    }
    .article-date span {
        font-size: 14px;
        line-height: 20px;
    }
    .article-title h3 {
        margin: 10px 0;
        font-size: 16px;
        line-height: 20px;
    }
}

/* ====================================
           Hero main Engagement Ring Page
======================================= */

    .hero_main {
        background: url(/wp-content/uploads/2026/02/image-3.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px 0;
        position: relative;
        /* height: 100%; */
        height: 540px;
    }
    .hero_main .container{
        height: 100%;
    }
    .hero_main .hero_row {
        display: flex;
        /* flex-wrap: wrap; */
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 100%;
    }
    .hero_main .hero_row .content_part h2 {
        font-family: var(--font-Cormorant-Garamond);
        font-weight: 700;
        font-size: 46px;
        line-height: 100%;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 30px;
    }
    .hero_main .hero_row .content_part {
        max-width: 717px;
        width: 100%;
    }
    .hero_main .hero_row .content_part p {
        font-family: Monda;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 30px;
    }
    .hero_main .hero_row  .img_part {
        max-width: 633px;
        width: 100%;
    }
    .hero_main .hero_row .img_part img {
        width: 100%;
    }
    .hero_main.hero-white-layer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 0;   
    }
    .hero_main.hero-white-layer .img_part{
        display: none;
    }
    @media screen and (max-width: 1023px) {
        .hero_main{
            height: fit-content;
        }
        .hero_main .hero_row .content_part h2{
            font-size: 36px;
        }
        .hero_main .hero_row .content_part p{
            font-size: 20px;
        }
    }
    @media screen and (max-width: 767px) {
        .hero_main .hero_row{
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }
        .hero_main .hero_row .content_part h2 {
            font-size: 26px;
        }
    }

/* ====================================
    custom order Engagement Ring Page
======================================= */
.custom_order_main {
    padding: 100px 0;
}
.custom_order_main h2 {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 26px;
    line-height: 31.2px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 60px;
}
.custom_order_main .custom_order_row {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 50px;
    text-align: center;
}
.custom_order_main .custom_order_row .custom_order_box .custom_order_content p {
    font-family: Monda;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #828282;
    margin-top: 20px;
}
.custom_order_main .custom_order_row .custom_order_box {
    max-width: calc(100% / 6);
    position: relative;
}
.custom_order_main .custom_order_row .custom_order_box:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50px;
    right: -61%;
    border-top: 2px dashed #2C4C3B;
}
.custom_order_main .custom_order_row .custom_order_box .icon_main {
    z-index: 9;
    position: relative;
}
.custom_order_main .custom_order_row .custom_order_box:last-child::before {
    display: none;
}

@media (max-width: 1199.98px) {
 .custom_order_main {
    padding: 70px 0;
}
}
@media (max-width: 1023px) {
    .custom_order_main .custom_order_row .custom_order_box .custom_order_content p{
        font-size: 12px;
        line-height: 18px;
    }
    .custom_order_main .custom_order_row .custom_order_box:before{
        right: -71%;
    }
}
@media (max-width: 767px) {
    .custom_order_main .custom_order_row{
        flex-wrap: wrap;
        gap: 20px;
    }
    .custom_order_main .custom_order_row .custom_order_box:before{
        display: none;
    }
    .custom_order_main .custom_order_row .custom_order_box{
        max-width: 100%;
    }
    .custom_order_main .custom_order_row .custom_order_box .custom_order_content p{
        max-width: 280px;
        font-size: 14px;
    }
    .custom_order_main {
    padding: 50px 0;
}
}

/* ====================================
    are you ready Engagement Ring Page
======================================= */
.are_you_ready {
    background: #2C4C3B0A;
    padding: 32px 0;
}
.are_you_ready .btn_main {
    display: inline-block;
}
.are_you_ready_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.are_you_ready .content_part h2 {
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    max-width: 538px;
    width: 100%;
    margin-bottom: 10px;
}
.are_you_ready .content_part p {
    font-family: Monda;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
}
@media (max-width: 1023px) {
    .content_part {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .are_you_ready .content_part h2{
        font-size: 36px;
    }
}

/* ====================================
    are you ready Engagement Ring Page
======================================= */
 .are_you_ready {
    background: #2C4C3B0A;
    padding: 32px 0;
}
.are_you_ready .btn_main {
    display: inline-block;
}
.are_you_ready_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.are_you_ready .content_part h2 {
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    max-width: 538px;
    width: 100%;
    margin-bottom: 10px;
}
.are_you_ready .content_part p {
    font-family: Monda;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
}
@media (max-width: 1023px) {
    .content_part {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .are_you_ready .content_part h2{
        font-size: 36px;
    }
}

/* ====================================
    gallery-section Engagement Ring Page
======================================= */
.gallery-section {
    padding: 100px 0;
}
.gallery-section .description{
    max-width: 700px;
    margin: 0 auto;
}
.gallery-slider .gallery-img{
    height: 100%;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
}
.gallery-slider .gallery-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.gallery-slider .gallery-img:hover img{
    transform: scale(1.1);
}

@media (max-width: 1023px) {
    .gallery-section {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .gallery-section {
        padding: 50px 0;
    }
}

/* ====================================
    our faqs section Engagement Ring Page
======================================= */
.faq-section {
    padding: 100px 0;
}
.faq-section .accordion-item {
    background: var(--color-bg-gray);
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid var(--color-bg-gray);
}
.faq-section .accordion-item.active {
    border-color: var(--primary);
}

.faq-section .accordion-item button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 30px 30px 30px 40px;
    text-align: left;
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: var(--color-dark-gray);
}
.faq-section .accordion-item button span{
    display: inline-block;
    width: 100%;
    padding-right: 20px;
}

.faq-section .accordion-item button[aria-expanded="true"] .icon-plus {
    display: none;
}

.faq-section .accordion-item button[aria-expanded="true"] .icon-minus {
  display: inline-block;
}

.faq-section .accordion-item button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.5s ease;
}

.faq-section .accordion-item button .icon-minus {
  display: none;
}

.faq-section .accordion-item .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    padding: 0 30px;
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: rgba(102, 102, 102, 1);
}

.faq-section .accordion-item .accordion-content.open {
    opacity: 1;
    padding: 0 30px 0 40px;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .faq-section .accordion-item button {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }
    .faq-section .accordion-item {
        margin-bottom: 15px;
    }
    .faq-section .accordion-item button {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .faq-section .accordion-item button span{
        padding-right: 10px;
    }
    .faq-section .accordion-item button svg {
        width: 14px;
        height: 14px;
    }
    .faq-section .accordion-item .accordion-content {
        padding: 0 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .faq-section .accordion-item .accordion-content.open {
        margin-top: 10px;
        padding: 0px 10px 7px;
        margin-bottom: 10px;
    }
}

/* ====================================
    contact form section Engagement Ring Page
======================================= */
.contact-form-section{
    min-height: 770px;
    padding: 100px 0 86px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.contact-form-section .contact-bg-img{
    width: 100%;
    display: inline-flex;
    position: relative;
}
.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 60%;
    z-index: 0;
}
.contact-form-section .contact-bg-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-form-section .contact-form-content{
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    position: relative;
}
.contact-form-section .contact-form-content .contact-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        gap: 54px;
}
.contact-form-section .contact-form-content .contact-row .contact-col{
        max-width: calc(50% - 27px);
    width: 100%;
}
.contact-form-section .contact-form-content h2{
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 10px;
}
.contact-form-section .contact-form-content p{
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    color: var(--white);
    margin-bottom: 40px;
}
.contact-form-section .contact-form-content ul li{
    display: flex;
    gap: 16px;
    color: var(--white);
    margin-bottom: 25px;
}
.contact-form-section .contact-form-content ul li:last-child{
    margin-bottom: 0;
}
.contact-form-section .contact-form-content ul li img{
    max-width: 20px;
    height: 20px;
    width: 100%;
    object-fit: contain;
}
.contact-form-section .contact-form-content ul li a{
    color: var(--white);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.2px;
    max-width: 460px;
}
@media (max-width: 1023px) {
    .contact-form-section .contact-form-content h2{
        font-size: 36px;
    }
    .contact-form-section .contact-form-content ul li a{
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 991px) {
    .contact-form-section .contact-form-content .contact-row .contact-col{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .contact-form-section .contact-form-content h2{
        font-size: 26px;
    }
    .contact-form-section .contact-form-content ul li a {
        font-size: 16px;
        line-height: 20px;
    }
}

/* ===========================================================
            Logo Slider section Engagement Ring Page
============================================================== */
.logo-slider-section{
    padding: 100px 0;
}
.logo-slider-section .logo-slider .logo-img{
    width: 100%;
}
.logo-slider-section .logo-slider .logo-img img{
    width: 100%;
}

/* ===========================================================
            Video section Engagement Ring Page
============================================================== */
.video-banner-section {
    height: 747px;
    position: relative;
    max-width: 100%;
}

.video-banner-section .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.video-banner-section .video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.56;
    z-index: 1;
}

.video-banner-section .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}
.video-banner-section .video-wrapper .video-banner-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.video-banner-section .video-wrapper .video-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.video-banner-section .video-wrapper .video-banner-content .container{
    height: 100%;
}
.video-banner-section .video-wrapper .video-banner-content .section-head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.video-banner-section .video-wrapper .video-pause-btn,
.video-banner-section .video-wrapper .video-play-btn {
    width: 100px;
    height: 100px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: 0.5s ease;
    margin: 40px auto 0;
}
.video-banner-section .video-wrapper .video-pause-btn svg,
.video-banner-section .video-wrapper .video-play-btn svg{
    height: 100%;
    width: 100%;
}
.video-banner-section .video-wrapper .video-pause-btn:hover,
.video-banner-section .video-wrapper .video-play-btn:hover {
    transform: scale(1.1);
}
.video-banner-section .video-wrapper.playing .video-banner-img{
    opacity: 0;
    visibility: hidden;
}
.video-banner-section .video-wrapper .video-pause-btn,
.video-banner-section .video-wrapper.playing .video-play-btn {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}
.video-banner-section .video-wrapper.playing:hover .video-pause-btn{
    display: block;
}

@media (max-width:1023px){
    .video-banner-section {
        height: 547px;
    }
    .video-banner-section .video-wrapper .video-pause-btn,
    .video-banner-section .video-wrapper .video-play-btn {
        width: 70px;
        height: 70px;
        margin: 20px auto 0;
    }
}
@media (max-width:767px){
    .video-banner-section {
        height: 347px;
    }
    .video-banner-section .video-wrapper .video-pause-btn,
    .video-banner-section .video-wrapper .video-play-btn {
        width: 50px;
        height: 50px;
        margin: 10px auto 0;
    }
}

/* ===========================================================
            our-price-section Engagement Ring Page
============================================================== */
.our-price-section{
    padding: 75px 0 80px;
    background-color: var(--color-bg);
    text-align: center;
}
.our-price-section h2{
    font-family: var(--font-monda);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    text-transform: uppercase;
    max-width: 1111px;
    margin: 0 auto 50px;
}
.our-price-section .price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 82px;
    justify-content: center;
}
.our-price-section .price-box{
    background-color: var(--color-box-bg);
    border: 1px solid var(--color-box-border);
    width: 100%;
    padding: 26px;
    border-radius: 10px;
}
.our-price-section .price-box img{
    height: 30px;
    width: 30px;
    object-fit: contain;
    margin-bottom: 20px;
}
.our-price-section .price-box h4{
    font-family: var(--font-monda);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}
.our-price-section .price-box p{
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--dark-gray);
}
.our-price-section .price-arrow{
    max-width: 127px;
    width: 100%;
}
.our-price-section .price-box1{
    max-width: 513px;
}
.our-price-section .price-box2{
    max-width: 285px;
}
@media (max-width:767px){
    .our-price-section h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .our-price-section .price-row {
        gap: 72px;
        flex-direction: column;
    }
    .our-price-section .price-arrow {
        transform: rotate(90deg);
    }
    .our-price-section .price-box {
        padding: 16px;
    }
    .our-price-section .price-box2,
    .our-price-section .price-box1{
        max-width: 330px;
    }
}

/* ===========================================================
            Order Section Engagement Ring Page
============================================================== */
.order-section{
    padding: 100px 0;
}
.order-section .order-box-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.order-section .order-box-row .order-box-col{
    max-width: 33.33%;
    width: 100%;
    padding: 0 15px;
}
.order-section .order-box-row .order-box-col .order-box {
    background: var(--color-box-bg2);
    border: 1px solid #2C4C3B3D;
    padding: 40px 34px 47px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.order-section .order-box-row .order-box-col .order-box img {
    height: 40px;
    width: fit-content;
    margin-bottom: 15px;
    display: inline-block;
}
.order-section .order-box-row .order-box-col .order-box h4{
    font-family: var(--font-monda);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color-title-text);
    margin: 0 0 10px;
}
.order-section .order-box-row .order-box-col .order-box p{
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.96px;
    color: var(--color-text);
}  
@media (max-width:991px){
    .order-section .order-box-row {
        margin: 0 -10px;
    }
    .order-section .order-box-row .order-box-col {
        padding: 0px 10px;
    }
    .order-section .order-box-row .order-box-col .order-box {
        padding: 30px 20px 30px;
    }
}
@media (max-width:767px){
    .order-section .order-box-row{
        margin: 0 0;
        row-gap: 30px;
    }
    .order-section .order-box-row .order-box-col{
        max-width: 100%;
        padding: 0 0;
    }
    .order-section .order-box-row .order-box-col .order-box {
        padding: 26px;
        max-width: 330px;
        margin: 0 auto;
    }
    .order-section .order-box-row .order-box-col .order-box img {
        height: 35px;
    }
    .order-section .order-box-row .order-box-col .order-box h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .order-section .order-box-row .order-box-col .order-box p {
        font-size: 14px;
        line-height: 20px;
    }
} 

/* ===========================================================
           Policy Content START
============================================================== */

section.privacy-wrapper {
    margin: 60px 0;
}
.policy-text-content h1, .policy-text-content h2{
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}
.policy-text-content h2{
	font-size: 30px !important;
}
.policy-text-content {
    color: #000;
        word-wrap: break-word;
}
.policy-text-content p {
    margin-bottom: 15px;
}
.policy-text-content p:last-child{
	margin-bottom:0px;
}
.policy-text-content ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}
.policy-text-content ul li ul {
    list-style: circle;
    word-wrap: break-word;
}
.policy-text-content ul li ul li {
    margin-bottom: 10px;
}

/* -- GDPR Table section ---*/
 .table-wrap {
  overflow-x: auto;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  color: #000;
  margin: 0 0 30px;
}

 .gdpr-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1100px;
  
}

 .gdpr-table th,
 .gdpr-table td {
  border: 1px solid #e5e7eb;
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}

.gdpr-table th {
      background-color: #F7F8F7;
  color: #000000;
    font-size: 16px;
}

.gdpr-table tbody tr:nth-child(even) {
     background-color: #F7F8F7;
}

 .gdpr-table ul {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
}

 .gdpr-table li {
  margin-bottom: 6px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
 .gdpr-title {
    font-size: 22px;
  }

.gdpr-table th,
 .gdpr-table td {
    font-size: 13px;
    padding: 12px;
  }
}

@media (max-width: 768px) {
 .gdpr-title {
    font-size: 20px;
  }

 .gdpr-table {
    min-width: 900px;
  }
  .policy-text-content h1{
    font-size: 30px !important;
  }
  section.privacy-wrapper{
  	margin: 50px 0 !important;
  }
  .policy-text-content h1, .policy-text-content h2{
  	margin-bottom: 20px !important;
  }
  .policy-text-content ul li ul{
  	padding: 0px 0 0 5px !important;
  }
  .privacy-wrapper .policy-text-content h2 {
    font-size: 26px !important;
}
}

@media (max-width: 576px) {
 .gdpr-table {
    min-width: 800px;
  }
}

/* ===========================================================
           title_hero_main
============================================================== */

  .title_hero_main {
        border-color: #2C4C3B;
        border-width: 1px 0 1px 0;
        border-style: dashed;
        background: #2C4C3B0A;
        padding: 60px 0;
    }
     .title_hero_main .hero_title_main {
        text-align: center;
    }
    .title_hero_main .hero_title_main h2 {
        font-family: var(--font-Cormorant-Garamond);
        font-weight: 700;
        font-size: 46px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
    }
.title_hero_main .hero_title_main p {
    font-family: Monda;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #828282;
    margin-top: 10px;
}
@media (max-width:767px) {
        .title_hero_main .hero_title_main h2{
            font-size: 32px;
        }
    }

/* ===========================================================
         Contact Form START
============================================================== */
.contact-form .flex-fields {
    display: flex;
    gap: 30px;
}
.contact-form .field-col {
    margin-bottom: 33px;
    width: 100%;
}
.contact-form .field-col p {
    margin: 0px !IMPORTANT;
}
.contact-form .field-col input {
    padding: 15px 11px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    width: 100%;
    background: #FFFFFF;
}
.contact-form .field-col textarea {
    width: 100%;
    padding: 15px 11px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
      font-family: var(--font-monda);
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
}

.contact-form .field-col input::placeholder, 
.contact-form .field-col textarea::placeholder {
     font-family: var(--font-monda);
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.5px;
    vertical-align: middle;
    color: #AAAAAA;
}
.contact-form p.note {
    font-size: 15px !IMPORTANT;
    margin-top: 5px !important;
}
.contact-form .submit-btn {
    text-align: center;
}
.contact-form .submit-btn input {
    font-family: var(--font-monda);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    color: var(--white);
    background-color: var(--primary);
    padding: 19px 31px;
    border-radius: 6px;
    border: 1px solid var(--primary);
    transition: .5s;
}
.contact-form .submit-btn input:hover {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--white);
}
.contact-form  span.wpcf7-spinner {
    display: none;
}
.wpcf7-response-output {
    color: #fff !important;
}

@media(max-width:767px){
.contact-form .flex-fields{
    flex-wrap: wrap;
    gap: 0 !important;
}
.contact-form .field-col {
    margin-bottom: 10px !important;
}
.contact-form-content .contact-form p.note {
    margin: 5px 0 10px !IMPORTANT;
     font-size: 12px !IMPORTANT;
    line-height: 15px;
}
}

/* ===========================================================
          Quote Form START
============================================================== */
.quote_Section {
    padding: 60px 0 60px;
    background-color: var(--color-bg);
    text-align: center;
}
.quote_Section .ask_quote_form {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.quote_Section .contact-form p.note {
    text-align: left;
    color: #333;
}
.quote_Section .contact-form .field-col input::placeholder, 
.quote_Section .contact-form .field-col textarea::placeholder{
    color: #A0AEBC;

}
.quote_Section .contact-form .submit-btn input {
    width: 200px;
}
.quote_Section .contact-form p.note {
    font-size: 12px !IMPORTANT;
    line-height: 15px;

}

/* ===========================================================
         CONTACT Form START
============================================================== */
section.contact_info_Section {
    padding: 80px 0;
}
.contact_info_Section .contact-info-inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    width: 100%;
}
.contact_info_Section .contact-info-box {
   width: calc(100% / 3 - 0px);
    border-radius: 16px;
    padding: 25px 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #cccccc70;
}
.contact_info_Section .contact-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    background: linear-gradient(135deg, #122e1f, #2C4C3B);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 12px 28px #2c4c3b26;
}
.contact_info_Section .contact-icon svg {
    width: 30px !important;
    height: 30px !important;
}
.contact_info_Section .contact-icon path {
    fill: #fff !important; 
}
.contact_info_Section .contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}
.contact_info_Section .contact-content h3 {
    margin-bottom: 8px;
}
.page-id-705 .quote_Section {
    padding: 80px 0;
}

@media(max-width:1199.98px){
.page-id-705 .quote_Section, section.contact_info_Section {
    padding: 70px 0;
}
}

@media(max-width:991px){
    .contact_info_Section .contact-info-inner {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.contact_info_Section .contact-info-box {
    width: calc(100% / 2 - 10px);
}
}

@media(max-width:767px){
    .contact_info_Section .contact-info-inner {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.contact_info_Section .contact-info-box {
    width: 100%;
}
.page-id-705 .quote_Section, section.contact_info_Section {
    padding: 50px 0;
}
}

/* ===========================================================
         About Image Text START
============================================================== */

.ab-image-text-wrapper {
    padding: 80px 0 0;
}
.ab-image-text-wrapper .ab-image-text-inner {
    display: flex;
}
.ab-image-text-wrapper .about-part {
    max-width: 50%;
    width: 100%;
}
.ab-image-text-wrapper .image-ab.about-part img {
    width: 100%;
}
.ab-image-text-wrapper .text-ab.about-part {
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.ab-image-text-wrapper .image-ab.about-part {
    display: flex;
    align-items: center;
}
.ab-image-text-wrapper .ab-content-inner {
    width: 100%;
}
.ab-image-text-wrapper .ab-content-inner .description p {
    margin-bottom: 15px;
}
.ab-image-text-wrapper .ab-content-inner .title {
    margin-bottom: 35px;
}
.ab-image-text-wrapper .ab-content-inner .section-head {
    margin-bottom: 0px;
}
.page-id-805 .background-card-section .background-card-inner{
    margin-top: 0px;
}
.page-id-805 .contact_info_Section .contact-icon svg{
    width: 40px !important;
    height: 40px !important;
}
.ab-image-text-wrapper .description {
    width: 100%;
    max-width: 100%;
}

@media(max-width:1199px){
   .ab-image-text-wrapper {
    padding: 70px 0 0;
}
}

@media(max-width:991px){
    .ab-image-text-wrapper .ab-image-text-inner {
    flex-wrap: wrap;
}
.ab-image-text-wrapper .about-part {
    max-width: 100%;
}
.ab-image-text-wrapper .ab-content-inner .title {
    margin-bottom: 15px;
}
.ab-image-text-wrapper .text-ab.about-part{
        padding-left: 0 !important;
    padding-top: 50px;
}
}
@media(max-width:767px){
   .ab-image-text-wrapper {
    padding: 50px 0 0;
}
}

/* Faq Tab Section */

.main_nav_bar {
    display: flex;
}

/* ====================================
           Custom Side Cart Options
======================================= */
.custom-side-cart {
    position: fixed;
    top: 0;
    right: -450px;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
}

.custom-side-cart.active {
    right: 0;
}

.custom-side-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.custom-side-cart-header h3 {
    margin: 0;
    font-size: 20px;
    font-family: var(--font-Cormorant-Garamond);
}

.close-side-cart {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

.custom-side-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.custom-side-cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

.custom-side-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.custom-side-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mini Cart Inner Styles */
.mini-cart-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.mini-cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.mini-cart-details {
    flex: 1;
}

.mini-cart-details h4 {
    margin: 0 0 5px;
    font-size: 14px;
    font-family: var(--font-monda);
}

.mini-cart-details .price {
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.mini-cart-details dl.variation {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.mini-cart-details p {
    font-size: 12px;
    margin-bottom: 0;
}

.mini-cart-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    font-size: 20px;
    text-decoration: none;
}

.side-cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.side-cart-buttons {
    display: flex;
    gap: 10px;
}

.side-cart-buttons a {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-family: var(--font-monda);
    text-transform: uppercase;
}

.side-cart-buttons .view-cart {
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: 0.3s;
}

.side-cart-buttons .view-cart:hover {
    background: var(--primary);
    color: #fff;
}

.side-cart-buttons .checkout {
    background: var(--primary);
    color: #fff;
    transition: 0.3s;
}

.side-cart-buttons .checkout:hover {
    background: var(--black);
}

/* ====================================
           testimonial-section START
======================================= */
.testimonial-section {
    padding: 100px 0;
    background: #F8F8F8;
    text-align: center;
    overflow: hidden;
}
.testimonial-section .splide__arrow{
    background-color: transparent;
    width: fit-content;
    height: fit-content;
}
.testimonial-section .splide__arrow.splide__arrow--prev{
    left: -25px;
}
.testimonial-section .splide__arrow.splide__arrow--next{
    right: -25px;
}
.testimonial-section .splide__arrow svg{
    width: 11px;
    height: 20px;
}

.testimonial-section .testimonial-card {
    background: var(--white);
    border-radius: 20px;
    padding: 26px;
    text-align: left;
    flex-direction: column;
    display: flex;
}

.testimonial-section .top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.testimonial-section .top .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: purple;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.testimonial-section .testimonial-card .name-date-wrap {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.testimonial-section .avatar.green { background: green; }
.testimonial-section .avatar.blue { background: blue; }
.testimonial-section .top h4 {
    font-family: var(--font-Cormorant-Garamond);
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0%;
    color: var(--black);
    text-transform: uppercase;
}
.testimonial-section .top .date {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #777777;
}

.testimonial-section .testimonial-card p {
    font-family: var(--font-monda);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--color-text);
}

.testimonial-section .stars {
    color: orange;
    margin-bottom: 20px;
    display: flex;
}

@media (max-width: 1199px) {
    .testimonial-section {
        padding: 70px 0;
    }
    .testimonial-section .splide__arrow.splide__arrow--prev{
        left: -10px;
    }
    .testimonial-section .splide__arrow.splide__arrow--next{
        right: -10px;
    }
}
@media (max-width: 767px) {
    .testimonial-section {
        padding: 50px 0;
    }
}

/* ====================================
           testimonial-section END
======================================= */

/* ====================================
           Instagram-section START
======================================= */
.instagram-feed-section{
  padding: 100px 0;
}

.instagram-feed-section .instagram-link{
  display: inline-flex;
  overflow: hidden;
}
.instagram-feed-section .instagram-link img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.instagram-feed-section .instagram-link:hover img{
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .instagram-feed-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .instagram-feed-section {
    padding: 50px 0;
  }
}
/* ====================================
           Instagram-section END
======================================= */