/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Body and Global Styles */
* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

body {
	line-height: 1.6;
}


a {
  color: inherit;
  text-decoration: none;
}

#main-scroll {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body[data-locomotive-loaded='true'] #main-scroll {
  opacity: 1;
}

.cpel-switcher__lang a {
  background-color: transparent !important;
  color: #fff !important;
}

.cpel-switcher__icon {
  color: #fff !important;
}

.cpel-switcher__list {
  background-color: transparent !important;
}

#header-login a {
  transition: none;
}

#header-login:hover a {
  fill: #3d4042 !important;
  color: #3d4042 !important;
}
/* =========================
   PREMIUM GRADIENT HEADER
========================= */

#primary-header-menu {
  position: fixed;
  top: 1em;
  width: 100%;
  z-index: 999;
  padding: 1em 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: linear-gradient(
    90deg,
    #0b0b0b 0%,
    #131313 20%,
    #131313 80%,
    #0b0b0b 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: all 0.3s ease;
}

#primary-header-menu.scrolled {
  top: 0;
  padding: 0.5em 0;
  background: linear-gradient(
    90deg,
    rgba(11, 11, 11, 0.55) 0%,
    rgba(19, 19, 19, 0.55) 20%,
    rgba(19, 19, 19, 0.55) 80%,
    rgba(11, 11, 11, 0.55) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

/* =========================
   GRADIENT BORDERS
========================= */

#primary-header-menu::before,
#primary-header-menu::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    #0b0b0b 0%,
    #262626 20%,
    #262626 80%,
    #0b0b0b 100%
  );
}

#primary-header-menu::before {
  top: 0;
}

#primary-header-menu::after {
  bottom: 0;
}

/* Make Dashicon inline and white */
.dashicons-cart:before {
  display: inline-block; /* inline with text */
  vertical-align: middle; /* align with text */
  color: white; /* white icon */
  margin-right: -10px; /* space between icon and text */
  margin-left: 5px;
  font-size: 18px; /* optional: adjust size */
}

/* Make menu link text white too (optional) */
.dashicons-cart:before a {
  color: white;
  text-decoration: none;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
  align-items: center;
}

p {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
}

.grid-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}

/* Contact form 7 */
.wpcf7-form {
  text-align: left;
  max-width: 75%;
  margin: 0 auto;
}

.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='date'],
.wpcf7-form input[type='number'],
.wpcf7-form input[type='tel'],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  min-height: 35px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1em;
  padding: 0.6em;
  margin-bottom: 0.6em;
}

.wpcf7-form textarea {
  max-height: 120px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form .form-col.placeholder-shown.c-tel {
  position: relative;
}

.wpcf7-form .form-col {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.wpcf7-form input[type='submit'] {
  font-family: 'Overused Grotesk Regular', Sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 28px;
  background-color: #d4fe7d;
  transition-duration: 0.5s;
  border: 1px solid #d4fe7d;
  border-radius: 1em;
  padding: 1em 2em;
  color: #ffffff;
  transition: all 0.3s;
  color: #000;
  margin-top: 1em;
}

.wpcf7-form input[type='submit']:hover {
  background-color: transparent;
  color: #d4fe7d;
}

.wpcf7-list-item-label {
  color: #000;
  font-size:1rem;
}

.wpcf7-form .column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.wpcf7-acceptance label {
  pointer-events: all !important;
}

.wpcf7-list-item a {
  color: #0a1834;
  text-decoration: underline;
}

.wpcf7-list-item a:hover {
  color: #999;
}

.wpcf7-form label {
  display: block;
}

.wpcf7-acceptance label {
  background-color: unset;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.dashicons-admin-users:before,
.dashicons-email:before {
  position: absolute;
  color: #0a1834;
  right: 12px;
  top: 18px;
}

.dashicons-phone:before {
  position: absolute;
  color: #0a1834;
  right: 12px;
  top: 18px;
  z-index: 9;
}

/* Landing page contact form */

#landing-page-contact-form .wpcf7-form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

#landing-page-contact-form input[type='text'],
#landing-page-contact-form input[type='email'],
#landing-page-contact-form input[type='date'],
#landing-page-contact-form input[type='tel'],
#landing-page-contact-form input[type='number'],
#landing-page-contact-form textarea,
#landing-page-contact-form select {
  width: 100%;
  min-height: 55px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  background-color: #0a1834;
  border: none;
  border-radius: 0;
  padding: 0px 20px;
}

#landing-page-contact-form input::placeholder,
#landing-page-contact-form textarea::placeholder,
#landing-page-contact-form select::placeholder {
  color: #fff !important;
}

#landing-page-contact-form-control-wrap {
  position: relative;
  display: block;
}

#landing-page-contact-form .form-col.placeholder-shown.c-tel {
  position: relative;
}

#landing-page-contact-form .form-col {
  margin-bottom: 0;
  margin-top: 0 !important;
}

#landing-page-contact-form input[type='submit'] {
  font-family: 'Overused Grotesk Regular', Sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  background-color: #0a1834;
  background-image: linear-gradient(90deg, #0a1834 0%, #0a1834 100%);
  transition-duration: 0.5s;
  border-radius: 0 !important;
  border: 1px solid #0a1834;
  padding: 0.6em 2.5em;
  color: #ffffff;
  transition: all 0.3s;
}

#landing-page-contact-form input[type='submit']:hover {
  border-color: #0a1834;
  background-image: linear-gradient(90deg, #0a1834 0%, #0a1834 100%);
}

#landing-page-contact-form .column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

#landing-page-contact-form .wpcf7-acceptance label {
  pointer-events: all !important;
  line-height: 1.5;
}

#landing-page-contact-form .wpcf7-list-item a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
}

#landing-page-contact-form .wpcf7-list-item a:hover {
  color: #999;
}

#landing-page-contact-form .form-col p {
  color: #fff;
  font-size: 14px;
}

#landing-page-contact-form label {
  display: block;
}

#landing-page-contact-form .wpcf7-acceptance label {
  background-color: unset;
}

#landing-page-contact-form .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

#landing-page-contact-form .wpcf7-response-output {
  color: #fff;
}

#landing-page-contact-form .iti--separate-dial-code .iti__selected-flag {
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.iti {
  width: 100%;
}



.aioseo-breadcrumb, .aioseo-breadcrumb a {
  color:#fff;
}

/* Header */
#masthead {
  position: fixed !important;
  top: 0;
  width: 100%;
}

#masthead.scroll {
  background-color: #0c09fd;
}

/* Add this to your style.css file */

.registration-video-container {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}

.registration-video-container.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Video */
.registration-video-container {
  height: 100vh !important;
  width: 100%;
  margin-top: -1px;
  background-color: transparent;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 5;
}

#registration-video {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .registration-contact-form-container {
    background-color: #032541;
    padding: 2em;
  }
}

/* Footer */
footer a,
footer p {
  font-size: 1rem !important;
  font-weight: 500 !important;
}

/* Mobile devices */
@media (max-width: 768px) {
  #primary-header-menu {
    padding: 0.5em 0;
  }

  .grid-1-1 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  h1 {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
  }

  h2 {
    font-size: 1.6rem !important;
    line-height: 1.8rem !important;
  }

  h3 {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}
