/*-----------------------------------------------------------------------------------

    Template Name: Egens - Creative Agency Bootstrat Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    00 - Helpers (Variables)
    01 - Basic (Typography)
    02 - Template
        2.1 - Header Style
        2.2 - Slider Style
        2.3 - About Style
        2.4 - Funfact Style
        2.5 - Service Style
        2.6 - Progress Style
        2.7 - Portfolio One Style
        2.8 - Work Banner Style
        2.9 - Team Style
        2.10 - Testimonial Style
        2.11 - Blog Style
        2.12 - Brand Style
        2.13 - Breadcrumb Style
        2.14 - Sidebar Style
        2.15 - Brand Style
        2.16 - Plan Style

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

/* Offset pour le smooth scroll avec header sticky */
#nos-solutions {
  scroll-margin-top: 100px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #a3a1a9;
  background-color: #ffffff;
}

/* Offset pour le smooth scroll avec header sticky */
#nos-solutions {
  scroll-margin-top: 120px;
}

/* =============================
    Team Member Styles
================================ */
.team-member {
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.team-member-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-member-image img {
  width: 100%;
  max-width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.team-member-name {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1b263b;
  margin-bottom: 10px;
}

.team-member-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #54545f;
  margin-bottom: 20px;
}

.team-member-social {
  margin-top: 15px;
}

.team-member-social .linkedin-link {
  color: #0077b5;
  font-size: 28px;
  transition: all 0.3s ease;
  display: inline-block;
}

.team-member-social .linkedin-link:hover {
  color: #005885;
  transform: scale(1.2);
}

.about-description {
  background: #f8f9fa;
  padding: 40px 60px 60px 60px;
  border-radius: 20px;
}

.about-description .section-head {
  margin-bottom: 30px;
  margin-top: 0;
}

/* Padding spécifique pour la page Qui Sommes Nous */
body.qui-sommes-nous-page .section-padding {
  padding: 60px 0;
}

.about-text .text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #54545f;
}

@media only screen and (max-width: 767px) {
  .team-member-image img {
    height: 300px;
  }
  
  .about-description {
    padding: 40px 30px;
  }
  
  .about-text .text {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  transition: ease-in-out 0.5s;
}

a,
button {
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #1b263b;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d4c6ae;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: "Montserrat", sans-serif;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #202224;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

*::-moz-selection {
  background: #5c595a;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #5c595a;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #5c595a;
  color: #ffffff;
  text-shadow: none;
}

/*--
 - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #1b263b;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #1b263b;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #1b263b;
  font-size: 14px;
  opacity: 1;
}

/* Brand Color */
.facebook {
  color: #1877f2;
}
.facebook:hover {
  opacity: 0.6;
}

.twitter {
  color: #1da1f2;
}
.twitter:hover {
  opacity: 0.6;
}

.linkedin {
  color: #0077b5;
}
.linkedin:hover {
  opacity: 0.6;
}

.instagram {
  color: #405de6;
}
.instagram:hover {
  opacity: 0.6;
}

/* Custom Class */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section Heading */
.section-head .title {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
@media only screen and (max-width: 767px) {
  .section-head .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-head .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .section-head .title {
    font-size: 30px;
  }
}
.section-head .title-two {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
@media only screen and (max-width: 767px) {
  .section-head .title-two {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-head .title-two {
    font-size: 30px;
  }
}
.section-head .subtitle {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  color: #d4c6ae;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@media only screen and (max-width: 767px) {
  .section-head .subtitle {
    font-size: 16px;
    letter-spacing: 4px;
  }
}
.section-head .text {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: #8d8e99;
  margin-top: 30px;
  max-width: 510px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-head .text {
    font-size: 18px;
    margin-top: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .section-head .text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.section-head .text-two {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #54545f;
  margin-top: 40px;
  max-width: 510px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head .text-two {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-head .text-two {
    font-size: 16px;
    margin-top: 20px;
    max-width: 100%;
  }
}
.section-head.section-title-center {
  /* margin-bottom: 90px; */
  margin-top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head.section-title-center {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.section-title-center {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-head.section-title-center {
    margin-bottom: 60px;
  }
}
.section-head.section-title-center .text {
  max-width: 648px;
}

/* Section Spacing */
.mb-60 {
  margin-bottom: 60px;
}

.mb-n60 {
  margin-bottom: -60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-n40 {
  margin-bottom: -40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-n30 {
  margin-bottom: -30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-n25 {
  margin-bottom: -25px;
}

/* Button Style */
.btn-style-one {
  border-color: #1b263b;
  background: #1b263b;
  border: 0px;
  border-radius: 27px;
  padding: 20px 45px;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.btn-style-one:focus {
  box-shadow: none;
}
.btn-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d4c6ae;
  opacity: 0;
  transition: 0.5s;
  border-radius: 27px;
  z-index: 1;
}
.btn-style-one:hover span {
  color: #ffffff;
}
.btn-style-one:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.btn-style-one span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.btn-style-two {
  background: transparent;
  border: 2px solid #1b263b;
  color: #1b263b;
  border-radius: 27px;
  padding: 15px 50px;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.btn-style-two:focus {
  box-shadow: none;
}
.btn-style-two::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #d4c6ae;
  background: linear-gradient(135deg, #d4c6ae 0%, #5435be 45%, #1b263b 66%);
  opacity: 0;
  transition: 0.5s;
  border-radius: 27px;
  z-index: 1;
}
.btn-style-two:hover span {
  color: #ffffff;
}
.btn-style-two:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.btn-style-two span {
  position: relative;
  z-index: 3;
  color: #1b263b;
}

.btn-style-three {
  background: #ffffff;
  color: #1b263b;
  border-radius: 27px;
  padding: 15px 45px;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.btn-style-three:focus {
  box-shadow: none;
}
.btn-style-three:hover {
  color: #d4c6ae;
  background: white;
}

.btn-style-four {
  background: #b2b2b2;
  color: #1b263b;
  border-radius: 27px;
  padding: 20px 40px;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  border: 0px;
}
.btn-style-four:focus {
  box-shadow: none;
}
.btn-style-four:hover, .btn-style-four.active {
  border-color: #1b263b;
  background: #1b263b;
  background: linear-gradient(135deg, #1b263b 0%, #5435be 45%, #d4c6ae 66%);
  border: 0px;
  border-radius: 27px;
  padding: 20px 40px;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: white;
}
.btn-style-four:hover::before, .btn-style-four.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d4c6ae;
  background: linear-gradient(135deg, #d4c6ae 0%, #5435be 45%, #1b263b 66%);
  opacity: 0;
  transition: 0.5s;
  border-radius: 27px;
  z-index: 1;
}

/* Styles pour les formulaires "Demander un Devis" par catégorie */
/* Tous les boutons dans les formulaires : fond blanc, texte #1b263b */
.sidebar.devis-form-pro .btn-style-four,
.devis-form-pro .btn.btn-style-four,
.devis-form-pro button.btn-style-four,
.sidebar.devis-form-part .btn-style-four,
.devis-form-part .btn.btn-style-four,
.devis-form-part button.btn-style-four,
.sidebar.devis-form-ent .btn-style-four,
.devis-form-ent .btn.btn-style-four,
.devis-form-ent button.btn-style-four {
  background: #ffffff !important;
  color: #1b263b !important;
  border-color: #ffffff !important;
}

.sidebar.devis-form-pro .btn-style-four span,
.devis-form-pro .btn.btn-style-four span,
.devis-form-pro button.btn-style-four span,
.sidebar.devis-form-part .btn-style-four span,
.devis-form-part .btn.btn-style-four span,
.devis-form-part button.btn-style-four span,
.sidebar.devis-form-ent .btn-style-four span,
.devis-form-ent .btn.btn-style-four span,
.devis-form-ent button.btn-style-four span {
  color: #1b263b !important;
}

.sidebar.devis-form-pro .btn-style-four:hover, 
.sidebar.devis-form-pro .btn-style-four.active,
.sidebar.devis-form-pro .btn-style-four:focus,
.devis-form-pro .btn.btn-style-four:hover,
.devis-form-pro .btn.btn-style-four.active,
.devis-form-pro .btn.btn-style-four:focus,
.devis-form-pro button.btn-style-four:hover,
.devis-form-pro button.btn-style-four.active,
.devis-form-pro button.btn-style-four:focus,
.sidebar.devis-form-part .btn-style-four:hover, 
.sidebar.devis-form-part .btn-style-four.active,
.sidebar.devis-form-part .btn-style-four:focus,
.devis-form-part .btn.btn-style-four:hover,
.devis-form-part .btn.btn-style-four.active,
.devis-form-part .btn.btn-style-four:focus,
.devis-form-part button.btn-style-four:hover,
.devis-form-part button.btn-style-four.active,
.devis-form-part button.btn-style-four:focus,
.sidebar.devis-form-ent .btn-style-four:hover, 
.sidebar.devis-form-ent .btn-style-four.active,
.sidebar.devis-form-ent .btn-style-four:focus,
.devis-form-ent .btn.btn-style-four:hover,
.devis-form-ent .btn.btn-style-four.active,
.devis-form-ent .btn.btn-style-four:focus,
.devis-form-ent button.btn-style-four:hover,
.devis-form-ent button.btn-style-four.active,
.devis-form-ent button.btn-style-four:focus {
  background: #f0f0f0 !important;
  color: #1b263b !important;
  border-color: #f0f0f0 !important;
}

.sidebar.devis-form-pro .btn-style-four:hover span,
.sidebar.devis-form-pro .btn-style-four.active span,
.sidebar.devis-form-pro .btn-style-four:focus span,
.devis-form-pro .btn.btn-style-four:hover span,
.devis-form-pro .btn.btn-style-four.active span,
.devis-form-pro button.btn-style-four:hover span,
.devis-form-pro button.btn-style-four.active span,
.sidebar.devis-form-part .btn-style-four:hover span,
.sidebar.devis-form-part .btn-style-four.active span,
.sidebar.devis-form-part .btn-style-four:focus span,
.devis-form-part .btn.btn-style-four:hover span,
.devis-form-part .btn.btn-style-four.active span,
.devis-form-part button.btn-style-four:hover span,
.devis-form-part button.btn-style-four.active span,
.sidebar.devis-form-ent .btn-style-four:hover span,
.sidebar.devis-form-ent .btn-style-four.active span,
.sidebar.devis-form-ent .btn-style-four:focus span,
.devis-form-ent .btn.btn-style-four:hover span,
.devis-form-ent .btn.btn-style-four.active span,
.devis-form-ent button.btn-style-four:hover span,
.devis-form-ent button.btn-style-four.active span {
  color: #1b263b !important;
}

.sidebar.devis-form-pro .btn-style-four:hover::before, 
.sidebar.devis-form-pro .btn-style-four.active::before,
.devis-form-pro .btn.btn-style-four:hover::before,
.devis-form-pro .btn.btn-style-four.active::before,
.sidebar.devis-form-part .btn-style-four:hover::before, 
.sidebar.devis-form-part .btn-style-four.active::before,
.devis-form-part .btn.btn-style-four:hover::before,
.devis-form-part .btn.btn-style-four.active::before,
.sidebar.devis-form-ent .btn-style-four:hover::before, 
.sidebar.devis-form-ent .btn-style-four.active::before,
.devis-form-ent .btn.btn-style-four:hover::before,
.devis-form-ent .btn.btn-style-four.active::before {
  background: transparent !important;
  opacity: 0 !important;
}

/* Background pour tous les formulaires de devis */
.devis-form-blue-bg,
.devis-form-green-bg,
.devis-form-yellow-bg,
.sidebar.devis-form-pro,
.sidebar.devis-form-part,
.sidebar.devis-form-ent,
.sidebar.devis-form-blue-bg,
.sidebar.devis-form-green-bg,
.sidebar.devis-form-yellow-bg {
  background-color: #1b263b !important;
  padding: 30px !important;
  border-radius: 20px !important;
}

/* Titre "Demander un Devis" en blanc pour tous les formulaires */
.devis-form-blue-bg .sidebar-title,
.devis-form-green-bg .sidebar-title,
.devis-form-yellow-bg .sidebar-title,
.sidebar.devis-form-pro .sidebar-title,
.sidebar.devis-form-part .sidebar-title,
.sidebar.devis-form-ent .sidebar-title,
.devis-form-pro .sidebar-title,
.devis-form-part .sidebar-title,
.devis-form-ent .sidebar-title {
  color: #ffffff !important;
}

/* Champs de saisie pour tous les formulaires */
.devis-form-blue-bg input[type="text"],
.devis-form-blue-bg input[type="date"],
.devis-form-blue-bg input[type="email"],
.devis-form-blue-bg input[type="tel"],
.devis-form-green-bg input[type="text"],
.devis-form-green-bg input[type="date"],
.devis-form-green-bg input[type="email"],
.devis-form-green-bg input[type="tel"],
.devis-form-yellow-bg input[type="text"],
.devis-form-yellow-bg input[type="date"],
.devis-form-yellow-bg input[type="email"],
.devis-form-yellow-bg input[type="tel"],
.sidebar.devis-form-pro input[type="text"],
.sidebar.devis-form-pro input[type="date"],
.sidebar.devis-form-pro input[type="email"],
.sidebar.devis-form-pro input[type="tel"],
.sidebar.devis-form-part input[type="text"],
.sidebar.devis-form-part input[type="date"],
.sidebar.devis-form-part input[type="email"],
.sidebar.devis-form-part input[type="tel"],
.sidebar.devis-form-ent input[type="text"],
.sidebar.devis-form-ent input[type="date"],
.sidebar.devis-form-ent input[type="email"],
.sidebar.devis-form-ent input[type="tel"] {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  color: #5c595a !important;
}

.devis-form-blue-bg input[type="text"]:focus,
.devis-form-blue-bg input[type="date"]:focus,
.devis-form-blue-bg input[type="email"]:focus,
.devis-form-blue-bg input[type="tel"]:focus,
.devis-form-green-bg input[type="text"]:focus,
.devis-form-green-bg input[type="date"]:focus,
.devis-form-green-bg input[type="email"]:focus,
.devis-form-green-bg input[type="tel"]:focus,
.devis-form-yellow-bg input[type="text"]:focus,
.devis-form-yellow-bg input[type="date"]:focus,
.devis-form-yellow-bg input[type="email"]:focus,
.devis-form-yellow-bg input[type="tel"]:focus,
.sidebar.devis-form-pro input[type="text"]:focus,
.sidebar.devis-form-pro input[type="date"]:focus,
.sidebar.devis-form-pro input[type="email"]:focus,
.sidebar.devis-form-pro input[type="tel"]:focus,
.sidebar.devis-form-part input[type="text"]:focus,
.sidebar.devis-form-part input[type="date"]:focus,
.sidebar.devis-form-part input[type="email"]:focus,
.sidebar.devis-form-part input[type="tel"]:focus,
.sidebar.devis-form-ent input[type="text"]:focus,
.sidebar.devis-form-ent input[type="date"]:focus,
.sidebar.devis-form-ent input[type="email"]:focus,
.sidebar.devis-form-ent input[type="tel"]:focus {
  border-color: #1b263b !important;
  outline: none !important;
}

/* Bouton "Envoyer" pour tous les formulaires : fond blanc, texte #1b263b */
.devis-form-blue-bg .btn-style-four,
.devis-form-green-bg .btn-style-four,
.devis-form-yellow-bg .btn-style-four,
.sidebar.devis-form-pro .btn-style-four,
.sidebar.devis-form-part .btn-style-four,
.sidebar.devis-form-ent .btn-style-four {
  background-color: #ffffff !important;
  color: #1b263b !important;
  border-color: #ffffff !important;
}

.devis-form-blue-bg .btn-style-four span,
.devis-form-green-bg .btn-style-four span,
.devis-form-yellow-bg .btn-style-four span,
.sidebar.devis-form-pro .btn-style-four span,
.sidebar.devis-form-part .btn-style-four span,
.sidebar.devis-form-ent .btn-style-four span {
  color: #1b263b !important;
}

.devis-form-blue-bg .btn-style-four:hover,
.devis-form-blue-bg .btn-style-four:focus,
.devis-form-blue-bg .btn-style-four.active,
.devis-form-green-bg .btn-style-four:hover,
.devis-form-green-bg .btn-style-four:focus,
.devis-form-green-bg .btn-style-four.active,
.devis-form-yellow-bg .btn-style-four:hover,
.devis-form-yellow-bg .btn-style-four:focus,
.devis-form-yellow-bg .btn-style-four.active,
.sidebar.devis-form-pro .btn-style-four:hover,
.sidebar.devis-form-pro .btn-style-four:focus,
.sidebar.devis-form-pro .btn-style-four.active,
.sidebar.devis-form-part .btn-style-four:hover,
.sidebar.devis-form-part .btn-style-four:focus,
.sidebar.devis-form-part .btn-style-four.active,
.sidebar.devis-form-ent .btn-style-four:hover,
.sidebar.devis-form-ent .btn-style-four:focus,
.sidebar.devis-form-ent .btn-style-four.active {
  background-color: #f0f0f0 !important;
  color: #1b263b !important;
  border-color: #f0f0f0 !important;
}

.devis-form-blue-bg .btn-style-four:hover span,
.devis-form-blue-bg .btn-style-four:focus span,
.devis-form-blue-bg .btn-style-four.active span,
.devis-form-green-bg .btn-style-four:hover span,
.devis-form-green-bg .btn-style-four:focus span,
.devis-form-green-bg .btn-style-four.active span,
.devis-form-yellow-bg .btn-style-four:hover span,
.devis-form-yellow-bg .btn-style-four:focus span,
.devis-form-yellow-bg .btn-style-four.active span,
.sidebar.devis-form-pro .btn-style-four:hover span,
.sidebar.devis-form-pro .btn-style-four:focus span,
.sidebar.devis-form-pro .btn-style-four.active span,
.sidebar.devis-form-part .btn-style-four:hover span,
.sidebar.devis-form-part .btn-style-four:focus span,
.sidebar.devis-form-part .btn-style-four.active span,
.sidebar.devis-form-ent .btn-style-four:hover span,
.sidebar.devis-form-ent .btn-style-four:focus span,
.sidebar.devis-form-ent .btn-style-four.active span {
  color: #1b263b !important;
}

/* =============================
   Optimisation Mobile - Formulaires de Devis
================================ */

/* Tablettes et petits écrans (max-width: 767px) */
@media only screen and (max-width: 767px) {
  /* Réduction du padding du formulaire */
  .devis-form-blue-bg,
  .devis-form-green-bg,
  .devis-form-yellow-bg,
  .sidebar.devis-form-pro,
  .sidebar.devis-form-part,
  .sidebar.devis-form-ent,
  .sidebar.devis-form-blue-bg,
  .sidebar.devis-form-green-bg,
  .sidebar.devis-form-yellow-bg {
    padding: 20px !important;
    border-radius: 20px !important;
  }
  
  /* Réduction de la taille du titre */
  .devis-form-blue-bg .sidebar-title,
  .devis-form-green-bg .sidebar-title,
  .devis-form-yellow-bg .sidebar-title,
  .sidebar.devis-form-pro .sidebar-title,
  .sidebar.devis-form-part .sidebar-title,
  .sidebar.devis-form-ent .sidebar-title,
  .devis-form-pro .sidebar-title,
  .devis-form-part .sidebar-title,
  .devis-form-ent .sidebar-title {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    padding-left: 10px !important;
  }
  
  /* Ajustement des champs de saisie */
  .devis-form-blue-bg input[type="text"],
  .devis-form-blue-bg input[type="date"],
  .devis-form-blue-bg input[type="email"],
  .devis-form-blue-bg input[type="tel"],
  .devis-form-green-bg input[type="text"],
  .devis-form-green-bg input[type="date"],
  .devis-form-green-bg input[type="email"],
  .devis-form-green-bg input[type="tel"],
  .devis-form-yellow-bg input[type="text"],
  .devis-form-yellow-bg input[type="date"],
  .devis-form-yellow-bg input[type="email"],
  .devis-form-yellow-bg input[type="tel"],
  .sidebar.devis-form-pro input[type="text"],
  .sidebar.devis-form-pro input[type="date"],
  .sidebar.devis-form-pro input[type="email"],
  .sidebar.devis-form-pro input[type="tel"],
  .sidebar.devis-form-part input[type="text"],
  .sidebar.devis-form-part input[type="date"],
  .sidebar.devis-form-part input[type="email"],
  .sidebar.devis-form-part input[type="tel"],
  .sidebar.devis-form-ent input[type="text"],
  .sidebar.devis-form-ent input[type="date"],
  .sidebar.devis-form-ent input[type="email"],
  .sidebar.devis-form-ent input[type="tel"] {
    font-size: 16px !important;
    padding: 12px 15px !important;
    height: auto !important;
    min-height: 48px !important;
    margin-bottom: 15px !important;
  }
  
  /* Ajustement du bouton */
  .devis-form-blue-bg .btn-style-four,
  .devis-form-green-bg .btn-style-four,
  .devis-form-yellow-bg .btn-style-four,
  .sidebar.devis-form-pro .btn-style-four,
  .sidebar.devis-form-part .btn-style-four,
  .sidebar.devis-form-ent .btn-style-four {
    padding: 14px 25px !important;
    font-size: 16px !important;
    min-height: 50px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .devis-form-blue-bg .btn-style-four span,
  .devis-form-green-bg .btn-style-four span,
  .devis-form-yellow-bg .btn-style-four span,
  .sidebar.devis-form-pro .btn-style-four span,
  .sidebar.devis-form-part .btn-style-four span,
  .sidebar.devis-form-ent .btn-style-four span {
    font-size: 16px !important;
  }
  
  /* Réduction de l'espacement dans les lignes du formulaire */
  .devis-form-blue-bg .row,
  .devis-form-green-bg .row,
  .devis-form-yellow-bg .row,
  .sidebar.devis-form-pro .row,
  .sidebar.devis-form-part .row,
  .sidebar.devis-form-ent .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  
  .devis-form-blue-bg .row > *,
  .devis-form-green-bg .row > *,
  .devis-form-yellow-bg .row > *,
  .sidebar.devis-form-pro .row > *,
  .sidebar.devis-form-part .row > *,
  .sidebar.devis-form-ent .row > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Réduction de l'espacement entre les colonnes */
  .devis-form-blue-bg .mb-3,
  .devis-form-green-bg .mb-3,
  .devis-form-yellow-bg .mb-3,
  .sidebar.devis-form-pro .mb-3,
  .sidebar.devis-form-part .mb-3,
  .sidebar.devis-form-ent .mb-3 {
    margin-bottom: 15px !important;
  }
}

/* Petits mobiles (max-width: 575px) */
@media only screen and (max-width: 575px) {
  /* Encore plus de padding réduit */
  .devis-form-blue-bg,
  .devis-form-green-bg,
  .devis-form-yellow-bg,
  .sidebar.devis-form-pro,
  .sidebar.devis-form-part,
  .sidebar.devis-form-ent,
  .sidebar.devis-form-blue-bg,
  .sidebar.devis-form-green-bg,
  .sidebar.devis-form-yellow-bg {
    padding: 18px 15px !important;
    border-radius: 6px !important;
  }
  
  /* Titre encore plus petit */
  .devis-form-blue-bg .sidebar-title,
  .devis-form-green-bg .sidebar-title,
  .devis-form-yellow-bg .sidebar-title,
  .sidebar.devis-form-pro .sidebar-title,
  .sidebar.devis-form-part .sidebar-title,
  .sidebar.devis-form-ent .sidebar-title,
  .devis-form-pro .sidebar-title,
  .devis-form-part .sidebar-title,
  .devis-form-ent .sidebar-title {
    font-size: 18px !important;
    margin-bottom: 18px !important;
    padding-left: 8px !important;
  }
  
  /* Champs de saisie optimisés pour petits écrans */
  .devis-form-blue-bg input[type="text"],
  .devis-form-blue-bg input[type="date"],
  .devis-form-blue-bg input[type="email"],
  .devis-form-blue-bg input[type="tel"],
  .devis-form-green-bg input[type="text"],
  .devis-form-green-bg input[type="date"],
  .devis-form-green-bg input[type="email"],
  .devis-form-green-bg input[type="tel"],
  .devis-form-yellow-bg input[type="text"],
  .devis-form-yellow-bg input[type="date"],
  .devis-form-yellow-bg input[type="email"],
  .devis-form-yellow-bg input[type="tel"],
  .sidebar.devis-form-pro input[type="text"],
  .sidebar.devis-form-pro input[type="date"],
  .sidebar.devis-form-pro input[type="email"],
  .sidebar.devis-form-pro input[type="tel"],
  .sidebar.devis-form-part input[type="text"],
  .sidebar.devis-form-part input[type="date"],
  .sidebar.devis-form-part input[type="email"],
  .sidebar.devis-form-part input[type="tel"],
  .sidebar.devis-form-ent input[type="text"],
  .sidebar.devis-form-ent input[type="date"],
  .sidebar.devis-form-ent input[type="email"],
  .sidebar.devis-form-ent input[type="tel"] {
    font-size: 16px !important;
    padding: 12px 12px !important;
    min-height: 46px !important;
    margin-bottom: 12px !important;
  }
  
  /* Bouton optimisé */
  .devis-form-blue-bg .btn-style-four,
  .devis-form-green-bg .btn-style-four,
  .devis-form-yellow-bg .btn-style-four,
  .sidebar.devis-form-pro .btn-style-four,
  .sidebar.devis-form-part .btn-style-four,
  .sidebar.devis-form-ent .btn-style-four {
    padding: 12px 20px !important;
    font-size: 15px !important;
    min-height: 48px !important;
  }
  
  .devis-form-blue-bg .btn-style-four span,
  .devis-form-green-bg .btn-style-four span,
  .devis-form-yellow-bg .btn-style-four span,
  .sidebar.devis-form-pro .btn-style-four span,
  .sidebar.devis-form-part .btn-style-four span,
  .sidebar.devis-form-ent .btn-style-four span {
    font-size: 15px !important;
  }
  
  /* Espacement réduit */
  .devis-form-blue-bg .mb-3,
  .devis-form-green-bg .mb-3,
  .devis-form-yellow-bg .mb-3,
  .sidebar.devis-form-pro .mb-3,
  .sidebar.devis-form-part .mb-3,
  .sidebar.devis-form-ent .mb-3 {
    margin-bottom: 12px !important;
  }
}

/* Très petits mobiles (max-width: 479px) */
@media only screen and (max-width: 479px) {
  /* Padding minimal */
  .devis-form-blue-bg,
  .devis-form-green-bg,
  .devis-form-yellow-bg,
  .sidebar.devis-form-pro,
  .sidebar.devis-form-part,
  .sidebar.devis-form-ent,
  .sidebar.devis-form-blue-bg,
  .sidebar.devis-form-green-bg,
  .sidebar.devis-form-yellow-bg {
    padding: 15px 12px !important;
  }
  
  /* Titre minimal */
  .devis-form-blue-bg .sidebar-title,
  .devis-form-green-bg .sidebar-title,
  .devis-form-yellow-bg .sidebar-title,
  .sidebar.devis-form-pro .sidebar-title,
  .sidebar.devis-form-part .sidebar-title,
  .sidebar.devis-form-ent .sidebar-title,
  .devis-form-pro .sidebar-title,
  .devis-form-part .sidebar-title,
  .devis-form-ent .sidebar-title {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    padding-left: 6px !important;
  }
  
  /* Champs très compacts */
  .devis-form-blue-bg input[type="text"],
  .devis-form-blue-bg input[type="date"],
  .devis-form-blue-bg input[type="email"],
  .devis-form-blue-bg input[type="tel"],
  .devis-form-green-bg input[type="text"],
  .devis-form-green-bg input[type="date"],
  .devis-form-green-bg input[type="email"],
  .devis-form-green-bg input[type="tel"],
  .devis-form-yellow-bg input[type="text"],
  .devis-form-yellow-bg input[type="date"],
  .devis-form-yellow-bg input[type="email"],
  .devis-form-yellow-bg input[type="tel"],
  .sidebar.devis-form-pro input[type="text"],
  .sidebar.devis-form-pro input[type="date"],
  .sidebar.devis-form-pro input[type="email"],
  .sidebar.devis-form-pro input[type="tel"],
  .sidebar.devis-form-part input[type="text"],
  .sidebar.devis-form-part input[type="date"],
  .sidebar.devis-form-part input[type="email"],
  .sidebar.devis-form-part input[type="tel"],
  .sidebar.devis-form-ent input[type="text"],
  .sidebar.devis-form-ent input[type="date"],
  .sidebar.devis-form-ent input[type="email"],
  .sidebar.devis-form-ent input[type="tel"] {
    font-size: 15px !important;
    padding: 10px 12px !important;
    min-height: 44px !important;
    margin-bottom: 10px !important;
  }
  
  /* Bouton compact */
  .devis-form-blue-bg .btn-style-four,
  .devis-form-green-bg .btn-style-four,
  .devis-form-yellow-bg .btn-style-four,
  .sidebar.devis-form-pro .btn-style-four,
  .sidebar.devis-form-part .btn-style-four,
  .sidebar.devis-form-ent .btn-style-four {
    padding: 11px 18px !important;
    font-size: 14px !important;
    min-height: 46px !important;
  }
  
  .devis-form-blue-bg .btn-style-four span,
  .devis-form-green-bg .btn-style-four span,
  .devis-form-yellow-bg .btn-style-four span,
  .sidebar.devis-form-pro .btn-style-four span,
  .sidebar.devis-form-part .btn-style-four span,
  .sidebar.devis-form-ent .btn-style-four span {
    font-size: 14px !important;
  }
  
  /* Espacement minimal */
  .devis-form-blue-bg .mb-3,
  .devis-form-green-bg .mb-3,
  .devis-form-yellow-bg .mb-3,
  .sidebar.devis-form-pro .mb-3,
  .sidebar.devis-form-part .mb-3,
  .sidebar.devis-form-ent .mb-3 {
    margin-bottom: 10px !important;
  }
}

/* Formulaire mobile - masqué sur desktop, affiché sur mobile */
.devis-form-mobile-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    /* Afficher le formulaire mobile avant Points Clés */
    .devis-form-mobile-only {
        display: block !important;
        margin: 30px 0 40px 0;
        width: 100%;
    }
    
    /* Masquer le formulaire dans la sidebar sur mobile */
    .sidebar-wrap .devis-form-ent,
    .sidebar-wrap .devis-form-part,
    .sidebar-wrap .devis-form-pro,
    .sidebar-wrap .devis-form-yellow-bg,
    .sidebar-wrap .devis-form-blue-bg,
    .sidebar-wrap .devis-form-green-bg {
        display: none !important;
    }
    
    /* Masquer le bloc "Besoin d'aide ?" dans la sidebar sur mobile */
    .sidebar-wrap .sidebar-help {
        display: none !important;
    }
    
    /* Afficher le bloc "Besoin d'aide ?" mobile après le formulaire mobile */
    .sidebar-help-mobile-only {
        display: block !important;
        margin: 20px 0 30px 0 !important;
        width: 100% !important;
        clear: both !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
    }
}

@media only screen and (min-width: 768px) {
    /* Masquer le formulaire mobile sur desktop */
    .devis-form-mobile-only {
        display: none !important;
    }
    
    /* Afficher le formulaire dans la sidebar sur desktop */
    .sidebar-wrap .devis-form-ent,
    .sidebar-wrap .devis-form-part,
    .sidebar-wrap .devis-form-pro,
    .sidebar-wrap .devis-form-yellow-bg,
    .sidebar-wrap .devis-form-blue-bg,
    .sidebar-wrap .devis-form-green-bg {
        display: block !important;
    }
    
    /* Masquer le bloc "Besoin d'aide ?" mobile sur desktop */
    .sidebar-help-mobile-only {
        display: none !important;
    }
    
    /* Afficher le bloc "Besoin d'aide ?" dans la sidebar sur desktop */
    .sidebar-wrap .sidebar-help {
        display: block !important;
    }
}

/* Styles pour les très petits écrans (max-width: 479px) */
@media only screen and (max-width: 479px) {
    .devis-form-blue-bg .sidebar-title, 
    .devis-form-green-bg .sidebar-title, 
    .devis-form-yellow-bg .sidebar-title, 
    .sidebar.devis-form-pro .sidebar-title, 
    .sidebar.devis-form-part .sidebar-title, 
    .sidebar.devis-form-ent .sidebar-title, 
    .devis-form-pro .sidebar-title, 
    .devis-form-part .sidebar-title, 
    .devis-form-ent .sidebar-title {
        font-size: 23px !important;
        margin-bottom: 15px !important;
        padding-left: 15px !important;
    }
}

/* Réorganisation du formulaire sur mobile - après la section Points Clés */
@media only screen and (max-width: 767px) {
  /* Masquer le formulaire dans la sidebar sur mobile quand il est déplacé */
  .sidebar-wrap .devis-form-ent.devis-form-mobile-moved,
  .sidebar-wrap .devis-form-part.devis-form-mobile-moved,
  .sidebar-wrap .devis-form-pro.devis-form-mobile-moved,
  .sidebar-wrap .devis-form-yellow-bg.devis-form-mobile-moved,
  .sidebar-wrap .devis-form-blue-bg.devis-form-mobile-moved {
    display: none !important;
  }
  
  /* Afficher le formulaire déplacé avant Points Clés (dans le contenu principal) */
  .standard-service .devis-form-ent.devis-form-mobile-moved,
  .standard-service .devis-form-part.devis-form-mobile-moved,
  .standard-service .devis-form-pro.devis-form-mobile-moved,
  .standard-service .devis-form-yellow-bg.devis-form-mobile-moved,
  .standard-service .devis-form-blue-bg.devis-form-mobile-moved,
  .service-details .devis-form-ent.devis-form-mobile-moved,
  .service-details .devis-form-part.devis-form-mobile-moved,
  .service-details .devis-form-pro.devis-form-mobile-moved,
  .service-details .devis-form-yellow-bg.devis-form-mobile-moved,
  .service-details .devis-form-blue-bg.devis-form-mobile-moved,
  .service-desc + .devis-form-ent.devis-form-mobile-moved,
  .service-desc + .devis-form-part.devis-form-mobile-moved,
  .service-desc + .devis-form-pro.devis-form-mobile-moved,
  .service-desc + .devis-form-yellow-bg.devis-form-mobile-moved,
  .service-desc + .devis-form-blue-bg.devis-form-mobile-moved,
  .devis-form-ent.devis-form-mobile-moved + .service-desc,
  .devis-form-part.devis-form-mobile-moved + .service-desc,
  .devis-form-pro.devis-form-mobile-moved + .service-desc,
  .devis-form-yellow-bg.devis-form-mobile-moved + .service-desc,
  .devis-form-blue-bg.devis-form-mobile-moved + .service-desc {
    display: block !important;
    margin: 30px 0 40px 0;
    width: 100%;
    clear: both;
  }
  
  /* Conteneur du formulaire déplacé sur mobile (ancien code pour compatibilité) */
  .devis-form-mobile-container {
    margin: 30px 0;
    width: 100%;
  }
  
  /* Style du formulaire dans son nouveau conteneur */
  .devis-form-mobile-container .devis-form-part {
    margin-bottom: 0;
  }
  
  /* Masquer le formulaire original dans la sidebar sur mobile si réorganisé */
  .sidebar-wrap .devis-form-part.mobile-reorganized {
    display: none !important;
  }
}

/* Spacing */
.section-padding {
  padding: 190px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding {
    padding: 150px 0;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding {
    padding: 60px 0;
  }
}

.section-padding-top {
  padding-top: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-top {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-top {
    padding-top: 60px;
  }
}

.section-padding-bottom {
  padding-bottom: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

.section-margin {
  margin: 190px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin {
    margin: 150px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin {
    margin: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin {
    margin: 60px 0;
  }
}

.section-margin-top {
  margin-top: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-top {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-top {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-top {
    margin-top: 60px;
  }
}

.section-margin-bottom {
  margin-bottom: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-bottom {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

/* Scroll Top style */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #d4c6ae;
  background-size: 200% auto;
  background-position: left center;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid #5c595a;
}
.scroll-top:hover {
  background-color: #5c595a;
  border: 1px solid #d4c6ae;
  background-position: right center;
}
.scroll-top:hover i {
  color: White;
  transition: 0.3s;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.3s;
}
.scroll-top.show {
  display: none;
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top.show.show-active {
  display: block;
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px;
  }
}
.logo {
  width: 200px;
  display: inline-block;
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .logo {
    width: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .logo {
    width: 130px;
  }
}

.wow {
  visibility: hidden;
}

/* =============================
    2.1 - Header Style
================================ */
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: 48px;
  transition: 0.3s;
  background-color: transparent;
}

/* Header sticky avec fond blanc */
.sticky-header.sticky.header-wrapper,
.header-wrapper.sticky-header.sticky {
  background-color: #ffffff !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header-wrapper {
    margin-top: 20px;
  }
}

.offcanvas {
  z-index: 9999;
  padding: 20px;
}
.offcanvas .btn-close {
  background: none;
  font-size: 20px;
}
.offcanvas .btn-close:focus {
  box-shadow: none;
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%);
  border-radius: 30px 0px;
}

.header-right_actions {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right_actions {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .header-right_actions .header-social {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .header-right_actions .header-social {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .home-two-header-right {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .home-two-header-right .hamburger {
    margin-left: 10px;
  }
}

.header-button .btn {
  background: #1b263b;
  border: 0;
  color: #ffffff;
  border-radius: 30px;
  padding: 17px 35px;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .header-button .btn {
    padding: 11px 14px;
    border-width: 0px;
    font-size: 14px;
  }
}
.header-button .btn:focus {
  box-shadow: none;
}
.header-button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d4c6ae;
  opacity: 0;
  transition: 0.5s;
  border-radius: 30px;
  z-index: 1;
}
.header-button .btn:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.header-button .btn:hover span {
  color: white;
}
.header-button .btn span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

/* Main Menu Style */
.main-menu > ul > li {
  display: inline-flex;
  margin-right: 50px;
}
.main-menu > ul > li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .main-menu > ul > li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li {
    margin-right: 25px;
  }
}
.main-menu > ul > li > a {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 50px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
  position: relative;
  transition: 0.3s;
}
.main-menu > ul > li:hover > a {
  color: #d4c6ae;
}
.main-menu .has-children {
  position: relative;
}
.main-menu .has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 6px -3px;
  width: 160px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  padding-left: 0;
  top: 100%;
  padding: 20px;
}
.main-menu .has-children > .sub-menu > li {
  margin-bottom: 10px;
}
.main-menu .has-children > .sub-menu > li:last-child {
  margin-bottom: 0;
}
.main-menu .has-children > .sub-menu > li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1b263b;
}
.main-menu .has-children > .sub-menu > li:hover a {
  color: #d4c6ae;
  padding-left: 5px;
  transition: 0.3s;
}
.main-menu .has-children:hover > .sub-menu {
  transform: scaleY(1);
}

/* Social Icon Style */
.social-icon li {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .social-icon li {
    margin-right: 10px;
  }
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon li a {
  font-size: 20px;
}

/* Couleur des icônes sociales dans le footer */
.footer-widget .social-icon li a {
  color: #1b263b;
}
@media only screen and (max-width: 479px) {
  .social-icon li a {
    font-size: 16px;
  }
}

/* Hamburger Style */
.hamburger {
  margin-left: 20px;
}
.hamburger_button {
  line-height: 100px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.hamburger_button span {
  list-style: none;
  width: 20px;
  height: 2px;
  background: #5c595a;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  transition: 0.9s;
}
.hamburger_button span:nth-of-type(1) {
  top: 20%;
}
.hamburger_button span:nth-of-type(2) {
  top: 50%;
}
.hamburger_button span:nth-of-type(3) {
  top: 80%;
}
.hamburger_button.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
.hamburger_button.open span:nth-of-type(2) {
  width: 0;
}
.hamburger_button.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}
.hamburger_button:hover span {
  background: #d4c6ae;
}

/* Sticky Style */
.sticky-header.sticky,
.sticky-header.sticky.header-wrapper,
.header-wrapper.sticky-header.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  margin-top: 0px !important;
  background-color: #ffffff !important;
  box-shadow: 10px 0px 49px rgba(25, 7, 89, 0.08) !important;
  transition: 0.3s;
  padding: 15px 0;
  min-height: 80px;
  will-change: transform;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.sticky-header.sticky .header-wrapper {
  background-color: #ffffff !important;
  margin-top: 0 !important;
  position: relative;
}
.sticky-header.sticky .main-menu > ul > li > a {
  line-height: 90px;
}
.sticky-header.sticky .social-icon li a {
  line-height: 80px;
}
.sticky-header.sticky .header-button {
  line-height: 80px;
}

/* Mobile Menu Style */
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #1b263b;
}
.mobile-menu li a:hover {
  color: #d4c6ae;
}
.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -7px;
  right: 0%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #5c595a;
  transition: all 250ms ease-out;
  float: right;
}
.mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid #5c595a;
  transition: 0.4s;
}
.mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0);
}
.mobile-menu li ul li a {
  padding: 5px 15px 5px;
  font-size: 15px;
  font-weight: 400;
}
.mobile-menu li ul li a:hover {
  color: #d4c6ae;
}

.mobilemenu-close {
  padding: 0 !important;
  color: #5c595a !important;
  opacity: 1 !important;
  margin: 0 !important;
}

/* =============================
    2.2 - Slider Style
================================ */
.slingle-slider {
  height: 1080px;
  position: relative;
  overflow: hidden;
}

/* Bords arrondis en bas uniquement pour écrans < 1100px */
@media only screen and (max-width: 1099px) {
  .slider-hero-rounded {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    overflow: hidden !important;
  }
  
  .slider-hero-rounded .slider-bg-blur {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
  
  .slider-hero-rounded .slider-gradient-overlay {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider {
    height: 980px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider {
    height: 1150px;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider {
    height: 1000px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider {
    height: 880px;
  }
}
.slingle-slider .shape {
  position: absolute;
}
.slingle-slider .shape-one {
  top: 270px;
  left: 145px;
  z-index: 1;
  -webkit-animation: moveupdown 2s infinite alternate;
          animation: moveupdown 2s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .shape-one {
    top: 180px;
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-one {
    top: 134px;
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-one {
    top: 110px;
    left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-one {
    display: none;
  }
}
.slingle-slider .shape-two {
  top: 358px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-two {
    top: 250px;
    left: 36%;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-two {
    top: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-two {
    display: none;
  }
}
.slingle-slider .shape-three {
  bottom: 220px;
  left: 50%;
  margin-left: -80px;
  z-index: 1;
  -webkit-animation: moveupdown 2s infinite alternate;
          animation: moveupdown 2s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-three {
    left: 36%;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-three {
    bottom: 470px;
    left: 14%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-three {
    display: none;
  }
}
.slingle-slider .shape-four {
  bottom: 110px;
  right: 314px;
  z-index: 1;
  -webkit-animation: moveleftright 2s infinite alternate;
          animation: moveleftright 2s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-four {
    bottom: 200px;
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-four {
    bottom: 45px;
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-four {
    display: none;
  }
}
.slingle-slider .shape-five {
  top: 178px;
  right: 100px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-five {
    top: 90px;
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-five {
    top: 90px;
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-five {
    display: none;
  }
}
.slingle-slider .shape-six {
  left: 0;
  bottom: 60px;
  z-index: 1;
  -webkit-animation: moveleftrightwo 2s infinite alternate;
          animation: moveleftrightwo 2s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-six {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-six {
    left: -68px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-six {
    left: -50px;
    display: none;
  }
}
.slingle-slider .shape-seven {
  left: 0;
  top: 0;
}
.slingle-slider .shape-eight {
  left: 0;
  bottom: 0;
}
.slingle-slider .shape-nine {
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-nine {
    bottom: -262px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-nine {
    bottom: -262px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-nine {
    bottom: -262px;
    right: -270px;
  }
}
.slingle-slider .shape-ten {
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .shape-ten {
    bottom: -205px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .shape-ten {
    bottom: -205px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .shape-ten {
    bottom: -205px;
    right: -220px;
  }
}
.slingle-slider .slider-content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-content-wrapper {
    align-items: flex-start;
    padding-top: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .slingle-slider .slider-content-wrapper {
    align-items: flex-start;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider .slider-content-wrapper {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content-wrapper {
    padding-top: 70px;
  }
}
.slingle-slider .slider-content .title {
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .title {
    font-size: 36px;
  }
}
.slingle-slider .slider-content .subtitle {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  color: #d4c6ae;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .subtitle {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .subtitle {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.slingle-slider .slider-content .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #54545f;
  margin-top: 30px;
  max-width: 800px;
  margin: 0 auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .text {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.slingle-slider .slider-content .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .btn {
    margin-top: 10px;
  }
}
.slingle-slider .slider-image {
  position: relative;
}
.slingle-slider .slider-image .slider-image-one {
  position: absolute;
  right: 0;
  top: -90px;
  margin-right: -15px;
  z-index: 2;
}
.slingle-slider .slider-image .slider-image-one img {
  box-shadow: 25px 20px 41px rgba(178, 178, 178, 0.1), 26px 51px 41px rgba(178, 178, 178, 0.1);
  border-radius: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 30px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* Réorganiser l'ordre : image au-dessus du texte */
  .slingle-slider .row {
    display: flex;
    flex-direction: column;
  }
  
  .slingle-slider .col-xl-6.col-lg-7 {
    display: block !important;
    width: 100%;
    order: -1; /* Image en premier */
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .slingle-slider .col-xl-6.col-lg-5 {
    order: 1; /* Texte en second */
    width: 100%;
  }
  
  .slingle-slider .slider-image {
    display: block !important;
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  
  /* Afficher seulement la première image */
  .slingle-slider .slider-image .slider-image-one {
    position: relative;
    top: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  
  .slingle-slider .slider-image .slider-image-one img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Masquer la deuxième image */
  .slingle-slider .slider-image .slider-image-two {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .slider-image-one {
    position: relative;
    top: 0;
    width: 100%;
    right: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-image .slider-image-one {
    position: relative;
    top: 0;
    width: 100%;
    right: auto;
    margin-bottom: 20px;
  }
}
.slingle-slider .slider-image .slider-image-two {
  position: absolute;
  left: 50px;
  top: 210px;
  z-index: 1;
}
.slingle-slider .slider-image .slider-image-two img {
  box-shadow: 25px 20px 41px rgba(178, 178, 178, 0.1), 26px 51px 41px rgba(178, 178, 178, 0.1);
  border-radius: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .slider-image .slider-image-two {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .slider-image-two {
    top: 190px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .slider-image .slider-image-two {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
  
  .slingle-slider .slider-image .slider-image-two img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .slider-image-two {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-image .slider-image-two {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.slingle-slider .slider-image .shape-circle {
  top: 140px;
  left: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slingle-slider .slider-image .shape-circle {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-image .shape-circle {
    left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .shape-circle {
    top: 115px;
    left: 190px;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .shape-circle {
    top: 100px;
    left: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-image .shape-circle {
    top: 110px;
    left: 42px;
  }
}

.animation-style-01 .swiper-slide-active .shape-seven {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .shape-eight {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .shape-nine {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .shape-ten {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .subtitle {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .title {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .text {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .btn {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image .shape-circle {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-shape {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes moveupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes moveupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes moveleftrightwo {
  0% {
    transform: translateX(10);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
.sliderone-pagination {
  bottom: 55px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-pagination {
    bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-pagination {
    bottom: 20px !important;
  }
}
.sliderone-pagination .swiper-pagination-bullet {
  background-color: #b2b2b2;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  opacity: 1;
  transition: 0.4s;
}
.sliderone-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 20px;
  background-color: #d4c6ae;
  transition: 0.4s;
}

.slidertwo-pagination {
  bottom: 18px;
  text-align: start;
  position: relative;
  margin: auto;
  line-height: 0.8;
}
.slidertwo-pagination .swiper-pagination-bullet {
  background-color: #b2b2b2;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  opacity: 1;
  transition: 0.4s;
  line-height: 1;
}
.slidertwo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 20px;
  background-color: #d4c6ae;
  transition: 0.4s;
}
@media only screen and (min-width: 1550px) {
  .slidertwo-pagination {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slidertwo-pagination {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slidertwo-pagination {
    max-width: 1116px;
    bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-pagination {
    max-width: 938px;
    bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-pagination {
    max-width: 698px;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-pagination {
    max-width: 516px;
    bottom: -30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-pagination {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    bottom: -30px !important;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-pagination {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* Slider Two */
@media only screen and (max-width: 767px) {
  .slidertwo-style {
    padding-bottom: 30px;
  }
}

.slider-content-two {
  display: flex;
  flex-wrap: wrap;
  padding-top: 155px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-two {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content-two {
    padding-top: 100px;
  }
}
.slider-content-two .slider-content {
  position: absolute;
  margin-top: 233px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-two .slider-content {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two .slider-content {
    margin-top: 0px;
    max-width: 400px;
    left: 0;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-two .slider-content {
    margin-top: 0px;
    position: relative;
    margin-bottom: 40px;
    left: 0;
    transform: none;
  }
}
.slider-content-two .slider-content .title {
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
  max-width: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slider-content-two .slider-content .title {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-two .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content-two .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .title {
    font-size: 36px;
  }
}
.slider-content-two .slider-content .subtitle {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  color: #d4c6ae;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content-two .slider-content .subtitle {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .subtitle {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.slider-content-two .slider-content .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #54545f;
  margin-top: 30px;
  max-width: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content-two .slider-content .text {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.slider-content-two .slider-content .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-content-two .slider-content .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-content-two .slider-content .btn {
    margin-top: 10px;
  }
}
.slider-content-two .slider-image {
  z-index: 2;
  overflow: hidden;
  max-width: 64%;
  margin-right: 150px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slider-content-two .slider-image {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slider-content-two .slider-image {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-two .slider-image {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two .slider-image {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-two .slider-image {
    margin-right: 0px;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content-two .slider-image {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-content-two .slider-image {
    margin-right: 0px;
  }
}
.slider-content-two .slider-image img {
  width: 100%;
}
.slider-content-two .slider-shape {
  position: absolute;
  right: 0;
  top: 0%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-two .slider-shape {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content-two .slider-shape {
    width: 50%;
  }
}

/* =============================
    2.3 - About Style
================================ */
.about {
  overflow: hidden;
}
.about .main-image {
  position: relative;
  padding: 90px 0;
  top: 0;
}
.about .main-image .about-img {
  z-index: 1;
  position: relative;
}
.about .main-image .about-icon {
  background-color: white;
  border-radius: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 42px rgba(69, 38, 177, 0.1), 11px 6px 25px rgba(69, 38, 177, 0.1);
  z-index: 2;
}
.about .main-image .shape-one {
  position: absolute;
  top: 30px;
  left: -210px;
}
@media only screen and (max-width: 575px) {
  .about .main-image .shape-one {
    top: 0;
    left: -83px;
    width: 84%;
  }
}
.about .main-image .shape-two {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about .main-image .shape-two {
    right: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .main-image .shape-two {
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .about .main-image .shape-two {
    right: -130px;
  }
}
.about .main-image .icon-one {
  top: 60px;
  right: 50px;
  height: 140px;
  width: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about .main-image .icon-one {
    right: -13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .main-image .icon-one {
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .about .main-image .icon-one {
    top: 40px;
    right: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .about .main-image .icon-one {
    height: 100px;
    width: 100px;
    right: -10px;
  }
}
.about .main-image .icon-two {
  top: 180px;
  left: -80px;
  height: 120px;
  width: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about .main-image .icon-two {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .main-image .icon-two {
    left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .main-image .icon-two {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .about .main-image .icon-two {
    left: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .about .main-image .icon-two {
    height: 80px;
    width: 80px;
    left: -10px;
  }
}
.about .main-image .circle-thumb {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background: linear-gradient(135deg, #4c2db7 0%, #5e3fc8 45%, #694bd2 66%);
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about .main-image .circle-thumb {
    right: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .main-image .circle-thumb {
    width: 200px;
    height: 200px;
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .about .main-image .circle-thumb {
    width: 200px;
    height: 200px;
    right: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .about .main-image .circle-thumb {
    height: 140px;
    width: 140px;
    right: -10px;
  }
}
.about .main-image .circle-thumb .number {
  font-size: 72px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: white;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .about .main-image .circle-thumb .number {
    font-size: 40px;
  }
}
.about .main-image .circle-thumb .text {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: white;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .about .main-image .circle-thumb .text {
    font-size: 16px;
  }
}
.about .about-content {
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about .about-content {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about-content {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .about .about-content {
    margin-left: 0px;
  }
}
.about .about-content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about .about-content .btn {
    margin-top: 20px;
  }
}

.divider-thumb .video-content-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-thumb .video-content-wrap .icon-img {
    width: 100%;
  }
}
.divider-thumb .video-popup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  height: 165px;
  width: 165px;
  border-radius: 100%;
  background: linear-gradient(135deg, #4c2db7 0%, #5e3fc8 45%, #694bd2 66%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-thumb .video-popup {
    width: 140px;
    height: 140px;
    right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-thumb .video-popup {
    width: 140px;
    height: 140px;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 479px) {
  .divider-thumb .video-popup {
    width: 100px;
    height: 100px;
  }
}

.about-accordion {
  margin-top: 30px;
}

.about-two {
  background-color: #f7f7f7;
  position: relative;
}
.about-two .btn-style-one {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .btn-style-one {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .btn-style-one {
    margin-top: 10px;
  }
}
.about-two-images {
  display: flex;
  position: absolute;
  text-align: right;
  flex-direction: column;
  top: -64px;
  right: 58px;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .about-two-images {
    right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-two-images {
    top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-two-images {
    top: 0;
    right: 0px;
    width: 66%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about-two-images {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images {
    position: relative;
    top: 0;
    right: 0px;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-images {
    top: 0;
    position: relative;
    right: 0px;
    width: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images {
    top: 0;
    position: relative;
    right: 0px;
    width: 52%;
  }
}
@media only screen and (max-width: 575px) {
  .about-two-images {
    width: 100%;
  }
}
.about-two-images .top {
  display: flex;
  margin-bottom: 30px;
  margin-left: 140px;
  z-index: 1;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .about-two-images .top {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-two-images .top {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-two-images .top {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images .top {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-images .top {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images .top {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-two-images .top {
    width: 100%;
    flex-direction: column;
  }
}
.about-two-images .top img {
  align-self: flex-end;
  margin-right: 30px;
}
.about-two-images .top img:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .about-two-images .top img {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.about-two-images .bottom {
  display: flex;
  z-index: 1;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .about-two-images .bottom {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-two-images .bottom {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about-two-images .bottom {
    width: 100%;
    flex-direction: column;
  }
}
.about-two-images .bottom img {
  align-self: flex-start;
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .about-two-images .bottom img {
    margin-bottom: 30px;
    width: 100%;
  }
}
.about-two-images .bottom img:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 575px) {
  .about-two-images .bottom img:last-child {
    margin-bottom: 0px;
  }
}
.about-two-circle {
  position: absolute;
  top: 120px;
  left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-circle {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-circle {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-circle {
    display: none;
  }
}

/* =============================
    2.4 - Funfact Style
================================ */
.funfact {
  overflow: hidden;
}
.funfact .mb-n5 {
  margin-bottom: -3rem;
}
.funfact .funfact-bg {
  background-color: #1b263b;
  position: relative;
  padding: 145px 0;
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact .funfact-bg {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact .funfact-bg {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-bg {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .funfact .funfact-bg {
    padding: 60px 0;
  }
}
.funfact .funfact-bg::after {
  background-color: #1b263b;
  content: "";
  height: 100%;
  right: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.funfact .funfact-bg-two {
  border-radius: 0px;
}
.funfact .funfact-bg-two::before {
  background-color: #1b263b;
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.funfact .single-funfact {
  display: flex;
  align-items: center;
}
.funfact .funfact-inner {
  display: flex;
  align-items: center;
}
.funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  color: white;
  font-family: "Montserrat", sans-serif;
  padding-right: 3px;
  overflow: hidden;
}
.funfact .funfact-inner .odometer .odometer-digit-inner, .funfact .funfact-inner .text .odometer-digit-inner {
  overflow: visible !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
    font-size: 40px;
  }
}
.funfact .funfact-inner .increment {
  font-size: 30px;
  font-weight: 500;
  color: white;
  margin-top: -25px;
  margin-left: 6px;
}
.funfact .funfact-content {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-content {
    margin-left: 20px;
  }
}
.funfact .funfact-content .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: white;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-content .text {
    font-size: 20px;
  }
}

.funfact-two {
  overflow: hidden;
}
.funfact-two .main-image {
  position: relative;
  padding: 75px 0;
  top: 0;
}
.funfact-two .main-image .funfact-img {
  z-index: 1;
  position: relative;
  margin-left: 88px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .funfact-two .main-image .funfact-img {
    width: 86%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-two .main-image .funfact-img {
    width: 81%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-two .main-image .funfact-img {
    margin-left: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-two .main-image .funfact-img {
    margin-left: 0px;
  }
}
.funfact-two .main-image .shape-one {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 160px;
  background-color: #1e263c;
  border-radius: 100%;
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .shape-one {
    top: 0;
  }
}
.funfact-two .main-image .circle-thumb {
  width: 225px;
  height: 225px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4c2db7 0%, #5e3fc8 45%, #694bd2 66%);
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .funfact-two .main-image .circle-thumb {
    right: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-two .main-image .circle-thumb {
    width: 200px;
    height: 200px;
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-two .main-image .circle-thumb {
    width: 200px;
    height: 200px;
    right: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .circle-thumb {
    height: 140px;
    width: 140px;
    right: -10px;
  }
}
.funfact-two .main-image .circle-thumb .number {
  font-size: 72px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: white;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .circle-thumb .number {
    font-size: 40px;
  }
}
.funfact-two .main-image .circle-thumb .text {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: white;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .circle-thumb .text {
    font-size: 16px;
  }
}
.funfact-two .funfact-content {
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .funfact-two .funfact-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-two .funfact-content {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-two .funfact-content {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-two .funfact-content {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .funfact-two .funfact-content {
    margin-left: 0px;
  }
}
.funfact-two .count {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count {
    margin-top: 20px;
  }
}
.funfact-two .count-single {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 20px;
}
.funfact-two .count-number {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .funfact-two .count-number {
    font-size: 30px;
  }
}
.funfact-two .count-title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count-title {
    font-size: 20px;
  }
}
.funfact-two .count-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #54545f;
  margin-top: 20px;
  max-width: 510px;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count-text {
    font-size: 16px;
    margin-top: 20px;
  }
}

/* =============================
    2.5 - Service Style
================================ */
.service-section {
  position: relative;
  overflow: hidden;
}
.service-section .service-shape {
  position: absolute;
  bottom: -520px;
  right: 0px;
}

.single-service {
  background-color: white;
  box-shadow: 0px 12px 42px rgb(235 235 235), 11px 6px 25px rgb(92 89 90 / 1%);
  padding: 70px;
  border-top: 5px solid #1b263b;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  position: relative;
}
.single-service.blue-accent {
  border-top-color: #1b263b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .single-service {
    padding: 30px;
  }
}
.single-service-top {
  display: flex;
  align-items: center;
}
.single-service-top .title {
  max-width: 160px;
  color: #1b263b;
  line-height: 1.5;
  font-weight: 500;
}
.single-service-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
  margin-top: 30px;
  max-width: 510px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 479px) {
  .single-service-text {
    font-size: 13px;
  }
}
.single-service .readmore-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
  margin-top: 30px;
  display: block;
}
.single-service .readmore-btn:hover {
  padding-left: 10px;
  transition: 0.3s;
  color: #1b263b;
}

/* Style spécifique pour les cartes Particuliers */
.grid-item.part .single-service,
.grid-item.cat2 .single-service {
  border-top-color: #9f8a7f;
}

.grid-item.part .single-service .readmore-btn:hover,
.grid-item.cat2 .single-service .readmore-btn:hover {
  color: #9f8a7f;
}

/* Style spécifique pour les cartes Entreprises */
.grid-item.entreprise .single-service,
.grid-item.cat3 .single-service {
  border-top-color: #d4c6ae;
}

.grid-item.entreprise .single-service .readmore-btn:hover,
.grid-item.cat3 .single-service .readmore-btn:hover {
  color: #d4c6ae;
}

.process-section {
  background: #d0c6b4;
}
.process-section .section-head {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-section .section-head {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-section .section-head {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .process-section .section-head {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .process-section .section-head {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .process-section .single-process {
    max-width: 400px;
    width: 100%;
  }
}
.process-section .single-process .number {
  height: 75px;
  width: 75px;
  background-color: #1e263c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
}
@media only screen and (max-width: 575px) {
  .process-section .single-process .number {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}
.process-section .single-process .title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
  margin: 25px 0 18px;
}
.process-section .single-process .text-two {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .process-section .single-process .text-two {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.service-work {
  position: relative;
  z-index: 1;
}

.service-details .single-thumb {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details .single-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details .single-thumb {
    margin-bottom: 30px;
  }
}
.service-details .service-desc:last-child {
  margin-bottom: 0px;
}

.service-desc {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-desc {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-desc {
    margin-bottom: 30px;
  }
}
.service-desc-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #1b263b;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-desc-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-desc-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.service-desc .text, .service-desc-text {
  font-size: 16px;
  color: #54545f;
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .service-desc .text, .service-desc-text {
    font-size: 16px;
  }
}
.service-desc-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.service-desc-top .icon {
  margin-right: 20px;
}
.service-desc-top .icon img {
  filter: hue-rotate(240deg) saturate(0.15) brightness(0.2) contrast(2.2) !important;
  -webkit-filter: hue-rotate(240deg) saturate(0.15) brightness(0.2) contrast(2.2) !important;
}
.service-desc-top .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1b263b;
}
.service-desc-list li {
  margin-bottom: 20px;
}
.service-desc-list li:last-child {
  margin-bottom: 0;
}
.service-desc-list-link {
  display: flex;
  align-items: center;
}
.service-desc-list-link img {
  margin-right: 30px;
}
.service-desc .single-outcome {
  border: 1px solid #cacdd3;
  border-radius: 10px;
  padding: 60px 35px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #1b263b;
  height: 100%;
}
/* Assurer que les colonnes parentes utilisent flexbox pour égaliser les hauteurs */
.service-desc .row.mb-n25 {
  display: flex;
  flex-wrap: wrap;
}
.service-desc .row.mb-n25 > [class*="col-"] {
  display: flex;
}
.service-desc .row.mb-n25 > [class*="col-"] > .single-outcome {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .service-desc .single-outcome {
    padding: 30px 20px;
  }
}
.service-desc .single-outcome .parcentage {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .service-desc .single-outcome .parcentage {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .service-desc .single-outcome .parcentage {
    font-size: 30px;
  }
}
.service-desc .single-outcome .text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 20px;
  line-height: initial;
}
.service-desc .service-image img {
  width: 100%;
}

/* Masquer les images spécifiques sur les sous-pages */
.service-details .single-thumb img[src*="blog-1-1.png"],
.service-desc .service-image img[src*="service-details-2.png"],
.service-desc .service-image img[src*="service-details-3.png"] {
  display: none !important;
}

/* Masquer également les conteneurs parent si nécessaire (pour navigateurs modernes) */
.service-details .single-thumb:has(img[src*="blog-1-1.png"]),
.service-desc .service-image:has(img[src*="service-details-2.png"]),
.service-desc .service-image:has(img[src*="service-details-3.png"]) {
  display: none !important;
}

/* Fallback pour navigateurs qui ne supportent pas :has() - masquer les conteneurs directement */
.service-desc .row:has(.service-image img[src*="service-details-2.png"]),
.service-desc .row:has(.service-image img[src*="service-details-3.png"]) {
  display: none !important;
}

/* Images service-image côte à côte sur mobile */
@media only screen and (max-width: 767px) {
  /* Cibler les colonnes dans les rows qui contiennent service-image */
  .service-desc .row.has-service-images .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .service-desc .row.has-service-images .col-md-6:first-child {
    padding-left: 0;
    padding-right: 5px;
  }
  
  .service-desc .row.has-service-images .col-md-6:last-child {
    padding-left: 5px;
    padding-right: 0;
  }
  
  .service-desc .service-image {
    margin-bottom: 0;
  }
  
  /* Fallback avec :has() pour navigateurs modernes */
  .service-desc .row:has(.service-image) .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .service-desc .row:has(.service-image) .col-md-6:first-child {
    padding-left: 0;
    padding-right: 5px;
  }
  
  .service-desc .row:has(.service-image) .col-md-6:last-child {
    padding-left: 5px;
    padding-right: 0;
  }
}

/* Service Two */
.service-two {
  position: relative;
}
.service-two .section-head {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .section-head {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .section-head {
    margin-bottom: 30px;
  }
}
.service-two-single {
  margin-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two-single {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two-single {
    margin-right: 15px;
  }
}
.service-two-single-head {
  border-bottom: 1px solid #cacdd3;
  margin-bottom: 30px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .service-two-single-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.service-two-single-head .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #1b263b;
  font-weight: 500;
  margin-top: 35px;
}
@media only screen and (max-width: 575px) {
  .service-two-single-head .title {
    margin-top: 20px;
  }
}
.service-two-single-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #54545f;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .service-two-single-text {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .service-two-single-text {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.service-two .service-layer {
  background-image: url(../images/service/service-side.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .service-layer {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .service-layer {
    display: none;
  }
}

/* PRICING */
.pricing-single {
  padding: 60px;
  border: 1px solid #cacdd3;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-single {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-single {
    padding: 30px;
  }
}
.pricing-head {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cacdd3;
}
.pricing-head .title {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
}
.pricing-head .value {
  display: flex;
  align-items: baseline;
  margin: 30px 0 30px;
}
@media only screen and (max-width: 575px) {
  .pricing-head .value {
    margin: 15px 0;
  }
}
.pricing-head .value .price {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #d4c6ae;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .pricing-head .value .price {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-head .value .price {
    font-size: 30px;
  }
}
.pricing-head .value .month {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
}
.pricing-head .text {
  color: #8d8e99;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
.pricing-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pricing-list li:last-child {
  margin-bottom: 0px;
}
.pricing-list li img {
  margin-right: 30px;
}
.pricing-list li span {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-bottom: 0px;
}
.pricing-footer {
  margin-top: 30px;
}

/* FAQ */
.faq {
  margin-top: -20px;
}
.faq .tab-content {
  padding-left: 25px;
}
@media only screen and (max-width: 575px) {
  .faq .tab-content {
    padding-left: 5px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .faq .tab-wrapper {
    flex-direction: column;
  }
  .faq .tab-wrapper .faq-tab {
    width: 100%;
  }
}
.faq-link {
  text-align: start;
  margin-bottom: 10px;
}
.faq-accordion-button {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
  font-weight: 500;
  padding: 0px 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button {
    padding: 0px 0px 0 20px;
    font-size: 20px;
  }
}
.faq-accordion-button:not(.collapsed) {
  color: #1b263b;
  background-color: #ffffff;
  box-shadow: none;
}
.faq-accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: translateY(-50%) translateX(-50%);
}
.faq-accordion-button::after {
  background-image: none;
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  background-color: currentColor;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::after {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button::before {
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%);
  background-color: currentColor;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::before {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button:focus {
  box-shadow: none;
}
.faq-accordion-item {
  border: 0px;
  margin-bottom: 30px;
}
.faq-accordion-collapse .accordion-body {
  padding: 20px 20px 10px 50px;
  font-size: 18px;
  color: #54545f;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-collapse .accordion-body {
    padding: 20px 0px 10px 20px;
    font-size: 16px;
  }
}
.faq .accordion-item:last-child {
  margin-bottom: 0px;
}

.faq-tab .faq-link {
  border: 1px solid #cacdd3;
  border-radius: 6px;
  padding: 20px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1b263b;
  font-weight: 500;
  line-height: 1;
}
.faq-tab .faq-link:last-child {
  margin-bottom: 0px;
}
.faq-tab .faq-link.active {
  background-color: #d4c6ae;
}

/* =============================
    2.6 - Progress Style
================================ */
.progress-section {
  background-color: #d0c6b4;
  overflow: hidden;
}
.progress-section .section-head {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-section .section-head {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-section .section-head {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-section .section-head {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-section .section-head .text-two {
    margin-top: 10px;
  }
}
.progress-section .progress-title {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
  font-weight: 500;
  margin-bottom: 20px;
}
.progress-section .progress {
  position: relative;
  width: 80%;
  overflow: visible;
  margin-bottom: 45px;
  background-color: #e1d9fe;
  height: 13px;
  border-radius: 10px;
}
@media only screen and (max-width: 479px) {
  .progress-section .progress {
    width: 78%;
  }
}
.progress-section .progress:last-child {
  margin-bottom: 0px;
}
.progress-section .progress-bar {
  overflow: visible;
  height: 13px;
  background-color: #d4c6ae;
  border-radius: 10px;
}
.progress-section .progress-number {
  position: absolute;
  right: -70px;
  color: #d4c6ae;
  font-size: 21px;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
}
.progress-section .progress-area {
  overflow: hidden;
}

/* =============================
    2.7 - Portfolio One Style
================================ */
.portfolio-section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section-top .section-head {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section-top .section-head {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section-top .btn-style-two {
    padding: 10px 20px;
  }
}

.portfolio-menu-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 90px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu-style {
    margin: 70px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-menu-style {
    margin: 50px 0 30px;
  }
}
.portfolio-menu-style .btn-portfolio {
  border: 0px;
  background-color: #d4c6ae;
  padding: 12px 30px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.portfolio-menu-style .btn-portfolio:last-child {
  margin-right: 0px;
}
.portfolio-menu-style .btn-portfolio:hover {
  background-color: #1b263b;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(31, 152, 207, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu-style .btn-portfolio {
    margin: 0px 10px 10px;
    padding: 10px 25px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-menu-style .btn-portfolio {
    margin: 0px 5px 10px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
.portfolio-menu-style .btn-portfolio.active {
  background-color: #1b263b;
  color: #ffffff;
}

.single-portfolio {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.single-portfolio .thumbnail {
  position: relative;
  display: block;
}
.single-portfolio .thumbnail img {
  width: 100%;
}
.single-portfolio .thumbnail::before {
  content: "";
  background: linear-gradient(135deg, #1b263b 0%, #5435be 45%, #d4c6ae 66%);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.single-portfolio .content {
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio .content {
    padding: 20px;
  }
}
.single-portfolio .content .subtitle {
  color: white;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .single-portfolio .content .subtitle {
    font-size: 14px;
  }
}
.single-portfolio .content .title {
  color: white;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .single-portfolio .content .title {
    font-size: 20px;
  }
}
.single-portfolio .content .title a:hover {
  color: #ffffff;
}
.single-portfolio:hover .thumbnail img {
  transform: scale(1.1);
  transition: 0.4s;
  opacity: 0.3;
}
.single-portfolio:hover .thumbnail::before {
  opacity: 1;
}
.single-portfolio:hover .content {
  bottom: 0%;
  opacity: 1;
  transition: 0.6s;
}
.single-portfolio:hover .lightbox {
  top: 30px;
  transition: 0.6s;
  opacity: 1;
}
.single-portfolio .large-image {
  width: 100%;
}
.single-portfolio .lightbox {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 9;
  transition: 0.6s;
  opacity: 0;
}
.single-portfolio .lightbox .item {
  font-size: 24px;
  color: white;
}

.portfolio-load-more {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-load-more {
    margin: 60px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-load-more {
    margin: 50px 0 0px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-one .section-head .title {
    width: 320px;
  }
}
.portfolio-one .pagination-wrapper {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-one .pagination-wrapper {
    margin: 60px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-one .pagination-wrapper {
    margin: 50px 0 0px;
  }
}

.portfolio-details-wrapper {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-wrapper {
    margin-top: 40px;
  }
}
.portfolio-details-wrapper .share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.portfolio-details-wrapper .share .label {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
  margin-right: 20px;
}
.portfolio-details-wrapper .share .sidebar-social li a {
  height: 50px;
  width: 50px;
}
.portfolio-details-type {
  background-color: #d0c6b4;
  padding: 60px;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-type {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-type {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-type {
    padding: 30px;
  }
}
.portfolio-details-type li {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-type li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-type li {
    margin-bottom: 20px;
  }
}
.portfolio-details-type li:last-child {
  margin-bottom: 0px;
}
.portfolio-details-type li .name {
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
  font-weight: 500;
  font-size: 18px;
}
.portfolio-details-type li .type {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #8d8e99;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .portfolio-details-type li .type {
    font-size: 18px;
  }
}
.portfolio-details-inner {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-inner {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-inner {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-inner {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.portfolio-details-inner .portfolio-desc:last-child {
  margin-bottom: 0px;
}

.portfolio-desc {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-desc {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-desc {
    margin-bottom: 40px;
  }
}
.portfolio-desc-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #1b263b;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-desc-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-desc-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.portfolio-desc .text {
  font-size: 21px;
  color: #8d8e99;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-bottom: 30px;
}
.portfolio-desc .text-two {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .portfolio-desc .text-two {
    font-size: 16px;
  }
}
.portfolio-desc .solution {
  display: flex;
  justify-content: space-between;
  margin-right: 90px;
}
@media only screen and (max-width: 767px) {
  .portfolio-desc .solution {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-desc .solution {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.portfolio-desc .solution li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.portfolio-desc .solution li:last-child {
  margin-bottom: 0px;
}
.portfolio-desc .solution li img {
  margin-right: 30px;
}
.portfolio-desc .solution li span {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .portfolio-desc .solution li span {
    font-size: 16px;
  }
}
.portfolio-desc .single-process {
  padding: 30px;
  border: 1px solid #cacdd3;
  border-radius: 10px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-desc .single-process {
    padding: 15px;
  }
}
.portfolio-desc .single-process .number {
  height: 55px;
  width: 55px;
  background-color: #1e263c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
}
.portfolio-desc .single-process .title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
  margin: 25px 0 18px;
}

/* Portfolio Carousel */
.portfolio-carousel-wrapper {
  overflow: hidden;
  position: relative;
}
.portfolio-carousel-wrapper .section-head {
  margin-bottom: 100px;
}
.portfolio-carousel-wrapper .section-head .text {
  max-width: 500px;
}

.portfolio-carousel {
  float: left;
  width: calc(100% + 700px);
  position: relative;
  padding-top: 160px;
  margin-top: -160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .portfolio-carousel {
    width: calc(100% + 300px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-carousel {
    width: calc(100% + 300px);
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-carousel {
    width: calc(100% + 200px);
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-carousel {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.portfolio-carousel .single-portfolio-carousel {
  border-radius: 30px;
}

.portfolio-swiper-arrow {
  position: absolute;
  top: 0;
  left: 58%;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .portfolio-swiper-arrow {
    left: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-swiper-arrow {
    left: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-swiper-arrow {
    left: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-swiper-arrow {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    top: auto;
  }
}
.portfolio-swiper-arrow .swiper-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d4c6ae;
  border-radius: 100%;
  font-size: 24px;
  color: #1b263b;
  background-color: transparent;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .portfolio-swiper-arrow .swiper-btn {
    width: 40px;
    height: 40px;
  }
}
.portfolio-swiper-arrow .swiper-btn:hover {
  background: linear-gradient(135deg, #d4c6ae 0%, #5435be 45%, #1b263b 66%);
  color: white;
  border: 0px;
}

/* =============================
    2.8 - Work Banner Style
================================ */
.work-banner {
  background-color: #1b263b;
  padding: 100px 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-banner {
    padding: 80px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-banner {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .work-banner {
    padding: 60px 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .work-banner {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.work-banner .section-head .subtitle {
  color: white;
}
@media only screen and (max-width: 479px) {
  .work-banner .section-head .subtitle {
    font-size: 16px;
    letter-spacing: 4px;
  }
}
.work-banner .section-head .title {
  color: white;
  font-size: 48px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .work-banner .section-head .title {
    font-size: 40px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .work-banner .section-head .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .work-banner .section-head .title {
    font-size: 30px;
    margin-top: 0px;
  }
}
.work-banner .section-head .text {
  color: white;
  margin-top: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 479px) {
  .work-banner .section-head .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-banner .section-head {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-banner .section-head {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .work-banner .section-head {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .work-banner .btn-style-three {
    margin-top: 30px;
  }
}

.workbanner-two {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.workbanner-two .work-banner {
  border-radius: 20px 0 0 20px;
  padding: 100px 0px 100px 110px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .workbanner-two .work-banner {
    padding: 80px 0 80px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workbanner-two .work-banner {
    padding: 80px 0 80px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .workbanner-two .work-banner {
    padding: 60px 0 60px 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .workbanner-two .work-banner {
    padding: 30px 0 30px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.workbanner-two .work-banner::after {
  background-color: #1b263b;
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.workbanner-two .work-banner .btn-style-three {
  padding: 20px 44px;
}

/* =============================
    2.9 - Team Style
================================ */
.single-team {
  position: relative;
}
.single-team .team-content {
  background-color: white;
  border-top: 3px solid #d4c6ae;
  box-shadow: 21px 0px 48px rgba(41, 8, 155, 0.08);
  padding: 25px 0 30px 0;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.single-team .team-content .title {
  color: #1b263b;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-team .team-content .subtitle {
  font-size: 16px;
}
.single-team .team-thumb {
  position: relative;
  border-radius: 10px;
}
.single-team .team-thumb img {
  width: 100%;
  border-radius: 10px;
}
.single-team .team-thumb .image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.single-team .team-thumb .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #1b263b 0%, #5435be 45%, #d4c6ae 66%);
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
.single-team .sidebar-social {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  left: 10px;
}
.single-team .sidebar-social li {
  left: -10px;
  position: relative;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.single-team .sidebar-social li a {
  font-size: 16px;
  height: 40px;
  width: 40px;
  margin-right: 0;
  margin-bottom: 5px;
}
.single-team .sidebar-social li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-team .sidebar-social li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-team .sidebar-social li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-team .sidebar-social li:nth-child(4) {
  transition-delay: 0.4s;
}
.single-team:hover .team-thumb .image::after {
  opacity: 0.6;
  transition: 0.3s;
}
.single-team:hover .sidebar-social li {
  opacity: 1;
  visibility: visible;
  left: 10px;
}

.team-wrapper:nth-child(2n+2) {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrapper:nth-child(2n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-wrapper:nth-child(2n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .team-wrapper:nth-child(2n+2) {
    margin-top: 0;
  }
}

.all-members .team-wrapper:nth-child(2n+2) {
  margin-top: 0px;
}

.member-title {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .member-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.member .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
}
.member-thumb img {
  width: 100%;
}
.member-identity {
  background-color: #d0c6b4;
  padding: 45px 20px;
  margin-top: 20px;
  text-align: center;
  border-radius: 20px;
}
.member-identity .name {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
@media only screen and (max-width: 767px) {
  .member-identity .name {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .member-identity .name {
    font-size: 30px;
  }
}
.member-identity .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
  margin-top: 15px;
  display: block;
}
.member-identity .sidebar-social {
  margin-top: 20px;
}
.member-identity .sidebar-social li a {
  width: 50px;
  height: 50px;
}
.member-content {
  padding-left: 88px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .member-content {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .member-content {
    padding-left: 0px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .member-content {
    margin-top: 50px;
  }
}
.member-availability {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .member-availability {
    margin-top: 20px;
  }
}
.member-availability li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.member-availability li:last-child {
  margin-bottom: 0px;
}
.member-availability li .label {
  max-width: 140px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
}
.member-availability li .detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
}
.member .progress-section {
  padding: 5px 0;
}

.radial-progress-single {
  text-align: start;
}
@media only screen and (max-width: 575px) {
  .radial-progress-single {
    display: flex;
    align-items: center;
  }
}
.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: start;
}
@media only screen and (max-width: 575px) {
  .radial-progress-single .circle-info {
    padding: 0 0 0 20px;
    max-width: 250px;
  }
}
.radial-progress-single .circle-info .title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
  margin-bottom: 15px;
}
.radial-progress-single .circle-info .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
}

.radial-progress {
  position: relative;
  width: 123px;
}
.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radial-progress .circle-text span.count {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #1b263b;
  position: relative;
}

.team-about-section {
  position: relative;
  background-color: #d0c6b4;
}
.team-about-section::after {
  content: "";
  background-color: #d0c6b4;
  height: 190px;
  width: 100%;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

/* Team Two Style */
.team-two .btn-style-one {
  margin-top: 20px;
}

.team-group {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .team-group .group-image {
    width: 60%;
  }
}
.team-group-one {
  position: absolute;
  right: 0%;
  top: 0%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-group-one {
    right: -20px;
  }
}
.team-group-two {
  margin-top: 130px;
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-group-two {
    margin-top: 200px;
    margin-bottom: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .team-group-two {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .team-group-two {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .team-group-two {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.team-group-three {
  bottom: 0;
  left: 227px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-group-three {
    left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .team-group-three {
    left: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .team-group-three {
    left: auto;
    right: 0;
  }
}

/* =============================
    2.10 - Testimonial Style
================================ */
.testimonial {
  overflow: hidden;
  position: relative;
}

.testimonial-wrapper {
  background-color: #d4c6ae;
  position: relative;
  padding: 190px 0;
  border-radius: 20px 0px 0px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .testimonial-wrapper {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-wrapper {
    padding: 60px 0;
  }
}
.testimonial-wrapper::after {
  background-color: #d4c6ae;
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.testimonial-wrapper .large-quote {
  position: absolute;
  top: 0;
  right: -190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper .large-quote {
    right: 0;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper .large-quote {
    right: 0;
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .large-quote {
    right: 0px;
    width: 60px;
  }
}
.testimonial-wrapper .large-text {
  position: absolute;
  bottom: -106px;
  right: -190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper .large-text {
    bottom: -10px;
    right: 0;
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper .large-text {
    bottom: -53px;
    right: 0;
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .large-text {
    bottom: -31px;
    right: 0px;
    width: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-wrapper .large-text {
    bottom: -23px;
    right: 0px;
    width: 150px;
  }
}

.testimonial-inner {
  padding-left: 226px;
  padding-right: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-inner {
    padding-left: 100px;
    padding-right: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-inner {
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.testimonial-inner .section-head {
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .testimonial-inner .section-head {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-inner .section-head {
    margin-bottom: 30px;
  }
}
.testimonial-inner .section-head .title {
  color: #1b263b;
}
.testimonial-inner .section-head .subtitle {
  color: #1b263b;
}

.testimonial-single {
  display: flex;
}
.testimonial-single-quote {
  width: 88px;
  position: relative;
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .testimonial-single-quote {
    width: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-single-quote {
    width: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-single-quote {
    width: 22px;
  }
}
.testimonial-single-content {
  width: calc(100% - 88px);
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonial-single-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-single-content {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-single-content {
    width: calc(100% - 22px);
    padding-left: 10px;
  }
}
.testimonial-single-content .client-text {
  font-size: 30px;
  font-style: italic;
  color: #1b263b;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-single-content .client-text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-single-content .client-text {
    font-size: 20px;
  }
}
.testimonial-single-content .client-info {
  display: flex;
  align-items: center;
}
.testimonial-single-content .client-info img {
  margin-right: 30px;
}
.testimonial-single-content .client-info .name {
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
  font-size: 24px;
}
.testimonial-single-content .client-info .name .designation {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.testimonialone .swiper-slide {
  padding-top: 30px;
}
.testimonialone .swiper-arrow {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-left: 120px;
}
@media only screen and (max-width: 767px) {
  .testimonialone .swiper-arrow {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonialone .swiper-arrow {
    margin-top: 40px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonialone .swiper-arrow {
    margin-top: 30px;
    margin-left: 40px;
  }
}
.testimonialone .swiper-btn-prev {
  position: relative;
  height: 30px;
  width: 60px;
  overflow: hidden;
}
.testimonialone .swiper-btn-prev img:nth-child(1) {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonialone .swiper-btn-prev img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.testimonialone .swiper-btn-prev:hover img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonialone .swiper-btn-prev:hover img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.testimonialone .swiper-btn-next {
  position: relative;
  height: 30px;
  width: 60px;
  overflow: hidden;
}
.testimonialone .swiper-btn-next img:nth-child(1) {
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.testimonialone .swiper-btn-next img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.testimonialone .swiper-btn-next:hover img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.testimonialone .swiper-btn-next:hover img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}

.testimonial-two {
  position: relative;
  padding-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .testimonial-two {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-two {
    padding-top: 20px;
  }
}
.testimonial-two::after {
  content: "";
  background-color: #1b263b;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.testimonial-two .section-head {
  position: relative;
  z-index: 2;
}

/* Couleurs des textes dans la section testimonial-two */
.testimonial-two .section-head .subtitle {
  color: #ffffff;
  padding-top: 40px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .testimonial-two .section-head .subtitle {
    padding-top: 20px;
  }
}

.testimonial-two .section-head .title {
  color: #ffffff;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .testimonial-two .section-head .title {
    padding-bottom: 20px;
  }
}

.testimonial-two .section-head .text {
  color: #d0c6b4;
}

/* Changer la couleur de l'image quote-3.png en #1b263b */
.testimonialtwo-quote {
  position: relative;
  display: inline-block;
}

.testimonialtwo-quote img[src*="quote-3.png"] {
  filter: brightness(0) saturate(100%) invert(8%) sepia(20%) saturate(1500%) hue-rotate(200deg) brightness(0.85);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .section-head {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-two .section-head {
    margin-bottom: 30px;
  }
}

.testimonialtwo {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonialtwo {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonialtwo {
    padding-bottom: 50px;
  }
}
.testimonialtwo-single {
  padding: 70px 50px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(41, 8, 155, 0.12);
  margin: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonialtwo-single {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonialtwo-single {
    padding: 40px 30px;
  }
}
.testimonialtwo-top {
  text-align: center;
}

.border-middle {
  text-align: center;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-middle img {
  display: block;
  margin: 0 auto;
}
.testimonialtwo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: #54545f;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .testimonialtwo-text {
    font-size: 16px;
    margin: 20px 0;
  }
}
.testimonialtwo-content {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .testimonialtwo-content {
    margin-top: 20px;
  }
}
.testimonialtwo-thumb {
  margin-right: 20px;
}
.testimonialtwo-info {
  display: flex;
  flex-direction: column;
}
.testimonialtwo-info .name {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
}
@media only screen and (max-width: 575px) {
  .testimonialtwo-info .name {
    font-size: 20px;
  }
}
.testimonialtwo-info .designation {
  font-family: "Montserrat", sans-serif;
  color: #a3a1a9;
  font-size: 16px;
  margin-top: 5px;
}
.testimonialtwo .sliderone-pagination {
  bottom: 0px !important;
}

.testimonial-style-two {
  position: relative;
}
.testimonial-style-two .section-head .title {
  color: white;
}
.testimonial-style-two .section-head .subtitle {
  color: white;
}
.testimonial-style-two .section-head .text {
  color: white;
}
.testimonial-style-two::after {
  background-color: #1b263b;
  top: 0;
  bottom: 190px;
  height: calc(100% - 190px);
}
.testimonial-style-two .shape-one {
  position: absolute;
  top: -135px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .testimonial-style-two .shape-one {
    left: -70px;
  }
}

/* =============================
    2.11 - Blog Style
================================ */
.blog-thumbnail {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.blog-thumbnail img {
  width: 100%;
}
.blog-info {
  padding: 40px 30px;
  box-shadow: 10px 0px 49px rgba(25, 7, 89, 0.08);
  border-radius: 0 0 20px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-info {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-info {
    padding: 30px 10px;
  }
}
.blog-info .meta {
  display: flex;
  align-items: center;
}
.blog-info .meta li {
  position: relative;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-info .meta li {
    margin-right: 5px;
    padding-right: 10px;
  }
}
.blog-info .meta li::after {
  background: #d4c6ae;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%);
}
.blog-info .meta li:first-child {
  color: #d4c6ae;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .blog-info .meta li:first-child {
    font-size: 14px;
  }
}
.blog-info .meta li:last-child {
  color: #a3a1a9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .blog-info .meta li:last-child {
    font-size: 14px;
  }
}
.blog-info .meta li:last-child::after {
  display: none;
}
.blog-info .title {
  color: #1b263b;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 12px;
}
.blog:hover .blog-thumbnail img {
  opacity: 0.7;
  transform: scale(1.01);
}

.standard-blog .single-blog:last-child {
  margin-bottom: 0px;
}

.single-blog {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog {
    margin-bottom: 40px;
  }
}
.single-blog-thumb img {
  width: 100%;
}
.single-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-meta {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog-meta {
    margin-top: 30px;
  }
}
.single-blog-meta li {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.single-blog-meta li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #a3a1a9;
  border-radius: 100%;
}
.single-blog-meta li:last-child::after {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
.single-blog-meta li p {
  margin-bottom: 0px;
  color: #a3a1a9;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.single-blog-meta li span {
  color: #d4c6ae;
  margin-right: 10px;
}
.single-blog-meta li a {
  font-size: 16px;
  color: #1b263b;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.single-blog-meta li a:hover {
  color: #d4c6ae;
}
.single-blog-content .title {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
@media only screen and (max-width: 767px) {
  .single-blog-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-content .title {
    font-size: 30px;
  }
}
.single-blog-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .single-blog-content .text {
    font-size: 16px;
    margin: 20px 0;
  }
}
.single-blog-content .content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-blog-content .content-bottom .read-more {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.16;
  color: #1b263b;
}
.single-blog-content .content-bottom .read-more:hover {
  color: #d4c6ae;
}
.single-blog-content .content-bottom .read-more i {
  color: #d4c6ae;
  margin-right: 7px;
}
.single-blog-content .content-bottom .time {
  font-size: 16px;
}
.single-blog-share-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .single-blog-share-tag {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }
}
.single-blog-share-tag .tags, .single-blog-share-tag .share {
  display: flex;
  align-items: center;
}
.single-blog-share-tag .tags .label, .single-blog-share-tag .share .label {
  color: #1b263b;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .single-blog-share-tag .tags {
    margin-bottom: 20px;
  }
}
.single-blog-share-tag .tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-blog-share-tag .tags ul li {
  margin-right: 5px;
}
.single-blog-share-tag .tags ul li a {
  color: #a3a1a9;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .single-blog-share-tag .tags ul li a {
    font-size: 16px;
  }
}
.single-blog-share-tag .tags ul li a:hover {
  color: #d4c6ae;
}
.single-blog-share-tag .sidebar-social li a {
  height: 50px;
  width: 50px;
}

.single-blog-two {
  position: relative;
  overflow: hidden;
}
.single-blog-two-thumb {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 13px;
  position: relative;
}
.single-blog-two-thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.5s;
  z-index: 3;
}
.single-blog-two-thumb img {
  width: 100%;
}
.single-blog-two-content {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 45px;
  z-index: 4;
}
.single-blog-two-content .meta {
  display: flex;
  align-items: center;
}
.single-blog-two-content .meta li {
  position: relative;
  color: white;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-right: 20px;
  padding-right: 20px;
}
.single-blog-two-content .meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.single-blog-two-content .meta li:last-child::after {
  display: none;
}
.single-blog-two-content .meta li::after {
  content: "";
  background-color: white;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
}
.single-blog-two-content .title {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-top: 6px;
}
.single-blog-two-content .title:hover a {
  color: #d4c6ae;
}
.single-blog-two:hover .single-blog-two-thumb::before {
  height: 100%;
  background: linear-gradient(to top, black 0%, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.5s;
}
.single-blog-two:hover .single-blog-two-thumb img {
  transform: scale(1.01);
  z-index: 1;
}

.single-subblog {
  border: 1px solid #cacdd3;
  border-radius: 10px;
  padding: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .single-subblog {
    padding: 31px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-subblog {
    padding: 21px;
  }
}
.single-subblog .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #d4c6ae;
  font-weight: 500;
}
.single-subblog .title {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: #1b263b;
  font-weight: 500;
  margin-top: 10px;
}
.single-subblog .title a:hover {
  color: #d4c6ae;
}
.single-subblog .date {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #a3a1a9;
  margin-top: 73px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .single-subblog .date {
    margin-top: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-subblog .date {
    margin-top: 23px;
  }
}

.blockquote {
  display: flex;
  align-items: flex-start;
}
.blockquote .thumb {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .blockquote .thumb {
    width: 80px;
  }
}
.blockquote .content {
  width: calc(100% - 100px);
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .blockquote .content {
    width: calc(100% - 80px);
  }
}
.blockquote .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: italic;
  color: #8d8e99;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .blockquote .content p {
    font-size: 20px;
  }
}
.blockquote .blockquote-footer {
  position: relative;
  padding-left: 40px;
  margin-top: 5px;
}
.blockquote .blockquote-footer::before {
  content: "";
  width: 29px;
  height: 0.5px;
  position: absolute;
  background-color: #5c595a;
  left: 0;
  top: 55%;
}
.blockquote .blockquote-footer .name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #1b263b;
  font-weight: 500;
}
.blockquote .blockquote-footer .designation {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #a3a1a9;
  font-weight: 300;
}

.post-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cacdd3;
  padding: 30px;
  border-radius: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link {
    padding: 15px;
  }
}
.post-nav-link .post-prev {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-prev {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.post-nav-link .post-prev .thumb {
  margin-right: 10px;
  flex-shrink: 0;
}
.post-nav-link .post-prev .content {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-prev .content {
    margin-left: 0px;
  }
}
.post-nav-link .post-next {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: end;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-next {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.post-nav-link .post-next .thumb {
  margin-left: 10px;
  flex-shrink: 0;
}
.post-nav-link .post-next .content {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-next .content {
    margin-right: 0px;
  }
}
.post-nav-link .thumb {
  width: 90px;
}
.post-nav-link .content {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
  .post-nav-link .content {
    width: 100%;
    margin-top: 10px;
  }
}
.post-nav-link .content .prev-arrow, .post-nav-link .content .next-arrow {
  font-size: 16px;
  color: #d4c6ae;
  font-weight: 500;
}
.post-nav-link .content .prev-arrow i {
  margin-right: 7px;
}
.post-nav-link .content .next-arrow i {
  margin-left: 7px;
}
.post-nav-link .content .title {
  font-size: 21px;
  color: #1b263b;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}

.entry-author {
  background-color: #d0c6b4;
  padding: 48px;
  border-radius: 20px;
  display: flex;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .entry-author {
    padding: 20px;
    margin-top: 44px;
  }
}
@media only screen and (max-width: 479px) {
  .entry-author {
    flex-direction: column;
  }
}
.entry-author .thumb {
  flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .entry-author .thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.entry-author .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media only screen and (max-width: 479px) {
  .entry-author .head {
    margin-bottom: 20px;
  }
}
.entry-author .head .title {
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
}
.entry-author .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .entry-author .text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.entry-author .read-more {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
.entry-author .read-more:hover {
  color: #d4c6ae;
}
.entry-author .read-more i {
  color: #d4c6ae;
  margin-right: 7px;
}

.comment {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .comment {
    margin-top: 44px;
  }
}
.comment .title {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .comment .title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .comment .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.comment-1 {
  border: 1px solid #cacdd3;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .comment-1 {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .comment-1 {
    flex-direction: column;
  }
}
.comment-thumb {
  flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .comment-thumb {
    margin-bottom: 20px;
  }
}
.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-head .meta {
  display: flex;
  align-items: center;
}
.comment-title {
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
  font-weight: 500;
  font-size: 24px;
}
.comment .meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comment .meta .date {
  font-size: 14px;
  margin-right: 10px;
}
.comment .meta .time {
  font-size: 14px;
}
.comment .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .comment .text {
    font-size: 16px;
  }
}
.comment .replay {
  font-family: "Montserrat", sans-serif;
  color: #1b263b;
  padding: 14px 30px;
  border-radius: 30px;
  background-color: #b2b2b2;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .comment .replay {
    padding: 14px 20px;
    font-size: 14px;
  }
}
.comment-list .comment-inner {
  margin-bottom: 30px;
}
.comment-list .comment-inner:last-child {
  margin-bottom: 0;
}
.comment-children {
  margin-left: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment-form {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .comment-form {
    margin-top: 44px;
  }
}
.comment-form .title {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-form .title {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-form .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.comment-form-inner {
  /* background-color: #d0c6b4; */
  padding: 60px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .comment-form-inner {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .comment-form-inner {
    padding: 20px;
  }
}
.comment-form-inner input, .comment-form-inner textarea {
  font-size: 14px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #1b263b;
  box-shadow: 7px 0px 30px rgba(25, 7, 89, 0.05);
}
.comment-form-inner input::-moz-placeholder, .comment-form-inner textarea::-moz-placeholder {
  color: #a3a1a9;
  font-size: 16px;
  line-height: 1;
}
.comment-form-inner input:-ms-input-placeholder, .comment-form-inner textarea:-ms-input-placeholder {
  color: #a3a1a9;
  font-size: 16px;
  line-height: 1;
}
.comment-form-inner input::placeholder, .comment-form-inner textarea::placeholder {
  color: #a3a1a9;
  font-size: 16px;
  line-height: 1;
}
.comment-form-inner textarea {
  height: 180px;
  padding-top: 20px;
}

/* =============================
        2.12 - Brand Style
================================ */
.brand-style .brand-before {
  display: block;
  opacity: 1;
}
.brand-style .brand-after {
  display: none;
}
/* Suppression des effets hover */
.brand-style .swiper-slide:hover .brand-before {
  transform: none;
}
.brand-style .swiper-slide:hover .brand-after {
  display: none;
}

/* Animation continue pour le brand slider */
.brand-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

.brand-style-two {
  background-color: #d0c6b4;
  border-radius: 10px;
  padding: 110px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-style-two {
    padding: 40px 30px;
  }
}
.brand-style-two .shape-one {
  position: absolute;
  bottom: -105px;
  right: -105px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .brand-style-two .shape-one {
    right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two .shape-one {
    right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .brand-style-two .shape-one {
    right: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-style-two .shape-one {
    right: 0px;
    bottom: -40px;
    width: 35%;
  }
}

/* =============================
    2.13 - Breadcrumb Style
================================ */
.breadcrumb-section {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 270px 0 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section {
    padding: 200px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section {
    padding: 180px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section {
    padding: 70px 0 40px;
  }
}
.breadcrumb-section .shape {
  position: absolute;
}
.breadcrumb-section .shape-one {
  z-index: 1;
  top: 50%;
  left: 18%;
}
.breadcrumb-section .shape-one img {
  transform: rotate(90deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .breadcrumb-section .shape-one {
    left: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section .shape-one {
    left: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section .shape-one {
    left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .shape-one {
    display: none;
  }
}
.breadcrumb-section .shape-two {
  z-index: 1;
  top: 180px;
  right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section .shape-two {
    top: 130px;
    right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .shape-two {
    display: none;
  }
}
.breadcrumb-section .shape-three {
  top: 0;
  left: 0;
}
.breadcrumb-section .shape-four {
  right: 0;
  bottom: -310px;
}
.breadcrumb-section .shape-five {
  right: 0;
  bottom: -300px;
}
.breadcrumb-section .breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}
.breadcrumb-section .breadcrumb-wrapper .title {
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb-section .breadcrumb-wrapper .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #54545f;
  margin-top: 30px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .breadcrumb-wrapper .text {
    font-size: 16px;
    margin-top: 20px;
    max-width: 100%;
  }
}

.pagination-wrapper {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 30px;
  }
}
.pagination-wrapper .pagination .page-item {
  margin-right: 8px;
}
.pagination-wrapper .pagination .page-item:last-child {
  margin-right: 0px;
}
.pagination-wrapper .pagination .page-item .page-link {
  border-radius: 100%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3a1a9;
  font-size: 18px;
}
.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-wrapper .pagination .page-item .page-link:hover, .pagination-wrapper .pagination .page-item .page-link.active {
  color: white;
  background: #d4c6ae;
}

/* =============================
    2.14 - Sidebar Style
================================ */
.sidebar-wrap .sidebar:last-child {
  margin-bottom: 0px;
}

.sidebar {
  padding: 50px;
  background-color: #1e263c;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.sidebar .sidebar-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar-title {
    margin-bottom: 20px;
  }
}
.sidebar .sidebar-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d4c6ae;
  width: 5px;
  height: 20px;
  border-radius: 5px;
}
.sidebar-title-two {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  color: white;
  line-height: 1;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .sidebar-title-two {
    margin-bottom: 20px;
  }
}
.sidebar.sidebar-help {
  background-color: #d4c6ae;
}
.sidebar-search {
  position: relative;
  max-width: 100%;
}
.sidebar-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0px;
  background-color: white;
  color: #d4c6ae;
  font-size: 20px;
}
.sidebar-input {
  font-size: 14px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  padding-right: 50px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #1b263b;
  box-shadow: 7px 0px 30px rgba(25, 7, 89, 0.05);
}
.sidebar-input::-moz-placeholder {
  color: #a3a1a9;
  font-size: 16px;
}
.sidebar-input:-ms-input-placeholder {
  color: #a3a1a9;
  font-size: 16px;
}
.sidebar-input::placeholder {
  color: #a3a1a9;
  font-size: 16px;
}
.sidebar-blog li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sidebar-blog li:last-child {
  margin-bottom: 0px;
}
.sidebar-blog li .image {
  flex: 1 0 90px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-blog li .image {
    flex: none;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-blog li .image {
    flex: none;
  }
}
.sidebar-blog li .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sidebar-blog li .content .subtitle {
  color: #d4c6ae;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.sidebar-blog li .content .title {
  color: #1b263b;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.sidebar-blog li .content .title:hover {
  color: #d4c6ae;
}
.sidebar-blog li .content .date {
  font-size: 14px;
}
.sidebar-category li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacdd3;
}
.sidebar-category li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}
.sidebar-category li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1b263b;
  font-size: 16px;
}
.sidebar-category li a:hover {
  color: #d4c6ae;
}
.sidebar-category li a span {
  color: #a3a1a9;
  font-weight: 400;
  margin-left: 4px;
  font-size: 14px;
}
.sidebar-tags a {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #1e263c;
  color: #ffffff;
  display: inline-flex;
  margin-bottom: 6px;
  margin-right: 4px;
}
.sidebar-tags a:last-child {
  margin-bottom: 0px;
}
.sidebar-tags a:hover, .sidebar-tags a.active {
  background-color: #d4c6ae;
  color: White;
}
.sidebar-instagram li {
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-instagram li a {
  display: block;
  position: relative;
}
.sidebar-instagram li a::after {
  background: #d4c6ae;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.sidebar-instagram li a .add-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.sidebar-instagram li a .add-action i {
  font-size: 24px;
  color: white;
  vertical-align: middle;
  line-height: 1;
}
.sidebar-instagram li a:hover::after {
  opacity: 0.5;
  visibility: visible;
  transition: 0.5s;
}
.sidebar-instagram li a:hover .add-action {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.sidebar-social li a {
  height: 60px;
  width: 60px;
  font-size: 21px;
  display: block;
  color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.sidebar-social li .facebook {
  background-color: #1877f2;
}
.sidebar-social li .twitter {
  background-color: #1da1f2;
}
.sidebar-social li .linkedin {
  background-color: #0077b5;
}
.sidebar-social li .instagram {
  background-color: #405de6;
}
.sidebar-help-text {
  font-size: 14px;
  color: white;
  line-height: 1.5;
}
.sidebar-help-call {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.sidebar-help-call .icon {
  height: 65px;
  width: 65px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b263b;
  transform: rotate(90deg);
  background-color: #ffffff;
  font-size: 21px;
  margin-right: 20px;
}
.sidebar-help-call .call-area {
  display: flex;
  flex-direction: column;
}
.sidebar-help-call .text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: white;
  font-weight: 400;
}
.sidebar-help-call a {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: white;
  font-weight: 800;
}
.sidebar-help-call a:hover {
  color: #1b263b;
}
.sidebar-service li {
  margin-bottom: 10px;
  display: block;
}
.sidebar-service li:last-child {
  margin-bottom: 0px;
}
.sidebar-service li a {
    line-height: 1;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 30px;
    display: block;
    width: 100%;
    background-color: #1e263c;
    border-radius: 5px;
}
.sidebar-service li a:hover, .sidebar-service li a.active {
  background-color: #d4c6ae;
  color: white;
}
.sidebar-download li {
  display: block;
  margin-bottom: 10px;
}
.sidebar-download li:last-child {
  margin-bottom: 0px;
}
.sidebar-download li a {
  display: block;
  width: 100%;
  font-size: 18px;
}
.sidebar-download li a:hover {
  font-size: 18px;
}

/* =============================
    2.15 - Contact Style
================================ */
.contact-head {
  margin-right: 100px;
}
@media only screen and (max-width: 479px) {
  .contact-head {
    margin-right: 0px;
  }
}

.contact-info li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-info li .icon {
  height: 90px;
  width: 90px;
  background-color: #1e263c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .contact-info li .icon {
    height: 60px;
    width: 60px;
    margin-right: 20px;
    font-size: 20px;
  }
}
.contact-info-content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1b263b;
  margin-bottom: 10px;
}
.contact-info-content .text {
  font-family: "Montserrat", sans-serif;
  color: #54545f;
  font-size: 18px;
}
.contact-info-content .text a {
  color: #54545f;
}
.contact-info-content .text a:hover {
  color: #d4c6ae;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-form .title {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.16;
  color: #1b263b;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-form .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form .title {
    font-size: 30px;
  }
}
.contact-form input {
  height: 70px;
  border-radius: 10px;
}
.contact-form textarea {
  border-radius: 10px;
}

.google-map-area {
  position: relative;
}
.google-map-area:hover .icon {
  opacity: 1;
  transition: 0.3s;
}
.google-map-area .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.google-map-area .map-inner iframe {
  border-radius: 20px;
}

/* Masquer la carte sur la page contact */
.contact-map-section,
.google-map-area,
.map-inner {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

.map-inner iframe {
  width: 100%;
  height: 425px;
}

/* =============================
    2.16 - Plan Style
================================ */
.single-plan {
  margin-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-plan {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-plan {
    margin-right: 15px;
  }
}
.single-plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cacdd3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.single-plan-head .number {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #aa97ee;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.single-plan-head .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #1b263b;
  font-weight: 500;
}
.single-plan-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #54545f;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .single-plan-text {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .single-plan-text {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

/* =============================
        2.12 - Footer Style
================================ */
.footer-wrapper {
  background-color: #fefaf6;
  margin-top: 120px;
  padding-top: 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper {
    padding-top: 0px;
  }
}
.footer-wrapper .shape-one {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-wrapper .shape-one.footertwo-shape {
  top: -70px;
}
.footer-wrapper .shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-wrapper .footer-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
}
.footer-wrapper .footer-top .section-head .title {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-top .section-head .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper .footer-top .section-head {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer-top .section-head {
    text-align: center;
  }
}

.footer-widget {
  position: relative;
  z-index: 1;
}


.footer-widget.negative-margin {
  margin-top: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.negative-margin {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.negative-margin {
    margin-top: 0px;
  }
}
.footer-widget .footer-widget-list-icon {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-widget-list-icon {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .footer-widget-list-icon {
    margin-top: 20px;
    text-align: center !important;
  }
  .footer-widget .footer-widget-list-icon li {
    justify-content: center !important;
  }
  .footer-widget .footer-widget-list-icon li span {
    font-size: 16px !important;
    margin-left: 10px !important;
  }
}
.footer-widget .footer-widget-list-icon li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-widget .footer-widget-list-icon li:last-child {
  margin-bottom: 0px;
}
.footer-widget .footer-widget-list-icon li i {
  color: #1b263b;
}
.footer-widget .footer-widget-list-icon li span {
  color: #1b263b;
  font-size: 18px;
  margin-left: 15px;
}
.footer-widget .social-icon {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .social-icon {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget .social-icon {
    margin-top: 20px;
    justify-content: center !important;
  }
}
.footer-widget-title {
  font-size: 18px;
  color: #1b263b;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-title {
    margin-bottom: 20px;
  }
}
.footer-widget-list li {
  font-size: 14px;
  margin-bottom: 7px;
}
.footer-widget-list li:last-child {
  margin-bottom: 0px;
}
.footer-widget-list a {
  color: #1b263b;
}
.footer-widget-list a:hover {
  color: #d4c6ae;
}
.footer-widget .instagrm {
  margin-right: -10px;
}
.footer-widget .instagrm li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.footer-widget .instagrm li a {
  display: block;
  position: relative;
}
.footer-widget .instagrm li a::after {
  background: #d4c6ae;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.footer-widget .instagrm li a .add-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.footer-widget .instagrm li a .add-action i {
  font-size: 24px;
  color: white;
  vertical-align: middle;
  line-height: 1;
}
.footer-widget .instagrm li a:hover::after {
  opacity: 0.5;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget .instagrm li a:hover .add-action {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget .footer-text {
  color: #54545f;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-top: 40px;
}
.footer-widget .footer-form-two {
  margin-top: 40px;
}
.footer-widget .footer-form-two input {
  height: 60px;
  padding: 10px 50px 10px 20px;
}
.footer-widget .footer-form-two .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 0px;
  background: transparent;
  height: 100%;
  padding: 0 20px;
  line-height: 1;
  font-size: 16px;
  color: #d4c6ae;
}

.footer-style-two {
  margin-top: 0;
  position: relative;
}
.footer-style-two::after {
  content: "";
  background-color: #fefaf6;
  width: 100%;
  height: 185px;
  top: -185px;
  left: 0;
  position: absolute;
  z-index: -3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-two .footer-widget .footer-text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-two .footer-widget .footer-text {
    margin-top: 20px;
  }
}
.footer-style-two .subscribe-form {
  max-width: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-two .subscribe-form {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-two .subscribe-form {
    max-width: 100%;
    margin-top: 20px;
  }
}
.footer-style-two .subscribe-form .email {
  max-width: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-two .subscribe-form .email {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-two .subscribe-form .email {
    max-width: 100%;
  }
}

.subscribe-form {
  position: relative;
  max-width: 540px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form {
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form {
    margin-top: 30px;
  }
}
.subscribe-form .email {
  background-color: white;
  border-radius: 5px;
  color: #1b263b;
  display: block;
  font-size: 18px;
  height: 73px;
  padding: 10px 200px 10px 30px;
  max-width: 540px;
  width: 100%;
  border: 0px;
  box-shadow: 7px 0px 30px rgba(25, 7, 89, 0.05);
}
.subscribe-form .email::-moz-placeholder {
  font-size: 18px;
  color: #a3a1a9;
}
.subscribe-form .email:-ms-input-placeholder {
  font-size: 18px;
  color: #a3a1a9;
}
.subscribe-form .email::placeholder {
  font-size: 18px;
  color: #a3a1a9;
}
@media only screen and (max-width: 767px) {
  .subscribe-form .email {
    padding: 10px 140px 10px 20px;
    height: 60px;
  }
}
.subscribe-form .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-color: #1b263b;
  background: #1b263b;
  background: linear-gradient(135deg, #1b263b 0%, #5435be 45%, #d4c6ae 66%);
  border: 0px;
  border-radius: 0 5px 5px 0;
  height: 100%;
  padding: 0 50px;
  line-height: 1;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: white;
}
@media only screen and (max-width: 767px) {
  .subscribe-form .button {
    padding: 0 30px;
  }
}

.copyright {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 110px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 50px 0 40px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.copyright p {
  color: #1b263b;
  font-size: 14px;
  margin-bottom: 0px;
}
.copyright p span {
  font-weight: 500;
}
.copyright .footer-bootm-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .copyright .footer-bootm-list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.copyright .footer-bootm-list li {
  position: relative;
  margin-right: 40px;
}
.copyright .footer-bootm-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.copyright .footer-bootm-list li a {
  font-size: 14px;
  color: #1b263b;
}
.copyright .footer-bootm-list li a:hover {
  color: #d4c6ae;
}

.subcription-form-wrapper {
  position: relative;
}
.subcription-form-wrapper .mailchimp-success {
  position: absolute;
  margin-top: 10px;
  top: 100%;
  left: 0;
  bottom: 0;
}

/* =============================
    Mobile Optimizations
================================ */

/* Améliorations des boutons de filtre sur mobile */
@media only screen and (max-width: 767px) {
  .portfolio-menu-style {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  
  .portfolio-menu-style .btn-portfolio {
    margin: 0;
    padding: 12px 20px;
    text-align: center;
    background-color: #d0c6b4;
    border-radius: 27px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
  }
  
  .portfolio-menu-style .btn-portfolio:hover,
  .portfolio-menu-style .btn-portfolio.active {
    background-color:#9f8a7f;
    color: #ffffff;
    transform: translateY(-2px);
  }
  
  .service-menu-active {
    margin-bottom: 30px !important;
  }
}

/* Améliorations des cartes de services sur mobile */
@media only screen and (max-width: 575px) {
  .single-service {
    padding: 20px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  
  .single-service-top {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 15px;
  }
  
  .single-service-top .icon {
    margin-bottom: 12px;
    margin-left: 0;
  }
  
  .single-service-top .icon i {
    font-size: 50px !important;
  }
  
  .single-service-top .title {
    max-width: 100%;
    margin-left: 0;
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  
  .single-service-top .title a {
    font-size: 19px;
  }
  
  .single-service-text {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.65;
  }
  
  .single-service .readmore-btn {
    font-size: 15px;
    margin-top: 18px;
  }
  
  /* Menu de filtres */
  .service-menu-active {
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .service-menu-active .btn-portfolio {
    font-size: 14px;
    padding: 10px 18px;
    margin: 5px;
  }
}

/* Améliorations du header mobile */
@media only screen and (max-width: 767px) {
  .header-wrapper {
    padding: 10px 0;
  }
  
  .header-right_actions {
    margin-left: 15px;
  }
  
  .hamburger_button {
    padding: 8px;
    width: 40px;
    height: 40px;
  }
  
  .hamburger_button span {
    height: 2px;
    background-color: #d4c6ae;
  }
  
  .offcanvas {
    padding: 30px 20px;
  }
  
  .mobile-menu li a {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #e9edf4;
  }
  
  .mobile-menu li:last-child a {
    border-bottom: none;
  }
}

/* =============================
   Optimisation Footer Mobile
================================ */

/* Footer mobile - Tablettes et petits écrans (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .footer-wrapper {
    padding-top: 50px !important;
    margin-top: 50px !important;
  }
  
  .footer-wrapper .shape-one,
  .footer-wrapper .shape-two {
    display: none; /* Masquer les formes décoratives sur mobile */
  }
  
  /* Container du footer */
  .footer-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Row principale */
  .footer-wrapper .row.mb-n40 {
    margin-bottom: 0 !important;
  }
  
  /* Colonnes du footer - empilées verticalement */
  .footer-wrapper .col-lg-3 {
    width: 100% !important;
    margin-bottom: 35px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .footer-wrapper .col-lg-3:last-child {
    margin-bottom: 0 !important;
  }
  
  /* Widgets du footer */
  .footer-widget {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  
  .footer-widget.negative-margin {
    margin-top: 0 !important;
  }
  
  /* Logo - Centré uniquement sur mobile */
  .footer-widget .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    margin-bottom: 25px;
  }
  
  .footer-widget .logo a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  
  .footer-widget .logo img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    height: auto;
  }
  
  /* Titres des widgets */
  .footer-widget-title {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: #1b263b !important;
  }
  
  /* Titres des tiroirs - ajustement pour mobile */
  .footer-accordion-toggle {
    text-align: center !important;
    justify-content: center !important;
    padding-right: 20px !important;
  }
  
  /* Liste d'icônes (contact) */
  .footer-widget-list-icon {
    margin-top: 25px !important;
    text-align: center !important;
    list-style: none;
    padding: 0;
  }
  
  .footer-widget-list-icon li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
    flex-wrap: wrap;
  }
  
  .footer-widget-list-icon li:last-child {
    margin-bottom: 0 !important;
  }
  
  .footer-widget-list-icon li i {
    font-size: 18px;
    color: #1b263b;
    margin-right: 10px;
  }
  
  .footer-widget-list-icon li span {
    font-size: 16px !important;
    color: #1b263b;
    margin-left: 0 !important;
    word-break: break-word;
  }
  
  /* Listes de liens */
  .footer-widget-list {
    text-align: center !important;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-widget-list li {
    margin-bottom: 12px !important;
    font-size: 16px !important;
  }
  
  .footer-widget-list li:last-child {
    margin-bottom: 0 !important;
  }
  
  .footer-widget-list li a {
    color: #1b263b;
    font-size: 16px !important;
    padding: 5px 0;
    display: inline-block;
    transition: color 0.3s ease;
  }
  
  .footer-widget-list li a:hover {
    color: #d4c6ae;
  }
  
  /* Icônes sociales */
  .social-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 25px !important;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .social-icon li {
    margin-right: 15px !important;
    margin-bottom: 0;
  }
  
  .social-icon li:last-child {
    margin-right: 0 !important;
  }
  
  .social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d0c6b4;
    color: #1b263b;
    transition: all 0.3s ease;
  }
  
  .social-icon li a:hover {
    background-color: #d4c6ae;
    color: #ffffff;
    transform: translateY(-2px);
  }
  
  /* Copyright */
  .copyright {
    padding: 35px 0 25px !important;
    text-align: center !important;
    flex-direction: column !important;
    align-items: center !important;
    border-top: 1px solid #e9edf4;
    margin-top: 20px;
  }
  
  .copyright p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
    order: 2;
  }
  
  .copyright .footer-bootm-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
    order: 1;
    padding: 0;
    list-style: none;
  }
  
  .copyright .footer-bootm-list li {
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  
  .copyright .footer-bootm-list li a {
    font-size: 14px !important;
    color: #1b263b;
    padding: 5px 0;
    display: inline-block;
  }
  
  .copyright .footer-bootm-list li a:hover {
    color: #d4c6ae;
  }
  
  /* Alignement des colonnes avec justify-content */
  .d-flex.justify-content-lg-center,
  .d-flex.justify-content-md-start,
  .d-flex.justify-content-sm-center,
  .d-flex.justify-content-sm-start {
    justify-content: center !important;
  }
}

/* Footer mobile - Petits mobiles (max-width: 575px) */
@media only screen and (max-width: 575px) {
  .footer-wrapper {
    padding-top: 40px !important;
    margin-top: 40px !important;
  }
  
  .footer-wrapper .col-lg-3 {
    margin-bottom: 30px !important;
  }
  
  .footer-widget .logo img {
    max-width: 130px;
  }
  
  .footer-widget-title {
    font-size: 17px !important;
    margin-bottom: 18px !important;
  }
  
  .footer-widget-list-icon li span {
    font-size: 15px !important;
  }
  
  .footer-widget-list li {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
  
  .footer-widget-list li a {
    font-size: 15px !important;
  }
  
  .social-icon li a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  
  .copyright {
    padding: 30px 0 20px !important;
  }
  
  .copyright p {
    font-size: 13px !important;
  }
  
  .copyright .footer-bootm-list li a {
    font-size: 13px !important;
  }
}

/* Footer mobile - Très petits mobiles (max-width: 479px) */
@media only screen and (max-width: 479px) {
  .footer-wrapper {
    padding-top: 35px !important;
  }
  
  .footer-wrapper .col-lg-3 {
    margin-bottom: 25px !important;
  }
  
  .footer-widget .logo img {
    max-width: 120px;
  }
  
  .footer-widget-title {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
  
  .footer-widget-list-icon {
    margin-top: 20px !important;
  }
  
  .footer-widget-list-icon li {
    margin-bottom: 12px !important;
  }
  
  .footer-widget-list-icon li span {
    font-size: 14px !important;
  }
  
  .footer-widget-list li {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
  
  .footer-widget-list li a {
    font-size: 14px !important;
  }
  
  .social-icon {
    margin-top: 20px !important;
    gap: 8px;
  }
  
  .social-icon li a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  
  .copyright {
    padding: 25px 0 15px !important;
  }
  
  .copyright p {
    font-size: 12px !important;
  }
  
  .copyright .footer-bootm-list {
    gap: 10px !important;
  }
  
  .copyright .footer-bootm-list li a {
    font-size: 12px !important;
  }
}

/* =============================
   WhatsApp Floating Button
================================ */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 32px;
}

.whatsapp-btn:hover {
    background-color: #20BA5A;
    transform: scale(1.1);
}

.whatsapp-btn i {
    line-height: 1;
}

/* Animation pulse - Supprimée car box-shadow retirée */

/* Responsive - Mobile : bas à gauche */
@media only screen and (max-width: 767px) {
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
        right: auto;
    }
    
    .whatsapp-btn {
        width: 55px;
        height: 55px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 479px) {
    .whatsapp-float {
        bottom: 15px;
        left: 15px;
        right: auto;
    }
    
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* =============================
   Footer Accordion (Tiroirs) Mobile
================================ */

/* Styles pour les tiroirs sur mobile uniquement */
@media only screen and (max-width: 767px) {
  /* Titre cliquable avec icône */
  .footer-accordion-toggle {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease;
    text-align: center !important;
    gap: 8px;
  }
  
  .footer-accordion-toggle:hover {
    color: #d4c6ae !important;
  }
  
  /* Icône chevron - Même écart pour tous les titres */
  .footer-accordion-icon {
    position: relative;
    font-size: 14px;
    color: #1b263b;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
  }
  
  .footer-accordion-toggle.active .footer-accordion-icon {
    transform: translateY(-50%) rotate(180deg);
    color: #d4c6ae;
  }
  
  /* Contenu masqué par défaut sur mobile */
  .footer-accordion-content {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
    margin-top: 0 !important;
    display: block !important;
  }
  
  /* Contenu ouvert */
  .footer-accordion-content.active {
    max-height: 500px !important;
    opacity: 1 !important;
    margin-top: 15px !important;
  }
  
  /* Animation pour les liens */
  .footer-accordion-content li {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition-delay: 0.1s;
  }
  
  .footer-accordion-content.active li {
    transform: translateY(0);
    opacity: 1;
  }
  
  .footer-accordion-content.active li:nth-child(1) { transition-delay: 0.05s; }
  .footer-accordion-content.active li:nth-child(2) { transition-delay: 0.1s; }
  .footer-accordion-content.active li:nth-child(3) { transition-delay: 0.15s; }
  .footer-accordion-content.active li:nth-child(4) { transition-delay: 0.2s; }
  .footer-accordion-content.active li:nth-child(5) { transition-delay: 0.25s; }
  .footer-accordion-content.active li:nth-child(6) { transition-delay: 0.3s; }
  .footer-accordion-content.active li:nth-child(7) { transition-delay: 0.35s; }
  .footer-accordion-content.active li:nth-child(8) { transition-delay: 0.4s; }
}

/* Sur desktop, afficher normalement sans tiroir */
@media only screen and (min-width: 768px) {
  .footer-accordion-toggle {
    cursor: default;
    padding-right: 0 !important;
  }
  
  .footer-accordion-icon {
    display: none !important;
  }
  
  .footer-accordion-content {
    max-height: none !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    overflow: visible !important;
  }
  
  .footer-accordion-content li {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Améliorations des boutons sur mobile */
@media only screen and (max-width: 575px) {
  .btn-style-one {
    padding: 15px 30px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  
  .btn-style-two {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  
  .btn-style-three {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  
  .header-button .btn {
    padding: 12px 25px;
    font-size: 14px;
  }
}

/* Améliorations des formulaires sur mobile */
@media only screen and (max-width: 767px) {
  .footer-form-two {
    margin-top: 30px;
  }
  
  .footer-form-two .email {
    height: 55px;
    padding: 10px 50px 10px 18px;
    font-size: 16px;
    border-radius: 27px;
  }
  
  .footer-form-two .button {
    padding: 0 20px;
    font-size: 14px;
  }
  
  .subscribe-form .email {
    padding: 10px 120px 10px 18px;
    height: 55px;
    font-size: 16px;
  }
  
  .subscribe-form .button {
    padding: 0 25px;
    font-size: 14px;
  }
}

/* Améliorations des titres et textes sur mobile */
@media only screen and (max-width: 575px) {
  .section-head .title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  
  .section-head .title-two {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  
  .section-head .subtitle {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  
  .section-head .text {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 15px;
  }
  
  /* Titre du slider optimisé */
  .slider-content .title {
    font-size: 32px !important;
    line-height: 1.25;
  }
  
  .slider-content .subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  
  .slider-content .btn {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 14px;
  }
}

/* Améliorations de la grille de services sur mobile */
@media only screen and (max-width: 767px) {
  .service-grid {
    margin-bottom: 0;
  }
  
  .service-grid .grid-item {
    margin-bottom: 25px;
  }
  
  /* Désactiver les transitions pour l'affichage instantané */
  .service-grid.isotope .grid-item {
    transition: none !important;
  }
  
  .row-cols-1 .col {
    margin-bottom: 25px;
  }
}

/* Désactiver les animations WOW.js pour les cartes de service */
.service-grid .grid-item.wow {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Désactiver les transitions Isotope pour un affichage instantané */
.service-grid.isotope .grid-item {
  transition: none !important;
}

/* Améliorations du menu hamburger */
@media only screen and (max-width: 767px) {
  .hamburger_button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .hamburger_button:hover {
    transform: scale(1.1);
  }
  
  .hamburger_button span {
    height: 2px;
    background-color: #1e263c;
    width: 25px;
    transition: all 0.3s ease;
  }
}

/* Améliorations de l'espacement général sur mobile */
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
  
  .section-padding-top {
    padding-top: 45px;
  }
  
  .section-padding-bottom {
    padding-bottom: 45px;
  }
  
  .mb-n30 > * {
    margin-bottom: 25px;
  }
  
  /* Optimisation des images responsive */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  .slider-image,
  .slider-image-one {
    width: 100%;
    overflow: hidden;
  }
  
  .slider-image img,
  .slider-image-one img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  /* Espacement des sections */
  .service-section {
    padding: 50px 0;
  }
  
  .about-section {
    padding: 50px 0;
  }
}

/* Améliorations pour les très petits écrans */
@media only screen and (max-width: 479px) {
  .single-service {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  
  .single-service-top .icon i {
    font-size: 45px !important;
  }
  
  .single-service-top .title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  
  .single-service-text {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
  }
  
  .portfolio-menu-style .btn-portfolio {
    font-size: 14px;
    padding: 8px 12px;
    margin: 5px;
  }
  
  .footer-widget-title {
    font-size: 18px;
  }
  
  .footer-widget-list li a {
    font-size: 15px;
  }
  
  .section-head .title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .section-head .title-two {
    font-size: 22px;
    line-height: 1.3;
  }
  
  .section-head .subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  
  .section-head .text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
  
  /* Optimisation des images */
  img {
    max-width: 100%;
    height: auto;
  }
  
  .slider-image img,
  .slider-image-one img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  /* Espacement optimisé */
  .section-padding {
    padding: 40px 0;
  }
  
  .section-padding-top {
    padding-top: 40px;
  }
  
  .section-padding-bottom {
    padding-bottom: 40px;
  }
  
  .mb-n30 > * {
    margin-bottom: 20px;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Améliorations de la lisibilité sur mobile */
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
  
  p {
    line-height: 1.7;
  }
}

/* Améliorations du container sur mobile */
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Optimisation du scroll-top sur mobile */
@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 15px;
  }
  
  .scroll-top i {
    font-size: 18px;
  }
}

/* =============================
    Animations pour les blocs avec icônes
================================ */

/* Animation float pour les icônes des sections About */
@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

@-webkit-keyframes floatIcon {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}

/* Animation float inversée pour la deuxième icône */
@keyframes floatIconReverse {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(15px) rotate(-5deg);
  }
}

@-webkit-keyframes floatIconReverse {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(15px) rotate(-5deg);
  }
}

/* Animation pulse pour les cartes de service */
@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Application des animations aux icônes About */
.about .main-image .about-icon.icon-one {
  animation: floatIcon 3s ease-in-out infinite;
  -webkit-animation: floatIcon 3s ease-in-out infinite;
  animation-delay: 0s;
}

.about .main-image .about-icon.icon-two {
  animation: floatIconReverse 3s ease-in-out infinite;
  -webkit-animation: floatIconReverse 3s ease-in-out infinite;
  animation-delay: 0.5s;
}

/* Animation pour les cartes de service avec icônes */
.single-service {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.single-service:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.single-service .icon {
  transition: all 0.4s ease;
  display: inline-block;
}

.single-service:hover .icon {
  animation: pulseIcon 1.5s ease-in-out infinite;
  -webkit-animation: pulseIcon 1.5s ease-in-out infinite;
  transform: scale(1.1);
}

/* Animation au survol pour les icônes About */
.about .main-image .about-icon:hover {
  animation-play-state: paused;
  transform: scale(1.15) !important;
  transition: transform 0.3s ease;
}

/* =============================
    Effet Parallaxe pour Breadcrumb
================================ */

/* Structure de base pour breadcrumb-section */
.breadcrumb-section {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 120px 0;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-section {
    min-height: 250px;
    padding: 70px 0 40px;
  }
}

/* Image de fond via ::before pour professionnels-bg */
.breadcrumb-section.professionnels-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/index/4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: blur(16px); */
  z-index: 0;
  pointer-events: none;
}

/* Voile blanc semi-transparent via ::after pour professionnels-bg */
.breadcrumb-section.professionnels-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  pointer-events: none;
}

/* Image de fond via ::before pour particuliers-bg */
.breadcrumb-section.particuliers-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/index/6.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: blur(16px); */
  z-index: 0;
  pointer-events: none;
}

/* Voile blanc semi-transparent via ::after pour particuliers-bg */
.breadcrumb-section.particuliers-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  pointer-events: none;
}

/* Image de fond via ::before pour entreprises-bg */
.breadcrumb-section.entreprises-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/index/5.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: blur(16px); */
  z-index: 0;
  pointer-events: none;
}

/* Voile blanc semi-transparent via ::after pour entreprises-bg */
.breadcrumb-section.entreprises-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  pointer-events: none;
}

/* Contenu au-dessus de l'image et du voile */
.breadcrumb-section .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.breadcrumb-section .breadcrumb-wrapper {
  position: relative;
  z-index: 2;
}

.breadcrumb-section .breadcrumb-wrapper .title,
.breadcrumb-section .breadcrumb-wrapper .text,
.breadcrumb-section .breadcrumb-wrapper h1,
.breadcrumb-section .breadcrumb-wrapper p {
  position: relative;
  z-index: 2;
}


/* Textes sans ombre */
.breadcrumb-section .title,
.breadcrumb-section .text,
.breadcrumb-section h1,
.breadcrumb-section p {
  text-shadow: none;
}

/* Styles spécifiques pour la page blog */
.blog-page .breadcrumb-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 170px 0;
  background-color: transparent;
  min-height: auto !important;
}
@media only screen and (max-width: 767px) {
  .blog-page .breadcrumb-section {
    min-height: auto !important;
  }
}

/* Images de fond spécifiques par catégorie */


/* =============================
    Slider Section 2 CSS (Desktop uniquement)
================================ */
.slider-section-2-desktop {
    height: 300vh; /* Crée la zone de scroll pour la transition horizontale */
    position: relative;
    background: #1b263b;
    z-index: 10;
    display: block;
}

.slider-section-2-container {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.slider-section-2-wrapper {
    display: flex;
    width: 300vw;
    height: 100%;
    will-change: transform;
}

/* Masquer complètement le slider desktop sur écrans < 1100px */
@media only screen and (max-width: 1099px) {
    .slider-section-2-desktop {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        position: static !important;
        top: auto !important;
        z-index: -1 !important;
    }
    
    .slider-section-2-desktop * {
        pointer-events: none !important;
    }
}



.slider-section-2-slide {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

/* Le slider desktop est masqué sur mobile */

/* Image de fond avec blur */
.slide-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);
    transform: scale(1.1);
    z-index: 0;
}

.slide-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-section-2-slide[data-slide="1"] .slide-bg-image {
    background-image: url('../images/slider/01_home_01.png');
}

.slider-section-2-slide[data-slide="2"] .slide-bg-image {
    background-image: url('../images/slider/01_home_01.png');
}

.slider-section-2-slide[data-slide="3"] .slide-bg-image {
    background-image: url('../images/slider/01_home_01.png');
}

/* Overlay avec dégradé de couleur pour chaque slide */
.slider-section-2-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Premier slide : dégradé #d4c6ae */
.slider-section-2-slide[data-slide="1"]::before {
    background: linear-gradient(135deg, #d4c6ae 0%, rgba(212, 198, 174, 0.9) 50%, #d4c6ae 100%);
}

/* Second slide : dégradé #9f8a7f */
.slider-section-2-slide[data-slide="2"]::before {
    background: linear-gradient(135deg, #9f8a7f 0%, rgba(159, 138, 127, 0.9) 50%, #9f8a7f 100%);
}

/* Troisième slide : dégradé #1b263b */
.slider-section-2-slide[data-slide="3"]::before {
    background: linear-gradient(135deg, #1b263b 0%, rgba(27, 38, 59, 0.9) 50%, #1b263b 100%);
}

.slide-content {
    width: 100%;
    padding: 2rem;
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.slide-title {
    font-size: 3.5rem;
    font-weight: lighter;
    margin-bottom: 0.5rem;
    color: #d4c6ae;
    text-shadow: none;
    line-height: 1.1;
}

/* Texte en blanc pour les slides 1, 2 et 3 */
.slider-section-2-slide[data-slide="1"] .slide-title,
.slider-section-2-slide[data-slide="2"] .slide-title,
.slider-section-2-slide[data-slide="3"] .slide-title {
    color: #ffffff;
}

.slide-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    color: #d4c6ae;
    line-height: 1.8;
    text-shadow: none;
    font-weight: 300;
}

/* Texte en blanc pour les slides 1, 2 et 3 */
.slider-section-2-slide[data-slide="1"] .slide-subtitle,
.slider-section-2-slide[data-slide="2"] .slide-subtitle,
.slider-section-2-slide[data-slide="3"] .slide-subtitle {
    color: #ffffff;
}

.slide-content .btn {
    margin-top: 1rem;
}

/* Style spécifique pour le bouton dans slider-section-2-desktop */
.slider-section-2-desktop .slide-content .btn-style-one {
    background-color: #d4c6ae;
    border-color: #d4c6ae;
    color: #1b263b;
}

.slider-section-2-desktop .slide-content .btn-style-one span {
    color: #1b263b;
}

.slider-section-2-desktop .slide-content .btn-style-one:hover {
    background-color: #c4b5a0;
    border-color: #c4b5a0;
}

.slider-section-2-desktop .slide-content .btn-style-one:hover span {
    color: #1b263b;
}

/* Texte en couleur #1e263c pour les éléments avec background #d4c6ae */
.scroll-top,
.testimonial-wrapper,
.testimonial-wrapper::after,
.sidebar.sidebar-help,
.sidebar-tags a:hover,
.sidebar-tags a.active,
.sidebar-service li a:hover,
.sidebar-service li a.active,
.faq-tab .faq-link.active {
  color: #1e263c;
}

/* Texte dans testimonial-wrapper */
.testimonial-wrapper * {
  color: #1e263c;
}

/* Texte dans sidebar-help */
.sidebar.sidebar-help * {
  color: #1e263c;
}

/* Exceptions pour les éléments qui doivent rester blancs */
.testimonial-wrapper .testimonialtwo-quote img,
.sidebar.sidebar-help img {
  opacity: 1;
}

/* Transformation des icônes PNG violettes en bleu #1e263c */
.service-desc-top .icon img,
.service-desc-single .icon img,
.service-desc .icon img,
div.icon img,
.icon img,
img[src*="icon-10.png"],
img[src*="icon-9.png"],
img[src*="icon-8.png"],
img[src*="icon-7.png"],
img[src*="icon-6.png"],
img[src*="icon-5.png"],
img[src*="icon-4.png"],
img[src*="icon-3.png"],
img[src*="icon-2.png"],
img[src*="icon-1.png"],
img[src*="icons/icon-"],
img[src*="right-arrow.png"],
img[src*="left-arrow.png"],
img[src*="arrow.png"] {
  filter: hue-rotate(240deg) saturate(0.2) brightness(0.25) contrast(2);
  -webkit-filter: hue-rotate(240deg) saturate(0.2) brightness(0.25) contrast(2);
  transition: filter 0.3s ease;
}

/* Ciblage plus spécifique pour les icônes dans les services */
.service-desc-single .icon img,
.service-desc-top .icon img {
  filter: hue-rotate(240deg) saturate(0.15) brightness(0.2) contrast(2.2) !important;
  -webkit-filter: hue-rotate(240deg) saturate(0.15) brightness(0.2) contrast(2.2) !important;
}

/* Transformation des flèches et autres icônes */
img[src*="right-arrow.png"],
img[src*="left-arrow.png"],
img[src*="arrow.png"] {
  filter: hue-rotate(240deg) saturate(0.15) brightness(0.2) contrast(2.2) !important;
  -webkit-filter: hue-rotate(240deg) saturate(0.15) brightness(0.2) contrast(2.2) !important;
}

/* Bouton en blanc pour les slides 1, 2 et 3 */
.slider-section-2-slide[data-slide="1"] .slide-content .btn-style-one,
.slider-section-2-slide[data-slide="2"] .slide-content .btn-style-one,
.slider-section-2-slide[data-slide="3"] .slide-content .btn-style-one {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #1b263b !important;
}

.slider-section-2-slide[data-slide="1"] .slide-content .btn-style-one span,
.slider-section-2-slide[data-slide="2"] .slide-content .btn-style-one span,
.slider-section-2-slide[data-slide="3"] .slide-content .btn-style-one span {
    color: #1b263b !important;
}

.slider-section-2-slide[data-slide="1"] .slide-content .btn-style-one:hover,
.slider-section-2-slide[data-slide="2"] .slide-content .btn-style-one:hover,
.slider-section-2-slide[data-slide="3"] .slide-content .btn-style-one:hover {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
}

.slider-section-2-slide[data-slide="1"] .slide-content .btn-style-one:hover span,
.slider-section-2-slide[data-slide="2"] .slide-content .btn-style-one:hover span,
.slider-section-2-slide[data-slide="3"] .slide-content .btn-style-one:hover span {
    color: #1b263b !important;
}

@media (max-width: 991px) {
    .slide-title {
        font-size: 2.5rem;
    }
    
    .slide-subtitle {
        font-size: 1.1rem;
    }
}

/* Les règles mobile pour le slider desktop sont supprimées car il est masqué sur mobile */

/* =============================
    Slider Mobile - Cartes scrollables
================================ */

/* Slider mobile : masqué par défaut (desktop) */
.slider-section-2-mobile {
    display: none;
}

/* Masquer le slider desktop sur mobile et afficher le slider mobile */
@media only screen and (max-width: 1099px) {
    .slider-section-2-desktop {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        position: static !important;
    }
    
    .slider-section-2-desktop * {
        display: none !important;
    }
    
    .slider-section-2-mobile {
        display: block !important;
        padding: 40px 0;
        background: #f8f9fa;
    }
}

/* Masquer la section mobile sur desktop (>= 1100px) */
@media only screen and (min-width: 1100px) {
    .slider-section-2-mobile {
        display: none !important;
    }
}

/* Styles des cartes mobiles */
.slider-card-mobile {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: auto;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slider-card-mobile:active {
    transform: scale(0.98);
}

.slider-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.slider-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px);
    transform: scale(1.1);
}

.slider-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 198, 174, 0.8) 0%, rgba(159, 138, 127, 0.8) 50%, rgba(27, 38, 59, 0.8) 100%);
    z-index: 1;
}

/* Dégradés spécifiques pour chaque carte */
.swiper-slide:nth-child(1) .slider-card-image::after {
    background: linear-gradient(135deg, rgba(27, 38, 59, 0.85) 0%, rgba(27, 38, 59, 0.75) 100%);
}

.swiper-slide:nth-child(2) .slider-card-image::after {
    background: linear-gradient(135deg, rgba(159, 138, 127, 0.85) 0%, rgba(159, 138, 127, 0.75) 100%);
}

.swiper-slide:nth-child(3) .slider-card-image::after {
    background: linear-gradient(135deg, rgba(212, 198, 174, 0.85) 0%, rgba(212, 198, 174, 0.75) 100%);
}

.slider-card-content {
    padding: 30px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #ffffff;
}

.slider-card-title {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #1b263b;
    line-height: 1.1;
}

.slider-card-title strong {
    font-weight: 600;
    color: #1e263c;
}

.slider-card-title .slider-card-subtitle-small {
    font-size: 0.6em !important;
    font-weight: 300;
    display: inline-block;
    line-height: 0.8;
    margin-top: -0.3em;
}

.slide-title .slider-card-subtitle-small {
    font-size: 1.3Rem !important;
    font-weight: 700;
    display: inline-block;
    line-height: 0.8;
    margin-top: -0.3em;
}

.slider-card-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #54545f;
    margin-bottom: 25px;
    flex: 1;
}

.slider-card-content .btn {
    margin-top: auto;
    align-self: center;
}

.slider-card-content .btn-style-one {
    background-color: #d4c6ae;
    border-color: #d4c6ae;
    color: #1b263b;
    padding: 12px 30px;
    font-size: 14px;
}

.slider-card-content .btn-style-one span {
    color: #1b263b;
}

.slider-card-content .btn-style-one:hover {
    background-color: #c4b5a0;
    border-color: #c4b5a0;
}

.slider-card-content .btn-style-one:hover span {
    color: #1b263b;
}

/* Pagination personnalisée */
.slider-cards-pagination {
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.slider-cards-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d4c6ae;
    opacity: 0.5;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.slider-cards-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1b263b;
    width: 30px;
    border-radius: 5px;
}

/* Responsive pour très petits écrans */
@media only screen and (max-width: 479px) {
    .slider-section-2-mobile {
        padding: 30px 0;
    }
    
    .slider-card-mobile {
        min-height: 450px;
    }
    
    .slider-card-image {
        height: 180px;
    }
    
    .slider-card-content {
        padding: 25px 20px;
    }
    
    .slider-card-title {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    
    .slider-card-title .slider-card-subtitle-small {
        font-size: 0.6em !important;
    }
    
    .slider-card-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .slider-card-content .btn-style-one {
        padding: 10px 25px;
        font-size: 13px;
    }
}

/* =============================
    Réorganisation mobile des sous-pages : Formulaire après Points Clés
================================ */
@media only screen and (max-width: 767px) {
    /* Style pour le conteneur mobile du formulaire */
    .devis-form-mobile-container {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .devis-form-mobile-container .sidebar {
        margin-bottom: 0;
    }
    
    /* S'assurer que le formulaire dans le conteneur mobile est visible */
    .devis-form-mobile-container .devis-form-part {
        display: block !important;
    }
}

/* =============================
    Service Icons CSS - Style minimaliste
================================ */
.single-service .icon i,
.single-service .icon {
    font-weight: 300 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Réduction de la taille du titre du slider */
.slingle-slider .slider-content .title {
    font-size: 48px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slingle-slider .slider-content .title {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slingle-slider .slider-content .title {
        font-size: 36px !important;
    }
}

@media only screen and (max-width: 479px) {
    .slingle-slider .slider-content .title {
        font-size: 26px !important;
        line-height: 1.25;
    }
    
    .slingle-slider .slider-content .subtitle {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }
    
    .slingle-slider .slider-content .btn {
        margin-top: 18px;
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Optimisation mobile - Images */
@media only screen and (max-width: 767px) {
    /* S'assurer que la colonne contenant les images est visible */
    .slingle-slider .col-xl-6.col-lg-7 {
        display: block !important;
        width: 100%;
        margin-top: 30px;
    }
    
    .slider-image,
    .slider-image-one,
    .slider-image-two {
        display: block !important;
        position: relative !important;
    }
    
    .slider-image img,
    .slider-image-one img,
    .slider-image-two img {
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    
    /* Masquer le cercle décoratif sur mobile si nécessaire */
    .slingle-slider .slider-image .shape-circle {
        display: none;
    }
}

/* Responsive - Désactiver parallaxe sur mobile */
@media only screen and (max-width: 767px) {
  .breadcrumb-section::before {
    background-attachment: scroll;
  }
}

/* Classes pour remplacer les <br> avec padding responsive */
.section-spacing-top {
    padding-top: 80px;
}

.section-title-spacing {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .section-spacing-top {
        padding-top: 0;
    }
    
    .section-title-spacing {
        margin-bottom: 0;
    }
}

/* Padding pour la section brand-slider */
.brand-slider.brand-style {
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .brand-slider.brand-style {
        padding-bottom: 0;
        padding-top: 40px;
    }
}

/* Réduction du padding-top pour la section "Notre équipe" */
.team-section.section-spacing-top {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .team-section.section-spacing-top {
        padding-top: 0;
    }
}

/* Suppression du padding-top pour la section "Nos actualités" (Blog) */
/* Cibler la section Blog qui suit Work Banner */
.section-margin-bottom + .section-padding {
    padding-top: 0;
}

/* Marge supplémentaire avant le footer pour éviter le chevauchement */
.footer-wrapper {
    margin-top: 120px !important;
}

@media only screen and (max-width: 767px) {
    .footer-wrapper {
        margin-top: 80px !important;
    }
}

/* =============================
    Styles personnalisés depuis index.php
================================ */

/* Bouton contact hover */
.btn-contact-hover:hover {
    background-color: #ffffff !important;
}
.btn-contact-hover:hover span {
    color: #1b263b !important;
}

/* Styles pour les menus déroulants des catégories */
.service-category-menu {
    overflow: visible !important;
}

.category-button-wrapper {
    overflow: visible !important;
}

.category-btn:hover {
    background-color: #d4c6ae !important;
    color: #1b263b !important;
    border-color: #d4c6ae !important;
}

.category-btn.active {
    background-color: #d4c6ae !important;
    color: #1b263b !important;
    border-color: #d4c6ae !important;
}

/* Drawer Desktop - Masqué sur mobile */
.category-drawer-desktop {
    display: block;
}

.category-drawer-desktop.show {
    opacity: 1 !important;
    max-height: 2000px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* Menus mobile - Masqués sur desktop */
.category-dropdown-mobile {
    display: none;
}

.drawer-content ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.drawer-content ul li {
    margin: 0;
    padding: 0;
}

.drawer-content ul li a {
    display: inline-block;
    padding: 12px 24px;
    color: #1b263b;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 25px;
    background-color: #f5f5f5;
    border: 2px solid #e0e0e0;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
}

.drawer-content ul li a:hover {
    background-color: #1b263b !important;
    color: #ffffff !important;
    border-color: #1b263b !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(27,38,59,0.2);
}

/* Tailles variées pour l'effet nuage de mots */
.drawer-content ul li:nth-child(1) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(2) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(3) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(4) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(5) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(6) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(7) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(8) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(9) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(10) a { font-size: 15px; padding: 13px 26px; }
.drawer-content ul li:nth-child(11) a { font-size: 15px; padding: 13px 26px; }

/* Animation d'apparition progressive pour l'effet nuage */
.drawer-content ul li {
    animation: fadeInScale 0.4s ease forwards;
    opacity: 0;
}

.drawer-content ul li:nth-child(1) { animation-delay: 0.05s; }
.drawer-content ul li:nth-child(2) { animation-delay: 0.1s; }
.drawer-content ul li:nth-child(3) { animation-delay: 0.15s; }
.drawer-content ul li:nth-child(4) { animation-delay: 0.2s; }
.drawer-content ul li:nth-child(5) { animation-delay: 0.25s; }
.drawer-content ul li:nth-child(6) { animation-delay: 0.3s; }
.drawer-content ul li:nth-child(7) { animation-delay: 0.35s; }
.drawer-content ul li:nth-child(8) { animation-delay: 0.4s; }

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile: Afficher les menus bulles, masquer le drawer */
@media (max-width: 767px) {
    .category-drawer-desktop {
        display: none !important;
    }
    
    .category-dropdown-mobile {
        display: block !important;
    }
    
    .category-dropdown-mobile {
        width: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .category-dropdown-mobile.show {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-50%) translateY(0) !important;
    }
}

/* Style Google Reviews */
.google-review-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.google-review-card:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.review-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-info {
    flex: 1;
}

.review-name {
    font-weight: 600;
    font-size: 16px;
    color: #1b263b;
    margin-bottom: 4px;
}

.review-stars {
    margin-bottom: 4px;
}

.review-stars .star {
    color: #fbbc04;
    font-size: 18px;
    margin-right: 2px;
}

.review-date {
    font-size: 13px;
    color: #70757a;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #3c4043;
    margin-bottom: 16px;
    flex: 1;
}

.review-meta {
    margin-top: auto;
}

.review-type {
    font-size: 13px;
    color: #70757a;
    font-style: italic;
}

/* Configuration Swiper pour 2 slides visibles */
.testimonialtwo-google .swiper-slide {
    height: auto;
}

@media (min-width: 992px) {
    .testimonialtwo-google .swiper-slide {
        width: calc(50% - 15px) !important;
        margin-right: 30px !important;
    }
}

@media (max-width: 991px) {
    .testimonialtwo-google .swiper-slide {
        width: 100% !important;
    }
}

/* Pagination sous les avis */
.testimonial-pagination {
    position: relative !important;
    margin-top: 40px !important;
    text-align: center !important;
    bottom: auto !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #ffffff !important;
    opacity: 0.3 !important;
    margin: 0 6px !important;
    display: inline-block !important;
    border-radius: 50% !important;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #9f8a7f !important;
}

.footer-wrapper {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* S'assurer que le header sticky masque bien le contenu sur toutes les pages */
.sticky-header.sticky {
    background-color: #ffffff !important;
}

.sticky-header.sticky > div {
    background-color: #ffffff !important;
}

.sticky-header.sticky .container {
    background-color: #ffffff !important;
}

.sticky-header.sticky .row {
    background-color: #ffffff !important;
}

.sticky-header.sticky .col-12 {
    background-color: #ffffff !important;
}

.sticky-header.sticky .flex-center {
    background-color: #ffffff !important;
}