:root {
  --ink: #050809;
  --paper: #f1f0e9;
  --teal: #15505c;
  --teal2: #41848d;
  --yellow: #ffc919;
  --orange: #f5821f;
  --line: rgba(255, 255, 255, .18);
  --condensed: 'Oswald', Helvetica, Arial, sans-serif !important;
  --body: 'Oswald', Helvetica, Arial, sans-serif !important
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--body);
  overflow-x: hidden
}
a {
 
  text-decoration: none
}
img {
  display: block;
  max-width: 100%
}
.tb-color1{
background-color: #15505c !important;
}
.tb-color2{
background-color: #40848d !important;
}.tb-color3 {
    color: #000000 !important;
    background-color: #ffc91c !important;
}
h1, h2, h3, h4, h5, h6{
	    color: #15505c !important;
}
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  padding: 0 4vw;
  background: linear-gradient(90deg, rgba(2, 10, 12, .98) 0%, rgba(21, 80, 92, .97) 48%, rgba(5, 22, 27, .98) 100%);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .25)
}
.brand {
  width: 250px;
  height: 100%;
  padding: 14px 32px 14px 0;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden
}
.brand img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain
}
.event-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 30px;
  text-transform: uppercase;
  font: 700 13px/1 var(--body);
  letter-spacing: 1.5px
}
.event-meta span:last-child {
  color: rgba(255, 255, 255, .6)
}
.main-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 34px
}
.main-nav a {
  font: 700 13px/1 var(--body);
  letter-spacing: 1px;
  text-transform: uppercase
}
.header-cta, .button-primary, .site-button {
  background: var(--yellow) !important;
  color: #060909 !important;
  font: 800 15px/1 var(--body) !important;
  text-transform: uppercase !important;
  letter-spacing: .8px !important;
  padding: 18px 22px !important;
  display: inline-flex !important;
  gap: 40px !important;
  align-items: center !important;
}
.header-cta span, .button-primary span {
  font-size: 20px
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 8px 0
}
.hero {
  position: relative;
  width: 100%;
  padding-top: 112px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--teal)
}
/* FEEDBACK #7: shorter hero video — capped height, cropped from the bottom (top stays visible) */
.hero-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 68vh;
  object-fit: cover;
  object-position: center top
}
.hero-overlay, .hero-grid {
  position: absolute;
  inset: 112px 0 0;
  width: 100%;
  height: auto
}
.hero-overlay {
  background: linear-gradient(0deg, rgba(0, 7, 8, .12), transparent 30%)
}
.hero-grid, .closing-grid {
  opacity: .16;
  background-image: linear-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 70%)
}
.eyebrow {
  font: 800 13px/1 var(--body);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--yellow)
}
.closing h2 {
  font: 900 clamp(2rem, 6vw, 6rem)/.78 var(--condensed);
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 28px 0 42px;
	color: #fff !important;
	line-height: 1;
}
.closing h2 em {
  color: transparent;
  -webkit-text-stroke: 2px var(--yellow);
  font-style: normal
}
.hero-tag {
  position: absolute;
  z-index: 3;
  right: 4vw;
  bottom: 6vh;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font: 800 10px/1 var(--body);
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .7)
}
.hero-tag span {
  color: var(--yellow);
  margin-top: 18px
}
.ticker {
  background: var(--yellow);
  color: #070909;
  overflow: hidden;
 /* transform: rotate(-1.5deg) scale(1.02);*/
  position: relative;
  z-index: 5
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite
}
.ticker span {
  font: 900 20px/1 var(--condensed);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px 0
}
.ticker b {
  padding: 0 24px
}
@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}
/* FEEDBACK #7: tightened section padding (was 130px) */
.section-pad {
  padding: 84px 5vw
}
.intro {
  background: var(--paper);
  color: var(--ink);
  padding-top: 120px
}
.section-label {
  font: 800 12px/1 var(--body);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--teal)
}
.section-label span {
  color: var(--orange)
}
.section-label:after {
  content: "";
  height: 1px;
  width: 80px;
  background: currentColor
}
.section-label.light {
  color: rgba(255, 255, 255, .7)
}
.intro-layout {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8vw;
  align-items: end;
  margin-top: 48px
}
.display-title {
  font: 900 clamp(2rem, 6vw, 6rem)/.78 var(--condensed);
  text-transform: uppercase;
  letter-spacing: -.04em;
  margin: 0;
	line-height: 1
}
.display-title span {
  color: var(--teal)
}
.intro-copy {
  border-left: 1px solid #bbb;
  padding-left: 40px
}
.intro-copy .lead {
  font: 600 clamp(1.2rem, 2vw, 1.7rem)/1.45 var(--body);
  margin-top: 0
}
.intro-copy p:not(.lead) {
  color: #596165;
  line-height: 1.75
}
.text-link {
  display: inline-flex;
  gap: 60px;
  border-bottom: 3px solid var(--yellow);
  padding: 20px 0 12px;
  margin-top: 18px;
  font: 800 13px/1 var(--body);
  text-transform: uppercase;
  letter-spacing: 1px
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--teal);
  border-top: 1px solid rgba(255, 255, 255, .2)
}
/* FEEDBACK #7: slightly shorter stat boxes (was 270px) */
.stat {
  min-height: 230px;
  padding: 40px 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .2);
  position: relative;
  overflow: hidden
}
.stat:after {
  content: "";
  position: absolute;
  inset: auto -40px -90px auto;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%
}
/* FEEDBACK #2: reduced number font size so large figures stay inside their boxes (was clamp(5rem, 8vw, 8rem)) */
.stat strong {
  font: 800 clamp(3.2rem, 5.5vw, 5.5rem)/.85 var(--condensed);
  color: var(--yellow);
  letter-spacing: -.03em;
  white-space: nowrap
}
.stat strong:after {
  content: "+";
  font-size: .35em;
  vertical-align: top;
  margin-left: 4px
}
.stat span {
  font: 800 11px/1 var(--body);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 20px
}
.stat-message {
  background: var(--yellow);
  color: #071012
}
.stat-message p {
  font-family: var(--condensed);
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  line-height:1;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
	color: #000 !important;
}
/* FEEDBACK #7: reduced feature section height (was 900px) */
.feature {
  min-height: 760px;
  position: relative;
  display: grid;
  grid-template-columns: 1.0fr .8fr;
  align-items: center;
  overflow: hidden;
  background: #020707
}
.feature-art {
  position: absolute;
  inset: 0 40% 0 0;
  overflow: hidden
}
.feature-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55
}
.feature-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, #020707), linear-gradient(0deg, #020707, transparent 40%)
}
.soldier {
  position: absolute;
  z-index: 2;
  height: 94%;
  bottom: 0;
  left: 0%;
  filter: drop-shadow(0 0 35px rgba(82, 177, 193, .25))
}
.drone {
  position: absolute;
  z-index: 3;
  width: 42%;
  top: 12%;
  right: 6%;
  filter: drop-shadow(0 16px 25px #000)
}
.target-ring {
  position: absolute;
  z-index: 1;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 201, 25, .35);
  border-radius: 50%;
  top: 18%;
  left: 20%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, .035), 0 0 0 160px rgba(255, 255, 255, .02)
}
/* FEEDBACK #3: callouts repositioned so their lines actually point at the subjects —
   "Rapid fielding" points at the drone, "Soldier feedback" points at the soldier.
   To remove them entirely, delete the two .feature-callout divs in the HTML. */
.feature-callout {
  position: absolute;
  z-index: 5;
  color: var(--yellow);
  font: 800 10px/1 var(--body);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  gap: 12px;
  align-items: center
}
.feature-callout i {
  display: block;
  width: 80px;
  height: 1px;
  background: var(--yellow)
}
.callout-one {
  top: 14%;
  left: 34%
}
.callout-two {
  bottom: 32%;
  left: 26%
}
.feature-copy {
  grid-column: 2;
  position: relative;
  z-index: 8;
  padding-left: 3vw
}
.feature-copy h2 {
	color: #fff !important;
  font: 900 clamp(2rem, 6vw, 6rem)/.78 var(--condensed);
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 32px 0;
	line-height: 1;
}
.feature-copy h2 em {
  font-style: normal;
  color: var(--yellow)
}
.feature-copy p {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.8;
  max-width: 520px
}
/*
.feature-copy ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line)
}
.feature-copy li {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  text-transform: uppercase;
  font: 700 13px/1 var(--body);
  letter-spacing: 1px
}
.feature-copy li b {
  color: var(--yellow);
  margin-right: 28px
}
*/
/* FEEDBACK #4: "Learn more" button in the about/feature section */
.feature-btn {
  margin-top: 36px
}
.pathways {
  background: var(--paper);
  color: var(--ink)
}
.pathways-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
.pathways-head .section-label {
  margin-top: 18px
}
/* FEEDBACK #7: tightened gap above cards (was 80px) */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  border-top: 1px solid #aeb2af;
  border-left: 1px solid #aeb2af
}
/* FEEDBACK #7: slightly shorter cards (was 500px) */
.path-card {
  min-height: 440px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #aeb2af;
  border-bottom: 1px solid #aeb2af;
  position: relative;
  overflow: hidden;
  transition: .35s
}
.path-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--teal);
  transform: translateY(101%);
  transition: .4s
}
.path-card:hover {
  color: #fff
}
.path-card:hover:before {
  transform: translateY(0)
}
.card-icon, .card-copy {
  position: relative;
  z-index: 2
}
/* FEEDBACK #6: card numbers removed from HTML — rule kept in case they come back */
.card-number {
  display: none
}
.card-icon {
  font: 500 68px/1 var(--condensed);
  margin-top: 20px;
  color: var(--teal)
}
.path-card:hover .card-icon {
  color: var(--yellow)
}
.card-copy {
  margin-top: auto
}
.card-copy h3 {
  font: 900 54px/.9 var(--condensed);
  text-transform: uppercase;
  margin: 0 0 18px;
  transition: color .35s
}
/* FEEDBACK #5: title turns white during the hover color transition */
.path-card:hover .card-copy h3 {
  color: #fff !important;
}
.card-copy p {
  font-size: 13px;
  line-height: 1.7;
  color: #626b6c;
  min-height: 90px;
  transition: color .35s
}
.path-card:hover p {
  color: rgba(255, 255, 255, .72)
}
.card-copy span {
  display: block;
  border-top: 1px solid currentColor;
  padding-top: 18px;
  margin-top: 20px;
  font: 800 11px/1 var(--body);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--teal);
  transition: color .35s
}
.path-card:hover .card-copy span {
  color: var(--yellow)
}
.faq {
  background: radial-gradient(circle at 85% 5%, rgba(65, 132, 141, .38), transparent 26%), linear-gradient(180deg, #071b20, #020707);
  position: relative
}
.faq:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none
}
.faq-heading, .faq-layout {
  position: relative;
  z-index: 1
}
/* FEEDBACK #7: tightened heading gap (was 90px) */
.faq-heading {
  display: grid;
  grid-template-columns: 1fr .55fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 60px
}
.faq-heading h2 {
  font:  900 clamp(2rem, 6vw, 6rem)/.78 var(--condensed);
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 32px 0 0;
	color: #fff !important;
	line-height: 1;
}
.faq-heading h2 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px var(--yellow)
}
.faq-heading > p {
  color: rgba(255, 255, 255, .64);
  line-height: 1.8;
  border-left: 1px solid var(--line);
  padding-left: 35px;
  margin: 0
}
/* FEEDBACK #7: tightened row padding (was 48px) */
.faq-layout {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 6vw;
  padding: 36px 0;
  border-top: 1px solid var(--line)
}
.faq-layout:last-child {
  border-bottom: 1px solid var(--line)
}
.faq-category span {
  display: block;
  color: var(--yellow);
  font: 900 30px/1 var(--condensed);
  text-transform: uppercase;
  letter-spacing: .5px
}
.faq-category p {
  color: rgba(255, 255, 255, .45);
  font-size: 12px;
  line-height: 1.7;
  max-width: 220px
}
.faq-list details {
  border-top: 1px solid var(--line)
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line)
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 60px 24px 0;
  position: relative;
  font: 700 17px/1.4 var(--body);
  transition: .25s
}
.faq-list summary::-webkit-details-marker {
  display: none
}
.faq-list summary i, .faq-list summary i:after {
  position: absolute;
  background: var(--yellow);
  content: "";
  display: block
}
.faq-list summary i {
  right: 8px;
  top: 50%;
  width: 20px;
  height: 2px
}
.faq-list summary i:after {
  width: 2px;
  height: 20px;
  left: 9px;
  top: -9px;
  transition: .25s
}
.faq-list details[open] summary {
  color: var(--yellow)
}
.faq-list details[open] summary i:after {
  transform: rotate(90deg);
  opacity: 0
}
.faq-answer {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.8;
  max-width: 760px;
  padding: 0 60px 24px 0
}
.faq-answer p {
  margin: 0
}
.faq-answer a {
  color: var(--yellow);
  text-decoration: underline
}
/* FEEDBACK #7: reduced closing height (was 760px) */
.closing {
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(2, 8, 9, .98), rgba(2, 8, 9, .45)), url("https://dev.goeshow.com/ausa/globalforce/2026/images/sitelook/Background.jpg") center/cover
}
.closing-grid {
  position: absolute;
  inset: 0
}
.closing-copy {
  position: relative;
  z-index: 2;
  padding: 6vw 8vw
}
.closing h2 {
  margin: 35px 0 45px
}
.closing-meta {
  position: absolute;
  right: 5vw;
  bottom: 6vw;
  display: flex;
  gap: 28px;
  font: 800 11px/1 var(--body);
  text-transform: uppercase;
  letter-spacing: 2px
}
.closing-meta span:first-child {
  color: var(--yellow)
}
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .8s ease, transform .8s ease
}
.reveal.is-visible {
  opacity: 1;
  transform: none
}

@media(MIN-width:1181px) AND (MAX-width:1368PX) {
	.feature {
  
    grid-template-columns: 1.0fr .9fr;
  
}
	.drone {
   
    top: 21%;
    right: 16%;

}
	.soldier {
  
    height: 81%;
 
}
	.target-ring {
  
    top: 18%;
    left: 14%;
	}
}
@media(max-width:1180px) AND (MIN-width:1049px) 
{
	.card-copy h3 {
    font: 900 45px / .9 var(--condensed);
	}
	.feature {
  
    grid-template-columns: 1.0fr .9fr;
  
}
	.drone {
   
    top: 21%;
    right: 16%;

}
	.soldier {
  
    height: 81%;
 
}
	.target-ring {
  
    top: 18%;
    left: 14%;
	}
}
@media(max-width:1050px) {
  .main-nav {
    display: none
  }
  .site-header {
    height: 90px
  }
  .brand {
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px
  }
  .brand img {
    max-height: 68px
  }
  .event-meta {
    margin-right: auto
  }
  /* FEEDBACK #10: compact "Register Now" button shown next to the hamburger when the nav collapses */
  .header-cta {
    display: inline-flex;
    margin-left: auto;
    margin-right: 14px;
    padding: 12px 16px;
    font-size: 12px;
    gap: 14px
  }
  .header-cta span {
    font-size: 15px
  }
  .menu-toggle {
    display: block
  }
  .main-nav.is-open {
    display: flex;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    padding: 25px 4vw;
    background: linear-gradient(135deg, #071a20, #15505c);
    margin: 0;
    flex-direction: column;
    border-bottom: 1px solid var(--line)
  }
  .hero {
    padding-top: 90px
  }
  .hero-overlay, .hero-grid {
    inset: 90px 0 0
  }
  .intro-layout {
    grid-template-columns: 1fr
  }
  .intro-copy {
    max-width: 650px
  }
  .stats {
    grid-template-columns: repeat(2, 1fr)
  }
  .feature {
    grid-template-columns: 1fr;
    padding-top: 600px;
	  PADDING-BOTTOM: 230px;
  }
  .feature-art {
    inset: 0 0 auto;
    height: 720px
  }
  .feature-copy {
    grid-column: 1;
	          top: 159px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-heading, .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-heading > p {
    max-width: 650px
  }
}
@media(max-width:650px) {
	.footer-content .contact-widget {
    margin-left: 0px !important;
}
	/*about*/
	.feature-points li {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  padding: 20px 0;
}

.feature-point-number {
  font-size: 11px;
}

.feature-point-content h3 {
  font-size: 12px;
  line-height: 1.4;
}

.feature-point-content p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}/*about end*/
  .site-header {
    position: relative;
    height: 76px;
    padding: 0 16px;
    background: linear-gradient(110deg, #02090b, #15505c 68%, #09272e)
  }
  .brand {
    width: 150px;
    height: 76px;
    border: 0;
    padding: 8px 0
  }
  .brand img {
    max-height: 58px
  }
  .event-meta {
    display: none
  }
  /* FEEDBACK #10: keep a small Register button beside the hamburger on mobile */
  .header-cta {
    padding: 10px 12px;
    font-size: 11px;
    gap: 8px;
    margin-right: 10px;
    letter-spacing: .4px;
    white-space: nowrap
  }
  .header-cta span {
    display: none
  }
  .menu-toggle {
    margin-left: 0
  }
  .main-nav.is-open {
    top: 76px;
    padding: 22px 20px;
    gap: 22px
  }
  /* FEEDBACK #8: no cropping on mobile — full video shows, top never cut off */
  .hero {
    max-height: none;
    padding-top: 0
  }
  .hero-video {
    max-height: none;
    height: auto;
    object-fit: fill
  }
  .hero-overlay, .hero-grid, .hero-tag {
    display: none
  }
  .ticker {
    transform: none
  }
  .ticker span {
    font-size: 18px;
    padding: 12px 0;
    letter-spacing: .4px
  }
  .ticker b {
    padding: 0 14px
  }
  .ticker-track {
    animation-duration: 20s
  }
  .section-pad {
    padding: 56px 18px
  }
  .section-label {
    font-size: 10px;
    gap: 10px;
    letter-spacing: 1.5px
  }
  .section-label:after {
    width: 42px
  }
  .intro {
    padding-top: 60px
  }
  .intro-layout {
    margin-top: 30px;
    gap: 30px
  }
  /* FEEDBACK #9: mobile headings resized so they no longer overflow / get cut off */
  .display-title {
    font-size: 16vw;
    line-height: .9;
    letter-spacing: -.02em
  }
  .intro-copy {
    border: 0;
    padding: 0
  }
  .intro-copy .lead {
    font-size: 18px
  }
  .intro-copy p:not(.lead) {
    font-size: 14px
  }
  .text-link {
    width: 100%;
    justify-content: space-between;
    gap: 20px
  }
  .stats {
    grid-template-columns: 1fr
  }
  .stat {
    min-height: 140px;
    padding: 28px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
  }
  /* FEEDBACK #2 + #9: smaller stat numbers on mobile (was 24vw) */
  .stat strong {
    font-size: 16vw
  }
  .stat span {
    margin-top: 14px
  }
  .stat-message {
    min-height: 150px
  }
  .stat-message p {
    font-size: 9vw
  }
  .feature {
    display: block;
    min-height: auto;
    padding: 400px 18px 210px;
  }
  .feature-art {
    height: 440px
  }
  .feature-art:after {
    background: linear-gradient(0deg, #020707 0%, transparent 55%)
  }
  .soldier {
    left: -6%;
    height: 88%
  }
  .drone {
    width: 54%;
    top: 17%;
    right: 5%
  }
  .target-ring {
    width: 300px;
    height: 300px;
    left: -12%;
    top: 18%
  }
  .feature-copy {
    padding-left: 0
  }
  /* FEEDBACK #9: heading overflow fix (was 23vw) */
  .feature-copy h2 {
    font-size: 16vw;
    line-height: .9;
    letter-spacing: -.02em;
    margin: 28px 0
  }
  .feature-copy p {
    font-size: 14px
  }
  .feature-copy li {
    font-size: 11px;
    line-height: 1.4
  }
  .feature-btn {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    margin-top: 28px
  }
  .feature-callout {
    display: none
  }
  .pathways-head {
    display: block
  }
  .pathways-head .display-title {
    margin-top: 30px
  }
  .card-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
    border-left: 0
  }
  .path-card {
    min-height: 300px;
    padding: 24px;
    border-left: 1px solid #aeb2af
  }
  .card-icon {
    font-size: 54px;
    margin-top: 20px
  }
  .card-copy h3 {
    font-size: 46px
  }
  .card-copy p {
    min-height: auto
  }
  .path-card:before {
    display: none
  }
  .faq-heading {
    margin-bottom: 38px
  }
  /* FEEDBACK #9: "Frequently Asked" no longer cut off — hard-capped size so the
     10-letter word always fits the phone screen, in Oswald or the Helvetica fallback */
  .faq {
    overflow-x: clip
  }
  .faq-heading h2 {
    font-size: clamp(28px, 9vw, 44px);
    line-height: .95;
    letter-spacing: -.02em;
    margin-top: 28px;
    max-width: 100%
  }
  .faq-heading > p {
    border-left: 0;
    padding-left: 0;
    font-size: 14px
  }
  .faq-layout {
    gap: 24px;
    padding: 30px 0
  }
  .faq-category span {
    font-size: 26px
  }
  .faq-category p {
    margin-bottom: 0
  }
  .faq-list summary {
    font-size: 14px;
    padding: 20px 42px 20px 0
  }
  .faq-answer {
    font-size: 13px;
    padding-right: 0
  }
  .closing {
    min-height: 480px;
    align-items: flex-start;
    padding-top: 56px
  }
  .closing-copy {
    padding: 18px
  }
  /* FEEDBACK #9: heading overflow fix (was 23vw) */
  .closing h2 {
    font-size: 16vw;
    line-height: .9;
    letter-spacing: -.02em;
    margin: 24px 0 32px
  }
  .button-primary {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    font-size: 11px;
    padding: 16px
  }
  .closing-meta {
    left: 18px;
    right: 18px;
    bottom: 24px;
    gap: 12px;
    justify-content: space-between;
    font-size: 8px
  }
  footer {
    grid-template-columns: 1fr;
    padding: 50px 18px 24px;
    gap: 34px
  }
  .footer-brand {
    grid-column: auto
  }
  .footer-brand img {
    width: 190px
  }
  .footer-links {
    gap: 13px
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
  }
}
/* FEEDBACK #10: on very narrow phones hide the header button to protect the layout */
@media(max-width:400px) {
  .header-cta {
    display: none
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important
  }
  .reveal {
    opacity: 1;
    transform: none
  }
}
/*nav-dates starts*/
.header-event-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    border-left: 1px solid rgba(255,255,255,0.25);
    padding-left: 20px;
    margin-left: 10px;
}
.header-event-info .event-date {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
	color: #fff !important;
}
.header-event-info .event-location {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 3px;
}
@media (max-width: 430px) {
    .header-event-info {
        display: none;
    }
}
/*nav-dates end*/
@media (min-width: 431px) {
	
	.footer-content .contact-widget {
    margin-left: 0px !important;
}
	
/* Hide mobile version by default */
.header-event-info.desktop-event-info, .mobile-event-info {
    display: none;
}
}
/* Mobile Only */
@media (max-width: 430px) {
    .desktop-event-info {
        display: none;
    }
    .mobile-event-info {
		      margin-top: 14px;
        display: block;
        width: 100%;
        padding: 8px 15px 10px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2;
		        margin-top: 14px;
		text-align: center;
    }
    .mobile-event-date {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    .mobile-event-location {
        font-size: 14px;
        margin-top: 2px;
        opacity: 0.9;
    }
}
@media (max-width: 345px) {
    .desktop-event-info {
        display: none;
    }
    .mobile-event-info {
		      margin-top: 14px;
        display: block;
        width: 100%;
        padding: 8px 15px 10px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2;
		        margin-top: 7px;
		text-align: center;
    }
}

#header .header-body{
background: linear-gradient(90deg,rgba(2,10,12,.98) 0%,rgba(21,80,92,.97) 48%,rgba(5,22,27,.98) 100%) !important;
}
/*navigation end*/
.card-icon {
  width: 95px;
  height: 95px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.card-icon i {
  line-height: 1;
}
.path-card,
.path-card:hover,
.path-card:focus,
.path-card:active,
.path-card * ,
.path-card:hover *,
.path-card:focus *,
.path-card:active * {
  text-decoration: none !important;
}






/*about*/

.feature-points {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
}

.feature-points li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.feature-point-number {
  color: var(--yellow);
  font: 800 13px/1.2 var(--body);
  letter-spacing: 1px;
  padding-top: 3px;
}

.feature-point-content h3 {
  margin: 0;
  color: #fff !important;
  font: 700 14px/1.3 var(--body);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.feature-point-content p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.65;
}
/* registratiom*/


/* =====================================================
   GLOBAL FORCE 2027
   RESERVE BOOTH PAGE
   Light theme matching the homepage
===================================================== */

.reserve-page {
  --reserve-white: #ffffff;
  --reserve-paper: #f1f0e9;
  --reserve-soft: #f7f8f5;
  --reserve-teal-soft: #edf4f4;
  --reserve-text: #101719;
  --reserve-muted: #596366;
  --reserve-teal: #15505c;
  --reserve-dark-teal: #0b3d46;
  --reserve-teal-light: #41848d;
  --reserve-yellow: #ffc919;
  --reserve-orange: #f5821f;
  --reserve-border: #d5dcdb;
  --reserve-shadow: 0 20px 55px rgba(5, 37, 43, 0.08);

  width: 100%;
  overflow-x: hidden;
  background: var(--reserve-white);
  color: var(--reserve-text);
  font-family: var(--body);
  line-height: 1.65;
}

.reserve-page *,
.reserve-page *::before,
.reserve-page *::after {
  box-sizing: border-box;
}

.reserve-page h1,
.reserve-page h2,
.reserve-page p {
  margin-top: 0;
}

.reserve-page a {
  text-decoration: none;
}

.reserve-container {
  width: min(1180px, calc(100% - 60px));
  margin-right: auto;
  margin-left: auto;
}

/* =====================================================
   HERO
===================================================== */

.reserve-hero {
  position: relative;
  padding: 88px 0 72px;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(21, 80, 92, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(21, 80, 92, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(65, 132, 141, 0.12),
      transparent 32%
    ),
    #ffffff;
  background-size:
    70px 70px,
    70px 70px,
    auto,
    auto;
}

.reserve-hero::after {
  content: "";
  position: absolute;
  top: -230px;
  right: -150px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(21, 80, 92, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(21, 80, 92, 0.025),
    0 0 0 160px rgba(21, 80, 92, 0.015);
  pointer-events: none;
}

.reserve-hero .reserve-container {
  position: relative;
  z-index: 1;
}

.reserve-label {
  margin-bottom: 14px;
  color: var(--reserve-teal-light);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.reserve-hero h1 {
  max-width: 960px;
  margin-bottom: 0;
  color: var(--reserve-teal);
  font-family: var(--condensed);
  font-size: clamp(48px, 5.5vw, 86px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.reserve-accent {
  display: block;
  width: 78px;
  height: 5px;
  margin: 30px 0;
  background: var(--reserve-yellow);
}

.reserve-accent-small {
  width: 56px;
  height: 4px;
  margin: 22px 0 0;
}

.reserve-intro {
  max-width: 920px;
  margin-bottom: 0;
  color: var(--reserve-muted);
  font-size: 18px;
  line-height: 1.8;
}

.reserve-intro strong {
  color: var(--reserve-text);
  font-weight: 800;
}

/* =====================================================
   MAIN LAYOUT
===================================================== */

.reserve-main {
  padding: 30px 0 95px;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f9f8 100%
    );
}

.reserve-panel {
  width: 100%;
  margin-bottom: 34px;
  padding: 52px;
  border: 1px solid rgba(21, 80, 92, 0.11);
  background: var(--reserve-white);
  box-shadow: var(--reserve-shadow);
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2,
.contact-panel h2 {
  margin-bottom: 0;
  color: var(--reserve-teal);
  font-family: var(--condensed);
  font-size: clamp(34px, 3.7vw, 58px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

/* =====================================================
   TABLE
===================================================== */

.rates-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--reserve-border);
  border-radius: 12px;
  background: var(--reserve-white);
  box-shadow: 0 14px 35px rgba(5, 37, 43, 0.07);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--reserve-teal-light) #edf1f0;
}

.rates-table-wrapper::-webkit-scrollbar {
  height: 10px;
}

.rates-table-wrapper::-webkit-scrollbar-track {
  background: #edf1f0;
}

.rates-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--reserve-teal-light);
}

.rates-table {
  width: 100%;
  min-width: 900px;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: var(--reserve-white);
}

.rates-table th,
.rates-table td {
  padding: 22px 17px;
  border-right: 1px solid var(--reserve-border);
  border-bottom: 1px solid var(--reserve-border);
  color: var(--reserve-text);
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

.rates-table tr > *:last-child {
  border-right: 0;
}

.rates-table tbody tr:last-child > * {
  border-bottom: 0;
}

.rates-table thead th {
  height: 195px;
  padding: 20px;
  background: var(--reserve-soft);
}

.rates-table thead img {
  display: block;
  width: 100%;
  max-width: 165px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.rates-table tbody th {
  width: 22%;
  background: #f7f8f6;
  color: var(--reserve-teal);
  font-weight: 800;
  text-align: left;
}

.rates-table tbody td {
  background: var(--reserve-white);
  font-weight: 700;
}

.rates-table tbody tr:nth-child(even) th,
.rates-table tbody tr:nth-child(even) td {
  background: #f2f5f4;
}

.rates-table tbody tr:hover th,
.rates-table tbody tr:hover td {
  background: rgba(255, 201, 25, 0.14);
}

.mobile-table-note {
  display: none;
  margin: 12px 0 0;
  color: var(--reserve-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

/* =====================================================
   PAYMENT AND CTA
===================================================== */

.payment-information {
  margin-top: 30px;
  text-align: center;
}

.payment-information p {
  margin-bottom: 7px;
  color: var(--reserve-muted);
  font-size: 16px;
  line-height: 1.7;
}

.payment-information .payment-highlight {
  color: var(--reserve-teal);
  font-weight: 800;
}

.availability-message {
  max-width: 970px;
  margin: 36px auto 30px;
  padding: 24px 30px;
  border-left: 6px solid var(--reserve-yellow);
  background: var(--reserve-teal-soft);
  color: var(--reserve-teal);
  font-family: var(--condensed);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.reserve-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.reserve-button {
  display: flex;
  min-height: 72px;
  padding: 18px 22px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--reserve-teal);
  background: var(--reserve-teal);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.reserve-button:hover,
.reserve-button:focus {
  border-color: var(--reserve-yellow);
  background: var(--reserve-yellow);
  color: var(--reserve-text) !important;
  transform: translateY(-3px);
}

.reserve-button:focus-visible {
  outline: 4px solid rgba(255, 201, 25, 0.4);
  outline-offset: 3px;
}

/* =====================================================
   BENEFITS
===================================================== */

.benefits-panel {
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(65, 132, 141, 0.08),
      transparent 32%
    ),
    var(--reserve-white);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.benefit-item {
  min-height: 96px;
  padding: 24px 25px;
  border: 1px solid var(--reserve-border);
  border-left: 5px solid var(--reserve-yellow);
  background: var(--reserve-soft);
  color: var(--reserve-text);
  font-size: 18px;
  line-height: 1.55;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.benefit-item:hover {
  border-color: rgba(21, 80, 92, 0.35);
  background: var(--reserve-teal-soft);
  transform: translateY(-3px);
}

.benefit-item strong {
  color: var(--reserve-teal);
  font-weight: 900;
}

.reserve-footnote {
  margin: 34px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--reserve-border);
  color: var(--reserve-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* =====================================================
   POLICY
===================================================== */

.information-panel {
  background:
    linear-gradient(
      90deg,
      rgba(245, 130, 31, 0.04),
      rgba(255, 255, 255, 0)
    ),
    var(--reserve-white);
}

.information-intro {
  max-width: 900px;
  margin-bottom: 24px;
  color: var(--reserve-muted);
  font-size: 17px;
  line-height: 1.7;
}

.policy-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 18px;
}

.policy-item {
  padding: 22px 24px;
  border-left: 5px solid var(--reserve-yellow);
  background: var(--reserve-soft);
  color: var(--reserve-text);
  font-size: 17px;
  line-height: 1.6;
}

.policy-item-critical {
  border-left-color: var(--reserve-orange);
  background: rgba(245, 130, 31, 0.08);
  color: #6b2d00;
  font-weight: 900;
  text-transform: uppercase;
}

/* =====================================================
   CONTACT
===================================================== */

.contact-panel {
  border-top: 6px solid var(--reserve-yellow);
  background:
    linear-gradient(
      100deg,
      rgba(65, 132, 141, 0.1),
      rgba(255, 255, 255, 0) 65%
    ),
    var(--reserve-white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}

.contact-panel h2 {
  font-size: clamp(34px, 3.7vw, 55px);
}

.contact-layout > p {
  margin: 0;
  padding-left: 40px;
  border-left: 1px solid var(--reserve-border);
  color: var(--reserve-muted);
  font-size: 18px;
  line-height: 1.75;
}

.contact-panel a {
  color: var(--reserve-teal);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 3px solid var(--reserve-yellow);
}

/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1100px) {
  .reserve-container {
    width: min(100% - 46px, 1180px);
  }

  .reserve-panel {
    padding: 42px;
  }

  .reserve-actions {
    grid-template-columns: 1fr;
  }

  .reserve-button {
    width: 100%;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-layout > p {
    padding-left: 0;
    border-left: 0;
  }
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 850px) {
  .reserve-hero {
    padding: 64px 0 54px;
  }

  .reserve-panel {
    padding: 34px 28px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .policy-grid {
    grid-template-columns: 1fr;
  }

  .mobile-table-note {
    display: block;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {
  .reserve-container {
    width: calc(100% - 28px);
  }

  .reserve-hero {
    padding: 48px 0 42px;
    background-size:
      42px 42px,
      42px 42px,
      auto,
      auto;
  }

  .reserve-hero::after {
    display: none;
  }

  .reserve-label {
    font-size: 11px;
    letter-spacing: 1.8px;
  }

  .reserve-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 0.98;
  }

  .reserve-accent {
    width: 60px;
    height: 4px;
    margin: 22px 0;
  }

  .reserve-accent-small {
    margin-top: 18px;
  }

  .reserve-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .reserve-main {
    padding: 18px 0 52px;
  }

  .reserve-panel {
    margin-bottom: 22px;
    padding: 26px 19px;
    box-shadow: 0 12px 32px rgba(5, 37, 43, 0.07);
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2,
  .contact-panel h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1;
  }

  .rates-table {
    min-width: 730px;
  }

  .rates-table thead th {
    height: 150px;
    padding: 15px 10px;
  }

  .rates-table thead img {
    max-width: 125px;
  }

  .rates-table th,
  .rates-table td {
    padding: 14px 10px;
    font-size: 15px;
  }

  .payment-information {
    text-align: left;
  }

  .payment-information p {
    font-size: 15px;
  }

  .availability-message {
    margin: 27px 0 23px;
    padding: 18px;
    font-size: 22px;
    text-align: left;
  }

  .reserve-actions {
    gap: 12px;
  }

  .reserve-button {
    min-height: 62px;
    padding: 15px 17px;
    font-size: 14px;
  }

  .benefit-item {
    min-height: auto;
    padding: 18px 18px;
    font-size: 16px;
  }

  .reserve-footnote,
  .information-intro,
  .policy-item,
  .contact-layout > p {
    font-size: 15px;
  }

  .contact-layout {
    gap: 20px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {
  .reserve-container {
    width: calc(100% - 20px);
  }

  .reserve-panel {
    padding: 22px 14px;
  }

  .reserve-hero h1 {
    font-size: 34px;
  }

  .section-heading h2,
  .contact-panel h2 {
    font-size: 28px;
  }

  .reserve-button {
    font-size: 13px;
  }
}

/* =====================================================
   ACCESSIBILITY
===================================================== */

@media (prefers-reduced-motion: reduce) {
  .reserve-button,
  .benefit-item {
    transition: none;
  }

  .reserve-button:hover,
  .reserve-button:focus,
  .benefit-item:hover {
    transform: none;
  }
}




/*navigation*/

@media (min-width: 992px) {

  /* Remove theme underline/pseudo-element */
  #header .header-nav.header-nav-line nav > ul > li > a::before {
    display: none !important;
    content: none !important;
  }

  /* Reset the LI background */
  #header .header-nav-main nav > ul > li,
  #header .header-nav-main nav > ul > li:hover,
  #header .header-nav-main nav > ul > li.active {
    background: transparent !important;
  }

  /* Main navigation links */
  #header .header-nav-main nav > ul > li > a {
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }

  /* Hover, focus and active navigation item */
  #header .header-nav-main nav > ul > li > a:hover,
  #header .header-nav-main nav > ul > li > a:focus,
  #header .header-nav-main nav > ul > li > a:focus-visible,
  #header .header-nav-main nav > ul > li > a.active {
    background-color: #ffc919 !important;
    color: #000000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
  }

  /* Keep dropdown parent yellow while its menu is open */
  #header .header-nav-main nav > ul > li.dropdown:hover > a,
  #header .header-nav-main nav > ul > li.dropdown.open > a,
  #header .header-nav-main nav > ul > li.dropdown.show > a {
    background-color: #ffc919 !important;
    color: #000000 !important;
    border-radius: 0 !important;
  }

  /* Make generated text and arrows follow the link color */
  #header .header-nav-main nav > ul > li > a::after,
  #header .header-nav-main nav > ul > li > a::before {
    color: inherit !important;
  }

  /* Dropdown menu */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border: 0;
    border-radius: 0 !important;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    margin: 0;
    min-width: 200px;
    padding: 0;
    text-align: left;
  }

  /* Dropdown links */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    background-color: #15505c;
    color: #ffffff !important;
    padding: 15px;
    border-radius: 0 !important;
  }

  /* Dropdown link hover and active */
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus,
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active,
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
    background-color: #ffc919 !important;
    color: #000000 !important;
  }

  /* Navigation separators */
  #header .header-nav-main nav > ul > li {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  #header .header-nav-main nav > ul > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (min-width: 1300px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #ffffff ;
        max-width: 160px;
    }
}
@media (max-width: 991px) {
    #header .header-nav-main nav > ul {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }
	    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #000000;
    }
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: #15505b !important;
    }
}
#header .header-btn-collapse-nav {
    background-color: #ffc919 !important;
    color: #000;
}

a.color1{
	color: #000 !important;
}

.footer-eshow {
	background-color: #171616 !important;
}

html .scroll-to-top{
	display:none !important;
}