/*
Theme Name: Agifly Theme
Theme URI: https://agifly.be/
Author: Agifly
Author URI: https://agifly.be/
Description: A professional WordPress theme for Agifly.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: agifly-theme
*/

/* Import Google Font */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;700&display=swap");

/* Colors */
:root {
  --dark-background: #1a2531;
  --dark-grey: #5b5b60;
  --white: #ffffff;
  --grey: #d4d4d5;
  --light-blue: #f7f8f9;
  --light-grey: #f8f8f8;
  --dark: #24282d;
  --green-succès: #41ac6e;
  --red-danger: #de5a46;
  --orange-action: #faa44b;
  --blue-base: #2851e6;
  --unnamed-color-282828: #282828;
}

/* Basic Styling */
body {
  margin: 0;
  padding: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--unnamed-color-282828);
  overflow-x: hidden;
  background-color: #f7f8f9 !important;
  visibility: hidden;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #282828;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

.elementor-nav-menu li:first-child.menu-open .sub-arrow .e-font-icon-svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  div#custom-mobile-menu .elementor-nav-menu li:first-child .sub-arrow {
    position: absolute;
    right: 0px;
  }

  .mobile-menu-open {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }

  /* header.elementor.elementor-517.elementor-93.elementor-location-header {
    overflow-y: auto;
    max-height: 100vh;
  } */
}

/* For the Contact Form */

/*

form.multiStepForm {
  width: 100%;
  font-family: "Bricolage Grotesque", sans-serif;
}

.multiStepForm .form-header {
  font-family: "Bricolage Grotesque", sans-serif;
  text-align: center;
  color: #fff;
  margin: 0px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

.multiStepForm p.callback-form-header {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-family: "DM Sans";
  margin-bottom: 0px;
  font-weight: bold;
}

.multiStepForm .form-option {
  display: flex;
  align-items: center;
  font-family: "Bricolage Grotesque", sans-serif;
  background: #ffffff;
  color: #24282d;
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.multiStepForm .form-option.selected {
  background: #f3f3f3;
  color: var(--orange-action);
}

.multiStepForm .form-option input {
  opacity: 0;
  position: absolute;
}

.multiStepForm label.form-option.checked {
  background: #f3f3f3;
  color: var(--orange-action);
}

.multiStepForm label {
  margin-bottom: 2px;
}

.multiStepForm .form-group {
  margin-bottom: 0px;
}

.multiStepForm .form-control {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  background-color: #ffffff;
  border: 2px solid #f7f8f9;
  border-radius: 4px;
  color: #24282d;
  height: 48px;
  width: 100%;
  padding: 12px 24px;
  margin-bottom: 0px;
}

.multiStepForm .consent-wrapper label {
  color: #ffffff;
  font-weight: bold;
}
.multiStepForm .consent-wrapper .consent-error-message {
  color: #fc4b4b;
  font-weight: bold;
}
.multiStepForm .consent-wrapper label a,
.multiStepForm .consent-wrapper label a:visited {
  color: #2851e6;
}

.form-control#message {
  width: 100%;
  height: auto;
}

.multiStepForm .form-control:focus,
.multiStepForm input.form-control:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
  box-shadow: none;
  border: 2px solid #2851e7;
}

.multiStepForm .form-control.invalid-field {
  border: 2px solid #de5a46;
  background-color: #fef8f8;
}

.multiStepForm input::placeholder,
.multiStepForm textarea::placeholder {
  color: rgba(0, 0, 0, 0.32) !important;
}

.multiStepForm img.option-svg-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.multiStepForm .button-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.multiStepForm .btn {
  font-family: "Bricolage Grotesque", sans-serif;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  cursor: pointer;
  background: #ffffff;
  color: var(--orange-action);
  border: none;
}

.multiStepForm button.btn:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.multiStepForm .btn.focus,
.multiStepForm .btn:focus {
  box-shadow: none;
}

.multiStepForm .btn-next {
  background: #ffffff;
  color: var(--orange-action);
  border: none;
}

.multiStepForm .btn-prev {
  background: none;
  color: #ffffff;
  border: none;
}

.multiStepForm .btn-prev:disabled {
  opacity: 0;
  color: #ffffff;
  background: none;
  cursor: auto;
}

.multiStepForm .step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.step.step-3 {
  position: relative;
}

.multiStepForm .step.hidden {
  display: none;
}

.multiStepForm .hidden {
  display: none;
}

.multiStepForm .name-email-row {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

div#validate-step,
.response-message {
  padding: 5px;
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: normal;
  color: #24282d;
}

.multiStepForm .error-message {
  font-family: "DM Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #24282d;
  margin-top: 5px;
}

#response-message {
  display: none;
}

.thankyou-step {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

div#response-message img.option-svg-img {
  width: 146px;
  height: 116px;
  object-fit: contain;
}

div#response-message h3 {
  font-family: "Bricolage Grotesque";
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
}

div#response-message p {
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

*/

/* End Contact Form */

/* Progress bar */
.progress {
  position: relative;
  display: block;
  margin-top: 42px;
  margin-left: 0;
  width: calc(100% - 100px);
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(to right, #0047ab, #0047ab);
  background-repeat: no-repeat;
  background-size: 0 100%;
  opacity: 1;
  z-index: 1;
  transition: background-size 0.4s ease-in-out;
  float: right;
}
.progress::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0047ab;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 40%;
}

/* slides */
button.slick-arrow::before {
  display: none;
}

button.slick-arrow,
button.slick-arrow:hover,
button.slick-arrow:focus {
  outline: 0;
  bottom: -78px;
  top: auto;
  background-image: url("../agifly-theme/assets/images/arrow_circle_right-1.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

button.slick-prev.slick-arrow {
  background-image: url("../agifly-theme/assets/images/arrow_circle_left-1.svg") !important;
  left: 0px;
}

button.slick-next.slick-arrow {
  left: 50px;
}

.process-slider .card {
  background-color: #eaf1fb;
  padding: 32px;
  border: none;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process-slider .card .title-with-number {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Bricolage Grotesque";
  font-weight: bold;
}

.process-slider .card .title-with-number .card-number {
  color: #0047ab;
  background: #c0d5fd;
  border-radius: 50%;
  font-size: 24px;
  line-height: normal;
  width: 40px;
  height: 40px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-slider .card .title-with-number .card-title {
  font-family: "Bricolage Grotesque";
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin: 0px;
  color: #000000;
  /* word-break: break-word; */
}

.process-slider .card .card-description,
.process-slider .card .card-subtitle {
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: #000000;
}

.process-slider .card .card-subtitle {
  font-weight: 700;
}

.process-slider .slider .slick-slide {
  margin: 0 8px !important;
  height: inherit;
}

.slick-list {
  margin: 0 -8px !important;
}

.slick-track {
  display: flex !important;
}

.slick-list.draggable {
  overflow: visible;
}

.slick-arrow.slick-disabled {
  opacity: 50%;
}

/*
*FAQ page
*/

.master-box {
  max-width: 1180px;
  margin: auto;
}

.faq-header {
  display: flex;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  text-align: center;
  color: #282828;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

h1.faq-page-title {
  font-family: "Bricolage Grotesque", Sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: bold;
  margin: 0;
}

div.faq-page-subtitle {
  width: 70%;
  margin: auto;
  font-family: "DM Sans", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}

.filter-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

#myInput {
  position: relative;
  width: 100%;
  max-width: 491px;
  font-family: "DM Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 12px 16px 12px 16px;
  border: 2px solid #f7f8f9;
  border-radius: 4px;
  height: 48px;
  margin: 0;
  box-shadow: none;
}

#myInput {
  position: relative;
  width: 491px;
  font-family: "DM Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 12px 16px 12px 40px;
  border: 2px solid #f7f8f9;
  border-radius: 4px;
  height: 48px;
}

input#myInput::placeholder {
  color: #24282d !important;
  opacity: 40%;
  font-family: "DM Sans", Sans-serif;
}

form#faqsearchForm .input-container {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin: auto;
  width: 100%;
  justify-content: center;
}

form#faqsearchForm .input-container img {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 16px;
  width: 15px;
  height: 15px;
}

input:focus-visible {
  outline: none !important;
  border: 2px solid #2851e7 !important;
}

#myInput[type="text" i] {
  padding-block: 0px;
  padding-inline: 0px;
  padding-left: 40px;
  padding-right: 16px;
}

#faqsearchForm button#submitBtn {
  background-color: #faa44b;
  color: #24282d;
  border: none;
  padding: 14px 16px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Bricolage Grotesque";
  font-weight: bold;
  cursor: pointer;
}

#faqsearchForm button#submitBtn:focus-visible,
#faqsearchForm button#submitBtn:focus,
button#loadMoreBtn:focus {
  outline: none;
}

#faqsearchForm button#submitBtn:hover {
  background-color: #f88018;
  color: #24282d;
}

p.filter-header {
  font-family: "Bricolage Grotesque";
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* Style the buttons */
div#myBtnContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

div#myBtnContainer .btn:focus {
  box-shadow: none;
}

div#myBtnContainer .btn {
  border: none;
  outline: none;
  padding: 4px 12px;
  background-color: #eff4ff;
  color: #213ed4;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  font-family: "DM Sans";
  border-radius: 18px;
}

div#myBtnContainer .btn:hover {
  background: #2134ac;
  color: #ffffff;
  transition: all 0.2s ease;
}

div#myBtnContainer .btn.active {
  background: #213ed4;
  color: #ffffff;
  box-shadow: none;
}

#myUL {
  display: block;
  /* grid-template-columns: repeat(2, 1fr); Always 2 columns */
  padding: 0;
  margin: 0 auto;
  list-style: none;
  /* Remove list styles */
}

#myUL li span {
  cursor: pointer;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  margin: 0;
  text-decoration: none;
  font-family: "Bricolage Grotesque";
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #282828;
  display: block;
  margin-bottom: 8px;
  width: 90%;
}

#myUL li .accordion-panel span {
  cursor: auto;
}

h4.faqCat {
  font-family: "Bricolage Grotesque";
  color: #2851e6;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px;
  cursor: pointer;
}

.filterDiv {
  /* display: none; */
  /* Initially hidden */
  transition: all 0.3s ease-in-out;
  /* Smooth animation */
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 30px 24px 24px;
  position: relative;
  width: calc((100% - 16px) / 2);
  /* Divide width for 2 columns, account for gap */
}

.filterDiv a {
  color: #faa44b;
  text-decoration: underline;
}

.filterDiv a:hover {
  color: #f88018;
}

.show {
  display: block;
}

.accordion-thumb {
  font-weight: bold;
}

/* Active answer */
.filterDiv.is-active .accordion-thumb::before {
  background: url(assets/images/less_circle1.svg);
}

.accordion-thumb::before {
  content: "";
  background: url(assets/images/add_circle1.svg);
  position: absolute;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  right: 24px;
  top: 24px;
}

.accordion-panel {
  padding-top: 16px;
  display: none;
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-family: "DM Sans";
  margin: 0px;
}

.load-more-button {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 10px;
}

button#loadMoreBtn {
  background: none;
  border: none;
  color: #faa44b;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  cursor: pointer;
}

button#loadMoreBtn:hover {
  color: #f88018;
}

@media (max-width: 768px) {
  .master-box {
    padding: 0 10px !important;
  }

  .faq-header {
    padding: 24px 10px;
  }

  #faqsearchForm {
    width: 100%;
  }

  form#faqsearchForm .input-container {
    flex-direction: column;
  }

  form#faqsearchForm #myInput {
    width: 100%;
  }

  #faqsearchForm button#submitBtn {
    width: 100%;
  }

  div.faq-page-subtitle {
    width: 100%;
  }

  li.filterDiv {
    width: 100%;
  }
}

/* 
@media (max-width: 540px) {
  .process-slider .card .title-with-number .card-title {
    word-break: unset;
  }
  .process-slider .card .title-with-number {
    gap: 5px;
  }
  .process-slider .card {
    padding: 20px;
  }
} 
*/

/*
 * Forcefully disable the Hubspot cookie banner as hubspot settings are not working and we are using cookiebot for cookie consent.
 */
#hs-eu-cookie-confirmation {
  display: none !important;
}

/* Simple Mobile Menu */
.simple-mobile-menu-container {
  width: 100%;
}

/* Menu base styles */
.simple-mobile-menu,
.simple-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.simple-sub-menu {
  display: none; /* Hidden by default */
}

.simple-sub-menu.active {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
}

/* Menu item styling */

ul#menu-main-menu-en {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}

.simple-mobile-menu li {
  position: relative;
}

.simple-mobile-menu li a {
  display: block;
  padding: 12px 0px;
  color: #242424;
  text-decoration: none;
  font-family: "Bricolage Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.simple-sub-menu li a {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
}

/* Parent items with children */
.simple-mobile-menu li a.has-children {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu-icon {
  font-size: 18px;
  padding: 0 10px;
}

/* Back button styling */
.menu-back {
  cursor: pointer;
  display: flex;
  padding: 12px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.menu-back .simple-back-button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #242424;
  cursor: pointer;
  font-family: "Bricolage Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
