:root {
  --color-dark: #1a1a1a;
  --color-white: #fdfdfd;
  --color-light-blue: #d1e3e3;
  --color-grey: #959696;
  --color-grey-2: #e6e6e6;
  --color-grey-3: #f2f2f2;
  --arrow-bg: rgba(255, 255, 255, 0.3);
  --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
  --option-bg: white;
  --select-bg: rgba(255, 255, 255, 0.2);
}

@font-face {
  font-family: "TWKEverett-Black-web";
  src: url("TWKEverett-Black-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-BlackItalic-web";
  src: url("TWKEverett-BlackItalic-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-Bold-web";
  src: url("TWKEverett-Bold-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-BoldItalic-web";
  src: url("TWKEverett-BoldItalic-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-Hairline-web";
  src: url("TWKEverett-Hairline-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-HairlineItalic-web";
  src: url("TWKEverett-HairlineItalic-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-Regular-web";
  src: url("TWKEverett-Regular-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-Regular";
  src: url("TWKEverett-Regular.otf") format("opentype");
}
@font-face {
  font-family: "TWKEverett-RegularItalic-web";
  src: url("TWKEverett-RegularItalic-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-Ultralight-web";
  src: url("TWKEverett-Ultralight-web.ttf") format("truetype");
}
@font-face {
  font-family: "TWKEverett-Ultralight";
  src: url("TWKEverett-Ultralight.otf") format("opentype");
}
@font-face {
  font-family: "TWKEverett-UltralightItalic-web";
  src: url("TWKEverett-UltralightItalic-web.ttf") format("truetype");
}

* {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  scroll-behavior: smooth;
}
*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}
html,
body {
  background-color: var(--color-dark);
  color: var(--color-dark);
  height: 100%;
  width: 100%;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-family: "TWKEverett-Ultralight", serif;
  position: relative;
}

/* Default font size */
html {
  font-size: 16px;
}

main {
  width: 100%;
  position: relative;
}

header {
  width: 100%;
  height: auto;
  z-index: 999;
  background: transparent;
}

.main-height {
  height: 100vh;
}
.main-height-2 {
  height: unset;
}

header .scrolled {
  background-color: black;
}

section {
  background-color: var(--color-white);
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

/* footer{
  background-color: var(--color-white);

} */
.Everett-Black-web {
  font-family: "TWKEverett-Black-web";
}
.Everett-BlackItalic-web {
  font-family: "TWKEverett-BlackItalic-web";
}
.Everett-Bold-web {
  font-family: "TWKEverett-Bold-web";
}
.Everett-BoldItalic-web {
  font-family: "TWKEverett-BoldItalic-web";
}
.Everett-Hairline-web {
  font-family: "TWKEverett-Ultralight";
  /* font-family: "TWKEverett-Hairline-web"; */
}
.Everett-HairlineItalic-web {
  /* font-family: "TWKEverett-HairlineItalic-web"; */
  font-family: "TWKEverett-UltralightItalic-web";
}
.Everett-Regular-web {
  font-family: "TWKEverett-Regular-web";
}
.Everett-Regular {
  font-family: "TWKEverett-Regular";
}
.Everett-RegularItalic-web {
  font-family: "TWKEverett-RegularItalic-web";
}
.Everett-Ultralight-web {
  font-family: "TWKEverett-Ultralight-web";
}
.Everett-Ultralight {
  font-family: "TWKEverett-Ultralight";
}
.Everett-UltralightItalic-web {
  font-family: "TWKEverett-UltralightItalic-web";
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
small,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
p i,
small i,
a,
span {
  color: var(--color-dark);
  font-family: "TWKEverett-Ultralight";
  font-style: normal;
  font-weight: 100;
  letter-spacing: 1px;
}

/* size, Line heights & spacing */
h1,
h1 i,
.h1 {
  font-weight: 100;
  font-size: 3.815rem;
  line-height: 4.578rem;
}
h2,
h2 i {
  font-size: 3.0519rem;
  line-height: 3.6622rem;
}
h3,
h3 i {
  font-size: 2.4413rem;
  line-height: 2.9295rem;
}
h4,
h4 i {
  font-size: 1.9531rem;
  line-height: 2.3438rem;
}
h5,
h5 i {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
p,
.p {
  font-size: 1rem;
  line-height: 1.4rem;
}
small {
  font-size: 0.75rem;
  line-height: normal;
}
.display {
  font-size: 7rem;
}
.menu-url {
  font-size: 3.5rem;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .display {
    font-size: 2.8rem;
    line-height: 2.16rem;
  }
  h2,
  h2 i {
    font-size: 2.0019rem;
    line-height: 2.1622rem;
  }
}

@media screen and (max-width: 1000px) {
  .display {
    font-size: 2.3rem;
    line-height: 2.16rem;
  }
  h2,
  h2 i {
    font-size: 1.9019rem;
    line-height: 2.1622rem;
  }
}

@media screen and (max-width: 800px) {
  h1,
  h1 i,
  .h1 {
    font-weight: 100;
    font-size: 2.0275rem;
    line-height: 2.433rem;
  }
  h2,
  h2 i {
    font-size: 1.8019rem;
    line-height: 2.1622rem;
  }
  h3,
  h3 i {
    font-size: 1.6019rem;
    line-height: 2.2427rem;
  }
  h4,
  h4 i {
    font-size: 1.4238rem;
    line-height: 1.7085rem;
  }
  h5,
  h5 i {
    font-size: 1.2656rem;
    line-height: 1.5188rem;
  }
  p,
  .p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  small {
    font-size: 0.75rem;
    line-height: normal;
  }
  .display {
    font-size: 1.8rem;
    line-height: 2.16rem;
  }
  .menu-url {
    font-size: 32.44px;
    line-height: 45.416px;
  }
}

@media screen and (max-width: 450px) {
  .display {
    font-size: 1.4rem;
    line-height: 2.16rem;
  }
  .menu-url {
    font-size: 32.44px;
    line-height: 45.416px;
  }
}

/* decorations */
h3 i {
  text-decoration: underline;
}

.display-hero {
  text-transform: uppercase;
  color: var(--color-white);
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.5rem;
}
.capability-phrase {
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}

@media screen and (max-width: 50rem) {
  .display-hero {
    text-transform: uppercase;
    color: var(--color-white);
    text-decoration: underline;
    text-decoration-thickness: 0.8px;
    text-underline-offset: 0.125rem;
  }

  .padding-menu-nav {
    padding-left: 20%;
  }
}

/* links */
a {
  color: var(--color-dark);
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-decoration: none;
}

/**** Backgrounds Sections ****/

.background-hero {
  background-color: blue;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 60vh;
}

/***COLORS***/

.color-white {
  color: var(--color-white);
}

.color-dark {
  color: var(--color-dark);
}

.color-grey {
  color: var(--color-grey);
}

.color-light-blue {
  color: var(--color-light-blue);
}
.bg-grey-2 {
  background-color: var(--color-grey-2);
}
.bg-grey-3 {
  background-color: var(--color-grey-3);
}

/************************************************************ Loader *********************************************/

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 1px solid var(--color-cyan);
  border-top: 4px solid var(--color-cyan);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  animation: spin 2s linear infinite;
}

/************************************************************ Age Gate *********************************************/

/***************/
/*** Age Gate */
/***************/
.age-gate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/******************************/
/*** Keyframes effects        */
/******************************/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.daf-logo-header {
  max-height: 4rem;
}

.daf-logo-nav {
  max-height: 4rem;
}

.bgrnd-scrolled {
  background-color: #fdfdfde0;
}

.footer-logo-black {
  transform: rotate(0deg);
  max-width: 80px;
}

.menu-button {
  border: none;
  background: transparent;
}
.menu-button-nav {
  border: none;
  background: transparent;
}

.menu-button-nav:hover {
  border: none;
  background: transparent;
}

.menu-button:hover {
  cursor: pointer;
}

.menu-icon {
  max-height: 4rem;
}

@media screen and (min-width: 1025px) {
  .col-adapted {
    margin-top: -6rem;
  }
}

/*******MARQUEE*******/
.marquee {
  background-color: var(--color-mustard);
  color: var(--color-gray);
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  animation: marquee 40s linear infinite;
  text-transform: uppercase;
}

/* Two distinct styles for the word "news" */
.marquee span.style1 {
  color: var(--color-grey);
  font-family: "TWKEverett-Ultralight";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 200;
  line-height: 0.9rem;
  text-transform: uppercase;
}

.marquee .style2 {
  font-size: 0.75rem;
  font-family: "TWKEverett-Ultralight";
  font-style: normal;
  font-weight: 200;
  line-height: 0.9rem;
  text-transform: uppercase;
  color: var(--color-grey);
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-500%, 0);
  }

  /* 50% to make sure it repeats seamlessly */
}

/*****HERO SECTION*****/

section.module-hero {
  padding: 0 0;
  height: 80vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}

@media screen and (min-width: 800px) {
  section.module-hero {
    height: 80vh;
  }
}

.hero-h1 {
  position: absolute;
  top: 75%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

section.module-hero span {
  position: absolute;
  width: 100%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
section.module-hero span img {
  z-index: 10;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 799px) {
  .video-container video {
    width: 100%;
    height: 100%;
    background: #d1e3e3;
    object-fit: cover;
  }
}
@media screen and (min-width: 800px) {
  .video-container video {
    width: 100%;
    height: 100%;
    background: #d1e3e3;
    object-fit: cover;
  }
}

.background-dark {
  background-color: var(--color-dark);
}

.menu-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.9rem;
}
@media (max-width: 800px) {
  .menu-section {
    padding-right: 0;
  }
}
.padding-pages {
  padding-top: 8rem;
}

/************NAV MENU*****************/
.footer-nav {
  z-index: 999;
}
.header-nav {
  z-index: 999;
}

.container-nav {
  height: 70%;
  width: 100%;
}
@media (max-width: 800px) {
  .container-nav {
    height: 60%;
    width: 100%;
  }
}

.body-navigation {
  overflow: hidden;
}

.closed {
  opacity: 0;
  z-index: -1;
}

.opened {
  opacity: 1;
  z-index: 99;
}

.menu-title {
  text-transform: uppercase;
  color: var(--color-white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
}

.menu-title:hover {
  color: #fdfdfdb5;
}

.bgrnd-transition {
  transition: background-color 0.5s ease; /* Personaliza la transición según tus necesidades */
}

.bgrnd-footer {
  background-color: var(--color-dark);
}
/************NAV MENU*****************/

/***********SWIPER***********************/
/* Existing styles */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-pagination-bullet {
  width: 3rem;
  height: 0.1rem;
  display: inline-block;
  border-radius: 25rem;
  background: var(--swiper-pagination-bullet-inactive-color, #5f5e5eaa);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color, rgb(0, 0, 0));
}

.swiper-pagination-single-project {
  bottom: -6px !important;
  position: absolute;
}

/* Response Video Swiper Specific Styles */
.swiper-response .swiper-pagination-bullet {
  width: 12px; /* Different bullet width for response swiper */
  height: 12px; /* Different bullet height for response swiper */
  background: var(
    --swiper-pagination-bullet-inactive-color,
    #c0c0c0
  ); /* Change inactive color */
  opacity: 1; /* Ensure full visibility */
  margin: 8px; /* Increased margin for better spacing */
}

.swiper-response .swiper-pagination-bullet-active {
  background: var(
    --swiper-pagination-bullet-active-color,
    #333
  ); /* Change active bullet color */
}

.swiper-pagination-response {
  bottom: -20px !important; /* Adjust pagination position */
  position: relative; /* Ensure it's relative to the swiper container */
  text-align: center; /* Center align the bullets */
}

/* Responsive Design for Response Swiper */
@media (max-width: 800px) {
  .swiper-pagination-bullet {
    width: 8px; /* Smaller bullets for smaller screens */
    height: 8px;
  }

  .swiper-pagination-response {
    bottom: -10px !important; /* Adjust position for smaller screens */
  }
}

/***********SWIPER***********************/

/* responsive-iframe */

.responsive-iframe {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

select {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  width: 18rem;
  padding: 1rem;
  background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
  color: var(--color-grey);
  border-radius: 0.25em;
  box-shadow: 0 0 3px 0 rgba(139, 136, 136, 0.2);
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Remove focus outline */
select:focus {
  outline: none;
}

/* <option> colors */
select option {
  color: inherit;
  background-color: var(--option-bg);
}

.btn-custom {
  margin: 0;
  padding: 0.85rem 4rem;
  width: auto;
  background: transparent;
  color: var(--color-dark);
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-appearance: button;
  border: 1px solid var(--color-dark);
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 5px;
  width: 100%;
}
.btn-custom:hover {
  background: var(--color-white);
  /* color: var(--color-white); */
  /* border: 1px solid var(--color-white); */
}
.btn-custom.active {
  background: var(--color-white);
  /* color: var(--color-white); */
  /* border: 1px solid var(--color-white); */
}

.custom-select {
  background: transparent;
  color: var(--color-dark);
  transition: all 0.5s;
  -webkit-appearance: none; /* Change this to 'none' for better compatibility */
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--color-dark);
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  box-shadow: 0 0 0 0 rgba(139, 136, 136, 0.2);
  border-radius: 0;
  padding-right: 1.5em; /* Add padding to accommodate dropdown arrow */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5"><path fill="var(--color-dark)" d="M0 0l5 5 5-5H0z"/></svg>'); /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 0.5em center;
}

/***** Search Filter  *****/
.bgrnd-search {
  background-color: transparent;
  color: var(--color-white);
}
.search-main .bgrnd-search {
  background-color: var(--color-white);
  color: var(--color-white);
}

.bgrnd-search-searched {
  background-color: white;
  color: var(--color-dark);
  padding: 7rem 0;
}

.search-page-background section {
  background-color: transparent;
  color: var(--color-white);
}

.search-page-background section h5,
.search-page-background section p {
  color: var(--color-dark);
}

#search-container input[type="text"] {
  appearance: none;
  outline: 0;
  font: inherit;
  background-color: transparent;
  padding: 1rem 0;
  color: var(--color-dark);
  border-radius: 0;
  cursor: pointer;
  --tw-border-opacity: 1;
  border: 1px solid;
  border-color: var(--color-dark);
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0.1rem;
  width: 85%;
  font-size: 2.8125rem;
  line-height: 5.025rem;
  text-transform: uppercase;
}

.modal {
  background: black;
}

.modal-content input.wpcf7-form-control.wpcf7-text {
  appearance: none;
  outline: 0;
  font: inherit;
  background-color: transparent;
  padding: 1rem 0;
  color: var(--color-white);
  border-radius: 0;
  cursor: pointer;
  --tw-border-opacity: 1;
  border: 1px solid;
  border-color: var(--color-white);
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0.1rem !important;
  width: 100%;
  font-size: 1.8125rem;
  line-height: 2.025rem;
  text-transform: uppercase;
}

.modal-content textarea.wpcf7-form-control.wpcf7-textarea {
  height: 8rem;
  appearance: none;
  outline: 0;
  font: inherit;
  background-color: transparent;
  padding: 1rem 0;
  color: var(--color-white);
  border-radius: 0;
  cursor: pointer;
  --tw-border-opacity: 1;
  border: 1px solid;
  border-color: var(--color-white);
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0.1rem !important;
  width: 100%;
  font-size: 1.8125rem;
  line-height: 2.025rem;
  text-transform: uppercase;
}

.modal-content .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: none !important;
}
.modal-content .wpcf7 form.invalid .wpcf7-response-output,
.modal-content .wpcf7 form.unaccepted .wpcf7-response-output,
.modal-content .wpcf7 form.payment-required .wpcf7-response-output,
.modal-content .wpcf7 form.sent .wpcf7-response-output,
.modal-content .wpcf7 form.sent,
.modal-content .wpcf7-response-output {
  border-color: var(--color-grey-2);
  background-color: var(--color-grey-2);
  padding: 2rem 0.5rem;
  color: var(--color-dark);
}
.modal-content .newsletter-form-btn {
  margin-top: 2rem;
}
.modal-content .newsletter-form-btn {
  color: var(--color-white);
}
.modal-content .newsletter-form-btn:hover {
  color: var(--color-dark);
}
.modal-content .newsletter-form-btn.active {
  color: var(--color-dark);
}
.modal-content .wpcf7-spinner {
  visibility: hidden;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
  text-align: center;
  display: block !important;
  margin: 1rem auto;
}

@media screen and (max-width: 800px) {
  #search-container input[type="text"] {
    font-size: 2rem; /* 67.008 * 0.8 */
    line-height: 2.7rem; /* 80.4 * 0.8 */
  }
}

#search-container button {
  background: none;
  width: 15%;
  border: 1px solid;
  border-color: var(--color-dark);
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0.1rem;
}

.search-icon {
  width: 1.5rem;
  padding-bottom: 1.9rem;
}

#search-button {
  /* Example hover styles */
  /* background-color: rgba(121, 121, 121, 0.487); */
}

#search-button:hover {
  /* Example hover styles */
  /* background-color: rgba(121, 121, 121, 0.487); */
  /* background-color: rgba(71, 69, 69, 0.648); */
}

#autocomplete-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 1px solid #a4a2a280;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #autocomplete-results {
    width: 100%;
  }
}

#autocomplete-results li {
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #a4a2a280;
  background-color: var(--color-dark); /* Fondo gris claro casi transparente */
  text-align: start;
}
#autocomplete-results a {
  color: var(--color-white); /* Color de texto blanco */
}

#autocomplete-results li:hover {
  background-color: #606060aa; /* Fondo oscuro al pasar el mouse */
}

.bgrnd-loader {
  height: 45vh;
  z-index: 9999999999;
}

.spinner-border {
  width: 5rem;
  height: 5rem;
  --bs-spinner-animation-speed: 1s;
}

.filter-page-background {
  background-color: var(--color-white);
  min-height: 45vh;
}

.search-page-background {
  background-color: var(--color-dark);
  min-height: 45vh;
}

/******Contact Us ****/
.contact-form-modal {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
  width: 100%; /* Aumenta el ancho según sea necesario */
  height: 100%; /* Altura automática o puedes definir una altura fija */
  background-color: #1a1a1a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
  z-index: 99999;
  transition: transform 0.5s ease-in-out; /* Transición suave */
}

.contact-form-modal.visible {
  transform: translateX(-50%) translateY(0);
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centra verticalmente */
  height: 80%; /* Altura del formulario dentro del modal */
  /* Resto de tus estilos... */
}

.close-modal-button {
  position: absolute;
  top: 0; /* Ajusta según sea necesario para el espaciado */
  right: 0; /* Ajusta según sea necesario para el espaciado */
  border: none;
  background: none;
  font-size: 24px; /* Ajusta según sea necesario para el tamaño */
  cursor: pointer;
  color: white; /* O cualquier color que combine con el fondo */
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  background-color: rgba(121, 121, 121, 0.487);
  padding: 1rem;
  color: white; /* Puedes usar --color-white si está definido en tu CSS */
  border-radius: 0.25em;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.487);
  cursor: pointer;
  width: 75%; /* Asegúrate de que se ajuste al ancho del contenedor */
  margin-left: auto; /* Margen automático a la izquierda */
  margin-right: auto; /* Margen automático a la derecha */
  margin-top: 10px; /* Espacio arriba */
  margin-bottom: 10px; /* Espacio abajo */
}

.contact-form textarea {
  /* Resto de tus estilos... */
  height: 200px; /* Establece una altura fija */
  resize: none; /* Deshabilita el redimensionamiento */
}
.contact-form button {
  background-color: rgba(121, 121, 121, 0.487);
  color: white; /* Color del texto */
  padding: 15px 32px; /* Espaciado interno */
  text-align: center; /* Alineación del texto */
  text-decoration: none;
  display: inline-block; /* Tipo de display */
  font-size: 16px; /* Tamaño del texto */
  margin: 4px 2px; /* Margen exterior para separación */
  cursor: pointer; /* Cursor tipo puntero */
  border: none; /* Sin bordes */
  border-radius: 4px; /* Bordes redondeados */
  transition: background-color 0.3s ease; /* Transición suave del color de fondo */
}

.contact-form button:hover {
  background-color: rgba(71, 69, 69, 0.648);
}

.button-container {
  margin-top: auto; /* Empuja el botón hacia abajo */
  width: 100%; /* Asegura que ocupe todo el ancho */
  display: flex;
  justify-content: center; /* Centra el botón horizontalmente */
}

.close-modal-button {
  position: fixed; /* Cambia a posición fija */
  top: 10px;
  right: 10px;
}

.accordion-header {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.accordion-button::after {
  display: none; /* Hide the arrow icon */
}

.accordion-item {
  color: unset;
  background-color: unset;
  border: unset;
}

.expertise-section {
  padding-top: 8rem;
}

.accordion-content {
  display: flex;
  align-items: center;
}

.accordion-text {
  width: auto;
}
img {
  transition: transform 0.3s ease;
}

/* Growing line effect on hover */
.accordion-header:hover::before,
.accordion-header:hover::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #000; /* Change the color as needed */
  bottom: 0;
  transition: width 0.3s ease;
}

.accordion-header:hover::before {
  left: 0;
}

.accordion-header:hover::after {
  right: 0;
}

.accordion-header.collapsed:hover img {
  transform: rotate(45deg);
}

/* Adjust the position of the arrow icon */
.accordion-icon {
  margin: 0;
}

/* Target each collapsed section individually */
h1:not(.collapsed) img {
  transform: rotate(90deg);
}

.arrow {
  max-height: 6rem;
  margin-left: 1rem;
}

hr.expertise-hr {
  margin: 0;
}

h2.pillars {
  font-family: "TWKEverett-Ultralight-web";
  cursor: pointer;
  transition: font-family 0.5s ease; /* Add smooth transition for font-family */
  line-height: 3rem;
  margin: 0;
}

h2.pillars-mobile {
  font-family: "TWKEverett-Ultralight-web";
  cursor: pointer;
  transition: font-family 0.5s ease; /* Add smooth transition for font-family */
  line-height: 2rem;
  margin: 0;
}

/* h2.active {
  font-family: "TWKEverett-Regular";
}
h2.active-mobile {
  font-family: "TWKEverett-Ultralight";
} */

#description {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#description.show {
  opacity: 1;
  transform: translateY(0);
}

/* Newsletter */

.newsletter-form-btn {
  margin: 0;
  padding: 0.5rem 4rem;
  width: auto;
  background: transparent;
  color: var(--color-dark);
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-appearance: button;
  border: 1px solid var(--color-dark);
  border-top: none;
  border-left: none;
  border-right: none;
  letter-spacing: 5px;
  width: 100%;
}
.newsletter-form-btn:hover {
  background: var(--color-white);
  /* color: var(--color-white); */
  /* border: 1px solid var(--color-white); */
}
.newsletter-form-btn.active {
  background: var(--color-white);
  /* color: var(--color-white); */
  /* border: 1px solid var(--color-white); */
}
.newsletter-form-input {
  padding: 0.5rem 1rem;
  width: 30rem;
}

.newsletter-label {
  display: flex;
  margin: 1rem 0;
  align-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .newsletter-form-btn {
    margin: 1rem 0;
    padding: 0.5rem 4rem;
    width: auto;
    background: transparent;
    color: var(--color-dark);
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-appearance: button;
    border: 1px solid var(--color-dark);
    border-top: none;
    border-left: none;
    border-right: none;
    letter-spacing: 5px;
  }
  .newsletter-form-btn:hover {
    background: var(--color-white);
    /* color: var(--color-white); */
    /* border: 1px solid var(--color-white); */
  }
  .newsletter-form-btn.active {
    background: var(--color-white);
    /* color: var(--color-white); */
    /* border: 1px solid var(--color-white); */
  }
  .newsletter-form-input {
    padding: 0.5rem 1rem;
    width: auto;
    margin-left: 0.1rem;
  }

  .hero-h1 {
    position: absolute;
    top: 75%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: auto;
    min-width: 18rem;
  }
  .no-mobile-padding-y {
    padding-top: 0;
    padding-bottom: 0;
  }
  .no-mobile-padding-t {
    padding-top: 0;
  }
  .no-mobile-padding-b {
    padding-bottom: 0;
  }
  .project-pdp section {
    padding: 1rem 0;
  }
  .project-pdp-top {
    padding-top: 8rem !important;
  }
  .arrow {
    max-height: 3rem;
    margin-left: 1rem;
  }
  .search-icon {
    width: 1rem;
    padding-bottom: 1.5rem;
  }
}

.pillar-hr {
  width: 83%;
  animation: all 0.5s ease-in;
}

.credential-pillar-hr {
  width: 100%;
  animation: all 0.5s ease-in;
  opacity: 0.1 !important;
}
.pillar-hr.active {
  opacity: 1;
  border: 1px solid;
  animation: all 0.5s ease-in;
}

.newsletter-section {
  background-color: var(--color-dark);
  overflow: hidden; /* Ensure smooth animation */
  transition: height 0.5s; /* Add transition for smooth animation */
}

.newsletter-input {
  appearance: none;
  outline: 0;
  font: inherit;
  background-color: transparent;
  padding: 0rem 0;
  color: var(--color-dark);
  border-radius: 0;
  cursor: pointer;
  --tw-border-opacity: 1;
  border: 1px solid;
  border-color: var(--color-white);
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0.1rem;
  width: 85%;
  font-size: 1.8125rem;
  line-height: 4.025rem;
  text-transform: uppercase;
  color: var(--color-white);
}

.newsletter-btn {
  margin: 0 1rem;
  padding: 0.5rem 4rem;
  width: auto;
  background: var(--color-dark);
  border: 0;
  color: var(--color-white);
  text-transform: uppercase;
}

.newsletter-section .wpcf7-not-valid-tip {
  display: none !important;
}
.newsletter-section .wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 0em;
  padding: 0.2em 1em;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.newsletter-section .wpcf7-not-valid-tip {
  display: none !important;
}
.newsletter-section .wpcf7-spinner {
  margin: 1rem 0 0 0 !important;
  display: none;
}
.newsletter-section .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin-top: 1rem;
  border-color: var(--color-white);
}

.newsletter-section p {
  margin: 0;
}
form.submitting .wpcf7-spinner {
  display: inline-block;
}

#projects-results section {
  padding-top: 0;
}

.margin-top-reel-expertise {
  margin-top: -7rem;
}
@media screen and (max-width: 991px) {
  .margin-top-reel-expertise {
    margin-top: 0;
  }
}

.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
}

.fadeInUp.animate {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.project-container:nth-child(n + 6) {
  display: none;
}

.project-loader {
  text-align: center;
  margin: 20px 0;
  display: none;
}

.project-loader.single-loader {
  display: block !important;
}

.project-spinner {
  border: 1px solid var(--color-dark);
  border-top: 4px solid var(--color-dark);
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

.project-loader-animation {
  width: 100%;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: var(--color-white);
  overflow: hidden;
}
.project-loader-animation::after {
  content: "";
  width: 96px;
  height: 4.8px;
  background: var(--color-dark);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: hitZak 1s linear infinite alternate;
}

@keyframes hitZak {
  0% {
    left: 0;
    transform: translateX(-1%);
  }
  100% {
    left: 100%;
    transform: translateX(-99%);
  }
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
}

.plyr__video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-dark);
}

.plyr__video-embed iframe,
.plyr__video-embed video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.custom-play-button {
  background: none;
  border: none;
  outline: none;
  width: 12rem;
  height: 12rem;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.custom-play-button:hover {
  opacity: 1;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background-color: transparent !important;
}

.plyr__control.plyr__tab-focus {
  box-shadow: none !important;
}

.plyr__control--overlaid {
  background-color: transparent !important;
}

.plyr__control--overlaid img {
  height: 200px !important;
}

@media (max-width: 990px) and (orientation: portrait) {
  .plyr__control--overlaid img {
    height: 150px !important;
  }
}

.plyr__control--overlaid svg {
  opacity: 0;
}

.plyr__controls {
  text-align: center !important;
}

.plyr__controls .plyr__controls__item {
  display: inline-block !important;
  margin: auto !important;
}

.plyr--full-ui input[type="range"] {
  color: #84765f !important;
}

/* Override problematic styles */
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 0 !important;
  position: static !important;
  transform: none !important;
}
.cursor-pointer {
  cursor: pointer;
}

.footer-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-button {
  margin: 0;
  padding: 0.5rem 4rem;
  width: auto;
  background: transparent;
  color: var(--color-dark);
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid var(--color-dark);
  letter-spacing: 5px;
}

.footer-button:hover {
  background: var(--color-white);
  color: var(--color-dark);
  border-bottom: 1px solid var(--color-dark);
}

@media screen and (max-width: 800px) {
  .footer-button {
    width: 100%;
  }
}

/* Safari-specific adjustments */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .footer-button {
      margin: 15px 0;
    }
  }
}

.reel-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* Prevent the play button from intercepting clicks */
}

.reel-play-button img {
  width: 10rem;
  height: 10rem;
}

.reel-modal .plyr {
  min-width: 100%;
  max-height: 100vh;
}

.text-decoration-underline,
.custom-text-data a {
  text-decoration: underline !important;
  text-underline-offset: 0.25rem;
}

.wpcf7-form.sent {
  background-color: black !important;
}

.wpcf7-response-output {
  padding: 0.5rem 1rem !important;
  text-align: center !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: var(--color-dark) !important;
  font-size: var(--cmplz_link_font_size);
  text-decoration: underline;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;
  border: 0px solid #fff;
}

