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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6, p {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #F4C875; /* Black */
}

header.header {
    background: black;
    padding: 0px;
}

.navbar>nav>ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar nav ul li a {
    color: white;
    font-family: "DM Serif Text", serif;
    letter-spacing: 1px;
    font-size: 15px;
    transition: .4s all;
}

ul.icon-nav {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    justify-content: end;
}

ul.icon-nav li a {
    color: white;
    font-size: 18px;
    transition: .4s all;
    display: block;
}
.logo a {
    display: block;
}

.logo a img {
    width: unset;
}

.navbar nav ul li a:hover {
    color: var(--c1);
}

ul.icon-nav li a:hover {
    color: var(--c1);
}
.banner.home-banner {
    background-image: url(/wp-content/uploads/2025/08/shiny-diamond-wedding-ring-red-valentine-box-valentines-daywedding-design-wedding-rings-closeup-jewelry-shining-4k-video-1-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 656px;
    display: flex;
    align-items: center;
	background-attachment: fixed;
}

.banner-content h1 {
    font-size: 70px;
    color: var(--c1);
    font-family: 'DM Serif Text';
    font-weight: 400;
    line-height: 80px;
}

.banner-content p {
    color: white;
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
}



.primary-btn a {
    padding: 12px 30px;
    background: var(--c1);
    color: black;
    margin-top: 40px;
    font-weight: 400;
    font-family: 'DM Serif Text';
    font-size: 20px;
    border-radius: 7px;
    transition: .4s all;
}

.primary-btn a:hover {
    background: black;
    color: white;
}
.collection-box img {
    width: 100%;
    height: 100%;
    transition: .6s all;
}

.spacer {
    padding: 100px 0px 100px;
}

.collection-btn a {
    text-align: center;
    color: black;
    background: var(--c1);
    width: fit-content;
    padding: 10px;
    font-family: 'DM Serif Text';
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .4s all;
}

.collection-btn {position: absolute;bottom: -20px;/* left: 50%; *//* transform: translateX(-50%); */width: 100%;display: flex;justify-content: center;}

.collection-box-main {display: grid;grid-template-columns: repeat(2, 1fr); /* 2 items per row */gap: 30px; /* space between boxes */height: 100%; row-gap: 40px;}

.collection-box {
    position: relative;
    /* overflow: hidden; */
}

.collection-btm-main {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}

.collection-btn a:hover {
}

.collection-box-first {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.collection-box-first h2 {
    font-size: 38px;
    color: black;
    font-family: 'DM Serif Text';
    font-weight: 400;
}

.collection-box-first h2 span {
    font-size: 50px;
    font-family: 'DM Serif Text';
}

.collection-box-first:before, .collection-box-first:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    border: 2px solid var(--c1);
}

.collection-box-first:after {
    width: 83%;
    height: 83%;
}

.collection-box:hover img {
}

.collection-box-main-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 31%;
}

.collection-box-main-first span {
    font-size: 18px;
}

.collection-box-main-first h2 {
    font-size: 33px;
    font-family: 'DM Serif Text';
}

.collection-btm-main .collection-btn a {
    font-size: 14px;
}
section.cta {
    background-image: url(/wp-content/uploads/2025/08/jewels-sparkle-golden-wedding-rings-lying-leather-1-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 659px;
    position: relative;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.cta-main {
    text-align: center;
    position: relative;
}

.cta-main h2 {
    font-size: 70px;
    color: var(--c1);
    font-family: 'DM Serif Text';
    width: 50%;
    margin: 0 auto;
}

section.cta:before {content: "";position: absolute;width: 100%;height: 100%;background: #0000009e;left: 0px;top: 0px;}

.cta-main p {
    color: white;
    font-size: 25px;
    margin-top: 20px;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
    font-family: 'DM Serif Text';
}

.blog-item img {
    height: 260px;
    object-fit: cover;
    transition: .6s all;
}

.blog-content-top ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0px 15px;
}

.blog-content-top ul li {
    font-size: 15px;
}

.blog-content h2 {
    font-size: 25px;
    font-family: 'DM Serif Text';
}

.blog-content a {
    font-size: 18px;
    color: black;
    text-decoration: underline;
    margin-top: 20px;
    transition: .3s all;
}

.blog-item:hover img {
    transform: scale(1.3);
}

.blog-content a:hover {
    color: var(--c1);
}
.blog-item-img {
    overflow: hidden;
}
section.tetimonials-sec {
    background: black;
}

.test-box-img img {
    width: 100px;
    margin: 0 auto;
    border-radius: 500px;
    height: 100px;
    object-fit: cover;
}

.test-content-box h2 {
    font-size: 50px;
    color: var(--c1);
    font-family: 'DM Serif Text';
}

.test-content-box p {
    color: white;
    margin-top: 10px;
    padding-right: 200px;
}

.test-box {
    background: #EFEFEF;
    padding: 50px;
    position: relative;
    margin-top: 100px;
}

.test-box-img {position: absolute;top: -40px;left: -40px;}

.test-box p {
    font-size: 15px;
}

.test-box span {
    text-align: end;
    display: block;
    font-weight: 900;
    margin-top: 10px;
    font-size: 20px;
}

.test-btm-main {
    margin-top: 50px;
}

.test-btm-main .test-box {
    margin: 0px;
}
.site-footer {
  background: #000;
  color: white;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 30px;
  padding: 80px 0px 50px;
}

.footer-column h3 {
  color: #f5c14e;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: 'DM Serif Text';
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #f5c14e;
}

/* Newsletter */
.newsletter-form {
  display: flex;
}

.newsletter-form input {
  padding: 10px;
  border: none;
  outline: none;
  flex: 1;
}

.newsletter-form button {
  background: #f5c14e;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #d9a932;
}

/* Copyright */
.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  padding: 20px 0px 20px;
  font-size: 14px;
}

.banner.inner-banner {
    padding: 120px 0px 120px;
    background-image: url(/wp-content/uploads/2025/08/shiny-diamond-wedding-ring-red-valentine-box-valentines-daywedding-design-wedding-rings-closeup-jewelry-shining-4k-video-1-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
}

.inner-banner-content h1 {font-size: 60px;color: #ffffff;font-family: 'DM Serif Text';}

.Inner-banner-btn ul {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.Inner-banner-btn ul li a {
    color: var(--c1);
}
.spacer-bottom {
    padding-bottom: 100px;
}
.box-content h2 {
    font-size: 45px;
    font-family: 'DM Serif Text';
}

.box-content h3 {
    font-family: 'DM Serif Text';
    margin-top: 10px;
}

.box-content p {
    margin-top: 20px;
}
section.blog-sec .row {
    row-gap: 60px;
}
.contact-section i {
    color: var(--c2) !important;
}
.social-icons a {
    color: var(--c2) !important;
}

div#frm_form_1_container button {
    background: black;
    width: 100%;
    border: unset;
    transition: .4s all;
}

div#frm_form_1_container button:hover {
    background: var(--c1);
}
div#sidebar {
    display: none;
}
h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    color: black;
    font-family: 'Montserrat';
}

span.price {
    color: black !important;
}

.add_to_cart_button {
    background: var(--c1) !important;
    color: black !important;
    font-family: 'Montserrat';
    width: 100%;
    text-align: center;
    font-weight: 600 !important;
    transition: .4s all;
}

.add_to_cart_button:hover {
    background: black !important;
    color: white !important;
}

span.onsale {
    display: none;
}

p.woocommerce-result-count {
    margin-bottom: 60px !important;
}

select.orderby {
    padding: 6px;
    cursor: pointer;
}
a.added_to_cart.wc-forward {
    background: black;
    color: white;
    width: 100%;
    text-align: center;
    padding: 4px 0px;
    margin-top: 10px;
    font-size: 16px;
}
div.product p.price {
    color: black !important;
    margin: 10px 0px 20px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 7px;
}

.quantity input {
    height: 36px;
}

button.single_add_to_cart_button {
    background: var(--c1) !important;
    color: black !important;
    font-family: 'Montserrat';
    font-weight: 600 !important;
    transition: .4s all;
}

button.single_add_to_cart_button:hover {
    background: black !important;
    color: white !important;
}

section.related.products h2 {
    margin-bottom: 20px;
}
table.wc-block-cart-items .wc-block-cart-items__header, .wc-block-cart .wc-block-cart__totals-title {
    font-size: 24px !important;
}

a.wc-block-components-product-name {
    color: black;
    font-size: 22px;
    font-weight: 500;
}

.wc-block-cart__submit-container a {
    background: var(--c1);
    border-radius: 200px;
    color: black;
    font-weight: 600;
    transition: .4s all !important;
}

.wc-block-cart__submit-container a:hover {
    background: black;
    color: white;
}

.wp-block-woocommerce-cart {
    margin-top: 70px;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 2px solid var(--c1) !important;
}

.wc-block-components-checkout-place-order-button {
    background: var(--c1);
    border-radius: 200px;
    border: unset;
    font-weight: 500;
    transition: .4s all !important;
}

.wc-block-components-checkout-place-order-button:hover {
    background: black;
    color: white;
}
.wp-block-woocommerce-checkout {
    padding: 100px 0px 100px !important;
}
.shop-page-wrapper {
    display: flex;
    gap: 30px;
}

.shop-main-content {
    flex: 3;
}

#shop-sidebar {
    flex: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    border: 2px solid var(--c1);
        height: 100%;
    margin-top: 168px;
    position: sticky;
    top: 40px;
}
aside#shop-sidebar h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

li.wc-block-product-categories-list-item a span {
    color: black;
}
.banner.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000038;
    top: 0;
    left: 0px;
}

.inner-banner-content {
    position: relative;
    color: white;
}
ul.sub-menu {position: absolute;background: black;z-index: 9;padding: 17px 0px;top: 115px;width: 150px;opacity: 0;visibility: hidden;border: 1px solid;transition: .4s all;}

.navbar>nav>ul>li {
    position: relative;
    padding: 35px 10px;
}
.navbar {
    padding: 0px;
}

.navbar nav ul li:hover .sub-menu {top: 93px;opacity: 1;visibility: visible;}

ul.sub-menu li {
    margin-bottom: 10px;
    border-bottom: 1px solid #f4c875a6;
    padding-bottom: 10px;
}

ul.sub-menu li:last-child {
    margin: 0px;
}
.logo {
    display: flex;
    justify-content: center;
}
ul.sub-menu li:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul.sub-menu li a {
    padding: 0px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dgwt-wcas-search-wrapp {
    max-width: 400px; /* search bar width */
    margin: 0 auto;   /* center align */
}

.dgwt-wcas-sf-wrapp input[type="search"] {
    border-radius: 25px;  /* rounded search bar */
    border: 2px solid #333;
    padding: 10px 15px;
    font-size: 16px;
}

.dgwt-wcas-suggestions-wrapp {
    background: #f9f9f9;  /* dropdown background */
    border: 1px solid #ddd;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: unset;
    width: 100%;
    float: right;
}
.dgwt-wcas-search-wrapp {
    max-width: 200px !important;
}
.wp-video-shortcode {
    height: 450px !important;
    object-fit: contain;
}
.woocommerce-product-gallery ol {
    margin-top: 20px !important;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.woocommerce-product-gallery__image {
    border-radius: 20px;
	    overflow: hidden;
}


.woocommerce-product-gallery ol li img {
    border-radius: 10px;
}
section.features-section {
    background: #f5c14e24;
}
.hamburger {
    font-size: 30px;
    color: white;
    margin-left: 10px;
}

.mobile-menu {
    background: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -65em;
    z-index: 8;
    padding: 80px 30px;
	transition:.7s all;
	overflow-y:auto;
}

.mobile-menu>.navbar>nav>ul {
    display: block;
}

.mobile-menu .navbar nav ul li a {
    font-size: 20px;
}

.mobile-menu .navbar nav ul li {
    padding: 0px;
    margin-top: 30px;
}
.mobile-menu.active{
	left:0;
}

.close-menu {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: white;
    width: 45px;
    height: 45px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.wrapper {
    overflow: hidden;
}
.collection-btm-main .collection-box img {
    width: 210px;
    height: 250px;
	object-fit:cover;
}
.input-fields-main p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-fields-main p label input, textarea {
    width: 100% !important;
    padding: 3px 10px;
    margin-top: 6px;
}

.input-fields-main p label {
    margin-bottom: 20px;
}

span.wpcf7-form-control-wrap {
}

form.wpcf7-form textarea {
    height: 120px;
}

form.wpcf7-form label {
    width: 100%;
}

.wpcf7-submit {
    background: black;
    color: white;
    padding: 2px;
    width: 100%;
    margin-top: 20px;
}

.custom-jewellery {
  background: linear-gradient(135deg, #fafafa, #f3f3f3);
  padding: 60px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin: 40px auto;
  max-width: 1000px;
}

.custom-container {
  max-width: 800px;
  margin: auto;
}

.custom-jewellery .tagline {
  color: #b8860b;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.custom-jewellery .headline {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.custom-jewellery .subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.custom-jewellery .benefits {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.custom-jewellery .benefits li {
  font-size: 16px;
  color: #333;
  margin: 8px 0;
}

.custom-jewellery .cta-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #b8860b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.custom-jewellery .cta-btn:hover {
  background: #8b6508;
}
.custom-container .primary-btn a {
    margin-top: 0px;
}