      body {
        background: #fff;
        color: #fff;
        font-family: 'Segoe UI', sans-serif;
      }
	  
	  h1{
	     color:#000;
		 text-align:center;
	  }
      /* HEADER */
		.navbar {
			background: #000;
			border-bottom: 1px solid #111;
		}
		.navbar-nav {
			margin-left: 20%;
		}
		
		.nav-item{
			padding:20px;
		}

		.navbar-brand {
			color: #f4c542 !important;
			font-weight:900;
		}

		.nav-link {
			color: #ddd !important;
			font-size:16px;
			font-weight:bold;
		}

		.nav-link:hover {
			color: #f4c542 !important;
		}

		/* mobile toggle fix */
		.navbar-toggler {
			background:#fff;
		}

      /* HERO */
      .hero {
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        overflow: hidden;
      }
	  
	  
		.hero-overlay {
			background: rgba(0,0,0,0.4);
		}

		.hero h1 {
			background: linear-gradient(45deg,#f4c542,#fff);
			-webkit-background-clip:text;
			-webkit-text-fill-color:transparent;
		}

      .hero::before {
        content: "";
        position: absolute;
        width: 120%;
        height: 120%;
        background: radial-gradient(circle, rgba(255, 215, 0, 0.15), transparent);
        animation: pulse 6s infinite;
      }

      @keyframes pulse {
        0% {
          transform: scale(1);
        }

        50% {
          transform: scale(1.2);
        }

        100% {
          transform: scale(1);
        }
      }

      .hero h1 {
        font-size: 60px;
        font-weight: 800;
        background: linear-gradient(45deg, #f4c542, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .hero p {
        opacity: 0.8;
      }


/* =========================
   CITY CARDS - IMPROVED
========================= */

.city-section {
  padding: 90px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.city-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border-radius: 28px;
  padding: 34px 28px 26px;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow:
    0 12px 35px rgba(0,0,0,0.06),
    0 2px 10px rgba(0,0,0,0.03);
  color: #111;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  height: 100%;
}

.city-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #f4c542, #ffd86e, #f4c542);
}

.city-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(244, 197, 66, 0.14), transparent 70%);
  pointer-events: none;
}

.city-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.10),
    0 8px 20px rgba(244, 197, 66, 0.10);
  border-color: rgba(244, 197, 66, 0.35);
}

.city-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244, 197, 66, 0.12);
  color: #8a6700;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.city-card h3 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111;
}

.city-subtitle {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #f8f8f8;
  border: 1px solid rgba(0,0,0,0.06);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.contact-link:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.07);
  border-color: rgba(0,0,0,0.10);
  color: #111;
}

.contact-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-link.telegram {
  background: linear-gradient(180deg, #f7fcff 0%, #eef9ff 100%);
}

.contact-link.telegram:hover {
  border-color: rgba(34, 158, 217, 0.25);
  box-shadow: 0 12px 24px rgba(34, 158, 217, 0.12);
}

.contact-link.telegram svg {
  fill: #229ED9;
}

.contact-link.whatsapp {
  background: linear-gradient(180deg, #f7fff9 0%, #effcf3 100%);
}

.contact-link.whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.25);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.12);
}

.contact-link.whatsapp svg {
  fill: #25D366;
}

.delivery-note {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff8e5;
  border: 1px solid rgba(244, 197, 66, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #5f5a46;
  line-height: 1.5;
}

.delivery-note img {
  transform: scaleX(-1);
  width: 34px;
  height: auto;
  flex-shrink: 0;
}

.delivery-note strong {
  color: #111;
}

@media (max-width: 991.98px) {
  .city-card h3 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .city-section {
    padding: 70px 0;
  }

  .city-card {
    padding: 26px 20px 22px;
    border-radius: 22px;
  }

  .city-card h3 {
    font-size: 28px;
  }

  .city-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact-link {
    min-height: 52px;
    font-size: 14px;
    border-radius: 14px;
  }

  .delivery-note {
    font-size: 13px;
    padding: 12px 14px;
  }
}

/*

		.telegram svg { fill:#229ED9; }
		.whatsapp svg { fill:#25D366; }
		.icon {
			width: 18px;
			height: 18px;
			min-width:18px;
			min-height:18px;
			flex-shrink:0;
			display:inline-block;
		}
*/		

/* USP SECTION */
.usp-section {
	padding:60px 0;
	position:relative;
}

/* subtle green exotic background */
.usp-section::before {
	content:"";
	position:absolute;
	inset:0;
	background: radial-gradient(circle at center, rgba(0,0,0,0.05), transparent);
	pointer-events:none;
}

.usp-card {
	background:#fff;
	border:1px solid #eee;
	box-shadow:0 10px 30px rgba(0,0,0,0.05);
	border-radius:20px;
	padding:25px;
	display:flex;
	align-items:center;
	gap:15px;
	backdrop-filter: blur(12px);
	transition:0.3s;
	height:100%;
}

.usp-card:hover {
	transform:translateY(-8px);
	box-shadow: 0 0 40px rgba(244, 197, 66, 0.2);
}

.usp-card img {
	width:48px;
	height:48px;
	filter:none; /* remove white invert */
}

.usp-card p {
	margin:0;
	font-size:15px;
	color:#333;
}

/* VIDEO HERO */
.hero {
	height: 100vh;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}

/* VIDEO */
.hero-video {
	position: absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 0;
}

/* DARK OVERLAY */
.hero-overlay {
	position:absolute;
	inset:0;
	background: rgba(0,0,0,0.6);
	z-index:1;
}

/* CONTENT ABOVE VIDEO */
.hero-content {
	position: relative;
	z-index:2;
}

/* keep your glow effect but softer */
.hero::before {
	content:"";
	position:absolute;
	inset:0;
	background: radial-gradient(circle, rgba(255,215,0,0.1), transparent);
	z-index:1;
}	

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}	

.image-section {
	padding: 60px 0;
}

/* CARD */
.image-card {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1; /* perfect square */
	overflow: hidden;
	border-radius: 20px;
	background:#000;
}

/* IMAGE */
.image-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
}

/* HOVER EFFECT */
.image-card:hover img {
	transform: scale(1.08);
}

/* OPTIONAL OVERLAY (premium feel) */
.image-card::after {
	content:"";
	position:absolute;
	inset:0;
	background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
	opacity:0;
	transition:0.3s;
}

.image-card:hover::after {
	opacity:1;
}	

.delivery-note {
	margin-top:15px;
	font-size:13px;
	color:#666;
}	
.delivery-note img{
	transform: scaleX(-1);
	width:32px;			
}


/* =========================
   PREMIUM FOOTER
========================= */

.footer {
  position: relative;
  padding: 70px 0 30px;
  background: #0a0a0a;
  color: #ccc;
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
}

/* subtle gold glow */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(244,197,66,0.12), transparent 60%);
  pointer-events: none;
}

/* brand */
.footer-brand {
  font-size: 22px;
  font-weight: 800;
  color: #f4c542;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 14px;
  color: #888;
  margin: 0;
}

/* links */
.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #f4c542;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links a:hover::after {
  width: 100%;
}

/* icons */
.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.footer-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s;
}

.footer-icon svg {
  width: 18px;
  height: 18px;
  fill: #ccc;
}

/* hover effects */
.footer-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.footer-icon.telegram:hover {
  border-color: rgba(34,158,217,0.4);
}
.footer-icon.telegram:hover svg {
  fill: #229ED9;
}

.footer-icon.whatsapp:hover {
  border-color: rgba(37,211,102,0.4);
}
.footer-icon.whatsapp:hover svg {
  fill: #25D366;
}

/* bottom */
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
  color: #666;
}

/* mobile */
@media (max-width: 767px) {
  .footer-socials {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-links {
    gap: 14px;
  }

  .footer {
    text-align: center;
  }
}



/* =========================
   NAV SOCIAL ICON
========================= */

.nav-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* icon container */
.nav-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}

/* svg */
.nav-social-icon svg {
  width: 18px;
  height: 18px;
  fill: #ccc;
  transition: 0.3s;
}

/* hover (luxury gold effect) */
.nav-social-icon:hover {
  border-color: rgba(244,197,66,0.6);
  box-shadow: 0 0 12px rgba(244,197,66,0.3);
  transform: translateY(-2px);
}

.nav-social-icon:hover svg {
  fill: #f4c542;
}

/* mobile */
@media (max-width: 991px) {
  .nav-socials {
    margin-top: 15px;
    justify-content: center;
  }
}


/* =========================
   DELIVERY BLOCK (FINAL)
========================= */

.delivery-areas {
  margin-top: 25px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #0f0f0f, #0a0a0a);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 0 25px rgba(244,197,66,0.06);
}

/* scooter row */
.delivery-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 14px;
  color: #ccc;
  text-align: center;
}

.delivery-top img {
  width: 36px;
  transform: scaleX(-1);
}

.delivery-top strong {
  color: #fff;
}

/* title */
.delivery-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f4c542;
  margin-bottom: 14px;
  font-weight: 700;
  text-align: center;
}

/* rows */
.delivery-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.delivery-row:last-child {
  border-bottom: none;
}

/* price badge */
.delivery-price {
  min-width: 60px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

/* FREE */
.delivery-row.free .delivery-price {
  background: rgba(244,197,66,0.15);
  color: #f4c542;
  border: 1px solid rgba(244,197,66,0.4);
}

/* PAID */
.delivery-row.paid .delivery-price {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
}

/* locations */
.delivery-locations {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
}

/* mobile */
@media (max-width: 767px) {
  .delivery-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .delivery-top {
    flex-direction: column;
  }
}

/* wrap text */
.delivery-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* FREE badge */
.free-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: 999px;

  color: #111;
  background: linear-gradient(90deg, #f4c542, #ffd86e);

  box-shadow: 0 0 10px rgba(244,197,66,0.4);

  animation: goldPulse 2.5s infinite ease-in-out;
}

/* subtle premium animation */
@keyframes goldPulse {
  0% {
    box-shadow: 0 0 6px rgba(244,197,66,0.3);
  }
  50% {
    box-shadow: 0 0 18px rgba(244,197,66,0.6);
  }
  100% {
    box-shadow: 0 0 6px rgba(244,197,66,0.3);
  }
}

/* mobile */
@media (max-width: 767px) {
  .delivery-text {
    text-align: center;
  }
}




/* =========================
   SHIPPING CALCULATOR
========================= */

.shipping-calculator {
  margin-top: 20px;
}

.calc-box {
  display: flex;
  gap: 10px;
}

.calc-input {
  background: #fafafa;
  border: 1px solid rgb(246 201 75);
  color: #000;
  border-radius: 12px;
  padding: 12px;
}


.calc-input:focus {
  border-color: #f4c542;
  box-shadow: 0 0 10px rgba(246,201,75,0.3);
  background: #fafafa;
  color: #000;
}

.calc-btn {
  background: linear-gradient(90deg,#f4c542,#ffd86e);
  border: none;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  transition: 0.3s;
}

.calc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(244,197,66,0.4);
}

.shipping-result {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

/* states */
.shipping-free {
  color: #f4c542;
}

.shipping-paid {
  color: #000;
}

.shipping-error {
  color: #ff6b6b;
}


/* =========================
   SLIDER STYLE
========================= */

.swiper {
  padding: 30px 10px 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #f4c542;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.1);
}

/* pagination */
.swiper-pagination-bullet {
  background: #aaa;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #f4c542;
  opacity: 1;
}

/* optional: center scaling effect */
.swiper-slide {
  transition: 0.3s;
  opacity: 0.6;
}

.swiper-slide-active {
  transform: scale(1.05);
  opacity: 1;
}


/* =========================
   PAGE SECTIONS
========================= */

.page-section {
  padding: 100px 0;
  background: #fff;
}

.dark-section {
  background: #0a0a0a;
  color: #fff;
}

/* titles */
.section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 40px;
}

.dark-section .section-subtitle {
  color: #aaa;
}

/* placeholder box */
.placeholder-box {
  max-width: 600px;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  background: #f8f8f8;
  color: #555;
}

.dark-section .placeholder-box {
  background: #111;
  color: #ccc;
  border: 1px solid rgba(255,255,255,0.08);
}


.faq-section {
  background: #0a0a0a;
  color: #fff;
  padding: 100px 0;
}

.faq-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.faq-subtitle {
  text-align: center;
  color: #aaa;
  margin-bottom: 50px;
}

.faq-wrapper {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.faq-question {
  cursor: pointer;
  padding: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.faq-question:hover {
  color: #d4af37;
}

.faq-question span {
  font-size: 22px;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  padding: 0 20px;
  color: #bbb;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px 25px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

/* CTA */
.faq-cta {
  margin-top: 50px;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111, #1a1a1a);
  border: 1px solid rgba(212,175,55,0.2);
}

.faq-cta h4 {
  color: #d4af37;
  margin-bottom: 10px;
}


.verify-section {
  background: #0a0a0a;
  color: #fff;
  padding: 100px 0;
}

.inner-container {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

/* LEFT */
.left-column {
  flex: 1;
}

.left-column h2 {
  font-size: 42px;
  font-weight: 800;
}

.left-column h3 {
  font-size: 36px;
  color: #d4af37;
  margin-bottom: 20px;
}

.left-column p {
  color: #bbb;
  margin-bottom: 15px;
}

.verify-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #000;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.verify-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212,175,55,0.3);
}

/* RIGHT */
.right-column {
  flex: 1;
}

.right-column h4 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #d4af37;
}

/* STEPS */
.steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.step {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111, #1a1a1a);
  border: 1px solid rgba(255,255,255,0.05);
  transition: 0.3s;
}

.step:hover {
  border-color: rgba(212,175,55,0.3);
}

.step img {
  width: 60px;
}

.step-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.number {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #d4af37;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* MOBILE */
@media (max-width: 768px) {
  .inner-container {
    flex-direction: column;
    text-align: center;
  }

  .step {
    flex-direction: column;
  }
}

.qr-diagram {
  background: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.qr-title {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}

/* IMAGE CARD */
.qr-image-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 20px;
  border-radius: 20px;

  /*background: linear-gradient(135deg, #111, #1a1a1a);*/
  border: 1px solid rgba(212,175,55,0.2);

  transition: 0.3s;
}

.qr-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(212,175,55,0.2);
}

.qr-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.hero {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)),
              url('images/hero-bg.jpg') center/cover no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-desc {
  max-width: 600px;
  margin: auto;
  color: #ccc;
}

.two-column {
  /*background: #0a0a0a;*/
  padding: 100px 0;
  color: #fff;
}

.two-column-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.col-image {
  flex: 1;
}

.col-image img {
  width: 100%;
  border-radius: 20px;
}

.col-text {
  flex: 1;
}

.col-text h2 {
  font-size: 36px;
  color: #d4af37;
  margin-bottom: 20px;
}

.col-text p {
  color: #bbb;
  margin-bottom: 15px;
}

/* mobile */
@media (max-width: 768px) {
  .two-column-inner {
    flex-direction: column;
  }
}

.full-width-image {
  background: url('images/beach.jpg') center/cover no-repeat;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.full-width-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.full-width-image .overlay {
  position: relative;
  text-align: center;
  color: #fff;
}

.full-width-image h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.full-width-image p {
  color: #d4af37;
}