body,
p,
div,
span,
a,
strong {
  font-family: 'National 2';
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IvyPresto Headline';
  font-weight: 600;
  font-style: normal;
}

.nav {
  font-family: "Inter", sans-serif;
}

/* TOP BAR */
.gold_inv_india_topbar {
  background: #D4D4D4;
  color: #000;
  font-size: 13px;
  height: 34px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}

.gold_inv_india_green {
  color: #000;
}

.gold_inv_india_red {
  color: #000;
}

/* LOGO */
.gold_inv_india_logo {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.gold_inv_india_logo_gold {
  color: #d4a13a;
}

.gold_inv_india_logo_sub {
  font-size: 10px;
  color: #777;
  margin-top: 4px;
}

/* SEARCH*/
.gold_inv_india_search_input {
  width: 100%;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #CCCCCB;
  padding: 0 22px 0px 37px;
  font-size: 12px;
  background: #F6F6F4;
  font-family: "Inter", sans-serif;
}

.hedresearch {
  width: 100%;
  position: relative;
}

.hedresearch img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

/* DROPDOWNS */
.gold_inv_india_dd,
.userheads {
  cursor: pointer;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #000;
}

/* CART BADGE */
.gold_inv_india_cart_badge {
  position: absolute;
  top: -4px;
  right: -10px;
  background: #c79a5c;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

/* MENU */
.gold_inv_india_menu li {
  font-size: 14px;
  cursor: pointer;
}

.gold_inv_india_menu li:hover {
  color: #d4a13a;
}

.center-menu-2 .navik-menu {
  border-top: none;
}

.navik-header.sticky .gold_inv_india_topbar,
.navik-header.sticky .gold_inv_india_header.border-bottom {
  display: none;
}

.navik-header {
  background-color: #F1EDE5;
}

.gold_inv_india_header.border-bottom {
  background: #fff;
  border-bottom: 2px solid #d0a25587 !important;
}

/* HERO + WHY */
.gold_inv_india_hero_why {
  background:
    url("../img/background-isolated-1.png") center no-repeat,
    radial-gradient(circle at top, #ffffff 55%, #f6f3ee);
  background-size: cover;
  padding: 0px 0 100px;
}

.gold_inv_bnner_topbg {
  background:
    url("../img/Mint_coins_floating_1.webp") center no-repeat;
  background-size: contain;
  padding: 270px 0 240px;
}

/* HERO */
.gold_inv_india_coins img {
  max-width: 520px;
  margin-bottom: 30px;
}

.gold_inv_india_title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.gold_inv_india_title span {
  font-weight: 600;
}

.gold_inv_india_desc {
  color: #000;
  margin: 9px 0 17px;
  font-size: 16px;
}

.gold_inv_india_cta {
  display: inline-block;
  background: linear-gradient(45deg, #B48847, #DDB66B);
  color: #fff;
  padding: 9px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
}

.gold_inv_india_bars img {
  max-width: 520px;
  margin: 60px auto 0;
}

.gold_inv_bnr_txt {
  padding-top: 0px;
  position: relative;
  top: -26px;
}

/* WHY */
.gold_inv_india_why_block {
  margin-top: 0px;
}

.planbox_wrptxt img {
  display: block;
}

.planbox_wrptxt span {
  font-size: 20px;
  color: #000;
  display: block;
  line-height: normal;
  text-align: left;
}

.gold_inv_india_why_title {
  font-size: 40px;
  font-weight: 600;
}

.gold_inv_india_why_sub {
  color: #000;
  margin-top: 8px;
  font-size: 16px;
}

.gold_inv_india_why_item img {
  height: 62px;
  margin-bottom: 18px;
}

.gold_inv_india_why_item h6 {
  margin-bottom: 8px;
  color: #3B3B3B;
  font-family: 'National 2';
  font-size: 20px;
}

.gold_inv_india_why_item p {
  font-size: 16px;
  color: #1E1E1E;
  line-height: normal;
  margin-top: 11px;
}

.gold_inv_india_why_block .col-md-3 {
  position: relative;
}

.gold_inv_india_why_block .col-md-3:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 110px;
  background: #DEDEDE;
}

.gold_inv_india_why_item {
  padding: 0px 30px;
}

.gold_inv_india_plan {
  padding: 100px 0;
  background-image: url(../img/Suspended_blurry_coins_1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gold_inv_india_title {
  font-size: 32px;
}

.gold_inv_india_sub {
  color: #666;
}

/* Tabs */
.gold_inv_india_tab {
  border: 2px solid #ddd;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 125px;
  padding-left: 20px;
}

.width-1000 {
  max-width: 1000px;
  margin: 0px auto 0;
}

.gold_inv_india_tab input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.gold_inv_india_tab input[type="radio"]:checked {
  border-color: #b18a3d;
}

.gold_inv_india_tab input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 6px solid #b18a3d;
  border-radius: 50%;
  background: #fff;
}


.gold_inv_india_tab.active {
  border-color: #AA8E5D;
  background: #F2F3ED;
}

/* Slider */
.gold_inv_india_slider_wrap {
  max-width: 1000px;
  margin: 40px auto 0;
}

.slider_title {
  font-size: 20px;
  color: #000;
}

.noUi-target {
  height: 11px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.noUi-connect {
  background: linear-gradient(45deg, #A78851, #D9BB7F);
}

.noUi-marker-large {
  background: #C2C2C2;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 10px;
}

.noUi-handle {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px rgb(201 162 77);
  top: -3px !important;
  right: -9px !important;
  cursor: pointer;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

/* Pips */
.noUi-pips {
  margin-top: 3px;
  font-size: 16px;
}

.noUi-value-active {
  color: #c9a24d;
  font-weight: 600;
}

.noUi-value {
  font-size: 16px;
  color: #000;
  font-family: 'National 2';
}

.noUi-value-active {
  color: #c9a24d;
}

/* Button */
.gold_inv_india_btn {
  margin-top: 80px;
  color: #fff;
  padding: 8px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
  background: linear-gradient(45deg, #B48847, #DDB66B);
  border: none;
}


.gold_inv_india_featured {
  padding: 90px 0;
}

.gold_inv_india_container {
  margin: auto;
}

.gold_inv_india_title,
.gold_inv_india_title span {
  text-align: center;
  font-size: 41px;
  font-weight: 700;
  display: block;
  font-family: 'IvyPresto Headline';
}

.gold_inv_india_title {
  color: #000;
}

.gold_inv_india_title.gold {
  color: #AA8343;
}

.gold_inv_india_title span {
  color: #000;
}

.gold_inv_india_sub {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  margin-top: 8px;
  font-size: 16px;
}

/* CARD */
.gold_inv_india_product_card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 0px 12px rgb(0 0 0 / 20%);
  margin: 11px 12px 11px;
}

.gold_inv_india_product_card:after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #b488474d;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  z-index: 1;
}

.gold_inv_card_contct {
  position: relative;
  z-index: 2;
}

.prod_imgthumbnil img {
  margin: auto;
}

.prod_imgthumbnil {
  text-align: center;
  margin-bottom: 14px;
}

.gold_inv_india_product_img {
  max-height: 160px;
  margin-bottom: 15px;
}

.gold_inv_india_product_name {
  font-size: 19.4px;
  margin-bottom: 4px;
  font-family: 'National 2';
  color: #000;
  text-align: left;
}

.gold_inv_india_product_purity {
  font-size: 16.6px;
  color: #000000;
  text-align: left;
}

/* PRICE */
.gold_inv_india_price_row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 18px 0;
}

span.gold_inv_india_price_label {
  font-size: 16.6px;
  color: #B48847;
}

.gold_inv_india_price_col {
  text-align: center;
}

.gold_inv_india_price_value {
  display: block;
  font-size: 19.4px;
  color: #000;
  font-weight: 600;
}

.gold_inv_india_price_divider {
  width: 1px;
  height: 32px;
  background: #ddd;
}

/* ACTIONS */
.gold_inv_india_action_row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.gold_inv_india_btn_buy,
.gold_inv_india_btn_sell {
  flex: 1;
  padding: 6px;
  border-radius: 20px;
  font-size: 16px;
  border: 2px solid #c9a24d;
}

.gold_inv_india_btn_buy {
  background: linear-gradient(45deg, #B48847, #DDB66B);
  color: #fff;
}

.gold_inv_india_btn_sell {
  background: #fff;
  color: #B48847;
}

/* QTY */
.gold_inv_india_qty_wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.gold_inv_india_qty {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid #c9a24d;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  justify-content: space-around;
}

.gold_inv_india_qty_minus,
.gold_inv_india_qty_plus {
  border: none;
  background: transparent;
  cursor: pointer;
}

/* SLICK */

.slick-dots li {
  list-style: none;
}

.slick-dots li button {
  border: none;
  background: #DFDFDF;
  font-size: 0;
  color: transparent;
  width: 13px !important;
  height: 13px !important;
  padding: 0px;
  border-radius: 100px;
}

.slick-dots li.slick-active button {
  background: #DDB66B;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 35px;
}

.gold_india_collection_section {
  background: #fff;
  border-top: 2px solid #EFEFEF;
  padding-top: 100px;
  padding-bottom: 100px;
}

.msx-width_subheading {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.gold_india_card {
  text-align: center;
}

.gold_india_pedestal {
  position: relative;
  display: flex;
  justify-content: center;
}

.gold_india_pedestal img {
  /* max-height: 180px; */
  height: 380px;
  max-width: unset;
  margin: auto;
  width: fit-content;
}

.left_dash {
  width: 30%;
  padding: 0;
  margin-right: -25px;
}

.cebter_dash {
  flex: 0 0 auto;
  width: 40%;
  padding: 0;
  margin-right: -25px;
}

.right_dash {
  width: 30%;
  padding: 0;
  margin-right: -25px;
}

.gold_india_title_dash {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-left: -55px;
}

.gold_india_link {
  color: #B48847;
  font-size: 16px;
  text-decoration: underline;
  margin-left: -55px;
}

.gold_india_link:hover {
  text-decoration: underline;
}

.gold_india_btn {
  display: inline-block;
  color: #fff;
  padding: 8px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
  background: linear-gradient(45deg, #B48847, #DDB66B);
}

.gold_india_btn:hover {
  background: #b08845;
  color: #fff;
}

.gold_india_purity_section {
  padding: 100px 0;
  background-image: url(../img/leftrightbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.leftright_bgs {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

img.leftbgs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}

img.rightbgs {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

.gold_inv_puritycontent {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gold_india_purity_heading {
  text-align: center;
  font-size: 41px;
  font-weight: 700;
  display: block;
  font-family: 'IvyPresto Headline';
}

.gold_india_purity_subheading {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  margin-top: 8px;
  font-size: 16px;
}

.gold_india_purity_item h6 {
  font-size: 19px;
  margin-top: 14px;
  margin-bottom: 6px;
  font-family: 'National 2';
  color: #000;
}

.gold_india_purity_item img {
  max-height: 95px;
}

.gold_india_purity_item p {
  font-size: 16px;
  font-family: 'National 2';
  color: #000;
  margin-bottom: 0;
}

.gold_inv_puritycontent .col-md-3.col-6:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E4E4E4;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.gold_inv_puritycontent .col-md-3.col-6 {
  position: relative;
}

/* ---------- Icons ---------- */

.gold_india_icon_circle {
  width: 80px;
  height: 80px;
  border: 2px solid #c79a52;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #c79a52;
}

.gold_india_icon_triangle {
  width: 80px;
  height: 80px;
  margin: auto;
  position: relative;
}

.gold_india_icon_triangle span {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid #c79a52;
  display: block;
  margin: auto;
}

.gold_india_icon_pack {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 2px solid #c79a52;
  border-radius: 8px;
  position: relative;
}

.gold_india_icon_pack::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #c79a52;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.gold_india_icon_globe {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #c79a52;
  position: relative;
}

.gold_india_icon_globe::before,
.gold_india_icon_globe::after {
  content: "";
  position: absolute;
  border: 1px solid #c79a52;
}

.gold_india_icon_globe::before {
  width: 100%;
  height: 1px;
  top: 50%;
}

.gold_india_icon_globe::after {
  height: 100%;
  width: 1px;
  left: 50%;
}


.gold_india_testimonial_section {
  background: #ffffff;
  padding: 100px 0px;
}

.gold_india_testimonial_heading {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-weight: 500;
}

.gold_india_testimonial_subheading {
  max-width: 720px;
  margin: auto;
  font-size: 15px;
  color: #666;
}

/* Card */
.gold_india_testimonial_card {
  background: #fff;
  border-radius: 7px;
  padding: 30px;
  margin: 30px 12px;
  box-shadow: 0 0px 17px rgb(0 0 0 / 11%);
  text-align: left;
  position: relative;
}

.gold_india_testimonial_card:after {
  content: "" !important;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #b488474d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  z-index: 1;
}

.gold_india_testimonial_slider ul.slick-dots {
  margin-top: 0px;
}

.gold_india_testimonial_section .gold_india_purity_subheading {
  margin-bottom: 30px;
}

.gold_india_stars {
  color: #B48847;
  font-size: 17px;
  margin-bottom: 12px;
}

.gold_india_stars i {
  margin-right: 4px;
}

.gold_india_review {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 24px;
  font-family: 'IvyPresto Headline';
  min-height: 166px;
}

.gold_india_user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gold_india_avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(45deg, #B48847, #DDB66B);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.gold_india_user strong {
  font-size: 19px;
  display: block;
  color: #000;
  font-weight: 600;
  line-height: normal;
}

.gold_india_user small {
  font-size: 16px;
  color: #949494;
  display: block;
  line-height: 15px;
}

/* Slick dots */
.gold_india_testimonial_slider .slick-dots {
  bottom: -40px;
}

.gold_india_testimonial_slider .slick-dots li button:before {
  font-size: 10px;
  color: #c79a52;
}

.gold_india_testimonial_slider .slick-dots li.slick-active button:before {
  color: #c79a52;
}


.gold_india_standards_section {
  background: #ffffff;
  padding: 100px 0px;
  border-top: 2px solid #EFEFEF;
}

.gold_india_standards_heading {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-weight: 500;
}

.gold_india_standards_subheading {
  max-width: 760px;
  margin: auto;
  font-size: 15px;
  color: #666;
}

.gold_india_standards_logos img {
  max-height: 70px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.gold_india_standards_logos img:hover {
  opacity: 1;
  transform: translateY(-3px);
}

/* Mobile */
@media (max-width: 576px) {
  .gold_india_standards_heading {
    font-size: 30px;
  }

  .gold_india_standards_logos img {
    max-height: 55px;
  }
}


.gold_india_cta_section {
  position: relative;
  padding: 100px 0;
  background-image: url(../img/Call-to-action-background_H_R_nny.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

/* subtle */
.gold_india_cta_section .container {
  position: relative;
  z-index: 1;
}

.gold_india_cta_heading {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 500;
}

.gold_india_cta_subheading {
  max-width: 720px;
  margin: auto;
  font-size: 15px;
  color: #666;
}

/* Buttons */
.gold_india_btn_primary {
  display: inline-block;
  color: #fff;
  padding: 8px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
  background: linear-gradient(45deg, #B48847, #DDB66B);
}

.gold_india_btn_primary:hover {
  background: #b08845;
  color: #fff;
}

.gold_india_btn_outline {
  background: transparent;
  border: 1.5px solid #c79a52;
  display: inline-block;
  color: #c79a52;
  padding: 7px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
}

.gold_india_btn_outline:hover {
  background: linear-gradient(45deg, #B48847, #DDB66B);
  color: #fff;
}

.gold_india_cta_section .gold_india_purity_subheading {
  margin-bottom: 40px;
}

/* Mobile */
@media (max-width: 576px) {
  .gold_india_cta_heading {
    font-size: 30px;
  }
}



.gold_india_faq_section {
  background: #ffffff;
  padding: 100px 0px;
}

.gold_india_faq_accordion {
  border-top: 2px solid #b4884734;
  border-bottom: 2px solid #b4884734;
}

.gold_india_faq_item {
  border: none;
  background: transparent;
}

.gold_india_faq_item+.gold_india_faq_item {
  border-top: 2px solid #b4884734;
}

.gold_india_faq_btn {
  background: transparent !important;
  padding: 22px 0;
  font-size: 19px;
  font-weight: 400;
  color: #707070 !important;
  box-shadow: none;
  font-family: 'National 2';
  font-weight: 600;
}

.gold_india_faq_btn:not(.collapsed) {
  color: #222;
}

.gold_india_faq_btn:focus,
.gold_india_faq_btn:hover {
  box-shadow: none;
  background: transparent;
}

.gold_india_faq_btn::after {
  background-size: 18px;
  opacity: 0.6;
  transform: rotate(0deg);
}

.gold_india_faq_btn:not(.collapsed)::after {
  transform: rotate(180deg);
}

.gold_india_faq_body {
  padding: 0 0 26px 0;
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
}

.accordion-button:not(.collapsed),
.accordion-button {
  background-color: transparent !important;
  box-shadow: none;
}

.accordion-collapse {
  border: none;
}


.gold_india_footer {
  background: #3A3939;
  color: #cfcfcf;
  padding: 70px 0 18px;
  font-size: 14px;
}

/* Brand */
.gold_india_footer_brand h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #fff;
}

.gold_india_footer_brand h5 span {
  color: #c79a52;
}

.gold_india_footer_brand small {
  font-size: 12px;
  color: #aaa;
}

.gold_india_footer_desc {
  color: #DDB66B;
  line-height: 25px;
  font-size: 19px;
}

.gold_india_footer_text_links {
  color: #DDB66B;
  font-size: 19px;
  text-align: right;
  line-height: 33px;
}

.gold_india_footer_text_links a {
  color: #e1e1e1;
  text-decoration: none;
}

.gold_india_footer_text_links a:hover {
  color: #c79a52;
}

/* Bottom bar */
.gold_india_footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.gold_india_footer_bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.gold_india_footer_bottom span {
  font-size: 14px;
  color: #fff;
}

/* Social */
.gold_india_footer_socials a {
  margin-left: 14px;
  color: #c79a52;
  text-decoration: none;
}

.gold_india_footer_socials a:hover {
  color: #fff;
}

.navik-menu ul li>a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.navik-menu ul li.current-menu>a,
.navik-menu ul li:hover>a {
  color: #000;
  box-shadow: inset 0px -2px 0px #D0A255;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: -2px;
  content: "";
  background-image: url(../img/dropdown_angle_down.png);
  background-size: contain;
  width: 10px;
  background-repeat: no-repeat;
  height: 10px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.righgt_iconinfos img {
  width: 14px;
  height: 14px;
  vertical-align: baseline;
  margin-bottom: -2px;
}

/* Mobile */
@media (max-width: 767px) {
  .gold_india_footer_text_links {
    text-align: left;
  }

  .gold_india_footer_bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .center-menu-2 .navik-menu>ul>li>a {
    height: 40px;
    line-height: 40px;
  }

  .navik-header.sticky .navik-menu>ul>li>a {
    height: 40px;
    line-height: 40px;
  }

  .navik-menu>ul>li>a {
    height: 40px;
    padding: 0 5px;
    margin: 0 25px;
  }
}

/* =========================
  Inner Page
========================= */

.gold_bred_hero_section {
  position: relative;
  padding: 30px 0;
  background: url('../img/breadcrumb_bg.webp') no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* Typography */

.gold_bred_title_small {
  font-size: 42px;
  font-weight: 600;
  background: #b48847;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.gold_bred_title_big {
  font-size: 42px;
  font-weight: 700;
  color: #000;
}

/* Right Image */

.gold_bred_image_wrapper img {
  max-width: 100%;
  height: auto;
}

/* Responsive */

@media (max-width: 991px) {
  .gold_bred_hero_section {
    padding: 60px 0;
  }

  .gold_bred_title_small {
    font-size: 32px;
  }

  .gold_bred_title_big {
    font-size: 40px;
  }

  .gold_bred_image_wrapper {
    margin-top: 30px;
    text-align: center;
  }
}


/* shop */
/* Breadcrumb */
.shop_gold_breadcrumb {
  font-size: 16px;
  color: #000000;
}

.shop_gold_breadcrumb span {
  color: #b48847;
}

/* Sidebar */
.shop_gold_sidebar {
  padding-right: 25px;
}

.shop_gold_filter_title {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'National 2';
}

.shop_gold_filter_title img {
  max-width: 18px;
}

.shop_gold_filter_group {
  margin-bottom: 28px;
}

.shop_gold_filter_group h6 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
  font-family: 'National 2';
}

.shop_gold_slider_block h6 {
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 20px;
  font-family: 'National 2';
}

.marginsets {
  margin-top: 52px;
}

.shop_gold_filter_group .form-check {
  margin-bottom: 8px;
}

.shop_gold_filter_group input:checked {
  background-color: #b48847 !important;
  border-color: #b48847 !important;
}

.shop_gold_filter_group input {
  accent-color: #b48847;
}

.shop_gold_filter_group input:focus {
  box-shadow: 0 0 0 0.25rem rgba(180, 136, 71, 0.25) !important;
  border-color: #b48847 !important;
}


.shop_gold_filter_group .form-check-label {
  font-size: 16px;
  font-family: 'National 2';
  color: #000;
}

/* Range */
.shop_gold_range {
  accent-color: #c79a3b;
}

.shop_gold_range_label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

/* Sort */
.shop_gold_sort {
  width: 300px;
  border-radius: 30px;
  padding: 8px 20px;
  border: 1px solid #ddd;
  padding-left: 56px;
}

section.shopListing_gold_shop {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Card Space */
.shop_gold_card_space {
  height: 390px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
}

/* Pagination */
.shop_gold_pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid #ddd;
  margin: 0 6px;
  color: #000;
}

.shop_gold_pagination .active .page-link {
  background: #b48847;
  border-color: #b48847;
  color: #fff;
}

.product_shop_card .gold_inv_india_product_card {
  margin: 0px;
}

.filter_shopTop img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.filter_shopTop {
  position: relative;
}

.shop_gold_showing {
  font-size: 16px;
  color: #000;
}

.martitlextracnt {
  text-align: left;
  margin-bottom: 40px;
}

.page_xtra_content p {
  font-size: 16px;
  color: #000;
}

.page_xtra_content {
  padding-bottom: 70px;
}

/* cart */
.card_gold_product_card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.card_gold_box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1)
}

/* Product Image */
.card_gold_product_img {
  max-width: 130px;
}

/* Quantity Box */
.card_gold_qty_box {
  border: 1px solid #b48847;
  border-radius: 25px;
  overflow: hidden;
}

.card_gold_qty_box button {
  border: none;
  background: transparent;
  padding: 4px 14px;
  font-weight: 600;
  cursor: pointer;
}

.card_gold_qty_box span {
  padding: 0 10px;
  font-weight: 600;
}

/* Gold Button */
.card_gold_btn_gold_place {
  background: linear-gradient(45deg, #B48847, #DDB66B);
  color: #fff;
  border-radius: 25px;
  border: none;
  transition: 0.3s;
  width: 140px !important;
  margin: 0 0 0 auto;
}

.card_gold_btn_gold:hover {
  background: #9c7236;
  color: #fff;
}

/* Remove Button */
.card_gold_remove_btn {
  border: 1px solid #b48847;
  color: #b48847;
  background: transparent;
  padding: 6px 20px;
  border-radius: 25px;
  transition: 0.3s;
}

.card_gold_remove_btn:hover {
  background: #b48847;
  color: #fff;
}

/* Input Style */
.card_gold_input {
  border-radius: 100px !important;
  border: 1px solid #ccc;
  width: 100% !important;
}

.input-group .card_gold_btn_gold {
  border-radius: 100px !important;
  background: linear-gradient(45deg, #B48847, #DDB66B);
  font-size: 16px;
  font-family: 'National 2';
  position: absolute;
  color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cart_heading,
.cart_hed_price {
  font-size: 19px;
  font-family: 'National 2';
}

.cart_itm_name {
  font-size: 20px;
  color: #000;
  font-family: 'National 2';
}

.cart_p_code strong {
  font-weight: 600;
}

.cart_p_code {
  font-family: 'National 2';
  color: #000;
}

.cart_qty span {
  font-weight: 600;
}

.cart_dispatchs {
  margin-top: 30px;
  color: #000 !important;
}

.cart_rmove h5 {
  font-size: 19px;
  font-family: 'National 2';
}

.cart_hed_coupon,
.cart_head_ordrsumry {
  font-size: 19px;
  font-family: 'National 2';
}

.subttle,
.subttle {
  font-size: 16px;
}

.totlCart {
  font-size: 19px;
  font-weight: 600;
}


/* Checkout */
/* ================= GLOBAL ================= */

.checkout_gold_container {
  max-width: 1100px;
  font-family: Segoe UI, sans-serif;
}

.checkout_gold_input {
  border-radius: 25px;
  height: 40px;
}

.checkout_gold_label {
  font-size: 14px;
  margin-bottom: 6px;
}

.checkout_gold_btn {
  background: transparent;
  color: #b48847;
  border: 1px solid #b48847;
  border-radius: 30px;
  padding: 5px 18px;
  margin-left: 7px;
}

.checkout_gold_btn:hover {
  background: #b48847;
  color: #fff;
}

.iti {
  width: 100%;
}

/* ================= STEP NAV ================= */

.checkout_gold_steps {
  /* border-bottom: 2px solid #eee; */
  box-shadow: inset 0px -3px 0px 0px #e9e9e9;
}

.checkout_gold_step {
  font-weight: 500;
  padding-bottom: 12px;
  cursor: pointer;
}

.checkout_gold_step span {
  border-radius: 50%;
  padding: 4px 9px;
  margin-right: 6px;
  color: #c7c7c7;
}

.checkout_gold_step.active span {
  color: #b48847;
}

.checkout_gold_step.active {
  border-bottom: 3px solid #b48847;
}

/* ================= CARD ================= */

.checkout_gold_card {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

/* ================= TABS ================= */

.checkout_gold_tabs .nav-link {
  background: #f1ede5;
  color: #000;
  border: none;
  width: 100%;
  border-radius: 0px;
}

.checkout_gold_tabs .nav-link.active {
  background: #b48847;
  color: #fff;
}

/* ================= PHONE ================= */

.checkout_gold_phone_group {
  display: flex;
  gap: 8px;
}

.checkout_gold_flag {
  width: 80px;
  border-radius: 25px;
}

/* ================= PASSWORD ================= */

.checkout_gold_password_wrap {
  position: relative;
}

.checkout_gold_show {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  cursor: pointer;
}

/* ================= RADIO ================= */

.checkout_gold_radio_group {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

/* ================= GIFT BAR ================= */

.checkout_gold_gift_bar {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px 15px;
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* ================= PAYMENT ================= */

.checkout_gold_acc_item {
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  margin-bottom: 15px;
}

.checkout_gold_acc_item.accordion-item:not(:first-of-type) {
  border-top: 1px solid #a7a7a7 !important;
}

.checkout_gold_bank_box {
  margin-top: 25px;
  column-count: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.checkout_gold_hdfc {
  background: #004b8d;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 600;
}

/* ================= TERMS ================= */

.checkout_gold_terms {
  color: #ff0000 !important;
  font-size: 13px;
}

/* ================= RADIO ================= */

.checkout_gold_radio_group {
  display: flex;
  gap: 30px;
}

.checkout_gold_radio_label {
  cursor: pointer;
  font-weight: 500;
}



/* ================= GIFT DROPDOWN ================= */

.checkout_gold_gift_wrapper {
  position: relative;
}

.checkout_gold_gift_dropdown {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 7px 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.checkout_gold_gift_selected {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout_gold_gift_icon {
  font-size: 18px;
}

.checkout_gold_gift_arrow {
  font-size: 12px;
}

.checkout_gold_gift_options {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 5px;
  z-index: 10;
  overflow: hidden;
}

.checkout_gold_gift_option {
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.checkout_gold_gift_option:hover {
  background: #f1f1f1;
}

.checkout_gold_step.completed .checkout_gold_step_icon {
  background: #2a8800;
  color: #fff;
}

.checkout_gold_step.completed .checkout_gold_step_text {
  color: #2a8800;
  font-weight: 600;
}

.checkout_gold_step.completed .checkout_gold_step_icon::after {
  content: "✔";
}

.checkout_gold_step.completed .checkout_gold_step_icon {
  font-size: 0;
}

.checkout_gold_step.completed .checkout_gold_step_icon::after {
  font-size: 14px;
}

section.bredcrumb_tp {
  padding: 30px 0px 30px;
}

span.checkout_gold_step_icon {
  background: #f5f5f5;
  height: 25px;
  width: 25px;
  display: inline-block;
  padding: 0px;
  text-align: center;
  line-height: 25px;
  margin-right: 0px;
}

.checkout_gold_tabs li.nav-item {
  width: 50%;
}

span.circvles {
  display: block;
  width: 18px;
  height: 18px;
  background: #b48847;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px #979797;
  border: 2px solid #fff;
}

.tabsheadwrps {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tabsheadwrps img {
  max-width: 16px;
}

.checkouts_section h5 {
  font-family: 'National 2';
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
}

.login_reg_card {
  background: #fff;
  max-width: 760px;
  margin: auto;
  padding-bottom: 18px;
  box-shadow: 0px 0px 4px 0px #00000047;
}

.tabinner_logreg {
  padding: 0px 25px;
}

.checkout_gold_btn_submt {
  margin-top: 9px;
  color: #fff;
  padding: 7px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 19px;
  background: linear-gradient(45deg, #B48847, #DDB66B);
  border: none;
}

.checkout_gold_container label {
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
}

.addnew_frmbtn {
  margin-bottom: 32px;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}

input[type="radio"]:checked {
  border-color: #b18a3d;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 6px solid #b18a3d;
  border-radius: 50%;
  background: #fff;
}

label.checkout_gold_radio_label {
  display: flex;
  align-items: center;
  gap: 7px;
}

span.hdng_tabhd {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.checkout_gold_acc_item .accordion-body {
  padding-top: 0px;
}

.checkout_gold_acc_item p {
  font-size: 16px;
  color: #000;
}

.payment_logoimage {
  margin-bottom: 14px;
}

span.subhedtabs {
  display: block;
  margin-bottom: 15px;
}

.checkout_gold_acc_item p strong {
  font-weight: 600;
  display: block;
}

.otp_mob_input input {
  width: 300px;
  position: relative;
}

.otp_mob_input {
  position: relative;
  width: fit-content;
}

.otp_mob_input .checkout_gold_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
  font-size: 19px;
  background: linear-gradient(45deg, #B48847, #DDB66B);
  color: #fff;
}

.checkout_gold_hdfc_lg {
  margin-top: 30px;
}

.form-control:focus,
.form-select:focus {
  border-color: #b48847 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.withshowpass {
  position: relative;
}
.forgot_innr_wrps .tabinner_logreg {
    padding: 0px;
    padding-right: 160px;
}
.forgot_innr_wrps {
    box-shadow: 0px 0px 4px 0px #00000047;
    padding: 26px;
    padding-bottom: 25px;
}
.forgot_innr_wrps p strong {
    font-weight: 600;
    color: #000;
}
a.backlogin_pg {
    text-decoration: none;
    color: #bd924f;
    display: block;
    margin-top: 20px;
    margin-bottom: 18px;
}
.forgot_innr_wrps button.checkout_gold_btn_submt {
    width: fit-content;
    max-width: fit-content;
}
span.require_error {
    font-size: 14px;
    color: #f14242;
}

/* My Account */
.account_wrapper{
    display:grid;
    grid-template-columns: 280px 1fr;
    gap:40px;
}

/* SIDEBAR */
.account_sidebar{
    border:1px solid #ddd;
    padding:25px;
}

.account_user_row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.account_logout_btn{
    background:#c69c4b;
    border:none;
    padding:6px 15px;
    border-radius:20px;
    color:#fff;
}

.account_menu{
    list-style:none;
    padding:0;
}

.account_menu li{
    padding:8px 0;
    cursor:pointer;
}

.account_menu li.active{
    font-weight:600;
}

/* CONTENT */
.account_title{
    border-bottom:1px solid #c69c4b;
    padding-bottom:8px;
     font-family: 'National 2';
    font-size: 18px;
}

.account_tab{
    display:none;
}

.account_tab.active_tab{
    display:block;
}

/* PROFILE VIEW GRID */
.profile_details_grid{
    display:grid;
    grid-template-columns:150px 1fr;
    gap:15px 30px;
    margin-top:20px;
}

/* FORM GRID */
.form_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px 40px;
    margin-top:20px;
}

.form_grid input{
    width:100%;
    padding:7px 15px;
    border-radius:25px;
    border:1px solid #ccc;
}

/* BUTTONS */
.account_btn_row{
    margin-top:30px;
    display:flex;
    gap:20px;
}

.gold_btn{
    background:#c69c4b;
    border:none;
    padding:10px 30px;
    border-radius:25px;
    color:#fff;
}

.gold_btn_outline{
    background:#fff;
    border:1px solid #c69c4b;
    padding:10px 30px;
    border-radius:25px;
    color:#c69c4b;
}

/* RADIO STYLE */
.radio_group{
    display:flex;
    gap:10px;
}

.radio_btn{
    border:1px solid #ccc;
    padding:6px 20px;
    border-radius:25px;
    background:#f5f5f5;
}

.radio_btn.active{
    background:#ddd;
}

/* SUCCESS BAR */
.success_bar{
    background:#ceffcf;
    padding:2px 20px;
    border-radius:20px;
    margin-top:30px;
}
.account_sidebar h4 {
    font-family: 'National 2';
    font-size: 18px;
}
.account_user_row span {
    font-family: 'National 2';
    font-size: 18px;
    font-weight: 600;
}
/* RESPONSIVE */
@media(max-width:900px){
    .account_wrapper{
        grid-template-columns:1fr;
    }
}


.account_table_wrapper{
    margin-top:25px;
    overflow-x:auto;
}

.account_table{
    width:100%;
    border-collapse:collapse;
    font-size:14px;
}

.account_table thead{
    background:#f4f4f4;
}

.account_table th{
    padding:14px;
    text-align:left;
    font-weight:600;
}

.account_table td{
    padding:16px 14px;
    border-bottom:1px solid #eee;
}

.account_table tr:hover{
    background:#fafafa;
}

/* STATUS BADGES */
.status_badge{
    padding:6px 14px;
    border-radius:20px;
    font-size:12px;
    display:inline-block;
}

.status_badge.delivered{
    background:#d4edda;
    color:#2e7d32;
}

.status_badge.processing{
    background:#fff3cd;
    color:#856404;
}

.status_badge.in_stock{
    background:#d4edda;
    color:#2e7d32;
}

.status_badge.out_stock{
    background:#f8d7da;
    color:#842029;
}

/* BUTTONS */
.gold_btn_small{
    background:#c69c4b;
    border:none;
    padding:6px 14px;
    border-radius:20px;
    color:#fff;
    font-size:13px;
}

.gold_btn_small:disabled{
    background:#ccc;
}

.remove_btn{
    background:none;
    border:none;
    color:#c69c4b;
    margin-left:10px;
    cursor:pointer;
}

.btn-height {
    padding: 6px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 19px;
}
.btn-gold{
    background: linear-gradient(45deg, #B48847, #DDB66B);
    color: #fff;
}

/* Hide checkbox */
.account_tab .custom_check_btn input {
    display: none;
}

/* Button look */
.account_tab .custom_check_btn span {
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #f5f5f5;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
}

/* Active state */
.account_tab .custom_check_btn input:checked + span {
    background: #c69c4b;
    color: #fff;
    border-color: #c69c4b;
}

/* spacing */
.account_tab .radio_group {
    display: flex;
    gap: 10px;
}

.bredcrumb_navs {
    padding: 30px 0px;
}
.page_prasg_content{
  padding: 20px 0px 50px;
}
.paragraph_only_txt h4 {
    font-size: 19px;
    font-family: 'National 2';
    margin-bottom: 19px;
    padding-top: 15px;
}
.paragraph_only_txt p {
    font-size: 16px;
}

.paragraph_only_txt ul {
  list-style: none;
  padding-left: 0px;
}

.paragraph_only_txt ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.paragraph_only_txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #b5832f;
  border-radius: 50%;
}
.paragraph_only_txt ul li strong {
    font-weight: 600;
}