@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Figtree/Figtree-VariableFont_wght.woff2") format("woff2");
}

@font-face {
  font-family: "Figtree";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Figtree/Figtree-Italic-VariableFont_wght.woff2") format("woff2");
}

:root {
  --mainColor: #EDEDED;
  --secondaryColor: #f7f7f7;
  --fontColor: #181818;
  --headerColor: #E8E8E8;
  --highlightColor: #005597;
  --highlightColorHover: #054f88;
  --highlightLightColor: #E1EAF0;
  --highlightLightColorHover: #BED8E4;
  --iconColor: #e4e4e4;
  --greytext: #82816D;
  --lightgrey: #BABABA;
  --accentBlue: #50A2DF;
  --header-height: 0px;
  
}


/* Fade-in effect for elements */
.scroll-fade-in,
.fade-in {
  opacity: 1; /* Show content by default */
  transform: none; /* Remove transforms */
}

.js .scroll-fade-in {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.js .scroll-fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

.js .fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Feature detection for browsers without transform/transition support */
@supports not (transform: translateY(0)) {
  .scroll-fade-in {
    opacity: 1 !important;
    transform: none !important;
  }
}

@supports not (transition: opacity 1s) {
  .scroll-fade-in,
  .fade-in {
    opacity: 1 !important;
    transition: none !important;
  }
}

.font{
  font-family: "Figtree", sans-serif;
  color: var(--fontColor);
}

body {
  font-family: "Figtree", sans-serif;
  color: var(--fontColor);
  background-color: var(--mainColor);
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
}

h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: var(--highlightColor);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
} */

.heading_container.heading_center {
  align-items: center;
  text-align: center;
}


.heading_container.heading_center h2{
  text-transform: none;
  padding-bottom: 15px;
}

.heading_container.heading_center h2::before {
  left: 50%;
  transform: translateX(-50%);
}

/*header section*/
.hero_wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 10px;
}

.hero_area {
  position: relative;
  flex: 1;
  max-width: 95%;
  height: 100%;
  border-radius: 12px;
  display: flex;
  background: url("../images/coronado.jpg") no-repeat center/cover;
  align-items: center;
  justify-content: center;

}


.img-box {
  width: 100%;
}


.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

/* top header */

.header_top {
  background-color: var(--headerColor);
  padding-top: 15px;
}

.header_top .contact_link-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.header_top .contact_link-container a.contact_link {
  display: flex;
  padding: 0 5px;
  align-items: center;
  color: var(--fontColor);
  font-size: 15px;
  gap: 8px;
}

.header_top .contact_link-container a.contact_link span.currentLang {
  color: var(--highlightColor)
}

.header_top .contact_link-container svg {
  color: var(--highlightColor);
  margin-right: 5px;
}
.header_bottom{
  background-color: var(--headerColor);
  padding: 10px 0;
}


.header_bottom .navbar img#logo {
  height: 90px;
}

@media (max-width: 420px) {
  .header_bottom .navbar img#logo {
  height: 60px;
  }
}

#navbarSupportedContent {
  justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  color: var(--fontColor);
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link{
  background-color: #1a1a1a00;
  color: var(--highlightColor);
}
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: var(--fontColor);
  font-weight: bold;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: var(--highlightColor);
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: var(--fontColor);
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--fontColor);
  border-radius: 15px;
  top: -10px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/

/* slider section */
.slider_section {
  display: relative;
  color:var(--mainColor);
  text-align: center;
  z-index: 1;
  padding: 0 1rem;
}

.slider_section .row {
  align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--mainColor);
  padding: 2rem 0;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 5rem);
}

.slider_section .detail-box h3 {
  color: var(--mainColor);
  font-size: clamp(1rem,4vw, 1.75rem);
  font-weight: 500;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 12px;
  flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  width: 200px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box #paymentBtn {
  display: inline-block;
  padding: 15px 35px;
  background-color: var(--highlightColor);
  color: var(--headerColor);
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box #paymentBtn:hover {
  background-color: var(--highlightColorHover);
  border-color: var(--highlightLightColor);
  color: var(--highlightLightColor);
}

.slider_section .detail-box .btn-box #contactBtn {
  display: inline-block;
  padding: 15px 35px;
  background-color: var(--highlightLightColor);
  color: #000000;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box #contactBtn:hover {
  background-color: var(--highlightLightColorHover);
  border-color: var(--highlightColor);
  color: var(--fontColor);
}

.slider_section .img-box {
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.about_section .row {
  align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
  border-radius: 5px;
}

.about_section .detail-box {
  background-color: var(--secondaryColor);
  padding: 45px 25px;
  position: relative;
  margin-left: -45px;
  border-radius: 10px;
}

.about_section .detail-box h5.about_location {
  color: var(--highlightColor);
  font-weight: 600;
}

.about_section .detail-box p {
  margin-top: 5px;
  color: var(--fontColor);
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: var(--highlightColor);
  color: var(--highlightColor);
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: var(--highlightColor);
  color: var(--highlightColor);
}

#payment_options {
  background-color: var(--mainColor);
}

#payment_options .container {
  max-width: 90%;
}

#payment_options .row {
  display: flex;
  flex-wrap: wrap;
}

#payment_options .col-md-4{
  display: flex;
}
#payment_options .box {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 25px;
  background-color: var(--headerColor);
  color: var(--fontColor);
  border-radius: 10px;
  box-sizing: border-box;
  gap: 30px;
  outline: solid 0.5px var(--lightgrey);
}

#payment_options .box .header {
  color: var(--fontColor);
}

#payment_options .img-box {
  flex:0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#payment_options .detail-box {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#payment_options .box .detail-box h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#payment_options .box .detail-box a {
  display: inline-block;
  text-align: center;
  padding: 8px 35px;
  background-color: var(--highlightColor);
  color: var(--headerColor);
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
  border-radius: 5px;
  width: 70%
}

@media(max-width:480px) {
  #payment_options .col-md-4 {
    padding: 10px 0;
  }

  #payment_options .img-box {
    flex: 0 0 5%;
  }
}

#focus .detail-box h2{
  text-transform: none;
  color: var(--greytext);
}

#focus .detail-box p {
  font-size:2rem;
  font-weight: 650;
}

#focus .row{
  align-items: center;
}


#process .detail-box h2{
  text-transform: none;

}

#process .row{
  align-items: center;
}


#process .img-box,
#focus .img-box {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 16/10;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 auto;
}

#process .img-box img,
#focus .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  #process.img-box, 
  #focus.img-box {
    width: 90vw;
    max-width: none;
  }
}

@media (max-width: 480px) {
  #process .img-box, 
  #focus .img-box {
    width: 95vw;
  }
}

#resources .detail-box h1 {
  font-weight: bold;
  font-size: 4rem;
  align-items: right;
}

#resources .detail-box ol, #resources .detail-box a {
  color : var(--highlightColor);
  font-weight: bold;
  text-decoration: underline;
}

.info_section {
  background-color: var(--secondaryColor);
  color: var(--fontColor);
  padding: 75px 0 10px 0;
}

.info_section .row > div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section a.contact_link {
  color: var(--highlightColor);
  width: 100%;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  text-decoration: underline;
}

.info_section a.contact_link:hover {
  color: var(--highlightLightColor);
  background-color: var(--highlightColorHover);
}

.info_section .info_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: var(--fontColor);
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: var(--fontColor);
}

.info_section .info_contact {
  display: flex;
  flex-direction: column;
}

.info_section .info_contact ul {
  padding: 0;
  list-style-type: none;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: var(--fontColor);
  background: #68a6e0;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: var(--fontColor);
  font-size: 20px;
}

/* footer section*/

.footer_section {
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: var(--secondaryColor);
}

.footer_section p {
  color: var(--fontColor);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: var(--fontColor);
}

/* end footer section*/

/* optin page*/

label {
  font-weight: bolder;
  display: block;
  margin-bottom: 5px;
}

input {
  padding: 8px;
  border-radius: 7px;
  background: #f8f8f8;
  border:0;
  width: 100%;
  margin-bottom: 10px;
  outline: solid 0.5px var(--lightgrey);
}

input:focus {
  outline: solid 2px var(--lightgrey);
}

select, textarea, button {
  display: block;
  width: 90%;
  margin-bottom: 5px;	
}

textarea:focus, button:focus, select:focus {
  outline: none;
}


/* contact us*/
.contact-header {
  display: flex;
  min-height: 200px;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-header h1 {
  font-size: clamp(1.8rem, 5vw, 3.25rem);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: clamp(20px, 5vw, 150px);
  padding-right: 20px;
  width: auto;
  max-width: 1000px;
  background: var(--secondaryColor);
  border-bottom: 6px solid transparent;
  border-image: linear-gradient(to right, var(--highlightColor), var(--accentBlue))1; 
  border-top-right-radius: 20px;
  flex-shrink: 1;
  text-align: center;
  flex-grow: 1;
}

.contact-image {
  display: flex;
  margin-left: auto;
}

.contact-image img {
  display: flex;
  width: auto;
  max-width: 450px;
  height: 175px;
  object-fit: cover;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 10px;
  margin: 0;
  display:block;
}

.form-section {
  margin-bottom: 50px;
  margin-top: 75px;
}

.form-section h3 {
  row-gap: 10px;
}

.form-section .col {
  padding: 10px;
}


@media (max-width: 1200px) {
  .form-section {
    margin-top: 0px;
    margin-bottom: 50px;
  }
    .contact-header {
    margin-right:45px;
    margin-top: 10px;
  }
  .contact-header h1 {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: clamp(1.5rem, 7vw, 2.5rem);
  }
  .contact-image{
    display:none;
  }
}

@media (max-width: 480px) {
  .form-section {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .contact-header {
    margin-right:30px;
    margin-top: 10px;
  }
  .contact-section {
    max-height: fit-content;
  }
  .contact-header h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: clamp(1.5rem, 7vw, 2.5rem);
  }
  .contact-image{
    display:none;
  }

}

.form-container {
  margin-left:auto;
  justify-content: center;
  padding-left:100px;
  padding-right:100px;
}

textarea,select{
  padding: 10px;
  border-radius: 7px;
  width: 100%;
  border: none;
}

.form-container * {
  margin: 5px 0 ;
}

.form-container label{
  margin-bottom: 0px;
}

.form-container input, select, textarea {
  outline: solid 0.5px var(--lightgrey);
}

.form-container input:focus, select:focus, textarea:focus {
  outline: solid 2px var(--highlightColor);
}


.form-container #messageBox {
  margin-bottom: 20px;
}

.form-container button{
  min-width: 100%;
  border-radius: 7px;
  margin: 30px 0;
  padding: 10px;
  background-color: var(--highlightColor);
  color: var(--mainColor);
  border: 0px;
}
.form-container button:hover {
  background-color: var(--highlightColorHover);
}

@media (max-width: 420px) {
  .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.checkbox-container {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  min-width: 100%;
  background-color: var(--secondaryColor);
  border-radius: 5px;
  padding: 10px;
  gap:20px;
}

.checkbox-container input {
  width: 5%;
  outline: none;
}

.checkbox-container input:focus {
  outline: none;
}

.info-box {
  background: var(--headerColor);
  border-radius:10px 70px 10px 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding: 50px;
  margin-right:50px;
  margin-top: 100px;
  position: sticky;
  top: calc(var(--header-height, 90px) + 100px);
  z-index: 5;
}

@media (max-width: 420px) {
  .info-box {
    margin-top: 0px;
    margin-right: 0px;
    padding:30px;
  }
  .info-box h4 {
    font-size: 1.5rem;
  }
  .info-box p {
    font-size: 1rem;
  }  
}

@media (max-width: 991px) {
  .info-box {
    position: static;
    top: auto;
    z-index: 1;
    margin-right: 0;
    margin-top: 40px;
  }
}

.info-box h4 {
  margin-bottom:5px;
  font-weight: bold;
}

.info-box p {
  margin-top: 10px;
  margin-bottom:0;
}

.info-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.info-icon {
  width: 30px; 
  height: 30px;
  flex-shrink: 0;
  margin-right: 10px;
}

.form-container select option:disabled{
  color: #999999;
}

input:required:focus:invalid,
select:required:focus:invalid,
textarea:required:focus:invalid {
  border-color: #f77171;
}

/* end contact us */

/* opt in opt out pages */
.opt-row{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.opt-container{
  background-color: var(--secondaryColor);
  border-radius: 12px;;
  padding:50px;
}

.opt-container button{
  min-width: 100%;
  border-radius: 7px;
  margin-top: 30px;
  padding: 10px;
  background-color: var(--highlightColor);
  color:var(--mainColor);
  border: 0px;
}
.opt-container button:hover {
  background-color: var(--highlightColorHover);
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  vertical-align: center;
  margin-top: 10px;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.radio-group input[type="radio"] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer;
  position: relative;
  vertical-align: center;
  margin:0;
  outline: none;
}

.opt-switch-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px;
  gap: 10px;
  background: none;
  border-radius: 10px;
  border: 0;
  color:var(--fontColor);
  list-style-type: none;
  font-weight: bolder;
  margin-bottom: 15px;
  font-size: clamp(12px, 2vw, 16px);
  outline: solid 2px var(--lightgrey);
}


.opt-switch-text {
  display: block;
  text-align: left;
  white-space: normal;
  flex: 1;
}

.opt-switch-link.active{
  background:var(--lightgrey);
  border: 1.5px solid #e2e2e2;
}

.opt-switch{
  margin-right: auto;
}

.rs-button{
  width: 100%;
}

.g-recaptcha{
  margin-top: 20px;
  justify-items: center;
  align-items: center;
}

@media (max-width: 800px) {
  .opt-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .opt-switch-link {
    padding: 15px;
  }
}


@media (max-width: 420px) {
  .opt-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* confirmation pages */

.confirmation-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.confirmation-container{
  margin-top: 100px;
   margin-bottom: 200px;
  background-color: var(--secondaryColor);
  border-radius: 12px;
  padding:100px;
}
:root {
  --mainColor: #EDEDED;
}
