/*=========================================================
Template Name:estudy-Real Estate & Property HTML5 Template
https://themeforest.net/user/website_stock/portfolio
Description: Description
Version: 1.0.0
Text Domain: estudy
Tags: 	agency, Business Agency, Business Consultant, business optimization, company website, consultancy, estudyng, estudyng Firm, corporate solutions, digital agency, financial analysis, market trends analysis, Strategic insights
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. estudy Header Top Menu Area Css
02. estudy Nav Menu Area Css 
03. estudy Slider Area Css
04. estudy Section Title Css
05. estudy Service Area css
06. estudy About Area Css
07. estudy Counter Area Css
08. estudy Testimonial Area Css
09. estudy Process Area Css
10. estudy Team Area Css
11. estudy Faq Area Css
12. estudy Call Do Section Css
13. estudy Form Box Css
14. estudy Blog Area Css
15. estudy footer Area Css
16. estudy Subscribe Area Css
17. estudy Prossess Ber Css
18. estudy Scrollup Section
19. estudy Breadcumb Area Css
20. estudy abouts_areas Css
21. estudy Pricing Section Css
22. estudy Contact  US Css
23. estudy Blog Sidber Widget CSS
24. estudy Search Box Css
25. estudy Loader Css
=======================*/



/*==================================================
 <-- estudy Header Area Css-->
===================================================*/

.header-area {
    position: relative;
    z-index: 9;
    margin-bottom: -99px;
    top: 60px;
}

.header-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: -2px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 200px;
}

.header-menu ul {
    list-style: none;
    display: inline-block;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 22px;
}

.header-menu ul li a {
    font-size: 18px;
    color: #022C5D;
    font-weight: 500;
    position: relative;
    transition: .5s;
    padding: 36px 0;
    text-decoration: none;
    display: inline-block;
}

.header-menu ul li a:hover {
    color: #1c61d2;
}

.header-menu ul li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: -6px;
}

.main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.header-contact-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.header-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #dcdfe2;
  content: "";
}

.header-contact-box .icon-box {
  position: relative;
  display: block;
}

.header-contact-box .icon-box span:before {
  color: var(--thm-base);
  font-size: 35px;
}

.header-contact-box .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.header-contact-box .text-box p {
  color: #334d6b;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--thm-font-2);
}

.header-contact-box .text-box a {
  color: var(--thm-black);
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.011em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-contact-box .text-box a:hover {
  color: var(--thm-base);
}


a.handbag:before {
    position: absolute;
    content: "0";
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #1c61d2;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    left: 5px;
    top: 36px;
    z-index: 9;
}

a.user {
    color: #1c61d2;
}


/* sticky menu css */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #FFF !important;
    z-index: 9999 !important;
    animation: fadeInDown 1s both 0.2s;
    padding: 0 30px;
}

.sticky-nav .logo {
    margin-top: 0;
}

/* Conteneur principal */
.contact-form_box {
    padding: 80px 0; /* espace en haut et en bas */
    background-color: #f9f9f9;
}

/* Titres */
.title-contacte h1 {
    font-size: 36px;
    color: #222;
    margin-bottom: 10px;
}

.title-contacte div {
    font-size: 18px;
    color: #555;
}

/* Paragraphes introductifs */
.contact-form_main p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

/* Labels */
.contact-form_main label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

/* Inputs et textarea */
.contact-form_main input,
.contact-form_main select,
.contact-form_main textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f6f6f6;
    font-size: 14px;
}

/* Bouton envoyer */
.pbmit-btn {
    background-color: #f05a28;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.pbmit-btn:hover {
    background-color: #e14d1f;
}

/* Radios et checkboxes */
.form-check-input {
    margin-top: 6px;
}

/* Espacement entre sections */
.row > .col-md-6 {
    margin-bottom: 30px;
}

/* Carte iframe */
iframe {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form_box {
        padding: 50px 15px;
    }
    .title-contacte h1 {
        font-size: 28px;
    }
}


/* sub menu */

.header-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 98%;
    border-radius: 5px;
    width: 250px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #1c61d2;
    opacity: 0;
    z-index: 11;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    overflow: hidden;
    padding: 10px 10px;
}

.header-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.header-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

.header-menu ul .sub-menu ul li a {
    padding: 8px 12px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #003d4d;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.header-menu ul .sub-menu ul li a:hover {
    color: #fff;
    background: #1c61d2;
}

.header-menu ul .sub-menu ul li a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 14px;
    color: #FFF;
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.header-menu ul .sub-menu ul li a:hover::before{
    transform: translateY(-50%) scale(1);
}

/* header style two */

.header-area.bratcome {
    top: 0;
    margin-bottom: 0;
}


/* mobile menu */

.mobile-menu-area {
    display: none;
}


/*==================================================
 <-- estudy All Btn Css-->
===================================================*/

.nest-btn {
    display: inline-block;
    outline: none !important;
    text-decoration: none;
    color: #ffffff;
    border-radius: 35px;
    background: linear-gradient(90deg, #1c61d2 33.04%, rgba(185, 102, 231, 0.00) 246.73%);
    font-size: 18px;
    font-weight: 500;
    padding: 11px 20.5px 14px 20.5px;
    transition: 500ms;
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nest-btn__text {
    position: relative;
    z-index: 2;
    top: 4px;
}

.nest-btn__shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #020d23;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}

.nest-btn__shape:nth-child(1) {
    --b: 1;
}

.nest-btn__shape:nth-child(2) {
    --b: 2;
}

.nest-btn__shape:nth-child(3) {
    --b: 3;
}

.nest-btn__shape:nth-child(4) {
    --b: 4;
}

.nest-btn:hover {
    color: #ffff;
}

.nest-btn:hover .nest-btn__shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}

/* slider btn */

.main-btn.slider1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.active .main-btn.slider1 {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

a.nest-btn.slider1 {
    background: #fff;
    color: #1c61d2;
    transition: 0.5s;
}

a.nest-btn.slider1:hover {
    color: #fff;
}


/*==================================================
 <-- estudy Banner Area Css-->
===================================================*/
.slider-area {
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
    height: 940px;
    position: relative;
    z-index: 1;
}

/* banner shape */

.baner-shape1 {
    position: absolute;
    bottom: 90px;
    right: 25%;
    z-index: 9;
}

.baner-shape2 {
    position: absolute;
    right: 180px;
}

.baner-shape3 {
    position: absolute;
    bottom: 60px;
    left: 40%;
}

.baner-shape4 {
    position: absolute;
    top: 130px;
}

/* slide content */

.slider-content {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 38%;
    z-index: 9;
}

.slider-sub-title {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}


.active .slider-sub-title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.slider-sub-title h4 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 33px;
    position: relative;
    display: inline-block;
}

.slider-main-title {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.active .slider-main-title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.slider-main-title h1 {
    color: #FFF;
    font-size: 82px;
    font-weight: 700;
    line-height: 96px;
    margin-bottom: 60px;
}


.slider-thumb {
    position: relative;
    top: 125px;
    left: 120px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(500px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}

.active .slider-thumb {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

/* video area css */

.video-area {
    height: 1000px;
    position: relative;
}

.video-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}

.video-area {
    height: 1000px;
    position: relative;
}

video.video-background {
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/*==================================================
 <-- estudy Section title Css-->
===================================================*/

.section-title-shape {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -4px;
}

.section-sub-title {
    display: inline-block;
    margin-bottom: 15px;
}

.section-sub-title h4 {
    color: #1c61d2;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    display: inline-block;
}

.section-main-title h2 {
    color: #002935;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 47px;
}

.realisation-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.realisation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.realisation-thumb {
  position: relative;
}

.realisation-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.badge-city {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 6px;
}

.realisation-body {
  padding: 15px;
}

.realisation-body h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.realisation-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

.realisation-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}

.btn-view {
  color: #1c61d2;
  font-weight: 500;
}

/* Style des boutons de filtre */
.filter-btn {
  display: inline-block;
  margin: 5px 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;           /* texte blanc */
  background-color: #2d2d2d; /* gris anthracite */
  border: none;
  border-radius: 12px;   /* arrondi doux */
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #1c61d2; /* couleur secondaire / accent */
  color: #fff;            /* texte sombre */
  transform: scale(1.05);
}

/* Centrer et espacer les boutons */
.text-center .filter-btn {
  margin: 5px 10px;
}

.zone-intervention {
  background: #a9a8a8; /* fond sombre */
  color: white;
  padding: 60px 20px;
}

.zone-intervention .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.zone-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1c61d2; /* jaune doré */
}

.zone-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ville-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.ville-list .ville {
  display: inline-block;
  background: white;
  color: #111;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s;
}

.ville-list .ville:hover {
  background: #1c61d2;
  color: #111;
}

.btn-devis {
  display: inline-block;
  background: #1c61d2;
  color: #111;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-devis:hover {
  background: white;
  color: #111;
}

.zone-map iframe {
  width: 100%;
  border-radius: 12px;
}
.testi-box {
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
  text-align: center;
  height: 100%; /* toutes les cartes même hauteur */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-stars {
  color: #fbc02d; /* jaune doré */
  font-size: 20px;
  margin-bottom: 15px;
}

.testi-text p {
  font-style: italic;
  margin-bottom: 20px;
  color: #333;
}

.testi-author h4 {
  font-weight: bold;
  margin: 0;
  color: #0a2a3d;
}



/*==================================================
 <-- estudy Catagories Area Css-->
===================================================*/

.catagories-area {
    padding: 120px 0 120px;
}

.catagories-single-box {
    text-align: center;
    margin: 15px;
}

.catagories-thumb {
    position: relative;
}

.catagories-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.catagories-single-box:hover .catagories-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.catagories-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.catagories-single-box:hover .catagories-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.catagories-text {
    position: absolute;
    top: 46%;
    left: 37%;
    transform: scale(0);
    transition: 0.5s;
}

.catagories-single-box:hover .catagories-text {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.catagories-text h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.catagories-title {
    margin-top: 30px;
}

.catagories-title h4 a {
    color: #002935;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    transition: 0.5s;
}

.catagories-title h4 a:hover {
    color: #1c61d2;
}

/* owl nav css */

.owl-nav {
    position: absolute;
    /*top: -60px;*/
    right: calc(50% - 70px);
    display: inline-flex;
}

.owl-prev i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #1c61d2;
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 20px;
}

.owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #1c61d2;
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
}


/*==================================================
 <-- estudy Course Area Css-->
===================================================*/
.course-area {
    padding: 0 0 92px;
}

/* course menu */

ul.course-menu {
    list-style: none;
    margin-left: 60px;
}

ul.course-menu li {
    margin-right: 46px;
}

ul.course-menu li a {
    color: #747474;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}

ul.course-menu li a:hover {
    color: #1c61d2;
}

/* course single box */

.course-single-box {
    margin-bottom: 30px;
}

.course-thumb {
    position: relative;
    overflow: hidden;
}

.course-thumb img {
    transition: all 2s ease;
    background-size: cover;
    width: 100%;
}

.course-thumb img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.course-thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.course-single-box:hover .course-thumb img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.course-single-box:hover .course-thumb img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}


.course-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.course-icon i {
    color: #FFFFFF;
    font-size: 24px;
}

.course-rating {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 41, 53, 0.65);
    width: 100%;
    height: 64px;
    padding: 0 20px 0;
    z-index: 1;
}

.course-rating::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.course-single-box:hover .course-rating::before {
    width: 100%;
}

.course-admin {
    display: flex;
    align-items: center;
}

.course-shape {
    margin-right: 10px;
}

.course-shape-title h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.course-star i {
    color: #FFC107;
    margin-left: 5px;
}

.course-star span {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.course-content {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 18px 22px 15px;
}

.course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.course-meta span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
}

.course-meta i {
    color: #1c61d2;
    font-size: 17px;
    margin-right: 5px;
}

.course-title {
    border-bottom: 1px solid #E9E9E9;
    padding: 0px 0 30px;
    margin-bottom: 14px;
}

.course-title h4 a {
    color: #002935;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}

.course-single-box:hover .course-title h4 a {
    color: #1c61d2;
}

.course-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-price span {
    color: #002935;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.course-cart a {
    display: inline-block;
    text-decoration: none;
    color: #747474;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.course-cart a i {
    color: #1c61d2;
    font-size: 18px;
    margin-right: 5px;
}


/*==================================================
 <-- estudy Help Area Css-->
===================================================*/

.help-area {
    background: url(../images/resource/help-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.help-area::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    background: url(../images/resource/help-thumb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    z-index: -1;
}

.help-sub-title h4 {
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
    font-size: 17px;
}

.help-main-title {
    margin-bottom: 32px;
}

.help-main-title h2 {
    color: #FFF;
    font-family: Jost;
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
}

.help-list span {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.help-list span i {
    background: #1c61d2;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
}

/* help items box */

.help-items-box {
    text-align: center;
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
    display: inline-block;
    padding: 38px 88px 44px;
    margin-left: -10px;
    position: relative;
    overflow: hidden;
    perspective: 800px;
    perspective-origin: 0 0;
    z-index: 1;
}

.help-items-box::before {
    position: absolute;
    content: "";
    background: #002935;
    width: 100%;
    height: 100%;
    transform-origin: 0%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: rotateY(90deg)perspective(400px);
    transition: .5s;
    z-index: -1;
}

.help-items-box:hover::before {
    opacity: 1;
    transform: rotateY(0deg)perspective(400px);
}

.help-items-content h6 {
    margin: 17px 0 17px;
    color: #fff;
    font-family: Jost;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    transition: .5s;
}

.help-items-content h4 a {
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
    transition: .5s;
}


/*==================================================
 <-- estudy Choose Us Area Css-->
===================================================*/

.choose-us-area {
    padding: 120px 0 94px;
}

/* choose btn */

.main-btn.choose {
    text-align: right;
}

a.nest-btn.choose {
    border-radius: 0;
    padding: 17px 50px 18px;
}

/* choose single box */

.choose-single-box {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 50px 50px 59px;
    margin-bottom: 30px;
}

.choose-thumb {
    float: left;
    margin-right: 30px;
    position: relative;
}

.choose-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.choose-single-box:hover .choose-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.choose-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.choose-single-box:hover .choose-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.choose-content span {
    color: #1c61d2;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.choose-content h4 {
    color: #002935;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 11px 0 12px;
    transition: 0.5s;
}

.choose-single-box:hover .choose-content h4 {
    color: #1c61d2;
}

.choose-content p {
    color: #747474;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-devis {
  background: #f8f9fa;
  padding: 60px 0;
}

.form-devis .container {
  max-width: 700px;
  margin: auto;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.progress-bar .step {
  width: 35px;
  height: 35px;
  background: #ccc;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: white;
  font-weight: bold;
}

.progress-bar .active {
  background: #0a76e5;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

label {
  display: block;
  margin-top: 20px;
  font-weight: 600;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

textarea {
  min-height: 100px;
}

button {
  margin-top: 25px;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.next-step, .btn-submit {
  background: #0a76e5;
  color: white;
}

.prev-step {
  background: #ccc;
}

.buttons {
  display: flex;
  justify-content: space-between;
}


.devis-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.form-step {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 15px; /* espace entre les boutons */
  margin-top: 25px;
}

.buttons button {
  min-width: 160px;
}

/*==================================================
 <-- estudy Team Area Css-->
===================================================*/
.team-area {
    background: #F9F8FF;
    padding: 120px 0 250px;
    margin-bottom: -170px;
}

.team-single-box {
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.team-single-box:hover .team-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.team-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.team-single-box:hover .team-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.team-content {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
    padding: 20px 0 30px;
}

.team-title h4 a {
    color: #002935;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}

.team-single-box:hover .team-title h4 a{
    color:#1c61d2;
}

.team-title span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.team-social-icon {
    margin: 14px 0 18px;
}

.team-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}

.team-social-icon ul li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    display: inline-block;
    line-height: 38px;
    color: #747474;
    transition: .5s;
    position: relative;
}

.team-social-icon a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0);
    border-radius: 50%;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
}

.team-social-icon a:hover::before {
    transform: scale(1);
}

.team-social-icon a:hover {
    color: #fff;
}

.team-social-icon a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.team-social-icon a:hover i {
    animation: iconTranslateY 0.4s forwards;
}

.team-btn a {
    width: 267px;
    height: 47px;
    border-radius: 3px;
    background: rgba(87, 60, 255, 0.15);
    display: inline-block;
    line-height: 47px;
    text-decoration: none;
    color: #002935;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.team-btn a:hover{
    color: #fff;
}

.team-btn a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
}

.team-btn a:hover::before{
    transform: scale(1);
}


/*==================================================
 <-- Estudy Instractor Area Css-->
===================================================*/

.intractor-single-box {
    background: url(../images/resource/instractor-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 30px 47px;
    position: relative;
}

.intractor-single-box.two {
    background: url(../images/resource/instractor-bg2.png);
    padding: 50px 60px 47px;
}

.intractor-single-box::before {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
}

.intractor-single-box:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}


.instractor-content {
    position: relative;
    width: 63%;
}

.instractor-content h4 {
    color: #002935;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

.instractor-content p {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 16px 0 20px;
}

.instractor-content a {
    width: 256px;
    height: 51px;
    display: inline-block;
    text-decoration: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
    text-align: center;
    line-height: 51px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.instractor-content a::before {
    position: absolute;
    content: "";
    background-color: #002935;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.instractor-content a:hover::before {
    height: 104%;
}

/*==================================================
 <-- estudy Video Gallery Area Css-->
===================================================*/

.video-gallery-area {
    padding: 120px 0 120px;
}

/* section title */

.section-main-title.video {
    margin-bottom: 47px;
}

.section-main-title.video h2 {
    margin-bottom: 0;
}

/* video single box */
.video-thumb {
    position: relative;
    overflow: hidden;
}

.video-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.video-single-box:hover .video-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.video-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.video-single-box:hover .video-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.video-content {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.video-price {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 68px;
    height: 30px;
    border-radius: 30px;
    background: #1c61d2;
    text-align: center;
    padding: 3px 0;
}

.video-price h4 {
    color: #FFF;
    font-size: 16px;
    line-height: normal;
}

.video-content {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.video-icon a {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    border-radius: 50%;
    margin-bottom: 35px;
    transition: 0.5s;
}

.video-icon a:hover{
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
}

.video-icon a::before {
    content: "";
    border: 4px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 20%;
    margin: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
  
.video-icon a::after {
    content: "";
    border: 4px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-title h4 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.video-title span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

/*==================================================
 <-- estudy Subscribe Area Css-->
===================================================*/

.subscribe-area {
    position: relative;
    width: 1036px;
    height: 216px;
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
}

.subscribe-title h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}

/* subscribe form */

.subscribe-box input {
    width: 340px;
    height: 55px;
    border: 0;
    outline: 0;
    border-radius: 2px;
    padding: 0 20px;
}

.subscribe-box input::placeholder {
    padding: 0 20px;
    color: #C1C1C1;
    font-size: 16px;
    font-weight: 400;
}

.subscribe-button button {
    width: 180px;
    height: 55px;
    border: 0;
    outline: 0;
    background: #002935;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    transition: 0.5s;
}

.subscribe-button button:hover{
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
}

.subscribe-button i {
    position: relative;
    top: 3px;
}

/*==================================================
 <-- estudy Registration Area Css-->
===================================================*/

.registration-area {
    background: url(../images/resource/registration-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px;
    position: relative;
    background-attachment: fixed
}

/* section title */

.section-sub-title.registration h4 {
    color: #FFF;
    margin-bottom: 17px;
}

.section-main-title.registration h2 {
    color: #FFFF;
    margin-bottom: 20px;
}

.registration-discription p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/* registration items box css */

.registration-items-box {
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    padding: 60px 55px 60px;
    top: -38%;
    width: 572px;
    /*height: 679px;*/
}

.registration-items-title h4 {
    color: #002935;
    font-family: Jost;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 33px;
}

.registration-shape {
    position: absolute;
    right: 0;
    top: 28px;
}

.registration-form input {
    width: 457px;
    height: 58px;
    border-radius: 5px;
    background: #F6F6F6;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    padding: 0 20px;
}

.registration-form input::placeholder {
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
}

.registration-form textarea {
    width: 457px;
    height: 141px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.registration-form textarea::placeholder {
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
}

.registration-button button {
    width: 190px;
    height: 60px;
    outline: 0;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.registration-button button::before {
    position: absolute;
    content: "";
    background-color: #002935;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 12px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.registration-button button:hover::before{
    height: 100%;
}

/*==================================================
 <-- Estudy Testimonial Area Css-->
===================================================*/

.testimonial-area {
    padding: 60px 0 93px;
}

/* column css */

.column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 32%;
    /* padding: 0 16px; */
}

/* testi single box css */

.testi-single-box {
    margin-bottom: 30px;
}

.testi-thumb {
    position: relative;
    overflow: hidden;
}

.testi-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.testi-single-box:hover .testi-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.testi-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.testi-single-box:hover .testi-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testi-content {
    position: absolute;
    bottom: 45px;
    left: 25px;
}

.testi-content h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.testi-content span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.testi-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 0;
}

/* testi items box */

.testi-items-box {
    background: #FFF;
    filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.10));
    position: relative;
    padding: 0 30px 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.testi-items-box.two {
    margin-top: 60px;
}

.testi-shape {
    position: relative;
    top: -37px;
    margin-bottom: -5px;
}

.testi-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}

.testi-icon i {
    color: #FFC107;
}

.testi-item-content h4 {
    color: #002935;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testi-item-content span {
    color: #1c61d2;
    font-size: 16px;
}

.testi-item-content p {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px 0;
}

/*==================================================
 <-- Estudy Blog Area Css-->
===================================================*/

.blog-area{
    padding: 0px 0 120px;
}

.blog-area .container {
    max-width: 1600px;
}

/* blog single box */

.blog-single-box {
    margin-bottom: 30px;
}

.blog-thumb {
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.blog-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.blog-single-box:hover .blog-thumb::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.blog-thumb img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.blog-single-box:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.blog-content {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 43px 62px 53px;
}

.blog-shape {
    float: left;
    margin-right: 13px;
}

.blog-shape-title h6 {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.blog-text {
    margin: 17px 0 34px;
}

.blog-text h4 a {
    color: #002935;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s;
}

.blog-single-box:hover .blog-text h4 a{
    color: #1c61d2;
}

.blog-text p {
    color: #747474;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px;
}

.blog-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 351px;
    height: 53px;
    background: #F8F8F8;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

.blog-bottom::before {
    position: absolute;
    content: "";
    width: 131px;
    height: 100%;
    background: url(../images/blog/shape3.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: -1;
}

.blog-bottom::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: url(../images/blog/shape4.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
}

.blog-single-box:hover .blog-bottom::after{
    width: 131px;
}


.blog-comment h4 {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.blog-comment i {
    font-size: 14px;
    margin-right: 5px;
    color: #1c61d2;
}

.blog-btn a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.blog-btn i {
    position: relative;
    top: 3px;
}

/*==================================================
 <-- estudy Brand Area Css-->
===================================================*/
.brand-area {
    background: linear-gradient(180deg, #1c61d2 0%, #5c8ede 100%);
    padding: 40px 0 60px;
}

.brand-itmes {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.brand-thumb img {
    -webkit-transition: 500ms;
    transition: 500ms;
}
  
.brand-thumb img:hover {
    transform: scale(1.1);
  }

/*==================================================
 <-- estudy Footer Area Css-->
===================================================*/

.footer-area {
    padding: 120px 0 0px;
    background: #002935;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(219, 219, 219, 0.25);
    left: 0;
    bottom: 65px;
}

.footer-shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-shape2 {
    position: absolute;
    right: 0;
    bottom: -20px;
}

/* footer widget */

.footer-wiget-text h4 {
    margin: 25px 0 22px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 78%;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 32px;
    transition: .5s;
}

.footer-socilal-title h4 {
    opacity: 0.800;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 16px;
    position: relative;
}

/* footer social */

.footer-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}

.footer-social ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.footer-social ul li a i::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #1c61d2;
    border-radius:50%;
    z-index: -1;
    transition: .5s;
    margin: auto;
}

.footer-social ul li a i:hover::after {
    width: 100%;
    left: 0;
}


.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 0px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: .5s;
    margin: 0;
    line-height: 35px;
    color: #ffffff;
}

.footer-wiget-menu ul li a:hover {
    color: #1c61d2;
    margin-left: 10px;
}

.footer-wiget-touch ul li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

.icon {
    float: left;
    margin-right: 15px;
}

.icon i {
    color: #fff;
    font-size: 20px;
}

.title h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.adress a {
    display: inline-block;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

.footer-widget-photo ul {
    margin-top: 16px;
}

.footer-widget-photo ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.footer-widget-photo ul li img {
    width: 100%;
    transition: all 2s ease;
}

.footer-widget-photo ul li img:hover {
    transform: scale(1.15);
}

.footer-widget-photo ul li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(87,60,255,0.9);
    z-index: 1;
    opacity: 0.5;
    -webkit-transform: scaleY(0) translateZ(100px);
    -ms-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    visibility: hidden;
}

.footer-widget-photo ul li:hover::before {
    -webkit-transform: scaleY(1) translateZ(0px);
    -ms-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}


.copyright-text {
    margin-top: 15px;
}

.copyright-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 124.5%;
}

.copyright-text p a {
    color: #1c61d2;
}

/* footer privacy */

.footer-privacy-menu {
    text-align: right;
}

.footer-privacy-menu ul {
    list-style: none;
}

.footer-privacy-menu ul li {
    display: inline-block;
    margin-right: 27px;
}

.footer-privacy-menu ul li a {
    color: #FAFAFA;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
}


/* */

.about-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0px 60px 0px;
  z-index: 1;
}

.about-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 49%;
  background: var(--thm-gray-bg);
  content: "";
  z-index: -1;
}

.about-one__img {
  position: relative;
  display: block;
  margin-left: 15px;
  max-width: 530px;
  width: 100%;
  z-index: 1;
}


.about-one__img-inner {
  position: relative;
  display: block;
  overflow: hidden;
}



.about-one__img-inner .experience-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px 29px;
  z-index: 5;
}

.about-one__img-inner .experience-box2 {
width:100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px 14px;
  z-index: 5;
}

.about-one__img-inner .experience-box h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  text-transform: capitalize;
}

.about-one__img-inner .experience-box h2 span {
  color: var(--thm-base);
  font-size: 44px;
}

.about-one__img-inner .experience-box h2 .plus {
  position: relative;
  display: inline-block;
  top: 3px;
  right: 7px;
}

.about-one__img-inner img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}


.about-one .odometer.odometer-auto-theme,
.about-one .odometer.odometer-theme-default {
  font-family: var(--thm-font);
  line-height: 45px;
}

.about-one__content {
  position: relative;
  display: block;
  margin-left: 70px;
  z-index: 1;
}

.about-one__content .big-title {
  position: absolute;
  top: -42px;
  left: -175px;
  z-index: -1;
}

.about-one__content .big-title h2 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--thm-black-rgb), 0.09);
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  text-transform: capitalize;
}

.about-one__content .sec-title {
  padding-bottom: 42px;
}

.about-one__content-text1 {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__content-text1 .text-box {
  position: relative;
  display: block;
  margin-right: 50px;
}

.about-one__content-text1 .text-box p {
  margin: 0;
}

.about-one__content-text1 .icon-box {
  position: relative;
  display: block;
  padding-left: 37px;
}

.about-one__content-text1 .icon-box::before {
  position: absolute;
  top: -15px;
  left: 0;
  bottom: -15px;
  width: 2px;
  background: #e7e8e9;
  content: "";
}

.about-one__content-text1 .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 65px;
}

.about-one__content-text2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
}

.about-one__content-text2 .contant-box {
  position: relative;
  display: block;
  flex: 1;
}

.about-one__content-text2 .contant-box-single {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.about-one__content-text2 .contant-box-single.mb0 {
  margin-bottom: 0;
}

.about-one__content-text2 .contant-box-single .number-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-black);
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  width: 70px;
  height: 70px;
  background: var(--thm-gray-bg);
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.about-one__content-text2 .contant-box-single .number-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  border-radius: 0%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.about-one__content-text2 .contant-box-single:hover .number-box::before {
  transform: scale(1);
  opacity: 1;
}

.about-one__content-text2 .contant-box-single:hover .number-box {
  color: #ffffff;
}

.about-one__content-text2 .contant-box-single .title-box {
  position: relative;
  display: block;
  margin-left: 30px;
  flex: 1;
}

.about-one__content-text2 .contant-box-single .title-box h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.about-one__content-text2 .img-box {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-one__content-text2 .img-box img {
  width: auto;
}

.about-one__content-text3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.about-one__content-text3 .signature {
  position: relative;
  display: block;
  margin-right: 45px;
}

.about-one__content-text3 .signature h3 {
  color: var(--thm-gray);
  font-size: 30px;
  line-height: 100px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--thm-reey-font);
}

.about-one__content-text3 .text-box {
  position: relative;
  display: block;
  padding-left: 45px;
}

.about-one__content-text3 .text-box::before {
  position: absolute;
  top: -8px;
  left: 0;
  bottom: -7px;
  width: 2px;
  background: #d1d4d8;
  content: "";
}

.about-one__content-text3 .text-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

/***
=============================================
Counter One
=============================================
***/
.counter-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  overflow: hidden;
  z-index: 1;
}

.counter-one__inner {
  position: relative;
  display: block;
}

.counter-one__inner ul {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__inner ul li {
  position: relative;
  display: block;
  float: left;
  margin-left: 40px;
  padding-right: 40px;
}

.counter-one__inner ul li::before {
  position: absolute;
  top: -150px;
  right: 0;
  bottom: -150px;
  width: 1px;
  background: #f1f2f4;
  content: "";
}

.counter-one__inner ul li:first-child {
  margin-left: 0px;
}

.counter-one__inner ul li:last-child {
  padding-right: 0px;
}

.counter-one__inner ul li:last-child:before {
  display: none;
}

.counter-one__inner ul li .sec-title {
  padding-bottom: 0px;
}

.counter-one__inner ul li .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__inner ul li .inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  background: #f6f7f8;
  border-radius: 50%;
}

.counter-one__inner ul li .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-gray);
  font-size: 65px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__inner ul li:hover .inner .icon-box span::before {
  transform: scale(0.9);
}

.counter-one__inner ul li .inner .text-box {
  position: relative;
  display: block;
  margin-left: 21px;
  flex: 1;
}

.counter-one__inner ul li .inner .text-box h2 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.counter-one__inner ul li .inner .text-box h2 .k {
  position: relative;
  display: inline-block;
  top: 5px;
  right: 7px;
}

.counter-one__inner ul li .inner .text-box p {
  color: var(--thm-base);
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: 8px;
}

.counter-one .odometer.odometer-auto-theme,
.counter-one .odometer.odometer-theme-default {
  font-family: var(--thm-font);
  line-height: 70px;
}


/*===============================================================
<-- All Inner Page Css-->
=================================================================*/
/* breatcome area css */


.breatcome-area {
    background: url(../images/resource/bretcome-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 154px 0;
}

.breatcome-content {
    position: relative;
}

.breatcome-discription p {
    text-align: center;
    font-size: 28px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
}

.breatcome-title h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 19px;
    text-align: center;
}

.bratcome-text {
    position: absolute;
    left: 0;
    bottom: -173px;
    background: #1c61d2;
    padding: 23px 35px;
    border-radius: 5px 5px 0 0;
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    line-height: 27px;
    font-weight: 500;
}

.bratcome-text ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 62px;
}

/*==================================================
 <-- Course Inner Page Css-->
===================================================*/

/* Course area */

.course-area.inner-page {
    padding: 120px 0 92px;
}

/*==================================================
 <-- Course Details Inner Page Css-->
===================================================*/

.courses-details-area {
    padding: 120px 0 120px;
}

.sidebar-courses {
    padding: 40px 0 40px;
    background: #f9f7ff;
    margin-bottom: 30px;
}

.courses-info ul li {
    display: block;
    list-style: none;
    border-bottom: 1px solid #ccd2e1;
    margin-bottom: 10px;
    padding: 0 0 10px 30px;
}

.courses-info ul li i {
    display: inline-block;
    padding-right: 5px;
    color: #1c61d2;
}

.courses-info ul li span {
    float: right;
    padding-right: 30px;
}

.courses-price-content {
    margin-bottom: 10px;
}

.courses-price-content h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 5px;
}

.courses-price-single-box {
    text-align: center;
}

/*Letest Course Box*/

.latest-courses-single-box {
    padding: 20px 30px 30px;
    background: #f9f7ff;
}

.latest-courses-title h4 {
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 13px;
}

.latest-courses-item {
    padding: 12px 0 0;
}

.latest-courses-thumb {
    float: left;
    margin-right: 20px;
}

.latest-courses-content {
    overflow: hidden;
    position: relative;
    top: -8px;
}

.latest-courses-content-title h5 a {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    text-decoration: none;
}

a.catagory {
    font-size: 15px;
    color: #1c61d2;
    text-decoration: none;
}

.latest-courses-rating i {
    font-size: 13px;
    color: #1c61d2;
    letter-spacing: 1px;
}

/*Course Dtls Right*/

.courses-details-thumb img {
    width: 100%;
}

.courses-details-content h2 {
    font-size: 28px;
    font-weight: 500;
    padding: 18px 0 12px;
}

.row.catagori {
    padding: 25px 0 0;
}

.courses-catagori-content h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 5px;
}


/*==================================================
 <-- Team Details Inner Page Css-->
===================================================*/

.team-details-area {
    padding: 122px 0 0;
}

.team-author-thumb img {
    width: 100%;
}

/* progress bar  */

.team-details-area .process-ber-plugin {
    margin: 50px 60px 0;
}

.team-details-area .barfiller {
    margin-bottom: 40px;
}


/* progress bar */


.barfiller {
    width: 368px;
    height: 8px;
    position: relative;
    margin-bottom: 16px;
    margin-top: 21px;
    background-color: #f2f2f2;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.barfiller .tip {
    font-size: 18px;
    color: #252638;
    font-weight: 500;
    top: -42px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

span.fill {
    background: #1c61d2 !important;
    border-radius: 0px 15px 15px 0px;
}


/* author info */

.row.author-info {
    background: #f8f6f1;
    padding: 35px 40px 25px;
    margin-top: -200px;
}

.team-author-exprience ul li {
    list-style: none;
    margin-bottom: 17px;
}

.team-author-exprience ul li span {
    font-size: 20px;
    color: #888888;
    font-weight: 400;
    line-height: 45px;
}

.team-author-exprience ul li h4 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
}

.team-author-socila {
    text-align: center;
    margin-right: -76px;
    margin-top: 24px;
}

.team-author-socila ul li {
    list-style: none;
    margin: 17px 0px 0;
}

.team-author-socila ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #ffffff;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-author-socila ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1c61d2;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-author-socila ul li a:hover::before {
    transform: scale(1);
}

.team-author-socila ul li a {
    transition: .5s;
}

.team-author-socila ul li a:hover i {
    color: #ffffff;
}

/*==================================================
 <-- Project Area Css-->
===================================================*/
.project-grid-area {
    padding: 120px 0 90px;
}

.protfolio-single-box {
    margin-bottom: 30px;
}

.protfolio-thumb img {
    width: 100%;
}

.protfolio-thumb {
    position: relative;
    overflow: hidden;
}

.protfolio-thumb img:nth-child(1) {
    transition: transform 0.8s;
}

.protfolio-thumb img:nth-child(2),
.protfolio-thumb img:nth-child(3) {
    position: absolute;
    top: 0;
    z-index: 3;
    transition: transform 1.6s;
}

.protfolio-thumb img:nth-child(2) {
    left: 0;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.protfolio-thumb img:nth-child(3) {
    right: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.protfolio-single-box:hover .protfolio-thumb img:nth-child(1) {
    transform: scale(1.3);
}

.protfolio-single-box:hover .protfolio-thumb img:nth-child(2) {
    transform: translateX(-700px) skewX(40deg);
}

.protfolio-single-box:hover .protfolio-thumb img:nth-child(3) {
    transform: translateX(700px) skewX(-40deg);
}

.protfolio-images-link {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(14, 19, 23, 0.8);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.protfolio-single-box:hover .protfolio-images-link {
    opacity: 1;
    transform: translateY(0);
}

.protfolio-images-link a {
    color: #fff;
    font-size: 30px;
}


/*==================================================
 <-- Project Details Inner Page Css-->
===================================================*/
.project-details {
    padding: 60px 0;
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.7;
}

.project-details h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.project-details p {
    font-size: 16px;
    margin-bottom: 25px;
}

.project-details__img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.project-details .row {
    gap: 40px;
}

.project-details__content-benefits ul {
    list-style: none;
    padding-left: 0;
}

.project-details__content-benefits li {
    margin-bottom: 10px;
    font-size: 16px;
}

.project-details__content-seo p {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .project-details {
        padding: 40px 15px;
    }
    .project-details h2 {
        font-size: 24px;
    }
}



   .project-detials-area {
            padding: 60px 0;
            background-color: #f9f9f9;
        }
        
        /* Enhanced Image Hover Effect */
        .project-details-thumb {
            margin-bottom: 55px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .project-details-thumb img {
            width: 100%;
            transition: all 1.2s ease;
            display: block;
        }

        .project-details-thumb img:hover {
            transform: scale(1.08);
        }
        
        /* Enhanced Typography */
        .project-details-title h4 {
            font-size: 30px;
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .project-details-title h4:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: #e67e22;
        }

        .project-detials-area h2, 
        .project-detials-area h3 {
            color: #1a5276;
            margin-bottom: 1.5rem;
            font-weight: 600;
        }

        .project-detials-area h2 {
            font-size: 1.8rem;
        }

        .project-detials-area h3 {
            font-size: 1.5rem;
        }

        .porject-detials-discription p {
            line-height: 1.7;
            margin-bottom: 1.5rem;
            color: #444;
            font-size: 1.05rem;
        }

        .porject-detials-discription ul {
            padding-left: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .porject-detials-discription li {
            margin-bottom: 0.75rem;
            position: relative;
            line-height: 1.6;
            padding-left: 10px;
        }

        .porject-detials-discription li:before {
            content: '✓';
            color: #e67e22;
            font-weight: bold;
            position: absolute;
            left: -1.2rem;
        }
        /* ✅ Nouvelle structure */
.project-details-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

/* ✅ Colonne texte */
.project-text {
    flex: 1;
}

/* ✅ Colonne image */
.project-image {
    flex: 0 0 45%;
}

.project-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* ✅ Mobile (image sous le texte) */
@media (max-width: 992px) {
    .project-details-layout {
        flex-direction: column;
    }
    .project-image {
        order: -1;
        width: 100%;
        margin-bottom: 25px;
    }
}

        /* Enhanced Section Title */
        .section-title {
            color: #1a5276;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 30px;
            font-size: 2.2rem;
        }

        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 3px;
            background: #e67e22;
        }

        /* Enhanced Sticky Form Box */
        .sticky-form-box {
            position: sticky;
            top: 120px;
            z-index: 10;
        }

        /* Enhanced Form Styling */
        #sticky-form .form-box {
            margin-bottom: 20px;
        }

        #sticky-form input,
        #sticky-form textarea {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: all 0.3s ease;
            background-color: #fff;
        }
        
        #sticky-form input:focus,
        #sticky-form textarea:focus {
            border-color: #e67e22;
            box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.1);
            outline: none;
        }

        #sticky-form button {
            background: linear-gradient(to right, #e67e22, #d35400);
            color: #fff;
            border: none;
            padding: 15px 25px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            letter-spacing: 0.5px;
        }

        #sticky-form button:hover {
            background: linear-gradient(to right, #d35400, #e67e22);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
        }
        
        .form-box-button {
            margin-top: 10px;
        }

        /* Form Container Enhancement */
        .sticky-form-box .p-4 {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border: 1px solid #eaeaea;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .sticky-form-box .p-4:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        

/*===============================================================
<-- Blog Inner page Css-->
=================================================================*/

.blog-area.inner-page {
    padding: 120px 0 90px;
}

.zone-intervention {
  padding: 60px 0;
  background: #f8f8f8;
}

.zone-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.zone-text {
  flex: 1 1 500px;
}

.zone-text h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: bold;
}

.zone-text p {
  font-size: 16px;
  margin-bottom: 20px;
}


.btn-devis {
  display: inline-block;
  background: #2c3e50;
  color: #fff;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
}

.btn-devis:hover {
  background: #1a252f;
}

@media (max-width: 768px) {
  .zone-text h2 {
    font-size: 24px;
  }
  .zone-row {
    gap: 20px;
  }
}

.zone-intervention {
  padding: 60px 0;
  background: #f8f8f8;
}

/* Structure responsive */
.zone-intervention .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

/* Colonne texte */
.zone-text {
  flex: 1 1 450px;
}

/* Titre */
.zone-text h2 {
  font-size: 28px;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Paragraphe */
.zone-text p {
  font-size: 16px;
  line-height: 1.6;
}


/* Bouton contact */
.btn-devis {
  display: inline-block;
  background: #2c3e50;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
}

.btn-devis:hover {
  background: #2d6dd5;
  color: #fff;
}

/* Carte */
.zone-map {
  flex: 1 1 450px;
  min-width: 300px;
}

.zone-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
  border-radius: 8px;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .zone-intervention .container {
    gap: 20px;
  }

  .zone-text h2 {
    font-size: 22px;
  }

  .btn-devis {
    width: 100%;
    text-align: center;
  }
}


/*===============================================================
<-- Blog Details Inner page Css-->
=================================================================*/

.blog-details-area {
    padding: 122px 0 120px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-meta {
    margin: 29px 0 26px;
}

.blog-details-meta span {
    opacity: 0.902;
    font-size: 16px;
    line-height: 34px;
    color: #4d4e4f;
    font-weight: 400;
    margin-right: 27px;
}

.blog-details-meta span i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 12px;
}

.blog-details-content {
    margin-bottom: 42px;
}

.blog-details-content h4 {
    font-size: 40px;
    line-height: 28px;
    color: #3c3531;
    font-weight: 600;
    margin-bottom: 35px;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 28px;
    color: #3c3531;
    font-weight: 400;
}

.blog-details-tag h6 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 500;
    display: inline-block;
    margin-right: 60px;
}

.blog-details-tag {
    border: 1px solid #1c61d2;
    padding: 24px 38px;
    margin-bottom: 55px;
}

.blog-details-tag h6 {
    font-size: 24px;
    color: #3c3531;
    font-weight: 500;
    display: inline-block;
    margin-right: 32px;
}

.blog-details-tag a {
    font-size: 16px;
    color: #1c61d2;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #eceae5;
    padding: 4px 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-details-tag a:hover {
    color: #FFf;
}

.blog-details-tag a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #1c61d2;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-tag a:hover::before {
    width: 100%;
}

.blog-team-thumb {
    float: left;
    margin-right: 30px;
}

.blog-team-content h4 a {
    font-size: 24px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
}

.blog-team-content p {
    font-size: 20px;
    line-height: 30px;
    color: #3c3531;
    font-weight: 400;
    margin: 15px 0 9px;
}

.ba-blog-details-social-icons.two h6 {
    font-size: 18px;
    color: #3c3531;
    font-weight: 400;
    display: inline-block;
    margin-right: 14px;
}

.ba-blog-details-social-icons.two a {
    font-size: 16px;
    margin-right: 10px;
}

.blog-team-thumb {
    float: left;
    margin-right: 30px;
    margin-top: -12px;
}

.row.blog-item {
    padding: 20px 68px 20px;
    border-top: 1px solid #1c61d2;
    border-bottom: 1px solid #1c61d2;
}

.blog-item-content h4 {
    font-size: 20px;
    color: #1c61d2;
    font-weight: 500;
}

.blog-details-item.two {
    margin-left: 90px;
}

.blog-details-area .owl-nav {
    display: none;
}

/* blog details comment */

.blog-details-comment {
    margin-top: 36px;
}

.blog-details-comment h5 {
    font-size: 30px;
    line-height: 28px;
    color: #292930;
    font-weight: 500;
    position: relative;
    margin-bottom: 36px;
}

.blog-details-comment h5::after {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #1c61d2;
    content: "";
    left: 0;
}

.blog-comment-list ul li {
    list-style: none;
    margin-bottom: 0;
}

.blog-comment-box {
    position: relative;
}

.blog-comment-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    bottom: -30px;
}

.blog-comment-box.inner {
    margin-left: 50px;
}

.blog-comment-box.inner::before {
    display: none;
}

.blog-comment-thumb {
    float: left;
    margin-right: 24px;
    margin-top: 12px;
}

.blog-comment-thumb img {
    border-radius: 4px;
}

.blog-comment-list .title {
    margin-bottom: 5px;
    margin-left: -12px;
}

.blog-comment-list h6.title {
    color: #18191D;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.blog-comment-list span.date {
    margin-left: -13px;
}

.content-main p {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0;
}

.text-sm-end a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #EFEFEF;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.text-sm-end a:hover {
    color: #fff;
}

.text-sm-end a::before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #1c61d2;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.text-sm-end a:hover::before {
    width: 100%;
}

/* blog contact box */

.blog-contact-box {
    background: #eff5f4;
    padding: 20px 30px 20px;
}

.blog-contact-title h4 {
    color: #18191D;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 54px;
    position: relative;
}

.blog-contact-title h4::before {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background: #1c61d2;
    content: "";
    left: 0;
}

/* contact form */

.form-box input {
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0 17px;
    margin-bottom: 25px;
}

.form-box input::placeholder {
    color: #525459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box textarea {
    width: 100%;
    height: 145px;
    background: #ffff;
    border: none;
    border-radius: 3px;
    padding: 5px 17px;
    margin-bottom: 25px;
}

.form-box textarea::placeholder {
    color: #525459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box-button button {
    width: 210px;
    height: 60px;
    border-radius: 3px;
    background-color: #1c61d2;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before {
    background: #18191D;
    opacity: 1;
    transform: scale(1, 1);
}

.form-box-button.inner {
    text-align: center;
}

/* widget search box */

.widget_search.box {
    margin-bottom: 30px;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    background: #f8f6f1;
    border: none;
    outline: 0;
}

.widget_search input::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #868686;
    font-weight: 400;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #1c61d2;
    border-radius: 0 3px 3px 0;
}

/* widget recent box */

.widget-recent-box {
    background: #f8f6f1;
    padding: 50px 35px 55px;
    margin-bottom: 30px;
}

.widget-recent-title h4 {
    font-size: 30px;
    color: #1c61d2;
    font-weight: 600;
    margin-bottom: 40px;
    border-bottom: 1px solid #ece6e6;
    padding: 0 0 14px;
}

.sidber-widget-recent-post {
    background: #ffffff;
    border-radius: 5px;
    padding: 16px 20px;
}

.recent-widget-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.recent-widget-thumb img {
    transition: all 2s ease;
}

.sidber-widget-recent-post:hover .recent-widget-thumb img {
    transform: scale(1.15);
}

.recent-widget-meta span {
    font-size: 14px;
    color: #4d4e4f;
    font-weight: 400;
}

.recent-widget-meta span i {
    color: #1c61d2;
    font-size: 12px;
    margin-right: 8px;
}

.recent-widget-title h4 a {
    font-size: 20px;
    color: #3c3531;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.sidber-widget-recent-post:hover .recent-widget-title h4 a {
    color: #1c61d2;
}

/* widget recent menu */
.widget-recent-menu ul li {
    list-style: none;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-bottom: 1px solid #dddddd;
    padding: 0px 0 10px;
}

.widget-recent-menu ul li::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all 0.5s linear 0s;
    background-color: #1c61d2;
    content: "";
    z-index: -1;
}

.widget-recent-menu ul li:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}

.widget-recent-menu ul li a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #4d4e4f;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.widget-recent-menu ul li a:hover {
    color: #1c61d2;
}

.widget-recent-menu ul li a span {
    float: right;
}

/* widget tags */

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #fff;
    border-radius: 3px;
    font-size: 17px;
    color: #4d4e4f;
    font-style: normal;
    margin: 11px 5px;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #1c61d2;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}

/*===============================================================
<-- Contact Area Css-->
=================================================================*/
.contact-area {
    padding: 120px 0 110px;
}

.row.contact {
    filter: drop-shadow(0px 1px 25.5px rgba(0, 0, 0, 0.15));
    background-color: #eff5f4;
    padding: 110px 35px 70px;
}

.contact-single-box {
    background: #1c61d2;
    padding: 60px 18px 30px;
}

.contact-title h4 {
    font-size: 36px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #1c61d2;
    padding: 0 0 7px;
    margin-bottom: 30px;
}

.contact-items {
    margin-bottom: 30px;
    background: #fff;
    padding: 26px 15px;
}

.contact-icon {
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 59px;
    background-color: #1c61d2;
    display: inline-block;
    text-align: center;
    line-height: 59px;
}

.contact-icon i {
    color: #fff;
    font-size: 26px;
}

.contact-content h4 {
    font-size: 24px;
    color: #1c61d2;
    font-weight: 500;
}

.contact-content h6 {
    font-size: 15px;
    line-height: 34px;
    color: #757575;
    font-weight: 400;
}

/* contact box title */

.contact-box-title h4 {
    font-size: 48px;
    line-height: 60px;
    color: #1c61d2;
    font-weight: 600;
    margin-bottom: 35px;
}

/*===============================================================
<-- Faq Area Css-->
=================================================================*/

.faq-area {
    padding: 120px 0 100px;
}


/* accrodion css */

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    margin-bottom: -7px;
    border-radius: 3px;
}

.accordion li a {
    display: block;
    cursor: pointer;
    padding: 12px 34px 12px;
    text-decoration: none;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f9;
}

.accordion li a span {
    font-size: 20px;
    color: #1c61d2;
    font-weight: 600;
}

.accordion li a i {
    width: 36px;
    height: 36px;
    background: #1c61d2;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #fff;
}

.accordion a.active {
    background: #f4f4f9;
    border: none;
}

.accordion a.active i {
    color: #fff;
    background: #1c61d2;
    border: none;
    margin-bottom: 0;
    transform: rotate(90deg);
}

.accordion li p {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #434141;
    background: #f4f4f9;
    padding: 11px 38px 28px;
    width: 100%;
    margin: 0;
    position: relative;
    top: -24px;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #1c1632;
}

ul.accordion ul li a span {
    color: #fff;
}

/*===============================================================
<-- Error Area Css-->
=================================================================*/

.error-area {
    padding: 120px 0 110px;
}

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

.estudy-btn.error {
    margin-left: 160px;
}

/*===============================================================
<-- estudy Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
    padding: 0;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #1c61d2;
    font-size: 30px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-logo {
    margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 50%;
}

.sidebar-group .about-box h2 {
    color: #002935;
    font-size: 26px;
    font-weight: 600;
}

.sidebar-group .about-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

.sidebar-group .contact-info {
    margin-top: 60px;
}

.sidebar-group .contact-info h2 {
    color: #002935;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: #002935;
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: #1c61d2;
    margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0 0;
    padding: 0;
}

.sidebar-group ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #1c61d2;
    color: #FFF;
    text-decoration: none;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
    background: var(--primary-color);
    color: #1c61d2;
}


/* sidebar menu */

.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 23px;
    display: none;
}

.sidebar-menu a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #1c61d2;
    font-size: 26px;
border:solid 2px #1c61d2;
    border-radius: 50%;

}

.sidebar-widget-menu {
    position: relative;
}

.sidebar-widget-menu ul li {
    list-style: none;
    margin-top: 10px;
    padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
    text-align: center;
    margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
    font-size: 20px;
    padding: 0px 0;
    font-weight: 500;
    color: #171717;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover {
    color: #1c61d2;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before {
    display: none;
}

/* === Structure générale === */
.sidebar-box {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sidebar-title h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1c3d5a;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
}

.form-control:focus {
    border-color: #1c77c3;
    box-shadow: 0 0 4px rgba(28, 119, 195, 0.3);
}

/* === Boutons principaux === */
.btn-primary {
    background-color: #1c77c3;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #155a93;
}

/* === Boutons de téléchargement === */
.btn-download {
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-doc {
    background-color: #f3f6ff;
    color: #1c77c3;
    border: 1px solid #1c77c3;
}

.btn-doc:hover {
    background-color: #1c77c3;
    color: #fff;
}

.btn-pdf {
    background-color: #fff5f5;
    color: #d93025;
    border: 1px solid #d93025;
}

.btn-pdf:hover {
    background-color: #d93025;
    color: #fff;
}

/* === Certifications === */
.certification-header {
    border-bottom: 2px solid #1c77c3;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.certification-header h3 {
    color: #1c77c3;
    font-size: 1.1rem;
    font-weight: 600;
}

.certification-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #333;
}

/* === Conseils === */
.advice-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.phone-button {
    border: 1.5px solid #1c77c3;
    color: #1c77c3;
}

.phone-button:hover {
    background-color: #1c77c3;
    color: #fff;
}

.rdv-button {
    border: 1.5px solid #1c77c3;
    color: #1c77c3;
}

.rdv-button:hover {
    background-color: #1c77c3;
    color: #fff;
}

.advice-button i {
    font-size: 1.2rem;
}


/*
<!-- ============================================================== -->
<!-- estudy Scrollup Section -->
<!-- ============================================================== -->*/
.prgoress_scrollup {
    position: fixed;
    right: 55px;
    bottom: 80px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 119, 249, 0.2);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_scrollup.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_scrollup::after {
    position: absolute;
    content: "\F286";
    font-family: bootstrap-icons;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #1c61d2;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_scrollup:hover::after {
    color: #1c61d2;
}

.prgoress_scrollup svg path {
    fill: none;
}

.prgoress_scrollup svg.progress-circle path {
    stroke: #1c61d2;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}

/*
<!-- ============================================================== -->
<!-- estudy Swiper loop -->
<!-- ============================================================== -->*/
.swiper {
  padding: 40px 0;
}

.testi-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-stars {
  color: #f7c600;
  margin-bottom: 10px;
}

.testi-text {
  flex: 1;
  font-style: italic;
  margin-bottom: 15px;
}

.testi-author {
  font-weight: bold;
  text-align: right;
}




@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*===========================
<-- estudy Loader Css -->
=============================*/


.loader_bg {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
}




.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #212529;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.preloader-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-family: var(--thm-font);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.3s;
}

.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.5s;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-dark-anthracite {
  color: #333333; /* gris anthracite foncé */
}

.shadow-bg {
  position: relative;
  display: inline-block;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3); /* ombre portée derrière l'image */
  border-radius: 15px; /* coins arrondis si souhaité */
  overflow: hidden; /* pour que l'ombre reste propre autour de l'image */
}

.shadow-bg img {
  width: 100%;
  display: block;
}


@media screen and (max-width: 767px) {
  .shadow-bg img {
  max-height: 500px;
  display: block;
}
}

/**
animation: spinner 1s infinite linear;


.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
**/

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  /**border-top-color: rgba(255, 255, 255, 0.5); **/
}

/* Animation preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
/* Animation des lettres "Artisan Façadier" */
.handle-preloader {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 32px;
  background: transparent;
  text-align: center;
}

.animation-preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Animation des lettres */
.txt-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}

.word-artisan,
.word-facadier {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-family: 'Poppins', Arial, sans-serif;
}

.letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
  color: #ffffff;
}

.letters-loading:nth-child(2):before { animation-delay: 0.2s; }
.letters-loading:nth-child(3):before { animation-delay: 0.4s; }
.letters-loading:nth-child(4):before { animation-delay: 0.6s; }
.letters-loading:nth-child(5):before { animation-delay: 0.8s; }
.letters-loading:nth-child(6):before { animation-delay: 1s; }
.letters-loading:nth-child(7):before { animation-delay: 1.3s; }
.letters-loading:nth-child(8):before { animation-delay: 1.5s; }

@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

.counter-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  overflow: hidden;
  z-index: 1;
}

.counter-one__inner {
  position: relative;
  display: block;
}

.counter-one__inner .sec-title {
  padding-bottom: 0px;
}

.counter-one__inner .inner {
  position: relative;
  align-items: center;
}

.counter-one__inner .inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  background: #f6f7f8;
  border-radius: 50%;
}

.counter-one__inner .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-gray);
  font-size: 65px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__inner .inner:hover .icon-box span::before {
  transform: scale(0.9);
}

.counter-one__inner .inner .text-box {
  position: relative;
  display: block;
  margin-left: 21px;
  flex: 1;
}

.counter-one__inner .inner .text-box h2 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}

.counter-one__inner .inner .text-box h2 .k {
  position: relative;
  display: inline-block;
  top: 5px;
  right: 7px;
}

.counter-one__inner  .inner .text-box p {
  color: var(--thm-base);
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: 8px;
}

.counter-one .odometer.odometer-auto-theme,
.counter-one .odometer.odometer-theme-default {
  font-family: var(--thm-font);
  line-height: 70px;
}
