@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


:root {
  --themeRed: #e3010d;
  --themeGray: #a0a3a2;
  --themeBlack: #000;
  --btnHoverRed: #00c18b;
  --btnHoverBlack: #1c4c55;
  --RobotoCondensed: "Roboto Condensed", sans-serif;
  --BarlowCondensed: "Barlow Condensed", sans-serif;
  --fontAwesome6: "Font Awesome 6 Pro";
}

strong {
  font-family: var(--RobotoCondensed);
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  font-family: var(--RobotoCondensed);
  font-weight: 700;
}
h1,
.h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
h3,
.h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
h4,
.h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 20px;
  margin: 10px 0;
}
h6,
.h6 {
  font-size: 18px;
  margin: 10px 0;
}
p,
.p {
  margin-bottom: 25px;
}
a {
  color: var(--RobotoCondensed);
  text-decoration: none;
  outline: 0;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  color: var(--themeRed);
}
button,
button:focus,
button:hover {
  outline: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 37px;
  }
  h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {

  h1 {
    font-size: 32px;
    line-height: 32px;
  }
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  h4 {
    margin-bottom: 15px;
  }
}


body {
  color: #ffffff;
  font-family: var(--BarlowCondensed);
  font-size: 18px;
  line-height: 24px;
}
a:link,
a:visited {
  color: #d91f28;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:active,
a:hover,
a:focus {
  color: var(--themeRed);
  outline: none !important;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 100%;
  font-family: var(--RobotoCondensed);
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
h3,
.h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
h4,
.h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
h5,
.h5 {
  font-size: 20px;
  margin: 10px 0;
}
h6,
.h6 {
  font-size: 18px;
  margin: 10px 0;
}
p,
.p {
  margin-bottom: 25px;
}
.o-panel--main {
  height: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #000;
}

.intro-img{
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-position: top center;
   background-repeat: no-repeat;
   background-size: cover;
}


.z-10{
   position: relative;
   z-index: 10;
}

.o-wrapper {
  height: 100%;
   max-width: 1170px;
  position: relative;
  margin: 0 auto;
}

.c-intro-contents{
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   min-height: 100vh;
   height: 100%;
}

.c-intro-contents-header{
   margin-top: 420px;
}

.top-nav ul{
   list-style-type: none;
   justify-content: space-between;
   align-items: center;
   margin-left: 0;
   padding: 0;
}

.top-nav ul li{
   font-size: 24px;
   letter-spacing: 5px;
   font-family: var(--RobotoCondensed);
   font-weight: 500;
   margin-right: 18px;
   padding-right: 18px;
   line-height: 100%;
   background: url(../images/border.png) right top no-repeat;
}

.top-nav ul li:last-child{
   margin-right: 0;
   padding-right: 0;
   background: none;
}

.c-intro-header-title h2{
   font-size: 40px;
   letter-spacing: 2.7px;
   margin-bottom: 5px;

}

/* Action Buttons */
div.c-action__container{
   max-width: 1620px;
}
.c-action__button-item{
   margin:5px 9px ;
   min-width: 210px;
}
.c-action__button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.85);
    border: 2px solid #e51402;
    border-radius: 8px;
    padding: 12px 25px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 83px;
}

.c-action__button:hover {
    background-color: rgba(200, 0, 0, 0.4);
    color: #fff;
    border-color: #ff0000;
}

.c-action__buttons{
   justify-content: center;
   flex-wrap: wrap;
}

.c-action__button img{
   margin-right:18px;
   max-height: 45px;
}


.c-action__button img.icon1{
   max-width: 38px;
}

.c-action__button img.icon2{
   max-width: 38px;
}
.c-action__button img.icon3{
   max-width: 39px;
}
.c-action__button img.icon4{
   max-width: 25px;
}
.c-action__button img.icon5{
   max-width: 39px;
}
.c-action__button i {
    font-size: 1.5rem;
    margin-right: 12px;
    width: 25px;
    text-align: center;
}

.action__button-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btn-title {
    font-family: var(--BarlowCondensed);
    font-size: 27px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

.btn-sub {
   font-family: var(--RobotoCondensed);
   font-size: 15px;
   font-weight: 400;
   color: var(--themeGray);
   line-height: 1;
   letter-spacing: 1px;
}

.c-container-section{
   padding-bottom: 60px;
}
.c-red-banner{
    background: var(--themeRed) url(../images/red-banner.png) left top no-repeat;
    background-size: cover;
    color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.c-red-banner{
   margin-top: 45px;
   margin-bottom: 45px;
}
.c-red-banner__text h3{
   font-size: 28px;
   margin-bottom: 0;
   font-family: var(--BarlowCondensed);
   font-weight: 400;
   letter-spacing: 5px;
   margin: 0;
}

.c-bottom-info p {
    font-size: 21px;
    font-family: var(--BarlowCondensed);
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 0;
}

.c-bottom-info p.location-text{
   margin-top: 10px;
}

.location-text {
    color: #cc0000;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.social-icons{
   margin-top: 30px;
}

.c-bottom-info p.location-text {
    margin-top: 20px;
}

.social-icons a {
    margin: 0 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.15) translateY(-2px);
}

.social-icons img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

button.close-modal{
   opacity: 1;
   padding: 0 !important;
   text-shadow: none;
   background: transparent;
   position: absolute;
   top: 20px;
   right: 20px;
}
.c-modal-body{
   position: relative;
   padding: 30px;
}
.c-custom-modal .c-modal-content{
   background: #0e0e0e;
   color: #fff;
   position: relative;
   border-radius: 15px;
}

.c-booking-form{
   padding: 0px 10px;
}

.c-custom-modal .modal-dialog {
   max-width: 615px;
   padding: 0 15px;
}

.dj-canale-gravity-form_wrapper .gform_title,
.c-modal-content .c-modal-title{
   font-size: 40px;
   margin-top: 20px;
   margin-bottom: 35px;
   text-transform: uppercase;
}

.pricing-modal .c-modal-title{
   margin-bottom: 20px !important;
}

.dj-canale-gravity-form_wrapper .gform_description,
.c-modal-content .c-modal-sub-title{
   font-size: 15px;
   color: var(--themeGray);
   margin-bottom: 15px;
   letter-spacing: 1px;
   font-weight: 500;
}

.pricing-modal .c-modal-sub-title{
    margin-bottom: 30px;
    line-height: 120%;
}

.c-modal-content .c-modal-info{
   margin-bottom: 26px;
}

.c-modal-content .c-modal-info label{
   font-size: 15px;
   color: var(--themeRed);
   display: block;
   margin-bottom: 10px;
   font-weight: 500;
   letter-spacing: 2px;
}

.c-modal-content .c-modal-info a{
   color: #fff;
   font-size: 27px;
   font-family: var(--BarlowCondensed);
   text-decoration: none;
}

.btn-close:focus{
   box-shadow: none;
}

.c-modal-content .c-modal-info a:hover{
   color: var(--themeGray);
}


.gform_submission_error.hide_summary,
.c-booking-form .gform_required_legend{
  display: none;
}

.c-booking-form .gfield {
  position: relative;
  margin-bottom: 12px;
}

.gfield--type-captcha .validation_message{
  position: static !important;
  margin-top: 10px;
}

.c-booking-form .gform-field-label{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    transition: 0.2s ease;
    pointer-events: none;
    opacity: 1;
    z-index: 1;
    font-size: 20px;
    text-transform: uppercase;
    display: none;
}

.c-booking-form .gfield--type-textarea .gform-field-label{
  top: 20px;
  transform:none;
}

.c-booking-form textarea,
.c-booking-form select,
.c-booking-form input[type="text"],
.c-booking-form input[type="tel"],
.c-booking-form input[type="email"]{
    background-color: #010101;
    border: 0;
    border-radius: 4px;
    height: auto;
    padding: 17px 25px;
    font-size: 20px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    color: #fff;
}

.c-booking-form textarea:focus, 
.c-booking-form select:focus, 
.c-booking-form input[type="text"]:focus, 
.c-booking-form input[type="tel"]:focus, 
.c-booking-form input[type="email"]:focus{
  outline: none;
}/*
.c-booking-form input::placeholder {
    color: #fff !important;
}*/
.c-booking-form .gform_button ,
.c-booking-form .gfield--type-submit{
    background: #ba0102;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 1;
    font-family: var(--RobotoCondensed);
    border-radius: 4px;
    border: 2px solid #ba0102;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding: 15px 44px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dj-canale-gravity-form .gform_footer{
    position: absolute;
    right: 0;
    bottom: 15px;
}
.dj-canale-gravity-form .grecaptcha-badge{
    margin-right: auto;
    margin-left: 0;
    box-shadow: none;
}

.c-booking-form .gfield--type-textarea{
    margin-bottom: 10px;
}

.dj-canale-gravity-form {
    position: relative;
}

.dj-canale-gravity-form .gfield--type-captcha{
    display: block;
    padding-bottom: 0;
    margin-top: 15px;
    min-height: 60px;
}

.c-booking-form .gform_button:focus, 
.c-booking-form .gform_button:hover,
.c-booking-form .gfield--type-submit:focus, .c-booking-form .gfield--type-submit:hover {
    background: transparent;
    color: #ba0102;
    outline: none;
}

.c-booking-form textarea[rows],
.c-booking-form textarea{
    height: 120px;
    margin-bottom: 0;
}

.c-booking-form [type="checkbox"] + label,
.c-booking-form [type="radio"] + label{
    margin-bottom: 5px !important;
    font-size: 20px;
    margin-left: 15px;
}

/* Base reset */
.c-booking-form input[type="checkbox"],
.c-booking-form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #f0f1f6;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #f0f1f6;
  margin-bottom: 0;
}

/* Checked base */
.c-booking-form input[type="checkbox"]:checked,
.c-booking-form input[type="radio"]:checked {
  border-color: #00b2e2;
}

/* Checkbox checked fill + tick */
.c-booking-form input[type="radio"]:checked,
.c-booking-form input[type="checkbox"]:checked {
  background-color: #00b2e2;
}


/* Inner dot */
.c-booking-form input[type="radio"]:checked::after,
.c-booking-form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover + focus */

.c-booking-form .gfield_radio>div,
.c-booking-form .gfield_checkbox>div{
    display: flex;
    align-items: center;
}


.c-booking-form .gfield--input-type-phone .validation_message,
.c-booking-form .validation_message{
    color: #ba0102;
    font-size: 13px;
    position: absolute;
    margin-left: 0;
    padding-left: 0px;
    left: 0;
    bottom: 0;
    line-height: 26px;
    text-transform: uppercase;
    font-family: var(--BarlowCondensed);
}

.c-booking-form .validation_message,
.c-booking-form .gfield--input-type-industry .validation_message,
.c-booking-form .gfield--input-type-revenue .validation_message,
.c-booking-form .gfield--type-email .validation_message {
    left: auto;
    top: 50%;
    right: 15px;
    bottom: auto;
    transform: translateY(-50%);
}

.c-booking-form .gfield--type-radio .validation_message,
.c-booking-form .gfield_checkbox .validation_message,
.c-booking-form .gfield--input-type-phone .validation_message{
    left: auto;
    top: 50%;
    right: 15px;
    bottom: auto;
    transform: translateY(-50%);
}


.c-booking-form .gfield--input-type-address .validation_message,
.c-booking-form .gfield--input-type-name .validation_message{
    left: auto;
    right: 0;
    font-size: 0;
    top: -40px;
    height: 28px;
    line-height: 9px;
    bottom: auto;
}


/* Replace with your custom message */
.gfield--input-type-address .validation_message::after,
.gfield--input-type-name .validation_message::after{
    content: "This field is required";
    font-size: 12px;
    display: block;
}
/* Hide the long validation summary text */
.gfield--input-type-address .validation_error,
.gfield--input-type-name .validation_error{
    font-size: 0;
}


.gfield_required{
    color: #f5333f;
    font-size: 18px;
    padding-left: 2px;
}



.c-booking-form .gfield--type-captcha .gform-field-label{
    display: none;
}

.c-booking-form .gform_confirmation_message h2{
    font-size: 55px;
}

.c-booking-form .ginput_container_address{
    display: block;
}

.c-booking-form .ginput_container_address .gform-grid-col{
    display: inline-block;
    min-width: 50%;
    width: 50%;
    margin-bottom: 15px;
}
.c-booking-form .address_line_1.gform-grid-col,
.c-booking-form .address_line_2.gform-grid-col{
    width: 100%;
}

.c-booking-form .ginput_address_country select:has(option[value=""]:checked) {
    color: #989aa5;
}

.c-booking-form .ginput_address_country select:not(:has(option[value=""]:checked)) {
    color: #000; /* your normal text color */
}

/* Make drop area flex for proper alignment */
.c-booking-form .gform_drop_area  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 0px;
    background-color: #f0f1f6;
    border-color: #f0f1f6;
    border-radius: 12px;
}
.gfield--type-fileupload .gform_fileupload_rules{
    font-size: 14px;
    color: rgba(0, 0, 0 , 0.6);
}
.c-booking-form .gform_drop_area::before {
    content: "";
    width: 32px;
    height: 32px;
    margin-bottom: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f9aa1d' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 16V4m0 0l-4 4m4-4l4 4M4 16v2a2 2 0 002 2h12a2 2 0 002-2v-2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.c-booking-form .gform_drop_area .gform_drop_instructions {
    display: block;
    font-size: 14px;
    color: #989aa5;
    margin-bottom: 8px;
}

.c-booking-form .validation_message--hidden-on-empty{
    margin-bottom: 0;
}

.c-booking-form .ginput_preview_list{
    font-size: 19px;
}

.c-booking-form .ginput_preview_list span{
    padding: 0 3px;
}

/* Button styling */
.c-booking-form .gform_drop_area .gform_button_select_files {
    background: #989aa5;
    color: #fff;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 16px;
    transition: 0.2s;
    width: 100%;
}

.c-booking-form .gform_drop_area .gform_button_select_files:hover {
    background: #666;
}
.c-booking-form .gform_drop_area:hover::before {
    transform: translateY(-4px);
    transition: 0.2s ease;
}


/* Chrome, Safari, Edge */
.dj-canale-gravity-form textarea::-webkit-input-placeholder,
.dj-canale-gravity-form  input::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    opacity: 1; 
    letter-spacing: .5px;
}

/* Firefox 19+ */
.dj-canale-gravity-form textarea::-moz-placeholder,
.dj-canale-gravity-form  input::-moz-placeholder {
    color: #fff;
    font-size: 20px;
    opacity: 1; 
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Internet Explorer 10-11 */
.dj-canale-gravity-form textarea:-ms-input-placeholder,
.dj-canale-gravity-form  input:-ms-input-placeholder {
    color: #fff;
    opacity: 1; 
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.dj-canale-gravity-form textarea:focus::placeholder,
.dj-canale-gravity-form input:focus::placeholder {
  color: transparent; /* Hides placeholder when user clicks to type */
}
/* Focus */
.gfield--input-type-datepicker:focus {
  outline: none;
}

/* Calendar icon */
.gfield--input-type-datepicker .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 0.6;
  cursor: pointer;
}
/* Main calendar box */
#ui-datepicker-div {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  font-family: inherit;
  display: none;
}

/* Header (month/year) */
#ui-datepicker-div .ui-datepicker-header {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

/* Prev/Next arrows */
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  cursor: pointer;
  top: 6px;
}

/* Days */
#ui-datepicker-div td a {
  display: block;
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}

/* Hover day */
#ui-datepicker-div td a:hover {
  background: var(--themeRed);
  color: #fff;
}

/* Selected day */
#ui-datepicker-div .ui-state-highlight.ui-state-active,
#ui-datepicker-div .ui-state-active {
  background: var(--themeRed);
  color: #fff;
}

/* Today */
#ui-datepicker-div .ui-state-highlight {
    border: 1px solid var(--themeRed);
    font-weight: 500;
    background: #e3010d;
    color: #fff;
}

/* Disabled days */
#ui-datepicker-div .ui-state-disabled {
  opacity: 0.4;
}
.gfield--input-type-datepicker .ginput_container_date {
  position: relative;
}
#ui-datepicker-div td a {
  transform: scale(1);
}
#ui-datepicker-div td a:hover {
  transform: scale(1.1);
}
#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  filter: brightness(0.5);
}

/* Calendar icon color */
.gfield--input-type-datepicker .ui-datepicker-trigger {
  opacity: 1;
}

/* Hide default jQuery UI icon */
#ui-datepicker-div .ui-icon {
  display: none;
}
/* Hide default icon */
#ui-datepicker-div .ui-icon {
  display: none;
}

/* Common button style */
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  width: 12px;
  height: 25px;
  top: 8px;
  position: absolute;
  cursor: pointer;
}

/* LEFT arrow (← thin) */
#ui-datepicker-div .ui-datepicker-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e3010d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

/* RIGHT arrow (→ thin) */
#ui-datepicker-div .ui-datepicker-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e3010d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#ui-datepicker-div .ui-datepicker-prev { left: 8px; }
#ui-datepicker-div .ui-datepicker-next { right: 8px; }
#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  background: rgba(36,187,229,0.08);
  border-radius: 50%;
}

#ui-datepicker-div tr th{
    text-align: center;
}

#ui-datepicker-div tr th span{
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

#ui-datepicker-div td span,
#ui-datepicker-div td a{
    font-size: 18px;
    padding: 5px 10px;
    margin: 1px;
    color: #000;
}

#ui-datepicker-div .ui-datepicker-title {
    padding-top: 30px;
}
#ui-datepicker-div .ui-datepicker-title select{
    font-size: 1.2rem;
    padding: 4px;
    margin: 0 2px;
}

.gform_confirmation_message{
    min-height: 200px;
}

.gform_confirmation_message h3{
    font-family: var(--BarlowCondensed);
    font-weight: 400;
    max-width: 270px;
    margin: 0 auto;
    color: #fff;
    line-height: 120%;
    letter-spacing: .5px;
}