/* Gold Calculator Modern 2-Column CSS */
.gold-calc-new-section {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-image: linear-gradient(rgba(15, 11, 8, 0.8), rgba(15, 11, 8, 0.8)), url(/template/images/athenshouseofgold.gr/c11.png); */
  background-color: #120d09; /* Premium dark brown */
  background-image: radial-gradient(circle at center, #1a140e 0%, #0f0b08 100%);
}

/* Left Card (Dark Theme) */
.gold-modern-card.dark-card {
  background-color: rgba(26, 18, 11, 0.85); /* Slightly transparent dark brown */
  background-image: linear-gradient(135deg, rgba(28, 20, 13, 0.85) 0%, rgba(13, 9, 6, 0.85) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(80, 65, 50, 0.5); /* Outer border */
  border-radius: 6px;
  padding: 30px 20px;
  color: #fff;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.8),
    inset 0 2px 3px rgba(255, 255, 255, 0.05);
}

.gold-modern-title {
  font-size: 16px;
  color: #a09587;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  letter-spacing: 0.5px;
}

.gold-modern-title .gold-highlight {
  color: #e5cd9b;
  font-weight: 500;
  font-size: 26px;
}

.gold-modern-title .gold-subtitle {
  font-size: 19px;
  color: #a89f91;
}

.gold-title-divider {
  height: 2px;
  background: linear-gradient(90deg, rgba(229, 205, 155, 0) 0%, rgba(229, 205, 155, 0.5) 50%, rgba(229, 205, 155, 0) 100%);
  margin-bottom: 25px;
  width: 100%;
}

.gold-price-table-wrapper {
  background-color: rgba(0, 0, 0, 0.35); /* Darker background inside */
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.gold-price-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.gold-price-table th {
  color: #c9af83;
  font-size: 24px;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.gold-price-table th:last-child {
  border-right: none;
}

.gold-price-table td {
  color: #eaddcc;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.gold-price-table td:last-child {
  border-right: none;
}

.gold-price-note {
  font-size: 15px;
  color: #a89f91;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: 0.3px;
}

.gold-call-btn {
  background: linear-gradient(to bottom, #755523 0%, #463013 100%);
  border: 1px solid #755523;
  box-shadow:
    0 4px 15px rgba(0, 0, 0, 0.5),
    inset 0 2px 2px rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 19px;
  text-decoration: none;
}

.gold-call-btn:hover {
  background: linear-gradient(to bottom, #8a6429 0%, #523715 100%);
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: #92754d;
}

/* Right Card (Light Widget) */
.gold-modern-widget.light-card {
  background-color: #f1ebd8;
  background-image: linear-gradient(to bottom, #f3ede2 0%, #e2d1bb 100%);
  border-radius: 6px;
  padding: 30px 0 15px 0;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.15),
    inset 0 0 50px rgba(100, 80, 60, 0.15);
  border: 1px solid #d4c0a5;
  display: flex;
  flex-direction: column;
}

.gold-widget-title {
  color: #3b3228;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 0 20px;
  text-align: center;
  line-height: 1.3;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.gold-widget-tabs-wrapper {
  padding: 0 20px;
  border-bottom: none;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.gold-widget-tabs {
  border-bottom: none;
  display: flex;
  gap: 0px;
  justify-content: center;
  margin-bottom: 0px;
}

.gold-widget-tabs .nav-link {
  background: linear-gradient(to bottom, #fcfcfc 0%, #e4d8c7 100%);
  border: 1px solid #d0bea3;
  border-bottom: none;
  color: #554a3e;
  font-weight: 500;
  padding: 8px 5px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  width: 100%;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.gold-widget-tabs .nav-item {
  flex: 1;
}

.gold-widget-tabs .nav-link:hover {
  color: #312b24;
  background: linear-gradient(to bottom, #ffffff 0%, #ecdcca 100%);
}

.gold-widget-tabs .nav-link.active {
  background: linear-gradient(to bottom, #2b2217 0%, #161009 100%);
  color: #e1c8a1;
  border: 1px solid #161009;
  border-bottom: 1px solid #161009;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
}

.gold-widget-content {
  background-color: #f1ebd8;
  background-image: linear-gradient(to bottom, #f8f3e9 0%, #e4d3bc 100%);
  padding: 25px 20px 20px 20px;
  margin: 0 20px;
  border: 1px solid #bba07d;
  border-radius: 0 0 4px 4px;
  flex-grow: 1;
  position: relative;
  top: -1px; /* overlap with tabs */
  z-index: 1;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.03);
}

.gold-calc-form {
  display: flex;
  flex-direction: column;
}

.calc-row-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0d5c2;
}

.calc-row-display .calc-label {
  color: #433b31;
  font-size: 16px;
  font-weight: 500;
}

.calc-row-display .calc-value {
  color: #231e17;
  font-size: 24px;
  font-weight: 600;
}

.calc-row-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.calc-row-input .calc-label {
  color: #5c4e3d;
  font-size: 16px;
  font-weight: 500;
}

.calc-input-wrapper {
  width: 160px;
}

.calc-select {
  background-color: #fcfbf8;
  border: 1px solid #cfc2ad;
  color: #312b24;
  border-radius: 4px;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  text-align: left;
  padding-left: 15px;
}

.calc-select:focus {
  border-color: #b59b6b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(181, 155, 107, 0.2);
}

.gold-action-btn {
  background-color: #6b5c35;
  background-image: linear-gradient(to bottom, #827244 0%, #4f4225 100%);
  color: #fcedd8;
  border: 1px solid #45381d;
  border-radius: 4px;
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.gold-action-btn:hover {
  background-image: linear-gradient(to bottom, #998751 0%, #5d4d2b 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.gold-action-btn i {
  background: #fdfcf7;
  color: #6b5c35;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.gold-widget-footer {
  padding: 15px;
  border-top: 1px solid #e5d7c2;
}

.gold-widget-footer p {
  color: #726453 !important;
}

@media (max-width: 991px) {
  .gold-modern-card.dark-card,
  .gold-modern-widget.light-card {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------- */
/* What We Buy Section                       */
/* ----------------------------------------- */

.gold-we-buy-section {
  /* background-image: url("/template/images/athenshouseofgold.gr/wall.jpg"); */
  /* background-color: #150f0a; */
  background-image: linear-gradient(180deg, #1a140e 0%, #0f0b08 100%);
  padding: 60px 0;
  border-top: none;
  color: #eaddcc;
}

.we-buy-header {
  margin-bottom: 25px;
  position: relative;
  
}

.we-buy-title {
  color: #e5cd9b;
  font-size: 32px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Decorative side lines for title */
.we-buy-title::before,
.we-buy-title::after {
  content: "";
  height: 3px;
  flex: 1;
  max-width: 450px;
  background: linear-gradient(90deg,  rgba(229, 205, 155, 0.4) 0%,  #e5cd9b 50%, rgba(229, 205, 155, 0.4) 100%);
}

.we-buy-row {
  justify-content: center;
}

.we-buy-carousel-wrap {
  padding: 30px 0; /* Add space for the hover movement and shadows */
  overflow: hidden;
}

.we-buy-card {
  background-color: rgba(26, 18, 11, 0.85);
  background-image: linear-gradient(135deg, rgba(28, 20, 13, 0.85) 0%, rgba(13, 9, 6, 0.85) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(80, 65, 50, 0.5);
  border-radius: 6px;
  padding: 35px 25px;
  color: #fff;
  box-shadow:
    0 20px 30px -10px rgba(0, 0, 0, 0.6),
    inset 0 2px 3px rgba(255, 255, 255, 0.05);
  height: 100%;
  transition: all 0.4s ease;
}

.we-buy-card:hover {
  transform: translateY(-8px);
  border-color: rgba(229, 205, 155, 0.6);
  box-shadow:
    0 30px 40px -10px rgba(0, 0, 0, 0.7),
    inset 0 2px 3px rgba(255, 255, 255, 0.1);
}

.sw-pagination-we-buy .swiper-pagination-bullet {
  background: #c6a35a;
  opacity: 0.3;
}

.sw-pagination-we-buy .swiper-pagination-bullet-active {
  background: #e5cd9b;
  opacity: 1;
}

/* Ensure cards take full height in slider */
.tf-sw-we-buy .swiper-slide {
  height: auto;
}

.tf-sw-we-buy .we-buy-card {
  height: 100%;
}

/* Removed middle borders as cards have distinct outlines now */

.we-buy-col-title {
  color: #d2c3aa;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.we-buy-icon {
  width: 45px;
  height: auto;
  /* Add a subtle glow for the icons if they are transparent PNGs */
  filter: drop-shadow(0 0 8px rgba(229, 205, 155, 0.4));
}

.we-buy-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.we-buy-list li {
  color: #ada9a2;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
  padding-left: 28px;
  transition: all 0.3s ease;
  cursor: default;
}

.we-buy-list li:hover {
  color: #c6a35a;
  transform: translateX(4px);
}

/* Custom Checkmark List for Gold */
.checkmark-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #c6a35a;
  font-weight: bold;
  font-size: 16px;
}

/* Custom Dot List for Silver and Collectibles */
.dot-list li::before {
  content: "•";
  position: absolute;
  left: 5px; /* adjust for dot width */
  top: -2px;
  color: #c6a35a;
  font-size: 24px;
}


#header {
    position: relative;
    /* background-image: url("/template/images/athenshouseofgold.gr/c12.png"); */
    background-color: #0c0805;
}

/* Dark overlay */
#header::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: rgba(0, 0, 0, 0.7); 
    z-index: 1;
}

#header > * {
    position: relative;
    z-index: 2;
}


.tf-top-bar {
    position: relative;
    /* background-image: url("/template/images/athenshouseofgold.gr/c12.png"); */
    background-color: #0c0805;
}

/* Dark overlay */
.tf-top-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.tf-top-bar > * {
    position: relative;
    z-index: 2;
}


.tf-top-bar_left a,
.top-bar-text,
.box-icon{
  color:#c6a35a;
}

/* Why Choose Us Premium Section */
.why-choose-us-premium {
  padding-top: 80px;
  padding-bottom: 80px;
  /* background-image: linear-gradient(rgba(15, 11, 8, 0.8), rgba(15, 11, 8, 0.8)), url("/template/images/athenshouseofgold.gr/c11.png"); */
  background-color: #0f0b08; /* Dark base */
  background-image: radial-gradient(circle at center, #1a140e 0%, #0f0b08 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.why-choose-us-premium .flat-title {
  text-align: left;
  margin-bottom: 40px;
}

.why-choose-us-premium .title {
  color: #e5cd9b;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: none;
}

.premium-checkmark-list, .why-choose-us-premium ul{
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.premium-checkmark-list li, .why-choose-us-premium ul li{
  font-size: 20px;
  color: #ada9a2;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.why-choose-us-premium ul li::before{

 font-family: "icomoon";
  content: "\e911";   /* your icomoon glyph code */
 color: #c6a35a;
  font-size: 18px;
  background: rgba(198, 163, 90, 0.1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(198, 163, 90, 0.3);

}

.why-choose-us-premium ul li:hover::before{
   background: rgba(198, 163, 90, 0.2);
  transform: scale(1.1);
}

.premium-checkmark-list li i {
  color: #c6a35a;
  font-size: 18px;
  background: rgba(198, 163, 90, 0.1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(198, 163, 90, 0.3);
}

.premium-checkmark-list li:hover, .why-choose-us-premium ul li:hover {
  color: #eaddcc;
  transform: translateX(10px);
}

.premium-checkmark-list li:hover i {
  background: rgba(198, 163, 90, 0.2);
  transform: scale(1.1);
}

.btn-gold-luxury {
  background: linear-gradient(135deg, #8a6429 0%, #523715 100%);
  border: 1px solid #92754d;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 35px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-transform: none;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-gold-luxury:hover {
  background: linear-gradient(135deg, #a67c33 0%, #63431a 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(181, 155, 107, 0.3);
  text-decoration: none;
}

.btn-gold-luxury .icon-circle {
  background: rgba(0, 0, 0, 0.2);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.storefront-image-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(198, 163, 90, 0.2);
}

.storefront-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.storefront-image-wrap:hover img {
  transform: scale(1.03);
}

/* Light beam effect at the bottom */
.why-choose-us-premium::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c6a35a, transparent);
  box-shadow: 0 0 15px #8a6429;
}

@media (max-width: 991px) {
  .why-choose-us-premium {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-choose-us-premium .flat-title {
    text-align: center;
  }
  .premium-checkmark-list li, .why-choose-us-premium ul li{
    justify-content: center;
    font-size: 16px;
  }
  .storefront-image-wrap {
    margin-top: 40px;
  }
  .why-choose-us-premium .title {
    font-size: 28px;
  }
}

.tf-sw-we-buy{
  padding:20px 0;
}

/* Main Slideshow Premium Styles */
.tf-slideshow .slider-content {
  max-width: 800px;
  text-align: left;
  position: relative;
  z-index: 5;
  padding-left: 30px;
}

.tf-slideshow .heading-premium {
  font-size: clamp(28px, 6vw, 56px) !important; 
  color: #e5cd9b !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.tf-slideshow .subheading-premium {
  font-size: clamp(14px, 2.5vw, 24px) !important;
  color: #ffffff !important;
  margin-bottom: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  display: block;
  border-left: 3px solid #c6a35a;
  padding-left: 15px;
}

.slider-feature-list, .slider-feature-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.slider-feature-list li, .slider-feature-list ul li {
  font-size: 18px;
  color: #eaddcc;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.slider-feature-list ul li::before {
  font-family: "icomoon";
  content: "\e911";   /* your icomoon glyph code */
  margin-right: 8px;
   color: #c6a35a;
  font-size: 16px;
  background: rgba(198, 163, 90, 0.1);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(198, 163, 90, 0.3);
  vertical-align: middle;
}
 /*.slider-feature-list li, .slider-feature-list ul li::before{
		 font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

		 color: #c6a35a;
  font-size: 16px;
  background: rgba(198, 163, 90, 0.1);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(198, 163, 90, 0.3);
		content: "\e911";

}*/
.slider-feature-list li i {
  color: #c6a35a;
  font-size: 16px;
  background: rgba(198, 163, 90, 0.1);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(198, 163, 90, 0.3);
}

.btn-slider-premium {
  background: linear-gradient(135deg, #8a6429 0%, #463013 100%);
  border: 1px solid #92754d;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 40px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top:20px;
}



.btn-slider-premium:hover {
  background: linear-gradient(135deg, #a67c33 0%, #63431a 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(181, 155, 107, 0.4);
}

.btn-slider-premium .icon-circle {
  background: rgba(255, 255, 255, 0.1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Dark overlay for slider images */
.tf-slideshow,
.wrap-slider {
  background-color: #0c0805; /* Same as header/top-bar */
}

.wrap-slider::after,
.slider-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
  pointer-events: none;
}

.box-content {
  z-index: 10 !important;
}

/* Swiper Navigation Arrows Premium */
.tf-sw-slideshow .swiper-button-next,
.tf-sw-slideshow .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(26, 18, 11, 0.6);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(198, 163, 90, 0.3);
  border-radius: 50%;
  color: #e5cd9b;
  transition: all 0.3s ease;
}

.tf-sw-slideshow .swiper-button-next:after,
.tf-sw-slideshow .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.tf-sw-slideshow .swiper-button-next:hover,
.tf-sw-slideshow .swiper-button-prev:hover {
  background: rgba(198, 163, 90, 0.8);
  color: #1a120b;
  border-color: #e5cd9b;
  transform: scale(1.1);
}

.tf-sw-slideshow .swiper-pagination-bullet {
  background: #c6a35a !important;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.tf-sw-slideshow .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e5cd9b !important;
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .tf-sw-slideshow .swiper-button-next,
  .tf-sw-slideshow .swiper-button-prev {
    display: none; /* Hide arrows on mobile/tablet if they clutter */
  }
}

@media (max-width: 767px) {
  .tf-slideshow .slider-content {
    text-align: center;
    padding: 20px;
  }
  .tf-slideshow .subheading-premium {
    border-left: none;
    padding-left: 0;
    font-size: 16px !important;
  }
  .slider-feature-list li {
    justify-content: left;
    font-size: 14px;
  }
  .wrap-slider::after {
    background: rgba(0, 0, 0, 0.6);
  }
}

/* Premium Modal Styling */
.premium-modal-content {
  background-color: #f1ebd8;
  background-image: linear-gradient(to bottom, #f3ede2 0%, #e2d1bb 100%);
  border: 1px solid rgba(229, 205, 155, 0.3) !important;
  border-radius: 12px !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.9) !important;
}

.premium-input {
  background: #ffffff !important;
  border: 1px solid #d4c0a5 !important;
  color: #353434 !important;
  border-radius: 4px !important;
  padding: 12px 15px !important;
  transition: all 0.3s ease !important;
}

.premium-input:focus {
  background: #ffffff !important;
  border-color: #c6a35a !important;
  box-shadow: 0 0 0 3px rgba(198, 163, 90, 0.1) !important;
  outline: none !important;
}

.premium-input::placeholder {
  color: #a89f91 !important;
}

.border-end-md {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .border-end-md {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.btn-cta-modal {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  color: #fff !important; /* White text for better contrast on colored backgrounds */
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
}

.btn-viber {
  background: #7360f2 !important;
}
.btn-viber:hover {
  background: #5f4de1 !important;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25d366 !important;
}
.btn-whatsapp:hover {
  background: #1ebd5b !important;
  transform: translateY(-2px);
}

.btn-email {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #353434 !important;
  color: #353434  !important;
}
.btn-email:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  transform: translateY(-2px);
}

.bg-dark-soft {
  background: rgba(0, 0, 0, 0.3) !important;
}

.text-gold {
  color: #8a6429 !important; /* Darker gold for light theme */
}

.btn-close-white {
  filter: none !important; /* Back to default dark close button */
}

.premium-modal-content .heading-premium {
  color: #1b1b1b !important; /* Dark theme contrast */
  text-shadow: none !important;
}

#header-dark {
  color: #1b1b1b !important;
}

/* Custom Checkbox Style */
.premium-form .form-check-input:checked {
  background-color: #c6a35a !important;
  border-color: #c6a35a !important;
}

.premium-form .form-check-input:focus {
  border-color: #c6a35a !important;
  box-shadow: 0 0 0 0.25rem rgba(198, 163, 90, 0.25) !important;
}

#appraisalForm .form-check{
  display: flex;
  align-items: flex-start;
  gap:5px;
  padding-left: 0;
}

/* Call to Action Map Section */
.gold-cta-map-section {
  background-color: #0c0805;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(229, 205, 155, 0.1);
  border-bottom: 1px solid rgba(229, 205, 155, 0.1);
}

.cta-content-wrapper {
  background-color: #0c0805;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
}

.map-wrapper iframe {
  /* filter: grayscale(1) invert(0.9) hue-rotate(180deg) brightness(0.8) contrast(1.2); */
  transition: all 0.5s ease;
  padding: 40px;
  border-radius:15px;
}

.map-wrapper:hover iframe {
  filter: grayscale(0.2) invert(0) hue-rotate(0deg) brightness(1) contrast(1);
}

@media (max-width: 991px) {
  .cta-content-wrapper {
    min-height: auto;
    padding: 60px 20px !important;
  }
  .map-wrapper iframe {
    height: 350px !important;
  }
}

@media (max-width:576px){
  .gold-we-buy-section{
    padding:60px 0 30px 0;
  }
}

.lx-section {
    padding: 80px 0;
    background: #fff;
}

.section-head-premium {
    margin-bottom: 60px;
    max-width: 800px;
}

.feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    background: #fdfaf3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c6a35a;
    font-size: 24px;
    flex-shrink: 0;
    border: 1px solid rgba(198, 163, 90, 0.2);
}

.feature-content h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0c0805;
}

.feature-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* Process Steps */
.process-wrapper {
    position: relative;
    padding: 20px 0;
}

.process-step-premium {
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #c6a35a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 10px rgba(198, 163, 90, 0.1);
}

.process-step-premium h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}

.process-step-premium p {
    font-size: 14px;
    color: #666;
}

@media (min-width: 992px) {
    .process-wrapper::after {
        content: '';
        position: absolute;
        top: 45px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: rgba(198, 163, 90, 0.1);
        z-index: 1;
    }
}

/* Page Hero Adjustments */
.page-hero-premium {
    padding: 50px 0;
    background: #fff;
    color: #0c0805;
    overflow: hidden;
}

.page-hero-premium .hero-title {
    color: #e5cd9b;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 6vw, 64px);
    margin-bottom: 25px;
}

.hero-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    /*box-shadow: 0 30px 60px rgba(0,0,0,0.5);*/
}

.bg_beige-4 {
    background-color: #fcf9f2 !important;
}

.bg-dark-premium {
    background-color: #0c0805 !important;
}

.bg-dark-premium h2, 
.bg-dark-premium h4,
.bg-dark-premium .feature-content h4 {
    color: #e5cd9b !important;
}

.bg-dark-premium .text-muted, .bg-dark-premium .text-muted p,
.bg-dark-premium .feature-content p {
    color: #ada9a2 !important;
}

.bg-dark-premium .feature-icon-box {
    background: rgba(198, 163, 90, 0.1);
    border-color: rgba(198, 163, 90, 0.3);
}

.checkmark-list, .checkmark-list ul, .why-choose-us-premium ul {
    list-style: none;
    padding: 0;
}

.checkmark-list li, .checkmark-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 15px;
}

.checkmark-list li::before, .checkmark-list ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #c6a35a;
    font-size: 14px;
}