/* styles.css */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', Arial, sans-serif;
    background-size: cover;
    color: #ffffff;
}

.bg-image{
  background: url('../images/bg6.jpg') no-repeat center center;
  background-size: cover;
  background-position: center 0%;
  height: auto;
}
.modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 70%;
}
.modal-content .btn-close {
    filter: invert(1); /* Makes the close icon white */
    background-color: rgba(255, 255, 255, 0.3); /* Optional: Add white background with transparency */
    border-radius: 50%;
    padding: 0.5rem;
  }

  .modal-content .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.5); /* Slightly darker on hover */
  }
.grecaptcha-badge { 
    visibility: hidden !important;
}
.confirmatioContainer {
  display: none;
}
a.map-link {
    z-index: 999;
}
.coming-soon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: center;
    position: relative;
    padding: 10vh 0 0;
}

.content {
    max-width: 90%; /* Adjust max-width for smaller screens */
    padding: 20px;
}
img.partofgaladari {
    width: 25%;
}
.logo {
  max-width: 35%;
  margin: 0 auto 2vh;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding-top: 15vh;
}

.logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comingsoon {
    margin-bottom: 5vh;
}
.promo-highlights.container.my-5.text-white.text-center i, .promo-highlights.container.my-5.text-white.text-center p {
    text-shadow: 0.5px 0.7px black;
}
.coming-soon-text {
    font-size: 2.5rem; /* Adjust size for responsiveness */
    font-weight: bold;
    margin: 20px 0;
    color: #ffffff;
}

.coming-soon-text::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: white;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.info-text {
    font-size: 20px;
    margin: 20px 0;
    line-height: 1.5;
    color: #fff;
    padding: 0 10px; /* Add padding for smaller screens */
}

.email-link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.email-link svg {
    max-width: 100%;
    height: auto;
}

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 40%), rgb(0 0 0 / 80%), rgb(0 0 0 / 100%));
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
}

input:is(:-webkit-autofill, :autofill) {
  background: #000 !important;
}

.map {
    width: 100%; /* Full width */
    max-width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Ensures iframe respects border-radius */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
    margin-top:50px;
    padding: 12px;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 10px; /* Make sure the iframe also has rounded corners */
    filter: grayscale(100%); /* Makes the map black and white */
}

.promo-highlights.container.my-5.text-white.text-center {
    position: relative;
}

/*------Container------*/

.stripe{
    padding: 0 0 0;
    position: relative;
}

/*----------------------------*/

/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
    margin-bottom: 2rem;
    color: #fff;
  }
  
  .my-form li,
  .my-form .grid > *:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  
  .my-form select.form-control,
  .my-form input,
  .my-form textarea,
  .my-form button {
    width: 100%;
    line-height: 1.5;
    padding: 12px 10px 12px 20px;
    border: 1px solid #dcdfe6;
    color: #a2a2a2;
    background: rgba(0, 0, 0, 0.4);
  }

  .my-form select.form-control option{
    background-color: #000;
  }
  
  .my-form textarea {
    height: 170px;
  }
  
  .my-form ::placeholder {
    color: #a2a2a2;
  }
  
  .my-form *:required {
    background-repeat: no-repeat !important;
    background-position: top 5px left 5px !important;
    background-size: 10px 10px !important;
  }
  
  .my-form *:required {
    background-image: url(../images/requried-icon.svg) !important;
  }
  .my-form .select-wrapper{
    position: relative;
  }
  .my-form .select-wrapper::before {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
    background-image: url(../images/dropdown.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .my-form select.form-control:required {
    background-position: center right 12px;
}
  
  
  /* FORM BTNS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .my-form .required-msg {
    display: none;
    background: url(../images/requried-icon.svg)
      no-repeat center left / 15px 15px;
    padding-left: 20px;
  }
  
  .my-form .btn-grid {
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 16px 30px;
    background-color: #fff;
    color: #000;
    min-width: 190px;
  }
  
  .my-form button {
    font-weight: bold;
  }
  
  .my-form button > * {
    display: inline-block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  
  /* CUSTOM CHECKBOX
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  
  .my-form ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

  /* Alert
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.swal2-popup.swal2-modal.swal2-show {
    background: #000000e3 !important;
    color: #ffffff !important;
    font-size: 0.7rem;
    font-weight: 100 !important;
    font-family: 'Raleway', Arial, sans-serif !important;
}

button.swal2-confirm.swal2-styled {
    background-color: #ffffff !important;
    min-width: 150px !important;
    border: solid 1px #ffffff !important;
    color: #000;
    font-size: 0.9rem;
    font-weight: 400 !important;
}

h2#swal2-title {
    font-size: 1rem!important;
    font-weight: 100!important;
    padding: 3vh 3vh 0!important;
}

p.info-text a {
    color: #fff;
    text-decoration: unset;
}

/* Footer
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

footer .container p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

footer .container a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 30px; /* Adjust icon size */
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Ensure icons are displayed in a row */
footer .container .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    z-index: 999;
}

footer .container a:hover {
    color: #dc000c; /* Hover color */
    transform: scale(1.2);
}




 /* MQ
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (min-width: 600px) {
    .my-form .grid {
      display: grid;
      grid-gap: 1.5rem;
    }
  
    .my-form .grid-2 {
      grid-template-columns: 1fr 1fr;
    }
  
    .my-form .grid-3 {
      grid-template-columns: auto auto auto;
      align-items: center;
    }
  
    .my-form .grid > *:not(:last-child) {
      margin-bottom: 0;
    }
  
    .my-form .required-msg {
      display: block;
    }
  }
/*-----------END--------------*/

/* Consent check boxes */

.checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.custom-checkbox {
  /*display: flex;*/
  /*align-items: flex-start;*/
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #dc000c;
    border: 1px solid #dc000c;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width:


/* Media Queries for Responsiveness */

@media (max-width: 1600px){
  .logo {
    max-width: 45%;
  }
}


@media (max-width: 991px) {

    img.partofgaladari {
    width: 55% !important;
}
    .coming-soon-container svg {
    width: 100% !important;
}
    .custom-checkbox.mobile {
    display: block !important;
}
    .custom-checkbox {display: block !important;}
    .promo-highlights.container.my-5.text-white.text-center .col-md-4.mb-4 {
    width: 50%;
}
    img.partofgaladari {
    width: 55%;
}
    .bg-image {
    background: url(../images/bg7-mobile1.jpg) no-repeat center center !important;
    }
    .my-form li, .my-form .grid > *:not(:last-child) {
    margin-bottom: 0.5rem !important;
    }
    .comingsoon {
        margin-bottom: 5vh;
    }

    .comingsoon svg {
        width: 100%;
        height: auto;
    }

    .logo {
      position: relative;
      text-align: center;
      width: 100%;
      margin: auto;
      padding: 25px 0;
      background-color: #000;
      max-width: 100%;
    }

    .logo img {
        width: 45%;
        height: 100%;
        object-fit: cover;
    }

    .coming-soon-text {
        font-size: 2rem; /* Reduce font size for smaller screens */
    }
}

@media (max-width: 575px) {
    .custom-checkbox.mobile {
    display: block !important;
}
    .custom-checkbox {display: block !important;}
    .comingsoon {
        margin-bottom: 5vh;
    }

    .logo{
      padding: 15px 0;
    }

    .logo img{
      width: 65%;
    }

    .coming-soon-text {
        font-size: 1.5rem; /* Further reduce for smaller devices */
    }

    .info-text {
        font-size: 14px;
    }
}
