* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.logo  {
  width: 20%;
  align-items: center;
  display:flex;
}

.contact-btn {
  width: 12%;
}

.auth-links a {
  text-decoration: none !important;
  color: green !important;
  font-size: 20px;
}

.auth-links {
  gap: 20px !important;
}

.nav-links {
  width: 43% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  background-color: #ecdba930;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: box-shadow 0.3s ease;
}

.header.sticky {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: white !important;
}

.nav-links ul {
  list-style-type: none;
  display: flex;
  gap: 0px;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding:0px !important;
}

.nav-links li {
  display: inline;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}

.nav-links a:hover {
  color: #f47c37;
}

a.download-btn {
  padding: 14px 32px;
  background-color: #f47c37;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif !important;
}

.card-body .icon-container.mb-3 {
  text-align: -webkit-left;
}

.image_bg {
  width: 25%;
  background-color: #f47c37;
  padding: 12px;
  border-radius: 100px;
}

.image_bg img {
  width: 100%;
}

a.download-btn:hover {
  background-color: #44AD68;
  border-Bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;;
}

h2.text-center.mb-4 {
  font-size: 50px;
  font-weight: bold;
  color: #f47c37;
  font-family: 'Roboto', sans-serif !important;
  text-align: center;
  margin-bottom: 30px;
}

.card-body {
  padding: 25px 15px 25px 15px !important;
}

h5.card-title {
  font-size: 30px;
  font-family: 'Roboto', sans-serif !important;
  color:black;
  text-align: left !important;
}

p.card-text {
  font-size: 16px;
  font-family: 'Roboto', sans-serif !important;
  color:black;
  padding-top: 20px;
  text-align: left !important;
}

.card.shadow-sm {
  border-radius: 15px;
  border:solid 3px #f47c37;
}

.card.shadow-sm:hover {
  border-radius: 15px;
  border: solid 3px #44ad68;
  transition-duration: 0.3ms;
}

body {
  margin: 0;
}

.hero-section {
  padding-top: 40px;
  background-color: #ecdba930;
}

.hero-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headline-large {
  font-size: 60px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif !important;
  margin-bottom: 1rem;
  color: black !important;
  font-weight: 500 !important;
}

.subheading-text {
  font-size: 20px;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif !important;
  margin-bottom: 2rem;
  color: black !important; /* rgb(0, 0, 0); */
}

.primary-btn {
  background: #f47c37;
  border: 0;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 18px !important;
}

.primary-btn:hover {
  background: #44AD68;
}

p.hero-button {
  margin: 0;
}

.hero-content-wrapper {
  width: auto;
}

.hero-image-wrapper {
  position: relative;
}

.hero-main-image img {
 border-radius :20px;
  width: 100%;
}

.hero-main-image {
  padding-left: 20px;
}

.hero-conversation {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  right:50%;
  display: none;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.conversation-element img {
  max-width: 80%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.conversation-large img {
    max-width: 80%;
}

.conversation-small img {
    max-height: 30px;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

section#core {
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0 !important;
    min-width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ecdba930;
}

.contact-section {
  background-color: transparent;
  padding: 50px;
}

.contact-title {
  font-size:50px ;
  font-weight: bold;
  color: #f47c37;
  font-family: 'Roboto', sans-serif !important;
}

.contact-form input, .contact-form textarea {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.contact-form button {
  background-color: #f47c37;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  width: 25%;
  font-family: 'Roboto', sans-serif !important;
  border-radius: 10px;
  color: white;
}

.contact-form button:hover {
  background-color: #44AD68;
}

.contact-details {
  margin-top: 30px;
}

.contact-details .icon {
  margin-right: 10px;
}

.bg-white {
  width: 100%;
  background-image: url('/assets/images/images/freedom-land-capital-grid-background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

form.contact-form {
  border: solid 1px #e4e4e4;
  padding: 40px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
}

footer.bg-dark.text-white.py-4 .col-md-3.text-center.text-md-left {
  width: 41%;
}

footer.bg-dark.text-white.py-4 .text-center.py-3 {
  width: auto;
}

section#contact .container.contact-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-mail ,.contact-phone {
  width:25px;
  margin-right: 10px;
}

section#contact .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-details p:hover {
  color: #f47c37 !important;
}

.contact-details p {
    font-family: 'Roboto', sans-serif !important;
}

.container.contact-section p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  color: black;
  margin-top: 20px;
  margin-bottom: 0;
}

.contact-details {
  margin: 0;
}

.footer-section {
  background-color: black;
  min-width: 100%;
  padding: 0 0; /* 20px */
  display: flex;
  justify-content: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.logo-container img {
  width: 210px;
}

.logo-container {
  width: 33.34%;
  display: flex;
  align-items: center;
}

p.rights-footer {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin: 0px;
  color: white;
  font-size: 16px;
}

.footer-text-container {
  min-width: 33.34%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.logo-container-media {
  width: 33.34%;
  display: flex;
  gap: 30px;
  justify-content: right;
}

img.footer-logo-media {
  width: 25px;
}

/* Table style */
table.table.custom-table {
  border-collapse: separate;
  border-radius: 10px !important;
  border-spacing: 0;
  overflow: hidden;
  border: solid 1px #c3c3c3;
}

.custom-table {
  border-style: none;
  border-width: 1px;
  border-color: #f4f5ff;
  font-family: 'Roboto', sans-serif;
  border-radius: 15px !important;
}

.gradient-row {
  background: #ffffff;
}

tbody, td, tfoot, th, thead, tr {
  border-style: hidden !important;
}

.white-row {
  background: rgb(249, 249, 249);
}

.custom-table td {
/*    width: 50%; */
  font-size: 17px;
  text-align: left;
  font-family: 'Roboto', sans-serif !important;
}

.custom-table td:last-child, .custom-table th:last-child {
  border-right: none;
}

table.table.custom-table td {
  padding: 20px 30px !important;
}

table.table.custom-table th {
  padding: 20px 30px !important;
}

thead {
  background-color: #FEDDCD;
  color: black;
}

.table-section {
  display: flex;
  flex-direction: column;
  margin: 0px !important;
  align-items: center;
  min-width: 100%;
  padding: 20px 0 !important;
  background-color: white; /* fafafa; */
}

.table-section .row {
  min-width: 1300px;
}

table.table.custom-table th {
  font-weight: 500;
  width: 50%;
  font-size: 20px !important;
  text-align: left;
  font-family: 'Roboto', sans-serif !important;
}

.table-title {
  font-size:50px ;
  font-weight: bold;
  color: #f47c37;
  font-family: 'Roboto', sans-serif !important;
  text-align: center;
  margin-bottom: 30px;
}

.col-lg-6:first-child {
  padding-right: 40px;
  padding-left: 0px !important;
}

.col-lg-6:last-child {
  padding-left: 40px;
  padding-right:0px !important;
}

.how-it-works {
    padding: 30px 0;
    background-color:
    white;
}

.how-it-works h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.how-it-works p {
    font-size: 16px;
    color: #6c757d;
}

.step-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
}

.step-box:hover {
    transform: translateY(-10px);
}

.step-box img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.step-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.step-box p {
    font-size: 16px;
    color: #6c757d;
}

@media (max-width: 768px) {
  .step-box {
      width: 90%;
      margin: 10px auto;
  }
}

.step-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
img.step-images {
    width: 200px;
}
.right-column ,.left-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.left-image-container, .right-image-container {
    background-color: transparent;
    padding: 10px 10px 0px 10px;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, #F7FAFF 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E6E7F3;
    border-radius: 20px 20px 20px 20px;
    /* width: 400px; */
    align-content: center;
    text-align: -webkit-center;
}
img.step-images {
    width: 100%;
}
.left-text-container, .right-text-container {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center-line {
    width: 250px;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

h2.step-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: 32px;
}

p.step-text {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
}

.icon-text {
  width: fit-content;
  border: solid 1px #E6E7F3;
  margin-top: 60px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  flex-direction: row;
}

p.step {
  margin: 0 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  align-content: center;
}

sdiv#contenedor-progreso {
  background: #e9e9e9;
  width: 2px;
  position: relative;
}

div#contenedor-progreso::before {
  content: "";
  background-color: black;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  position: absolute;
  left: -6px;
}

div#contenedor-progreso::after {
  content: "";
  background-color: black;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  position: absolute;
  left: -6px;
}

.step-icon-bg
 {
  background-color: #f47c37;
  border-radius: 4px;
  width: 30px !important;
  height: 30px;
  display: flex;
  justify-content: center;
}

img.step-icon {
  width: 20px;
}

.microlog-section h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  color: #f47c37;
}

.accordion-button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.accordion-body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.microlog-section {
  padding: 40px 0;
}

.microlog-section img {
  width: 100%;
  height: auto;
}

.cta-banner {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-banner {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p.cta-text {
  text-align: center;
      font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  color: white;
  max-width:45pc;
}

.cta-btn a {
  padding: 14px 32px;
  background-color: #f47c37;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif !important;}
  .cta-btn a:hover {
  background-color: #44AD68;
}

 section.cta-banner {
  background-image: url('/assets/images/images/Ctabanner.webp');
  background-position: center -70px;
  background-size: cover;
  position: relative;
}

.cta-banner {
  width: 100%;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.cta-banner > * {
  position: relative;
  z-index: 2;
}

h2.cta-heading {
  font-size: 50px;
  font-weight: bold;
  color: white;
  font-family: 'Roboto', sans-serif !important;
  text-align: center;
}

.cookie-consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c3e50;
  color: white;
  padding: 15px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}

.cookie-consent-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cookie-consent-content p {
  margin: 0;
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif !important;
}

.cookie-consent-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cookie-btn.accept {
  background: #f47c37;
  color: white;
  font-family: 'Roboto', sans-serif !important;
}

.cookie-btn.reject {
  background: #e61b23;
  color: white;
  font-family: 'Roboto', sans-serif !important;
}

.cookie-btn.save {
  background: #44ad68;
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif !important;
}

.cookie-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.cookie-settings-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.cookie-settings-content {
  background-color: #fefefe;
  color: #333;
  margin: 10% auto;
  padding: 25px;
  border-radius: 8px;
  max-width: 600px;
  position: relative;
  font-family: 'Roboto', sans-serif !important;
}

.close-settings {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-settings:hover {
  color: #333;
}

.cookie-category {
  margin: 20px 0;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 5px;
}

.cookie-category-title {
  font-weight: bold;
  margin-left: 50px;
  display: block;
}

.cookie-category-desc {
  margin: 5px 0 0 50px;
  font-size: 13px;
  color: #666;
}

.cookie-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;

}

.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f47c37;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;}

@media (max-width: 768px) {

  .cookie-consent-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-consent-content p {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .cookie-settings-content {
    margin: 20% auto;
    width: 90%;
  }
}

.contact-btn {
  position: relative;
  display: inline-block;
  align-content: center;
}

a.download-btn {
  display: flex;
  position: relative;
  padding: 16px 22px;
  text-decoration: none;
  color: White;
  align-items: center;
  gap: 10px;
}

.contact-btn .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  min-width: 100%;
  max-width:100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}

.contact-btn .dropdown li {
  padding: 12px 16px;
  list-style: none;
  border-bottom: 1px solid #eee;
  color: #f47c37;
}

.contact-btn .dropdown li:hover {
  color: #44AD68;
}

.container.d-flex {
  justify-content:space-between;
}

.contact-btn:hover .dropdown {
  display: block;
  opacity: 1;
}

.contact-btn li {
  text-align: center;
}

.contact-btn ul.dropdown {
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-btn .dropdown li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-btn:hover > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #44AD68;
  z-index:9;
}

.auth-links {
  width: 19%;
  display: flex;
  padding-right:10px;
  align-items: center;
  justify-content: end;
}

.auth-links a.aa1 {
  color: black;
  font-size: 18px;
  font-family: 'Roboto', sans-serif !important;
  padding-right: 10px;
}

.auth-links a.aa2 {
  color: black;
  font-size: 18px;
  font-family: 'Roboto', sans-serif !important;
  padding-left: 10px;
}

.contact-btn .dropdown li a {
  color: #f47c37;
  text-decoration: none;
}

.contact-btn .dropdown li a:hover {
  color: #44AD68;
  text-decoration: none;
}

.faq-section {
  margin: 0 auto;
  font-family: 'Roboto', sans-serif !important;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 35px 20px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
  font-size: 20px;
  font-family: 'Roboto', sans-serif !important;
  color: black;
  border-bottom: solid 1px #d6d6d6;
}

.faq-question:hover {
  color: #f47c37;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 24px;
  transition: transform 0.3s;
  color: white;
  background: #f47c37;
  padding: 0px 11px !important;
  border-radius: 50px;
}

.faq-item.active .faq-question::after {
  content: '×';
  transition: all 0.3s;
}

.faq-answer {
  width: 95%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background-color: transparent;
}

.faq-item.active .faq-answer {
  padding: 28px 0px;
  max-height: fit-content;
  transition: all 0.3s;
}

.faq-answer p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 17px;
  color: black;
  margin-bottom: 0 !important;
}

section.Faqs {
  background-color: #ecdba930;
  padding: 80px 0;
}

.faq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-section h2.text-center.mb-4 {
  font-size: 50px;
  font-weight: bold;
  color: #f47c37;
  font-family: 'Roboto', sans-serif !important;
  text-align: center;
  margin-bottom: 10px !important;
}

a.download-btn svg#fi_9126125 {
  width: 20px;
  height: 20px;
}

.logo-container-media {
  display: none;
}

section#A-C {
 display: none;
}

a#r-btt {
  display: none;
}

@media (max-width:768px) {

  nav.nav-links ,.contact-btn ,a.download-btn ,ul.dropdown ,.auth-links {
    display: none !important;
  }

  header.header {
    padding: 10px 20px;
    display: none;
  }

  .logo  {
    width: 40%;
  }

  .logo img {
    max-height: 100%;
    max-width: 100% !important;
  }

  section.hero-section.background-lightgray {
    padding-top: 40px;
    overflow: hidden;
  }

  .hero-flex-container {
    flex-direction: column;
  }

  h1.headline-large {
    font-size: 48px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 1rem;
    color: black !important;
    font-weight: bold !important;
  }

  p.subheading-text {
    font-size: 16px;
    margin-bottom: 10px;
    color: black !important; /* rgb(0, 0, 0); */
  }

  a.primary-btn ,.cta-btn a {
    font-size: 16px !important;
    padding: 10px 25px;
  }

  .hero-conversation {
    display: none;
  }

  .hero-main-image img {
    min-width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }

  .hero-main-image {
    padding: 0px;
    margin-top: 10px;
  }

  section#core {
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  h2.text-center.mb-4 {
    font-size: 38px;
    line-height: 40px;
  }

  .image_bg {
    width: 22%;
    padding: 16px;
  }

  .card-body {
    padding: 40px 20px !important;
  }

  h5.card-title {
    font-size: 20px;
    text-align: left;
  }

  p.card-text {
    font-size: 16px;
    padding-top: 0;
  }

  .icon-container.mb-3 {
    margin-bottom: 10px !important;
  }

  section#Feature {
    padding: 40px 0px !important;
  }

  .table-section .row {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
  }

  .custom-table td {
    font-size: 16px;
    text-align: left;
  }

  table.table.custom-table th {
    font-size: 16px !important;
  }

  table.table.custom-table th {
    padding: 15px 10px !important;
  }

  table.table.custom-table td {
    padding: 5px!important;
    vertical-align: middle;
  }

  table.table.custom-table {
    border-radius: 0px !important;
  }

  h2.table-title ,h2.text-center.mb-4 ,h2.cta-heading {
    font-size: 35px !important;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .faq-question {
    padding: 20px 0px;
    font-size: 16px;
    display: flex;
    padding-right: 50px;
    align-items: center;
  }

  .faq-answer p {
    font-size: 16px;
  }

  .faq-question::after {
    padding: 0px 6px !important;
    font-size: 16px;
  }

  .faq-item.active .faq-answer {
    padding: 15px 0px;
  }

  section.cta-banner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .cta-banner {
    gap: 10px;
  }

  p.cta-text {
    font-size: 16px;
  }

  .footer-container.container {
    align-items: anchor-center;
  }

  .logo-container {
      width: 56%;
      text-align-last: center;
  }

  .logo a, .logo-container a {
   width: 100% !important;
  }

  a.logo-white-text {
    color: white;
    font-size: 35px !important;
  }

  .logo-container-media {
    display: none;
  }

  .logo-container img {
    width: 180px;
  }

  .footer-container {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
  }

  .footer-text-container {
    min-width: 100%;
    justify-content: center;
  }

  section#A-C-Capabilities {
    display: none;
  }

  h2.step-heading {
    font-size: 25px;
    text-align: center;
  }

  p.step-text {
    text-align: left;
    font-size: 16px;
  }

  .r-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  section#A-C {
    display: block;
  }

  .left-image-container {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  img.step-images {
    width: 100%;
  }

  p.step {
    font-size: 16px;
  }

  .step-icon-bg {
    width: 25px !important;
    height: 25px;
  }

  img.step-icon {
    width: 14px;
  }

  .r-container h2.text-center.mb-4 {
    margin-bottom: 0px !important;
  }

  p.rights-footer {
    font-size: 16px;
  }

  a#m-btt {
    display: none;
  }

  a#r-btt {
    display: inline;
  }
}

.mobile-header {
    display: none;
}

@media (max-width: 768px) {

  .mobile-header {
    display: block;
    width: 100%;
    position: relative;
    background: #fbf8ef;
  }

  a.logo-text {
    color: black;
    font-size: 30px !important;
    align-content: center;
    font-family: "Roboto", Helvetica, sans-serif;
  }

  .logo {
    width: 50%;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }

  .toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
  }

  .toggle-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
  }

  .dropdown-menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f8f8;
  }

  .dropdown-menu.active {
    background: #fbf8ef;
    max-height: 500px;
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
  }

  .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px #e2e2e2;
  }

  .main-menu li {
    border-bottom: 1px solid #e0e0e0;
  }

  .main-menu li a {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
  }

  .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .submenu.active {
    border-top: solid 1px #e2e2e2;
    max-height: 300px;
    background: #fbf8ef;
  }

  .submenu li a {
    padding-left: 30px;
  }

  a.submenu-toggle svg#fi_9126125 {
    width: 20px;
    height: 14px;
  }

  .header-content svg#fi_3631618 ,.header-content svg#fi_15494722 {
    width: 22px;
    height: 22px;
    margin: 0px 5px;
  }

  .icon-toggle {
    display: flex;
    align-items: center;
    width: 40% !important;
    min-width: 35%;
    justify-content: flex-end;
  }

  .icon-toggle a {
    color: black !important;
    margin: 0 5px;
  }

  .icon-toggle button#toggleBtn {
    margin-left: 5px;
  }

  .annoucement-bar {
    padding:5px 0px !important;
  }

  p.annoucement {
    font-size: 9px !important;
  }
}

.faq-item.active .faq-question {
  color: #f47c37;
}

a.logo-text {
  color: black;
  font-size:40px;
  text-decoration:none;
  font-weight: 500;
  padding-left:10px;
  font-family: "Roboto", Helvetica, sans-serif;
}

a.logo-white-text {
  color:white;
  font-size:40px;
  text-decoration:none;
  padding-left:10px;
  font-family: "Roboto", Helvetica, sans-serif;
}

.logo img ,.logo-container img {
  max-height: 100%;
  max-width: 100%;
}

.logo a {
  width: 25% !important;
}

a.logo-text {
  width:fit-content !important;
  font-family: "Roboto", Helvetica, sans-serif;
}

.annoucement-bar {
  background-color:#f47c37;
  padding:10px 0px;
}

p.annoucement {
  margin: 0;
  color: white;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {

  .nav-links a {
    font-size:12px;
  }

  a.logo-text {
    color: black;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 32px;
  }

  .logo {
    width: 30%;
  }

  a.logo-text {
    width: fit-content !important;
    font-family: "Roboto", Helvetica, sans-serif;
  }

  header.header {
    display:none;
  }

  header.mobile-header {
    display:block;
    background-color:#ecdba930;
  }

  .header-content.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }

  .icon-toggle {
    display: flex;
    align-items: center;
    width: 40% !important;
    min-width: 35%;
    justify-content: flex-end;
  }

  .icon-toggle a {
    color: black !important;
    margin: 0 5px;
  }

  .icon-toggle button#toggleBtn {
    margin-left: 5px;
  }

  .toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
  }

  .toggle-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
  }

  .dropdown-menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f8f8;
  }

  .dropdown-menu.active {
    background: #fbf8ef;
    max-height: 500px;
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
  }

  .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px #e2e2e2;
  }

  .main-menu li {
    border-bottom: 1px solid #e0e0e0;
  }

  .main-menu li a {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
  }

  .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .submenu.active {
    border-top: solid 1px #e2e2e2;
    max-height: 300px;
    background: #fbf8ef;
  }

  .submenu li a {
    padding-left: 30px;
  }

  a.submenu-toggle svg#fi_9126125 {
    width: 20px;
    height: 14px;
  }
}

.logo-container a {
  width: 15%;
}

ul li {line-height: 2 !important;}
