body {
	font-family: 'Dosis', sans-serif;
    color: #404142;
    font-size: 16px;
	letter-spacing: 0.8px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

/* Buttons override */
.btn {
	text-transform: uppercase;
    font-weight: 600;
}
.btn-lg {
	padding: 15px 40px;
    font-size: 16px;
    line-height: none;
    border-radius: 4px;
}
.btn-red {
	background-color: #dd5138;
	color: #fff;
}
.btn-yellow {
	background-color: #fcd93b;
	color: #2a2a2a;
	opacity: 0.8;
}
.btn-yellow:hover {
	opacity: 1;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover {
    opacity: 0.65;
}
.content-ct {
	text-align: center;
}

/* ------------------
	Navigation 
------------------ */
.side-menu {
	position: fixed;
	right: 30px;
	top: 50%;
    transform: translateY(-73px);
    z-index: 99;
}

@media (max-width: 767px) {
    .side-menu {
        display: none;
    }
}

.side-menu ul li {
    text-align: right;
    margin: 10px 0;
}
.side-menu ul li a span {
	display: inline-block;
}
.side-menu ul li a span.menu-title {
	color: #fff;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #dd5138;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
}
.side-menu ul li a:hover span.menu-title {
    opacity: 1;
}
.side-menu ul li a span.dot {
    position: relative;
    background-color: #dd5138;
    border-radius: 2em;
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
}
.side-menu ul li a:hover span.dot {
	transform: scale(1.8);
}


.hero-header {
    background: #016cc7;
    min-height: 100vh;
    height: 100vh;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-header .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hero-header h1 {
    margin: 1em 0 0 0;
}

.hero-header h4 {
    font-weight: normal;
    opacity: 0.6;
    letter-spacing: 1px;
    margin: 2em 0;
}

.hero-header .logo {
    max-width: 70%;
    margin-bottom: 30px;
}

.hero-header .btn {
    margin-top: 3em;
}

.hero-header .rocket {
    max-width: 100%;
}

.me-row {
    padding: 30px 0;
}

.row-title {
    font-weight: 400;
}

.feature {
    padding: 20px;
    margin-top: 30px;
}

.feature span {
    font-size: 5em;
    color: #016cc7;
}

.speaker .feature {
    width: 31.333333%;
    -webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
  	margin-right: 20px;
  	border: 3px solid #f6f6f6;
    border-radius: 5px;
}
.speaker .feature:hover {
    box-shadow: 3px 3px 10px #ccc;
    transform: translateY(-10px);
}
.speaker-img {
    max-width: 40%;
    border: 4px solid #efefef;
    border-radius: 50%;
}
ul.speaker-social li {
    list-style: none;
    display: inline-block;
    margin: 10px 5px;
}
ul.speaker-social li a {
    font-size: 0.2em;
    padding: 0 10px;
}
ul.speaker-social li a:hover {
    text-decoration: none;
}
a span.ti-facebook {
    color: #3b5998;
}
a span.ti-twitter-alt {
    color: #4099ff;
}

.tickets {
    background-color: #fcd93b;
}
.tickets .price {
    font-size: 4em;
    color: #dd5138;
    font-weight: 100;
}
.tickets .price sup {
    font-size: 0.4em;
}


.nav-tabs {
    margin-top: 20px;
}
.schedule .media {
    margin-top: 4em;
}
.schedule .media-object {
    max-width: 100px;
}
.schedule .media-heading {
    font-weight: 600;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
}
.schedule .media-body h5 {
    text-transform: uppercase;
    font-weight: 600;
}


.footer {
    background-color: #2a2a2a;
    margin-top: 30px;
    color: #fff;
}
.footer p {
    margin-bottom: 0;
}
.footer-credit {
    padding: 40px;
}
ul.footer-menu {
    text-align: right;
}
ul.footer-menu li {
    display: inline-block;
}
ul.footer-menu li a {
    font-size: 12px;
    color: #fcd93b;
    padding-right: 20px;
}
ul.footer-menu li a:hover {
    color: #dd5138;
}


.contact {
    background-color: #3a3a3a;
    color: #fff;
    padding: 1em;
}
.contact h3 {
    margin-bottom: 30px;
}
.form-control {
    padding: 20px 15px;
    border: 3px solid #eee;
    background-color: #f9f9f9;
    box-shadow: none;
}
.help-block {
    font-size: 12px;
}
.form-control-feedback {
    top: 15px;
    right: 15px;
}

.animated { 
    -webkit-animation-duration: 5s; 
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

/* ========================================
    Custom Media Queries
======================================== */

/* Mobile */
@media (max-width: 767px) {
    .container, .container-fluid {
        padding: 0 10px !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .row {
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    [class*="col-"] {
        padding: 0 10px !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    .hero-header {
        min-height: 100vh;
        height: 100vh;
        padding: 0 10px;
    }
    
    .hero-header .logo {
        max-width: 90%;
        margin-bottom: 20px;
    }
    
    .hero-header h3 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    
    .hero-header h4 {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    
    .hero-header .btn {
        margin-top: 20px;
    }
    
    .speaker .feature {
        width: 100%
    }
    
    .footer-credit {
        text-align: center;
        padding: 40px 20px;
    }
    
    ul.footer-menu {
        text-align: center;
        margin-top: 30px;
    }
    
    #registration {
        padding: 0 10px !important;
    }
    
    #registration .col-md-8 {
        width: 100% !important;
        padding: 0 10px !important;
        margin: 0 !important;
    }
    
    #registration input[type="email"],
    #registration textarea {
        width: 100% !important;
        max-width: 350px !important;
        margin: 0 auto 20px !important;
        box-sizing: border-box !important;
    }
    
    #registration button {
        width: 100% !important;
        max-width: 350px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
    
    #registration center {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #registration p {
        text-align: center !important;
        width: 100% !important;
        max-width: 350px !important;
        padding: 0 !important;
        margin: 0 auto 20px !important;
    }

    .section-padding {
        padding: 30px 10px !important;
    }

    #registration .col-sm-10 {
        max-width: 350px;
    }

    .faq-item {
        width: 100% !important;
        margin: 0 auto 20px !important;
    }

    .feature-box {
        width: 100% !important;
        margin: 0 auto 20px !important;
    }
}

/* MVT Section */
.section-padding {
  padding: 30px 0;
}

.section-title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.mvt-box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.mvt-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.mvt-box h3 {
  color: #e74c3c;
  margin-bottom: 15px;
  font-size: 24px;
}

.mvt-box p {
  color: #666;
  line-height: 1.6;
}

/* FAQ Section */
.faq-item {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  width: 90%;
  justify-self: center;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.faq-item h3 {
  color: #e74c3c;
  margin-bottom: 15px;
  font-size: 18px;
}

.faq-item p {
  color: #666;
  line-height: 1.6;
  font-size: 13px;
}

.col-md-12 {
    text-align: center;
    align-items: center;
}

/* Registration Section */
#registration {
  background: #f9f9f9;
  padding: 30px 15px;
}

#registration .section-title {
  color: #333;
}

#registration .section-subtitle {
  color: #666;
}

#registration .row {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

#registration .col-sm-10 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

#registration p {
  font-size: 17px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}

#registration input[type="email"],
#registration textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
}

#registration textarea {
  resize: vertical;
  min-height: 150px;
}

#registration button {
  background: #e74c3c;
  color: #fff;
  border: none;
  padding: 18px 40px;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-weight: 600;
  box-sizing: border-box;
}

#registration button:hover {
  background: #c0392b;
  transform: translateY(-2px);
}

#registration center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Popup */
#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  text-align: center;
  z-index: 1000;
}

#popup h1 {
  color: #e74c3c;
  margin-bottom: 20px;
}

#popup p {
  color: #666;
  font-size: 18px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
}

.close-popup:hover {
  color: #e74c3c;
}

/* Disabled button style */
#submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Loading Spinner */
.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

#whats-godnote img {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  display: block;
}

#whats-godnote .row:has(img) {
  background-color: #fafafa;
  padding: 30px 0;
  margin: 20px 0;
}

#whats-godnote .section-title {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #333;
}

#whats-godnote h3.section-title {
  font-size: 24px;
}

.feature-box {
    margin: 30px 0px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    width: 90%;
    justify-self: center;
}

.feature-box:hover {
transform: translateY(-5px);
box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.feature-box h3 {
color: #e74c3c;
/* color: #006cc7; */
margin-bottom: 15px;
font-size: 18px;
}


#whats-godnote .feature-box p {
    font-size: 13px;
    color: #666;
}

/* Override Bootstrap container styles */
.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}

[class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hero-header h3 {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 0 10px 0 !important;
}

@media (min-width: 768px) {
    .hero-header h3 {
        font-size: 28px !important;
    }
}

@media (min-width: 992px) {
    .hero-header h3 {
        font-size: 32px !important;
    }
}

@media (min-width: 1200px) {
    .hero-header h3 {
        font-size: 36px !important;
    }
}
