@charset "UTF-8";
/*
Theme Name: Wizzie Child Theme
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Web Wizards
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/
/* Start your custom CSS bellow this comment
============================================ */
@font-face {
  font-family: "Filson Pro";
  src: url("/wp-content/themes/wizzi-child-theme/fonts/FilsonProRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Pro";
  src: url("/wp-content/themes/wizzi-child-theme/fonts/FilsonProBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Pro";
  src: url("/wp-content/themes/wizzi-child-theme/fonts/FilsonProMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Filson Pro";
  src: url("/wp-content/themes/wizzi-child-theme/fonts/FilsonProLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Fuente global — aplica en frontend Y en el editor */
html, body {
  background-color: #fff;
  font-family: "Filson Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea, .et_pb_text {
  font-family: "Filson Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
#page-container, .et-db #et-main-area, #et-main-area {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: -20px 0 40px -15px rgba(33, 155, 162, 0.5), -10px 0 20px -8px rgba(33, 155, 162, 0.3), 20px 0 40px -15px rgba(21, 30, 74, 0.5), 10px 0 20px -8px rgba(21, 30, 74, 0.3);
}
/* General */
body > div#page-container {
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
}
/* ============== HEADER ============== */
.mobile_nav.opened {
  width: 100% !important;
}
/* Solo el listado desplegable - NO el botón burger */
ul#mobile_menu1 {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
ul#mobile_menu1 li {
  text-align: left !important;
  border-bottom: 1px solid #f0f0f0 !important;
  display: block !important;
}
ul#mobile_menu1 li a {
  text-align: left !important;
  padding-left: 20px !important;
  color: #161f4a !important;
  display: block !important;
}
ul#mobile_menu1 li.current-menu-item > a, ul#mobile_menu1 li.current_page_item > a {
  color: #219ba3 !important;
}
ul#mobile_menu1 ul {
  background-color: #ffffff !important;
}
/* ============== HEADER ============== */
ul#mobile_menu1 li {
  border-bottom: 1px solid #f0f0f0 !important;
  display: block !important;
  text-align: left !important;
}
ul#mobile_menu1 li a {
  color: #161f4a !important;
  display: block !important;
  padding: 10px 0 !important;
}
ul#mobile_menu1 li.current-menu-item > a, ul#mobile_menu1 li.current_page_item > a {
  color: #219ba3 !important;
}
ul#mobile_menu1 ul {
  background-color: #ffffff !important;
}
/* ============== BANNER ============== */
/* Tablet */
@media (max-width: 1024px) {
  .hero-slider-custom .n2-ss-slider-wrapper {
    height: 500px !important;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .hero-slider-custom .n2-ss-slider-wrapper {
    height: 400px !important;
  }
}
/* Small Mobile */
@media (max-width: 480px) {
  .hero-slider-custom .n2-ss-slider-wrapper {
    height: 350px !important;
  }
}
/* ============== HEADER ============== */
/* Tablet */
@media (max-width: 980px) and (min-width: 768px) {
  /* Hide empty columns on tablet */
  /* Make columns 2 and 3 take 50% each */
  .header-4col .et_pb_column {
    width: 50% !important;
    float: left;
  }
  .header-4col .et_pb_column:nth-child(1), .header-4col .et_pb_column:nth-child(4) {
    display: none !important;
  }
  .header-4col .et_pb_column:nth-child(2), .header-4col .et_pb_column:nth-child(3) {
    width: 50% !important;
    display: block !important;
  }
}
/* Mobile - everything in one column */
@media (max-width: 767px) {
  .header-4col .et_pb_column:nth-child(1), .header-4col .et_pb_column:nth-child(4) {
    display: none !important;
  }
  .header-4col .et_pb_column:nth-child(2), .header-4col .et_pb_column:nth-child(3) {
    width: 100% !important;
    text-align: center !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .header-4col .et_pb_column:nth-child(2), .header-4col .et_pb_column:nth-child(3) {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .header-4col .et_pb_column:nth-child(2), .header-4col .et_pb_column:nth-child(3) {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
/* ============== HOME PAGE ============== */
/* If the slider is inside the module, target it specifically */
@media (min-width: 1200px) {
  .slider-3 .nextend-arrow-next {
    right: 12% !important;
  }
}
@media (max-width: 767px) {
  .slider-3 .n2-ss-slider-wrapper, .slider-3 .n2-ss-slider {
    height: unset !important;
    min-height: unset !important;
  }
}
.info-hero-banner {
  border-bottom: 5px solid white;
  padding-bottom: 15px;
}
.row-hero .n2-ss-layer-row-inner {
  justify-content: flex-end;
}
.blue-container-hero-banner {
  width: 80%;
}
@media (min-width: 769px) {
  .blue-container-hero-banner > .n2-ss-layer-col {
    padding: 30% 15% !important;
  }
}
@media (max-width: 768px) {
  .heading-banner {
    position: relative !important;
    transform: none !important;
    margin-bottom: 20px;
  }
}
/* Image still */
.img-rotate img {
  display: block !important;
  transform-origin: center center;
  will-change: transform;
  transform: rotate(0deg);
}
/*start rotation */
.n2-ss-slide-active .img-rotate img {
  animation: smoothSwing 5s ease-in-out 1 forwards !important;
}
@keyframes smoothSwing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.expertise-carousel-paragraph {
  min-height: 140px !important;
}
/* ============== FOOTER ============== */
/* ============== ABOUT US ============== */
/* ============== Gallery Smart Slider ============== */
/* ============== CONTACT US ============== */
/* Main form container */
/* 2-column grid */
.contact-us-form .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Individual fields */
.contact-us-form .gfield {
  margin: 0 !important;
  padding: 0 !important;
}
/* Hide labels (since using placeholders) */
.contact-us-form .gfield_label {
  display: none;
}
/* Input and textarea styles */
.contact-us-form input[type="text"], .contact-us-form input[type="email"], .contact-us-form input[type="tel"], .contact-us-form textarea, .contact-us-form select {
  width: 100% !important;
  padding: 20px 30px !important;
  border: none !important;
  background: #F2F6F7 !important;
  /* Correct background color */
  color: #0f2150 !important;
  font-size: 19px !important;
  font-family: inherit !important;
  border-radius: 10px !important;
  /* Correct border radius */
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.contact-us-form input::placeholder, .contact-us-form textarea::placeholder {
  color: #0f2150 !important;
  opacity: 1 !important;
  font-weight: 400;
}
.contact-us-form input:focus, .contact-us-form textarea:focus, .contact-us-form select:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #4dbabc !important;
  border: none !important;
}
/* Name field - first column */
.contact-us-form .gfield:nth-child(1) {
  grid-column: 1 / 2;
}
/* Phone field - second column */
.contact-us-form .gfield:nth-child(2) {
  grid-column: 2 / 3;
}
/* Email field - full width */
.contact-us-form .gfield:nth-child(3) {
  grid-column: 1 / -1;
}
/* Business name field - full width */
.contact-us-form .gfield:nth-child(4) {
  grid-column: 1 / -1;
}
/* Products field (select) - full width */
.contact-us-form .gfield:nth-child(5) {
  grid-column: 1 / -1;
  position: relative;
}
/* Custom select */
.contact-us-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 45px !important;
  cursor: pointer;
  background-image: none !important;
}
/* Custom select arrow - circle */
.contact-us-form .gfield:nth-child(5) .ginput_container::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #0f2150;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}
/* Arrow icon inside the circle */
/* Message field (textarea) - full width */
.contact-us-form .gfield:nth-child(6) {
  grid-column: 1 / -1;
}
.contact-us-form textarea {
  min-height: 150px !important;
  resize: vertical !important;
}
/* Form footer (submit button) */
.contact-us-form .gform_footer {
  background: transparent;
  padding: 20px 40px 40px 40px !important;
  margin: 0 !important;
}
/* Submit button with gradient - NO HOVER */
.contact-us-form .gform_button, .contact-us-form input[type="submit"] {
  width: 100% !important;
  padding: 20px 40px !important;
  border: none !important;
  background: linear-gradient(90deg, #4dbabc 0%, #0f2150 100%) !important;
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  letter-spacing: 0.5px;
  box-shadow: none !important;
  transition: none !important;
  /* No transitions */
}
.contact-us-form .gform_button:active, .contact-us-form input[type="submit"]:active {
  transform: none !important;
}
/* Validation - errors */
.contact-us-form .gfield_error {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-us-form .gfield_error input, .contact-us-form .gfield_error textarea, .contact-us-form .gfield_error select {
  border: 2px solid #d9534f !important;
}
.contact-us-form .validation_message {
  color: #d9534f !important;
  font-size: 14px !important;
  margin-top: 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
/* Confirmation message */
.contact-us-form .gform_confirmation_message {
  background: #4dbabc !important;
  color: #ffffff !important;
  padding: 20px !important;
  border-radius: 10px !important;
  text-align: center;
  font-size: 16px;
}
/* Responsive */
@media (max-width: 768px) {
  .contact-us-form .gform_fields {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }
  .contact-us-form .gfield {
    grid-column: 1 / -1 !important;
  }
  .contact-us-form .gform_footer {
    padding: 20px 20px 30px 20px !important;
  }
}
/* Clean default Gravity Forms styles */
.contact-us-form .gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact-us-form .gform_wrapper .gfield_required {
  color: #d9534f;
  margin-left: 4px;
}
.contact-us-form .ginput_container {
  margin-top: 0 !important;
}
/* ============== MAKE AN ENQUIRY ============== */
.gform_title {
  color: #161F4A;
  background: #F2F6F7;
  font-size: 40px !important;
  font-weight: bold;
  padding: 40px;
  text-align: center;
}
/* Main form container */
.contact-us-form2 .gform_wrapper {
  max-width: 1578px;
  margin: 0 auto;
}
.contact-us-form2 .gform_body {
  background: #F2F6F7;
  /* Inverted - now has gray background */
  padding: 20px;
  padding-bottom: 0;
  border-radius: 0;
}
/* Button container background */
.contact-us-form2 .gform_footer {
  background: #F2F6F7 !important;
  /* Or desired color */
  margin: 0 !important;
}
/* 2-column grid */
.contact-us-form2 .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Individual fields */
.contact-us-form2 .gfield {
  margin: 0 !important;
  padding: 0 !important;
}
/* Hide labels (since using placeholders) */
.contact-us-form2 .gfield_label {
  display: none;
}
/* Input and textarea styles */
.contact-us-form2 input[type="text"], .contact-us-form2 input[type="email"], .contact-us-form2 input[type="tel"], .contact-us-form2 textarea, .contact-us-form2 select {
  width: 100% !important;
  padding: 20px 30px !important;
  border: none !important;
  background: #ffffff !important;
  /* White for cells */
  color: #0f2150 !important;
  font-size: 19px !important;
  font-family: inherit !important;
  border-radius: 10px !important;
  /* Correct border radius */
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.contact-us-form2 input::placeholder, .contact-us-form2 textarea::placeholder {
  color: #0f2150 !important;
  opacity: 1 !important;
  font-weight: 400;
}
.contact-us-form2 input:focus, .contact-us-form2 textarea:focus, .contact-us-form2 select:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #4dbabc !important;
  border: none !important;
}
/* Name field - first column */
.contact-us-form2 .gfield:nth-child(1) {
  grid-column: 1 / 2;
}
/* Phone field - second column */
.contact-us-form2 .gfield:nth-child(2) {
  grid-column: 2 / 3;
}
/* Email field - full width */
.contact-us-form2 .gfield:nth-child(3) {
  grid-column: 1 / -1;
}
/* Business name field - full width */
.contact-us-form2 .gfield:nth-child(4) {
  grid-column: 1 / -1;
}
/* Products field (select) - full width */
.contact-us-form2 .gfield:nth-child(5) {
  grid-column: 1 / -1;
  position: relative;
}
/* Custom select */
.contact-us-form2 select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 45px !important;
  cursor: pointer;
  background-image: none !important;
}
/* Custom select arrow - circle */
.contact-us-form2 .gfield:nth-child(5) .ginput_container::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #0f2150;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}
/* Arrow icon inside the circle */
/* Message field (textarea) - full width */
.contact-us-form2 .gfield:nth-child(6) {
  grid-column: 1 / -1;
}
.contact-us-form2 textarea {
  height: 170px !important;
  resize: vertical !important;
}
/* Form footer (submit button) */
.contact-us-form2 .gform_footer {
  background: transparent;
  padding: 20px 40px 40px 40px !important;
  margin: 0 !important;
}
/* Submit button with gradient - NO HOVER */
.contact-us-form2 .gform_button, .contact-us-form2 input[type="submit"], .woocommerce .contact-us-form2 input[type="submit"] {
  width: 100% !important;
  padding: 20px 40px !important;
  border: none !important;
  background: linear-gradient(90deg, #4dbabc 0%, #0f2150 100%) !important;
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  letter-spacing: 0.5px;
  box-shadow: none !important;
  transition: none !important;
  /* No transitions */
}
.contact-us-form2 .gform_button:active, .contact-us-form2 input[type="submit"]:active {
  transform: none !important;
}
/* Validation - errors */
.contact-us-form2 .gfield_error {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-us-form2 .gfield_error input, .contact-us-form2 .gfield_error textarea, .contact-us-form2 .gfield_error select {
  border: 2px solid #d9534f !important;
}
.contact-us-form2 .validation_message {
  color: #d9534f !important;
  font-size: 14px !important;
  margin-top: 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
/* Confirmation message */
.contact-us-form2 .gform_confirmation_message {
  background: #4dbabc !important;
  color: #ffffff !important;
  padding: 20px !important;
  border-radius: 10px !important;
  text-align: center;
  font-size: 16px;
}
/* Responsive */
@media (max-width: 768px) {
  .contact-us-form2 .gform_body {
    padding: 30px 20px;
  }
  .contact-us-form2 .gform_fields {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }
  .contact-us-form2 .gfield {
    grid-column: 1 / -1 !important;
  }
  .contact-us-form2 .gform_footer {
    padding: 20px 20px 30px 20px !important;
  }
}
/* ============== SEVEN COLUMN ROW ============== */
/* Force 7 columns on desktop */
/* DESKTOP - NO MODIFICATIONS */
@media (min-width: 981px) {
  .row-seven-columns .et_pb_column {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    width: 1920 !important;
  }
  .row-seven-columns .et_pb_column .et_pb_module.et_pb_blurb {
    width: 13.5% !important;
    /* Approximately 100/7 minus margin */
    margin-bottom: 0 !important;
    margin-right: 1% !important;
  }
  .row-seven-columns .et_pb_column .et_pb_module.et_pb_blurb:last-child {
    margin-right: 0 !important;
  }
}
/* TABLET - 7 columns in ONE row with smaller modules */
@media (min-width: 769px) and (max-width: 980px) {
  /* Reduce icon size on tablet */
  .row-seven-columns .et_pb_column {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
  }
  .row-seven-columns .et_pb_column .et_pb_module.et_pb_blurb {
    width: 13.5% !important;
    margin: 0 0.5% !important;
    flex-shrink: 1 !important;
  }
  .row-seven-columns .et_pb_blurb .et_pb_main_blurb_image, .row-seven-columns .et_pb_blurb .et_pb_image_wrap {
    max-width: 50px !important;
    margin: 0 auto 0.5rem !important;
  }
  .row-seven-columns .et_pb_blurb h4 {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
  }
}
/* MOBILE - 2 columns per row with smaller modules */
@media (min-width: 481px) and (max-width: 768px) {
  /* Further reduce icon size on mobile */
  .row-seven-columns .et_pb_column {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
  .row-seven-columns .et_pb_column .et_pb_module.et_pb_blurb {
    width: 48% !important;
    margin: 0 1% 2rem 1% !important;
  }
  .row-seven-columns .et_pb_blurb .et_pb_main_blurb_image, .row-seven-columns .et_pb_blurb .et_pb_image_wrap {
    max-width: 50px !important;
    margin: 0 auto 0.5rem !important;
  }
  .row-seven-columns .et_pb_blurb h4 {
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
  }
}
/* SMALL MOBILE - 2 columnas más grandes */
@media (max-width: 480px) {
  /* Iconos más grandes */
  .row-seven-columns .et_pb_column {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }
  .row-seven-columns .et_pb_column .et_pb_module.et_pb_blurb {
    width: 48% !important;
    max-width: none !important;
    margin: 0 0 2rem 0 !important;
  }
  .row-seven-columns .et_pb_blurb .et_pb_main_blurb_image, .row-seven-columns .et_pb_blurb .et_pb_image_wrap {
    max-width: 80px !important;
    margin: 0 auto 0.8rem !important;
  }
  .row-seven-columns .et_pb_blurb .et_pb_image_wrap img {
    width: 80px !important;
    height: 80px !important;
  }
  .row-seven-columns .et_pb_blurb h4 {
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
    text-align: center !important;
  }
}
/* ============== DOWNLOAD BUTTON ============== */
.btn-download {
  display: inline-block;
  color: #ffffff !important;
  background: linear-gradient(90deg, #219ba2 0%, #151e4a 100%);
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 19px;
  font-family: "Filson Pro", sans-serif;
  padding: 12px 25px;
  text-decoration: none !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.btn-product {
  width: 100%;
}
..css-1ylso3r {
  display: none !important;
}
/* Overlay: siempre DEBAJO del módulo expandido */
#ds-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 0.35s ease;
}
#ds-overlay.active {
  background: rgba(0, 0, 0, 0.65);
  pointer-events: all;
}
/* Módulo en reposo */
.ds-pop {
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: transform 0.42s cubic-bezier(0.34, 1.35, 0.64, 1), box-shadow 0.42s ease;
}
/* Módulo expandido: SOBRE el overlay */
.ds-pop.popped {
  z-index: 9999 !important;
  transform: scale(2.6) translate(var(--dx), var(--dy));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55);
  cursor: default;
  border-radius: 12px;
}
