/* Section 1 — Reset + Base Styles */

/* === Imports === */
@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

/* === CSS Reset / Normalize === */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

/* === Box Sizing === */
html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}

/* === Base Styles === */
body {
	background: #fff;
	color: #464240;
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.75em;
	width: 100%;
  text-align: center;
}

body.is-preload *,
body.is-preload *::before,
body.is-preload *::after {
	animation: none !important;
	transition: none !important;
}

/* === Typography & Links === */
a {
	color: #464240;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease-in-out,
				border-color 0.2s ease-in-out,
				background-color 0.2s ease-in-out;
}
a:hover {
	border-bottom-color: transparent;
}

strong, b {
	font-weight: 1000;
}

p, ul, ol, dl, table, blockquote {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 700;
  text-align: center;
	font-size: clamp(24px, 2vw, 48px);
	line-height: 1.75em;
	margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	border: 0;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 1.15em;
	letter-spacing: 0.025em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-top: 1px solid rgba(124, 128, 129, 0.2);
	margin-bottom: 1.5em;
}

blockquote {
	border-left: 0.5em solid rgba(124, 128, 129, 0.2);
	font-style: italic;
	padding: 1em 0 1em 2em;
}

/* ========== Section 2: Layout, Branding & UI Components ========== */

/* Date Input Styling */
#rangoFechas {
  color: #000;
  background-color: #fff;
}
#rangoFechas::placeholder {
  color: #aaa;
}

/* Logo Styling */
#main-logo {
  width: 315px;
  height: auto;
  max-width: 100%;
  transition: width 0.3s ease;
}
#logo-text {
  display: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}


@media (max-width: 1450px) {
  #main-logo { width: 250px; }
}
@media (max-width: 1360px) {
  #main-logo { display: none; }
}
@media (min-width: 1360px) {
  #nav-home { display: none !important; }
}

.adults{
  width:9%;
}
.babygap{
  width:2%;
}
.childgap{
  width:2%;
}

.mobile-break {
  display: none;
}

.pc-break {
  display: inline;
}

.copyrights{
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .adults{
  width:30vw;
  }
  .babygap{
    width:0%;
  }
  .childgap{
    width:3vw;
  }
  .pc-break {
    display: none;
  }
  .mobile-break {
    display: inline;
  }
  .section{
    padding: 2em;
  }
}





/* Language Switcher */
.custom-select-wrapper {
  position: relative;
  user-select: none;
}
@media (min-width: 1115px) {
  .custom-select-wrapper-mobile { display: none; }
}
@media (max-width: 1115px) {
  .custom-select-wrapper-mobile {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    user-select: none;
  }
  .custom-select-wrapper-mobile.avaibook_lang{
    transform: translateX(-60px);
  }
}

.custom-select { cursor: pointer; }
.selected-option {
  display: flex;
  align-items: center;
  padding: 6px;
  gap: 10px;
}
.selected-option img{
  width: 20px;
  height: 14px; 
}
.option img {
  width: 20px;
  height: 14px;
}
.options {
  background-color: #fff;
  color: #464240;
  margin-top: 15px;
  position: absolute;
  font-weight: 500;
  width: 150px;
  border: 1px solid #ccc;
  font-size: 80%;
  overflow-y: auto;
  display: none;
  z-index: 10;
  border-radius: 5px;
}

.options.show { display: block; }
.option {
  padding: 4px 0px 4px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.option:hover { background: #f0f0f0; }

/* Whatsapp Icon */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 180px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.whatsapp-float.hidden {
  opacity: 0;
  pointer-events: none;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
}
/* Property Page */
.property-article { padding: 7em 0; }
.mobile-only { display: none !important; }
@media screen and (max-width: 768px) {
  body.modal-open #header,
  body.modal-open #nav { display: none !important; }
  body.modal-open { overflow: hidden; }
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .property-article { padding: 0; }
  .read-more-btn {
    display: block;
    margin: 1.5em 23% 0;
    line-height: normal;
    text-align: left;
  }
  .modal-content {
    width: 100%;
    height: 100%;
  }
  .modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
  }
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.modal-content {
  position: relative;
  width: 100%;
  height: 75%;
}
.modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}
#galleryFrame {
  width: 100vw;
  height: 90vh;
  border: none;
  border-radius: 10px;
}

/* Modal Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 5px 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Room Cards & Property Features */
.room-distribution {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.room-card {
  flex: 1 1 300px;
  background-color: #f9f9f9;
  border: 1px solid #464240;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.room-card h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #333;
}
.room-card p {
  font-size: 1em;
  color: #555;
}
.property-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 1rem;
  color: #333;
  margin: 1em 0;
}
.property-features .feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Read More Button */
.read-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 6px;
  font-family: inherit;
  text-decoration: underline;
  line-height: 0;
}
.read-more-btn:hover {
  color: #005fa3;
  text-decoration: none;
}
.more-text { display: none; }

/* ========== Gallery Layout ========== */
.gallery {
  display: flex;
  margin-bottom: 1em;
  width: 100%;
  height: 50vh;
  border-radius: 10px;
  overflow: hidden;
  gap: 8px;
}
.gallery img:hover {
  filter: brightness(60%);
  transition: filter 0.3s;
  cursor: pointer;
}
.gallery_column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gallery_column.left img {
  height: calc(100% + 8px);
  width: 100%;
  object-fit: cover;
}
.gallery_column.right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.top_image {
  flex: 1;
  height: 50%;
}
.top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom_images {
  display: flex;
  height: 50%;
  width: 100%;
  gap: 8px;
}
.bottom_images img {
  height: 100%;
  width: calc(50% - 4px);
  object-fit: cover;
}
.image_with_button {
  position: relative;
  width: calc(50% - 4px);
  height: 100%;
}
.image_with_button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #333;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.img-button:hover {
  background-color: rgba(255, 255, 255, 1);
}

/* ========== Gallery Mobile (Responsive) ========== */
@media screen and (max-width: 768px) {
  .gallery {
    flex-direction: column;
    height: auto;
    border-radius: 0;
  }
  .gallery .gallery_column.left,
  .gallery .top_image,
  .gallery .bottom_images > img {
    display: none;
  }
  .gallery .image_with_button {
    display: block;
    width: 100%;
    height: auto;
  }
  .gallery_column.left img,
  .top_image img,
  .bottom_images img {
    width: 100%;
    height: auto;
  }
  .img-button {
    top: auto;
    left: auto;
    bottom: 12px;
    right: 12px;
    transform: none;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
  }
  .bottom_images {
    flex-direction: column;
  }
}

/* ========== Utility & Layout Styles ========== */
.rise-on-hover {
  display: inline-block;
  transition: transform 0.3s ease;
  background-color: #d6d0bc;
  width: 100%;
  padding: 1em;
  border-radius: 15px;
}
.rise-on-hover:hover {
  transform: translateY(-5px);
}
.circle-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #34662f;
}
.terms-and-conditions,
.property-page {
  background-color: #fff;
}
.conditions {
  font-weight: 500;
}
.conditions .textblock {
  text-align: justify;
  padding: 1em 0;
}
.conditions .textblock td {
  padding: 1em;
}
.avaibook {
  padding-top: 88px;
}
@media screen and (max-width: 840px) {
  .avaibook {
    padding-top: 0;
  }
}

/* ========== Carousel Styles ========== */
.carousel-container {
  position: relative;
  width: 90vw;           /* Takes 90% of screen width */
  max-width: 800px;      /* Prevents images from being too large */
  overflow: hidden;
  border: 2px solid #ccc;
  margin: auto;
  border-radius: 10px;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%;           /* 3 images, each takes 100% */
  height: 400px;
}

.carousel-item {
  position: relative;
  width: 100%;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text Box Overlay */
.text-box {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  width: 80%;
}

.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 0;
}

.btn-left {
  left: 5px;
}

.btn-right {
  right: 5px;
}

@media screen and (max-width: 600px) {
  .carousel-container {
    width: 95vw;           /* Slightly wider on small screens */
  }
  .text-box {
    font-size: 14px;
    padding: 5px 10px;
    width: 85%;
  }
  .text-box br {
    display: block !important;
  }
  .btn {
    padding: 5px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 0em;
  }
}

.hotel-reservation-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
}

.hotel-reservation-form .fields,
.hotel-reservation-form .contract {
  position: relative;
}

.hotel-reservation-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #d6d0bc 50%),
    linear-gradient(135deg, #d6d0bc 50%, transparent 50%),
    linear-gradient(to right, #d6d0bc, #d6d0bc);
  background-position:
    calc(100% - 20px) 20px,
    calc(100% - 15px) 20px,
    calc(100% - 40px) 10px;
  background-size: 5px 5px, 5px 5px, 1px 25px;
  background-repeat: no-repeat;
}

.hotel-reservation-form select option:first-child {
  display: none;
}

.hotel-reservation-form input[type="date"]::-webkit-calendar-picker-indicator {
  color: #ddd;
  filter: invert(0.8);
}

.hotel-reservation-form input[type="checkbox"] {
  -webkit-appearance: checkbox; /* Safari & Chrome */
  -moz-appearance: checkbox; /* Firefox */
  appearance: checkbox;
  width: auto; /* Remove full width */
  transform: scale(1.5);
  display: inline-block; /* Avoid full line width */
  cursor: pointer;
}

.hotel-reservation-form input[type="text"],
.hotel-reservation-form input[type="email"],
.hotel-reservation-form input[type="date"],
.hotel-reservation-form input[type="tel"],
.hotel-reservation-form select {
  display: flex;
  padding: 5px;
  border: 1px solid #fc6203;
  width: 100%;
  flex-basis: 100%;
  height: 47px;
  background-color: #fff;
}

.hotel-reservation-form input[type="text"]:focus,
.hotel-reservation-form input[type="email"]:focus,
.hotel-reservation-form input[type="tel"]:focus,
.hotel-reservation-form input[type="date"]:focus,
.hotel-reservation-form select:focus {
  border: 1px solid #fc6203;
}

.hotel-reservation-form input[type="text"]::placeholder,
.hotel-reservation-form input[type="email"]::placeholder,
.hotel-reservation-form input[type="tel"]::placeholder,
.hotel-reservation-form input[type="date"]:invalid,
.hotel-reservation-form textarea::placeholder,
.hotel-reservation-form select:invalid {
  color: #464240;
}

.hotel-reservation-form textarea {
  resize: none;
  border: 1px solid #fc6203;
  width: 100%;
  height: 150px;
  background-color: #fff;
  color: #000;
}

.hotel-reservation-form textarea:focus {
  border: 1px solid #fc6203;
}

.hotel-reservation-form input[type="submit"] {
  border: 0;
  background-color: #fc6203;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  width: auto !important;
  padding: 5px 15px;
  height: 47px;
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}

.hotel-reservation-form input[type="submit"]:hover {
  background-color: #464240;
}

.hotel-reservation-form input[name="correo"] {
  position: relative;
  display: block;
}

.hotel-reservation-form .field {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

.hotel-reservation-form label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.hotel-reservation-form .field i {
  position: absolute;
  color: #dfe2e5;
  top: 25px;
  left: 15px;
  z-index: 10;
}

.hotel-reservation-form .field i ~ input {
  padding-left: 45px !important;
}

.hotel-reservation-form .responses {
  padding: 15px;
  margin: 0;
}

.hotel-reservation-form .fields .wrapper {
  display: flex;
  justify-content: space-between;
}

.hotel-reservation-form .fields .wrapper > div {
  width: 100%;
}

.hotel-reservation-form .fields .wrapper .gap {
  width: 35px;
}

.hotel-reservation-form .fields .separated {
  padding-right: 2%;
}

/* Responsive */
@media (max-width: 768px) {
  .hotel-reservation-form .field {
    padding-bottom: 0;
  }
  .hotel-reservation-form .fields table {
    width: 100%;
  }
  .hotel-reservation-form .fields tr {
    display: block;
    width: 100%;
  }
  .hotel-reservation-form .fields td {
    margin-bottom: 10px;
  }
  .hotel-reservation-form .fields .separated {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .hotel-reservation-form select,
  .hotel-reservation-form input {
    width: 100%;
  }
  .hotel-reservation-form #submit {
    width: auto;
    display: block;
    margin: 25px auto;
    padding: 10px 30%;
  }
}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		
	}
	
		.container.large {
			width: 1300px;
		}
		
		.container.medium {
			width: 1050px;
		}

		@media screen and (max-width: 1680px) {

			.container.large {
				width: 1200px;
			}

				.container.medium {
					width: 900px;
				}

		}

		@media screen and (max-width: 1280px) {

			.container.large {
				width: 960px;
			}

				.container.medium {
					width: 735px;
				}

		}

		@media screen and (max-width: 980px) {

			.container.large {
				width: 95%;
			}

				.container.medium {
					width: 71.25%;
				}

		}

		@media screen and (max-width: 840px) {

			.container.large {
				width: 95%;
			}

				.container.medium {
					width: 95%;
				}

		}

		@media screen and (max-width: 736px) {

			.container.large {
				width: 100%;
        margin-top: 2em;
			}

				.container.medium {
					width: 100%;
				}

		}

/* ===== Row ===== */

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  margin-top: -50px;
  margin-left: -50px;
}

.row > * {
  box-sizing: border-box;
  padding: 50px 0 0 50px;
}

.row.gtr-uniform {
  margin-top: -50px;
}

.row.gtr-uniform > * {
  padding-top: 50px;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

/* Alignment Utilities */
.row.aln-left   { justify-content: flex-start; }
.row.aln-center { justify-content: center; }
.row.aln-right  { justify-content: flex-end; }

.row.aln-top    { align-items: flex-start; }
.row.aln-middle { align-items: center; }
.row.aln-bottom { align-items: flex-end; }

/* Importance */
.row > .imp {
  order: -1;
}

/* Column Widths and Offsets */
@media (min-width: 0px) {
  .row > .col-1  { width: 8.33333%; }  .row > .off-1  { margin-left: 8.33333%; }
  .row > .col-2  { width: 16.66667%; } .row > .off-2  { margin-left: 16.66667%; }
  .row > .col-3  { width: 25%; }        .row > .off-3  { margin-left: 25%; }
  .row > .col-4  { width: 33.33333%; } .row > .off-4  { margin-left: 33.33333%; }
  .row > .col-5  { width: 41.66667%; } .row > .off-5  { margin-left: 41.66667%; }
  .row > .col-6  { width: 50%; }        .row > .off-6  { margin-left: 50%; }
  .row > .col-7  { width: 58.33333%; } .row > .off-7  { margin-left: 58.33333%; }
  .row > .col-8  { width: 66.66667%; } .row > .off-8  { margin-left: 66.66667%; }
  .row > .col-9  { width: 75%; }        .row > .off-9  { margin-left: 75%; }
  .row > .col-10 { width: 83.33333%; } .row > .off-10 { margin-left: 83.33333%; }
  .row > .col-11 { width: 91.66667%; } .row > .off-11 { margin-left: 91.66667%; }
  .row > .col-12 { width: 100%; }       .row > .off-12 { margin-left: 100%; }
}

/* Gutter Sizes */
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0;
}
.row.gtr-0 > * {
  padding: 0 0 0 0;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0;
}

.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}
.row.gtr-25 > * {
  padding: 12.5px 0 0 12.5px;
}
.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 12.5px;
}

.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}
.row.gtr-50 > * {
  padding: 25px 0 0 25px;
}
.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 25px;
}

.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}
.row.gtr-150 > * {
  padding: 75px 0 0 75px;
}
.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 75px;
}

.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}
.row.gtr-200 > * {
  padding: 100px 0 0 100px;
}
.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 100px;
}

@media screen and (max-width: 980px) {

	/* Base Flexbox Layout */
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
		margin-top: -40px;
		margin-left: -40px;
	}

	.row > * {
		box-sizing: border-box;
		padding: 40px 0 0 40px;
	}

	.row.gtr-uniform {
		margin-top: -40px;
	}

	.row.gtr-uniform > * {
		padding-top: 40px;
	}

	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}

	/* Flex Alignment Utilities */
	.row.aln-left    { justify-content: flex-start; }
	.row.aln-center  { justify-content: center; }
	.row.aln-right   { justify-content: flex-end; }
	.row.aln-top     { align-items: flex-start; }
	.row.aln-middle  { align-items: center; }
	.row.aln-bottom  { align-items: flex-end; }

	/* Order Utilities */
	.row > .imp-wide,
	.row > .imp-normal {
		order: -1;
	}

	/* Width & Offset Utilities */
	:root {
		--col-1: 8.33333%;
		--col-2: 16.66667%;
		--col-3: 25%;
		--col-4: 33.33333%;
		--col-5: 41.66667%;
		--col-6: 50%;
		--col-7: 58.33333%;
		--col-8: 66.66667%;
		--col-9: 75%;
		--col-10: 83.33333%;
		--col-11: 91.66667%;
		--col-12: 100%;
	}

	.row > [class*="col-"] {
		width: var(--col-12);
	}

	.row > .col-1-wide,  .row > .col-1-normal  { width: var(--col-1); }
	.row > .col-2-wide,  .row > .col-2-normal  { width: var(--col-2); }
	.row > .col-3-wide,  .row > .col-3-normal  { width: var(--col-3); }
	.row > .col-4-wide,  .row > .col-4-normal  { width: var(--col-4); }
	.row > .col-5-wide,  .row > .col-5-normal  { width: var(--col-5); }
	.row > .col-6-wide,  .row > .col-6-normal  { width: var(--col-6); }
	.row > .col-7-wide,  .row > .col-7-normal  { width: var(--col-7); }
	.row > .col-8-wide,  .row > .col-8-normal  { width: var(--col-8); }
	.row > .col-9-wide,  .row > .col-9-normal  { width: var(--col-9); }
	.row > .col-10-wide, .row > .col-10-normal { width: var(--col-10); }
	.row > .col-11-wide, .row > .col-11-normal { width: var(--col-11); }
	.row > .col-12-wide, .row > .col-12-normal { width: var(--col-12); }

	.row > .off-1-wide,  .row > .off-1-normal  { margin-left: var(--col-1); }
	.row > .off-2-wide,  .row > .off-2-normal  { margin-left: var(--col-2); }
	.row > .off-3-wide,  .row > .off-3-normal  { margin-left: var(--col-3); }
	.row > .off-4-wide,  .row > .off-4-normal  { margin-left: var(--col-4); }
	.row > .off-5-wide,  .row > .off-5-normal  { margin-left: var(--col-5); }
	.row > .off-6-wide,  .row > .off-6-normal  { margin-left: var(--col-6); }
	.row > .off-7-wide,  .row > .off-7-normal  { margin-left: var(--col-7); }
	.row > .off-8-wide,  .row > .off-8-normal  { margin-left: var(--col-8); }
	.row > .off-9-wide,  .row > .off-9-normal  { margin-left: var(--col-9); }
	.row > .off-10-wide, .row > .off-10-normal { margin-left: var(--col-10); }
	.row > .off-11-wide, .row > .off-11-normal { margin-left: var(--col-11); }
	.row > .off-12-wide, .row > .off-12-normal { margin-left: var(--col-12); }

	/* Gutter Spacing Variants */
	@media screen and (max-width: 1280px) {
		.row.gtr-0        { margin: 0 0 0 0; }
		.row.gtr-0 > *    { padding: 0 0 0 0; }
		.row.gtr-0.gtr-uniform > * { padding-top: 0; }

		.row.gtr-25       { margin-top: -10px; margin-left: -10px; }
		.row.gtr-25 > *   { padding: 10px 0 0 10px; }
		.row.gtr-25.gtr-uniform > * { padding-top: 10px; }

		.row.gtr-50       { margin-top: -20px; margin-left: -20px; }
		.row.gtr-50 > *   { padding: 20px 0 0 20px; }
		.row.gtr-50.gtr-uniform > * { padding-top: 20px; }

		.row.gtr-150      { margin-top: -60px; margin-left: -60px; }
		.row.gtr-150 > *  { padding: 60px 0 0 60px; }
		.row.gtr-150.gtr-uniform > * { padding-top: 60px; }

		.row.gtr-200      { margin-top: -80px; margin-left: -80px; }
		.row.gtr-200 > *  { padding: 80px 0 0 80px; }
		.row.gtr-200.gtr-uniform > * { padding-top: 80px; }
	}
}


@media screen and (max-width: 980px) {

	/* Base Flexbox Grid */
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
		margin-top: -30px;
		margin-left: -30px;
	}

	.row > * {
		box-sizing: border-box;
		padding: 30px 0 0 30px;
	}

	.row.gtr-uniform {
		margin-top: -30px;
	}

	.row.gtr-uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.gtr-uniform > * {
		padding-top: 30px;
	}

	/* Alignment Utilities */
	.row.aln-left    { justify-content: flex-start; }
	.row.aln-center  { justify-content: center; }
	.row.aln-right   { justify-content: flex-end; }
	.row.aln-top     { align-items: flex-start; }
	.row.aln-middle  { align-items: center; }
	.row.aln-bottom  { align-items: flex-end; }

	/* Order Utility */
	.row > .imp-narrow {
		order: -1;
	}

	/* Column and Offset Widths */
	:root {
		--col-1: 8.33333%;
		--col-2: 16.66667%;
		--col-3: 25%;
		--col-4: 33.33333%;
		--col-5: 41.66667%;
		--col-6: 50%;
		--col-7: 58.33333%;
		--col-8: 66.66667%;
		--col-9: 75%;
		--col-10: 83.33333%;
		--col-11: 91.66667%;
		--col-12: 100%;
	}

	.row > .col-1-narrow  { width: var(--col-1); }
	.row > .col-2-narrow  { width: var(--col-2); }
	.row > .col-3-narrow  { width: var(--col-3); }
	.row > .col-4-narrow  { width: var(--col-4); }
	.row > .col-5-narrow  { width: var(--col-5); }
	.row > .col-6-narrow  { width: var(--col-6); }
	.row > .col-7-narrow  { width: var(--col-7); }
	.row > .col-8-narrow  { width: var(--col-8); }
	.row > .col-9-narrow  { width: var(--col-9); }
	.row > .col-10-narrow { width: var(--col-10); }
	.row > .col-11-narrow { width: var(--col-11); }
	.row > .col-12-narrow { width: var(--col-12); }

	.row > .off-1-narrow  { margin-left: var(--col-1); }
	.row > .off-2-narrow  { margin-left: var(--col-2); }
	.row > .off-3-narrow  { margin-left: var(--col-3); }
	.row > .off-4-narrow  { margin-left: var(--col-4); }
	.row > .off-5-narrow  { margin-left: var(--col-5); }
	.row > .off-6-narrow  { margin-left: var(--col-6); }
	.row > .off-7-narrow  { margin-left: var(--col-7); }
	.row > .off-8-narrow  { margin-left: var(--col-8); }
	.row > .off-9-narrow  { margin-left: var(--col-9); }
	.row > .off-10-narrow { margin-left: var(--col-10); }
	.row > .off-11-narrow { margin-left: var(--col-11); }
	.row > .off-12-narrow { margin-left: var(--col-12); }

	/* Gutter Utilities */
	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0;
	}

	.row.gtr-0 > * {
		padding: 0 0 0 0;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0;
	}

	.row.gtr-0.gtr-uniform > * {
		padding-top: 0;
	}

	.row.gtr-25 {
		margin-top: -7.5px;
		margin-left: -7.5px;
	}

	.row.gtr-25 > * {
		padding: 7.5px 0 0 7.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -7.5px;
	}

	.row.gtr-25.gtr-uniform > * {
		padding-top: 7.5px;
	}

	.row.gtr-50 {
		margin-top: -15px;
		margin-left: -15px;
	}

	.row.gtr-50 > * {
		padding: 15px 0 0 15px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -15px;
	}

	.row.gtr-50.gtr-uniform > * {
		padding-top: 15px;
	}

	.row.gtr-150 {
		margin-top: -45px;
		margin-left: -45px;
	}

	.row.gtr-150 > * {
		padding: 45px 0 0 45px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -45px;
	}

	.row.gtr-150.gtr-uniform > * {
		padding-top: 45px;
	}

	.row.gtr-200 {
		margin-top: -60px;
		margin-left: -60px;
	}

	.row.gtr-200 > * {
		padding: 60px 0 0 60px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -60px;
	}

	.row.gtr-200.gtr-uniform > * {
		padding-top: 60px;
	}
}

:root {
	--gutter: 30px;
}

/* Base grid */
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-top: calc(-1 * var(--gutter));
	margin-left: calc(-1 * var(--gutter));
	align-items: stretch;
}

.row > * {
	box-sizing: border-box;
	padding: var(--gutter) 0 0 var(--gutter);
}

/* Column widths (mobile default) */
[class*="col-"] {
	width: 100%;
}

/* Column alignment utilities */
.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

/* Important ordering */
.row > .imp {
	order: -1;
}

/* Gutter spacing modifiers */
.row.gtr-0 {
	--gutter: 0px;
}

.row.gtr-25 {
	--gutter: 7.5px;
}

.row.gtr-50 {
	--gutter: 15px;
}

.row.gtr-150 {
	--gutter: 45px;
}

.row.gtr-200 {
	--gutter: 60px;
}

/* Responsive columns: Small devices (≥ 640px) */
@media screen and (min-width: 640px) {
	.col-sm-1 { width: 8.33333%; }
	.col-sm-2 { width: 16.66667%; }
	.col-sm-3 { width: 25%; }
	.col-sm-4 { width: 33.33333%; }
	.col-sm-5 { width: 41.66667%; }
	.col-sm-6 { width: 50%; }
	.col-sm-7 { width: 58.33333%; }
	.col-sm-8 { width: 66.66667%; }
	.col-sm-9 { width: 75%; }
	.col-sm-10 { width: 83.33333%; }
	.col-sm-11 { width: 91.66667%; }
	.col-sm-12 { width: 100%; }

	.off-sm-1 { margin-left: 8.33333%; }
	.off-sm-2 { margin-left: 16.66667%; }
	.off-sm-3 { margin-left: 25%; }
	.off-sm-4 { margin-left: 33.33333%; }
	.off-sm-5 { margin-left: 41.66667%; }
	.off-sm-6 { margin-left: 50%; }
	.off-sm-7 { margin-left: 58.33333%; }
	.off-sm-8 { margin-left: 66.66667%; }
	.off-sm-9 { margin-left: 75%; }
	.off-sm-10 { margin-left: 83.33333%; }
	.off-sm-11 { margin-left: 91.66667%; }
	.off-sm-12 { margin-left: 100%; }
}

/* Responsive columns: Medium devices (≥ 840px) */
@media screen and (min-width: 840px) {
	.col-md-1 { width: 8.33333%; }
	.col-md-2 { width: 16.66667%; }
	.col-md-3 { width: 25%; }
	.col-md-4 { width: 33.33333%; }
	.col-md-5 { width: 41.66667%; }
	.col-md-6 { width: 50%; }
	.col-md-7 { width: 58.33333%; }
	.col-md-8 { width: 66.66667%; }
	.col-md-9 { width: 75%; }
	.col-md-10 { width: 83.33333%; }
	.col-md-11 { width: 91.66667%; }
	.col-md-12 { width: 100%; }

	.off-md-1 { margin-left: 8.33333%; }
	.off-md-2 { margin-left: 16.66667%; }
	.off-md-3 { margin-left: 25%; }
	.off-md-4 { margin-left: 33.33333%; }
	.off-md-5 { margin-left: 41.66667%; }
	.off-md-6 { margin-left: 50%; }
	.off-md-7 { margin-left: 58.33333%; }
	.off-md-8 { margin-left: 66.66667%; }
	.off-md-9 { margin-left: 75%; }
	.off-md-10 { margin-left: 83.33333%; }
	.off-md-11 { margin-left: 91.66667%; }
	.off-md-12 { margin-left: 100%; }
}

/* Responsive columns: Large devices (≥ 980px) */
@media screen and (min-width: 980px) {
	.col-lg-1 { width: 8.33333%; }
	.col-lg-2 { width: 16.66667%; }
	.col-lg-3 { width: 25%; }
	.col-lg-4 { width: 33.33333%; }
	.col-lg-5 { width: 41.66667%; }
	.col-lg-6 { width: 50%; }
	.col-lg-7 { width: 58.33333%; }
	.col-lg-8 { width: 66.66667%; }
	.col-lg-9 { width: 75%; }
	.col-lg-10 { width: 83.33333%; }
	.col-lg-11 { width: 91.66667%; }
	.col-lg-12 { width: 100%; }

	.off-lg-1 { margin-left: 8.33333%; }
	.off-lg-2 { margin-left: 16.66667%; }
	.off-lg-3 { margin-left: 25%; }
	.off-lg-4 { margin-left: 33.33333%; }
	.off-lg-5 { margin-left: 41.66667%; }
	.off-lg-6 { margin-left: 50%; }
	.off-lg-7 { margin-left: 58.33333%; }
	.off-lg-8 { margin-left: 66.66667%; }
	.off-lg-9 { margin-left: 75%; }
	.off-lg-10 { margin-left: 83.33333%; }
	.off-lg-11 { margin-left: 91.66667%; }
	.off-lg-12 { margin-left: 100%; }
}


@media screen and (max-width: 736px) {

  /* Core row flex setup */
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
    margin-top: -30px;       /* default gutter margin */
    margin-left: -30px;
  }
  .row > * {
    box-sizing: border-box;
    padding: 0 0 30px 30px; /* default gutter padding */
  }

  /* Remove bottom margin on last child inside .gtr-uniform */
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  /* Alignment utilities */
  .row.aln-left { justify-content: flex-start; }
  .row.aln-center { justify-content: center; }
  .row.aln-right { justify-content: flex-end; }
  .row.aln-top { align-items: flex-start; }
  .row.aln-middle { align-items: center; }
  .row.aln-bottom { align-items: flex-end; }

  /* Important ordering */
  .row > .imp-mobile {
    order: -1;
  }

  /* Columns & Offsets widths */
  /* Using a loop in CSS is impossible, so here is a concise grouping */
  /* Widths */
  .row > .col-1-mobile { width: 8.33333%; }
  .row > .col-2-mobile { width: 16.66667%; }
  .row > .col-3-mobile { width: 25%; }
  .row > .col-4-mobile { width: 33.33333%; }
  .row > .col-5-mobile { width: 41.66667%; }
  .row > .col-6-mobile { width: 50%; }
  .row > .col-7-mobile { width: 58.33333%; }
  .row > .col-8-mobile { width: 66.66667%; }
  .row > .col-9-mobile { width: 75%; }
  .row > .col-10-mobile { width: 83.33333%; }
  .row > .col-11-mobile { width: 91.66667%; }
  .row > .col-12-mobile { width: 100%; }

  /* Offsets */
  .row > .off-1-mobile { margin-left: 8.33333%; }
  .row > .off-2-mobile { margin-left: 16.66667%; }
  .row > .off-3-mobile { margin-left: 25%; }
  .row > .off-4-mobile { margin-left: 33.33333%; }
  .row > .off-5-mobile { margin-left: 41.66667%; }
  .row > .off-6-mobile { margin-left: 50%; }
  .row > .off-7-mobile { margin-left: 58.33333%; }
  .row > .off-8-mobile { margin-left: 66.66667%; }
  .row > .off-9-mobile { margin-left: 75%; }
  .row > .off-10-mobile { margin-left: 83.33333%; }
  .row > .off-11-mobile { margin-left: 91.66667%; }
  .row > .off-12-mobile { margin-left: 100%; }

  /* Gutter variants using CSS variables for easier future maintenance */
  /* Define gutter sizes */
  :root {
    --gutter-0: 0px;
    --gutter-25: 7.5px;
    --gutter-50: 15px;
    --gutter-default: 30px;
    --gutter-150: 45px;
    --gutter-200: 60px;
  }

  /* Helper classes for gutters */
  /* Each variant sets negative margin on row and matching padding on children */
  .row.gtr-0 {
    margin-top: calc(-1 * var(--gutter-0));
    margin-left: calc(-1 * var(--gutter-0));
  }
  .row.gtr-0 > * {
    padding-top: var(--gutter-0);
    padding-left: var(--gutter-0);
  }

  .row.gtr-25 {
    margin-top: calc(-1 * var(--gutter-25));
    margin-left: calc(-1 * var(--gutter-25));
  }
  .row.gtr-25 > * {
    padding-top: var(--gutter-25);
    padding-left: var(--gutter-25);
  }

  .row.gtr-50 {
    margin-top: calc(-1 * var(--gutter-50));
    margin-left: calc(-1 * var(--gutter-50));
  }
  .row.gtr-50 > * {
    padding-top: var(--gutter-50);
    padding-left: var(--gutter-50);
  }

  /* Default gutter is already set above (.row and > *) */

  .row.gtr-150 {
    margin-top: calc(-1 * var(--gutter-150));
    margin-left: calc(-1 * var(--gutter-150));
  }
  .row.gtr-150 > * {
    padding-top: var(--gutter-150);
    padding-left: var(--gutter-150);
  }

  .row.gtr-200 {
    margin-top: calc(-1 * var(--gutter-200));
    margin-left: calc(-1 * var(--gutter-200));
  }
  .row.gtr-200 > * {
    padding-top: var(--gutter-200);
    padding-left: var(--gutter-200);
  }

  /* gtr-uniform: padding-top equals padding-left */
  .row.gtr-uniform.gtr-0 > *,
  .row.gtr-uniform.gtr-25 > *,
  .row.gtr-uniform.gtr-50 > *,
  .row.gtr-uniform > *,
  .row.gtr-uniform.gtr-150 > *,
  .row.gtr-uniform.gtr-200 > * {
    padding-top: inherit;
  }

  /* Ensure uniform rows have margin-top same as margin-left */
  .row.gtr-uniform.gtr-0 {
    margin-top: calc(-1 * var(--gutter-0));
  }
  .row.gtr-uniform.gtr-25 {
    margin-top: calc(-1 * var(--gutter-25));
  }
  .row.gtr-uniform.gtr-50 {
    margin-top: calc(-1 * var(--gutter-50));
  }
  .row.gtr-uniform {
    margin-top: calc(-1 * var(--gutter-default));
  }
  .row.gtr-uniform.gtr-150 {
    margin-top: calc(-1 * var(--gutter-150));
  }
  .row.gtr-uniform.gtr-200 {
    margin-top: calc(-1 * var(--gutter-200));
  }

}



/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header.major {
  padding-bottom: 2em;
}

header.special {
  margin: 3em 0 2em;
  padding-top: 6em;
  position: relative;
  text-align: center;
}

header.special::before,
header.special::after {
  content: '';
  position: absolute;
  top: 1.75em;
  width: 43%;
  height: 7px;
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  opacity: 0.3;
  color: #34662f;
}

header.special::before {
  left: 0;
}

header.special::after {
  right: 0;
}

header.special h2 {
  margin-bottom: 0;
}

header.special h2 + p {
  margin-bottom: 0;
  padding-top: 1.5em;
}

header.special .icon {
  position: absolute;
  top: 1em;
  left: 0;
  width: 100%;
  height: 7em;
  text-align: center;
  cursor: default;
}

header.special .icon::before {
  font-size: 3.5em;
  opacity: 0.5;
  color: #34662f;
}

footer > :last-child {
  margin-bottom: 0;
}

footer.major {
  padding-top: 3em;
}

/* Form inputs */

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  background: none;
  border: 1px solid #99b297;
  border-radius: 0;
  color: inherit;
  display: block;
  padding: 0.75em;
  text-decoration: none;
  width: 100%;
  outline: none;
  line-height: 1em;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #FC6203;
}

/* Placeholder styling */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  position: relative;
  top: 3px;
}

:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}


/* Image */

.image {
  border: 0;
  position: relative;
}

.image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image.fit,
.image.featured {
  display: block;
  margin: 0; /* shorthand instead of individual zeros */
}

.image.fit img,
.image.featured img {
  display: block;
  width: 100%;
}

/* Icon */

.fa {
  border-bottom: 0;
  font-size: 16pt !important;
}

.fa.icon {
  font-size: 32pt !important;
  border-bottom: 0; /* redundant but kept for clarity */
}

.icon {
  position: relative;
  text-decoration: none;
}

.icon.fa-facebook {
  color: white;
  padding: 10px;
  font-size: 30px;
  text-decoration: none;
}

/* Pseudo element for icons */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.solid::before {
  font-weight: 900;
}

.icon.brands::before {
  font-family: 'Font Awesome 5 Brands';
}

/* Circle style common */
.icon.circle {
  display: inline-block;
  border: 0;
  border-radius: 50%;
  font-size: 1.25em;
  height: 2.25em;
  width: 2.25em;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}

.icon.circle:hover {
  top: -0.2em;
}

/* Special large brand circle */
.icon.brands.circle.new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  background: #4CAF50;
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-size: cover;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.icon.brands.circle.new:hover {
  transform: scale(1.2);
  background: #388E3C;
  background-size: cover;
}

/* Background images for specific icons */
.icon.brands.circle.new.sevilla {
  background-image: url("../../images/seville.webp");
}

.icon.brands.circle.new.mazagon {
  background-image: url("../../images/mazagon.webp");
}

.icon.brands.circle.new.alicante {
  background-image: url("../../images/banner.webp");
}

/* Individual brand circle colors and hover states */
.icon.circle.fa-twitter {
  background: #70aecd;
  color: #fff;
}
.icon.circle.fa-twitter:hover {
  background: #7fb7d2;
}

.icon.circle.fa-facebook-f {
  background: #7490c3;
  color: #fff;
}
.icon.circle.fa-facebook-f:hover {
  background: #829bc9;
}

.icon.circle.fa-google-plus-g {
  background: #db6b67;
  color: #fff;
}
.icon.circle.fa-google-plus-g:hover {
  background: #df7b77;
}

.icon.circle.fa-github {
  background: #dcad8b;
  color: #fff;
}
.icon.circle.fa-github:hover {
  background: #e1b89b;
}

.icon.circle.fa-dribbble {
  background: #da83ae;
  color: #fff;
}
.icon.circle.fa-dribbble:hover {
  background: #df93b8;
}

/* Featured icon style */
.icon.featured {
  cursor: default;
  display: block;
  margin: 0 0 1.5em 0;
  opacity: 0.5;
  text-align: center;
}

.icon.featured::before {
  font-size: 5em;
  line-height: 1em;
}

/* Hide labels inside icons */
.icon > .label {
  display: none;
}

/* List */

/* Icons list */
ul.icons {
  list-style: none;
  padding-left: 0;
  cursor: default;
}

ul.icons li {
  display: inline-block;
  line-height: 1em;
  padding-left: 0.5em;
}

ul.icons li:first-child {
  padding-left: 0;
}

/* Featured icons list */
ul.featured-icons {
  list-style: none;
  padding-left: 0;
  margin-top: -0.75em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  opacity: 0.35;
  overflow: hidden;
  position: relative;
  cursor: default;
}

ul.featured-icons li {
  display: block;
  float: left;
  width: 50%;
  padding-left: 0;
  margin-bottom: 1em;
  text-align: center;
}

ul.featured-icons li .icon {
  display: inline-block;
  font-size: 5.5em;
  height: 1em;
  line-height: 1.5em;
  width: 1em;
}

/* Buttons */

ul.buttons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.buttons:last-child {
  margin-bottom: 0;
}

ul.buttons li {
  display: inline-block;
  padding-left: 1.5em;
}

ul.buttons li:first-child {
  padding-left: 0;
}

ul.buttons.stacked li {
  display: block;
  padding-top: 1.5em;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

ul.buttons.stacked li:first-child {
  padding-top: 0;
}

/* Table */

table {
  width: 100%;
}

table.default {
  width: 100%;
}

table.default tbody tr {
  border-bottom: 1px solid rgba(124, 128, 129, 0.2);
}

table.default td,
table.default th {
  padding: 0.5em 1em;
}

table.default th {
  font-weight: 400;
  text-align: left;
}

table.default thead {
  background: #464240;
  color: #fff;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;

  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background: none;
  border: 1px solid;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0 0.75em;
  line-height: 3.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: rgba(188, 202, 206, 0.15);
  border-color: inherit;
}

input[type="button"].primary,
input[type="submit"].primary,
input[type="reset"].primary,
button.primary,
.button.primary {
  background: #FC6203;
  border-color: #FC6203;
  color: #fff !important;
}

input[type="button"].primary:hover,
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
button.primary:hover,
.button.primary:hover {
  background: #96dad1 !important;
  border-color: #96dad1 !important;
}

input[type="button"].fit,
input[type="submit"].fit,
input[type="reset"].fit,
button.fit,
.button.fit {
  width: 100%;
}

input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small,
button.small,
.button.small {
  font-size: 0.7em;
  padding: 0.5em 0;
}

/* Wrapper */

.wrapper {
  padding: 3em 7em;
}

.wrapper.style2 {
  background-color: #FC6203;
  background-image: url("images/light-bl.svg"), url("images/light-br.svg");
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 25em, 25em;
  color: #fff;
}

.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 button:hover,
.wrapper.style2 .button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}

.wrapper.style2 input[type="button"].primary,
.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 button.primary,
.wrapper.style2 .button.primary {
  background: #fff;
  border-color: #fff;
  color: #83d3c9 !important;
}

.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 input[type="submit"].primary:hover,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 button.primary:hover,
.wrapper.style2 .button.primary:hover {
  border-color: inherit !important;
  color: #fff !important;
}

.wrapper.style3 {
  background: #d6d0bc;
  color: inherit;
}

.wrapper.style4,
.wrapper.style5 {
  background: #fff;
  color: inherit;
  padding: 0;
}

/* Header Animations */

@keyframes reveal-header {
  0% {
    top: -5em;
  }
  100% {
    top: 0;
  }
}

/* Vendor prefixes for keyframes (optional if targeting modern browsers) */
@-moz-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
@-webkit-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }
@-ms-keyframes reveal-header { 0% { top: -5em; } 100% { top: 0; } }

/* Header base styles */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em 1.5em;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  color: inherit;
  cursor: default;
  font-size: 1em;
  z-index: 10000;
  text-align: left;
}

/* Header Title */
#header h1 {
  margin: 0;
  font-weight: 900;
}
#header h1 span {
  font-weight: 300;
}

/* Navigation */
#header nav {
  position: absolute;
  top: 25%;
  right: 1.5em;
  padding-top: 1em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

#header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#header nav ul li {
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 0;
  font-weight: 800;
  position: relative; /* for submenu if needed */
}

/* Submenu hidden by default */
#header nav ul li > ul {
  display: none;
}

/* Nav links */
#header nav ul li a {
  display: inline-block;
  line-height: 1em;
  padding: 1.1em 0.75em;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
}

/* Buttons inside nav */
#header nav ul li input[type="button"],
#header nav ul li input[type="submit"],
#header nav ul li input[type="reset"],
#header nav ul li button,
#header nav ul li .button {
  font-size: 1em;
  min-width: 0;
  width: auto;
}

/* Submenu indicator */
#header nav ul li.submenu > a {
  text-decoration: none;
  /* Add the arrow icon before link */
}
#header nav ul li.submenu > a:before {
  content: '\f107'; /* Font Awesome caret-down */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-right: 0.65em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
}

/* Reveal animation */
#header.reveal {
  animation: reveal-header 0.5s;
  -webkit-animation: reveal-header 0.5s;
  -moz-animation: reveal-header 0.5s;
  -ms-animation: reveal-header 0.5s;
}

/* Alternate header style */
#header.alt {
  position: absolute;
  background: transparent;
  box-shadow: none;
  color: #fff;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
}

/* Adjust nav in alt header */
#header.alt nav {
  right: 2.5em;
  top: 1.75em;
}

/* Active and hover styles */
#header nav ul li.active > a,
#header.alt nav ul li:hover > a {
  border: 1px solid;
}

/* Dropotron */

.dropotron {
  position: relative;       /* needed for :before positioning */
  list-style: none;
  min-width: 8em;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  text-transform: uppercase;
  font-weight: 400;         /* default font-weight */
}


.dropotron.level-0::before {
  content: '';
  position: absolute;
  top: -0.45em;
  border-style: solid;
  border-width: 0.5em 0.5em 0 0.5em;
  border-color: #fff transparent transparent transparent;
}


/* Banner */

@keyframes reveal-banner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#banner {
  background-color: #d6d0bc;
  background-image: url("images/light-bl.svg"), url("images/light-br.svg"), url("../../images/banner.webp");
  background-position: bottom left, bottom right, top center;
  background-repeat: no-repeat;
  background-size: 25em, 25em, cover;
  cursor: default;
  padding: 5em 0;
  text-align: center;
}

#banner .inner {
  background: rgba(54, 102, 4, 0.5);
  display: inline-block;
  opacity: 1;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
}

#banner .inner header {
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin: 0 0 2em 0;
  padding: 3px 0;
  color: #fff;
}

#banner .inner header h2 {
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin: 0;
  padding-left: 0.05em;
  position: relative;
  text-transform: uppercase;
}

#banner .inner p {
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

#banner .inner p a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

#banner .inner footer {
  margin: 2em 0 0 0;
}

/* Main */

#main {
  background-image: 
    url("images/dark-tl.svg"),
    url("images/dark-tr.svg"),
    url("images/dark-bl.svg"),
    url("images/dark-br.svg");
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: 25em;
  padding: 7em 0;
}

#main > :last-child {
  margin-bottom: 0;
}

#main .sidebar section {
  border-top: 1px solid rgba(124, 128, 129, 0.2);
  margin-top: 3em;
  padding-top: 3em;
}

#main .sidebar section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

body.index #main {
  padding-top: 5em;
}

/* CTA */

#cta {
  background-color: #645862;
  background-image: 
    url("images/light-tl.svg"), 
    url("images/light-tr.svg"), 
    url("images/overlay.png"), 
    url("../../images/banner.webp");
  background-position: top left, top right, top left, bottom center;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 25em, 25em, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  color: #fff;
  padding: 5em;
  text-align: center;
}

#cta header {
  margin-bottom: 2em;
}

/* Footer */

#footer {
  background: #d6d0bc;
  color: #464240;
  text-align: center;
  font-weight: 300;
}

#footer b {
  font-weight: 700;
}

#footer .copyright {
  font-size: 0.8em;
  line-height: 1em;
}

#footer .copyright a {
  color: inherit;
}

#footer .copyright li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px dotted;
  border-color: currentColor;
}

#footer .copyright li:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}


/* Wide */
@media screen and (max-width: 1680px) {
  /* Section/Article */
  header.special {
    padding-top: 5.5em;
    margin-bottom: 2em;
  }
}

/* Normal */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 13pt;
    letter-spacing: 0.025em;
    line-height: 1.65em;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
  }

  /* Section/Article */
  header.major {
    padding-bottom: 1.5em;
  }

  footer.major {
    padding-top: 2em;
  }

  /* Wrapper */
  .wrapper {
    padding: 0 2em 2em;
  }

  /* Header */
  #header {
    padding: 3em 1.5em;
    font-size: 11pt;
  }

  #header nav ul li {
    margin-left: 1em;
  }

  /* Banner */
  #banner {
    background-attachment: scroll;
  }

  /* CTA */
  #cta {
    padding: 4em;
    background-attachment: scroll;
  }
}

/* Narrow */
@media screen and (max-width: 980px) {

  /* Basic */
  body, input, select, textarea {
    font-size: 13pt;
    letter-spacing: 0.025em;
  }

  /* Section/Article */
  header.major {
    padding-bottom: 1em;
  }

  header.special {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  footer.major {
    padding-top: 1.5em;
  }

  /* Wrapper */
  .wrapper {
    margin-bottom: 3em;
    padding: 3em 2.5em;
  }

  .wrapper.special br {
    display: none;
  }

  .wrapper.style1 {
    padding: 0 2.5em;
  }

  .wrapper.style2 {
    background-size: 15em;
  }

  .wrapper.style4 {
    padding: 2.5em;
  }

  /* Main */
  #main {
    background-size: 15em;
  }

  /* CTA */
  #cta {
    background-size: 15em, 15em, auto, cover;
    padding: 3em;
  }
}

/* Narrower */
#navPanel,
#navButton {
  display: none;
}

@media screen and (max-width: 1115px) {

  /* Basic */
  html, body {
    overflow-x: hidden;
  }

  header.major {
    padding-bottom: 0.25em;
  }

  header.special {
    margin-bottom: 4em;
    padding-top: 5em;
  }
  header.special:before,
  header.special:after {
    width: 40%;
  }
  header.special h2 + p {
    padding-top: 1.25em;
  }

  /* Section/Article */
  section:first-child {
    margin-top: 0;
  }

  /* Button */
  input[type="button"].small,
  input[type="submit"].small,
  input[type="reset"].small,
  button.small,
  .button.small {
    font-size: 0.8em;
    min-width: 18em;
    padding: 0.75em 0;
  }

  /* Featured Icons */
  ul.featured-icons {
    margin: 0;
  }
  ul.featured-icons li {
    display: inline-block;
    float: none;
    width: auto;
  }
  ul.featured-icons li .icon {
    font-size: 4em;
    width: 1.25em;
  }

  /* Buttons */
  ul.buttons li {
    display: block;
    padding-top: 1em;
  }

  /* Header */
  #header {
    display: none;
  }

  /* Banner */
  #banner {
    margin: 0;
  }

  /* Wrapper */
  .wrapper.special-alt {
    text-align: center;
  }
  .wrapper.style4,
  .wrapper.style5 {
    padding-bottom: 3em;
  }

  .selected-option img{
  width: 40px;
  height: 28px; 
  } 

  /* Main */
  #main {
    padding: 5em 0;
  }
  #main .sidebar {
    border-top: solid 1px rgba(124, 128, 129, 0.1);
    padding-top: 3em;
  }
  #main .sidebar section {
    border-top: 0;
    padding-top: 0;
  }
  body.index #main {
    padding-top: 4.5em;
  }

  /* CTA */
  #cta {
    margin: 0;
  }

  /* Nav */
  #page-wrapper {
    backface-visibility: hidden;
    transition: transform 0.5s ease;
  }

  #navButton {
    backface-visibility: hidden;
    transition: transform 0.5s ease;
    display: block;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 25%;
    z-index: 10001;
  }
  #navButton .toggle {
    text-decoration: none;
    height: 60px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25%;
    border: 0;
    outline: 0;
    margin: 5px;
  }
  #navButton .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    content: '\f0c9';
    font-size: 1em;
    height: 40px;
    left: 10px;
    line-height: 40px;
    opacity: 0.5;
    position: absolute;
    top: 11px;
    width: 60px;
    z-index: 1;
  }
  #navButton .toggle:after {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    content: '';
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 60px;
  }

  #navPanel {
    backface-visibility: hidden;
    transform: translateX(-275px);
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #1c2021;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    padding: 0.25em 0.75em 1em;
  }
  #navPanel .link {
    border: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    color: inherit;
    display: block;
    height: 3em;
    line-height: 3em;
    opacity: 0.75;
    text-decoration: none;
    text-align: justify;
  }
  #navPanel .link.depth-0 {
    font-weight: 900;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .indent-1 { display: inline-block; width: 1em; }
  #navPanel .indent-2 { display: inline-block; width: 2em; }
  #navPanel .indent-3 { display: inline-block; width: 3em; }
  #navPanel .indent-4 { display: inline-block; width: 4em; }
  #navPanel .indent-5 { display: inline-block; width: 5em; }

  body.navPanel-visible #page-wrapper {
    transform: translateX(275px);
  }
  body.navPanel-visible #navButton {
    transform: translateX(275px);
  }
  body.navPanel-visible #navPanel {
    transform: translateX(0);
  }
}
/* Mobile styles for screen widths up to 736px */
@media screen and (max-width: 736px) {

  /* Basic */
  body {
    min-width: 320px;
  }

  h2 {
    font-size: 1.25em;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em;
  }

  h3 {
    font-size: 1em;
    letter-spacing: 0.025em;
    margin-bottom: 1em;
  }

  p {
    text-align: justify;
  }

  /* Section / Article */
  header {
    text-align: center;
  }

  header.major {
    padding-bottom: 0;
  }

  header.special {
    margin-bottom: 3em;
    padding: 0 1.5em;
  }

  header.special:before,
  header.special:after {
    width: 38%;
  }

  header.special .icon {
    font-size: 0.75em;
    top: 1.5em;
  }

  header p {
    text-align: center;
  }

  footer.major {
    padding-top: 0;
  }

  /* Icon */
  .icon.circle {
    font-size: 1em;
  }

  /* Buttons */
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    width: 100%;
    max-width: 20em;
  }

  input[type="button"].fit,
  input[type="submit"].fit,
  input[type="reset"].fit,
  button.fit,
  .button.fit {
    width: auto;
  }

  /* Featured Icons */
  ul.featured-icons li .icon {
    width: 1.1em;
  }

  /* Buttons list */
  ul.buttons {
    text-align: center;
  }

  /* Wrapper */
  .wrapper {
    margin-bottom: 0em;
    padding: 2.25em 1.5em;
  }

  .wrapper.special br {
    display: none;
  }

  .wrapper.style1 {
    padding: 2.5vw;
  }

  .wrapper.style2,
  .wrapper.style4 {
    background-size: 10em;
    padding: 2.25em 1.5em;
  }

  .wrapper.style4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.style5 {
    background-size: 10em;
    padding: 0;
  }

  /* Banner */
  #banner {
    height: 100vh;
    background-image: url(images/light-bl.svg), url(images/light-br.svg), url(../../images/banner_mobile.webp);
    background-size: 10em, 10em, cover;
  }

  #banner .inner {
    background: none;
    display: block;
    padding: 0 1.5em;
  }

  #banner .inner header h2 {
    font-size: 1.5em;
  }

  #banner .inner p {
    text-align: center;
  }

  #banner .inner br {
    display: none;
  }

  /* Main */
  #main {
    background-size: 10em;
    padding: 3.5em 0 2.5em 0;
  }

  body.index #main {
    padding-top: 2.5em;
    padding-bottom: 0;
  }

  body.contact #main {
    padding-bottom: 0;
  }

  /* CTA */
  #cta {
    background-size: 10em, 10em, auto, cover;
    padding: 3em 1.5em;
  }

  /* Footer */
  #footer {
    font-size: 11pt;
    padding: 4em 0em 0em 0em;
  }

  #footer .copyright li {
    display: block;
    margin-top: 1em;
    padding: 0;
    border: 0;
  }

  /* Nav Button */
  #navButton .toggle:before,
  #navButton .toggle:after {
    top: 8px;
    left: 8px;
    width: 50px;
    height: 34px;
  }

  #navButton .toggle:before {
    line-height: 34px;
  }
}
