@charset "UTF-8";
/*----------------------------------------------------*/
/*   Global Color Variables - Easy Design Control
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
html {
  height: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #242141;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
img {
    max-width: 100%;
}
body {
  line-height: 24px;
  font-size: 16px;
  height: 100%;
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #242141;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

:focus {
  outline: none;
}

.row {
  --bs-gutter-x: 20px;
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 25px;
  }
}
@media (min-width: 1200px) {
  .row {
    --bs-gutter-x: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}

h1 a,
h2 a,
h3 > a,
h4 a,
h5 a,
h6 a {
  color: #242141;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
}

video {
  max-width: 100%;
}

table tr td p:last-child {
  margin-bottom: 0;
}

pre[class*=language-] > code {
  border-left: 5px solid brand_color_rgba(0.8);
}

.form-check {
  position: relative;
  display: block;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 30px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/** === Predefined Global Classes === **/
.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

button:focus {
  outline: none;
}

/** === List style === **/
ul.list-style {
  margin-bottom: 2rem;
}

ul.list-style li {
  margin-bottom: 0.5rem;
  list-style-type: circle;
}

ul.list-style li:last-child {
  margin-bottom: 0;
}

.section-title h2.blue {
  color: #0020ce;
}

.sec-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .sec-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .sec-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .sec-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.form-check-input {
  border-color: #242141;
  cursor: pointer;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #242141;
}
.form-check-input:checked[type=checkbox] {
  background-color: #242141;
  border-color: #242141;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-label {
  cursor: pointer;
}

.form-switch .form-check-input {
  cursor: pointer;
  width: 40px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 9 8'%3e%3ccircle r='3' fill='%236A737C'/%3e%3c/svg%3e");
  border: 3px solid #242141;
  transition: background-position 0.15s ease-in-out;
  box-shadow: none;
}
.form-switch .form-check-input:checked {
  background-color: #242141;
  border-color: #242141;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 9 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  height: 48px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #242141;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

/*----------------------------------------*/
/*   Back To Top Button CSS
/*----------------------------------------*/
#back-to-top {
  display: inline-block;
  background: #242141;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "2";
  font-family: eleganticons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#back-to-top:hover {
  cursor: pointer;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  background: transparent;
  height: 56px;
  width: 66px;
  line-height: 56px;
  color: #fff;
  font-size: 50px;
  border: none;
  text-align: center;
  z-index: 1;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: transparent;
  color: #fff;
  border-color: transparent;
}

.slick-prev {
  left: 350px;
}

.slick-next {
  right: 400px;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
}
.form-check-input:checked[type=radio] {
  background-color: transparent;
  border-color: #242141;
  background-image: url(../img/edit-page/radio-bg.png);
  background-size: 12px;
  background-position: center;
}

.form-check-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.88px;
  letter-spacing: 0.02em;
}

.form-check-input {
  margin-right: 0;
}

.form-check-label {
  margin-left: 4px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= header area css ===============*/
.navbar {
  border: 0;
  border-radius: 0;
  padding: 15px 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  position: absolute;
  transition: all 0.3s ease;
  background-color: white;
}
.navbar.sticky {
  position: fixed;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.menu > .nav-item {
  padding: 10px 8px;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .menu > .nav-item {
    padding: 10px 12px;
  }
}
.menu > .nav-item > .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #242141;
  padding: 0;
  position: relative;
  line-height: 20px;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  transition: color 0.3s ease;
}
@media (min-width: 1200px) {
  .menu > .nav-item > .nav-link {
    font-size: 16px;
  }
}
.menu > .nav-item > .nav-link:after {
  display: none;
}
.menu > .nav-item > .nav-link::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  background: #F26125;
  transition: width 0.3s ease;
}
@media (max-width: 1199px) {
  .menu > .nav-item > .nav-link::before {
    display: none;
  }
}
.menu > .nav-item > .nav-link:hover,
.menu > .nav-item.active > .nav-link {
  color: #F26125;
}
.menu > .nav-item.active .nav-link {
  font-weight: 600;
  color: #F26125;
}
.menu > .nav-item.active .nav-link:before {
  width: 100%;
}
.menu > .nav-item:hover .nav-link:before {
  width: 100%;
}
.menu > .nav-item + .nav-item {
  margin-left: 0;
}
.menu .mobile_dropdown_icon {
  display: none;
}

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;

}
@media (max-width: 991px) {
  .nav-buttons {
    margin: 15px 0;
    flex-direction: column;
    width: 100%;
  }
}
.nav-buttons .btn-contact {
  display: inline-block;
  background-color: #F26125;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .nav-buttons .btn-contact {
    font-size: 16px;
    padding: 10px 25px;
  }
}
.nav-buttons .btn-contact:hover {
  background-color: #d7480d;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(242, 97, 37, 0.3);
  color: #fff;
}
.nav-buttons .btn-simulateur {
  display: inline-block;
  background-color: transparent;
  color: #242141;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 19px;
  border-radius: 25px;
  border: 1px solid #242141;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .nav-buttons .btn-simulateur {
    font-size: 16px;
    padding: 9px 24px;
  }
}
.nav-buttons .btn-simulateur:hover {
  background-color: #242141;
  color: #fff;
  transform: translateY(-2px);
}

.nav-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .nav-social {
    margin: 10px 0;
    justify-content: center;
  }
}
.nav-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #242141;
  font-size: 15px;
  transition: all 0.3s ease;
}
.nav-social a:hover {
  color: #F26125;
  transform: scale(1.1);
}

.navbar-toggler {
  padding-left: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}
.hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #242141;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #242141;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*----------------------------------------------------*/
/*   Investment Section Styles
/*----------------------------------------------------*/
.investment-section {
    padding: 20px 0;
  position: relative;
  overflow: hidden;
  width: calc(100% - 40px);
    margin: 20px auto;
  border-radius: 12px;
  background: #242141;
}
@media (min-width: 992px) {
  .investment-section {
      padding: 80px 0;
  }
}
.investment-section .sec-2-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
} 

.investment-section .section-header {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .investment-section .section-header {
    margin-bottom: 40px;
  }
}
.investment-section .section-header h2 {
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .investment-section .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .investment-section .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .investment-section .section-header h2 {
    font-size: 28px;
  }
}
.investment-section .section-header h2 .highlight {
  color: #F26125;
  font-weight: 700;
}
.investment-section .section-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  max-width: 560px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .investment-section .section-header p {
    font-size: 16px;
  }
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 991px) {
  .investment-grid {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .investment-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .investment-grid {
    grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  }
}

.investment-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 20px 60px;
  position: relative;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 991px) {
  .investment-card {
  
    min-height: 180px;
  }
}
.investment-card::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}
.investment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.investment-card:hover .card-plus {
  background-color: #F26125;
  border-color: #F26125;
  color: #fff;
}
.investment-card.card-peach {
  background-color: #E5DFD7;
}
.investment-card.card-image {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.investment-card.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.investment-card.card-image:hover {
  transform: none;
  box-shadow: none;
}
.investment-card.card-image::after {
  display: none;
}
.investment-card .card-number {
  font-size: 50px;
  font-weight: 900;
  color: #F26125;
  font-family: "fantaisy";
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .investment-card .card-number {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .investment-card .card-number {
    font-size: 70px;
  }
}
.investment-card .card-number::before {
  content: "/";
}
.investment-card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #242141;
  line-height: 1.3;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .investment-card .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .investment-card .card-title {
    font-size: 18px;
  }
}
.investment-card .card-plus {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid #242141;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #242141;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .investment-card .card-plus {
    bottom: 20px;
    width: 28px;
    height: 28px;
  }
}

.investment-cta {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .investment-cta {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .investment-cta {
    margin-top: 40px;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*   Global Animation Utilities
/*----------------------------------------------------*/
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: transform 0.5s ease;
}
.img-zoom:hover img {
  transform: scale(1.05);
}

/*----------------------------------------------------*/
/*   Strategy Slider Section Styles
/*----------------------------------------------------*/
.strategy-section {
  background-color: #EDE9E3;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .strategy-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .strategy-section {
    padding: 60px 0;
  }
}
.strategy-section .section-header {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .strategy-section .section-header {
    margin-bottom: 30px;
  }
}
.strategy-section .section-header h2 {
  font-weight: 500;
  color: #242141;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .strategy-section .section-header h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .strategy-section .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .strategy-section .section-header h2 {
    font-size: 28px;
  }
}
.strategy-section .section-header h2 .highlight {
  color: #F26125;
}
.strategy-section .section-header p {
  color: #242141;
  font-size: 20px;
  max-width: 1100px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .strategy-section .section-header p {
    font-size: 16px;
  }
}
.strategy-section .section-header .reasons-title {
  font-weight: 700;
  color: #242141;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .strategy-section .section-header .reasons-title {
    font-size: 16px;
  }
}

.strategy-slider-wrapper {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .strategy-slider-wrapper {
    margin-bottom: 40px;
  }
}

.strategy-slider {
  overflow: hidden;
}
.strategy-slider .slick-list {
  overflow: visible;
  padding: 10px 0;
}
.strategy-slider .slick-slide {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .strategy-slider .slick-slide {
    padding: 0 10px;
  }
}
.strategy-slider .slick-track {
  display: flex;
}

.strategy-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
  border: none;
  border-radius: 12px;
  padding: 20px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .strategy-card {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .strategy-card {
    padding: 25px 20px;
    min-height: 200px;
  }
}
.strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(30, 24, 70, 0.15);
}
.strategy-card .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #242141;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .strategy-card .card-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .strategy-card .card-title {
    font-size: 16px;
  }
}
.strategy-card .card-description {
  font-size: 16px;
  font-weight: 400;
  color: #242141;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .strategy-card .card-description {
      font-size: 16px;
  }
}

.strategy-footer .footer-text {
  font-size: 16px;
  color: #242141;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 900px;
}
@media (max-width: 767px) {
  .strategy-footer .footer-text {
      font-size: 16px;
    margin-bottom: 25px;
  }
}
.strategy-footer .footer-text strong {
  font-weight: 700;
  color: #242141;
}

/*----------------------------------------------------*/
/*   Testimonials Section Styles
/*----------------------------------------------------*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes rotateWave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.testimonials-section {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonials-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .testimonials-section {
    padding: 60px 0;
  }
}
.testimonials-section::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: -180px;
  width: 358px;
  height: 455px;
  background-image: url(../img/testimonial-bg-shape.png);
  background-size: contain;
  animation: float 6s ease-in-out infinite;
}
@media (max-width: 767px) {
  .testimonials-section::before {
    width: 200px;
    height: 255px;
  }
}
@media (max-width: 991px) {
.testimonials-section .testimonials-wrapper {
    gap: 40px;
}
}
.testimonials-left h2 {
  font-weight: 500;
  color: #F26125;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .testimonials-left h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .testimonials-left h2 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .testimonials-left h2 {
    font-size: 28px;
  }
}
.testimonials-left h2 .highlight {
  position: relative;
  display: inline-block;
}
.testimonials-left h2 .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  background: #F26125;
  transition: width 0.6s ease;
}
.testimonials-left h2:hover .highlight::after {
  width: 100%;
}
.testimonials-left p {
  color: #242141;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .testimonials-left p {
    font-size: 16px;
  }
}

.testimonials-right {
  background-color: #EDE9E3;
  padding: 60px 20px 190px;
  border-radius: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials-right {

  padding: 60px 20px 40px;

  }


  .testimonials-content {

    width: 65%;
    margin-left: 30%;

  }
}

.testimonials-right .quote-icon {
  position: absolute;
  top: -50px;
  left: 30px;
  font-size: 80px;
  color: #F26125;
  font-family: Georgia, serif;
  font-weight: 700;
  line-height: 1;
  animation: pulse 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .testimonials-right .quote-icon {
    font-size: 60px;
    top: -20px;
  }
}

.testimonials-illustration {
  position: absolute;
  bottom: 19px;
  left: -70px;
}
.testimonials-illustration img,
.testimonials-illustration svg {
  width: auto;
  height: auto;
  transition: transform 0.5s ease;
}
.testimonials-illustration.floating {
  animation: float 4s ease-in-out infinite;
}

.testimonial-card {
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.testimonial-card .testimonial-text {
  font-size: 18px;
  font-style: italic;
  color: #242141;
  line-height: 1.8;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.5s forwards;
}
@media (max-width: 767px) {
  .testimonial-card .testimonial-text {
    font-size: 16px;
  }
}

.testimonial-nav {
  display: flex;
  gap: 10px;justify-content: flex-end;
}
@media (max-width: 767px) {
  .testimonial-nav {
    padding-left: 50px;
  }
}
.testimonial-nav .nav-btn {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  color: #242141;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}
.testimonial-nav .nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #F26125;
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.testimonial-nav .nav-btn:hover {
  border-color: #F26125;
  color: #fff;
  transform: scale(1.15);
}
.testimonial-nav .nav-btn:hover::before {
  width: 100%;
  height: 100%;
}
.testimonial-nav .nav-btn:active {
  transform: scale(0.95);
}

.testimonials-slider .slick-slide {
  opacity: 0.5;
  transition: all 0.5s ease;
  transform: scale(0.9);
}
.testimonials-slider .slick-slide.slick-active {
  opacity: 1;
  transform: scale(1);
}
.testimonials-slider .slick-list {
  overflow: visible;
}

.testimonials-section .wow {
  visibility: hidden;
}
.testimonials-section .animated {
  visibility: visible;
}

/*----------------------------------------------------*/
/*   FAQ Accordion Section Styles
/*----------------------------------------------------*/
.faq-section {
  background-color: #242141;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 40px;
}
@media (max-width: 991px) {
  .faq-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding: 60px 0;
  }
}
.faq-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .faq-section .section-header {
    margin-bottom: 40px;
  }
}
.faq-section .section-header h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .faq-section .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .faq-section .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .faq-section .section-header h2 {
    font-size: 26px;
  }
}
.faq-section .section-header .subtitle {
  font-size: 30px;
  font-weight: 500;
  color: #F26125;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .faq-section .section-header .subtitle {
    font-size: 20px;
  }
}

.faq-container {
  max-width: 1170px;
  margin: 0 auto;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: translateY(30px);
}
.faq-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.faq-item:nth-child(1) {
  transition-delay: 0.1s;
}
.faq-item:nth-child(2) {
  transition-delay: 0.2s;
}
.faq-item:nth-child(3) {
  transition-delay: 0.3s;
}
.faq-item:nth-child(4) {
  transition-delay: 0.4s;
}
.faq-item:nth-child(5) {
  transition-delay: 0.5s;
}
.faq-item:nth-child(6) {
  transition-delay: 0.6s;
}
.faq-item:nth-child(7) {
  transition-delay: 0.7s;
}
.faq-item:nth-child(8) {
  transition-delay: 0.8s;
}
.faq-item:nth-child(9) {
  transition-delay: 0.9s;
}
.faq-item:nth-child(10) {
  transition-delay: 1s;
}
.faq-item.active .faq-question .toggle-icon {
  transform: rotate(180deg);
  background-color: #F26125;
}
.faq-item.active .faq-answer {
  padding: 20px;
  opacity: 1;
  max-height: 100%;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .faq-question {
    padding: 20px 25px;
  }
}
.faq-question h3 {
  font-weight: 700;
  color: #242141;
  margin: 0;
  padding-right: 20px;
  flex: 1;
}
@media (max-width: 767px) {
  .faq-question h3 {
    font-size: 16px;
  }
}
.faq-question .toggle-icon {
  width: 32px;
  height: 32px;
  background-color: #242141;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 767px) {
  .faq-question .toggle-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.faq-question .toggle-icon.active {
  background-color: #F26125;
  color: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 767px) {
  .faq-answer {
    padding: 0 20px;
  }
}
.faq-answer .answer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-answer .answer-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.faq-answer .answer-content ul li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-color: #F26125;
  border-radius: 4px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-answer .answer-content ul li:last-child {
  margin-bottom: 0;
}

@keyframes fadeInAnswer {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-item.active .answer-content {
  animation: fadeInAnswer 0.5s ease-out 0.2s forwards;
}

/*----------------------------------------------------*/
/*   Accompaniment Slider Section Styles
/*----------------------------------------------------*/
.accompaniment-section {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}


@media (max-width: 991px) {
  .accompaniment-section {
    padding: 80px 0;
  }

 
}
@media (max-width: 767px) {
  .accompaniment-section {
    padding: 60px 0;
  }
}
.accompaniment-section .section-header {
  margin-bottom: 50px;
  max-width: 1000px;
}
@media (max-width: 991px) {
  .accompaniment-section .section-header {
    margin-bottom: 40px;
  }
}
.accompaniment-section .section-header h2 {
  font-weight: 500;
  color: #242141;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .accompaniment-section .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .accompaniment-section .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .accompaniment-section .section-header h2 {
    font-size: 26px;
  }
}
.accompaniment-section .section-header p {
  font-size: 16px;
  color: #242141;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .accompaniment-section .section-header p {
    font-size: 16px;
  }
}
.accompaniment-section .section-header p strong {
  font-weight: 700;
  color: #242141;
}

.accompaniment-slider-wrapper {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .accompaniment-slider-wrapper {
    padding: 0 50px;
  }
}

.accompaniment-slider {
  overflow: hidden;
}
.accompaniment-slider .slick-list {
  overflow: visible;
  margin: 10px -15px;
}
@media (max-width: 767px) {
  .accompaniment-slider .slick-list {
    margin: 0 -10px;
  }
}
.accompaniment-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .accompaniment-slider .slick-slide {
    padding: 0 10px;
  }
}
.accompaniment-slider .slick-track {
  display: flex;
}

.accompaniment-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  min-height: 280px;
  border: 1px solid #CFC3B3;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 991px) {
  .accompaniment-card {
    padding: 30px 20px;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .accompaniment-card {
    padding: 30px 15px;
    min-height: 220px;
  }
}
.accompaniment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(36, 33, 65, 0.12);
}
.accompaniment-card .card-title {
  font-size: 25px;
  font-weight: 700;
  color: #F26125;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .accompaniment-card .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .accompaniment-card .card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.accompaniment-card .card-text {
  font-size: 16px;
  color: #242141;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .accompaniment-card .card-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .accompaniment-card .card-text {
      font-size: 16px;
  }
}

.accompaniment-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.accompaniment-nav.prev-arrow {
  left: 0;
}
.accompaniment-nav.next-arrow {
  right: 0;
}
.accompaniment-nav .nav-btn {
  width: 50px;
  height: 50px;
  background-color: #242141;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(36, 33, 65, 0.3);
}
@media (max-width: 767px) {
  .accompaniment-nav .nav-btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
.accompaniment-nav .nav-btn:hover {
  background-color: #F26125;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(242, 97, 37, 0.4);
}
.accompaniment-nav .nav-btn:active {
  transform: scale(0.95);
}

.accompaniment-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.accompaniment-slider .slick-dots li {
  margin: 0;
}
.accompaniment-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(36, 33, 65, 0.2);
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accompaniment-slider .slick-dots li button:hover {
  background-color: rgba(36, 33, 65, 0.4);
}
.accompaniment-slider .slick-dots li.slick-active button {
  background-color: #F26125;
  transform: scale(1.2);
}

/*----------------------------------------------------*/
/*   Expert Services Section Styles
/*----------------------------------------------------*/
.expert-section {
  background-color: #EDE9E3;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .expert-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .expert-section {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 991px) {

.expert-section .row {
gap: 40px;
}
}
.expert-wrapper {
  gap: 60px;
}

.expert-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #F26125;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .expert-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .expert-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .expert-content h2 {
    font-size: 26px;
  }
}
.expert-content h3 {
  font-size: 50x;
  font-weight: 500;
  color: #242141;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .expert-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .expert-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .expert-content h3 {
    font-size: 22px;
  }
}
.expert-content p {
  font-size: 16px;
  color: #242141;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .expert-content p {
    font-size: 16px;
  }
}
.expert-content p:last-of-type {
  margin-bottom: 30px;
}

.expert-diagram .diagram-title {
  font-size: 20px;
  font-weight: 700;
  color: #F26125;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .expert-diagram .diagram-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.expert-diagram .diagram-title .underline {
  text-decoration: underline;
  text-decoration-color: #F26125;
  text-underline-offset: 3px;
}
.expert-diagram .diagram-container {
  margin-top: -70px;
}

/*----------------------------------------------------*/
/*   Contact Form Section Styles
/*----------------------------------------------------*/
.contact-section {
  background-color: #242141;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  margin: 0 50px;
  border-radius: 20px;
   margin: 100px 20px 20px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 60px 0 80px;
   
  }
}
.contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 550px;
  height: 250px;
  background-image: url(../img/sec-2-shape.png);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-section::before {
    width: 280px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .contact-section::before {
    width: 200px;
    height: 150px;
  }
}
.contact-section .section-header {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact-section .section-header {
    margin-bottom: 40px;
  }
}
.contact-section .section-header h2 {
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact-section .section-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact-section .section-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .contact-section .section-header h2 {
    font-size: 26px;
  }
}
.contact-section .section-header h2 .underline {
  color: #F26125;
  text-decoration: underline;
  text-decoration-color: #F26125;
  text-underline-offset: 5px;
}
.contact-section .section-header p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .contact-section .section-header p {
    font-size: 16px;
  }
}
.contact-section .section-header p .highlight {
  color: #F26125;
}

.contact-form {
  position: relative;
  z-index: 2;
}

.form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .form-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.form-left,
.form-right {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.form-group label {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .form-group label {
      font-size: 16px;
  }
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  height: 48px;
  font-size: 16px;
  color: #242141;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .form-group input,
  .form-group textarea {
    padding: 14px 18px;
    font-size: 16px;
  }
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #242141;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(242, 97, 37, 0.3);
}
.form-group textarea {
  min-height: 180px;
  height: auto;
  resize: vertical;
}
@media (max-width: 767px) {
  .form-group textarea {
    min-height: 140px;
  }
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.form-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  accent-color: #F26125;
  cursor: pointer;
}
.form-checkbox label {
    font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-checkbox label {
    font-size: 12px;
  }
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .form-submit {
    margin-top: 30px;
  }
}
.form-submit .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #F26125;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-submit .submit-btn {
    font-size: 16px;
    padding: 16px 35px;
  }
}
.form-submit .submit-btn:hover {
  background-color: #d7480d;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(242, 97, 37, 0.4);
}
.form-submit .submit-btn:active {
  transform: translateY(-1px);
}
.form-submit .submit-btn i {
  font-size: 12px;
}

/*----------------------------------------------------*/
/*   Feature Area One Section Styles
/*----------------------------------------------------*/
.feture-area-one {
  background-color: #242141;
  padding: 80px 0;
  position: relative;
  margin: 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .feture-area-one {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .feture-area-one {
    padding: 50px 0;
    margin: 20px;
  }
}
.feture-area-one.variation-two {
  background-color: #fff;
}
.feture-area-one.variation-two .feature-body {
  background-color: #242141;
}
.feture-area-one.variation-two .feature-body h3, .feture-area-one.variation-two .feature-body p {
  color: #fff;
}
.feture-area-one.variation-two .feature-body ul li {
  color: #fff;
}
.feture-area-one.variation-two .feature-body ul li::before {
  color: #fff;
}
.feture-area-one::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600px;
  height: 300px;
  background-image: url(../img/sec-2-shape.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .feture-area-one::before {
    width: 120px;
    height: 200px;
  }
}
.feture-area-one .container {
  position: relative;
  z-index: 1;
}
.feture-area-one .row {
  align-items: center;
}
@media (max-width: 991px) {
  .feture-area-one .col-lg-4 {
    margin-bottom: 30px;
  }
}
.feture-area-one .col-lg-4 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .feture-area-one .col-lg-4 img {
    border-radius: 12px;
  }
}
@media (max-width: 991px) {
  .feture-area-one .col-lg-7 {
    margin-left: 0;
  }
}
.feture-area-one .feature-body {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.feture-area-one .feature-body h3 {
  font-size: 40px;
  font-weight: 500;
  color: #242141;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .feture-area-one .feature-body h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .feture-area-one .feature-body h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .feture-area-one .feature-body h3 {
    font-size: 20px;
  }
}
.feture-area-one .feature-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .feture-area-one .feature-body ul {
    margin-bottom: 25px;
  }
}
.feture-area-one .feature-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #242141;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .feture-area-one .feature-body ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.feture-area-one .feature-body ul li::before {
  content: "•";
  color: #242141;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
}
.feture-area-one .feature-body ul li:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------*/
/*   Feature Area Two Section Styles
/*----------------------------------------------------*/
.feature-area-two {
  background: #E5E5E5;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .feature-area-two {
    padding: 80px 0;
  }
   .feature-area-two  .row {
gap: 40px;
}
}
@media (max-width: 767px) {
  .feature-area-two {
    padding: 60px 0;
  }
}
.feature-area-two.varaiation-two {
  background: #fff;
}
.feature-area-two.varaiation-two .feature-list li {
  color: #242141;
}
.feature-area-two.varaiation-two .image-building img {
    width: 100%;
    margin: 0 auto 40px auto;max-width: fit-content;
}
.feature-two-content {
  padding-right: 0px;
}
.feature-two-content h2 {
  font-weight: 500;
  color: #242141;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .feature-two-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .feature-two-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .feature-two-content h2 {
    font-size: 18px;
  }
}
.feature-two-content .description {
  font-size: 20px;
  color: #242141;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feature-two-content .description {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.feature-two-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.feature-two-content .feature-list li {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
  padding: 6px 10px 4px 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #F26125;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.feature-two-content .feature-list li:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(5px);
}
.feature-two-content .feature-list li:last-child {
  margin-bottom: 0;
}
.feature-two-content .feature-list li::before {
  content: "•";
  color: #F26125;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
  margin-right: 4px;
}

/*----------------------------------------------------*/
/*   Programs Selection Section Styles
/*----------------------------------------------------*/
.programs-section {
  background-color: rgba(229, 229, 229, 0.4);
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .programs-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .programs-section {
    padding: 60px 0;
  }
}
.programs-section .floating-properties img {

}
.programs-content {
  position: relative;
  z-index: 1;
}
.programs-content h2 {
  font-size: 40px;
  font-weight: 500;
  color: #242141;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .programs-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .programs-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.programs-content .subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #242141;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .programs-content .subtitle {
    font-size: 16px;
  }
}
.programs-content .description {
  font-size: 16px;
  color: #242141;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .programs-content .description {
      font-size: 16px;
    margin-bottom: 25px;
  }
}


/*----------------------------------------------------*/
/*   About Finarena Section Styles
/*----------------------------------------------------*/
.about-finarena-section {
  background-color: #EDE9E3;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-finarena-section {
    padding: 80px 0;
  }
.about-finarena-section  .row {
gap: 40px;
}
}
@media (max-width: 767px) {
  .about-finarena-section {
    padding: 60px 0;
  }
}

.about-finarena-section .about-image-wrapper img {
  border-radius: 10px;
}
.about-overlay-card {
  background-color: #F29873;
  border-radius: 20px;
  padding: 30px 20px;
}
.about-overlay-card h3 {
  font-weight: 700;
  color: #242141;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-overlay-card h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-overlay-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.about-overlay-card p {
  font-size: 16px;
  color: #242141;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-overlay-card p {
      font-size: 16px;
  }
}
.about-overlay-card p:last-child {
  margin-bottom: 0;
}
.about-overlay-card p strong {
  font-weight: 700;
}
.about-image-wrapper img {
      width: 100%;
}
.about-info-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 100%);
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-info-card {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .about-info-card {
    padding: 35px 30px;
      margin-top: 0px;
  }
}
.about-info-card .company-logo {
  margin-bottom: 25px;
}
.about-info-card .company-logo img {
  border-radius: 5px;
  width: 150px;
}
.about-info-card h3 {
  font-weight: 700;
  color: #242141;
  margin-bottom: 20px;
}
.about-info-card p {
  font-size: 16px;
  color: #242141;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about-info-card p {
    font-size: 16px;
  }
}
.about-info-card p:last-child {
  margin-bottom: 0;
}
.about-info-card p strong {
  font-weight: 700;
  color: #242141;
}

.breadcrumb-section {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding-top: 80px;
  }
}
.breadcrumb-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #EDE9E3;
  z-index: -1;
}
.breadcrumb-section .breadcrumb-menu {
  display: inline-flex;
  gap: 10px;
  background-color: #EDE9E3;
  border-top-right-radius: 10px;
  transform: translateY(-45px);
  padding: 11px 18px;
}
.breadcrumb-section .breadcrumb-menu a {
  color: #242141;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s ease;
}
.breadcrumb-section .breadcrumb-menu a:hover {
  color: #F26125;
}
.breadcrumb-section .breadcrumb-menu a:last-child {
  font-weight: 400;
}
.breadcrumb-section .breadcrumb-menu .separator {
  color: #F26125;
  font-weight: 700;
}
.breadcrumb-section .breadcrumb-image-wrapper {
  position: relative;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb-image-wrapper .main-image img {
  width: 100%;
  height: auto;
}
.breadcrumb-section .breadcrumb-image-wrapper .decorative-triangles {
  position: absolute;
  right: 50px;
  bottom: -100px;
  transform: translateY(-50%);
  display: block;
  width: 70px;
}
.breadcrumb-section .breadcrumb-image-wrapper .decorative-triangles img {
  width: 100%;
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-image-wrapper .decorative-triangles {
    display: none;
  }
}

/*----------------------------------------------------*/
/*   Hero Section Styles
/*----------------------------------------------------*/
.hero-section {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 80px;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
 height: 100%;
  background-color: #EDE9E3;
  z-index: -1;
}

.hero-image-wrapper {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 991px) {

}
.hero-image-wrapper .hero-image {

  overflow: hidden;
  position: relative;
}
.hero-image-wrapper .hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-image-wrapper .decorative-triangles {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
@media (max-width: 991px) {
  .hero-image-wrapper .decorative-triangles {
    display: none;
  }
}

.hero-title-area {
  padding: 0;
 
  margin-top: -120px;
}
@media (min-width: 1200px) {
.hero-title-area {
    padding: 0;
    max-width: 835px;
    margin-top: -150px;
}
}
@media (min-width: 1400px) {
.hero-title-area {
     max-width: 1045px;
    margin-top: -150px;
}
}
@media (max-width: 991px) {
  .hero-title-area {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .hero-title-area {
   margin-top: -50px;
  }
}
.hero-title-area h1 {
  font-size: 55px;
  font-weight: 500;
  color: #242141;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .hero-title-area h1 {
       font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-title-area h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .hero-title-area h1 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .hero-title-area h1 {
        font-size: 24px;
        width: 80%;
  }
}
.hero-title-area h1 .highlight {
  color: #F26125;
  font-weight: 700;
}
.hero-title-area .subtitle {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-title-area .subtitle p {
  font-size: 28px;
  color: #242141;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero-title-area .subtitle p {
    font-size: 18px;
  }
}

.hero-content-area {
  padding: 60px 0 100px 0;
}
@media (max-width: 1199px) {
  .hero-content-area {
  gap: 00px;
  }
} 
@media (max-width: 991px) {
  .hero-content-area {
    padding: 50px 0 80px 0;  gap: 40px;
  }
} 
@media (max-width: 767px) {
  .hero-content-area {
    padding: 40px 0 60px 0;
  }
}

.hero-floating-cards {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hero-floating-cards {
    flex: 1;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .hero-floating-cards {
    gap: 20px;
    margin-bottom: 30px;
  }
}

.floating-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  gap: 20px;
  transition: all 0.3s ease;
  width: 47%;
}
@media (max-width: 991px) {
  .floating-card {
    width: 48%;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .floating-card {
    width: 100%;
    padding: 20px;
  }
}


}
.floating-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.floating-card.card-2 {
  margin-bottom: -180px;
}
@media (max-width: 991px) {
  .floating-card.card-2 {
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  .floating-card.card-2 {
    margin-bottom: 0;
  }
}
.floating-card .card-icon {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .floating-card .card-icon {
    margin-bottom: 15px;
  }
}
.floating-card .card-icon img {
  max-width: 100%;
  height: auto;
}
.floating-card .card-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #242141;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .floating-card .card-content h4 {
    font-size: 16px;
  }
}

.hero-main-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #242141;
  line-height: 1.3;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .hero-main-content h3 {
    font-size: 22px;
  }
}
.hero-main-content p {
  font-size: 15px;
  color: #242141;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-main-content p {
    font-size: 16px;
  }
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #F26125;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.5s ease;
}
@media (max-width: 767px) {
  .cta-btn {
    font-size: 16px;
    padding: 12px 28px;
  }
}
.cta-btn:hover {
  background-color: #d7480d;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 100, 80, 0.3);
  color: #fff;
}
.cta-btn:hover::after {
  left: 100%;
}
.cta-btn:hover i {
  animation: arrowBounce 0.6s ease infinite;
}
.cta-btn:focus {
  outline: none;
}
.cta-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  color: #F26125;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 25px;
  border: 2px solid #F26125;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.cta-btn-outline:hover {
  background-color: #F26125;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(242, 97, 37, 0.3);
}
.cta-btn-outline i {
  font-size: 12px;
}

/*----------------------------------------------------*/
/*   Footer Section Styles
/*----------------------------------------------------*/
.site-footer {
  background-color: #fff;
  padding: 60px 0 30px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 0px 0 20px;
  }
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-top {
    gap: 20px;
    margin-bottom: 25px;
  }
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-contact {
    flex-direction: column;
    gap: 15px;
  }
}
.footer-contact .contact-item span,
.footer-contact .contact-item a {
  font-size: 20px;
  color: #242141;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer-contact .contact-item span,
  .footer-contact .contact-item a {
      font-size: 16px;
  }
}
.footer-contact .contact-item a:hover {
  color: #F26125;
}
.footer-contact .separator {
  color: #F26125;
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 767px) {
  .footer-contact .separator {
    display: none;
  }
}
.footer-contact .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-contact .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242141;
  font-size: 18px;
  transition: all 0.3s ease;
}
.footer-contact .social-links a:hover {
  color: #F26125;
  transform: translateY(-2px);
}

.footer-divider {
  max-width: 755px;
  margin: auto;
  height: 1px;
  background-color: #242141;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-divider {
    margin-bottom: 25px;
  }
}

.footer-description {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .footer-description {
    margin-bottom: 25px;
  }
}
.footer-description p {
  font-size: 16px;
  color: #242141;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-description p {
    font-size: 16px;
  }
}
.footer-description p:last-child {
  margin-bottom: 0;
}

.footer-nav {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-nav {
    margin-bottom: 25px;
  }
}
.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footer-nav ul {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer-nav ul {
    gap: 15px;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .footer-nav ul {
    gap: 10px;
  }
}
.footer-nav ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #242141;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .footer-nav ul li a {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .footer-nav ul li a {
    font-size: 10px;
  }
}
.footer-nav ul li a:hover {
  color: #F26125;
}

.footer-bottom {
  text-align: center;
}
.footer-bottom p {
    font-size: 13px;
  color: #8E8E8E;
  margin: 0;
}
.footer-bottom p a {
  color: #8E8E8E;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-bottom p a:hover {
  color: #8E8E8E;
}

/*----------------------------------------------------*/
/*   Qui Sommes-Nous Section Styles
/*----------------------------------------------------*/
.who-are-we-section {
  background-color: #242141;
  padding: 100px 0;
  margin: 0 55px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .who-are-we-section {
    padding: 00px 0;
    margin: 0 30px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .who-are-we-section {
    padding: 60px 0;
    margin: 0 15px;
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .who-are-we-section {
    padding: 50px 0;
    margin: 0 10px;
    border-radius: 10px;
  }
}
.who-are-we-section .container {
padding: 0;
}
.who-are-we-section .who-image-wrapper .who-image {
  position: relative;
  overflow: hidden;
}
.who-are-we-section .who-image-wrapper .who-image img {
  width: 100%;
  height: auto;
  display: block;
border-radius: 400px;
 
}
.who-are-we-section .who-content {
  padding-left: 60px;
  color: #ffffff;
}


@media (max-width: 991px) {
  .who-are-we-section .who-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .who-are-we-section .who-content {
    padding-left: 0;
    padding-top: 40px;
  }
}
.who-are-we-section .who-content h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .who-are-we-section .who-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .who-are-we-section .who-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.who-are-we-section .who-content .intro-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .who-are-we-section .who-content .intro-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.who-are-we-section .who-content .highlight-text {
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .who-are-we-section .who-content .highlight-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .who-are-we-section .who-content .highlight-text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.who-are-we-section .who-content .highlight-text strong {
  font-weight: 700;
}
.who-are-we-section .who-decorative-text {
  position: absolute;
  bottom: 30px;
  right: 50px;
  font-size: 140px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .who-are-we-section .who-decorative-text {
    font-size: 100px;
    right: 30px;
    bottom: 20px;
    -webkit-text-stroke-width: 1px;
  }
}
@media (max-width: 767px) {
  .who-are-we-section .who-decorative-text {
    font-size: 60px;
    right: 20px;
    bottom: 15px;
    letter-spacing: 8px;
  }
}
@media (max-width: 575px) {
  .who-are-we-section .who-decorative-text {
    font-size: 40px;
    letter-spacing: 5px;
  }
}

/*----------------------------------------------------*/
/*   Nos Ressources Section Styles
/*----------------------------------------------------*/
.resources-section {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .resources-section {
    padding: 60px 0;
  }

.resources-section .row {
  gap: 40px;
}
}
@media (max-width: 767px) {
  .resources-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .resources-section .resources-list {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.resources-section .resources-list .resources-title {
  font-size: 24px;
  font-weight: 700;
  color: #242141;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .resources-section .resources-list .resources-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.resources-section .resources-list .resource-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid #EDE9E3;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .resources-section .resources-list .resource-item {
    padding: 15px 10px;
    margin: 0 -10px;
  }
}
.resources-section .resources-list .resource-item:hover {
  background-color: rgba(237, 233, 227, 0.5);
}
.resources-section .resources-list .resource-item:hover .resource-arrow {
  transform: translateX(5px);
  color: #d7480d;
}
.resources-section .resources-list .resource-item .resource-text {
  font-size: 20px;
  color: #242141;
  line-height: 1.5;
  flex: 1;
  padding-right: 20px;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  .resources-section .resources-list .resource-item .resource-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .resources-section .resources-list .resource-item .resource-text {
    font-size: 15px;
  }
}
.resources-section .resources-list .resource-item .resource-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #F26125;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.resources-section .resources-list .resource-item .resource-arrow i {
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .resources-section .press-section {
    padding-left: 0;
    border-left: none;
  }
}
.resources-section .press-section .press-title {
  font-size: 24px;
  font-weight: 700;
  color: #242141;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .resources-section .press-section .press-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.resources-section .press-section .press-card {
  display: flex;
  align-items: center;
  background-color: #181617;
  padding: 20px 10px;
  border-radius: 8px;
  gap: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 991px) {
  .resources-section .press-section .press-card {
    padding: 20px 25px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .resources-section .press-section .press-card {
    flex-direction: row;
           align-items: center;
    padding: 20px;
    gap: 15px;
  }
}
.resources-section .press-section .press-card .press-logo {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.resources-section .press-section .press-card .press-content {
  flex: 1;
}
.resources-section .press-section .press-card .press-content p {
  color: #fff;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 991px) {
  .resources-section .press-section .press-card .press-content p {
    font-size: 16px;
  }
}
.resources-section .press-section .press-card .press-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #A98F52;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}


/*----------------------------------------------------*/
/*   Contact Form Status Messages & Styles
/*----------------------------------------------------*/
.required {
  color: #F26125;
  font-weight: 600;
}

.form-status-message {
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .form-status-message {
    padding: 15px 20px;
    font-size: 16px;
    gap: 12px;
  }
}
.form-status-message i {
  font-size: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .form-status-message i {
    font-size: 20px;
  }
}
.form-status-message.success {
  background-color: rgba(39, 174, 96, 0.1);
  border: 1px solid rgba(39, 174, 96, 0.3);
  color: #27ae60;
}
.form-status-message.success i {
  color: #27ae60;
}
.form-status-message.error {
  background-color: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.3);
  color: #e74c3c;
}
.form-status-message.error i {
  color: #e74c3c;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #F26125;
  box-shadow: 0 0 0 3px rgba(242, 97, 37, 0.1);
}
.contact-form input:invalid:not(:placeholder-shown),
.contact-form textarea:invalid:not(:placeholder-shown) {
  border-color: #e74c3c;
}
.contact-form input:valid:not(:placeholder-shown),
.contact-form textarea:valid:not(:placeholder-shown) {
  border-color: #27ae60;
}

/*# sourceMappingURL=style.css.map */
section.video {
      margin: 40px auto 0;
  max-width: 1000px;

  iframe {
    margin-left: 20px;
    margin-right: 20px;
  }
}