:root {
  --main-color: #0f4c5c;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
}

.logo {
  font-size: 26px;
  line-height: 59px;
  font-weight: 700;
  color: rgba(18, 9, 9, 1);
  letter-spacing: 0.01em;
}

.header {
  position: relative;
  background-color: #ffffff;
  background-image: url("/assets/images/fond.png");
  background-size: cover;
  background-position: center;
}

.nav-b {
  background-color: #ffffff;
  padding: 15px 15px;
  border: 2px solid #ededed;
  border-radius: 50px;
}

.z-top {
  z-index: 10;
}
.col-md-6.text-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-md-6.text-center img:first-child {
  position: absolute;
  top: 0;
  left: 50px;
  width: 90%;
  height: auto;
  z-index: 1;
}

.col-md-6.text-center img:last-child {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  width: 60%;
  left: 25px;
}

.nav-container {
  border-radius: 20px;
  border: 1px solid rgba(237, 237, 237, 1);
}

.nav-logo h3 {
  font-weight: bold;
  text-decoration: none;
  color: rgba(18, 9, 9, 1);
}
.menu-link {
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
}
.menu-link:hover,
.menu-link.active {
  background-color: #0a495e;
  color: white;
  border-radius: 20px;
}

.custom-btn {
  border-bottom: 2px solid #ff8730 !important;
  border-radius: 50px;
  padding: 10px 25px;
}
.btn-primary {
  background-color: #0a495e;
  border: none;
}
.btn-primary:hover {
  background-color: #ff8730 !important;
  border-color: #ff8730 !important;
}
.navbar-toggler {
  border: none;
}

.nav-menu-mobile .menu-link {
  padding: 10px;
  font-size: 1rem;
}

.btn-outline-dark:hover {
  background-color: #0a495e;
  color: white;
}
.btn-outline-dark {
  border: 1px solid #0a495e;
  color: #0a495e;
}
.btn-outline-dark:hover {
  background-color: #0a495e;
  color: white;
}
/* Hero Section home */
.hero-section {
  /* padding: 40px 0; */
  position: relative;
  margin: 70px 0 25px 0;
}
.highlight {
  background-color: #ff8730;
  display: inline-block;
  padding: 10px 15px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16%);
  border-radius: 20px 10px 10px 10px;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 800;
}

.hero-text {
  max-width: 800px;
  margin: 0 auto;
  animation: fadeIn 1s ease-in;
}

.hero-text p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.btn-uniform {
  min-width: 180px;
  text-align: center;
}

.hero-image img {
  width: 70%;
}

.btn-white {
  margin-top: 65px;
  padding: 7px 30px;
  color: #3f42e8;
  background: #ffffff;
  border-radius: 30px;
}

.btn-white span {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 24px;
}

.hero-waves {
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

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

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}
/* About Section home */
.section-about-home {
  background-color: #fff;
  padding: 60px 0;
}

.about-title-home {
  font-size: 2rem;
  font-weight: bold;
}

.about-text-home {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
}

.team-role {
  font-size: 0.9rem;
  color: #161616;
}
.section-team {
  background-image: url("/assets/images/fond.png");
  background-size: cover;
  background-position: center;
  /* padding: 30px 0; */
  /* margin-top: 200px; */
}

/* Services Section home */
.section-services-home {
  background-color: #104b5f;
  color: #fff;
}

.services-title-home {
  font-size: 2.5rem;
  font-weight: bold;
}

.service-card-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 0px #a9baf840;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-home:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff8730;
  border-right: 2px solid #ff8730;
}

.service-name-home {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
  width: 80%;
}

.divider {
  border: none;
  height: 3px;
  background: #bbbbbb;
  margin-top: 15px;
  width: 110%;
}

.service-body-home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

/* Process Section home */
.creation-process {
  background: #f9f9f9;
  padding: 60px 0;
}

.process-card {
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease,
    color 0.3s ease;
  height: 100%;
}

.process-card:hover {
  background: #004d66;
  border-bottom: 4px solid #ff8730;
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.process-card:hover .icon-box {
  background-color: #ff8730;
  transition: background 0.3s ease;
}

.icon-box {
  font-size: 24px;
  background-color: #104b5f;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.icon-box img {
  width: 30px;
  transition: filter 0.3s ease;
}

.process-card:hover .icon-box img {
  filter: brightness(0) invert(1);
}
.step-number {
  position: absolute;
  right: 25px;
  bottom: 35px;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .process-card {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }

  .process-card > .col-md-7,
  .process-card > .col-md-5 {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .icon-box {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;
  }
  .icon-box img {
    width: 25px;
  }

  .step-number {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 10px;
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  .about-title {
    font-size: 1.5rem;
  }
  .process-card {
    padding: 10px;
  }
  .icon-box {
    width: 35px;
    height: 35px;
  }
  .icon-box img {
    width: 20px;
  }
  .step-number {
    font-size: 0.9rem;
    margin-top: 5px;
  }
}

/* Portfolio Section home */

.portfolio-section-home {
  background-color: #104b5f;
}

.portfolio-card {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  transition: transform 0.3s ease;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.portfolio-card:hover {
  transform: translateY(-5px);
}
.card-content {
  margin-left: 5px;
}

.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-title {
  color: #ffffff;
  font-weight: bold;
}

.card-text {
  color: #e0e0e0;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Testimonials Section */
.section-testimonials .row {
  display: flex;
  align-items: center;
}

.section-testimonials .col-lg-6:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-title {
  text-align: left;
}

.section-text {
  text-align: left;
  max-width: 500px;
}

.testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
  background-color: #104b5f;
  color: #fff;
  border-bottom: 2px solid #ff8730;
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Footer */
.footer {
  background: #104b5f;
  color: #ffffff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 15px;
  margin: 15px;
  position: relative;
}

.footer-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-content p {
  font-size: 1.1rem;
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 650px;
}

.cta-button {
  background: #f89b29;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 25px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta-button:hover {
  background: #e08a1e;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  height: 80px;
}

.footer-logo {
  font-weight: bold;
  font-size: 1.2rem;
}

.copyright {
  font-size: 1rem;
  color: #ccc;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons i {
  font-size: 1.2rem;
  color: #f89b29;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons i:hover {
  background-color: #e08a1e;
  color: #fff;
}

.btn-rounded {
  padding: 10px 30px;
  background: #3f42e8;
  border-radius: 30px;
}

.form-home .form-control {
  background: #ffffff;
  border-radius: 10px;
  border-width: 0;
  min-height: 45px;
}

.form-home ::placeholder {
  font-size: 13px;
  color: #7a7a7a;
}

.section-feature {
  margin-bottom: 20px;
}

.section-main-feature {
  margin-bottom: 10px;
}

.section-main-feature p {
  font-size: 14px;
}

.section-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  transition: 0.5s;
  color: var(--main-color);
  margin-right: 15px;
  margin-bottom: 15px;
}

/* Contact Page */

.contact-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.contact-text h1 {
  margin-bottom: 30px;
}

.contact-card {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  color: black;
}

.contact-icon {
  background-color: #0f4c5c;
  color: white;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-section {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding: 0px 20px;
}

.contact-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.send-btn {
  background-color: #0f4c5c;
  color: white;
  border-radius: 30px;
  border: none;
  padding: 12px;
  width: 100%;
  text-align: center;
}

.send-btn:hover {
  background-color: #0d3b4a;
  color: white;
}

.alert {
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

@media screen and (max-width: 991px) {
  .contact-section {
    padding: 60px 30px;
    margin-bottom: 100px;
  }

  .contact-title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }

  .contact-card {
    margin-bottom: 20px;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }

  .contact-icon {
    margin-bottom: 0;
  }

  .contact-text p {
    font-size: 15px;
  }

  .row.align-items-start {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-section {
    padding: 40px 20px;
    margin-bottom: 80px;
  }

  .contact-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .contact-card {
    flex-direction: column;
    padding: 25px 15px;
    text-align: center;
    margin-bottom: 15px;
  }

  .contact-icon {
    margin: 0 auto 10px;
  }

  .contact-text {
    width: 100%;
  }

  .contact-text p {
    font-size: 14px;
    text-align: center;
  }

  textarea.contact-card {
    min-height: 0px;
  }

  .send-btn {
    padding: 10px;
    font-size: 15px;
  }

  .col-md-10 {
    padding: 0 15px;
  }

  .alert {
    margin: 0 15px 20px;
  }
}

@media screen and (max-width: 379px) {
  .contact-section {
    padding: 30px 15px;
    margin-bottom: 60px;
  }

  .contact-title {
    font-size: 1.8rem;
  }

  .contact-card {
    padding: 15px 12px;
  }

  .contact-text p {
    font-size: 13px;
  }
  textarea.contact-card {
    width: 300px !important;
  }
}

/* autres*/

.text-main {
  color: var(--main-color);
}

.card-feature {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 20px 15px;
  border: 1px solid var(--main-color);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 35px;
}

.c-icon {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  transition: 0.5s;
  background-color: var(--main-color);
  color: #fff;
  margin-right: 15px;
  margin-left: -20px;
}

.c-text {
  text-align: left;
  width: 100%;
}

.c-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.c-text h5 {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}

.la {
  font-weight: 900;
  text-decoration: underline;
}

.text-underline {
  text-decoration: underline;
}

.hide-on-mobile {
  display: initial;
}

.show-on-mobile {
  display: none;
}

.nav-menu-mobile {
  display: none;
}
.nav-menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 100;
  padding: 10px 15px;
}

.nav-menu-mobile.show {
  display: block;
}

.nav-menu-mobile > div:last-child {
  display: flex;
  flex-direction: column;
}

.nav-menu-mobile .menu-link {
  margin: 0;
  padding: 12px 10px;
  border-bottom: 1px solid #eaeaea;
  line-height: 30px;
}

.nav-menu-mobile .menu-link:last-child {
  border-bottom: none;
}

.bordery::after {
  content: " ";
  display: block;
  width: 1.3px;
  height: 50px;
  background: rgba(53, 61, 64, 0.2);
  position: absolute;
  top: 8px;
  right: 0px;
}

@media (max-width: 991.98px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .show-on-mobile {
    display: initial;
  }
  .btn-header-menu {
    display: flex;
    flex-direction: column;
    max-width: 50px;
    padding: 0;
    margin-bottom: 25px;
    margin-right: 11px;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding: 58px 15px;
  }

  .footer img {
    width: 125px;
  }
  .footer-logo {
    margin-left: 0;
  }

  .footer .footer-link {
    font-size: 18px;
  }

  .footer .flex-reverse {
    flex-direction: column-reverse !important;
  }

  .footer .flex-reverse a {
    display: block;
    margin-bottom: 10px;
  }

  .w-100-mobile {
    width: 100%;
  }

  .d-lg-flex {
    display: none !important;
  }

  .navbar-toggler {
    display: block;
  }

  .nav-menu-mobile.show {
    display: block;
    background: #fefefe;
    border-radius: 4px;
    width: 100%;
    padding: 10px 15px;
    margin-top: 0;
    position: fixed;
    background: #fff;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  }

  .menu-link {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
  }

  .menu-link:last-child {
    border-bottom: none;
  }

  .nav-menu {
    display: none;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-header-menu {
    display: flex;
    flex-direction: column;
    max-width: 50px;
    padding: 0;
    margin-bottom: 25px;
    margin-right: 11px;
  }

  .mobile-reverse {
    flex-direction: column-reverse;
  }

  .row-mobile-reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 0.9rem;
  }
  .hero-image img {
    width: 100%;
  }

  .btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  .nav-b {
    flex-direction: column;
    align-items: center;
  }
  .about-title-home,
  .services-title-home {
    font-size: 2rem;
  }

  .hide-on-mobile {
    display: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .nav-b {
    padding: 10px 15px;
  }

  .d-none.d-lg-flex {
    display: none !important;
  }

  .navbar-toggler {
    display: block;
  }

  nav.d-none.d-lg-flex {
    display: none !important;
  }

  .header .container {
    flex-direction: row;
    align-items: center;
  }

  .hero-text {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .hero-text p {
    font-size: 0.8rem;
  }

  .custom-btn {
    padding: 8px 16px;
  }

  .footer-content h2 {
    font-size: 1.5rem;
  }

  .footer {
    padding: 40px 15px;
    margin: 10px;
  }

  .footer-bottom {
    height: auto;
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

.splide__pagination {
  bottom: 0 !important;
  position: relative !important;
  margin-top: 15px !important;
}
.splide__pagination__page.is-active {
  background: orange !important;
}

/*Services page*/
.service-section {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding: 0px 20px;
}
.service-text {
  /* margin-top: 90px; */
}
.title-service {
  font-size: 2.8rem;
  font-weight: 800;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* margin-bottom: 50px; */
  margin-top: 90px;
}

.service-card {
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.service-img {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  border-radius: 10px;
}
.service-divider {
  border: none;
  height: 3px;
  background: #bbbbbb;
  width: auto;
}

.service-title {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 550;
}

.service-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.modal-content {
  border-radius: 10px;
}

.modal-header {
  background: #0d6efd;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-body {
  font-size: 1rem;
  color: #333;
  padding: 20px;
}

/* Portfolio page */
.portfolio-section {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding: 0px 20px;
}

.portfolio-text {
  margin: 50px 0 30px 0;
}

.portfolio-title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 90px;
}

.portfolio-item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: left;
}

.portfolio-item img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.portfolio-item h3 {
  margin: 15px 0 10px 0;
  font-size: 1.2rem;
}

.portfolio-item p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Media queries for responsiveness */
@media (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-title {
    font-size: 2.2rem;
  }
}

/* About page */

.about-container {
  /* padding: 40px 0; */
  position: relative;
  margin: 60px 0 25px 0;
}
.about-text h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-top: 70px;
}
.about-text {
  max-width: 900px;
  margin: 0 auto;
  animation: fadeIn 1s ease-in;
}
.about-text p {
  margin-top: 60px;
}

.about-image img {
  width: 70%;
}
.service-card.active {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff8730;
  border-right: 2px solid #ff8730;
}
@media (max-width: 576px) {
  .hero-text > .d-flex {
    gap: 0.5rem !important;
  }
}
