:root {
    /* Polices d'écriture */
    
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Archivo', sans-serif;

    /* Palette de Couleurs (À modifier selon vos besoins) */
    --primary-color: #2563eb;       /* Bleu principal */
    --secondary-color: #1e293b;     /* Couleur secondaire sombre */
    --accent-color:#ff5a1f;        /* Couleur d'accentuation (orange/or) */
    
    --bg-color: #ffffff;            /* Fond de page principal */
    --bg-surface: #f8fafc;          /* Fond pour les cartes, sections, etc. */
    --bg-section: #ebf5fc52;          /* Fond pour les cartes, sections, etc. */
    
    --text-color: #0f172a;          /* Texte principal (très sombre) */
    --text-muted: #64748b;          /* Texte secondaire / estompé */
    
    --border-color: #e2e8f0;        /* Couleur des bordures et lignes */
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo/Archivo-Bold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo/Archivo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo/Archivo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo/Archivo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo/Archivo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Version Droite (Regular, Bold, etc.) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations'),
         url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900; /* Supporte toutes les épaisseurs de 100 à 900 */
    font-style: normal;
}

/* Version Italique (Italic, MediumItalic, BoldItalic, etc.) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations'),
         url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
body {
   font-family: var(--font-secondary);
  font-weight: 100;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 14px;
  object-fit: contain;

}
.hide-desktop{
    display: none;
}



main{
  overflow: hidden;
}



/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 12, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
input:hover, input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 16, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.gray_bg {
  background-color: #0d0f5b;
}

/* line 22, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_bg {
  background-color: #0d0f5b;
}

/* line 25, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_padding {
  padding: 140px 0px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
  .hide-mobile{
  display: none;
}
.display-mobile{
    display: revert !important;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.padding_top {
  padding-top: 140px;
}

@media (max-width: 991px) {
  /* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_top {
    padding-top: 80px;
  }
}

/* line 53, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.padding_bottom {
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  /* line 53, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 53, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .padding_bottom {
    padding-bottom: 80px;
  }
}

/* line 63, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 66, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 73, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #0a0b4d;
 font-family: var(--font-secondary);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* line 77, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
p {
  font-family: var(--font-primary);
  line-height: 28px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
}

/* line 85, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h2 {
  font-size: 44px;
  line-height: 28px;
  font-family: var(--font-secondary);
  color: #0a0b4d;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 575px) {
  /* line 85, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 85, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

/* line 102, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 575px) {
  /* line 102, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  h3 {
    font-size: 20px;
  }
}

/* line 112, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit;
  font-weight: 600;
  color: #2a2a2a;
   font-family: var(--font-primary);
}

/* line 119, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
h5 {
  font-size: 18px;
  line-height: 22px;
}



/* line 127, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_title {
  margin-bottom: 76px;
  margin-top: 40px;
  border: 2px soli #000;
}

@media (max-width: 991px) {
  /* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 40px;
     font-family: var(--font-primary);
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle {
    margin-bottom: 30px;
  }
}

/* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_tittle h2 {
  font-size: 36px;
  color: #0a0b4d;
  line-height: 48px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-top: 22px;
}

@media (max-width: 575px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 142, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 170, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.section_tittle p {
  color: #0066FF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 14px;
}

/* line 178, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 183, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 575px) {
  /* line 183, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_110 {
    margin-bottom: 220px;
  }
}

/* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 575px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mt_130 {
    margin-top: 70px;
  }
}

/* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mb_130 {
  margin-bottom: 130px;
}

@media (max-width: 575px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mb_130 {
    margin-bottom: 70px;
  }
}

/* line 220, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 223, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.z_index {
  z-index: 9 !important;
  position: relative;
}

/* line 227, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.gj-datepicker {
  width: 100% !important;
}

@media (max-width: 575px) {
  /* line 231, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 235, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 240, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 244, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 249, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 253, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .media {
    display: block;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1658px) {
  /* line 258, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  /* .container {
    max-width: 1170px;
  } */
}

@media (max-width: 1200px) {
  /* line 263, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
.mr_bottom {
  margin-bottom: 130px;
}

@media (max-width: 575px) {
  /* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mr_bottom {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mr_bottom {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 267, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_common.scss */
  .mr_bottom {
    margin-bottom: 80px;
  }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fdcb9e;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.submit_btn:hover {
  background: #0d0f5b;
  color: #fff;
}

/* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_1 {
  display: inline-block;
  padding: 13.5px 45px;
  background-color: #0066FF;
  font-size: 14px;
  color: #fff;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  border: 1px solid transparent;
}

/* line 37, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_1:hover {
  color: #fff !important;
  background: #0d0f5b !important;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
  /* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_1 {
    padding: 10px 30px;
    margin-top: 30px;
  }
}

/* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_2 {
  display: inline-block;
  padding: 12.5px 45px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #0066FF;
  border: 1px solid #0066FF;
  font-family: var(--font-primary);
}

/* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_2:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 575px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_2 {
    padding: 9.5px 28px;
  }
}

/* line 87, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.BG {
  position: absolute;
  left: 881px;
  top: 2664px;
  width: 140px;
  height: 44px;
  z-index: 428;
}

/* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_3 {
  display: inline-block;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #fff;
  background-color: #30383b;
}

/* line 106, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_3:hover {
  background-color: #0066FF;
  box-shadow: 0px 15px 20px 0px rgba(248, 28, 28, 0.1);
  color: #fff;
}

@media (max-width: 575px) {
  /* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_3 {
    padding: 9.5px 28px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_3 {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 97, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .btn_3 {
    padding: 9.5px 28px;
  }
}

/* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.single_page_btn {
  display: inline-block;
  padding: 9.5px 28px;
  border-radius: 50px;
  background-color: #0066FF;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  border: 2px solid transparent;
}

/* line 136, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.single_page_btn:hover {
  color: #0066FF;
  background-color: #fff;
  border: 2px solid #0066FF;
}

@media (max-width: 575px) {
  /* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 125, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
  .single_page_btn {
    padding: 9.5px 28px;
  }
}

/* line 155, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_4 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14.5px 43px;
  background-color: #0066FF;
  border: 2px solid #0066FF;
}

/* line 164, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_button.scss */
.btn_4:hover {
  color: #0066FF !important;
  background-color: transparent;
}

/* End Main Button Area css
============================================================================================ */
/* Start Blog Area css
============================================================================================ */
/* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area p {
  color: #5b5b5b;
}

/* line 15, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area a {
  color: #777777 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area a h2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 21, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_area a h2:hover {
  color: #0066FF !important;
}

/* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 33, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 37, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 54, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 61, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 66, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog a:hover {
  color: #0066FF;
}

/* line 71, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 89, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 109, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 121, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 126, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 117, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 140, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 148, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 154, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 162, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 165, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 165, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 184, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 190, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 200, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 229, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 233, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 239, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 252, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 268, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 272, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 279, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 290, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item {
  background: #fff;
}

/* line 293, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 296, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 304, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 312, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 325, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 328, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 341, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 351, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 363, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 379, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.latest_blog_area {
  background: #f9f9ff;
   font-family: var(--font-primary);
}

/* line 383, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 386, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 389, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 394, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 397, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 408, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 415, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 422, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 436, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 443, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 443, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 443, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 459, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 464, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 468, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 481, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 499, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 506, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 515, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.categories_post:hover .categories_details {
  background: #0066FF(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 530, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 534, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 534, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 542, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 546, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 549, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details a:hover {
  color: #0066FF;
}

/* line 554, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 554, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 568, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 572, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 576, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 582, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 588, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 593, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 601, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img {
  position: relative;
}

/* line 604, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #0066FF;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 604, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 620, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 620, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 632, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 632, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 652, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 657, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 665, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 674, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 683, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 687, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 696, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 703, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 715, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 724, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 728, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 737, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 744, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 757, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 762, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 766, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 771, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 777, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 782, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #0066FF !important;
}

/* line 792, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 797, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 808, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #0066FF;
}

/* line 814, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 821, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 829, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 832, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 842, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #0066FF !important;
  color: #fff !important;
}

/* line 854, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 860, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 960, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 981, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 985, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1002, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1014, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1021, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1046, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1051, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1054, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1058, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1071, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1074, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1084, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1084, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1098, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1098, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1108, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1111, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1118, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1123, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1127, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1131, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1141, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1144, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1153, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1157, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1161, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1179, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1179, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1188, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1188, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1201, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1205, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author a:hover {
  color: #0066FF;
}

/* line 1210, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1215, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1222, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1227, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1231, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1237, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1240, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1244, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1249, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1256, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1261, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1237, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1272, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1275, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1279, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1284, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1291, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1296, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1304, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1311, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1311, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1322, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1329, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1338, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1341, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1345, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1351, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1355, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1359, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1366, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1369, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1375, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1382, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1388, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1405, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1413, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1417, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1425, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1425, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1434, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1434, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1442, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1450, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1455, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1460, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1465, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1471, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1477, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1483, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1489, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_blog.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .desc a {
  font-size: 16px;
  color: #232b2b !important;
}

/* line 10, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content {
  padding: 38px 38px 23px;
  border: 0px solid #fdcb9e;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

/* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 18, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p a {
  color: #0066FF;
}

/* line 22, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 16px;
}

/* line 28, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h5 {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
}

/* line 33, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled {
  margin-top: 33px;
}

/* line 35, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #999999;
}

/* line 39, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
  margin-right: 8px;
  color: #999999;
}

/**************menu part start*****************/

/* HEADER / MENU ROOT */
.header_part{
  margin-bottom: 70px;
}
.bg-white {
  background-color: #ffffff !important;
}
.main_menu {
  background: #ffffff;
  color: inherit;
  width: 100%;
  opacity: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.main_menu .container{
  overflow: visible;
}

/* SOCIAL ICONS */
.main_menu .social_icon {
  margin-top: 10px;
}
.main_menu .social_icon a {
  color: #000;
  margin-left: 20px;
}

/* LOGO */
.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}

/* MENU ICON */
.main_menu .menu_icon i {
  color: #000;
  font-size: 25px;
}

/* NAVBAR */
.main_menu .navbar {
  padding: 0px;
   display: flex;
  justify-content: space-between;
}
/* logo */



.main_menu .logo h3 {
  color: #000000;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  margin-left: 15px !important;
  text-transform: uppercase;
}
.main_menu .logo span{
   color: #0066FF;
   font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main_menu .logo small {
   color: var(--primary-color);
  font-size: 7.5px !important;
  font-weight: 400;
  font-family: var(--font-primary);
  margin-left: 1px;
  text-transform: uppercase;
}

/* LINKS */
.main_menu .main-menu-item ul {
  margin-left: 223px;
}
.main_menu .main-menu-item ul li .nav-link {
  color: #000;
  font-size: 16px;
  padding: 38px 15px;
  font-family:  var(--font-secondary);
  text-transform: capitalize;
  line-height: 5px;
}
.main_menu .main-menu-item ul li .nav-link:hover {
  color: #0066FF;
}

/* FIXED MENU MODE */
.menu_fixed {
  background-color: var(--secondary-color);
  color: #fff;
  height: 88px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

/* Cible les liens de menu */
.menu_fixed a h3 {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff !important; 
}
.menu_fixed a span {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff !important; 
}
.menu_fixed a small {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff !important; 
}
/* Cible les liens de menu */
.menu_fixed .main-menu-item ul li .nav-link {
    /* Le texte devient blanc pour contraster avec le fond bleu foncé #0a0b4d */
    color: #fff; 
}
.menu_fixed .main_menu .main-menu-item ul {
    
  margin-left:0;

}


/* Cible la couleur des icônes de menu (burger, etc.) */
.menu_fixed .menu_icon i {
    color: #fff;
}

/* Cible la couleur des liens sociaux */
.menu_fixed .social_icon a {
    color: #fff;
}

/* S'assurer que le survol fonctionne toujours avec la couleur d'accentuation */
.menu_fixed .main-menu-item ul li .nav-link:hover {
    color: #0066FF; /* Conserver la couleur de survol d'origine */
}

/* ------------------------------------------- */
/* AJOUT OPTIONNEL: Transition pour une couleur fluide */
/* ------------------------------------------- */

/* Ceci rendra la transition de couleur douce lors du scroll */
.main_menu .main-menu-item ul li .nav-link,
.main_menu .menu_icon i,
.main_menu .social_icon a {
    transition: color 0.3s ease;
}

/* DROPDOWN MENU */
.dropdown .dropdown-menu {
  background-color: #ffffff;
  border: 0px solid transparent;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  overflow: hidden;
  transition: all 0.5s;
}
.dropdown .dropdown-menu .dropdown-item {
  background-color: #ffffff;
  color: #000 !important;
  font-size: 14px;
  padding: 8px 20px !important;
  text-transform: capitalize;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

/* GLOBAL DROPDOWN MENU STYLE */
.dropdown-menu {
  background-color: #fafafa;
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

/* RESPONSIVE ----------------------------- */

/* MEDIUM DEVICES (991–1200px) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 20px;
  }

  

  
}

/* SMALL DEVICES (max 991px) */
@media (max-width: 991px) {

  .main_menu {
    padding: 20px 0px;
  }

  .main_menu .main-menu-item ul {
  margin-left: 0;
 
  
}

  .home_menu .main-menu-item {
    padding-left: 0px;
  }

  .main_menu .main-menu-item {
    text-align: left !important;
  }

  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }

  .main_menu .main-menu-item .nav-item .nav-link {
    color: #000;
    padding: 5px 15px !important;
  }
  .main_menu .main-menu-item .nav-item .btn {
    margin: 30px 0px 0px 15px !important ;
  }

  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 9999 !important;
    text-align: center !important;
  }

  .dropdown .dropdown-menu {
    margin-top: 5px;
    display: none;
    transform: scale(1, 0);
  }

  .dropdown:hover .dropdown-menu {
    color: #0066FF;
    display: block;
    transform: scale(1);
  }

  .dropdown .dropdown-item:hover {
    color: #0066FF !important;
  }

  .navbar-brand img {
    max-width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: 0 auto;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 507px;
    top: 9px;
    width: 33px;
    height: 33px;
  }

  
}

/* VERY SMALL DEVICES (max 575px) */
@media (max-width: 575px) {

  .main_menu .social_icon {
    display: none;
  }

  .menu_fixed {
    height: 72px;
  }

  .navbar-brand img {
    max-width: 100px;
    right: auto;
    left: 0;
    top: 0px;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 0;
    top: -2px;
    left: auto;
  }
}

/* TABLETS (576–767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu_fixed {
    height: 84px;
  }
}


/*  */
/* --- HEADER --- */

 .btn-invite {
    background: #2d7dff !important;
    color: white;
   
} 


/* --- HERO SECTION REENI --- */



/* --- IMAGES DE FOND (BACKGROUND ASSETS) --- */

/* Motif géométrique positionné en bas à gauche */
.bg-pattern-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    max-width: 600px;
    height: auto;
    opacity: 0.25; /* Ajustez l'opacité selon la visibilité voulue */
    pointer-events: none;
    z-index: 1;
}

/* Blocs de couleur (Bordeaux et kaki) derrière le personnage */
.bg-shapes-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}

/* --- TEXTES & TYPOGRAPHIES --- */


/* --- BLOC EXPÉRIENCE (PANNEAU DROIT) --- */

.sidebar-experience {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 2;
}

.counter-years .display-4 {
    font-size: 75px;
    font-weight: 800;
    color: #ffffff;
    display: block;
}

.tracking-wide {
    letter-spacing: 2px;
    font-size: 12px;
}

/* Icônes de réseaux sociaux */
.social-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-icon:hover {
    background-color: #efb922;
    color: #0d0e10;
}

/* --- RESPONSIVE OPTIMISATIONS --- */


/* Timeline */

/* État initial : caché */
/* --- CODE CSS À VÉRIFIER --- */
.timeline-hidden {
    /* 1. État initial : Complètement transparent */
    opacity: 0;
    
    /* 2. État initial : Décalé vers la droite (par exemple 50px) */
    transform: translateX(50px); 
    
    /* 3. Transition : C'est ce qui fait la magie ! */
    /* Sans cette ligne, l'effet est instantané (pas d'animation) */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* État final (déjà géré par la suppression de .timeline-hidden en JS) */
/* Les éléments reprendront leur style par défaut (opacity: 1, transform: none) */

.timeline-section{
  position: relative;
  margin-top: 20px;
  z-index: 5;
}
.timeline-box{
  margin-top: 20px;
}

.timeline-dot {
    width: 18px;
    height: 18px;
    background-color: #3B82F6; /* Bleu clair */
    border-radius: 50%;
    margin:;
    box-shadow: 0 0 15px rgba(59,130,246,0.4);
    position: relative;
    
}

.timeline-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    /* Ajustez 'left' pour que la flèche commence là où la ligne se termine */
    left: 105%; 
    /* Les propriétés 'right' et 'width' peuvent être simplifiées/ajustées, mais nous les gardons pour l'instant */
    /* right: 55%; */ 
    width: 200px; /* C'est la ligne elle-même */
    height: 2px;
    background: #3B82F6;
    box-shadow: 0 0 15px rgba(59,130,246,0.4);

    /* --- Ajout de la flèche --- */
    
    /* Le pseudo-élément ::before est utilisé pour la flèche */
    /* Nous allons créer un triangle en utilisant les bordures */
}

/* Nouveau pseudo-élément pour la flèche */
.timeline-dot::before {
    content: "";
    position: absolute;
    top: 50%; 
    /* Positionner le début du triangle juste après la fin de la ligne */
    left: calc(105% + 200px); 
    
    /* Décalage vertical pour centrer le triangle de 10px de hauteur / 2 = 5px */
    transform: translateY(-50%); 
    
    /* Créer un triangle CSS */
    width: 0;
    height: 0;
    border-top: 5px solid transparent; /* Bordure supérieure transparente */
    border-bottom: 5px solid transparent; /* Bordure inférieure transparente */
    /* La bordure gauche est visible et a la même couleur que la ligne pour former la flèche */
    border-left: 5px solid #3B82F6; 
    /* La bordure droite est transparente (pas nécessaire mais bonne pratique) */
    border-right: 0px solid transparent;}

    
/* 1. Suppression de la Ligne et de la Flèche sur le DERNIER point */
/* Cibler le DEUXIÈME enfant en partant de la fin, qui est le dernier .timeline-dot */
.row .timeline-dot:nth-last-child(2)::after,
.row .timeline-dot:nth-last-child(2)::before {
    content: none !important;
}



@media (max-width: 768px) {
    .timeline-dot::after {
        display: none;
    }
}

/* ------------------------------------------- */
/* --- Adaptation Téléphone / Responsivité --- */
/* ------------------------------------------- */

/* Masquer les barres et flèches après 1200px (grande tablette ou petit écran PC) */
/* C'est la plus grande taille d'écran à laquelle les barres et flèches doivent disparaître */
@media (max-width: 1200px) {
    /* Masquer la ligne */
    .timeline-dot::after {
        content: none; 
    }
    
    /* Masquer la flèche */
    .timeline-dot::before {
        content: none; 
    }
    
    /* Pour s'assurer que le dernier point reste masqué, on répète la règle, 
       même si 'content: none' sur le parent devrait suffire. */
    .row .timeline-dot:nth-last-child(2)::after,
    .row .timeline-dot:nth-last-child(2)::before {
        content: none; 
    }
}


/* Centrer les points bleus au milieu pour les appareils mobiles (typiquement en dessous de 768px) */
/* Les classes Bootstrap 'col-lg' n'appliquent pas de grille sur mobile, 
   on profite de ce mode pour centrer les éléments. */
@media (max-width: 768px) {
    .timeline-dot {
        /* On retire la position: relative et on utilise margin: auto pour le centrage horizontal */
        position: static; 
        margin-left: auto;
        margin-right: auto;
    }

    /* Le .timeline-box qui entoure le contenu pourrait aussi avoir besoin d'un alignement textuel au centre si nécessaire */
    .timeline-box {
        text-align: center;
    }
}


/* Mission */
/* --- STRUCTURE GLOBALE DE LA SECTION --- */
/* ==========================================================================
   SECTION ABOUT (BASE DESKTOP)
   ========================================================================== */
.about-section {
    position: relative;
    padding: 40px 0 100px 0; /* Un peu moins d'espace en haut à cause du bandeau */
    overflow: hidden;
    background-color: #ffffff;
    font-family: var(--font-primary);
}

/* --- BANDEAU DÉFILANT INFINI --- */
.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    background: #f8fafc; /* Gris très clair discret en fond */
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
    margin-bottom: 60px;
    position: relative; 
    z-index: 2;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: scrollInfinite 25s linear infinite; /* Gère la vitesse ici (25s) */
}

.ticker-group {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
}

.ticker-group span {
    font-size: 13px;
    font-weight: 700;
    color: #94a3b8; /* Couleur grise élégante */
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.ticker-group .dot {
    color: #cbd5e1;
    font-size: 16px;
}

/* Animation fluide de droite à gauche */
@keyframes scrollInfinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Se décale de la moitié pour l'effet miroir */
    }
}

/* --- ÉLÉMENTS GRAPHIQUES DÉCO --- */
.deco-shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.deco-spiral {
    top: 140px;
    left: 4%;
    width: 110px;
    height: auto;
}

.deco-airplane {
    bottom: 30px;
    right: 6%;
    width: 160px;
    height: auto;
}

/* --- DISPOSITION GRILLE PRINCIPALE --- */
.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4px;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/* --- BLOC IMAGE ET SON BADGE BLANC --- */
.about-image-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.about-main-img {
    width: 100%;
    max-width: 660px;
    height: auto;
    border-radius: 32px;
    object-fit: cover;
    display: block;
}
.about-main-img-c {
    width: 100%;
    max-width: 860px;
    height: 560px;
    border-radius: 32px;
    object-fit: cover;
    display: block;
}

/* Le badge en bas à droite de l'image */
.about-badge {
    position: absolute;
    bottom: -30px;
    right: -20px;
    background: #ffffff;
    padding: 24px;
    border-radius: 20px;
    max-width: 260px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
    z-index: 2;
    box-sizing: border-box;
}

.badge-quote {
    color: #2563eb; /* Bleu */
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 8px 0;
}

.badge-sub {
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

/* --- CONTENU TEXTE DROITE --- */
.about-content {
    width: 100%;
}

.about-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #3b82f6;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.about-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
}
.about-title-c {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
}

.highlight-orange {
    color: #ff5a1f;
}

.about-text {
    font-size: 16px;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 32px;
}

/* --- LISTE DES ENGAGEMENTS --- */
.about-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
}

.about-features-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 15.5px;
    color: #334155;
    font-weight: 500;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid currentColor;
    flex-shrink: 0;
}

.icon-blue { color: #2563eb; }
.icon-red { color: #ef4444; }
.icon-green { color: #10b981; }
.icon-yellow { color: #f59e0b; }

/* --- BOUTON PRINCIPAL --- */
.btn-engagements {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #1d4ed8;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(29, 78, 216, 0.15);
}

.btn-engagements:hover {
    background-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.25);
}

.btn-arrow {
    transition: transform 0.2s ease;
}

.btn-engagements:hover .btn-arrow {
    transform: translateX(5px);
}


/* ==========================================================================
   RESPONSIVE DESIGN (TABLETTES INTERMÉDIAIRES < 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
    .about-container {
        gap: 40px;
    }
    .about-title {
        font-size: 32px;
    }
}


/* ==========================================================================
   RESPONSIVE DESIGN (TABLETTES VERTICALES < 912px)
   ========================================================================== */
@media (max-width: 912px) {
    .about-section {
        padding: 40px 0 80px 0;
    }

    .about-container {
        grid-template-columns: 1fr; /* Passage sur une seule colonne */
        gap: 60px;
    }
    
    .about-image-wrapper {
        align-items: center; /* Centre la photo et son conteneur */
        max-width: 460px;
        margin: 0 auto;
    }
    
    .about-badge {
        right: -10px; /* Aligné un peu plus près de l'image */
        bottom: -20px;
    }

    /* Réduction des éléments de décoration */
    .deco-spiral {
        top: 120px;
        left: 2%;
        width: 75px;
    }

    .deco-airplane {
        bottom: 20px;
        right: 2%;
        width: 100px;
    }
}


/* ==========================================================================
   RESPONSIVE DESIGN (PETITS MOBILES < 576px)
   ========================================================================== */
@media (max-width: 576px) {
  .main{
    overflow: hidden;
  }
    .about-section {
        padding: 30px 0 60px 0;
    }

    .ticker-wrapper {
        margin-bottom: 40px;
    }
    .about-section .about-main-img{
      height: 300px;
    }

    .about-container {
        padding: 0 16px; /* Plus d'espace pour le texte sur les petits écrans */
        gap: 40px;
    }

    .about-title {
        font-size: 26px;
    }

    /* Le Badge passe sous l'image pour éviter de casser le layout */
    .about-badge {
        position: relative; 
        bottom: 0;
        right: 0;
        margin-top: 24px;
        max-width: 100%;
        width: 100%;
    }

    /* Rendre le bouton principal extensible sur petit écran pour un clic plus facile */
    .btn-engagements {
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }

    /* Masquer ou atténuer drastiquement les décors pour épurer l'interface mobile */
    .deco-spiral, 
    .deco-airplane {
        display: none; /* Supprimé pour éviter les chevauchements hasardeux avec le texte */
    }
}
/* End about */

/* Start pillars */
/* --- STRUCTURE DE LA SECTION --- */
/* .pillars-section {
    position: relative;
    padding: 80px 0 100px 0;
    background-color: #e0e0e0;
    overflow: ;
    font-family: system-ui, -apple-system, sans-serif;
} */

.pillars-section {
    position: relative;
    padding: 80px 0 100px 0;
    overflow: hidden;
    font-family: system-ui, -apple-system, sans-serif;
    /* Image de fond de la section */
    background-image: url("../img/lph.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Div d'overlay positionnée en absolu */
.pillars-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Couleur d'overlay (#0e0e0 avec 85% d'opacité) */
    background-color: var(--text-color); 
    opacity: 70%;
    z-index: 1; /* Place l'overlay au-dessus de l'image de fond */
}

/* Conteneur et éléments décoratifs au-dessus de l'overlay */
.pillars-container,
.pillars-deco-airplane {
    position: relative;
    z-index: 2; /* Garantit que le texte et l'avion restent cliquables et lisibles */
}

.pillars-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Avion en papier décoratif qui déborde de la section précédente */
.pillars-deco-airplane {
    position: absolute;
    top: -50px;
    right: 15%;
    width: 380px;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.8;
}

/* --- EN-TÊTE --- */
.pillars-header {
    max-width: 700px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.pillars-subtitle {
    display: block;
    font-size: 25px !important;
    font-weight: 700;
    color: var(--accent-color);
    font-family: var(--font-secondary);
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.pillars-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--bg-color) !important;
    font-family: var(--font-secondary);
    margin-bottom: 16px;
}

.highlight-orange {
    color: #ff5a1f;
}

.pillars-lead {
    font-size: 18px;
    line-height: 1.6;
    color: var(--bg-color);
    font-family: var(--font-primary);
}

/* --- GRILLE DE CARTES --- */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

/* --- CARD STYLE --- */
.pillar-card {
    position: relative;
    background: #f8fafc; /* Gris très clair subtil en fond */
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    padding: 40px 35px;
    overflow: hidden; /* Important pour masquer l'excès du grand numéro */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);
}

/* Icône ronde */
.pillar-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-bottom: 30px;
}

/* Variations de couleur de fond des cercles d'icône */
.icon-bg-blue { background-color: #eff6ff; }
.icon-bg-orange { background-color: #fffbeb; }
.icon-bg-red { background-color: #fef2f2; }

.pillar-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    font-family: var(--font-secondary);
    margin-bottom: 16px;
    line-height: 1.4;
}

.pillar-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    position: relative;
    font-family: var(--font-primary);
    z-index: 2;
}

/* Numéros géants en filigrane d'arrière-plan */
.pillar-bg-number {
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 130px;
    font-weight: 900;
    color: #e5eff9; /* Couleur très proche du fond pour le filigrane */
    line-height: 1;
    z-index: 1;
    user-select: none;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
    .pillars-grid {
        grid-template-columns: repeat(2, 1fr); /* Passe à 2 colonnes sur tablette */
        gap: 24px;
    }
    
    .pillars-title {
        font-size: 32px;
    }

    .pillars-deco-airplane {
        width: 200px;
        top: -30px;
    }
}

@media (max-width: 640px) {
    .pillars-grid {
        grid-template-columns: 1fr; /* 1 seule colonne sur mobile */
    }

    .pillars-section {
        padding: 60px 0 80px 0;
    }

    .pillars-title {
        font-size: 28px;
    }
    
    .pillar-card {
        padding: 58px 13px;
    }
}
/* End Start pillars */

/* ============================
   SECTION PROJETS
============================ */
/* --- STRUCTURE DE LA SECTION --- */
.initiatives-section {
    padding: 100px 0;
    background-color: #ebf5fc52;
    font-family: var(--font-primary);
}

.initiatives-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* 1.2fr pour le contenu, 1fr pour l'image */
    gap: 60px;
    align-items: start;
}

/* --- EN-TÊTE GAUCHE --- */
.initiatives-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #3b82f6;
    font-family: var(--font-secondary);
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.initiatives-title {
    font-size: 38px;
    line-height: 1.25;
    font-weight: 800;
    color: #0f172a;
    font-family: var(--font-secondary);
    margin-bottom: 16px;
}

.highlight-blue {
    color: var(--primary-color);
}
.highlight-blue {
    color: var(--accent-color);
}

.initiatives-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 40px;
}

/* --- GRILLE INTERNE DES CARTES (3 Colonnes) --- */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* --- LE STYLE DES CARTES --- */
.initiative-card {
    background: var(--text-color);
    /* border: 1px solid #f1f5f9; */
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px; /* Aligne la hauteur des boîtes */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.initiative-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03);
}

.card-tag {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color);
    font-family: var(--font-secondary);
    margin-bottom: 14px;
}

.card-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.card-desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--bg-color);
    font-family: var(--font-primary);
    margin-bottom: 20px;
    flex-grow: 1; /* Pousse la métrique vers le bas */
}

.card-metric {
    font-size: 11px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 12px;
    margin-top: auto;
}
.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.card-header .card-tag {
    margin-bottom: 0;
}

.card-logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    box-sizing: border-box;
}

.card-logo-fallback {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--accent-color);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 12px;
    margin-top: auto;
}

.card-footer .card-metric {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.card-website {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.card-website:hover {
    text-decoration: underline;
}

/* --- BLOC DE L'IMAGE MOSAÏQUE UNIQUE --- */
/* Galerie & Image */
.initiatives-gallery {
    position: sticky;
    top: 50px;
    height: 100vh;
}

.initiatives-image-wrapper {
    position: relative;
    border-radius: 20px;
    height: 850px; 
    overflow: hidden;
    /* border: 1px solid #30363d; */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

.initiatives-single-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.initiatives-image-wrapper:hover .initiatives-single-img {
    transform: scale(1.03);
}

/* Style de l'overlay */
/* .initiatives-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: background-color 0.3s ease;
} */

.mosaic-single-img {
    width: 100%;
    height: 900px;
    object-fit: contain;
    border-radius: 20px; /* Arrondi léger et moderne aux angles extérieurs */
}

/* --- DESIGN RESPONSIVE --- */
@media (max-width: 1150px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr); /* Passe à 2 colonnes pour les cartes sur petits écrans */
    }
}

@media (max-width: 992px) {
    .initiatives-container {
        grid-template-columns: 1fr; /* Empile l'image sous le contenu sur tablette/mobile */
        gap: 50px;
    }

    .initiatives-gallery {
        max-width: 600px;
        margin: 0 auto; /* Centre l'image globale */
    }
}

@media (max-width: 640px) {
    .initiatives-title {
        font-size: 28px;
    }
    
    .cards-grid {
        grid-template-columns: 1fr; /* Une seule colonne de cartes sur mobile */
    }

    .initiatives-section {
        padding: 60px 0;
    }
}
/* ============================
   SECTION Citation
============================ */
/* --- CONFIGURATION DE LA SECTION --- */
.quote-section {
    padding: 120px 0 80px 0; /* Important : grand padding top pour laisser de la place à la tête qui dépasse */
    background-color:  #ebf5fc52;
    font-family: var(--font-secondary);
    
}

/* --- LA CARTE SOMBRE --- */
.quote-card {
    max-width: auto;
    margin: 0 auto;
    padding: 0 60px;
    background-color: var(--text-color); 
    border-radius: 24px;
    position: relative;
    overflow: visible; /* Permet à la photo et aux décors de sortir du cadre */
    box-shadow: 0 20px 40px rgba(5, 12, 26, 0.15);
}

/* --- GRILLE INTERNE --- */
.quote-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr; /* Aligne l'image à gauche et le texte à droite */
    gap: 40px;
    align-items: center;
    min-height: 340px; /* Assure une hauteur stable à la boîte */
}

/* --- LE PORTRAIT QUI DÉPASSE --- */
.quote-image-wrapper {
    position: relative;
    height: 100%;
}

.quote-profile-img {
    position: absolute;
    top: -65%;
    bottom: 0; /* Reste collé au bas de la carte */
    left: 20px;
    width: 100%; /* S'agrandit pour déborder sur les côtés */
    max-width: none;
    height: auto;
    z-index: 2;
    transform: translateY(0); /* Ajustable au besoin */
}

/* --- TEXTE DE LA CITATION --- */
.quote-text-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.quote-content {
    font-size: 32px;
    line-height: 1.45;
    font-weight: 600;
    color: #ffffff; /* Texte blanc par défaut */
    margin: 0;
    text-align: left;
}

/* Mises en évidence de couleur */
.quote-content .text-orange {
    color: var(--accent-color); /* Orange vif */
}

.quote-content .text-blue {
    color: var(--primary-color); /* Bleu clair si tu souhaites isoler "d'agir ensemble" */
}

/* --- ÉLÉMENTS DÉCORATIFS (BACKDROP) --- */
.quote-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* L'étoile orange à gauche en dehors du cadre */
.decor-star {
    position: absolute;
    top: -50px;
    left: 10%;
    font-size: 42px;
    color: var(--accent-color);
}

/* L'avion en papier blanc discret au centre */
.decor-airplane-line {
    position: absolute;
    top: 30px;
    left: 40%;
    width: 140px;
    opacity: 0.4;
}

/* Les guillemets géants à droite */
.quote-icon {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 90px;
    font-family: serif;
    color: #1e293b; /* Très sombre et discret */
    line-height: 1;
    opacity: 0.5;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
    .quote-card {
        padding: 0 40px;
        margin: 0 24px;
    }
    
    .quote-content {
        font-size: 26px;
    }
    
    .quote-profile-img {
        width: 115%;
    }
}

@media (max-width: 768px) {
    .quote-section {
        padding: 160px 0 60px 0; /* Plus d'espace en haut pour le mobile */
    }

    .quote-grid {
        grid-template-columns: 1fr; /* On empile sur une seule colonne */
        gap: 0;
        text-align: center;
    }

    .quote-image-wrapper {
        height: 200px; /* On crée un espace fixe pour laisser respirer l'image */
    }

    .quote-profile-img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); /* Centre la photo sur mobile */
        width: auto;
        height: 320px; /* Force la hauteur pour qu'elle sorte par le haut de la colonne */
    }

    .quote-text-wrapper {
        padding: 30px 0 50px 0;
    }

    .quote-content {
        font-size: 22px;
        text-align: center; /* Centre le texte sur mobile */
    }
    
    .decor-star {
        left: 5%;
        top: -80px;
    }
    
    .decor-airplane-line {
        display: none; /* On cache l'avion sur mobile pour ne pas surcharger */
    }
}
/* ============================
   SECTION Distinction
============================ */
.honors-section{
  background-color: var(--bg-section);
}

/* Espace vertical pour laisser la carte centrale grandir sans déborder */
.padding-slider {
    padding: 30px 10px !important;
}

/* Style de base des cartes */
.honors-card {
    background-color: var(--bg-section);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.honors-year {
    font-weight: 700;
    font-size: 0.875rem;
    color: #0d6efd;
}

.honors-icon {
    color: #0d6efd;
}

.honors-org {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-top: 12px;
}

.honors-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 8px 0;
    color: #1e293b;
}

.honors-desc {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 0;
}

/* -------------------------------------------------------------
   EFFET SUR LA CARTE CENTRALE (.swiper-slide-active .honors-card)
---------------------------------------------------------------- */
.swiper-slide-active .honors-card {
    background-color: var(--text-color); /* Changement de couleur de fond */
    color: #ffffff;
    transform: scale(1.08); /* Agrandissement de la carte du milieu */
    border-color: var(--text-color);
    /* box-shadow: 0 20px 35px rgba(13, 110, 253, 0.25); */
}

/* Adaptation du texte pour la carte active */
.swiper-slide-active .honors-year,
.swiper-slide-active .honors-icon,
.swiper-slide-active .honors-org,
.swiper-slide-active .honors-title,
.swiper-slide-active .honors-desc {
    color: #ffffff !important;
}
/* ============================
   SECTION Citation
============================ */
/* ============================
   SECTION Blog Home
============================ */

/* Section Blog d'Accueil */
.home-blog-section {
    background-color: var(--text-color);
    padding: 80px 0;
    color: var(--bg-color);
    font-family: var(--font-primary);
}

.home-blog-subtitle {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
    font-family: var(--font-secondary);
}

.home-blog-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bg-color);
    margin-bottom: 16px;
}
.home-blog-title-span{
    color: var(--accent-color) !important;
}

.home-blog-lead {
    color: var(--bg-color);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 28px;
}

.home-blog-more-btn {
    color: var(--accent-color);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.2s ease;
}

.home-blog-more-btn:hover {
    color: var(--accent-color);
}

.home-blog-arrow {
    font-size: 1.2rem;
    margin-left: 4px;
}

/* Ligne et boutons de navigation */
.home-blog-line {
    height: 1px;
    background-color: #e0e0e0;
    flex-grow: 1;
}

.home-blog-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-blog-nav-btn:hover {
    background-color: var(--accent-color);
    color: #ffffff;
}

/* Cartes d'articles */
.home-blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.home-blog-img-wrapper {
    height: 220px;
    overflow: hidden;
}

.home-blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-blog-card-body {
    padding: 24px;
}

.home-blog-category {
    color: #8c8c8c;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 8px;
}

.home-blog-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 10px;
}

.home-blog-excerpt {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.home-blog-read-link {
    color: #dc3545;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
}

.home-blog-read-link:hover {
    text-decoration: underline;
}






/* --- CONFIGURATION GLOBALE --- */
.contact-section {
    padding: 80px 0;
    background-color: #f8fafc;
    font-family: var(--font-secondary);
}

.contact-header {
    max-width: 700px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.contact-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #3b82f6;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin: 12px 0;
}

.highlight-orange { color: #ff5a1f; }

.contact-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
}

/* --- CONTENEUR PRINCIPAL BLANC --- */
.contact-card {
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.02);
    border: 1px solid #f1f5f9;
    display: grid;
    grid-template-columns: 420px 1fr;
    padding: 24px;
    gap: 40px;
}

/* --- PANNEAU GAUCHE SOMBRE --- */
.contact-info-panel {
    background-color: var(--bg-section);
    border-radius: 24px;
    padding: 40px 30px;
    color: var(--text-color);
    font-family: var(--font-secondary);
    display: flex;
    flex-direction: column;
}

.availability-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 35px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background-color: #3b82f6;
    border-radius: 50%;
    display: inline-block;
}

.info-panel-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: var(--text-color);
    font-family: var(--font-secondary);
}

.info-panel-text {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--primary-color);
    margin-bottom: 35px;
    font-family: var(--font-primary);
}

/* --- ZONE DES NOUVEAUX BOUTONS --- */
/* Conteneur global */
.action-buttons-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 24px;
}

.action-downloads-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Style de base réutilisable */
.btn-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 50px; /* Bordures arrondies très élégantes */
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    outline: none;
}

.btn-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* 1. Boutons Secondaires (CV & Biographie) */
.btn-secondary {
    background-color: #f1f5f9;
    color: #1e293b;
    border: 1px solid #e2e8f0;
}

.btn-secondary:hover {
    background-color: #e2e8f0;
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-secondary:hover .btn-icon {
    transform: translateY(2px); /* Légère animation vers le bas au survol */
}

/* 2. Bouton Principal Mis en Avant (Réserver une réunion) */
.btn-primary-highlight {
    background-color: #2563eb; /* Couleur bleue dynamique */
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.btn-primary-highlight:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.45);
}

.btn-primary-highlight:hover .btn-icon {
    transform: scale(1.15); /* Légère expansion de l'icône calendrier */
}

/* Responsive Mobile */
@media (max-width: 576px) {
    .action-buttons-container,
    .action-downloads-group {
        width: 100%;
        flex-direction: column;
    }

    .btn-action {
        width: 100%;
    }
}


/* --- LISTE DES INFOS DE CONTACT --- */
.contact-details-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--text-color);
}

.detail-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.detail-icon {
    font-size: 20px;
    margin-top: 2px;
}

.detail-item h4 {
    font-size: 14px;
    color: var(--text-color);
    margin: 0 0 4px 0;
}

.detail-item p {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 500;
    margin: 0;
}

/* --- PANNEAU DROIT (DYNAMIQUE) --- */
.contact-dynamic-panel {
    padding: 20px 10px 20px 0;
    position: relative;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    font-size: 15px;
    background-color: #ffffff;
    color: #0f172a;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.form-group input:focus, .form-group textarea:focus {
    border-color: #2563eb;
}

.btn-submit {
    background-color: #1d4ed8;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    transition: background-color 0.2s ease;
}

.btn-submit:hover { background-color: #1e40af; }

/* --- CONTENEUR CALENDLY DYNAMIQUE --- */
.calendly-container {
    animation: fadeIn 0.4s ease forwards;
}

.hidden { display: none !important; }

.btn-back {
    background: none;
    border: none;
    color: #2563eb;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
}

.btn-back:hover { text-decoration: underline; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .contact-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }
    .contact-dynamic-panel { padding: 10px; }
}

@media (max-width: 576px) {
    .form-grid { grid-template-columns: 1fr; }
    .download-buttons { grid-template-columns: 1fr; }
    .contact-title { font-size: 30px; }
}

/* Définition de l'animation de défilement */
@keyframes scroll-left {
    from {
        /* Commence tout à droite */
        transform: translateX(0);
    }
    to {
        /* Se déplace à gauche par la largeur totale d'un set d'éléments (100% du contenu initial) */
        /* Pour 6 éléments, cela déplace le contenu pour masquer le premier set */
        transform: translateX(-50%); 
    }
}

/* Conteneur principal (masque le contenu qui sort de l'écran) */
.scrolling-container {
    overflow: hidden; /* Cache ce qui dépasse */
    padding: 20px 0;
}

/* Conteneur des éléments (devient très large pour contenir tous les items) */
.scrolling-accomplishments {
    /* Utilise Flexbox pour aligner les éléments côte à côte */
    display: flex;
    /* La largeur totale doit être le double (ou le triple) de la largeur visible, 
       pour que la copie (bloc 2) soit collée au bloc 1 */
    width: 200%; /* Si vous avez dupliqué les éléments une fois */
    
    /* Applique l'animation */
    animation: scroll-left 40s linear infinite; /* 40s = Vitesse (à ajuster), linear = continu, infinite = boucle */
}

/* Style de chaque élément de reconnaissance */
.scrolling-accomplishments .single_service_part {
    /* Définit la largeur de chaque élément (par exemple, 33.33% de la zone visible) */
    /* Assurez-vous que cette largeur correspond à la place qu'il prendrait dans la grille */
    min-width: 33.333vw; /* Environ 1/3 de la zone de visualisation (pour qu'il y en ait 3 visibles) */
    text-align: center; /* Centre le contenu si nécessaire */
    padding: 0 15px; /* Ajoutez un peu d'espace entre les éléments */
    box-sizing: border-box;
}

/* Optionnel : Assurez-vous que l'animation s'arrête au survol */
.scrolling-accomplishments:hover {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .scrolling-accomplishments .single_service_part {
        /* Sur mobile, chaque élément prend 50% de la largeur du viewport, 
           donc deux sont visibles à la fois */
        min-width: 50vw;
    }
    
    /* Rendre l'animation un peu plus rapide sur mobile */
    .scrolling-accomplishments {
        animation-duration: 25s; 
    }
}
.service_part h2 {
    font-size: 30px;
    margin-top: 15px;
    font-family: var(--font-secondary);
    font-weight: 600;

}
.service_part h2 {
    font-size: 30px;
    font-family: var(--font-primary);

}

/*  */


.testimonials {
  padding: 120px 20px;
  background: #fff;
}

.testimonials-container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 40px         ;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TEXTE */
.testimonials-text {
  width: 55%;
}

.testimonials-text h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 16px;
  color: #666;
  max-width: 500px;
  margin-bottom: 30px;
}

.testimonials-text blockquote {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 35px;
  text-align: justify;
}

/* Cachez tous les items qui ne sont pas actifs */
.testimonials-item {
    display: none; 
}

/* Affichez uniquement l'item actif */
.testimonials-item.active {
    display: block; /* ou 'flex', 'grid' selon votre mise en page */
}

/* AUTEUR */
.author strong {
  display: block;
  font-size: 16px;
}

.author span {
  font-size: 14px;
  color: #777;
}

/* BOUTONS */
.controls {
  margin-top: 25px;
}

.controls button {


  background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.2s, border-color 0.2s;
}

.controls button:hover {
  background: #0066ff;
  color: #fff;
}

/* IMAGE */
.testimonials-image {
  width: 35%;
  display: flex;
  justify-content: center;
  
}

.testimonials-image img {
  width: 300px;
  height: 380px;
  object-fit: cover;
 
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonials-container {
    flex-direction: column;
    text-align: center;
  }

  .testimonials-text,
  .testimonials-image {
    width: 100%;
  }

  .testimonials-text {
    margin-bottom: 40px;
  }

  .testimonials-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

  .testimonials-container {
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
}

/*  */


/* ================= SECTION 1 ================= */
.awards {
  padding: 100px 20px;
  text-align: center;
  background: #fff;
}

.awards h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: auto;
  gap: 25px;
}

.awards-grid div {
  border: 1px solid #e5e7eb;
  padding: 25px;
  border-radius: 14px;
}

.awards-grid small {
  display: block;
  color: #777;
  margin-bottom: 6px;
}

/* ================= SECTION 2 ================= */


/* ================= SECTION 3 ================= */
/* Styles généraux de la section */
.actualites-reflections {
    padding: 40px 0;
    max-width: 1200px; /* Limiter la largeur maximale */
    margin: 0 auto;
    font-family: var(--font-secondary); /* Exemple de police */
   ;
}

/* En-tête de la section (Actualités et réflexions) */
.actualites-reflections .header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0 20px;
}

.actualites-reflections h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--font-secondary);
    font-weight: 650;
}


.actualites-reflections p {
    font-size: 1.1em;
    color: #666;
    font-family: var(--font-primary);
}

.actualites-reflections .view-all {
    color: #007bff; /* Couleur du lien (bleu) */
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
    white-space: nowrap; /* Empêche le saut de ligne sur mobile */
}

/* Conteneur de carrousel (pour l'alignement et les flèches) */
.actualites-reflections .carousel-container {
    display: flex;
    align-items: center;
    position: relative; /* Pour positionner les flèches */
    padding: 0 20px; /* Espacement latéral */
}

/* Wrapper des cartes (où le défilement se produit) */
.actualites-reflections .cards-wrapper {
    display: flex;
    overflow-x: auto; /* Permet le défilement horizontal */
    scroll-snap-type: x mandatory; /* Ajoute un "clic" agréable lors du défilement */
    scroll-behavior: smooth; /* Défilement en douceur avec le JS */
    gap: 20px;
    padding-bottom: 20px; /* Espace pour une éventuelle barre de défilement */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Masquer la barre de défilement pour les navigateurs basés sur Webkit */
.actualites-reflections .cards-wrapper::-webkit-scrollbar {
    display: none;
}

/* Style de chaque carte */
.actualites-reflections .card {
    min-width: 300px; /* Largeur de la carte visible */
    flex: 0 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    scroll-snap-align: start; /* S'aligner au début de chaque carte */
    transition: transform 0.3s;
    padding: 0 !important;
}

.actualites-reflections .card:hover {
    transform: translateY(-5px);
}

.actualites-reflections .image-placeholder {
    width: 100%;
    height: 180px;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
}

.actualites-reflections .card .content {
    padding: 15px;
}

.actualites-reflections .card h3 {
    font-size: 1.25em;
    margin: 5px 0 10px;
    font-family: var(--font-secondary);
    font-weight: 750;
    line-height: 1.4;
    color: #444;
}

.actualites-reflections .card p {
    font-size: 0.9em;
    color: #777;
    font-family: var(--font-primary);
    font-weight: 400;
}

.actualites-reflections .card a{
  text-decoration: none;
  color: #f1f1f1;
  font-family: var(--font-primary);
}

/* Étiquettes (tags) */
.actualites-reflections .tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.actualites-reflections .tag-reflexion {
    background-color: #e0f7fa;
    color: #00bcd4;
}

.actualites-reflections .tag-programme {
    background-color: #fff3e0;
    color: #ff9800;
}

.actualites-reflections .tag-leadership {
    background-color: #e8eaf6;
    color: #3f51b5;
}

/* Contrôles de navigation (flèches) */
.actualites-reflections .navigation-controls {
    display: flex;
    align-self: flex-end; /* Aligner les contrôles avec la ligne "Voir tous les articles" */
    margin-left: 20px; /* Espacement entre le texte et les flèches */
    position: absolute;
    bottom: 25px; /* Positionner sous la section de titre */
    left: 20px;
}

.actualites-reflections .nav-button {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
    transition: background-color 0.2s, border-color 0.2s;
}

.actualites-reflections .nav-button:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.actualites-reflections .nav-button svg {
    width: 24px;
    height: 24px;
    color: #333;
   
}

/* Ajustements pour la disposition mobile */
@media (max-width: 768px) {
    .actualites-reflections .header {
        flex-direction: column;
        align-items: flex-start;
    }
    .actualites-reflections h1 {
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--font-secondary);
    font-weight: 650;
}

    .view-all {
        margin-top: 10px;
    }

    .navigation-controls {
        position: static; /* Replacer les contrôles en flux normal */
        margin-top: 15px;
    }

.actualites-reflections .navigation-controls {
        display: flex;
        align-self: flex-end;
        margin-left: 270px;
        position: absolute;
        top: 21px;
        bottom: 1px;
        left: 146px}


}

/* RESPONSIVE */
@media (max-width: 900px) {
  .awards-grid {
    grid-template-columns: 1fr;
  }

  .news-section h2 {
    padding-left: 30px;
  }

  .scroll-container {
    padding-left: 30px;
  }
}

/* Section Layout */
.news-section {
  max-width: 1300px;
  margin: auto;
}

.news-header {
  max-width: 420px;
  margin-bottom: 40px;
}

.news-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px;
}

.news-header p {
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

.news-link {
  display: inline-block;
  margin-top: 15px;
  color: #0066ff;
  font-weight: 600;
  text-decoration: none;
}

/* Slider */
.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.arrow-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: white;
  font-size: 22px;
  cursor: pointer;
  transition: 0.2s;
}

.arrow-btn:hover {
  background: #f0f0f0;
}

/* Cards container */
.cards-container {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.cards-container::-webkit-scrollbar {
  display: none;
}

/* Card */
.card {
  background: white;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  min-width: 100%;
  max-width: 350px;
  overflow: hidden;
  flex-shrink: 0;
}

.card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.tag {
  display: inline-block;
  background: #e8efff;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.tag.blue { background: #e0edff; color: #2a74ff; }
.tag.purple { background: #f3e8ff; color: #9847ff; }
.tag.green { background: #e4f8e4; color: #2fa04a; }

.card-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.card-content p {
  color: #666;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .arrow-btn {
    display: none;
  }
  .news-header h2 {
    font-size: 32px;
  }
  .cards-container {
    gap: 20px;
  }
}

/* === FOOTER === */
/* Footer Styles */
    .site-footer {
      background-color: var(--bg-color);
      padding: 60px 20px 30px;
      color: var(--text-dark);
    }

    .footer-container {
      max-width: 1100px;
      margin: 0 auto;
    }

    /* Top Section (Columns) */
    .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      padding-bottom: 40px;
    }

    /* Column 1: Brand Info */
    .footer-brand {
      flex: 1 1 300px;
      max-width: 400px;
    }

    .brand-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
    }

    .brand-logo-wrapper {
      background-color: var(--primary-color);
      color: #ffffff;
      width: 40px;
      height: 40px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .brand-logo-wrapper svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
    }

    .brand-name {
      font-size: 1.4rem;
      font-weight: 600;
      color: var(--primary-color);
    }

    .brand-description {
      font-size: 0.95rem;
      line-height: 1.5;
      color: var(--text-muted);
    }

    /* Columns 2 & 3: Links */
    .footer-links-col {
      flex: 1 1 180px;
    }

    .col-title {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: var(--text-dark);
    }

    .footer-links-col ul {
      list-style: none;
    }

    .footer-links-col li {
      margin-bottom: 12px;
    }

    .footer-links-col a {
      text-decoration: none;
      color: var(--text-muted);
      font-size: 0.95rem;
      transition: color 0.2s ease;
    }

    .footer-links-col a:hover {
      color: var(--primary-color);
    }

    /* Divider */
    .footer-divider {
      border: 0;
      height: 1px;
      background-color: var(--border-color);
      margin-bottom: 25px;
    }

    /* Bottom Section */
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .copyright {
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    .social-links {
      display: flex;
      gap: 20px;
    }

    .social-icon {
      color: var(--text-muted);
      transition: color 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .social-icon:hover {
      color: var(--primary-color);
    }

    .social-icon svg {
      width: 20px;
      height: 20px;
      fill: currentColor;
    }

    /* Blue Accent Bar at the very bottom */
    .footer-accent-bar {
      height: 12px;
      background-color: #0b3c5d; /* Bleu foncé tout en bas */
      width: 100%;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .footer-top {
        flex-direction: column;
        gap: 30px;
      }
      .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
      }
    }


/**************** hero part css end ****************/
.main{
  overflow: hidden;
}
/* Conteneur principal */
.hero-container {
    width: 100%;
    /* max-width: 1200px; */
}
/* La carte avec le fond arrondi */
.hero-card {
    background-color: #ffffff;
    background-image: url('../img/gladimy-jean-web-element-1.png'); 
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* Garde les proportions de tes colonnes */
    gap: 40px;
    padding: 100px;
    position: relative;
    overflow: visible; /* Indispensable pour laisser l'image dépasser */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}       
/* --- SECTION CONTENU (GAUCHE) --- */
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.badge {
    align-self: flex-start;
    background-color: #64748b;
    color: #e5e7eb;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 24px;
}

h1 {
    font-size: 2.5rem;
    color: #1e293b;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-orange { color: #ea580c; }
.text-blue { color: #1d4ed8; }

.description {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 32px;
}

/* Boutons d'action */
.cta-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.btn-first {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
    background: var(--text-color);
    color: var(--bg-color);
}
.btn-first:hover {
  
   
    background: var(--accent-color);
    color: var(--bg-color);
}
.btn-second {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
   background: var(--accent-color);
    color: var(--bg-color);
}
.btn-second:hover{
background: var(--secondary-color);
    color: var(--bg-color);
}

.btn {
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-primary {
    background-color: #115e59; /* Remplacer par le bleu exact si nécessaire (#1d4ed8) */
    background: #1254c7;
    color: #ffffff;
}

.btn-primary:hover {
    background: #0f44a0;
    color: var(--bg-color);
}

.btn-secondary {
    background-color: #ffffff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.btn-secondary:hover {
    background-color: #f8fafc;
}

/* Tags du bas */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #475569;
}

/* --- SECTION IMAGE & BADGES (DROITE) --- */
/* .hero-image-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.main-profile-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    z-index: 1;
} */
 /* Campaign CSS */

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%; /* S'aligne sur la hauteur fixe définie par le texte à gauche */
    min-height: 1px; /* Empêche le collapse de la colonne */
}
 .hero-section h1 {
  color: var(--bg-color);
  font-family: var(--font-secondary);
 }
 .hero-section p {
  font-family: var(--font-primary);
  color: var(--bg-color);
 }

.main-profile-img {
    position: absolute;
    bottom: -165px; /* Annule le padding du bas de la carte pour s'aligner sur le vrai bord */
    left: 70%;
    transform: translateX(-50%); /* Centre horizontalement l'image dans sa colonne */
    /* MODIFIE CES VALEURS POUR AGRANDIR SANS TOUCHER AU FOND : */
    width: 147%; /* L'image peut faire 130% ou 140% de la colonne sans l'élargir */
    max-width: none; /* Supprime la barrière des 100% */
    height: auto;
    object-fit: contain;
    z-index: 1;
}


/* Style commun des badges flottants */
.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.floating-card strong {
    color: #1e293b;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 4px;
}

.floating-card p {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.4;
}

/* Positionnement spécifique des badges */
.card-vision {
    width: 200px;
    bottom: 20px;
    left: -20px;
}

.card-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    bottom: -10px;
    right: 20px;
    width: 220px;
}

.icon-user {
    background: #e0f2fe;
    padding: 8px;
    border-radius: 50%;
    font-size: 1.1rem;
}
/* ==========================================================================
   RESPONSIVE DESIGN (TABLETTES < 992px)
   ========================================================================== */
@media (max-width: 992px) {
    .hero-card {
        grid-template-columns: 1fr; /* Passage sur une seule colonne */
        padding: 60px 40px;
        gap: 40px;
    }
    
    .hero-image-wrapper {
        order: -1; /* L'image passe au-dessus du texte */
        min-height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative;
    }

    .main-profile-img {
        position: relative; /* Désactivation de l'absolu encombrant */
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        max-width: 340px; /* Taille confortable pour tablette */
        margin: 0 auto;
    }

    /* Ajustement des positions des badges pour les tablettes */
    .card-vision {
        bottom: 20px;
        left: 10px;
    }

    .card-stats {
        bottom: 20px;
        right: 10px;
    }
}


/* ==========================================================================
   RESPONSIVE DESIGN (MOBILES < 576px)
   ========================================================================== */
@media (max-width: 576px) {
    .hero-container {
        padding: 0 10px;
    }

    .hero-card{ padding: 37px 3px;
    gap: 30px;}

   .hero-content h1 {
        font-size: 22px;
    }
   .hero-content .tags-container {
        display: none;
    }

    /* Boutons en pleine largeur empilés pour les pouces */
     .hero-content .cta-buttons {
    flex-direction: column;
    gap: 8px;
    padding: 0px 73px;
    margin: 0px;
    left: -16px;
    top: 8%;
    position: relative;}

    .btn {
        text-align: center;
        width: 100%; 
        box-sizing: border-box;
    }

    .hero-image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
         
        gap: 12px; /* Espace minimaliste entre l'image et ses badges */
    }

    /* --- L'IMAGE EN GRAND SUR MOBILE --- */
    .main-profile-img {
      width: 121%;
    max-width: 389px;
    position: relative;
    left: 14px;
    transform: none;
    margin: 9px auto -139px auto;
    top: -12%;
  }

  .main-profile-img-campaign {
    position: absolute;
    bottom: 85px; /* Annule le padding du bas de la carte pour s'aligner sur le vrai bord */
    left:-11px;
    transform: translateX(-50%); /* Centre horizontalement l'image dans sa colonne */
    /* MODIFIE CES VALEURS POUR AGRANDIR SANS TOUCHER AU FOND : */
    width: 137%; /* L'image peut faire 130% ou 140% de la colonne sans l'élargir */
    max-width: none; /* Supprime la barrière des 100% */
    height: auto;
    object-fit: contain;
    z-index: 1;
}
  

    /* Désactivation totale de l'absolu pour aligner proprement les badges sous la grande image */
    .card-vision, 
    .card-stats {
        position: static; 
        width: 100%;
        box-sizing: border-box;
        margin-top: 5px;
    }
}/*  */

.hero-white {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.quote-main-text {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 1.6;
    color: var(--gray-muted); /* Gris par défaut pour le texte de la citation */
    font-weight: 500;
}

/* Mots-clés en noir profond */
.quote-main-text .highlight-dark {
    color: var(--bg-dark);
    font-weight: 700;
}

/* Mots-clés en bleu vif */
.quote-main-text .highlight-blue {
    color: var(--blue-primary);
    font-weight: 700;
}

.author-signature {
    color: var(--bg-dark);
    font-size: 14px;
    letter-spacing: 2px;
}

.text-gray-muted {
    color: var(--gray-muted);
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
}

.btn-blue-pill {
    background: var(--blue-gradient);
    color: #ffffff !important;
    border: none;
    padding: 14px 35px;
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-blue-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 117, 252, 0.3) !important;
}

.text-blue-primary {
    color: var(--blue-primary);
}

/* ******************End Section Mon histioire */

/**************** about css start ****************/
/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part {
  background-color: #0a0b4d;
}

/* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part h4 {
  font-size: 16px;
  color: #ea5267;
  text-transform: uppercase;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  /* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
  .about_part h4 {
    margin-bottom: 25px;
  }
}

/* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .about_text .experiance {
  display: flex;
  align-items: flex-end;
  margin-top: 55px;
}

@media (max-width: 991px) {
  /* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
  .about_part .about_text .experiance {
    margin-bottom: 25px;
  }
}

/* line 21, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .about_text .experiance h2 {
  font-size: 120px;
  color: #ffd200;
  font-weight: 700;
  display: inline-block;
  line-height: 84px;
}

@media (max-width: 991px) {
  /* line 21, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
  .about_part .about_text .experiance h2 {
    font-size: 80px;
    line-height: 55px;
  }
}

/* line 33, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .about_text .experiance p span {
  display: block;
}

/* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner {
  columns: 2;
}

/* line 42, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner .single_experiance_list {
  margin-bottom: 31px;
}

/* line 44, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner .single_experiance_list h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

/* line 50, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_about.scss */
.about_part .experiance_list .experiance_list_iner .single_experiance_list p {
  font-size: 16px;
  color: #c5c5c5;
}
/* ==========================================================================
   SECTION SERVICE / PRIX ET DISTINCTIONS (BASE DESKTOP)
   ========================================================================== */
.service_part {
    position: relative;
    z-index: 1;
    padding: 60px 0 100px 0;
    background-color: #ffffff;
}

/* --- EN-TÊTE DE LA SECTION --- */
.pillars-header {
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
    padding: 0 20px;
}

.pillars-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #3b82f6; /* Bleu moderne */
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.pillars-title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
    color: #0f172a;
}

.highlight-orange {
    color: #ff5a1f; /* Orange dynamique */
}

/* --- GRILLE DES CARTES D'ACCOMPLISSEMENT --- */
.scrolling-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.scrolling-accomplishments {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes égales sur PC */
    gap: 30px;
}

/* --- STRUCTURE D'UNE CARTE --- */
.service_part .single_service_part {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0; /* Bordure grise fine par défaut */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    height: 100%; /* Force toutes les cartes à avoir la même hauteur */
}

/* Effet au survol des cartes */
.service_part .single_service_part:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

/* Style de la carte active */
.service_part .single_service_part.active {
    border: 1px solid #e0f2fe; /* Teinte bleutée subtile */
    background-color: #fafafa;
}

/* --- CONTENU INTERNE DE LA CARTE --- */
.service_part .single_service_part .single_service_text {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Gestion de l'image (icône/badge) */
.service_part .single_service_part .single_service_text .img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 24px;
}

/* Année / Titre */
.service_part .single_service_part .single_service_text h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    font-family: var(--font-primary);
    margin: 0 0 16px 0;
}

/* Description textuelle */
.service_part .single_service_part .single_service_text p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #475569;
    font-family: var(--font-primary);
    margin: 0;
}

/* Style du texte gras dans la description */
.service_part .single_service_part .single_service_text p strong {
    color: #0f172a;
    display: block; /* Met le titre du prix à la ligne pour plus de clarté */
    margin-bottom: 6px;
}


/* ==========================================================================
   RESPONSIVE DESIGN (TABLETTES < 991px)
   ========================================================================== */
@media (max-width: 991px) {
    .service_part {
        padding: 50px 0 80px 0;
    }

    .pillars-title {
        font-size: 30px;
    }

    .scrolling-accomplishments {
        grid-template-columns: repeat(2, 1fr); /* Bascule sur 2 colonnes */
        gap: 24px;
    }
}


/* ==========================================================================
   RESPONSIVE DESIGN (MOBILES < 767px)
   ========================================================================== */
@media (max-width: 767px) {
    .scrolling-accomplishments {
        grid-template-columns: 1fr; /* Bascule sur 1 seule colonne */
        gap: 20px;
    }

    .pillars-header {
        margin-bottom: 35px;
    }

    .pillars-title {
        font-size: 24px;
    }

    .service_part .single_service_part .single_service_text {
        padding: 35px 20px; /* Moins de padding sur les côtés pour gagner de la place */
    }
}
/******** portfolio part css start **********/
/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part {
  position: relative;
  z-index: 1;
}

/* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ea5267;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 22, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item .portfolio_hover_text i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 37, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item:hover:after {
  opacity: .5;
  padding: 10px;
}

/* line 42, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item:hover .portfolio_hover_text i {
  opacity: 1;
}

/* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-sizer,
.portfolio_part .grid-item {
  width: 33.33%;
}

@media (max-width: 991px) {
  /* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-sizer,
  .portfolio_part .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  /* line 49, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-sizer,
  .portfolio_part .grid-item {
    width: 100%;
  }
}

/* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .grid-item {
  float: left;
  height: 350px;
}

@media (max-width: 991px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-item {
    height: auto;
  }
}

@media (max-width: 575px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .grid-item {
    height: auto;
  }
}

/* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .big_weight {
  width: 66.66%;
}

@media (max-width: 991px) {
  /* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_weight {
    width: 50%;
  }
}

@media (max-width: 575px) {
  /* line 69, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_weight {
    width: 100%;
  }
}

/* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part .big_height {
  height: 700px;
}

@media (max-width: 991px) {
  /* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_height {
    height: auto;
  }
}

@media (max-width: 575px) {
  /* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .big_height {
    height: auto;
  }
}

/* line 87, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.portfolio_part img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  /* line 92, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .btn_2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 98, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .btn_2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
  .portfolio_part .btn_2 {
    margin-bottom: 30px;
  }
}

/* line 110, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.project_details ul {
  margin-top: 15px;
}

/* line 112, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.project_details ul li {
  margin-bottom: 8px;
}

/* line 114, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_portfolio_part.scss */
.project_details ul li a {
  color: #0a0b4d;
  font-size: 16px;
  font-weight: 500;
}

/**************** review_part css start ****************/
/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part {
  background-color: #0d0f5b;
}

/* line 5, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_part .client_review_img {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_part .client_review_img img {
  max-width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_single .client_review_text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

/* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_single .client_review_text h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 6px;
  line-height: 15px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  /* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
  .review_part .client_review_single .client_review_text h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
  .review_part .client_review_single .client_review_text h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
  .review_part .client_review_single .client_review_text h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}

/* line 46, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .client_review_single .client_review_text h4 span {
  font-family: var(--font-primary);
  font-size: 14px;
  color: #555555;
}

/* line 55, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .review_icon i {
  color: #0a0b4d;
}

/* line 60, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .owl-dots {
  text-align: center;
  margin-top: 75px;
}

/* line 63, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  margin: 5px;
  border: 1px solid #fff;
}

/* line 71, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_review.scss */
.review_part .owl-dots .active {
  background-color: #fff;
}

/********** philosophy part css start************/
/* line 4, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_text h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ea5267;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_text h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 20px 0 30px;
}

@media (max-width: 991px) {
  /* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
  .philosophy_part .philophy_text h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

/* line 18, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_text p {
  font-size: 16px;
  color: #5b5b5b;
  margin-top: 20px;
}

/* line 24, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_img {
  margin-top: 30px;
}

/* line 26, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_philosophy_part.scss */
.philosophy_part .philophy_img img {
  width: 100%;
}

/******** related project css *******/
/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
  .related_project .single_project_details {
    margin-bottom: 30px;
  }
}

/* line 10, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ea5267;
  content: "";
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 23, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details .portfolio_hover_text i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 38, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details:hover:after {
  opacity: .5;
  padding: 10px;
}

/* line 43, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_related_project.scss */
.related_project .single_project_details:hover .portfolio_hover_text i {
  opacity: 1;
}

/*=================== contact banner start ====================*/
/* line 3, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 6, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 9, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 17, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 23, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ea5267;
}

/* line 29, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 38, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 46, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 50, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 54, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .contact-section .btn_4 {
  margin-bottom: 0px !important;
}

/* line 58, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 66, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 71, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 77, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 94, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 109, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 118, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 123, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 75, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.sample-text-area p {
  color: #000;
}

/* line 83, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.whole-wrap p {
  color: #000;
}

/* line 87, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 92, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ea5267;
}

/* line 100, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 104, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 108, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 112, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 116, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 120, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 124, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 134, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 144, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-area {
  background: #fff;
}

/* line 145, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 153, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 156, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 162, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 173, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 176, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 180, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 183, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 186, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 189, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 192, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 195, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 202, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 206, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 210, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 215, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 218, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 224, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #ea5267;
  border: 1px solid transparent;
}

/* line 228, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary:hover {
  color: #ea5267;
  border: 1px solid #ea5267;
  background: #fff;
}

/* line 234, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary-border {
  color: #ea5267;
  border: 1px solid #ea5267;
  background: #fff;
}

/* line 238, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ea5267;
  border: 1px solid transparent;
}

/* line 244, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 248, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 254, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 258, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 264, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 268, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 274, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 278, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 284, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 288, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 294, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 298, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 304, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 308, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 314, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 318, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 324, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 329, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 335, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 340, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 346, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 354, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ea5267;
}

/* line 360, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 364, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 368, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 372, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 375, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 378, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 382, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 384, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 394, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 398, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 406, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 411, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 415, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 418, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 421, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 424, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 427, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 430, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 433, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 436, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 439, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 448, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 456, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 462, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 466, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ea5267;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 480, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 482, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ea5267;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 487, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 495, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ea5267;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 501, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 509, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ea5267;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 515, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 522, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 530, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 535, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 537, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 542, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 547, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 552, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 562, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 567, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 575, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ea5267;
}

/* line 581, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 589, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 595, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 603, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 609, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 616, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 626, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ea5267;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 639, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 646, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 653, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 662, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 670, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 684, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 700, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 703, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-switch input:checked + label:before {
  background: #ea5267;
}

/* line 711, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 718, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 727, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 735, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 749, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 765, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 768, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 776, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 783, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 792, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 805, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 813, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 820, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 829, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 842, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 850, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 857, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 866, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 878, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 883, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 891, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 898, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 907, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 920, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 928, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 935, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 944, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 957, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 965, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 972, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 981, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 993, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 998, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 1006, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1008, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1015, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1022, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1029, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ea5267;
  background: transparent;
}

/* line 1033, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ea5267;
  background: transparent;
}

/* line 1040, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1044, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1049, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1052, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1060, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1067, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1074, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #ea5267;
  background: transparent;
}

/* line 1078, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #ea5267;
  background: transparent;
}

/* line 1085, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1089, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1093, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1096, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1100, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1103, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1106, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part {
  background-color: #0a0b4d;
  position: relative;
  z-index: 1;
}

/* line 6, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  background-size: contain;
  top: 0;
  z-index: -1;
  background: url(../img/footer_overlay_2.png) top right no-repeat;
}

/* line 18, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  background-size: contain;
  top: 0;
  z-index: -1;
  background: url(../img/footer_overlay_1.png) top right no-repeat;
}

/* line 30, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_text {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  /* line 30, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_text {
    margin-bottom: 15px;
  }
}

/* line 35, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_text span {
  color: #ea5267;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-block;
}

/* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_text h2 {
  font-size: 36px;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 41, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_text h2 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  /* line 30, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_text {
    text-align: center;
  }
}

/* line 52, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_btn {
  text-align: right;
}

@media (max-width: 991px) {
  /* line 52, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_btn {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* line 60, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .footer_menu a {
  color: #fff;
  margin-right: 15px;
}

@media (max-width: 991px) {
  /* line 59, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .footer_menu {
    text-align: center;
  }
}

/* line 68, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .social_icon {
  text-align: right;
}

@media (max-width: 991px) {
  /* line 68, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .social_icon {
    text-align: center;
    margin-top: 30px;
  }
}

/* line 74, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .social_icon a {
  color: #fff;
  margin-left: 20px;
}

/* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
.footer_Part .copyright_part {
  padding: 140px 0 40px;
}

@media (max-width: 991px) {
  /* line 79, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_footer.scss */
  .footer_Part .copyright_part {
    padding: 70px 0 40px;
  }
}

/* line 2, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 0;
  /* background-color: #0d0f5b; */
  background-image: url("../img/gladimy-cover.jpg");
  background-size: cover; /* Ajustez l'image pour couvrir toute la section */
  background-position: center; /* Centrez l'image */
  background-repeat: no-repeat;
}

/* line 7, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  background-size: contain;
  top: 0;
  background-color: var(--text-color); /* Couleur de l'overlay avec transparence */
  opacity: 85%;
  z-index: -1; /* Placez l'overlay au-dessus de l'image */
  /* z-index: -1;
  background: url(../img/banner_overlay_1.png) top left no-repeat; */
}

/* line 19, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
/* .breadcrumb:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  background-size: contain;
  top: 0;
  z-index: -1;
  background: url(../img/banner_overlay_2.png) top left no-repeat;
} */

/* line 31, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner {
  height: 450px;
  width: 100%;
  display: table;
}

/* line 36, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
  display: table-cell;
  vertical-align: middle;
}

/* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
  color: var(--bg-color);
  font-family: var(--font-secondary);
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  
}

@media (max-width: 575px) {
  /* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 40, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
  .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-size: 40px;
  }
}

/* line 62, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
}

/* line 68, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
  margin: 0px 5px;
  font-size: 12px;
}

/* line 78, /Applications/MAMP/htdocs/palash/cl/july 2019/july/195 Resume/195 resume html/sass/_breadcrumb.scss */
.breadcrumb {
  margin-bottom: 0px !important;
}

/* About */
/* 1 */
/* Styles de la section d'en-tête */
.profile-header-section {
    font-family: var(--font-secondary);
    padding-top: 20px;
    text-align: center;
    background-color: #f7f9fc; /* Fond clair au-dessus de la barre bleue */
}

/* --- Onglets de navigation --- */
.profile-navigation {
    width: 100%;
    margin-top:190px ;
    padding: 26px 80px;
    margin-bottom: 20px;
}

.nav-tab {
    background: none;
    border: none;
    padding: 8px 15px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    color: #666;
    transition: color 0.3s;
}

.nav-tab.active {
    color: #020617; /* Bleu pour l'onglet actif */
    border-bottom: 2px solid #020617;
}

/* --- Contenu principal (Titre et Description) --- */
.main-content-area {
    max-width: 1200px;
    height: 350px;
    margin: 0 auto;
    padding: 0 20px 190px;
}

.text-intro h1 {
    font-size: 2.5em;
    font-family: var(--font-secondary);
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.text-intro span {
    
    color: var(--primary-color);
}

.text-intro p {
    font-size: 1.1em;
    color: var(--secondary-color);
    font-family: var(--font-primary);
    text-align: justify;   /*Corrige l’alignement du texte */
    line-height: 1.5;
    max-width: 700px;
}

/* --- Zone sombre (Image et Cartes) --- */
.dark-info-area {
    background-color: #002244; /* Fond bleu foncé */
    padding-top: 40px;
    color: #fff;
    height: 629px;
    
}

.info-layout-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    align-items: flex-start; /* Aligner les cartes et l'image en haut */
}

/* Colonne des cartes (gauche) */
.cards-column {
    position: absolute;
    width: 100%;
    top: 10%;
    flex: 1; /* Prend la majeure partie de l'espace horizontal */
    padding-right: 0px;
    padding-bottom: 40px; /* Espace sous les cartes */
}

/* Conteneur des deux petites cartes du bas */
.small-cards-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

/* Colonne de l'image (droite) */
.image-column {
    flex: 0 0 350px; /* Largeur fixe pour l'image */
    height: 870px; /* Hauteur définie pour contenir l'image */
    width: 100%;
    position: relative;
    overflow: visible;
    margin-top: -195px; /* Pour faire remonter l'image et qu'elle chevauche le fond blanc */
    margin-left: 690px;
}

.profile-image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: visible;
    background-position: center top;
    background-repeat: no-repeat;
}

.profile-image-container img {
    max-width: 450px; /* nouvelle taille max */
    height: auto; /* proportions préservées */
}
/* --- Styles des Cartes --- */
.info-card {
    background-color: #fff;
    color: #333;
    text-align: justify;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Carte Origines (large) */
.origin-card {
    min-height: 100px;
    max-width: 650px; /* Limiter sa largeur pour s'aligner sur les deux cartes du bas */
}

/* Cartes Domaines et Rôles clés */
.domaine-card, .roles-card-exp {
    flex: 1;
    position: absolute;
    z-index: 5;
    left: 45%;
    right: 4%;
    max-width: 100px;
    text-align: start;
    top:65%;
}


.info-number {
    font-size: 36px;
    font-family: var(--font-primary);
    color: #1a73e8; /* bleu */
    margin: 0 0 10px 0;
    font-weight: 700;
    text-align: start;
}

.info-text {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    text-align: justify;
    margin: 0;
}

.card-title {
    font-size: 1em;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card li {
    font-size: 1em;
    line-height: 1.6;
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.info-card li::before {
    content: '—';
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Responsive pour mobile */
@media (max-width: 992px) {
 /* Cacher l'image de profil sur petit écran */
  .profile-image-container img {
      display: none;
  }

  /* Adapter la zone d'information */
  .dark-info-area {
      height: auto !important;      /* s'ajuste automatiquement au contenu */
      overflow: visible !important; /* ne coupe plus les div internes       */
      padding-bottom: 20px;         /* sécurité si certains éléments ont des margins négatives */
  }

    .info-layout-wrapper {
        flex-direction: column; /* Empiler les colonnes */
    }

    .cards-column {
        padding-right: 0;
        order: 2; /* Cartes après l'image sur mobile */
    }

    .image-column {
        flex: none;
        width: 100%;
        height: 400px; /* Réduire la hauteur sur mobile */
        margin-top: 0; /* Pas de chevauchement sur mobile */
        order: 1; /* Image en premier */
        padding-bottom: 20px;
    }

    .small-cards-row {
        flex-direction: column;
    }
}

/* 2 */
/* Styles généraux pour la section et le contexte */
.profile-details-section {
    padding: 0;
    font-family: var(--font-secondary);
}

.dark-background-area {
    background-color: #002244; /* Couleur de fond bleu foncé/marine (similaire à l'image) */
    color: #fff;
    padding: 40px 20px;
    display: flex; /* Utiliser Flexbox pour aligner les éléments à l'intérieur */
    flex-direction: column;
}

.context-text-area {
  background-color: #0a0819 !important;
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    text-align: start;
    color: #f1f1f1;
    border-radius: 30px;
}
.context-text-area h3 {
  color: #ffffff;
}

.location-tag {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    color: #99aacc; /* Couleur claire pour le tag */
    margin-bottom: 10px;
}

.context-text-area h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.context-text-area p {
    font-size: 1em;
    color: #cccccc;
}

/* Conteneur Flexbox pour les deux cartes d'information */
.info-cards-container {
    display: flex;
    gap: 20px; /* Espace entre les deux cartes */
    flex-wrap: wrap; /* Permet aux cartes de passer à la ligne sur mobile */
}

/* Style de base pour les cartes d'information */
.info-card {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1; /* Permet aux cartes de prendre une part égale de l'espace */
    min-width: 280px; /* Largeur minimale pour éviter qu'elles ne soient trop étroites */
}

.card-title {
    font-size: 1em;
    font-weight: bold;
    color: #007bff; /* Couleur d'accentuation pour le titre (bleu) */
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

/* Style des listes dans les cartes */
.info-card ul {
    list-style: none; /* Supprime les puces par défaut */
    padding: 0;
    margin: 0;
}

.info-card li {
    font-size: 1em;
    line-height: 1.6;
    position: relative;
    padding-left: 15px; /* Espace pour la puce personnalisée */
    margin-bottom: 5px;
}

/* Puce personnalisée (le tiret) */
.info-card li::before {
    content: '—'; /* Le tiret comme puce */
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #007bff; /* Couleur de la puce */
}

/* Media Query pour les petits écrans */
@media (max-width: 600px) {
    .info-cards-container {
        flex-direction: column; /* Les cartes s'empilent verticalement sur mobile */
    }

    .info-card {
        min-width: 100%;
    }
}

/* -----------------------------------------------------------
   RESPONSIVE — ACTIVÉ UNIQUEMENT SOUS 1000px
   Desktop reste EXACTEMENT COMME IL EST
----------------------------------------------------------- */
@media (max-width: 1000px) {

  .dispay-none-mobile {
      display: none !important;
  }

  /* Masquer complètement la photo */
  .profile-image-container img {
      display: none !important;
  }

  /* La zone sombre doit s’adapter au contenu */
  .dark-info-area {
      height: auto !important;
      overflow: visible !important;
      padding-bottom: 40px;
  }

  /* Le layout passe en colonne */
  .info-layout-wrapper {
      flex-direction: column !important;
      gap: 20px;
  }

  /* La colonne des cartes revient avant l’image */
  .cards-column {
      order: 1;
      position: relative !important;
      width: 100%;
      padding-right: 0;
      top: auto !important;
  }

  /* La colonne Image devient juste un espace vide */
  .image-column {
      order: 2;
      width: 100% !important;
      height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden !important;
  }

  /* Les petites cartes s’empilent */
  .small-cards-row {
      flex-direction: column;
      gap: 20px;
  }

  /* La carte expérience ne flotte plus dans l'image */
  .roles-card-exp {
      position: relative !important;
      bottom: auto !important;
      right: auto !important;
      width: 100% !important;
      margin-top: 20px;
  }

  .exp-card-subtitle{
    font-family: var(--font-secondary);
    font-weight: 900;
    color: #001645 !important;
  }
 .v-card .exp-card-text{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 12px;
    color: #001645 !important;
  }

  /* Titres et textes légèrement réduits */
 .v-card .text-intro h1 {
      font-size: 1.8em;
  }
}




/* about 2 end */

/* About 3 start */

.vision-section {
    padding: 110px 0;
    font-family: var(--font-secondary);
}

.vision-container {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
}

/* Texte de gauche */
.vision-text {
    flex: 1;
}

.vision-text h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: var(--font-secondary);
    margin-bottom: 20px;
}

.vision-text h2 span {
    color: #0066FF;
}

.vision-text p {
    color: #555;
    font-family: var(--font-primary);
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 18px;
    font-size: 16px;
}

/* Cartes de droite */
.vision-cards {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.v-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 22px;
    margin-top: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9e9e9;
}

.v-card h3 {
    font-size: 12px;
    color: #0066FF;
    font-family: var(--font-secondary);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.v-card p {
    font-size: 14px;
    font-family: var(--font-primary);
    font-weight: 400;
    color: #555;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
    .vision-container {
        flex-direction: column;
    }

    .vision-cards {
        grid-template-columns: 1fr;
    }
}

/* About 3 End */

/* About 4 start */

.section-container {
    width: 100%;
    padding-top: 100px;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color:#0066FF;
    font-family: var(--font-secondary);
}

.section-subtitle {
    font-size: 0.95rem;
    color: #6B7280;
    margin-bottom: 25px;
    font-family: var(--font-primary);
    font-weight: 500;
}

.center {
    text-align: center;
}

/* -----------------------
   2. ACCORDÉONS
------------------------ */
.accordion-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    overflow: hidden;
}

.accordion-btn {
    width: 100%;
    background: #fff;
    padding: 18px;
    font-size: 1rem;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-btn .icon {
    font-size: 22px;
    color: #1E40AF;
}

.accordion-content {
    padding: 0 18px 0 18px;
    font-size: 0.95rem;
    color: #4B5563;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
}

.accordion-content h3 {
   font-family: var(--font-secondary);
   font-weight: 700;
   color: #0066FF;
}
.accordion-content p{
   font-family: var(--font-secondary);
   font-weight: 700;
   color: #1e1e1e;
}

.accordion-content.open {
    padding: 0 18px 16px;
    max-height: 200px;
}


@media (min-width: 768px) {
    /* Nous conservons uniquement les styles de typographie responsifs */

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1.05rem;
    }
}

.section-engagement h2 {
    font-size: 25px;
    font-weight: 700;
    font-family: var(--font-secondary);
    margin-bottom: 20px;
    color: #0066FF;
}
.section-engagement .container{
  overflow: visible;
}

.section-engagement p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary);
    margin-bottom: 20px;
}


.section-engagement ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary);
    margin-bottom: 10px; 
     }



/* About 4 end */

.programmes {
  padding: 40px 5%;
  background: #f4f7fb;
}

.container-programmes {
  max-width: 1300px;
  margin: ;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TEXTE */
.tag {
  color: #2f60ff;
  font-weight: bold;
  font-family: var(--font-primary);
  margin-bottom: 10px;
  display: inline-block;
}
.content{
  height: 100%;
  padding-top: 80px;
}

.content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: var(--font-secondary);
  font-weight: 700;

}

.content h1 span {
  color: #2f60ff;
}

.content p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1.7;
}

/* GRILLE IMAGES */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.3s ease;
  cursor: pointer;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .container-programmes {
    grid-template-columns: 1fr;
  }

  .content h1 {
    font-size: 36px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ... (Le CSS du body, programmes, tag, content reste le même) ... */

/* Conteneur principal (Texte + Images) */


/* Redéfinir la largeur du texte et du conteneur d'images */
.content {
    /* 40% pour le texte */
    flex-basis: 40%; 
}

/* GRILLE D'IMAGES DÉFILANTE */
.gallery-container {
    /* 60% pour la grille */
    flex-basis: 60%; 
    /* Définit la "fenêtre" visible et cache ce qui déborde */
    height: 125vh !important; 
    overflow: hidden;
    position: relative; /* Pour positionner les images si besoin, mais surtout pour le JS */
    border-radius: 12px;
}

/* Conteneur des 3 colonnes, positionnées côte à côte */
.gallery-columns {
    display: flex;
    justify-content: space-between;
    height: 100%; /* S'assurer que le conteneur prend toute la hauteur de la fenêtre */
    gap: 15px;
}

/* Les colonnes individuelles */
.column {
    /* Chaque colonne prend 1/3 de la largeur disponible */
    width: calc(33.333% - 10px); /* Ajuster pour le gap */
    /* CRUCIAL : La colonne doit être plus haute que la fenêtre pour permettre le défilement */
    /* La hauteur réelle sera calculée par le JS, mais cela sert de base */
    height: auto; 
    /* Les images ne doivent pas être cachées ici, seulement dans .gallery-container */
    display: flex; /* Utiliser flex pour empiler les images verticalement */
    flex-direction: column;
    gap: 15px; /* Espacement entre les images dans la colonne */
    padding: 0;
}

/* Styles des Images */
.column img {
    width: 100%;
    /* Hauteur fixe ou aspect ratio pour l'uniformité visuelle */
    height: 180px; 
    object-fit: cover;
    border-radius: 12px;
    transition: 0.3s ease;
    cursor: pointer;
    /* Enlever le hover: scale si le défilement est en cours pour éviter les saccades */
    transition: none; 
}

/* RETIRER LE RESPONSIVE PRÉCÉDENT */
@media (max-width: 900px) {
  .container-programmes {
    flex-direction: column; /* Empiler Texte puis Grille sur petits écrans */
  }

  .content, .gallery-container {
    flex-basis: 100%; 
  }

  .content h1 {
    font-size: 36px;
  }
}

/* Start about section 3  */

.stats-section {
    background-color: var(--bg-section);
    border-bottom: 2px solid var(--accent-color); /* Couleur de fond bleu très foncé */
    padding: 20px 0; /* Espacement vertical */
}

.stats-section .container {
    max-width: 1200px; /* Largeur maximale du contenu */
    margin: 0 auto; /* Centrer le conteneur */
}

.stats-intro-text {
    color: #5384d9; /* Couleur gris clair pour le texte d'intro */
    font-size: 0.85rem;
    font-family: var(--font-primary);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px; /* Espace sous le texte d'intro */
    text-align: center;
}


.stat-item {
    padding: 20px 55px;
    
    /* Ajustez l'espacement entre les blocs si nécessaire, ici Bootstrap `col-md-4` le gère */
}

.stat-number {
    font-size: 3.5rem; /* Grande taille pour les chiffres */
    font-weight: 700; /* Gras */
    font-family:var(--font-secondary);
    color: #007bff; /* Couleur bleue d'accentuation pour les chiffres */
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: start;
} 

.stat-description span {
    color: var(--accent-color); /* Couleur bleue d'accentuation pour les mots clés */
    font-weight: 700;
}

.stat-description {
    font-size: 1rem;
    color: var(--text-color); /* Couleur gris clair pour les descriptions */
    line-height: 1.6;
    font-family: var(--font-primary);
    text-align: start;
    font-weight: 500;
    max-width: 280px; /* Limite la largeur du texte pour éviter qu'il ne s'étire trop */
    margin-left: auto;
    margin-right: auto; /* Centrer le paragraphe dans son conteneur */
}

/* Responsive pour les petits écrans */
@media (max-width: 768px) {
    .stats-section {
        padding: 50px 0;
    }

    .stat-number {
        font-size: 3rem; /* Légèrement plus petit sur mobile */
    }

    .stat-item {
        margin-bottom: 40px; /* Plus d'espace entre les éléments empilés */
    }
    .gallery-container {
    display: none;
}

    .stat-item:last-child {
        margin-bottom: 0; /* Pas de marge sous le dernier élément */
    }
}

/*Section Projet */

.projects {
  width: 100%;
  max-width: 1300px;
  margin: 80px auto;
}

.projects h2 {
  font-size: 34px;
  font-family: var(--font-secondary);
  font-weight: 700;
  color: #0b1c36;
  margin-bottom: 5px;
}

.subtitle {
  color: #555;
  font-family: var(--font-primary);
  font-weight: 500;
  margin-bottom: 30px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filters button {
  padding: 10px 18px;
  border-radius: 20px;
  border: none;
  font-family: var(--font-primary);
  background: #e9efff;
  cursor: pointer;
  font-size: 14px;
}

.filters button.active {
  background: #3b5cff;
  color: white;
}

/* GRID */
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* Style pour le bouton actif (exemple) */
.filters button.active {
    background-color: #007bff; /* Couleur de votre choix */
    color: white;
    border: 1px solid #007bff;
}

/* Style de base pour les boutons inactifs */
.filters button {
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    /* Ajoutez ici votre style de bouton par défaut */
}

/* Style pour la grille, si vous voulez des colonnes */
.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px; /* Espace entre les cartes */
}

/* CARD */
.project-card {
  background: white;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
  display: flex;
    flex-direction: column;
      overflow: hidden;
}
/*  */


.project-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.project-content {
    padding: 1.25rem;
}

/* Styles des badges par couleur */
.badge.blue   { background-color: #e3f2fd; color: #0d47a1; }
.badge.green  { background-color: #e8f5e9; color: #1b5e20; }
.badge.orange { background-color: #fff3e0; color: #e65100; }
.badge.purple { background-color: #f3e5f5; color: #4a148c; }
.badge.red    { background-color: #ffebee; color: #b71c1c; }
/*  */

.project-card:hover {
  transform: translateY(-5px);
}

.project-card h3 {
  margin: 15px 0;
  color: #101828;
  font-family: var(--font-secondary);
  font-weight: 600;
}

.project-card p {
  font-family: var(--font-primary);
  font-size: 15px;
  text-align: start;
  line-height: 1.6;
  color: #555;
}

.tags {
  margin: 20px 0 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tags span {
  background: #f1f4ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  color: #3b5cff;
}

.stats {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.link {
  color: #3b5cff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

/* BADGES */
.badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: white;
}

.blue { background: #3b5cff; }
.green { background: #0bb07b; }
.violet { background: #7c3aed; }
.orange { background: #f59e0b; }
.red { background: #ef4444; }
.dark { background: #111827; }

/* RESPONSIVE */
@media(max-width: 900px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}


/* ================== CTA SECTION ================== */
.cta-section {
  width: 100%;
  padding: 120px 20px;
  background: radial-gradient(circle at top, #1a274a, #0a0f23);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cta-content {
  max-width: 900px;
}

.cta-content h2 {
  color: white;
  font-size: 42px;
  font-family: var(--font-secondary);
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  font-family: var(--font-primary);
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ================== btn BOUTONS ================== */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn {
  padding: 16px 28px;
  border-radius: 40px;
  font-size: 15px;
  text-decoration: none;
  border: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary {
  background: #0066FF;
  color: #f1f1f1;
  border: none;
}

.btn-primary:hover {
  background: #0a0b4d;
  transform: translateY(-2px);
}
.btn-secondary {
  background: #0066FF;
  color: #f1f1f1f1;
  border: none;
}
.btn-white {
  background: #f1f1f1;
  color: #000;
  border: none;
}
.btn-white:hover {
  background: #0066FF;
  color: #f1f1f1;
  border: none;
}

.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.4);
  color: white;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

/* ================== FOOTER ================== */
/* ================== FOOTER GLOBAL ================== */
.site-footer {
  width: 100%;
  background: var(--text-color);
  color:var(--bg-color);
  font-family: var(--font-primary, system-ui, -apple-system, sans-serif);
  font-weight: 700px;
  padding: 60px 0 30px 0;
  border-top: 1px solid #f1f5f9;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* ================== BRAND SECTION ================== */
.brand-name {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bg-color);
  letter-spacing: -0.5px;
}

.brand-description {
  margin-top: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--bg-color);
  max-width: 320px;
}

/* ================== COLONNES & LIENS ================== */
.col-title {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--bg-color);
  margin-bottom: 20px;
}

.footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-col ul li {
  margin-bottom: 12px;
}

.footer-links-col ul li a {
  color:var(--bg-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.footer-links-col ul li a:hover {
  color: var(--primary-color);
  transform: translateX(3px);
}

/* ================== BOUTON TÉLÉPHONE (EFFET HOVER NOIR) ================== */
.contact-subtext {
  font-size: 0.9rem;
  color: var(--border-color);
  margin-bottom: 12px;
}

.footer-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  background-color: #f8fafc;
  color: var(--text-color);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* EFFET HOVER : FOND NOIR + TEXTE BLANC */
.footer-phone-link:hover {
  background-color: #0f172a; /* Fond noir sombre */
  color: #ffffff;            /* Texte blanc */
  border-color: #0f172a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

.footer-phone-link i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.footer-phone-link:hover i {
  transform: scale(1.1);
}

/* ================== DIVIDER & BOTTOM ================== */
.footer-divider {
  border: none;
  height: 1px;
  background-color: var(--accent-color);
  margin: 30px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
}

/* ================== RÉSEAUX SOCIAUX ================== */
.social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f5f9;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.social-icon:hover {
  background-color: var(--accent-color);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

/* ================== RESPONSIVE ================== */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .brand-description {
    margin: 12px auto 0 auto;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer-links-col ul li a:hover {
    transform: none;
  }

  .footer-phone-link {
    justify-content: center;
    width: 100%;
  }
}

/* Google Translate */
/* --- Masquer tout ce qui vient de Google Translate --- */

/* Supprime logos, textes, images, liens Google */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget img,
.goog-te-gadget-simple,
.goog-te-menu-value,
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-balloon-frame {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Supprime la barre "Traduction" qui s’affiche parfois en haut */
iframe.goog-te-banner-frame {
    display: none !important;
}

/* Empêche le body de descendre quand Google injecte sa bannière */
body {
    top: 0 !important;
}

/* Cache l’overlay translucide que Google met parfois */
.goog-te-overlay {
    display: none !important;
    background: none !important;
}

/* Cache l’énorme conteneur que Google ajoute au body */
.skiptranslate {
    display: none !important;
}

/* Cache menu flottant */
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-aZ2wEe {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Cache bouton "Select Language" automatique */
.goog-te-combo {
    display: none !important;
}

.distinction div{
margin-top: 25px;
}

/* About */

/* --- STRUCTURE DU HERO (AVEC PRÉFIXE ABOUT) --- */
.about-hero-section {
    position: relative;
    height: 85vh;
    min-height: 700px;
    width: 100%;
    font-family: var(--font-sans);
}

.about-hero-container {
    display: flex;
    height: 100%;
    width: 100%;
}

/* Bloc de gauche (Noir) */
.about-hero-left {
    flex: 4;
    background-color:  #ff5a1f;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
   

/* Bloc de droite (Rouge) */
.about-hero-right {
    flex: 6;
    background-color:  #f1f1f1; 
    /* background-color: ;  */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8%;
    text-align: center;
    padding-right: 15%;
}

/* Conteneur et Image principale */
.about-profile-img-container {
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.about-main-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(10%);
    display: block;
    position: relative;
    left:10%;
    z-index: 1;
}

/* Nom géant transparent en arrière-plan */
.about-big-name {
    position: absolute;
    top: 15%;
    left: -45%;
    right: -42%;
    font-size: 7.5vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: -2px;
    z-index: 1;
}

/* Bloc de contenu textuel */
.about-hero-content {
    color: #f1f1f1;
    z-index: 2;
    margin-top: 50px;
}

.about-quote {
    font-family: var(--font-secondary);
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-sub-text {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 500px;
    margin-bottom: 30px;
}

.about-learn-more {
    color: #f1f1f1;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* --- RESPONSIVE ADAPTATION --- */
@media (max-width: 992px) {
    .about-hero-container {
        flex-direction: column;
    }
    .about-hero-section {
        height: auto;
    }
    .about-hero-left, .about-hero-right {
        flex: none;
        width: 100%;
        padding: 60px 5%;
    }
    .about-big-name {
        font-size: 12vw;
        top: 5%;
        left: 5%;
    }
    .about-profile-img-container {
        width: 100%;
        height: 400px;
    }
}

/* ------------------------------------ */

/* Enveloppe générale */
.about-s2-sections-wrapper {
    background-color:  var(--text-color) !important;
    font-family: var(--font-primary) ;
    color: var(--bg-color);
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* ==========================================
   1. STYLE DE LA SECTION ABOUT
   ========================================== */
.about-s2-profile-section {
    padding: 120px 0 80px 0;
    position: relative;
}

.about-s2-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    display: table;
    padding: 0 2.5%;
    width: 100%;
    table-layout: fixed;
}

.about-s2-text-col {
    display: table-cell;
    width: 75%;
    vertical-align: top;
    padding-right: 8%;
}

.about-s2-image-col {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    position: relative;
}

/* Titre de section */
.about-s2-section-title {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: var(--primary-color);
    font-family: var(--font-secondary);
    text-transform: uppercase;
}

/* Paragraphes About */
.about-s2-text-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify;
    color: var(--bg-color);
    font-family: var(--font-primary);
}

/* Badge Réseaux Sociaux */
.about-s2-social-badge {
    position: absolute;
    top: -160px;
    left: -40px;
    z-index: 10;
}

.about-s2-btn-twitter {
    display: block;
    background-color: var(--about-s2-color-dark);
    color: var(--about-s2-color-white);
    text-decoration: none;
    padding: 12px 24px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-s2-social-icons {
    background-color: var(--about-s2-color-red);
    width: 40px;
    float: right;
}

.about-s2-icon {
    display: block;
    color: var(--about-s2-color-white);
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Carte Photo Flottante About */
.about-s2-floating-card {
    position: absolute;
    top: -230px;
    right: 5%;
    /* background-color: var(--about-s2-color-white); */
    padding: 15px;
    /* box-shadow: 0 30px 60px rgba(0,0,0,0.08); */
    z-index: 5;
    width: 330px;
}

.about-s2-secondary-photo {
    width: auto;
    height: 950px;
    display: block;
    filter: grayscale(100%);
    left: -30%;
    position: relative;
}


/* Grilles de points décoratives */
.about-s2-dot-grid-top {
    position: absolute;
    bottom: -60px;
    right: -20px;
    width: 220px;
    height: 220px;
    background-image: radial-gradient(rgba(0,0,0,0.08) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    z-index: 1;
}

.about-s2-experience-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.about-s2-experience-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: justify;
}

/* Ajoute un petit trait rouge stylisé devant chaque organisation */
.about-s2-experience-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--about-s2-color-red);
    font-weight: bold;
}

/* ==========================================
   2. STYLE DE LA SECTION CAREER
   ========================================== */

   /* Timeline Layout */
.timeline {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

/* La ligne centrale/latérale */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px; /* Sur mobile, collée à gauche */
    width: 3px;
    background: linear-gradient(180deg, #2563eb 0%, #3b82f6 100%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 60px;
}

/* Les puces / cercles sur la ligne */
.timeline-dot {
    position: absolute;
    left: 11px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
    background-color: #2563eb;
    transform: scale(1.2);
}

/* Style des dates */
.timeline-date {
    font-weight: 700;
    font-size: 0.8rem;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

/* Carte de contenu */
.timeline-content {
    background: #ffffff;
    font-family: var(--font-secondary);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf2f7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Badges */
.badge {
    display: inline-block;
    padding: 4px 12px;
    background-color: #eff6ff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 12px;
}

.badge-certif {
    background-color: #f0fdf4;
    color: #15803d;
}

/* Typography interne */
.institution {
    font-size: 1.1rem;
    color: #1e293b;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.degree {
    font-size: 1.25rem;
    color: #0f172a;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.description {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.certif-block {
    padding-top: 10px;
}

.certif-block:not(:last-child) {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

/* Responsive Desktop (Timeline centrée ou plus spacieuse) */
@media (min-width: 768px) {
    .timeline::before {
        left: 30px;
    }
    .timeline-item {
        padding-left: 80px;
    }
    .timeline-dot {
        left: 21px;
    }
    
    
}
/* ==========================================
   2. STYLE DE LA SECTION CAREER
   ========================================== */

   /* --- SECTION EXPÉRIENCES --- */
.xp-section {
    padding: 80px 20px;
    background-color: var(--text-color); /* Fond sombre moderne (modifiable en clair si besoin) */
    color: #f0f6fc;
    font-family: var(--font-primary)
}

.xp-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* En-tête */
.xp-header {
    margin-bottom: 50px;
    text-align: left;
}

.xp-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--accent-color);
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 20px;
    margin-bottom: 15px;
}

.xp-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.highlight-blue {
    color: var(--primary-color);
    background:var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.xp-lead {
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 650px;
}

/* Structure Body */
.xp-body {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Grille de cartes */
.xp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Style des Cartes */
.xp-card {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp-card:hover {
    transform: translateY(-4px);
    border-color: #38bdf8;
    box-shadow: 0 12px 30px -10px var(--primary-color);
}

.xp-card.xp-featured {
    border-color: rgba(56, 189, 248, 0.4);
    background: linear-gradient(145deg, #161b22 0%, #1c2331 100%);
}

.xp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.xp-tag {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 500;
}

.xp-tag-accent {
    color: #38bdf8;
}

.xp-metric {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 8px;
    background: var(--accent-color);
    border-radius: 6px;
    color: var(--bg-color);
}

.xp-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.xp-card-desc {
    font-size: 0.9rem;
    color: #8b949e;
    line-height: 1.5;
    margin: 0;
}

/* Galerie & Image */
.xp-gallery {
    position: sticky;
    top: 30px;
}

.xp-image-wrapper {
    position: relative;
    border-radius: 20px;
    height: 500px; 
    overflow: hidden;
    border: 1px solid #30363d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.xp-single-img {
    width: 100%;
    height:;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.xp-image-wrapper:hover .xp-single-img {
    transform: scale(1.03);
}

/* Responsivité */
@media (max-width: 992px) {
    .xp-body {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .xp-grid {
        grid-template-columns: 1fr;
    }
    .xp-title {
        font-size: 1.8rem;
    }
}
/* ==========================================
   2. STYLE DE LA SECTION Award
   ========================================== */
/* --- SECTION PRIX ET DISTINCTIONS (FOND BLANC) --- */
.section-awards {
    background-color: #ffffff;
    color: #1e293b;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* En-tête */
.badge-accent {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    color: #1e3a8a;
    background-color: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 20px;
  }

.title-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #1e3a8a, #3b82f6);
    border-radius: 2px;
}

/* Style des cartes de distinction */
.award-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
  
    flex-direction: column;
}

/* Animation au survol */
.award-card:hover {
    transform: translateY(-6px);
    border-color: #3b82f6;
    box-shadow: 0 20px 25px -5px rgba(30, 58, 138, 0.08), 0 8px 10px -6px rgba(30, 58, 138, 0.04);
}

/* En-tête de la carte avec accent de couleur */
.award-card-header {
    background-color: #f8fafc;
    padding: 14px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.award-year {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e3a8a;
    background-color: #ffffff;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.award-icon {
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Corps de la carte */
.award-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.award-org {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b;
    margin-bottom: 6px;
}

.award-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.award-desc {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

/* ==========================================
   2. STYLE DE LA SECTION CTA
   ========================================== */

   

/* ==========================================
   2. STYLE DE LA SECTION CAREER
   ========================================== */


.about-s2-career-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden !important;
}

.about-s2-career-container {
    max-width: 1200px;
    margin: 0 auto;
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden !important;
}

.about-s2-career-image-col {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    position: relative;
}

.about-s2-career-text-col {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding-left: 5%;
    padding-top: 40px;
}

/* Image principale Carrière */
.about-s2-career-photo-wrapper {
    width: 85%;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    position: relative;
    z-index: 3;
}

.about-s2-career-photo {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%);
    overflow: hidden;
}

.about-s2-dot-grid-left {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 180px;
    height: 300px;
    background-image: radial-gradient(rgba(0,0,0,0.08) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    z-index: 1;
}

/* Citation stylisée */
.about-s2-career-quote-icon {
    font-family: var(--about-s2-font-serif);
    font-size: 4rem;
    color: rgba(0,0,0,0.1);
    display: block;
    line-height: 1;
    margin-bottom: -15px;
}

.about-s2-career-quote {
    font-family: var(--about-s2-font-sans);
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--about-s2-color-dark);
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: uppercase;
}

/* Corps de texte de Carrière */
.about-s2-career-title {
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--about-s2-color-dark);
    margin-bottom: 25px;
    text-transform: uppercase;
}

.about-s2-career-description p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify;
    color: #ea580c;
}


/* ==========================================
   3. ADAPTATION POUR ÉCRANS MOBILES
   ========================================== */
@media (max-width: 992px) {
    .about-s2-profile-container,
    .about-s2-career-container {
        display: block;
        padding: 0 20px;
    }
    
    .about-s2-text-col,
    .about-s2-image-col,
    .about-s2-career-image-col,
    .about-s2-career-text-col {
        display: block;
        width: 100%;
        padding: 0;
    }

    .about-s2-social-badge {
        position: relative;
        top: 0;
        left: 0;
        margin: 30px 0;
        display: inline-block;
    }

    /*.about-s2-floating-card {*/
    /*    position: relative;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    margin: 0 auto;*/
    /*    width: 100%;*/
    /*    max-width: 340px;*/
    /*}*/
    .about-s2-floating-card {
        display:none;
    }

    .about-s2-career-photo-wrapper {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 40px auto;
    }
    
    .about-s2-career-text-col {
        padding-top: 20px;
    }
}
/* about */

/* Conteneur principal */
.profile-container {
  width: 100%;auto;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* 1. Section Couverture */
.cover-section {
  width: 100%;
  min-height: 380px;
  position: relative;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Overlay Noir (Optionnel : vous pouvez réduire l'opacité à 0.3 ou 0.4 si vous voulez encore plus dégager la photo) */
.cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/
  /* Opacité baissée pour mieux voir l'image */
  z-index: 2;
}

/* Texte ancré en bas à droite */
.cover-content {
  position: absolute; /* Passe en absolute pour pouvoir ancrer en bas à droite */
  bottom: 0px;       /* Marge depuis le bas */
  right: 0px;        /* Marge depuis la droite */
  z-index: 3;
  color: var(--text-color);
  text-align: right;  /* Aligne le texte à droite pour un rendu plus propre */
  padding: 20px;
  max-width: 500px;   /* Réduit la largeur max pour éviter qu'il ne prenne toute l'image */
}

.cover-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #f0f2f5;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cover-quote {
  font-size: 1.05rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
  color: #e4e6eb;
}

.cover-author {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}

/* 2. Section En-tête (Photo + Profil) */
.profile-header {
  padding: 0 32px 20px 32px;
  position: relative;
}

/* 3. Photo de Profil Circulaire */
.avatar-wrapper {
  position: relative;
  width: 168px;
  height: 168px;
  margin-top: -84px; /* Remonte sur la couverture */
  margin-bottom: 16px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  z-index: 4;
}

.avatar-img {
  width: 100%;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
}

/* Details & Boutons */
.profile-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}

.profile-name {
  font-size: 2rem;
  font-weight: 700;
  color: #050505;
}

.profile-stats {
  color: #65676b;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 4px;
}

.profile-bio {
  color: #050505;
  font-size: 0.9375rem;
  margin-top: 8px;
}

.profile-actions {
  display: flex;
  gap: 8px;
}

.btn {
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
}

.btn-primary {
  background-color: #1877f2;
  color: #ffffff;
}

.btn-secondary {
  background-color: #e4e6eb;
  color: #050505;
}

/* --- RESPONSIVE (Mobiles) --- */
@media (max-width: 768px) {
  .cover-section {
    min-height: 300px;
  }

  .cover-content {
    padding: 20px 16px 50px 16px;
  }

  .cover-title {
    font-size: 1.3rem;
  }

  .cover-quote {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .profile-header {
    padding: 0 16px 16px 16px;
    text-align: center;
  }

  .avatar-wrapper {
    width: 132px;
    height: 132px;
    margin-top: -66px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-details {
    flex-direction: column;
    align-items: center;
  }

  .profile-actions {
    width: 100%;
    justify-content: center;
  }
}

/* -======Project page */

/* --- HERO SECTION --- */
        .hero-project {
            position: relative;
            width: 100%;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 8%;
            overflow: hidden;
        }

        /* --- ARRIÈRE-PLANS --- */
        .hero-backgrounds-project {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .hero-bg-project {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 1s ease-in-out, transform 1.2s ease-in-out;
            transform: scale(1.05);
        }

        .hero-bg-project.active-project {
            opacity: 1;
            transform: scale(1);
            z-index: 2;
        }

        /* Overlay sombre */
        .hero-backgrounds-project::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.6) 100%);
            z-index: 3;
        }

        /* --- TEXTE --- */
        .hero-text-project {
            position: relative;
            z-index: 10;
            max-width: 480px;
            font-family: var(--font-secondary);
        }

        .text-content-project {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease-out;
            font-family: var(--bg-section);
        }

        .text-content-project.active-project {
            opacity: 1;
            transform: translateY(0);
        }

        .subtitle-project {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--accent-color);
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: var(--font-secondary);

        }

        .subtitle-project::before {
            content: '';
            width: 20px;
            height: 2px;
            background-color: #fff;
        }

        .title-project {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.1;
            text-transform: uppercase;
            margin-bottom: 15px;
            letter-spacing: 1px;
            color: var(--bg-section);
            font-family: var(--font-secondary);
        }

        .description-project {
            font-size: 0.95rem;
            color: #cccccc;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .btn-discover-project {
            display: inline-block;
            padding: 12px 28px;
            border: 1px solid rgba(255,255,255,0.4);
            border-radius: 25px;
            color: #fff;
            text-decoration: none;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            backdrop-filter: blur(5px);
            background: rgba(255,255,255,0.1);
            transition: all 0.3s ease;
        }

        .btn-discover-project:hover {
            background: #fff;
            color: #000;
        }

        /* --- MINIATURES --- */
        .hero-thumbnails-project {
            position: relative;
            z-index: 10;
            display: flex;
            gap: 15px;
            align-self: flex-end;
            margin-bottom: 50px;
        }

        .thumb-card-project {
            position: relative;
            width: 140px;
            height: 210px;
            border-radius: 14px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);
            color: var(--bg-color);
        }

        .thumb-card-project img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .thumb-card-project .thumb-info-project {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 12px;
            background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 100%);
            box-sizing: border-box;
        }

        .thumb-card-project .thumb-sub-project {
            font-size: 0.65rem;
            text-transform: uppercase;
            opacity: 0.8;
            display: block;
        }

        .thumb-card-project .thumb-title-project {
            font-size: 0.85rem;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1.1;
        }

        .thumb-card-project:hover {
            transform: translateY(-8px);
        }

        .thumb-card-project:hover img {
            transform: scale(1.1);
        }

        .thumb-card-project.active-project {
            border-color: #fff;
            transform: translateY(-5px);
        }
        

        /* ===========POST===================== */

        /* ==========================================================================
   DESIGN DES SECTIONS ARTICLES & VIDÉOS GLADIMY JEAN
   ========================================================================== */

/* Structure Générale */
.content-section-post {
  padding: 80px 0;
  background-color: #f8fafc;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.videos-section-post {
  background-color: #ffffff;
}

/* En-têtes de Sections */
.section-header-post {
  margin-bottom: 45px;
  position: relative;
}

.section-title-post {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0b1a3d;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.section-title-post::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #0d6efd, #00d2ff);
  border-radius: 2px;
}

.videos-section-post .section-title-post::after {
  background: linear-gradient(90deg, #ff0000, #ff6b6b);
}

.section-subtitle-post {
  color: #64748b;
  font-size: 1.05rem;
  margin: 0;
}

/* Grille Responsive */
.grid-layout-post {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

/* --------------------------------------------------------------------------
   CARTES ARTICLES
   -------------------------------------------------------------------------- */
.article-card-post {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.article-card-post:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px rgba(11, 26, 61, 0.12);
}

.article-card-media-post {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-color: #e2e8f0;
}

.article-card-media-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-card-post:hover .article-card-media-post img {
  transform: scale(1.08);
}

.article-tag-post {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(11, 26, 61, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-card-content-post {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.article-title-post {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1e293b;
  margin-bottom: 20px;
  flex-grow: 1;
}

.btn-read-post {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d6efd;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.btn-read-post:hover {
  color: #0b1a3d;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   CARTES VIDÉOS YOUTUBE
   -------------------------------------------------------------------------- */
.video-card-post {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-card-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(255, 0, 0, 0.1);
}

.video-embed-responsive-post {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  background-color: #000;
}

.video-embed-responsive-post iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card-body-post {
  padding: 18px 20px;
  flex-grow: 1;
}

.video-card-title-post {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   PAGINATION
   -------------------------------------------------------------------------- */
.pagination-wrapper-post {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.page-btn-post {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background-color: #ffffff;
  color: #334155;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn-post:hover:not(:disabled) {
  background-color: #0b1a3d;
  color: #ffffff;
  border-color: #0b1a3d;
}

.page-btn-post.active {
  background-color: #0d6efd;
  color: #ffffff;
  border-color: #0d6efd;
}

.page-btn-post:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.dots-post {
  color: #94a3b8;
  padding: 0 6px;
}

.page-info-post {
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 15px;
}

/* --------------------------------------------------------------------------
   SECTION CTA (CALL TO ACTION)
   -------------------------------------------------------------------------- */
.cta-section-post {
  background: linear-gradient(135deg, #0b1a3d 0%, #1e3a8a 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cta-section-post::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
}

.cta-text-post {
  color: #cbd5e1 !important;
  font-size: 1.1rem;
  line-height: 1.6;
}

.btn-cta-post {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.btn-cta-light-post {
  background-color: #ffffff;
  color: #0b1a3d;
}

.btn-cta-light-post:hover {
  background-color: #f1f5f9;
  color: #0d6efd;
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-cta-primary-post {
  background-color: #0d6efd;
  color: #ffffff;
}

.btn-cta-primary-post:hover {
  background-color: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.3);
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   ANIMATIONS & RESPONSIVE
   -------------------------------------------------------------------------- */
@keyframes fadeInUpPost {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .content-section-post {
    padding: 50px 0;
  }

  .grid-layout-post {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }

  .section-title-post {
    font-size: 1.75rem;
  }

  .btn-cta-post {
    width: 100%;
  }
}

/* Review */


.reviews-section-gla-reviwe {
  width: 100%;
  padding: 40px 16px;
  overflow: hidden;
}

.reviews-container-gla-reviwe {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Header */
.reviews-subtitle-gla-reviwe {
  font-size: 14px;
  color: var(--text-muted-gla-reviwe);
  font-weight: 500;
}

.reviews-title-gla-reviwe {
  font-size: 32px;
  font-weight: 600;
  margin: 8px 0 12px;
}

.reviews-description-gla-reviwe {
  font-size: 15px;
  color: var(--text-muted-gla-reviwe);
  line-height: 1.6;
}

.reviews-badge-btn-gla-reviwe {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-top: 16px;
}

.reviews-badge-icon-gla-reviwe {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--text-muted-gla-reviwe);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Scène du carrousel */
.reviews-carousel-gla-reviwe {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-stage-gla-reviwe {
  position: relative;
  width: 100%;
  height: 450px;
  perspective: 1000px;
}

/* Base de la Carte */
.review-card-gla-reviwe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  max-width: 650px;
  background: var(--card-bg-gla-reviwe);
  border-radius: var(--radius-lg-gla-reviwe);
  padding: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-smooth-gla-reviwe);
  transform: translateX(-50%) scale(0.7);
  z-index: 1;
}

/* CARTE DU MILIEU (Active) */
.review-card-gla-reviwe[data-state-gla-reviwe="center"] {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
  z-index: 10;
}

/* CARTE GAUCHE (Préparation) */
.review-card-gla-reviwe[data-state-gla-reviwe="left"] {
  opacity: 0.5;
  transform: translateX(-105%) scale(0.85);
  filter: blur(1px);
  z-index: 5;
}

/* CARTE DROITE (Prochaine à venir au centre) */
.review-card-gla-reviwe[data-state-gla-reviwe="right"] {
  opacity: 0.5;
  transform: translateX(5%) scale(0.85);
  filter: blur(1px);
  z-index: 5;
}

/* Structure interne de la carte active */
.review-card-inner-gla-reviwe {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review-image-wrapper-gla-reviwe {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}

.review-portrait-gla-reviwe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-quote-gla-reviwe {
  font-size: 15px;
  line-height: 1.5;
}

.review-footer-gla-reviwe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}

.review-author-name-gla-reviwe {
  font-size: 16px;
  font-weight: 600;
}

.review-author-email-gla-reviwe {
  font-size: 12px;
  color: var(--text-muted-gla-reviwe);
}

.review-stars-gla-reviwe {
  color: var(--accent-star-gla-reviwe);
}

/* Boutons Navigation */
.reviews-nav-btn-gla-reviwe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--text-main-gla-reviwe);
  color: #ffffff;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.prev-btn-gla-reviwe { left: 0px; }
.next-btn-gla-reviwe { right: 0px; }

/* Navigation Dots */
.reviews-dots-gla-reviwe {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dot-gla-reviwe {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: var(--transition-smooth-gla-reviwe);
}

.active-dot-gla-reviwe {
  background-color: var(--text-main-gla-reviwe);
  width: 24px;
  border-radius: 12px;
}

/* --- DESKTOP DISPLAY (inspiré de la maquette) --- */
@media (min-width: 992px) {
  .reviews-header-gla-reviwe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .reviews-title-gla-reviwe {
    font-size: 48px;
  }

  .review-card-inner-gla-reviwe {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    align-items: center;
  }

  .review-image-wrapper-gla-reviwe {
    height: 260px;
  }

  .review-card-gla-reviwe[data-state-gla-reviwe="left"] {
    transform: translateX(-120%) scale(0.8);
  }

  .review-card-gla-reviwe[data-state-gla-reviwe="right"] {
    transform: translateX(20%) scale(0.8);
  }

  .prev-btn-gla-reviwe { left: 10px; }
  .next-btn-gla-reviwe { right: 10px; }
}
/*Add review*/

/* --- Troncature du texte, sans agrandir la carte --- */
.review-quote-text-gla-reviwe{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;      /* ajuste ce nombre de lignes si besoin */
  overflow: hidden;
}

.review-readmore-gla-reviwe{
  display: none;               /* affiché uniquement en JS si le texte déborde */
  margin-top: 6px;
  padding: 0;
  border: none;
  background: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-gla-reviwe);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  align-self: flex-start;
}
.review-readmore-gla-reviwe.is-visible-gla-reviwe{
  display: inline-flex;
}

/* --- Chevrons en navy pour bien les identifier --- */
.reviews-nav-btn-gla-reviwe{
  background: var(--navy-gla-reviwe);
  transition: background .25s ease;
}
.reviews-nav-btn-gla-reviwe:hover{
  background: #142b52;
}

/* --- Modal --- */
.review-modal-gla-reviwe{
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility 0s linear .3s;
}
.review-modal-gla-reviwe.is-open-gla-reviwe{
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease;
}
.review-modal-backdrop-gla-reviwe{
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 25, .65);
}
.review-modal-panel-gla-reviwe{
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 85vh;
  overflow-y: auto;
  background: var(--card-bg-gla-reviwe, #fff);
  border-radius: var(--radius-lg-gla-reviwe, 16px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,.35);
  transform: scale(.92) translateY(10px);
  transition: transform .3s ease;
}
.review-modal-gla-reviwe.is-open-gla-reviwe .review-modal-panel-gla-reviwe{
  transform: scale(1) translateY(0);
}
.review-modal-close-gla-reviwe{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: var(--navy-gla-reviwe);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-modal-photo-gla-reviwe{
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.review-modal-photo-gla-reviwe img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-modal-quote-gla-reviwe{
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.review-modal-footer-gla-reviwe{
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}
.review-modal-name-gla-reviwe{ margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.review-modal-email-gla-reviwe{ margin: 0; font-size: 12px; color: var(--text-muted-gla-reviwe); }

@media (min-width: 992px){
  .review-modal-panel-gla-reviwe{ flex-direction: row; align-items: flex-start; }
  .review-modal-photo-gla-reviwe{ width: 220px; height: 220px; }
}

/*--------------------------------------*/

.form-feedback{
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}
.form-feedback.is-success{ background: #dcfce7; color: #16a34a; }
.form-feedback.is-error{ background: #fee2e2; color: #dc2626; }





