/* -----------------------------
   GLOBAL STYLING
----------------------------- */

html {
  scroll-behavior: smooth;
  background: #0c1426;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #111;
  background: #0c1426;
}

h1,
h2 {
  font-weight: 600;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* -----------------------------
   CONTENT WRAPPER
----------------------------- */
.content {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

/* -----------------------------
   UNIVERSAL ROW STYLING
----------------------------- */
.row {
  width: 100%;
  padding: 60px 0;
  /* ONE padding for all rows */
}

/* -----------------------------
  BUTTONS
----------------------------- */

.buttons {
  text-align: center;
  /* centers inline elements like your <a> button */

}

/* -----------------------------
   ROW COLORS
----------------------------- */
.row-hero-bg {
  background: #F28C28;
  text-align: center;
}

.row-hero {
  background: #0c1426;
  color: white;
}

.row-mid {
  background: #f7f7f7;
  color: #111;
}

.row-white {
  background: #f7f7f7;
  color: #111;
}


.row-white2 {
  background: #f7f7f7;
  color: #111;
}

.row-white1 {
  background: #e5b952;
  color: #111;
}

.row-gold {
  background: #e5b952;
  color: #111;
}

.row-dark {
  background: #0c1426;
  color: white;
}

.row-footer {
  background: #1d1d1d;
  color: #e0e0e0;
}


/* -----------------------------
   TOPBAR HERO SECTION
----------------------------- */
.topbar-hero {
  background-color: #e5b952;
  /* apricot */
  color: #ccc;
  font-size: 14px;
  padding: 10px 20px;
}

.topbar-hero .content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;

  justify-content: center;

  gap: 0px;
  flex-wrap: wrap;
  align-items: center;
  color: #000000;
  font-size: 0.95rem;
}

.top-item {
  display: flex;
  align-items: center;
  gap: 0px;
  white-space: nowrap;
  /* prevents line breaks inside each item */
  font-size: 0.95rem;
  transition: 0.2s ease;


}



.location-link {
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: box-shadow 0.25s ease;
  text-decoration: none;
}

.location-link i {
  color: #e5b952
}

.location-link,
.location-link:link,
.location-link:visited,
.location-link:active,
.location-link:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}


.location-link i {
  pointer-events: none;
}

.location-link:hover {
  box-shadow: 0 0 6px #e5b952;
}


.l-link,
.greview-link {
  margin-left: 10px;
  background: #e5b952;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
  text-decoration: none;
}

.l-link,
.l-link:link,
.l-link:active,
.l-link:focus,
.l-link:visited,
.greview-link,
.greview-link:link,
.greview-link:visited,
.greview-link:active,
.greview-link:focus {
  color: #000000 !important;
  text-decoration: none !important;
}



.l-link i,
.greview-link i {
  pointer-events: none;
}

.l-link:hover,
.greview-link:hover {
  background: #ffffff;
}



.top-item i {
  pointer-events: none;
  text-decoration: none;
}


.topbar-hero .content i {
  margin-right: 6px;
  color: #000000;
}

.row-white .content h2 {
  color: #0c1426;
}

.row-white .content p {
  color: #585858;
}

.row-white .content ul {
  color: #585858;
}

.two-columns {
  display: flex;
  gap: 40px;
}

.two-columns .col {
  flex: 1;
}


.center-title {
  text-align: center;
  margin-bottom: 40px;
}






.row-white2-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Columns */
.row-white2-flex .col {
  flex: 1;
}

/* Image styling */
.row-white2-flex .image-col img {
  width: 100%;
  /*max-width: 200px;*/
  border-radius: 0px;
}

.row-white2 .text-col h2 {
  color: #0c1426;
  text-align: center;
}

.row-white2 .text-col p,
.row-white2 .text-col ul {
  color: #585858;
}

.row-white1-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Columns */
.row-white1-flex .col {
  flex: 1;
}

.row-white1 .text-col h2 {
  color: #0c1426;
  text-align: center;
}

.row-white1 .text-col p,
.row-white1 .text-col ul {
  color: #585858;
}

/* Image styling */
.row-white1-flex .image-col img {
  width: 100%;
  /*max-width: 200px;*/
  border-radius: 0px;
}









.row-gold-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Columns */
.row-gold-flex .col {
  flex: 1;
}

/* Image styling */
.row-gold-flex .image-col img {
  width: 100%;
  /*max-width: 200px;*/
  border-radius: 0px;
}

.row-gold .text-col h2 {
  color: #0c1426;
  text-align: center;
}

.row-gold .text-col p,
.row-gold .text-col ul {
  color: #585858;
}

.row-mid-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Columns */
.row-mid-flex .col {
  flex: 1;
}

.row-mid .text-col h2 {
  color: #0c1426;
  text-align: center;
}

.row-mid .text-col p,
.row-mid .text-col ul {
  color: #585858;
}

/* Image styling */
.row-mid-flex .image-col img {
  width: 100%;
  /*max-width: 200px;*/
  border-radius: 0px;
}



.cta-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Columns */
.cta-content .col {
  flex: 1;
}

.row-dark .text-col h1 {
  color: #e5b952;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.row-dark .text-col p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 40px auto;
  opacity: 0.9;
  color: #ffffff;
}

.row-dark .text-col ul {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 40px auto;
  opacity: 0.9;
  color: #ffffff;
}

/* Image styling */
.cta-content .image-col img {
  width: 100%;
  /*max-width: 200px;*/
  border-radius: 0px;
}

.row-dark .text-col .cta-details p {
  color: #e5b952 !important;
  margin: 8px 0;
  font-size: 1.5rem;
}

.cta-subtext ul {
  list-style: none;
  padding-left: 20px;
  /* creates a fixed indent column */
  margin: 0 auto 40px auto;
}

.cta-subtext ul li {
  position: relative;
  padding-left: 12px;
  /* moves text right so dash has its own column */
}

.cta-subtext ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  /* all dashes line up vertically */
  top: 0;
  color: #ffffff;
  /* or #e5b952 */
}

.cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #0c1426;
  color: #e5b952;
}






/* -----------------------------
   HERO SECTION (WITH IMAGE)
----------------------------- */
.row-hero .content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.hero-text {
  flex: 1 1 400px;
}

/* Portrait styling */
.hero-image {
  flex: 0 0 280px;
  /* fixed width column */
  max-width: 320px;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  /* nice portrait ratio */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.hero-cta {
  background: #e5b952;
  color: #0c1426;
  padding: 10px 22px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  margin-top: 0px;
  transition: 0.2s;
}

.hero-cta:hover {
  background: #ffffff;
  /* slightly darker gold */
  /* or stay black if you prefer */
}

.badge-logo {
  width: 300px;
  /* adjust to your preference */
  height: auto;
}




.line {        
  height:1px;
  background-color: #e5b952;  /* your color */
  width: 100%;             /* or 60px if you want it short */
}





.logo-block {
  display: inline-flex;
  /* <- this is the problem */
  flex-direction: column;
  align-items: center;
  /* center button under logo */
  margin-top: 20px;
}

.logo-block .badge-logo {
  margin: 0 auto;
  /* center the logo inside the block */
}

.logo-block .hero-cta {
  margin-top: 15px;
}

/* -----------------------------
   FOOTER
----------------------------- */
/* Footer layout */
.row-footer {
  background-color: #1d1d1d;
  color: #ededed;
  padding: 40px 0;
}

/* Top line: text left, icons right */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.footer-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  /* cleaner spacing */
  flex-wrap: nowrap;
  /* prevents wrapping */
}

/* Base icon link */
.icon-link {
  color: #e5b952;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 18px;
  font-size: 1.4rem;
  gap: 6px;
  transition: 0.2s;
  /* spacing between icon + text */
}

/* The span text styling */
.icon-link span {
  font-size: 0.85rem;
  line-height: 1;
  color: #e5b952;
  text-decoration: none;

}

/* Hover behavior — isolated per link */
.icon-link:hover i {
  color: #ffffff;
}

.icon-link:hover span {
  color: #ffffff;
}

.copy-btn {
  margin-left: 10px;
  background: #e5b952;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}

.copy-btn,
.copy-btn:visited,
.copy-btn:active,
.copy-btn:focus {
  color: #000000 !important;
  text-decoration: none !important;
}

.copy-btn i {
  pointer-events: none;
}

.copy-btn:hover {
  background: #ffffff;
}

.copy-popup {
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  position: absolute;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.copy-popup.fade-out {
  opacity: 0;
}


.cta-link {
  color: inherit;
  /* same color as text */
  text-decoration: none;
  transition: color 0.2s ease;
  /* remove underline */
}

.cta-link:hover {
  color: #ffffff;
  /* match your gold accent */
}

@media (max-width: 1060px) {
  .footer-top {
    flex-direction: column;
    /* stack text over icons */
    align-items: center;
    /* or center if you prefer */
    gap: 12px;
    /* space between text and icons */
  }

  .row-footer .content {
    text-align: center;
    display: block;
  }

  .footer-icons {
    flex-wrap: wrap;
    /* allow icons to wrap to new lines */
    justify-content: center;
    /* keep them aligned left */
    gap: 10px 16px;
    /* vertical / horizontal spacing */
    margin-top: 4px;
  }

  .icon-link {
    margin-left: 0;
    /* remove big left margin on mobile */
    font-size: 1.3rem;
  }

  /* SECOND: copyright text */
  .footer-top>span {
    order: 2;
  }

}

@media (max-width: 868px) {


  .topbar-hero .top-item {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;

  }

  .logo-block {
    display: flex;
    /* <- this is the problem */
    align-items: flex-start;
    /* center button under logo */
    align-items: center;
    margin-left: auto;
    margin-right: auto;

  }

  .hero-image {
    flex: 0 1 auto;
    /* allow it to shrink */
    width: 100%;
    height: 450px;
    max-width: 350px;
    /* or 70%, customize as you like */
    aspect-ratio: auto;
    /* avoid forced crop on small screens */
    margin-top: 20px;
  }


  .row-hero .content {
    flex-direction: column-reverse;
    align-items: center;
    /* <-- centers all children horizontally */
  }

  .row-hero .content h2 {
    text-align: center;
  }

  .topbar-hero .top-item {
    margin: 0px 0 !important;
    padding: 0 !important;
  }

  .badge-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .two-columns,
  .row-mid-flex {
    flex-direction: column;
  }

  .two-columns .col,
  .row-mid-flex .col {
    width: 100%;
  }


  .two-columns {
    flex-direction: column;
  }





  .row-white2-flex {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .row-white2 {
    padding-top: 0 !important;
  }


  .row-white2 .image-col {
    margin: 0 calc(50% - 50vw);
    margin-top: 0;

  }

  .row-white2-flex .image-col img {
    width: 100%;
    height: 300px;
    /* pick a good mobile height */
    object-fit: cover;
    /* background-like behavior */
    object-position: center;
    /* center the crop */
    border-radius: 0;
    display: block;
  }

  .row-white1-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .row-white1 {
    padding-top: 0 !important;
  }


  .row-white1 .image-col {

    margin: 0;

  }

  .row-white1-flex .image-col img {
    width: 100vw;
    /* full viewport width */
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    /* pull image out of the 90% container */
    margin-right: calc(50% - 50vw);
    height: 300px;
    /* or whatever height you like */
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    display: block;
  }


  .cta-subtext ul {
    list-style: none;
    padding-left: 20px;
    /* space for the dash column */
    margin: 0 auto 40px auto;
    text-align: left;
    /* keep text aligned so dashes look correct */
    width: fit-content;
    /* THIS centers the UL itself */
  }

  .cta-subtext ul li {
    position: relative;
    padding-left: 12px;
    /* space between dash and text */
  }

  .cta-subtext ul li::before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    /* or #e5b952 */
  }

  .cta-content {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .row-dark {
    padding-top: 0 !important;
  }


  .row-dark .image-col {

    margin: 0;

  }

  .cta-content .image-col img {
    width: 100vw;
    /* full viewport width */
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    /* pull image out of the 90% container */
    margin-right: calc(50% - 50vw);
    height: 300px;
    /* or whatever height you like */
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    display: block;
  }


  .row-gold-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .row-gold {
    padding-top: 0 !important;
  }


  .row-gold .image-col {
    margin: 0 calc(50% - 50vw);
    margin-top: 0;

  }

  .row-gold-flex .image-col img {
    width: 100%;
    height: 300px;
    /* pick a good mobile height */
    object-fit: cover;
    /* background-like behavior */
    object-position: center;
    /* center the crop */
    border-radius: 0;
    display: block;
  }

  .row-mid-flex {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .row-mid {
    padding-top: 0 !important;
  }


  .row-mid .image-col {

    margin: 0;

  }

  .row-mid-flex .image-col img {
    width: 100vw;
    /* full viewport width */
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    /* pull image out of the 90% container */
    margin-right: calc(50% - 50vw);
    height: 300px;
    /* or whatever height you like */
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    display: block;
  }


  .hero-cta {
    display: block;
    margin: 20px auto;
    width: fit-content;
  }

  .topbar-hero .content {
    justify-content: center;
  }

  .row-mid {
    text-align: left;
  }


  .row {
    padding: 40px 0;
  }

  .cta-section {
    padding: 40px 0;
  }

  h1,
  h2 {
    font-size: 1.6rem;
    align-items: center;
  }

  p {
    font-size: 1rem;
    align-items: flex-start;
  }

  .row-dark .text-col .cta-details p {
    color: #e5b952 !important;
    margin: 8px 0;
    font-size: 1.2rem;
  }

  .cta-subtext {
    text-align: left;
  }

  .copy-btn i {
    color: #0c1426 !important;
    /* or whatever your normal icon color is */
  }
}


@media (max-width: 600px) {
  .hero-image {
    max-width: 350px;
  }
}


@media (max-width: 400px) {

  .hero-image {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    height: 450px;
    /* adjust height here */
    object-fit: cover;
    object-position: center 30%;
    display: block;
    border-radius: 0;
  }
}