@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Highlight invalid fields
input:invalid,
select:invalid,
textarea:invalid,
input[type="checkbox"]:invalid {
    border: 2px solid yellow !important;
}

/* Ensure the invalid state is visible for select and checkbox
select:invalid,
input[type="checkbox"]:invalid {
    outline: 2px solid yellow !important;
} */

/* Site Specific */

html,
html * {
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  scroll-padding-top: 220px;
}

body {
  max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.wrapper-form {
  margin: 0 auto;
  /* width: 400px; */
}

header {
  background-color: #000000;
	color: #FFFFFF;
}

label {
	border: hidden;
}

input {
	padding-left: 8px;
}

textarea {
	resize: vertical;
	max-height: 100px;
  max-width: 100%;
}

input, textarea {
	outline: none;
	border: 1px solid #ddd;
}

input:focus, textarea:focus {
	box-shadow: 0 0 4px rgba(255,255,0,.5);
	border: 1px solid rgb(255,255,0);
}

::placeholder {
	opacity: 1;
}

img {
	vertical-align: middle;
}

footer {
	padding-left: 8px;
	background-color: #000000;
}

.container {
		background-color: #000000;
    /* position: fixed;
    top: 0;
    width: 100%; */
}

.style-logo {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 320px;
}

.style-photo {
  float: right;
  margin: 0px 0px 5px 5px;
  width: 125px;
}

.social {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: 50px;
	height: 50px;
}

.style-nav ul {
	background-color: #000000;
	list-style-type: none;
  margin: 0; /* new*/
  padding: 0; /* new*/
}

.style-nav ul li a {
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	padding: 6px;
	}
  /* Dropdown menu - hidden by default */
  .style-nav .dropdown {
      position: absolute;
      background-color: #000000;
      box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
      z-index: 10;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      visibility: hidden;
      transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0s linear 0.3s;
  }

  /* Style dropdown list items */
  .style-nav .dropdown li {
      margin: 0; /* Remove default margin */
      padding: 0; /* Remove default padding */
  }

  .style-nav .dropdown li a {
      color: #ffffff;
      text-decoration: none;
      display: block;
      text-align: left !important;
      text-transform: none;
      font-size: 16px;
      padding: 6px; /* Match main menu padding */
      background-color: #000000; /* Consistent background */
  }


  .style-nav li {
      position: relative; /* Positioning context for dropdown */
  }

  .style-nav li:hover > .dropdown {
      opacity: 1;
      max-height: 200px;
      visibility: visible;
  }

  .style-nav > ul > li > a:hover {
      background-color: #4a4a4a;
  }

  .style-nav .dropdown a:hover {
      background-color: #555555;
  }

.style-points ul {
	background-color: #030C31;
	padding-left: 35px;
  list-style-type: disc;
}

.style-points ul li {
  line-height: 20px;
}

.style-points-number ul {
  list-style-type: decimal;
}

/* .row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
} */

.col {
	width: 100%;
}

.classes {
	background-color: #030C31;
	padding: 16px 28px 2px 28px;
	color: #FFFFFF;
	text-align: left;
}

.attend {
	background-color: #030C31;
	padding: 16px 28px 2px 28px;
	color: #FFFFFF;
	text-align: left;
}

h1 {
	background-color: #030C31;
	font-size: 32px;
	text-align: center;
	font-weight: 200;
	margin-bottom: 30px;
}

h2 {
	background-color: #030C31;
	font-size: 32px;
	text-align: center;
	font-weight: 200;
	margin-bottom: 30px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	background-color: #030C31;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

p {
	background-color: #030C31;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 30px;
  line-height: 20px;
  color: #ffffff;
}

.ret-msg {
  background-color: #000000;
	font-size: 24px;
	font-weight: 200;
  margin-top: 30px;
	margin-bottom: 30px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.error {
  font-size: 16px;
  font-weight: 200;
  color: #FF9966; /* light orange */
  /* color: #FFFF00; */
}

b {
	background-color: #030C31;
	font-size: 17px;
	font-weight: 1000;
}

.box {
  border: 2px #FFFFFF solid;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.button {
	background-color: #030C31;
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.buttonTerms {
	background-color: #030C31;
	border: 2px #FFFFFF solid;
	padding: 8px 7px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.style-links {
  color: #FFFF00;
  /* font-weight: 900; */
}

.footer-text {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center;
}


.legal {
  background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
  width: 290px;
  margin: 18px auto;
  text-align: center;
}

.legalPP {
  background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
  width: 290px;
  margin: 18px auto;
  text-align: left;
}

.footer-social {
	background-color: #000000;
	text-align: center;
}

.container-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.input-name {
  flex-basis: 48%;
}

.input-text {
  width: 100%;
  padding: 12px;
  margin: 4px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

.input-time {
  margin: 2px 0;
}

.input-file {
  margin: 2px 0 0px;
}

.example {
  color: #808080;
  font-size: 12px;
  padding-top: 2px;
}

.phone {
  width: 48%;
}

.label-box {
  font-size: 16px;
  font-weight: 200;
  color: #FFFFFF;
}

.label-box-select {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 200;
  color: #FFFFFF;
}

.label-text {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #FFFFFF;
}

.sub-label-text {
  padding-top: 4px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  color: #FFFFFF;
}

.sub-label-textarea {
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 200;
  color: #FFFFFF;
}

.label-select {
  padding-top: 16px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 200;
  color: #FFFFFF;
}

.input-radio-phone {
  margin: 6px 0 4px;
  width: 100%;
  color: #FFFFFF;
  font-size: 12px;
}

.label-radio-phone {
  vertical-align: middle;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 200;
}

.input-radio {
  margin: 6px 0 4px;
  width: 100%;
  color: #FFFFFF;
  font-size: 12px;
}

.label-radio {
  vertical-align: middle;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 200;
}

/* Media query for iPhone-sized screens (e.g., max-width: 768px) */
@media (max-width: 768px) {
    .style-nav > ul {
        display: flex;
        flex-direction: column; /* Keeps main menu vertical */
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .style-nav li {
        position: relative; /* Ensures dropdown positioning is relative to <li> */
        display: inline-block;
        }

    .style-nav ul li a {
        display: inline-block;
        text-align: center;
        /*display: inline-block; /* Ensure the <a> doesn’t stretch unnecessarily */
        /* padding: 10px; /* Adjust padding as needed for spacing */
        white-space: nowrap;
        min-width: 120px;
    }

    .style-nav .dropdown {
        position: absolute; /* Absolute positioning for right-side placement */
        left: calc(100%); /* Immediately to the right of the main item */
        top: 0; /* Aligns top of submenu with top of main item */
        width: 150px; /* Fixed width for consistency */
        background-color: #000000; /* Ensure visibility */
        box-shadow: 0px 8px 16px rgba(0,0,0,0.2); /* Restore shadow */
        opacity: 0; /* Default hidden state */
        max-height: 0; /* Default hidden state */
        overflow: hidden; /* Prevent content overflow */
        transition: opacity 0.3s ease, max-height 0.3s ease; /* Smooth transition */
    }

    .style-nav .dropdown li a {
        text-align: left; /* Keep submenu text left-aligned */
    }

    /* Keep hover for desktop, add tap support
    .style-nav li:hover > .dropdown {
        opacity: 1;
        max-height: 200px;
    } */

    /* Optional: Make dropdowns visible on tap (requires JS for full effect) */
    .style-nav li:active > .dropdown,
    .style-nav li:focus-within > .dropdown {
        opacity: 1;
        max-height: 200px;
    }
}

/*Tablet View*/

@media (min-width: 768px){

	body {
		max-width: 778px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 36px;
	}

	footer {
		padding: 8px 0px 0px 0px;
	}

  /* textarea {
    max-width: 50%;
  }

  .input-email {
    max-width: 50%;
  } */

	.footer-text {
		float: left;
		padding-left: 16px;
		text-align: left;
		font-weight: 600;
    margin-left: 12px;
	}

  .style-logo {
    width: 400px;
  }

  .style-photo {
    float: right;
    margin: 0px 0px 10px 10px;
    width: 162px;
  }

	.style-nav ul {
		text-align: center;
	}

  .style-nav ul li {
		display: inline-block;
  }

  .style-nav ul li a {
  	font-size: 18px;
    font-weight: 200;
    padding-right: 14px;
  }

  .style-nav .dropdown {
    text-align: left;
  }

  .style-nav .dropdown ul li a {
      text-align: left !important; /* Ensure left alignment */
  }

  .foot-container {
  	/* align-items: center; */
    /* align-content: space-around; */
  }

	.footer-social {
		display: inline-block;
		float: right;
  }

	.social {
		padding: 0px 16px;
		width: 82px;
		height: 50px;
  }

  .legal {
    width: 100%;
    float: left;
    margin: 6px auto 18px;
    text-align: center;
    }

/* .footer-text {
  		float: left;
  		padding-left: 16px;
  		text-align: left;
  		font-weight: 600;
      margin-left: 12px;
  	} */

.input-radio {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

  .phone {
    width: 25%;
  }

}

/*Desktop View*/

@media (min-width: 1024px){

	body {
		max-width: 1200px;
	}
  /* Define variable and style here */
  :root {
      --header-height: 170px; /* Only for desktop */
  }

  main {
    padding-top: var(--header-height);
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1200px;
  }

/*  .col-header {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1200px;
  } */

	h1 {
		text-align: left;
	}

	h2 {
		text-align: left;
	}

	h4 {
		text-align: left;
	}

	.style-logo {
		margin-left: 24px;
		float: left;
	}

	.style-nav {
		float: right;
	}

  .style-nav li {
		padding: 0px 16px;
	}

	.container {
		display: flex;
		align-items: center;
	}

  /* Override centering for dropdowns */
  .style-nav .dropdown {
      text-align: left; /* Reset parent alignment */
  }

  .style-nav .dropdown li a {
      text-align: left !important; /* Ensure left alignment */
  }

	.social {
		padding: 0px 45px;
		width: 140px;
		height: 50px;
	}

  .input-radio {
    width: 50%;
  }
}
