/* @font-face {
    font-family: 'Times New Roman';
    src: url('../font/TimesNewRomanPSMT.eot');
    src: url('../font/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
        url('../font/TimesNewRomanPSMT.woff2') format('woff2'),
        url('../font/TimesNewRomanPSMT.woff') format('woff'),
        url('../font/TimesNewRomanPSMT.ttf') format('truetype');
        
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */



/* Global css */
*{margin:0;padding:0;}
html{overflow-x:hidden;scroll-behavior: smooth;}
body{font-size:16px;font-family: "Inter", sans-serif;background:#faf9f7;color:#000;line-height: 24px;font-weight: 400;}

a{text-decoration:none;outline:none;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;color:#000;}
a:focus, a:hover {-webkit-transition: .5s;-o-transition: .5s;transition: .5s;text-decoration: none;}
img{max-width:100%;}

h1,h2,h3,h4,h5,h6{font-family: "Times New Roman", Times, serif;color:#000;margin: 0px;padding:0px;}

h1{font-size: 72px;line-height: 72px;}h2{font-size: 48px;line-height: 48px;}h3{font-size: 48px;line-height: 48px;}h4{font-size: 30px;line-height: 30px;}h5{font-size: 20px;}h6{font-size: 20px;}
section{width:100%;padding:70px 0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
input{-webkit-box-sizing:border-box;box-sizing:border-box;}
input[type=submit],button{outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
ol, ul {margin: 0px;padding: 0px;}
p {margin: 0px;padding: 0px;}
li {list-style: none;} 
::-webkit-input-placeholder{color:#a6a6a6;}
::-moz-placeholder{color:#a6a6a6;}
:-ms-input-placeholder{color:#a6a6a6;}
::-ms-input-placeholder{color:#a6a6a6;}
::placeholder{color:#a6a6a6;}
:root {
--white: #F5F4F0;
--black: #000000;
--gold:#D9A520;
--grey:#999999;
}

.btn {background-color:var(--gold);color: var(--white);font-size: 18px;font-family: "Inter", sans-serif;line-height: 28px;padding: 12px 16px;
border: none;border-radius: 0px;transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;transform-style: preserve-3d;font-weight: 500;}

.btn:hover{background-color:#686868;color:var(--white);transform: translate3d(0px, -6px, 0.01px);} 


.Container_box {width: 100%;max-width: 1170px;margin: 0 auto;}
.text-center{
    text-align: center;
}


/* .logo img {
    width: 100%;
    max-width: 177px;
    transition: 0.80s ease 0s, 0.80s ease 0s;
-ms-transition: 0.80s ease 0s, 0.80s ease 0s;
-o-transition: 0.80s ease 0s, 0.80s ease 0s;
-moz-transition: 0.80s ease 0s, 0.80s ease 0s;
-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;
} */


/*menu*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile {border: 0;list-style: none;
line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
#cssmenu:after,#cssmenu > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}
#cssmenu #head-mobile {display: none}
#cssmenu > ul > li {float: left;}
#cssmenu > ul > li > a {
padding: 10px 16px;
font-size: 16px;
text-decoration: none;
color: #000;
font-weight: 400;
}

#cssmenu > ul > li > a:hover {
    color:var(--gold);
}

#cssmenu > ul > li.active a {
    color:var(--gold);
}

/* #cssmenu > ul > li a:hover {color:#686868;} */



#cssmenu > ul > li:last-child > a {padding-right: 0px;}
#cssmenu > ul > li.has-sub:hover > a:before {top: 23px;height: 0}
#cssmenu ul ul {position: absolute;left: -9999px;z-index: 9;}
#cssmenu ul ul li {-webkit-transition: all .25s ease;-ms-transition: all .25s ease;background:#000;transition: all .25s ease}
#cssmenu ul ul li:hover {}
#cssmenu li:hover > ul {left: auto}
#cssmenu ul ul ul {margin-left: 100%;top: 0}
#cssmenu ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 130px;font-size: 15px;
text-decoration: none;color: #ddd;font-weight: 400;}
#cssmenu ul ul li a:hover {background: #ffffff;color: #000 !important;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a {border-bottom: 0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover {color: #fff}
#cssmenu ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;
display: block;width: 2px;height: 8px;background: #ddd;content: '';-webkit-transition: all .25s ease;
-ms-transition: all .25s ease;transition: all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before {top: 17px;height: 0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover {background:#000;}
#cssmenu ul ul ul li.active a {border-left: 1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: 1px solid #333}



@media screen and (max-width:767px) {
body.custom_header_fixed .button.menu-opened .open {display: block !important;}
nav {width: 100%;}
#cssmenu {width: 100%}
#cssmenu ul {width: 100%;display: none}
#cssmenu ul li {width: 100%;border-top: 1px solid #444;overflow: hidden;}
#cssmenu ul li:hover {background: #363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li {height: auto}
#cssmenu ul li a,#cssmenu ul ul li a {width: 100%;border-bottom: 0}
#cssmenu > ul > li {float: none}
#cssmenu ul ul li a {padding: 10px 35px;text-transform: uppercase;}
#cssmenu ul ul li {background:#000 !important;}
#cssmenu ul ul li:hover {background: #000 !important}
#cssmenu ul ul ul li a {padding-left: 35px}
#cssmenu ul ul li a {color: #ddd;background: none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a {color: #fff}
#cssmenu ul ul,#cssmenu ul ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before {display: none}
#cssmenu #head-mobile {display: block;padding: 23px;color: #ddd;font-size: 12px;font-weight: 700}
.menu .button {width: 45px;height: 45px;position: absolute;right: 22px;top: 0;cursor: pointer;z-index: 12399994;background: #000;border-radius: 50%;}
.menu .button:after {position: absolute;top: 22px;right: 12px;display: block;height: 8px;width: 20px;border-top: 2px solid #fff;
border-bottom: 2px solid #fff;content: ''}
.menu .button:before {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;position: absolute;top: 16px;
right: 12px;display: block;height: 2px;width: 20px;background: #fff;content: ''}
.button.menu-opened:after {-webkit-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;
top: 23px;border: 0;height: 2px;width: 19px;background: #fff;-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.button.menu-opened:before {top: 23px;background: #fff;width: 19px;-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}
#cssmenu .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid #444;height: 46px;
width: 46px;cursor: pointer}
#cssmenu .submenu-button.submenu-opened {background:#000;}
#cssmenu ul ul .submenu-button {height: 34px;width: 34px}
#cssmenu .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;
display: block;background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:after {top: 15px;right: 13px}
#cssmenu .submenu-button.submenu-opened:after {background: #fff}
#cssmenu .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;
background: #ddd;content: ''}
#cssmenu ul ul .submenu-button:before {top: 12px;right: 16px}
#cssmenu .submenu-button.submenu-opened:before {display: none}
#cssmenu ul ul ul li.active a {border-left: none}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {border-top: none}
#cssmenu > ul > li > a {padding: 15px 17px;background: #000;color: #fff;}
.mrnuAndLogo .container {padding: 0px;margin: 0px;width: 100%;}
#cssmenu ul li i.fa.fa-angle-down {display: none !important;}
.menu {position: absolute;left: 0px;width: 100%;top: 24px;}
.mrnuAndLogo {padding: 18px 100px 18px 20px;}
#cssmenu ul {position: relative;z-index: 9;}
.menu {margin: 0 0 0 0px;}
.custom_header_fixed .menu {top: 26px;transition: 0.80s ease 0s, 0.80s ease 0s;-ms-transition: 0.80s ease 0s, 0.80s ease 0s;-o-transition: 0.80s ease 0s, 0.80s ease 0s;-moz-transition: 0.80s ease 0s, 0.80s ease 0s;
-webkit-transition: 0.80s ease 0s, 0.80s ease 0s;}
header {    position: relative;    z-index: 999;}
}
/*menu end*/


/*Top Bar*/



.Top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-partner ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo img {
    width: 100%;
    max-width: 150px;
}



.top-partner ul li:nth-child(1) a,
.top-partner ul li:nth-child(2) a {
    width: 100%;
    height: 100%;
    background: var(--gold);
    display: block;
    padding: 5px 16px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
}

.top-partner ul li:nth-child(1) a:hover,
.top-partner ul li:nth-child(2) a:hover {
    color: #000;
}

.top-partner ul li:nth-child(4) {
  position: relative;
}
.top-partner ul li:nth-child(4) span {
    position: absolute;
    top: -12px;
    background: var(--gold);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 11px;
    color: #fff;
}

.top-partner ul li a {
    
    color:var(--black);
}

.top-partner ul li a:hover {
    
    color:var(--gold);
}
    /* search */
.search-trigger {display: inline-flex;align-items: center;justify-content: center;gap: 8px;color: #fff;padding: 10px 0px;text-decoration: none;cursor: pointer;}
/* overlay + modal */
.search-overlay {position: fixed;inset: 0;background: rgba(0,0,0,0.45);display: none;align-items: center;justify-content: center;z-index: 2000;padding: 24px;}
.search-overlay.open { display: flex; }
.search-modal {width: 100%;max-width: 720px;border-radius: 8px;box-shadow: 0 20px 40px rgba(16,24,40,0.2);padding: 20px;transform: translateY(8px);opacity: 0;transition: transform 180ms ease, opacity 180ms ease;}
.search-overlay.open .search-modal {transform: translateY(0);opacity: 1;}
/* header row inside modal */
.search-header {display: flex;justify-content: flex-end;align-items: center;gap: 12px;margin-bottom: 12px;}
.search-title {font-size: 18px;font-weight: 600;}
.search-close {
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    background-color: var(--gold);
    border-radius: 4px;
    line-height: normal;
    height: 22px;
    width: 22px;
}

/* .search-close-close {
       border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    background-color: var(--gold);
    border-radius: 4px;
    line-height: normal;
    height: 22px;
    width: 22px;
} */
/* search input */
.search-box {display: flex;gap: 8px;align-items: center;background: #f1f4ff;padding: 10px;border-radius: 8px;border: 1px solid transparent;}
.search-box input[type="search"] {border: none;outline: none;flex: 1;font-size: 16px;background: transparent;}
.search-box button {color: #fff;border: none;padding: 8px 12px;border-radius: 8px;cursor: pointer;font-weight: 600;background-color: var(--gold);}
.search-suggestions {margin-top: 12px;font-size: 14px;color: #444;}
/* search end */


.top-partner {
    width: auto;
}

.top-show-price {
    background: #0D0D0D;
    padding: 10px 0px;
    border-top: 1px solid #c3c0b8;
}
.top-show-price-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-price ul {
    display: flex;
    gap: 6px;
}

.right-price ul li {
    color: #999999;
}

.left-price ul li:nth-child(1) {
    color:var(--gold);
    font-size: 14px;
    font-weight: 400;
}

.left-price ul li:nth-child(2) {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.left-price ul li:nth-child(3) {
       color: #22C55E;
    font-size: 13px;
    font-weight: 400;
}
.right-price ul li img {
    margin: 0 8px 0 0;
}
.right-price ul li  {
    margin: 0 8px 0 0;
    color: #fff;
    font-size: 14px;
}

/*Top Bar end*/




/* Banner */
.hero-banner {
    position: absolute;
    padding: 40px 30px;
    color: #fff;
    background-repeat: no-repeat;
    margin: 0px 0px 0px;
    border-radius: 20px;
       top: 49%;
    transform: translateY(-50%);
    left: 0px;
    text-align: center;
    width: 100%;
	z-index: 1;
}

.banner-video video {
    width: 100%;
    height: 100%;
    border-radius: 0px;
     margin: 0px 0px 0px;
     height: 640px;
      object-fit: cover;
}
.home-pricing .btn:hover {
    color: #fff;
    background: #000;
}

.parent_certifications8465 a:hover {
    color: #000;
}



.banner-video {
    position: relative;
}
.banner-video:after {
    background: #0000003d;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 99%;
    content: "";
    width: 100%;
}
/* Toggle */
.hero-banner .country-toggle {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px;
  border-radius: 50px;
}

.hero-banner .toggle {
    border: none;
    padding: 10px 22px;
    border-radius: 40px;
    background: transparent;
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    transition: .5s;
    line-height: 20px;
    margin: 0 4px 0 4px;
}

.hero-banner .toggle.active {
  background: #d9a826;
  color: #000;
}

.hero-banner .toggle:hover {
  background: #d9a826;
  transition: .5s;
  color: #000;
}
.hero-banner .country-toggle ul li a {
    border: none;
    padding: 10px 22px;
    border-radius: 40px;
    background: transparent;
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    transition: .5s;
    line-height: 20px;
}

  .hero-banner .country-toggle ul li a:hover {
    background: #d9a826;
    color: #000;
    transition: .5s;
}

 .hero-banner .country-toggle ul li a.active-btn {
    background: #d9a826;
    color: #000;
}

.hero-banner .country-toggle ul {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 50px;
}

.hero-banner .country-toggle {
    border: none;
    padding: 6px 6px;
    border-radius: 40px;
    background: #00000059;
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #2d2519;
	    margin-bottom: 30px;
}
/* Content */


.hero-banner .hero-content h1 {
    font-size: 71.9px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #f5f4f0;
    
    
}

.hero-banner .hero-content h1 span {
  color: #d9a826;
}

.hero-banner .hero-content p {
    font-size: 18px;
    color: #ECEAE4;
    max-width: 540px;
    margin-bottom: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 30px;
}

/* Buttons */
.hero-banner .hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.hero-banner .btn {
    padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    width: 238px;
}

.hero-banner .btn.primary {
  background: #d9a826;
  color: #000;
}

.hero-banner .btn.primary i.fa-solid.fa-arrow-right {
    font-size: 13px;
}
.hero-banner .btn.secondary {
    background: #111;
    color: #fff;
    border: 1px solid #755b19;
}
.hero-banner .btn:hover {
    background: #000;
    color:var(--gold);
}

.hero-banner .btn.secondary:hover {
    background:var(--gold);
    color: #000;
}
/* Gold Card */
.gold-card {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1c1c1c, #2b2b2b);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    border: 1px solid #2c281d;
    right: 30px;
}

.gold-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #A39E8F;
    line-height: 20px;
}
.gold-header .dot {
  width: 8px;
  height: 8px;
  background: #00e676;
  border-radius: 50%;
}
.gold-price {
    margin: 18px 0 10px;
    font-size: 40px;
    font-weight: 600;
    color: #f4c542;
        font-family: "Times New Roman", Times, serif;
    line-height: 48px;
}

.gold-price span {
    font-size: 14px;
    color: #A39E8F;
    line-height: 20px;
    font-weight: 400;
}

.updated {
    font-size: 12px;
    color: #A39E8F;
    line-height: 16px;
    font-weight: 400;
}


/* bvanenr end */





















/* trust */

.shop-bg {
    background-image: url(../images/shop-cat-bg.png);
}


/* .trust {
  background:#0d0d0d;
} */

.trust {
    padding: 0px 0px 0px;
    margin-top: 0px;
}

.trust .trust-grid {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}


.trust .trust-card {
  background: #f1efea;
  border:1px solid var(--gold);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: 0.3s ease;
}

.trust .trust-card:hover {
  transform: translateY(-6px);
  border-color: #f5c542;
  box-shadow: 0 0 10px rgba(245, 197, 66, 0.6);
}

section.collections {
    padding-top: 60px;
}

.trust .icon {
  
  height: 55px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #f5c542;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.trust .trust-card h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}
.trust .trust-card p {
    font-size: 14px;
    color: #A39E8F;
    line-height: 20px;
}

/* Responsive */
@media (max-width: 600px) {
  .trust {
    padding: 50px 5%;
  }
}
/* trust end */



/* collections */
.shop-bg {
    background-image: url(../images/shop-cat-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
}
.collections {
    padding: 0px 0 80px 0px;
    text-align: center;
    /* background-color: #0d0d0d; */
}


.page-id-280 .shop-bg {
    padding-bottom: 120px;
    padding-top: 70px;
}

.collections .card img {
    height: 100%;
}


.collections .subtitle {
  color:#000;
  letter-spacing: 2.5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.collections h2 {
    font-size: 48px;
    margin-bottom: 50px;
    line-height: 48px;
    margin-top: 15px;
    color: #000;
}

.collections .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
}

.collections .card {
    background: #111;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    border: 1px solid #1b1914;
}



.card:after {
    width: 100%;
    height: 110%;
    background-image: url(../images/Gradient.png);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
}
.card-content {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
.card-content img {
    width: auto;
    max-width: max-content;
}

.collections .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 10px rgba(245, 197, 66, 0.6);
transition: all 0.3s ease;
 border-color: #f5c542;
}

.collections .card img {
  width: 100%;
  object-fit: cover;
}

.collections .card-content {
  padding: 20px;
  text-align: left;
}
.collections .card-content h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 32px;
    color: #F5F4F0;
}

.collections .from {
    font-size: 14px;
    color: #A39E8F;
    line-height: 20px;
}

.collections .price {
  color:var(--gold);
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0 14px;
}

.collections .card-content a {
  color: #A39E8F;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s;
}


/* collections end */


/* pricing-section */
.home-pricing {
  padding: 100px 0px 100px;
  background:#f1efea;
}

/* Container */
.home-pricing .pricing-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}


.home-pricing .pricing-left h3 {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    
    font-weight: bold;
}

.home-pricing .pricing-left h3 span {
  color:var(--gold);
}

.home-pricing .desc {
    color: #A39E8F;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
    margin-top: 20px;
        font-weight: 400;
}

.home-pricing .features {
  list-style: none;
  margin-bottom: 30px;
}

.home-pricing .features li {
    margin-bottom: 12px;
    padding-left: 38px;
    position: relative;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

.home-pricing .features li::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/list-style.png);
    color: #f5c542;
    width: 24px;
    height: 28px;
    background-repeat: no-repeat;
    top: -2px;
}


.home-pricing .btn {
  display: inline-block;
  background:var(--gold);
  color: #fff;
  padding: 10px 0px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  line-height: 20px;
	width: 133px;
    height: 40px;
}

.home-pricing .btn i.fa-solid.fa-arrow-right {
    padding-left: 10px;
}


.home-pricing .features li:last-child {
    margin-bottom: 0px;
}
.home-pricing .btn:hover {
  background: #e2b635;
}


.home-pricing .pricing-card {
  background: #121212;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 24px;
  transition: all 0.3s ease;
}

.home-pricing .pricing-card:hover {
box-shadow: 0 0 10px rgba(245, 197, 66, 0.6);
transition: all 0.3s ease;
    border-color: #f5c542;
}

.home-pricing .pricing-card h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
	color: #fff;
}

.home-pricing .card-row:nth-child(4) {
    border-bottom: none;
}

.home-pricing .card-row:nth-child(2) {
    border-bottom: none;
}

.home-pricing .card-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
    padding: 8px 0;
    border-bottom: 1px solid #242424;
    line-height: 20px;
}
.card-row-main h5 {
    color: #F5F3F0;
    font-size: 18px;
    line-height: 28px;
}
.card-row-main {
    background: #1a1a1a;
    padding: 15px;
    border-radius: 8px;
}

.home-pricing .card-total {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: var(--gold);
    line-height: 24px;
}

.card-total span:nth-child(1) {
    color: #fff;
	font-weight: normal;
}

@media (max-width: 900px) {
  .home-pricing .pricing-container {
    grid-template-columns: 1fr;
  }
}

/* pricing-section */

/* heritage */

.heritage {
    padding-top:80px;
    background: #fff;
}
 .heritage-container {  
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* Image */
.heritage .heritage-image {
  position: relative;
}

.heritage .heritage-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* Small badge image */
.heritage .image-badge {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: #000;
  padding: 1px;
  border-radius: 14px;
}

.heritage .image-badge img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.heritage .tag {
    color:var(--gold);
    font-size: 14px;
    letter-spacing: 2.8px;
    margin-bottom: 10px;
    line-height: 20px;
}

.heritage .heritage-content h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #000;
}

.heritage .heritage-content h2 span {
  color: #f5c542;
}

.heritage .text {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

.heritage .stats {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    border-top: 1px solid #423A24;
    padding-top: 24px;
    background: none;
}

.heritage .stat h3 {
    color:var(--gold);
    font-size: 30px;
    margin-bottom: 4px;
    line-height: 36px;
}

.heritage .stat p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .heritage .heritage-container {
    grid-template-columns: 1fr;
  }

  .heritage .image-badge {
    right: 10px;
    bottom: 10px;
  }


}

 /* heritage end */


/* Customer Stories */


.parent_certifications8465 a {
    text-align: center;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.customer-stories {
    background-image: url(../images/Customer-Stories-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 0 0px;
    background-color: #0d0d0d;
}
.customer-stories-heading h6 {
    color:#fff;
    letter-spacing: 2.5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.customer-stories-heading h3 {
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 48px;
    margin-top: 15px;
    color: #000;
    text-align: center;
}

.customer-stories-heading p {
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 28px;
    margin-top: 0;
    color: #000;
    text-align: center;
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}


/* Juice Categories */

#customerstories .owl-nav {
    position: absolute;
    top: 45%;
    display: flex;
    width: 100%;
    right: 0;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
}

#customerstories button.owl-prev {
    /* overflow: hidden; */
    /* color: var(--white); */
    padding: 0px;
    font-size: 0;
    margin: 0px;
    /* line-height: 36px; */
    display: block;
    background-image: url(../images/left-arow.png);
    /* border-radius: 50%; */
    height: 35px;
    width: 40px;
    position: relative;
    left: -40px;
    background-repeat: no-repeat;
}

#customerstories button.owl-next {overflow: hidden;padding: 0px;font-size: 0px;display: block;line-height: 36px;margin-right: 0px;background-image: url(../images/right-arow.png);height: 35px;
    width: 40px; right: -40px;position: relative;background-repeat: no-repeat;}

.card-footer:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-image: url(../images/Horizontal\ Divider.png);
    width: 90px;
    height: 8px;
    background-repeat: no-repeat;
}

.card-footer {
    position: relative;
}


#customerstories .owl-dots {display: none;}


#customerstories.owl-carousel .item {
    padding: 30px 12px;
    border-radius: 12px;
    transition: transform 0.4s ease;
}
  #customerstories.owl-carousel .item img {
    width: 100%;
    border-radius: 12px;
    display: block;
    box-shadow: -4px 1px 1px 0px #c3c3c3;
}

    
  

    .owl-item.center .item .caption {
    font-size: 25px;
    border-bottom: 2px solid var(--red);
    padding-bottom: 14px;
}

.caption {
    margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.testimonial-card {
    background: #f1efea;
    border: 1px solid var(--gold);
    border-radius: 16px;
    padding: 26px;
    text-align: left;
    position: relative;
    transition: 0.3s;
}
.testimonial-card:after {
    background-repeat: no-repeat;
    width: 28px;
    height: 10px;
    background-image: url(../images/testimonil-code.png);
    content: "";
    position: absolute;
    top: 0px;
}

.testimonial-card:hover {
  border-color: #f5c542;
  box-shadow: 0 0 10px rgba(245, 197, 66, 0.6);
  transform: translateY(-6px);
}


#customerstories .stars {
  color: #f5c542;
  font-size: 14px;
  margin-bottom: 14px;
}


#customerstories .review {
  font-size: 16px;
  color: #000;
  line-height:26px;
  margin-bottom: 24px;
  font-style: italic;
}

.card-footer {
    padding: .5rem 1rem;
    background-color: transparent;
    border-top: none;
}

.card-footer-left h4 {
font-size: 18px;
line-height: 28px;
color: #000;
}

.card-footer-left p {
font-size: 14px;
line-height: 20px;
color: #A39E8F;
}

.card-footer {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.card-footer {
    padding: 32px 0 0 0px;
    margin-top: 50px;
}

.card-footer-right h6 {
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
letter-spacing: 0.6;
color: var(--gold);
}

.card-footer-right p {
font-size: 14px;
line-height: 20px;
color:#000;
}
    
    .card-footer-right {
    text-align: right;
}

  

/* Customer Stories end */

/* Counter */
.stats-section {
    padding: 50px 0 160px 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 100px;
}

.stat-box h2 {
    font-size: 36px;
    color: #D9A520;
    margin-bottom: 8px;
    line-height: 40px;
}

.stat-box p {
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #fff;
    line-height: 20px;
}

@media (max-width: 767px) {
  .stats-section {
    flex-direction: column;
    gap: 40px;
  }
}

/* Counter end */












/* global-presnce */
.global-presnce {
    background-image: url(../images/global-presnce.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    background-position: center center;
    padding: 47px 0px;
}

.global-presnce-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.global-presnce-left h4 {
    font-size: 24px;
    color: #000;
    line-height: 32px;
    padding-left: 40px;
}

.global-presnce-left p {
    font-size: 14px;
    color: #A39E8F;
    line-height: 24px;
    padding-left: 40px;
}

.global-presnce-left {
    background: #f1efea;
    border-radius: 16px;
    padding: 25px;
    width: 44%;
    transition: all 0.3s ease;
    border: 1px solid var(--gold);
}

.global-presnce-left:hover {
box-shadow: 0 0 10px rgba(245, 197, 66, 0.6);
transition: all 0.3s ease;
 border-color: #f5c542;
}



.global-presnce-left ul {
    margin-top: 20px;
}

.global-presnce-left ul li {
    color: #A39E8F;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}



.global-presnce-left ul li i.fa-solid.fa-location-dot {
    color: var(--gold);
    width: 21px;
    text-align: center;
}


.global-presnce-heading h6 {
    color:#000;
    letter-spacing: 2.5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.global-presnce-heading h3 {
    font-size: 48px;
    margin-bottom: 60px;
    line-height: 48px;
    margin-top: 15px;
    color: #000;;
    text-align: center;
}
/* global-presnce end */

/* grow-with-kesariya-box */
.grow-with-kesariya-gold {
    padding: 140px 0px 140px;
    background-color: #f1efea;
}

.grow-with-kesariya-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1efea;
    width: 100%;
    max-width: 890px;
    transition: all 0.3s ease;
    margin: 0 auto;
    padding: 40px 70px 40px 40px;
    border-radius: 16px;
    border: 1px solid #22201a;
    box-shadow: 0px 13px 16px rgba(245, 197, 66, 0.6);
    transition: all 0.3s ease;
    border-color: #f5c542;
}

.grow-with-kesariya-box:hover {
box-shadow: 0 0 10px rgba(245, 197, 66, 0.6);
transition: all 0.3s ease;
 border-color: #f5c542;
}

.icone-text h6 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.icone-text p {
    font-size: 14px;
    line-height:20px;
    color: #000;
}

.left-text {
    display: flex;
    gap: 10px;
}

.right-btn a {
    border: 2px solid var(--gold);
    color:#000;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    
}

.right-btn a:hover {
background-color: var(--gold);
color: #000;
}

/* grow-with-kesariya-box end */

/* Footer */
.footer {
  background: #000;
  padding: 70px 0px 0px;
  border-top: 1px solid #1f1f1f;
}
.footer-links {
    padding-left: 100px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
}


.footer-brand h3 {
    color:var(--gold);  
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 32px;
}

.badges ul {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
}

.badges ul li {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.badges ul li img {
    margin: 0 7px 0 0px;
}

.footer-brand p {
    font-size: 14px;
   color: #fff;
    line-height: 28.8px;
    margin-bottom: 16px;
}

.badges span {
  display: inline-block;
  font-size: 12px;
  color: #ddd;
  margin-right: 12px;
}

/* Links */
.footer-links h4 {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 24px;
   color: #fff;
}

.footer-links ul {
  list-style: none;
}

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

.footer-links a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
  color: #f5c542;
}

.footer-par {
    text-align: center;
}
.footer-par p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.footer-par {
    text-align: center;
    border-top: 1px solid #221f19;
    border-bottom: 1px solid #221f19;
    padding: 25px 0px 52px;
  
   
    margin: 45px auto 0px;
}

.footer-par p span {
    color:var(--gold);
}

.copy-left p {
   color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}

.copy-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

 /* Footer end */





 /* inner page */

/* Main Section */
.story-section {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    padding: 0 8%;
    background-image: url(https://kesariyagold.com/wp-content/uploads/2026/01/our-story-bg.png);
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.story-section .story-content {
  position: relative;
  color: #fff;
}

.story-section .subtitle {
    color: #d4af37;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 24px;
}

.story-section .story-content h1 {
  color: #fff;
  font-size:60px;
  line-height:70px;
  margin: 0 0 20px;
}

.story-section .story-content h1 span {
  color: #d4af37;
}

.story-section .story-content p {
    color: #fff;
    font-size: 16px;
    max-width: 480px;
}


/* Top-bar end */



.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 70px 0px;
  background: #fbfbfb;
}

.stat-card {
  background: #F1EFEA;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 215, 0, 0.1);
  transition: all 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-8px);
/*   box-shadow: 0 15px 40px rgba(255, 215, 0, 0.15); */
}

.stats .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background:transparent;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #d4af37;
    margin-bottom: 18px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.stats .stat-card h2 {
    color: #000;
    font-size: 32px;
    margin: 0;
    font-weight: normal;
    line-height: 40px;
}

.stats .stat-card p {
  color: #999;
  font-size: 14px;
  margin-top: 8px;
  letter-spacing: 0.5px;
}

/* four boxend */


/* our mistion */



/* Section */
.mission-section {
  padding: 100px 0;
  background:#F1EFEA;
}

/* Image Banner */
.mission-banner {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    background: url("../images/our-mistion.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-overlay {
  position: absolute;
  inset: 0;
}

.mission-banner h2 {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 1;
    line-height: 40px;
    bottom: -70px;
     color: #fff;
}
/* Content */
.mission-content {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: center;
    padding: 0 20px;
}

.mission-content p {
    color: #999999;
    font-size: 18px;
    line-height: 28px;
}

/* Divider */
.divider {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.divider span {
  width: 60px;
  height: 1px;
  background: #d4af37;
  opacity: 0.7;
}

.divider i {
    color: #d4af37;
    font-size: 43px;
    font-style: initial;
}

/* our mistion end */



/* our value */

section.our-value-section {
    padding: 0px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}



.our-value-heading {
    text-align: center;
    padding: 80px 0 0 0px;
   
}
.values-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  padding: 60px 0% 80px;
  background: #faf9f7;
}
.our-value-heading h3 {
    color: var(--gold);
    margin-bottom: 20px;
}

.our-value-heading p {
color: #999;
}

/* Left Image */
.values-image {
  position: relative;
  overflow: hidden;
  background: url("https://kesariyagold.com/wp-content/uploads/2026/01/Our-Values-left-img.png") center/cover no-repeat;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
   border-radius: 8px;
}

.image-overlay {
  position: absolute;
  inset: 0;
  
}

.quote {
    color: #fff;
    position: relative;
    font-size: 32px;
    margin-bottom: 30px;
    z-index: 1;
    line-height: 40px;
}


.partner-earnings {
  background: #F1EFEA;
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.pe-content {
    text-align: center;
}
.partner-earnings .pe-content h2 {
    color: #D9A520;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: bold;
}


.partner-earnings .pe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.partner-earnings .pe-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.partner-earnings .pe-content h2 {
  color: #d4a017;
  font-size: 42px;
  margin-bottom: 10px;
}

.partner-earnings .pe-content .subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.partner-earnings .pe-content p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
}

.partner-earnings .pe-content h4 {
    margin: 30px 0 15px;
    font-size: 16px;
    color: #000;
}

.partner-earnings .pe-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
    margin-left: 26%;
}

.partner-earnings .pe-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 16px;
}

.partner-earnings .pe-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 3px solid #d4a017;
  border-radius: 50%;
}

.partner-earnings .pe-buttons {
  margin-top: 30px;
}

.partner-earnings .btn-primary {
    background: none;
    display: inline-block;
    padding: 10px 72px;
    border: 2px solid #D9A520;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 400;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}
.partner-earnings .btn-primary:hover {
  background: #d4a017;
  color: #fff;
}

.partner-earnings .login-text {
  margin-top: 15px;
  font-size: 15px;
}

.partner-earnings .login-text a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 900px) {
  .partner-earnings .pe-grid {
    grid-template-columns: 1fr;
  }

  .partner-earnings .pe-content h2 {
    font-size: 32px;
  }
}

/* Right Cards */
.values-section .values-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.values-section .value-card {
    background: #121212;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: inset 0 0 0 1px rgba(255,215,0,0.12);
    transition: all 0.4s ease;
    text-align: center;
}

.values-section .value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(212,175,55,0.15);
}

.values-section .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(212,175,55,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #d4af37;
    margin-bottom: 18px;
    margin: 7px auto;
}

.value-card h3 {
 color: #fff;
  font-size: 20px;
  margin: 0px;
}

.values-section .value-card p {
    color: #999999;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 15px;
}


/* our value */


/* our jurny */


/* Section */

.journey-section {
    padding: 90px 0%;
    background-image: url(https://kesariyagold.com/wp-content/uploads/2026/01/Our-Journey-bg.png);
    background-position: 100% 50%;
    background-size: cover;
}
/* Header */
.journey-section .journey-header {
  text-align: center;
  margin-bottom: 70px;
}

.journey-section .journey-header h2 {
  font-size: 42px;
  color: var(--gold);
  margin-bottom: 10px;
}

.journey-section .journey-header p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Timeline */
.journey-section .timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 60px;
}

/* Vertical Line */
.journey-section .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #d4af37;
  opacity: 0.9;
}

/* Item */
.journey-section .timeline-item {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

.journey-section .timeline-item:last-child {
  margin-bottom: 0;
}

/* Year Circle */
.journey-section .year {
    position: absolute;
    left: -60px;
    width: 60px;
    height: 60px;
    background: #d4af37;
    color: #000;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.journey-section .content {
  padding-left: 30px;
  
}

.journey-section .content h3 {

  font-size: 22px;
  margin-bottom: 8px;
}

.journey-section .content h4 {
    color: #d9a520;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.journey-section .content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0px;
}
/* our jurny end */

/* cta section */


.cta-section {
    position: relative;
    background: url("images/cta-bg.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.cta-section .cta-overlay {
  position: absolute;
  inset: 0;
background-image: url(../images/Experience\ the\ Difference.png);

}


.cta-section .cta-content {
  position: relative;
  max-width: 700px;
  padding: 0 20px;
  color: #000;
}

.cta-section .cta-content h2 {
 color: #000;
  font-size: 42px;
  margin-bottom: 12px;
}

.cta-section .cta-content p {
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

/* Buttons */
.cta-section .cta-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.cta-section .btn {
    padding: 6px 30px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cta-section .btn-gold {
  background: #d4af37;
  color: #000;
  border: 1px solid #000;
}

.cta-section .btn-gold:hover {
  background: #c9a633;
}

.cta-section .btn-dark {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.cta-section .btn-dark:hover {
  background: #222;
}


/* cta section end */




 /* inner page end */



 /* shop */

.shop-left-bar-mani {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 70px 0px;
}


.shop-left-bar {
    width: 30%;
}

.shop-right-bar {
    width: 70%;
}

.shop-banner {
  position: relative;
  width: 100%;
  height: 260px;
  background: url("../images/shop-banner.png") center right / cover no-repeat;
  display: flex;
  align-items: center;
}




.banner-content {
  position: relative;
  padding-left: 80px;
  color: #fff;
  max-width: 600px;
}

.banner-content h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
    color: #fff;
}

.banner-content p {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
}



.shop-right-bar .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.shop-right-bar .top-bar span {
    color: #9999;
}

.shop-right-bar .top-bar select {
    padding: 8px 14px;
    border-radius: 6px;
    background: #000;
    color: #fff;
}

.shop-right-bar .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.shop-right-bar .product-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #000;
  transition: 0.3s;
  background-color: #f2efe9;
}

.shop-right-bar .product-card:hover {
  transform: translateY(-6px);
}

button.button.woof_reset_search_form {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    transition: .5s;
    border-radius: 6px;
    font-weight: 400;
}

button.button.woof_reset_search_form:hover {
    background: #d9a520 !important;
    color: #fff !important;
    transition: .5s;
}
.shop-right-bar .img-box {
  position: relative;
  background: #000;
}

.shop-right-bar .img-box img {
  width: 100%;
  display: block;
}

.shop-right-bar .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
font-weight: normal;
  border-radius: 4px;
}

.shop-right-bar .badge.new { background: #f5a623; }
.shop-right-bar .badge.off { background: #e74c3c; top: 36px; }
.shop-right-bar .badge.best { background: #222; }

.shop-right-bar .wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #111;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.shop-right-bar .info {
    background: #f2efe9;
    padding: 14px;

}
.shop-right-bar .category {
  font-size: 12px;
  color: #999999;
}

.shop-right-bar .meta {
  font-size: 13px;
  margin: 6px 0;
  color: #999999;
}

.shop-right-bar .price {
  font-weight: bold;
  color:var(--gold);
}

.shop-right-bar .price span {
  color: #999999;
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
    text-shadow: inherit;
}

li#tab-title-reviews {
    display: none;
}

.woocommerce-MyAccount-content a {
    display: block;
    width: 100%;
}


/* for the pepole */


.testimonial-section {
  background: #d4a017;
  padding: 80px 60px;
}


.testimonial-section .testimonial-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}


.testimonial-section .testimonial-left {
  width: 30%;
  color: #fff;
}

.testimonial-section .testimonial-right {
    width: 60%;
}

.testimonial-section .testimonial-left h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #fff;
}

.testimonial-section .testimonial-left p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
}


.testimonial-section .testimonial-card {
    display: flex;
    background: rgba(0,0,0,0.25);
    border-radius: 10px;
    overflow: hidden;
    padding: 0px;
    max-width: 700px;
    align-items: center;
}


.testimonial-section .testimonial-card img {
  width: 260px;
  object-fit: cover;
}


.testimonial-section .testimonial-text {
  padding: 30px;
  color: #fff;
}

.testimonial-section .testimonial-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.testimonial-section .testimonial-text h4 {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.testimonial-section .testimonial-text span {
  font-size: 14px;
  opacity: 0.85;
}


#testimonial .owl-nav {
    position: absolute;
    top: auto;
    display: flex;
    width: 100%;
    right: 40px;
    gap: 0;
    justify-content: flex-end;
    align-items: center;
    bottom: -10px;
}
#testimonial button.owl-prev {
    /* overflow: hidden; */
    /* color: var(--white); */
    padding: 0px;
    font-size: 0;
    margin: 0px;
    /* line-height: 36px; */
    display: block;
    background-image: url(https://kesariyagold.com/wp-content/uploads/2026/01/testimonial-left-arow.png);
    /* border-radius: 50%; */
    height: 60px;
    width: 60px;
    position: relative;
    left: 0px;
    background-repeat: no-repeat;
}

#testimonial button.owl-next {
    overflow: hidden;
    padding: 0px;
    font-size: 0px;
    display: block;
    line-height: 36px;
    margin-right: 0px;
    background-image: url(https://kesariyagold.com/wp-content/uploads/2026/01/testimonial-right-arow.png);
    height: 60px;
    width: 60px;
    right: 0px;
    position: relative;
    background-repeat: no-repeat;
}



/* for the pepole end */


.archive .woof_container_inner h4 {
    font-size: 18px;
	line-height:28px;
	color:#333;
}

.archive .woof_list_label .woof_label_term {
    align-items: center;
    font-size: 14px;
}

 .archive ul.woof_list.woof_list_label {
    display: flex;
    flex-direction: column;
}

 .archive .woof_list_label .woof_label_term {
    background-color: transparent;
    border:none;
    margin: 3px 3px 3px 0;
    padding: 3px 10px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    height: 30px;
    display: flex;
    font-size: 14px;
    justify-content: flex-start;
	 color:#999;
}

.woof_list_label li .woof_label_term:hover, .woof_list_label li .woof_label_term.checked {
    background-color:transparent;
    border-color: transparent;
    color: #000;
}

 
 .archive .woof_list label {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 0;
    font-size: 14px;
    /*display: inline-block !important;*/
    line-height: 30px;
}

 .archive .irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #d9a520;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #d9a520 !important;
    color: white;
    border-radius: 4px;
}

  .archive .irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #d9a520 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
   
    border-top-color: #d9a520 !important;
}

.archive .woof_products_top_panel {
    display: none !important;
}

.archive .woocommerce-ordering select {
    vertical-align: top;
    padding: 8px 14px;
    border-radius: 6px;
    background: #000;
    color: #fff;
}

.archive ul.products {
    /* display: flex; */
    /* gap: 0; */
    margin: 0px !important;
    padding: 0px !important;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 15px;
}
.archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: auto;
}

 .my-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.kg-meta-under-title a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}


.archive ul.products li img {
    border-bottom: 1px solid #333;
}

.related.products h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.woocommerce-error {
    border-top-color: #d9a520;
}
.woocommerce-error::before {
       display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #d9a520;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #333333;
    float: left;
    margin: 0 0 20px 0px;
    padding: 0 0 20px 0px;
    position: relative;
    margin-left: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #F1EFEA;
}
.archive .woocommerce ul.products li.product, .archive .woocommerce-page ul.products li.product {
   
    padding: 0 0 0px 0px;
    border-radius: 6px;
    overflow: hidden;
   
}

.related.products h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 500;
    margin: 0px !important;
    padding: 0px 12px !important;
    line-height: 25px;
}

.related.products .price {
    display: block;
    font-weight: 400;
    margin-bottom: 0 !important;
    font-size: 15px !important;
    color: #d9a520 !important;
    font-weight: 700 !important;
    padding: 7px 15px !important;
}

.related.products a.button.product_type_variable.button.product_type_variable.add_to_cart_button {
        display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    float: left !important;
}
section.related.products a.button.product_type_variable.button.product_type_variable.add_to_cart_button:hover {
    background: #d9a520;
}

.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 21px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #d9a520;
    color: #000;
    z-index: 2;
    border-bottom-color: #fff;
}


.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}

.related.products .woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    float: left !important;
        background: #000;
    color: #fff;
    padding: 12px 17px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

#review_form input#submit {
    background: #d9a826 !important;
    color: #000 !important;
    padding: 14px 26px !important;
    border-radius: 6px !important;
    text-decoration: none;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 600;
}
#review_form input#submit:hover {
     background: #000 !important;
    color: #fff !important;
}
p.lost_password a:hover {
    color: #000;
}

.irs--round .irs-from {
    margin-left: 15px;
}
.irs--round .irs-to {
    margin: 0 0 0 -2px;
}

.woocommerce-message a {
   background: #d9a826 !important;
    color: #000 !important;
    padding: 14px 26px !important;
    border-radius: 6px !important;
    text-decoration: none;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 600;
}

#respond {
    line-height: 33px;
}

.wishlist_table .product-add-to-cart a.button {
     background: #d9a826 !important;
    color: #000 !important;
    padding: 14px 26px !important;
    border-radius: 6px !important;
    text-decoration: none;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 600;
    display: inline-flex !important;
}

p.return-to-shop a {
    background: #d9a826 !important;
    color: #000 !important;
    padding: 14px 26px !important;
    border-radius: 6px !important;
    text-decoration: none;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 600;
    
}

p.return-to-shop a:hover {
    background: #000 !important;
    color: #fff !important;
    
    
}

.woocommerce-message::before {
    content: "\e015";
    color: #d9a520;
    position: initial;
}
.woocommerce-message {
    border-top-color: #d9a520;
}

.page-id-8 p.return-to-shop a {
    float: none !important;
}
.wishlist_table .product-add-to-cart a.button:hover {
    background: #000 !important;
    color: #fff !important;
}

tbody.wishlist-items-wrapper a {
    color: #000;
        font-size: 14px;
   
    
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
     color: #000;
        font-size: 14px;
}

.wishlist-title h2 {
    font-size: 30px;
}
tbody.wishlist-items-wrapper a:hover {
    color: #000;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
    clear: both;
}


.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0px 13px;
    border: 1px solid #dcdcdc;
}

.related.products .woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 15px;
    font-weight: bold;
    color: var(--gold);
    padding-left: 14px;
}



.related.products ul {
    display: flex;
    gap: 15px;
}

.single .trust {
    margin-top: 0px;
    padding-top: 0px;
}


.related.products {
    padding-bottom: 0px;
    clear: both;
    padding-top: 0px;
    border-radius: 8px;
}

.related.products .woocommerce a.button {
    float: left !important;
        margin-top: 0px;
    margin-left: 15px;
    background: #d9a826;
    color: #fff;
    padding: 11px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}




/*.woocommerce-tabs.wc-tabs-wrapper {*/
/*    display: none;*/
/*}*/
.related.products ul li {
    width: 20% !important;
}

body.rr-product-ui.single-product div.product form.cart button.single_add_to_cart_button, body.rr-product-ui.single-product div.product form.cart .rr-buy-now {
    color: #fff;
}

.archive.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 15px;
	    font-weight: bold;
    color: var(--gold);
    padding-left: 14px;
}

.archive h2.woocommerce-loop-product__title {
    padding-left: 0;
    line-height: normal;
	color:#999;
    margin-left: 11px !important;
}

.woocommerce ul.products:before{
	display:none;
}

.archive .kg-product-category {
    padding-left: 12px;
    font-weight: 500;
}

.archive.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
    background: #000;
    color: #fff;
    padding:10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    float: left !important;
}

.archive.woocommerce ul.products li.product .button:hover {
    background: #d9a520;
  
}

.page-id-9 h2.woocommerce-order-details__title {
    font-size: 36px;
    margin-bottom: 10px;
}

.page-id-9 .woocommerce-customer-details {
    margin: 0px !important;
    padding: 0px;
}

.page-id-9 .woocommerce-customer-details h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.page-id-9 .woocommerce-order-details {
    padding: 30px 0px;
}

.page-id-9 .woocommerce .woocommerce-customer-details address {

    padding: 20px;
    box-sizing: border-box;
    line-height: 30px;
}


.page-id-9 ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    margin-top: 16px;
        margin-bottom: 18px;
}

.page-id-9 .woocommerce ul.order_details li strong {
    margin-top: 7px;
}

.page-id-9 .woocommerce table.shop_table tfoot th {
    font-weight: normal;
    
}

.single-contact a:hover {
    color: #000;
}

.contact-page.our-location-bg .single-contact a:hover {
    color: #000;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
        background: #d9a826;
    color: #000;
        padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.contact-page.our-location-bg .single-contact {
    padding: 60px 58px 55px;
    background-color: #fafafa;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 12px 3px #e0e0e0;
}


.related.products .woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 15px;
    font-weight: bold;
    color: var(--gold);
    padding-left: 14px;
}


.summary.entry-summary h1.product_title.entry-title {
    font-size: 40px;
    line-height: 56px;
}

.summary.entry-summary p.price {
    font-size: 30px !important;
    font-weight: bold;
    color: #d9a520 !important;
}
.summary.entry-summary .rr-btnwrap {
    display: flex;
    gap: 14px;
    width: 100%;
    
}

.summary.entry-summary button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #000 !important;
    opacity: 1;
}
.summary.entry-summary .rr-qtywrap {
    margin: -49px 0 26px 0px;
}

.summary.entry-summary button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #00000000 !important;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}


.summary.entry-summary .yith-add-to-wishlist-button-block {
    margin: 20px auto 0px;
}


/* .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
} */
body.rr-product-ui.single-product div.product form.cart button.single_add_to_cart_button, body.rr-product-ui.single-product div.product form.cart .rr-buy-now {
    background-color: #D9A520;
	border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.page-id-8 .kg-cart-title {
    
    font-size: 36px;
}

button#place_order {
    background: #000;
}

.page-id-9 h1.entry-title {
    font-size: 36px;
}

.page-id-8 h1.entry-title {
    font-size: 40px;
}


.archive .woof_container {
    padding-right:20px;
    margin-bottom: 20px;
}

.prodext-left-shop {
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    padding: 25px 10px;
}

.hop-top-bg {
    background-image: url(https://kesariyagold.com/wp-content/uploads/2026/01/shop-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    background-position: center center;
    padding: 47px 0px;
}

.hop-top-bg h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
}

.hop-top-bg p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: 450px;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
	object-fit: cover;
}
.tpwpg-main .tpwpg-thumbnail img {
    height: auto !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce-product-details__short-description p {
    display: none;
    margin-top: 18px;
}


.yay-currency-custom-select__trigger.small {
    height: 30px !important;
    font-size: 12px !important;
    padding: 8px 6px !important;
    background: #fdfdfd;
    margin-top: 20px;
}


.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}


.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #fff;
    padding: 22px;
    border-radius: 14px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation-link {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    padding:8px 16px;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.woocommerce-info::before {
    
display:none;
}
/* Hover */
.woocommerce-MyAccount-navigation-link a:hover {
    background: #c9a14a;
    color: #fff;
}

.wc-proceed-to-checkout a.button.wc-forward {
    width: auto;
}

/* Active */
.woocommerce-MyAccount-navigation-link.is-active a {
    background:#d9a520;
    color: #fff;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #d9a520;
}


.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
    margin-bottom: 5px;
    color: #111;
    font-size: 22px;
    font-weight: 500;
}


.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 13px;
}
.woocommerce-MyAccount-content a {
    float: left !important;
}
.woocommerce-MyAccount-content a {
    color: #d9a520;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.woocommerce-MyAccount-content a:hover {
    color: #000;
}

.page-id-10 p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
   
    margin: 20px auto 0px;
}

.woocommerce-info a:hover {
    color: #000;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
     background: #d9a826;
    color: #fff;
	    padding: 8px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    
	    margin-top: 4px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    padding-top: 12px;
}

#site-content {
    padding: 40px 0px 50px;
}
.woocommerce-info {
    border-top-color: #d9a520;
    margin-top: 12px;
}
/*.page-id-10 .woocommerce form .form-row {*/
/*    padding: 3px;*/
/*    margin: 0 0 6px;*/
/*    text-align: center;*/
/*}*/

.page-id-10 .kg-reg-grid label {
    font-weight: normal;
    margin-bottom: 6px;
    display: block;
}

.page-id-10 button.woocommerce-Button.button {
    margin: 20px auto 0px;
    float: none;
        background: #d9a826;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 4px;
}

#customer_login h2 {
    font-size: 25px;
}

.page-id-10 .woocommerce-MyAccount-content p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    float: left;
    margin:auto;
}
.woocommerce-MyAccount-content p {
    text-align: left !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 0;
    text-align: left;
    border: none;
    padding: 0px;
}

.page-id-10 .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
     
     padding: 20px;
    border-radius: 8px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #cfc8d8;
       
    background: #fff;
   
}

.page-id-10 .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;

     padding: 20px;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #cfc8d8;
      
    background: #fff;
}



.page-id-8 .woocommerce table.shop_table th {
    background: #faf9f7;
    
}


.page-id-8 .woocommerce button.button,

.woocommerce input.button {
        background: #d9a826;
    color: #fff;
	    padding: 8px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    width: 238px;
	    margin-top: 14px;
}
legend {
    font-size: 16px;
    margin-top: 20px;
}


.woocommerce a.button {
    background: none;
    float: right !important;
    margin: 0px;
    padding: 0px;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
    background: #000;
    color: #fff;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 8px;
    padding: 12px 14px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #c9a14a;
    box-shadow: 0 0 0 2px rgba(201,161,74,0.2);
}

.woocommerce table.shop_table {
    border-radius: 14px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.woocommerce table.shop_table th {
    background: #fff;
    color: #fff;
    padding: 14px;
}

.woocommerce table.shop_table td {
    padding: 14px;
    background: #fff;
}

.page-id-9 .woocommerce table.shop_table tr:nth-child(even) td {
    background: #fff;
}
.page-id-9 .woocommerce-checkout #payment ul.payment_methods {
    background: #ffffff;
}

 .page-id-9 .woocommerce-checkout #payment div.form-row {

    background: #fff;
}

 .page-id-9 .woocommerce .col2-set,  .page-id-9 .woocommerce-page .col2-set {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
}
#place_order {
    background: #d9a826 !important;
    color: #fff;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
#place_order:hover {
    background: #000 !important;
    color: #fff;
}

a.woocommerce-button.button.view {
    background: #d9a826 !important;
    color: #fff;
    padding: 1px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    line-height: 28px;
    font-weight: 600;
}
a.woocommerce-button.button.view:hover {
    background: #000 !important;
    color: #fff;
   
}

a.button.wc-forward {
    background: #d9a826 !important;
    color: #fff !important;
    padding: 1px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
    display: block !important;
    width: 23%;
}
a.button.wc-forward:hover {
    background: #000 !important;
    color: #fff !important;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    border-radius: 14px !important;
    padding: 8px 0px;
}



.woocommerce-Address {
    background: #fafafa;
    padding: 0px 25px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.woocommerce-Address-title h3 {
    margin-bottom: 10px;
}


.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 10px;
    padding: 16px;
}
h1.entry-title {
    font-size: 40px;
}
/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        padding: 25px;
    }
}


/* certifications */
.certifications {
  background: #fff;
  padding: 60px 20px;
}
.certifications.certifications-bg {
    padding: 40px 0px;
    background: #FFFBEF;
}
.certifications h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
	color:3A2900;
}

.container {
  max-width: 1100px;
  margin: auto;
}
.certifications .cert-row:last-child {
    margin-bottom: 0px;
}

.our-certifications-img {
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}

.page-id-169 {
    background: #fff;
}

.certifications h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}

.certifications .subtitle {
    text-align: center;
    font-size: 20px;
    color: #2B2B2B;
    margin-bottom: 0px;
}

.certifications .cert-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.certifications .cert-image {
  width: 45%;
  text-align: center;
}

.certifications .cert-image img {
  max-width: 100%;
  border-radius: 6px;
}

.certifications .view-link {
  display: inline-block;
  margin-top: 10px;
  color: #0a58ff;
  font-size: 18px;
  text-decoration: none;
}

.certifications .view-link:hover {
  text-decoration: underline;
}

.certifications .cert-content {
  width: 55%;
}

.certifications .cert-content h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: bold;
}

.certifications .cert-content p {
    font-size: 18px;
    color: #000;
}
/* certifications end */

/* pr */
.certifications-box.mian {
    display: flex;
}
.certifications-bg .Container_box {
    background: #F6F6F6;
    padding: 30px 30px;
    margin: 10px;
    margin: 20px auto 0px;
}

.certifications-box h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 0px;
}
.certifications-box ul li {
    list-style: disc;
}
.certifications-box ul {
    margin: 0px 0 0 25px;
}
.certifications-box {
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}

.pol-img img {
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0px;
    text-align: center;
    display: block;
}

.certifications-box-img img {
    width: 100%;
    max-width: 280px;
}
.privacy-policy {
    background: #fff;
}

.certifications-box ol li {
    list-style: auto;
    margin-left: 25px;
}


/* pr */


/*contact*/
.contact-page .single-contact.two {
    background-color: #d9a520;
}
.contact-page .single-contact {
    padding: 60px 58px 55px;
    background-color: #d9a520;
    border-radius: 10px;
    text-align: center;
}

.contact-page .single-contact .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #d9a520;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: 0.5s;
}

.contact-page .single-contact h4 {
    margin-bottom: 10px;
}

.contact-page .single-contact.three {
    background-color: #d9a520;
}

.contact-page .contact-form .contact-form-wrap {
    padding: 30px;
    background-color: #faf9f7;
    border-radius: 20px;
    margin-top: 60px;
    box-shadow: 0 0 4px 3px #efefef;
}

.section-title h2 {
    color:#000;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}


.section-title p {
    color:#000;
   
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 20px;
    /* max-width: 545px; */
    width: 100%;
    margin: 0 auto;
}
.form-inner {
    line-height: 1;
}

.form-inner label {
    color:#000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.form-inner input {
    width: 100%;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    height: 43px;
    border: 1px solid #000;
    border-radius: 8px;
}

.contact-page .contact-form .contact-form-wrap .form-inner input, .contact-page .contact-form .contact-form-wrap .form-inner textarea {
    background-color: #fff;
    border-color: #cfceca;
}


.form-inner textarea {
    width: 100%;
    border-radius: 10px;
    background: transparent;
    color: #000
    border: 1px solid #000;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px;
    min-height: 170px;
    resize: none;
        margin-bottom:20px;
}
.mb-60 {
    margin-bottom: 40px;
}

#contact_enquiry_form button.btn {
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
#contact_enquiry_form button.btn:hover{
      background:#000;
        color: #fff;
}
/*contact end*/


/*duabi*/
.banner-video img {
    height: 650px;
}

.shop-bg.shop-bg-dubai {
    background-image: url(../images/shop-dubai.png);
  
}



.customer-stories-dubai {
    background-image: url(../images/Trusted-dubai.png);
   
}

.global-presnce-dubai  {
    background-image: url(../images/dubai-global.png);
   
}

.customer-stories-dubai h3 {
    color: #fff;
}
.customer-stories-dubai p {
    color: #fff;
}

.global-presnce-dubai h6 {
     color: #fff;
}

.global-presnce-dubai h3 {
     color: #fff;
}


.customer-stories-dubai .card-footer-left p {
    color: #A39E8F;
}

.customer-stories-dubai .card-footer-right p {
    color: #000;
}

.hero-banner.dubai-baner h1 span {
    color: #fff !important;
}

.kg-cart-count {
    position: absolute;
    left: 10px;
    top: -7px;
}
li.kg-header-cart {
    position: relative;
}
.contact-form-wrap br {
    display: none;
}


span.wpcf7-spinner {
    display: none;
}

.contact-form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: none;
    box-shadow: none;
    border: none;
    font-weight: bold;
    color: #fff;
}

.contact-form-wrap .btn {
text-align: center;
        background: #d9a826
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.contact-form-wrap .btn:hover {
 background: #000 !important;
    color: #fff !important;
}
.banner-video img {
    height: 650px;
    width: 100%;
}

.ourexquisite img {
    width: 100% !important;
    height: 470px;
    object-fit: cover;
    max-width: 100% !important;
}

.Our-Exquisite-sect .our-value-heading {
    text-align: center;
    padding: 80px 0 0 0px;
}
.our-value-section.Our-Exquisite-sect {
    padding: 0 0 80px 0px;
}
.Our-Exquisite-sect .our-value-heading h3 {
    margin: 0px;
}

.ourexquisite {
    background: #f1efea;
    border: 1px solid var(--gold);
    border-radius: 16px;
    padding:1px;
    position: relative;
    transition: 0.3s;
}