/*
Theme Name:  grilroy personal Template;
Version:1.0;


*/

/*
CSS LIST========>


======================>>
BANNER AREA CSS
======================>>
HEADER AREA CSS
======================>>
WELCOME AREA CSS
=======================>>
ABOUT AREA CSS AREA CSS
=======================>>
SKILL AREA CSS
=======================>>
SERICE AREA CSS
=======================>>
PROJECT AREA CSS
=======================>>
PRICING AREA CSS
=======================>>
TESTIMONIALS AREA CSS
=======================>>
BLOG  AREA CSS
=======================>>
CTA  AREA CSS
=======================>>
SOCIAL AREA CSS
=======================>>
LOGO AREA CSS
=======================>>
FOOTER AREA CSS

=========>>COMMON CSS

*/

/*
==========================
	BANNER AREA CSSS
==========================
*/

.header-banner-area {
    background: #2E3D44;
    position: relative;
    z-index: 2;
}

.header-banner-area .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background: #2E3D44;
}

.header-banner-area .owl-nav>div {
    height: 20px;
    width: 30px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    margin: 0 2px;
}

.header-banner-area .owl-nav>div:hover {
    color: var(--primary-color);
}

.header-banner-area .owl-nav>div i {
    font-size: 12px;
}

.header-banner-area .owl-nav>div:first-child {
    border-right: 1px solid #657A84;
    padding-right: 4px;
}

.header-area {
    border-bottom: 1px solid #15181a;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    -webkit--webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-area.header-main {
    top: 60px;
    -webkit--webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-area.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #000;
    transition: all 1s;
}

.banner-comments {
    position: relative;
    z-index: 2;
    padding: 10px;
    padding-left: 50px;
}

.banner-icon {
    position: absolute;
    left: 0;
    background: var(--primary-color);
    padding: 10px 12px;
    top: 0;
    color: #fff;
}

.banner-social-wrap div {
    display: inline-block;
}

.banner-social li {
    display: inline-block;
}

.banner-social li a {
    color: #fff;
    font-size: 13px;
    height: 100%;
    display: block;
    padding: 10px;
}

.banner-social li a:hover {
    color: var(--primary-color);
}


.banner-social li {
    border-left: 1px solid #435157;
}


a.contact-btn {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    background: var(--primary-color);
    padding: 10px 25px 10px 40px;
    transition: all .3s;
    position: relative;
    z-index: 2;
}

a.contact-btn i {
    transition: all .3s;
    position: absolute;
    left: 7px;
    top: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: -15px;
}

a.contact-btn:hover i {
    left: 10px;
    transition: all .3s infinite alternate;
}

a.contact-btn:hover {
    color: #fff;
}


.banner-single-carousel p {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

/*
==========================
	HEADER AREA CSS
==========================
*/
.header-area {
    border-bottom: 1px solid #15181a;
    padding: 14px 0;
}

.header-area .stellarnav li a {
    padding: 8px 10px;
    font-size: 13px;
    letter-spacing: 0;
    white-space: nowrap;
}

.search-area div {
    display: inline-block;
}

.search-box {
    position: relative;
    z-index: 2;
}



.search-btn {
    position: absolute;
    left: -30px;
    top: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: -15px;
}

.search-btn i {
    color: var(--primary-color);
}

.search-box input {
    background: transparent;
    border: none;
    color: #c8c6c6;
    position: relative;
    z-index: 2;
}


.search-box input::placeholder {
    color: #c8c6c6;
    font-size: 18px;
    font-weight: 300;
}

.search-box input:focus::placeholder {
    color: #222;
}

.slide-widgest-wrap {
    position: fixed;
    background: transparent;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
    transition: all .5s;
}

.slide-widgest-wrap.active {
    right: 0;
    transition: all .5s;
}

.grid-menu:hover {
    cursor: pointer
}

.slide-widgest-wrap:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
    opacity: .7;
    top: 0;
    z-index: -1;
}

.side-widgest {
    position: absolute;
    width: 30%;
    right: -100%;
    top: 0;
    height: 100%;
    padding: 80px 40px 40px 40px;
    background: black;
    transition: all 1s;
}

.side-widgest:hover {
    cursor: pointer;
}

.side-widgest.active {
    right: 0;
    transition: all 1s;
}

.side-content p {
    font-weight: 400;
    color: #fff;
}

.side-content {
    margin: 40px 0;
}

.side-social li {
    display: inline-block;
}

.side-social li a {
    color: #fff;
    font-size: 18px;
    width: 40px;
    text-align: center;
    border: 1px solid;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 6px;
    border-radius: 4px;
    transition: all .3s;
}

.side-close {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    transition: all .3s;
}

.side-social li a:hover,
.side-close:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transition: all .3s;
}

/*
==========================
	WELCOME AREA CSS
==========================
*/
.welcome-area-wrap {
    position: relative;
    z-index: 2;
}


.welcome__wrap1 {
    background: url(../img/bg/wlc-bg1.jpg);
    background-size: cover;
    background-position: center
}

.welcome__wrap2 {
    background: url(../img/bg/Header.png);
    background-size: cover;
    background-position: center
}


.single-welcome-area {
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding: 60px 0 20px;
}

.wlc-title h1 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 15px;
}

.wlc-title h1 span {
    color: #08d665;
}

.wlc-title p {
    font-weight: 400;
    font-size: 18px;
    padding-left: 20px;
    border-left: 3px solid #08d665;
    line-height: 28px;
    margin: 40px 0;
}

.wlc-author-1 {
    position: absolute;
    right: 5%;
    width: 40%;
    bottom: 0;
    height: 90%;
    z-index: -1;
}

.author-1 img {
    height: 100%;
    width: auto;
}


.welcome-carousel .owl-dots {
    position: absolute;
    counter-reset: wlc-counter;
    bottom: 50%;
    right: 5%;
    margin-bottom: -30px;
}

.welcome-carousel .owl-dots>div {
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin: 7px 0;
    border: 1px solid #08d665;
    transition: all .3s;
    overflow: hidden;
}

.welcome-carousel .owl-dots>div:after {
    position: absolute;
    content: "0" counter(wlc-counter);
    counter-increment: wlc-counter;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -13px;
    color: #08d665;
    font-size: 12px;
    transition: all .3s;

}

.welcome-carousel .owl-dots>div:hover,
.welcome-carousel .owl-dots>div.active {
    background: #08d665;
    border-color: #08d665;

}

.welcome-carousel .owl-dots>div:hover:after,
.welcome-carousel .owl-dots>div.active:after {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

h1.wlc-filltext {
    color: red;
    position: absolute;
    top: 15%;
    font-size: 200px;
    text-transform: uppercase;
    left: 0;
    letter-spacing: 2px;
    z-index: -1;
    -webkit-text-stroke: 1px #141618;
    -webkit-text-fill-color: transparent;
}

.wlc-author-1 img {
    position: absolute;
    bottom: 0;
}



/*
==========================
	ABOUT ATRA CSS
==========================
*/

.about-img-section {
    padding: 240px 0;
}

.about-area1 {
    background-image: url(assets/img/bg/about-bg.png);
    background-position: center;
    background-size: cover;
}

.about-img-section1 {
    background-image: url(../img/about/photo-bk.jpg);
    background-size: cover;
    background-position: center
}

a.about-video {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #fff;
    border-radius: 50%;
    color: #08d665;
    font-size: 40px;
}

.about-shape {
    position: relative;
    z-index: 3;
}

.about-shape:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 130%;
    background: url(../img/about/about-bg-shape.png);
    z-index: -1;
    left: -15%;
    background-repeat: no-repeat;
    top: 0%;
}

.about-area-primery .about-shape:after {
    background: url(../img/about/about-bg-shape2.png) no-repeat;
}

.about-shape:before {
    position: absolute;
    content: "";
    height: 300px;
    width: 300px;
    background: url(../img/about/about-shape.svg) no-repeat;
    background-repeat: no-repeat;
    bottom: -20%;
    left: -15%;
    z-index: -1;
}

.about-area-primery .about-shape:before {
    background: url(../img/about/about-shape2.svg) no-repeat;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #22cd6f;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #22cd6f;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#22cd6f, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.about-area-primery:after {
    position: absolute;
    content: "";
    height: 400px;
    width: 400px;
    right: 0;
    top: 0;
    background: url(../img/bg/about-bg.svg);
    opacity: .1;
}

.about-area-primery {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

/*
==========================
    SKILL AREA CSS
==========================
*/


.skill-box small {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.skill-box h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #08d665;
    margin: 12px 0;
}

.skill-box p {
    font-size: 15px;
    /* text-transform: capitalize; */
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
}

.skill-box {
    padding: 15px;
    background: #0B0D0E;
    box-shadow: 0px 65px 64.5px rgba(0, 0, 0, 0.39);
    transform: translateY(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



.primery-skill {
    position: relative;
    z-index: 2;
}

.primery-skill:after {
    position: absolute;
    content: "";
    height: 500px;
    width: 500px;
    background: url(../img/bg/skill-bg1.svg);
    bottom: -30%;
    z-index: -1;
    background-position: right;
    background-size: contain;
    left: -11%;
    -webkit-animation: spin infinite ease 9s;
    animation: spin infinite ease 9;
    opacity: .2
}





.primery-skill .skill-box small {
    font-size: 14px;
    text-transform: uppercase;
    color: #2d2e2f;
    font-weight: 500;
    z-index: 2;
}

.primery-skill .skill-box h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0b0d0e;
    margin: 12px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.skill-area.primery-skill .row:last-child div.skill-box:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background: #e9f7ef;
    left: 10px;
    top: 20px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;

}

.skill-area.primery-skill {
    overflow: hidden;
}


.skill-area.primery-skill .row:last-child div.skill-box:hover:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border-radius: 0;
}

.primery-skill .skill-box:hover h5 {
    color: #08d665;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.primery-skill .skill-box p {
    font-size: 15px;
    /* text-transform: capitalize; */
    color: #0b0d0e;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    z-index: 2;
}

.primery-skill .skill-box {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 65px 64.5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.primery-skill .skill-box:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.skill-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #131617;
}

.skill-box.skill-box2:hover {
    background: #fff;
}

/* ========================
   EXPERIENCES - NOUVEAU
======================== */
.exp-section {
    background: #ffffff;
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

/* Background déco */
.exp-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.exp-bg__glow {
    position: absolute; border-radius: 50%; filter: blur(80px);
}
.exp-bg__glow--1 {
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(8,214,101,0.1) 0%, transparent 70%);
    top: -80px; right: 10%;
}
.exp-bg__glow--2 {
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(8,214,101,0.07) 0%, transparent 70%);
    bottom: -40px; left: 5%;
}
.exp-bg__grid {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(8,214,101,0.13) 1px, transparent 1px);
    background-size: 36px 36px;
}
.exp-bg__ico { position: absolute; color: #0d1117; }
.exp-bg__ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(8,214,101,0.1);
}
.exp-bg__dots {
    position: absolute; width: 80px; height: 80px;
    background-image: radial-gradient(circle, rgba(8,214,101,0.3) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
}

/* En-tête */
.exp-section__label {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    color: #08d665; margin-bottom: 10px;
}
.exp-section__title {
    font-size: 36px; font-weight: 800; color: #0d1117; margin: 0;
}
.exp-section__title span { color: #08d665; }
.exp-section__count {
    font-size: 13px; color: #9ca3af; margin: 0;
}
.exp-section__count strong { color: #08d665; }

/* Grille 3 colonnes */
.exp-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

/* Carte */
.exp-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.exp-card:hover {
    transform: translateY(-5px);
    border-color: rgba(8,214,101,0.3);
    box-shadow: 0 20px 50px rgba(0,0,0,0.09);
}
.exp-card--featured {
    border-top: 3px solid #08d665;
    grid-column: span 1;
}

/* Top de la carte */
.exp-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 12px;
    border-bottom: 1px solid #f3f4f6;
    background: #fafbfc;
}
.exp-card__icon {
    width: 38px; height: 38px;
    min-width: 38px;
    background: rgba(8,214,101,0.1);
    border: 1px solid rgba(8,214,101,0.2);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: #08d665;
}
.exp-card__meta {
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
    justify-content: flex-end;
}
.exp-card__period {
    font-size: 11px; font-weight: 600;
    color: #9ca3af; letter-spacing: 0.05em;
}
.exp-badge {
    display: inline-flex; align-items: center;
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 20px;
    letter-spacing: 0.5px; text-transform: uppercase;
}
.exp-badge--current {
    background: rgba(8,214,101,0.12);
    color: #059669;
}

/* Corps de la carte */
.exp-card__body {
    padding: 18px 20px 20px;
    display: flex; flex-direction: column; gap: 6px;
    flex: 1;
}
.exp-card__company {
    font-size: 12px; font-weight: 600;
    color: #6b7280; margin: 0;
    display: flex; align-items: center; gap: 6px;
}
.exp-card__company i { color: #08d665; font-size: 11px; }
.exp-card__role {
    font-size: 15px; font-weight: 700;
    color: #0d1117; margin: 2px 0 6px; line-height: 1.4;
}
.exp-card__desc {
    font-size: 13px; color: #6b7280;
    line-height: 1.65; margin: 0;
}

/* Détails expandables */
.exp-card__details { margin-top: 8px; }
.exp-card__details summary {
    font-size: 12px; font-weight: 600;
    color: #08d665; cursor: pointer;
    list-style: none; display: inline-flex;
    align-items: center; gap: 5px;
}
.exp-card__details summary::after { content: " ▾"; }
.exp-card__details[open] summary::after { content: " ▴"; }
.exp-card__details summary::-webkit-details-marker { display: none; }
.exp-card__details ul {
    margin: 8px 0 0; padding: 0;
    list-style: none; display: flex; flex-direction: column; gap: 5px;
}
.exp-card__details ul li {
    font-size: 12.5px; color: #4b5563;
    padding: 6px 10px 6px 28px;
    background: #f9fafb; border-radius: 8px;
    border: 1px solid #f0f0f0;
    position: relative; line-height: 1.5;
}
.exp-card__details ul li::before {
    content: "→";
    position: absolute; left: 10px;
    color: #08d665; font-size: 11px;
}

/* Lien externe */
.exp-card__link {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 11.5px; font-weight: 500;
    color: #6b7280; margin-top: 10px;
    border-bottom: 1px dashed #e5e7eb;
    padding-bottom: 1px;
    align-self: flex-start;
    transition: color 0.2s;
}
.exp-card__link:hover { color: #08d665; border-color: #08d665; }
.exp-card__link i { font-size: 10px; }

@media (max-width: 991px) {
    .exp-timeline { grid-template-columns: repeat(3, 1fr); }
    .exp-card--featured { grid-column: span 1; }
}
@media (max-width: 767px) {
    .exp-timeline { grid-template-columns: 1fr; }
    .exp-card--featured { grid-column: span 1; }
}

.experience-area {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.experience-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(8, 214, 101, 0.08), transparent 60%),
        radial-gradient(circle at bottom right, rgba(8, 214, 101, 0.04), transparent 60%);
    pointer-events: none;
}

.experience-timeline {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 26px;
}

.experience-item {
    position: relative;
    margin-bottom: 0;
}

.experience-item:last-child {
    margin-bottom: 0;
}

.experience-marker {
    display: none;
}

.experience-dot {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #08d665;
    box-shadow: 0 0 0 6px rgba(8, 214, 101, 0.25);
}

.experience-line {
    display: none;
}

.experience-item:last-child .experience-line {
    display: none;
}

.experience-main {
    position: relative;
    padding: 18px 22px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #08d665;
}

.experience-main-featured {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.experience-main:before {
    content: none;
}

.experience-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    align-items: baseline;
    margin-bottom: 10px;
}

.experience-period {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
}

.experience-company {
    font-size: 14px;
    font-weight: 600;
    color: #131617;
}

.experience-main h5 {
    font-size: 19px;
    font-weight: 600;
    color: #131617;
    margin: 6px 0 8px;
}

.experience-main p {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 1.8;
    margin-bottom: 10px;
}

.experience-links {
    margin: 4px 0 10px;
}

.experience-link-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.experience-link-pill:hover {
    background: #e5e7eb;
    color: #08d665;
    border-color: #08d665;
}

.experience-list {
    margin: 12px 0 12px;
    padding-left: 0;
    list-style: none;
    position: relative;
    counter-reset: mission;
}

.experience-list li {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 1.7;
    margin-bottom: 8px;
    position: relative;
    padding-left: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 10px;
    background: #f9fafb;
    border: 1px solid #eef0f2;
}

.experience-list li::before {
    content: "0" counter(mission);
    counter-increment: mission;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    border-radius: 999px;
    background: #ffffff;
    color: #08d665;
    border: 2px solid #08d665;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-details {
    margin-top: 6px;
}

.experience-details summary {
    font-size: 13px;
    font-weight: 500;
    color: #059669;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 18px;
    padding-bottom: 2px;
    border-bottom: 1px dashed rgba(5, 150, 105, 0.4);
    transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

.experience-details summary::-webkit-details-marker {
    display: none;
}

.experience-details summary::after {
    content: "▾";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #10b981;
}

.experience-details[open] summary::after {
    content: "▴";
}

.experience-details summary:hover {
    color: #047857;
    border-bottom-color: #08d665;
    background-color: rgba(8, 214, 101, 0.03);
}

.experience-main-featured a {
    font-size: 14px;
}

.experience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.experience-tags span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e6fff2;
    color: #08d665;
}

@media (max-width: 767px) {
    .experience-timeline {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding-left: 0;
    }

    .experience-item {
        gap: 16px;
    }

    .experience-main {
        padding: 16px 16px 14px;
    }
}

.technical-skills {
    background: transparent;
    position: relative;
}

.technical-skills .skills-wrapper {
    margin-top: 40px;
}

.border_separatior {
    border-top: 1px solid #f4f4f4;

}

.technical-skills .skill .chart {
    position: relative;
    display: inline-block;
    min-height: 155px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.technical-skills .skill .chart>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;

}

.technical-skills .skill .chart>span span {
    font-size: 48px;
    margin-right: 5px;
}

.technical-skills .skill h5 {
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff;
}


.skill-area.primery-skill.section-padding {
    counter-reset: skill;
}

.skill-area.primery-skill.section-padding .row:last-child div.skill-box {
    position: relative;
    z-index: 2;
}

.skill-area.primery-skill.section-padding .row:last-child div.skill-box:after {
    content: "0" counter(skill);
    counter-increment: skill;
    position: absolute;
    right: 14px;
    bottom: 0;
    font-size: 70px;
    line-height: 80px;
    opacity: .2;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.skill-area.primery-skill.section-padding .row:last-child div.skill-box:hover:after {
    color: #0b0d0e;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}


.edu-card {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    transition: all .3s;
}

.edu-card:before {
    height: 6px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, #08d665, #4ad996);
    z-index: 1;
}

.edu-card:hover:before {
    height: 6px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 12px 12px 0 0;
}

.edu-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.edu-card small {
    color: #5c5c5c;
}

.edu-card h5 {
    color: #0b0d0e;
}

.edu-card p {
    color: #3c3c3c;
}

/*
==========================
    SERVICE AREA CSS
==========================
*/


.single-service {
    text-align: center;
    padding: 50px 40px;
    transition: all .3s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #131617;
}


.circles-wrap {
    position: absolute;
    bottom: -32%;
    left: -5%;
    z-index: -1;
}

span.circle {
    border-radius: 50%;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.circles {
    height: 400px;
    width: 400px;
    background: transparent;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

span.circle.circle-1 {
    height: 100px;
    width: 100px;
    background: #5fdb97;
    z-index: 5;
    display: inline-block;
    z-index: 5;
}


span.circle.circle-2 {
    height: 200px;
    width: 200px;
    background: #4dd78b;
    z-index: 4;
}

span.circle.circle-3 {
    height: 300px;
    width: 300px;
    background: #39d27e;
    z-index: 3;
}

span.circle.circle-4 {
    height: 400px;
    width: 400px;
    background: #22cd6f;
    z-index: 2;
}



.single-service:hover span.circle,
.single-service.active span.circle {
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.service-area .circles-wrap {
    position: absolute;
    bottom: -32%;
    left: auto;
    z-index: -1;
    right: -50%;
}


.service-text h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #22cd6f;
    margin-bottom: 30px;
}

.service-text {
    margin: 30px 0 30px 0px;
}

.service-area .service-text {
    margin: 30px 0 0px 0px;
}


.service-text p {
    color: #999999;
    /* text-transform: capitalize; */
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}


.service-icon {
    width: 90px;
    margin: 0 auto;
}

.service-icon-fa {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #e6fff0, #d0f5e0);
    transition: all .4s ease;
}

.service-icon-fa i {
    font-size: 38px;
    color: #09c75f;
    transition: all .4s ease;
}

.single-service:hover .service-icon-fa {
    background: rgba(255, 255, 255, 0.2);
}

.single-service:hover .service-icon-fa i {
    color: #fff;
}

.single-service.active,
.single-service:hover {
    background: #09c75f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-service.active .service-text h4,
.single-service.active .service-text h3,
.single-service:hover .service-text h3,
.single-service.active .service-text h5,
.single-service:hover .service-text h5,
.single-service:hover .service-text h4,
.single-service.active .service-text p,
.single-service:hover .service-text p {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-service.active .cbtn.pricing-btn,
.single-service:hover .cbtn.pricing-btn {
    background: #06a950;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-service.active .cbtn.pricing-btn i,
.single-service:hover .cbtn.pricing-btn i {
    color: #06a950;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-service.active .separator,
.single-service:hover .separator {
    border-color: #fff;
}

.service-area.service-primery {
    background: #fff;
}

.portfolio-wrap {
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
}

.portfolio-wrap:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    border-color: #e6e6e6;
}

.portfolio-wrap .single-portfolio-item {
    position: relative;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 10;
    transform: scale(1);
    transition: transform .35s ease;
}

.portfolio-wrap:hover .single-portfolio-item {
    transform: scale(1.03);
}

.portfolio-hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.0) 55%);
    opacity: 0;
    transition: opacity .25s ease;
}

.portfolio-wrap:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-hover-table,
.portfolio-hover-table-cell {
    display: block;
    height: 100%;
}

.portfolio-hover-table-cell {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 16px;
    gap: 10px;
}

.portfolio-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #08d665;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(8, 214, 101, 0.25);
    transition: background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.portfolio-cta:hover {
    background: #06be59;
    box-shadow: 0 10px 24px rgba(8, 214, 101, 0.3);
    transform: translateY(-1px);
    color: #ffffff;
}

.portfolio-description {
    padding: 16px 18px 18px;
    min-height: 110px;
}

.portfolio-description h6 {
    margin: 0 0 4px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 600;
}

.portfolio-description h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-list>[class*="col-"] {
    display: flex;
}

.portfolio-list>[class*="col-"] .portfolio-wrap {
    flex: 1;
}


.service-primery .single-service {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.service-primery .single-service.active,
.service-primery .single-service:hover {
    background: #09c75f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



.service-primery .service-text {
    margin: 40px 0 0 0px;
}

.service-primery {
    position: relative;
    z-index: 2;
}

.service-primery:after {
    position: absolute;
    content: "";
    height: 400px;
    width: 400px;
    right: 0;
    top: 0;
    background: url(../img/bg/service-bg.svg);
}

.pricing2 {
    background: #FAFAFA;
}

.pricing2 .service-text h3,
.pricing2 .service-text h4 {
    color: #32383A;
}

/*
==========================
    PROJECT AREA CSS
==========================
*/


.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs li {
    padding: 15px;
    margin: 0;
    background: transparent;
    position: relative;
    box-shadow: none;
    height: auto;
}



.project-area-primery .da-thumbs .owl-nav {
    position: absolute;
    top: -34%;
    right: 0;
}

/* New Project Card Styles */
.portfolio-carousel2 .owl-stage {
    display: flex;
}

.portfolio-carousel2 .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.portfolio-carousel2 .owl-item li {
    width: 100%;
    display: flex;
}

.project-box {
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 100%;
    height: 450px;
    /* Fixed height for consistent filled look */
    border: 1px solid #eee;
    display: block;
    /* Reset flex */
    position: relative;
}

.project-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.project-thumb {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.project-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
    transition: all 0.3s;
}

.project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-box:hover .project-thumb img {
    transform: scale(1.1);
}

.project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    text-align: left;
    z-index: 2;
    color: #fff;
}

.project-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.project-content p {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit text lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-content .read-more {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 30px;
}

.project-content .read-more:hover {
    background: var(--primary-color);
    color: #fff;
    padding-left: 15px;
}


.da-thumbs .owl-nav {
    position: absolute;
    top: -33%;
    right: 0;
}

.da-thumbs .owl-nav>div {
    height: 45px;
    width: 45px;
    background: transparent;
    border: 1px solid #06a950;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    color: #06a950;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    transition: all .3s;
}

.da-thumbs .owl-nav>div:hover,
.da-thumbs .owl-nav>div:focus {
    background: #06a950;
    border-color: #06a950;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.project-area {
    background: url(../img/bg/project-bg.jpg);
    background-size: cover;
    background-position: center;
}

.project-area-primery {
    background: transparent;
}

.project-area-primery {
    position: relative;
    z-index: 2;
}

.project-area-primery:after {
    position: absolute;
    content: "";
    height: 700px;
    width: 700px;
    left: -10%;
    bottom: 0;
    background: url(../img/bg/portfolio-bg.svg);
    z-index: -1;
    background-position: right;
    background-size: contain;
}

/*
==========================
    PRICING AREA CSS
==========================
*/


.pricing-area1 {
    background-image: url(../img/bg/about-bg.png);
    background-position: center;
    background-size: cover
}

.service-text h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #22cd6f;
}

.service-text h5 {
    color: #999999;
    /* text-transform: capitalize; */
    font-size: 18px;
}

.separator {
    border-top: 1px solid #999999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*
==========================
    COUNTER AREA CSS
==========================
*/
.fact i {
    font-size: 48px;
    margin-bottom: 10px;
    color: #08d665;
}


.fact h2 {
    color: #08d665;
}


.fact span {
    color: #32383A;
    font-size: 18px;
}

.fun-facts {
    background: #E6FFF2;

}

/*
==========================
    TESTIMONIALS AREA CSS
==========================
*/

.testimonials .owl-nav {
    position: absolute;
    top: -59%;
    right: -10%;
}

.testimonials .owl-nav>div {
    height: 45px;
    width: 45px;
    background: transparent;
    border: 1px solid #06a950;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    color: #06a950;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.testimonials .owl-nav>div:hover,
.testimonials .owl-nav>div:focus {
    background: #06a950;
    border-color: #06a950;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.testimonial-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
}

.testimonial-img img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 20px;
}

.testimonial {
    position: relative;
    z-index: 2;
    padding-left: 130px;
}

.testimonial-text h4 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 25px 0;
}

.testimonial-text p {
    font-size: 18px;
    /* text-transform: capitalize; */
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.testimonials-area-primery .testimonial-text h4,
.testimonials-area-primery .testimonial-text p {
    color: #0b0d0e;
}

.testimonials-area1 {
    background: url(../img/bg/testimonials-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*
==========================
    BLOG AREA CSS
==========================
*/
.blog-area .owl-nav {
    position: absolute;
    top: -27%;
    right: 0;
}

.blog-area .owl-nav>div {
    height: 45px;
    width: 45px;
    background: transparent;
    border: 1px solid #06a950;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    color: #06a950;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blog-area .owl-nav>div:hover,
.blog-area .owl-nav>div:focus {
    background: #06a950;
    border-color: #06a950;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.single-blog-img {
    display: flex;
    align-items: flex-end;
}

span.blog-banner {
    color: #fff;
    background: #131617;
    padding: 10px 25px;
    text-transform: uppercase;
}

.blog-description {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #f1f1f1;
    position: relative;
    z-index: 2;
}


.single-blog-img img {
    height: 250px;
    width: 100% !important;
}

a.readmore-btn:hover i {
    padding-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

a.readmore-btn i {
    padding-right: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blog-description h6 {
    color: #131617;
    /* text-transform: capitalize; */
    font-weight: 400;
    margin-bottom: 0;
}

.blog-description a {
    font-size: 20px;
    text-transform: uppercase;
    color: #131616;
    font-weight: 600;
    margin: 20px 0;
}

.blog-description p {
    color: #131617;
    /* text-transform: capitalize; */
    font-weight: 400;
    margin: 0;
}

.single-blog {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-blog:hover .blog-description a {
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-blog:hover span.blog-banner {
    background: #06a950;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.readmore-btn {
    color: #08d665;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

.single-blog:hover .blog-description a {
    color: #22cd6f;
}

/*
==========================
    CTA AREA CSS
==========================
*/


.cta-area1 {
    background-image: url(../img/bg/map.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}



.heading.cta-heading h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cta-form input {
    background: #32383a;
    width: 55% !important;
    padding: 14px 15px;
    border: 1px solid #22cd6f;
    border-radius: 5px;
    float: left;
    color: #fff;
}

.cta-form a.subscribe-btn {
    width: 43%;
    float: right;
}

.cta-form button.subscribe-btn {
    width: 43%;
    float: right;
}

a.subscribe-btn {
    padding: 15px 60px 15px 30px;
    background: #22cd6f;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: left;
    border: 1px solid transparent;
    font-size: 15px;
}

button.subscribe-btn {
    padding: 15px 60px 15px 30px;
    background: #22cd6f;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: left;
    border: 1px solid transparent;
    font-size: 15px;
}

a.subscribe-btn:hover,
a.subscribe-btn:hover i {
    border-color: #22cd6f;
    background: transparent;
    color: #22cd6f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

button.subscribe-btn:hover,
button.subscribe-btn:hover i {
    border-color: #22cd6f;
    background: transparent;
    color: #22cd6f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.subscribe-btn i {
    background: #fff;
    color: #22cd6f;
    height: 35px;
    width: 35px;
    text-align: center !important;
    position: absolute;
    right: 13px;
    line-height: 35px;
    border-radius: 3px;
    top: 50%;
    margin-top: -17.5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

button.subscribe-btn i {
    background: #fff;
    color: #22cd6f;
    height: 35px;
    width: 35px;
    text-align: center !important;
    position: absolute;
    right: 13px;
    line-height: 35px;
    border-radius: 3px;
    top: 50%;
    margin-top: -17.5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cta-form {
    width: 80%;
    margin: 0 auto;
}

.cta-primery {
    position: relative;
    z-index: 2;
    background: #fafafa;
}

img.cta-shape {
    position: absolute;
    z-index: -1;
}

.cta-shap1 {
    top: 20%;
    left: 9%;
}

.cta-shap2 {
    right: 12%;
    top: 10%;
}

.cta-shap4 {
    right: 7%;
    top: 48%;
}

.cta-shap3 {
    top: 40%;
    left: 31%;
}

.cta-shap5 {
    top: 80%;
    left: 6%;
}

/*
==========================
    SOCIAL AREA CSS
==========================
*/

.social-area .row>div {
    margin: 0;
    padding: 0;
}

.sinlge-social-hover a {
    display: block;
    padding: 50px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
}

.sinlge-social-hover {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.sinlge-social-hover:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #22cd6f;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

span.single-social-icon i {
    font-size: 32px;
    margin-bottom: 20px;
}

.sinlge-social-hover:hover a {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    color: #fff;
}

.sinlge-social-hover:hover:after {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/*
==========================
    LOGO AREA CSS
==========================
*/
.single-logo-table {
    height: 100px;
    width: 100%;
    text-align: center;
    display: table;
}

.single-logo-table img:hover {
    filter: brightness(1);
    cursor: move;
    opacity: 1;
}

.single-logo-table-cell {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.single-logo-table img {
    filter: brightness(40);
    opacity: .3;
    max-height: 100%;
    max-width: 100%;
}

/*
==========================
    FOOTER AREA CSS
==========================
*/
.footer-area1 {
    background-image: url(../img/bg/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.footer-menu li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 9px;
}

.footer-menu li a:hover {
    color: #08d665;
}

.footer-menu li {
    display: inline-block;
}

.copyright span {
    color: #08d665;
}

.copyright {
    text-transform: uppercase;
    color: #474747;
    font-size: 12px;
}

/*
==========================
    COMMON CSS
==========================
*/



.site-black {
    background: #0B0D0E;
}

.heading h2 {
    font-size: 44px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.heading h2 span {
    color: #22cd6f;
}

.heading {
    position: relative;
    z-index: 2;
}

.heading strong.filltext {
    font-size: 80px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #171c1e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.heading p {
    font-weight: 400;
    margin: 40px 0;
}


.primery-heading small {
    font-weight: 500;
    color: #08d665 !important;
    font-size: 16px;
    text-transform: uppercase;
}



.primery-heading h2 {
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #0b0d0e;
    font-weight: 600;
    margin-bottom: 0;
}

.primery-heading h2 span {
    color: #08d665;
}

.primery-heading {
    position: relative;
    z-index: 2;
}

.primery-heading strong.filltext {
    font-size: 80px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    -webkit-text-fill-color: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.primery-heading p {
    font-weight: 400;
    font-size: 17px;
    color: #0b0d0e;
}


.heading small {
    font-weight: 500;
    color: #08d665 !important;
    font-size: 16px;
    text-transform: uppercase;
}


.primery-info-content {
    padding-left: 30px;
    border-left: 3px solid #08d665;
    color: #fff;
}

.primery-info-content p {
    font-size: 18px;
    /* text-transform: capitalize; */
    font-weight: 400;
    color: #08d665;
    margin-bottom: 0;
}





.info-content {
    padding-left: 30px;
    border-left: 3px solid #08d665;
    color: #fff;
}

.info-content p {
    font-size: 18px;
    /* text-transform: capitalize; */
    font-weight: 400;
    margin-bottom: 0;
}



a.up-btn {
    position: fixed;
    bottom: 0;
    right: 10%;
    background: #08d665;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}

a.up-btn:hover {
    color: #08d665;
    background: #fff;
    border-color: #08d665;
    z-index: 999999999;
}

.header-area.sticky a.up-btn {
    visibility: visible;
    opacity: 1;
    bottom: 5%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/*PRELOADER CSS*/

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

.preloader {
    background: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}





.circles {
    margin-bottom: -10px;
}

.circle {
    width: 150px;
    margin: 6px 6px 0px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 42px;
    font-size: 48px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.circle strong i {
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    padding-left: 2px;
}

.circle span {
    display: block;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #ffffff;
    font-family: 'Raleway';
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}



.install {
    display: inline-block;
}

.install a {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin: 5px auto;
    transition: all .3s;
}

.install code {
    padding: 6px 12px;
    display: block;
    font: 13px/20px Courier New, Liberation Mono, monospase;
    background-color: transparent;
    border-radius: 4px;
    margin: 5px 0;
    white-space: nowrap;
}



.credits {
    color: #aaa;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.credits img {
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

@media (max-height: 600px),
(max-width: 480px) {
    .credits {
        position: inherit;
    }
}


p.single-soicial-text {
    margin: 0 !important;
}


/*
====================
    overright
=====================
*/
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/*
====================
    LAB CARDS
=====================
*/
.lab-card {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.lab-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), #06b354);
    border-radius: 16px 16px 0 0;
}

.lab-card:hover {
    box-shadow: 0 12px 40px rgba(8, 214, 101, 0.12);
    transform: translateY(-4px);
}

.lab-card__header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
}

.lab-card__icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: rgba(8, 214, 101, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--primary-color);
}

.lab-card__badge {
    display: inline-block;
    background: rgba(8, 214, 101, 0.08);
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 6px;
}

.lab-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #1a2238;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.lab-card__stack {
    font-size: 12px;
    color: #8a94a6;
    margin: 0;
    font-weight: 500;
}

.lab-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lab-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #4a5568;
    line-height: 1.5;
}

.lab-card__list li i {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

.lab-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid #f0f4f8;
}

/*
====================
    SKILL TAGS
=====================
*/
.skill-tag {
    display: inline-block;
    background: rgba(8, 214, 101, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(8, 214, 101, 0.3);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.skill-tag:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* =====================
   COMP BG DECORATION
===================== */
.comp-bg-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.comp-bg-icon {
    position: absolute;
    color: #08d665;
}

.comp-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle, rgba(8,214,101,0.12) 1px, transparent 1px);
    background-size: 40px 40px;
}

.comp-bg-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(8,214,101,0.12) 0%, transparent 70%);
    border-radius: 50%;
}

/* =====================
   COMPETENCES REDESIGN
===================== */
.comp-section {
    background: #ffffff;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.comp-heading {
    margin-bottom: 48px;
}

.comp-heading .comp-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #08d665;
    margin-bottom: 10px;
}

.comp-heading h2 {
    font-size: 38px;
    font-weight: 800;
    color: #0d1117;
    margin: 0;
}

.comp-heading h2 span {
    color: #08d665;
}

.comp-grid {
    gap: 0;
    row-gap: 24px !important;
}

.comp-card {
    background: #111520;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 28px 26px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.comp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #08d665, rgba(8, 214, 101, 0.3));
    border-radius: 16px 16px 0 0;
}

.comp-card:hover {
    transform: translateY(-5px);
    border-color: rgba(8, 214, 101, 0.2);
    box-shadow: 0 24px 60px rgba(8, 214, 101, 0.07);
}

.comp-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.comp-card__icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: rgba(8, 214, 101, 0.1);
    border: 1px solid rgba(8, 214, 101, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #08d665;
}

.comp-card__category {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #08d665;
    margin: 0 0 3px;
    opacity: 0.8;
}

.comp-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.comp-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.comp-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(180, 195, 210, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.comp-tag:hover {
    background: rgba(8, 214, 101, 0.1);
    color: #08d665;
    border-color: rgba(8, 214, 101, 0.3);
}

/* =====================
   EDUCATION REDESIGN
===================== */
.edu-section {
    background: #ffffff;
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

/* --- Background layers --- */
.edu-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Halos lumineux */
.edu-bg__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}
.edu-bg__glow--1 {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(8,214,101,0.08) 0%, transparent 70%);
    top: -100px; left: -80px;
}
.edu-bg__glow--2 {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(8,214,101,0.06) 0%, transparent 70%);
    bottom: -60px; right: 5%;
}
.edu-bg__glow--3 {
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 70%);
    top: 40%; left: 55%;
}

/* Grille de points */
.edu-bg__grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(8,214,101,0.18) 1px, transparent 1px);
    background-size: 38px 38px;
}

/* Icônes géantes fantômes */
.edu-bg__icons { position: absolute; inset: 0; }
.edu-bg__ico {
    position: absolute;
    color: #0d1117;
    line-height: 1;
}
.edu-bg__ico--1 { font-size: 140px; top: 5%;  left: 1%;   opacity: .06; transform: rotate(-18deg); }
.edu-bg__ico--2 { font-size: 120px; top: 10%; right: 2%;  opacity: .06; transform: rotate(14deg);  }
.edu-bg__ico--3 { font-size: 100px; bottom: 18%; left: 5%; opacity: .06; transform: rotate(8deg);  }
.edu-bg__ico--4 { font-size: 130px; bottom: 5%; right: 8%; opacity: .05; transform: rotate(-10deg);}
.edu-bg__ico--5 { font-size: 90px;  top: 48%;  left: 42%; opacity: .04; transform: rotate(5deg);  }
.edu-bg__ico--6 { font-size: 110px; top: 30%;  right: 30%;opacity: .04; transform: rotate(-6deg); }

/* Anneaux / cercles */
.edu-bg__shapes { position: absolute; inset: 0; }
.edu-bg__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(8,214,101,0.12);
}
.edu-bg__ring--1 { width: 280px; height: 280px; top: -60px;  left: -60px; }
.edu-bg__ring--2 { width: 180px; height: 180px; bottom: 60px; right: 12%;  border-color: rgba(8,214,101,0.08); }
.edu-bg__ring--3 { width: 120px; height: 120px; top: 40%;    right: 5%;   border-color: rgba(59,130,246,0.1); }

/* Clusters de points */
.edu-bg__dot-cluster {
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(circle, rgba(8,214,101,0.35) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
}
.edu-bg__dot-cluster--1 { top: 15%;  right: 18%; }
.edu-bg__dot-cluster--2 { bottom: 20%; left: 10%;  opacity: .6; }

/* Lignes diagonales décoratives */
.edu-bg__line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(8,214,101,0.15), transparent);
    height: 1px;
}
.edu-bg__line--1 {
    width: 300px;
    top: 35%;
    left: 0;
    transform: rotate(-30deg);
    transform-origin: left center;
}
.edu-bg__line--2 {
    width: 200px;
    bottom: 30%;
    right: 0;
    transform: rotate(30deg);
    transform-origin: right center;
}

/* Contenu par-dessus le bg */
.edu-section .container { position: relative; z-index: 1; }

.edu-heading {
    margin-bottom: 50px;
}

.edu-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #08d665;
    margin-bottom: 10px;
}

.edu-heading h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0d1117;
    margin: 0;
}

.edu-heading h2 span {
    color: #08d665;
}

.edu-subsection {
    margin-bottom: 44px;
}

.edu-subsection__title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.edu-subsection__title i {
    color: #08d665;
    font-size: 13px;
}

.edu-grid {
    row-gap: 20px !important;
}

/* Academic cards */
.edu-card {
    background: #fff;
    border-radius: 14px;
    padding: 26px 24px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.edu-card:hover {
    transform: translateY(-4px);
    border-color: rgba(8,214,101,0.4);
    box-shadow: 0 16px 48px rgba(0,0,0,0.09);
}

.edu-card--academic {
    border-left: 3px solid #08d665;
}

.edu-card__degree {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #08d665;
    background: rgba(8, 214, 101, 0.08);
    border-radius: 4px;
    padding: 3px 9px;
    margin-bottom: 12px;
}

.edu-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #0d1117;
    margin: 0 0 14px;
    line-height: 1.4;
}

.edu-card__institution {
    font-size: 13px;
    color: #374151;
    margin: 0 0 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}

.edu-card__institution i {
    color: #08d665;
    font-size: 12px;
}

.edu-card__date {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.edu-card__date i {
    font-size: 11px;
}

/* Certification cards */
.edu-card--cert {
    border-top: 3px solid rgba(8,214,101,0.25);
}

.edu-card--cert:hover {
    border-top-color: #08d665;
}

.edu-card__cert-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.edu-card__issuer {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6b7280;
}

.edu-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.edu-badge--done {
    background: rgba(8, 214, 101, 0.1);
    color: #059669;
}

.edu-badge--progress {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
}

.edu-card__cert-id {
    font-size: 11px;
    color: #9ca3af;
    font-family: monospace;
    margin: 10px 0 0;
    word-break: break-all;
}

.edu-card__desc {
    font-size: 13px;
    color: #6b7280;
    margin: 10px 0 0;
    line-height: 1.6;
}

/* =======================
   SERVICES REDESIGN
======================= */
.svc-section {
    background: #0b0e13;
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

/* Background */
.svc-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

.svc-bg__glow {
    position: absolute; border-radius: 50%; filter: blur(90px);
}
.svc-bg__glow--1 {
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(8,214,101,0.15) 0%, transparent 70%);
    top: -120px; left: -60px;
}
.svc-bg__glow--2 {
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(8,214,101,0.1) 0%, transparent 70%);
    bottom: -80px; right: 8%;
}
.svc-bg__glow--3 {
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
    top: 40%; right: 25%;
}
.svc-bg__grid {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(8,214,101,0.1) 1px, transparent 1px);
    background-size: 40px 40px;
}
.svc-bg__ico { position: absolute; color: #08d665; line-height: 1; }
.svc-bg__ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(8,214,101,0.1);
}
.svc-bg__dots {
    position: absolute; width: 100px; height: 100px;
    background-image: radial-gradient(circle, rgba(8,214,101,0.28) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
}
.svc-bg__line {
    position: absolute; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(8,214,101,0.2), transparent);
}
.svc-bg__line--1 { width: 400px; top: 30%; left: 0; transform: rotate(-20deg); transform-origin: left; }
.svc-bg__line--2 { width: 300px; bottom: 25%; right: 0; transform: rotate(20deg); transform-origin: right; }

/* En-tête */
.svc-header { margin-bottom: 56px; position: relative; z-index: 1; }
.svc-section__label {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    color: #08d665; margin-bottom: 10px;
}
.svc-section__title {
    font-size: 38px; font-weight: 800; color: #fff; margin: 0;
}
.svc-section__title span { color: #08d665; }
.svc-section__sub {
    font-size: 14px; color: rgba(255,255,255,0.4);
    line-height: 1.7; margin: 0;
}

/* Grille 3 colonnes */
.svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative; z-index: 1;
}

/* Carte service */
.svc-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px;
    padding: 30px 26px 26px;
    position: relative;
    overflow: hidden;
    display: flex; flex-direction: column; gap: 10px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.svc-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #08d665, rgba(8,214,101,0.2));
    opacity: 0;
    transition: opacity 0.3s;
}
.svc-card:hover {
    transform: translateY(-6px);
    border-color: rgba(8,214,101,0.25);
    box-shadow: 0 24px 60px rgba(0,0,0,0.3), 0 0 40px rgba(8,214,101,0.06);
}
.svc-card:hover::before { opacity: 1; }

/* Icône */
.svc-card__icon {
    width: 52px; height: 52px;
    background: rgba(8,214,101,0.1);
    border: 1px solid rgba(8,214,101,0.2);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #08d665;
    transition: background 0.3s, transform 0.3s;
}
.svc-card:hover .svc-card__icon {
    background: rgba(8,214,101,0.2);
    transform: scale(1.08);
}

/* Numéro */
.svc-card__num {
    position: absolute; top: 24px; right: 24px;
    font-size: 28px; font-weight: 800;
    color: rgba(255,255,255,0.04);
    font-family: 'Raleway', sans-serif;
    line-height: 1;
}

/* Texte */
.svc-card__title {
    font-size: 17px; font-weight: 700;
    color: #fff; margin: 4px 0 0;
}
.svc-card__desc {
    font-size: 13px; color: rgba(255,255,255,0.5);
    line-height: 1.7; margin: 0; flex: 1;
}

/* Tags */
.svc-card__tags {
    display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px;
}
.svc-card__tags span {
    font-size: 10.5px; font-weight: 600;
    letter-spacing: 0.5px;
    padding: 4px 9px; border-radius: 6px;
    background: rgba(8,214,101,0.08);
    color: rgba(8,214,101,0.85);
    border: 1px solid rgba(8,214,101,0.15);
}

/* Flèche */
.svc-card__arrow {
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; color: rgba(255,255,255,0.3);
    align-self: flex-end;
    transition: all 0.3s;
}
.svc-card:hover .svc-card__arrow {
    background: #08d665;
    border-color: #08d665;
    color: #fff;
    transform: translateX(3px);
}

/* CTA */
.svc-cta {
    margin-top: 56px;
    text-align: center;
    position: relative; z-index: 1;
}

@media (max-width: 991px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .svc-grid { grid-template-columns: 1fr; } }


/* ================================================================
   SECTIONS - BACKGROUNDS ALTERNÉS + PATTERNS DISTINCTIFS
   Alternance blanc / gris-léger pour différencier chaque section.
   Hero & Footer restent sombres.
================================================================ */

/* ── ABOUT - fond gris très léger ───────────────────────────── */
.about-area-primery {
    background: #f5f7fa;
    position: relative;
    overflow: hidden;
}
.about-area-primery::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(8,214,101,0.1) 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 0% 100%, rgba(8,214,101,0.07) 0%, transparent 65%),
        radial-gradient(circle, rgba(8,214,101,0.18) 1px, transparent 1px) 0 0 / 30px 30px;
}
.about-area-primery::after {
    content: '';
    position: absolute;
    width: 340px; height: 340px;
    border: 1px solid rgba(8,214,101,0.14);
    border-radius: 50%;
    top: -120px; right: -80px;
    pointer-events: none;
    box-shadow: inset 0 0 80px rgba(8,214,101,0.06);
}

/* ── SERVICES - fond blanc pur ───────────────────────────────── */
.svc-section {
    background: #ffffff !important;
}
/* Label et titre section */
.svc-section__label { color: #08d665; }
.svc-section__title { color: #0d1117; }
.svc-section__sub   { color: #6b7280; }

/* Glows et patterns sur fond blanc - légèrement plus visibles */
.svc-bg__glow--1 {
    background: radial-gradient(circle, rgba(8,214,101,0.12) 0%, transparent 70%);
}
.svc-bg__glow--2 {
    background: radial-gradient(circle, rgba(8,214,101,0.08) 0%, transparent 70%);
}
.svc-bg__glow--3 {
    background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%);
}
.svc-bg__grid {
    background-image: radial-gradient(circle, rgba(8,214,101,0.20) 1px, transparent 1px);
    background-size: 36px 36px;
}
.svc-bg__ico { color: rgba(8,214,101,0.09); }
.svc-bg__ring { border-color: rgba(8,214,101,0.15); }
.svc-bg__dots {
    background-image: radial-gradient(circle, rgba(8,214,101,0.28) 1.5px, transparent 1.5px);
}
.svc-bg__line {
    background: linear-gradient(90deg, transparent, rgba(8,214,101,0.22), transparent);
}

/* Cards services - fond blanc, texte sombre */
.svc-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.svc-card:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.1), 0 0 30px rgba(8,214,101,0.08);
    border-color: rgba(8,214,101,0.25);
}
.svc-card__num {
    color: rgba(8,214,101,0.07) !important;
    font-size: 52px;
}
.svc-card__title { color: #0d1117 !important; }
.svc-card__desc  { color: #6b7280 !important; }
.svc-card__arrow {
    border-color: rgba(0,0,0,0.12) !important;
    color: #9ca3af !important;
}
.svc-card:hover .svc-card__arrow {
    background: #08d665 !important;
    border-color: #08d665 !important;
    color: #fff !important;
}
.svc-card__tags span {
    background: rgba(8,214,101,0.06) !important;
    color: #059669 !important;
    border-color: rgba(8,214,101,0.18) !important;
}

/* ── EXPERIENCES - fond gris très léger ──────────────────────── */
.exp-section {
    background: #f5f7fa !important;
}
/* Patterns adaptés au fond gris clair */
.exp-bg__grid {
    background-image: radial-gradient(circle, rgba(8,214,101,0.22) 1px, transparent 1px);
}
.exp-bg__glow--1 {
    background: radial-gradient(circle, rgba(8,214,101,0.11) 0%, transparent 70%);
}
.exp-bg__glow--2 {
    background: radial-gradient(circle, rgba(8,214,101,0.08) 0%, transparent 70%);
}
.exp-bg__ico { color: rgba(8,214,101,0.09) !important; }
.exp-bg__ring { border-color: rgba(8,214,101,0.16) !important; }
.exp-bg__dots {
    background-image: radial-gradient(circle, rgba(8,214,101,0.30) 1.5px, transparent 1.5px);
}
/* Ligne déco horizontale supplémentaire */
.exp-section::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(8,214,101,0.25), transparent);
    pointer-events: none;
}

/* ── LABS - fond blanc pur ───────────────────────────────────── */
#labs {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
#labs::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(8,214,101,0.22) 1.5px, transparent 1.5px),
        radial-gradient(ellipse 55% 45% at 95% 5%, rgba(8,214,101,0.10) 0%, transparent 65%),
        radial-gradient(ellipse 45% 40% at 5% 95%, rgba(59,130,246,0.06) 0%, transparent 65%);
    background-size: 26px 26px, 100% 100%, 100% 100%;
}
#labs::after {
    content: '';
    position: absolute;
    width: 260px; height: 260px;
    border: 1px dashed rgba(8,214,101,0.20);
    border-radius: 50%;
    bottom: -80px; right: -60px;
    pointer-events: none;
}

/* ── COMPETENCES - fond gris léger ───────────────────────────── */
#competences,
.comp-section {
    background: #f5f7fa !important;
}
/* Pattern grille + glows adaptés au gris */
.comp-bg-deco { pointer-events: none; }
.comp-bg-icon { color: rgba(8,214,101,0.10) !important; }
.comp-bg-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(8,214,101,0.10) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,214,101,0.10) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}
.comp-bg-glow {
    position: absolute;
    width: 320px; height: 320px;
    border-radius: 50%;
    filter: blur(80px);
    background: radial-gradient(circle, rgba(8,214,101,0.12) 0%, transparent 70%);
    pointer-events: none;
}
/* Anneaux décoratifs */
#competences::before {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    border: 1px solid rgba(8,214,101,0.14);
    border-radius: 50%;
    top: -150px; left: -100px;
    pointer-events: none;
}
#competences::after {
    content: '';
    position: absolute;
    width: 220px; height: 220px;
    border: 1px solid rgba(59,130,246,0.10);
    border-radius: 50%;
    bottom: -80px; right: 8%;
    pointer-events: none;
}

/* ── EDUCATION - fond blanc pur ──────────────────────────────── */
.edu-section {
    background: #ffffff !important;
}
.edu-bg { pointer-events: none; }
.edu-bg__glow--1 { background: radial-gradient(circle, rgba(8,214,101,0.10) 0%, transparent 70%) !important; }
.edu-bg__glow--2 { background: radial-gradient(circle, rgba(8,214,101,0.08) 0%, transparent 70%) !important; }
.edu-bg__glow--3 { background: radial-gradient(circle, rgba(59,130,246,0.06) 0%, transparent 70%) !important; }
.edu-bg__ico--1,.edu-bg__ico--2,.edu-bg__ico--3,
.edu-bg__ico--4,.edu-bg__ico--5,.edu-bg__ico--6 {
    color: rgba(8,214,101,0.10) !important;
}
.edu-bg__ring--1,.edu-bg__ring--2,.edu-bg__ring--3 { border-color: rgba(8,214,101,0.15) !important; }
.edu-bg__dot-cluster--1,.edu-bg__dot-cluster--2 {
    background-image: radial-gradient(circle, rgba(8,214,101,0.30) 1.5px, transparent 1.5px) !important;
}
.edu-bg__line--1,.edu-bg__line--2 {
    background: linear-gradient(90deg, transparent, rgba(8,214,101,0.22), transparent) !important;
}
.edu-bg__grid {
    background-image:
        radial-gradient(circle, rgba(8,214,101,0.18) 1px, transparent 1px) !important;
    background-size: 34px 34px;
}

/* ── PROJECTS - fond gris léger ──────────────────────────────── */
.project-area-primery {
    background: #f5f7fa;
    position: relative;
    overflow: hidden;
}
.project-area-primery::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 50% 50% at 0% 50%, rgba(8,214,101,0.10) 0%, transparent 65%),
        radial-gradient(ellipse 40% 35% at 100% 80%, rgba(8,214,101,0.08) 0%, transparent 60%),
        radial-gradient(circle, rgba(8,214,101,0.18) 1px, transparent 1px) 0 0 / 34px 34px;
}

/* ── CONTACT - fond blanc pur ────────────────────────────────── */
.contact-page-area {
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
}
.contact-page-area::before {
    content: '';
    position: absolute; inset: 0; pointer-events: none; z-index: 0;
    background:
        radial-gradient(ellipse 60% 55% at 50% 0%, rgba(8,214,101,0.09) 0%, transparent 70%),
        radial-gradient(circle, rgba(8,214,101,0.16) 1px, transparent 1px) 0 0 / 38px 38px;
}
.contact-page-area .container { position: relative; z-index: 1; }

/* ── En-tête contact ─────────────────────────────────────────── */
.ctc-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 52px;
    flex-wrap: wrap;
}
.ctc-label {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    color: #08d665; margin-bottom: 12px;
}
.ctc-title {
    font-size: 48px; font-weight: 900;
    color: #0d1117; line-height: 1.1;
    margin: 0 0 14px; font-family: 'Raleway', sans-serif;
}
.ctc-title span { color: #08d665; }
.ctc-sub {
    font-size: 16px; color: #6b7280;
    line-height: 1.65; margin: 0;
}
.ctc-avail {
    display: inline-flex; align-items: center; gap: 9px;
    background: #f0fdf4;
    border: 1px solid rgba(8,214,101,0.35);
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 14px; font-weight: 700;
    color: #059669;
    white-space: nowrap;
}
.ctc-avail__dot {
    width: 9px; height: 9px;
    background: #08d665; border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(8,214,101,0.4);
    animation: ctc-pulse 1.8s ease-out infinite;
}
@keyframes ctc-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(8,214,101,0.55); }
    70%  { box-shadow: 0 0 0 9px rgba(8,214,101,0);    }
    100% { box-shadow: 0 0 0 0   rgba(8,214,101,0);    }
}

/* ── Corps : grille 2 colonnes ───────────────────────────────── */
.ctc-body {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: start;
}

/* ── Cartes d'action ─────────────────────────────────────────── */
.ctc-info { display: flex; flex-direction: column; gap: 14px; }

.ctc-card {
    display: flex; align-items: center; gap: 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 20px 22px;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    position: relative; overflow: hidden;
}
.ctc-card::before {
    content: '';
    position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: #08d665; border-radius: 3px 0 0 3px;
    transform: scaleY(0);
    transition: transform 0.22s ease;
    transform-origin: center;
}
.ctc-card:hover {
    transform: translateX(5px);
    border-color: rgba(8,214,101,0.25);
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
    text-decoration: none;
}
.ctc-card:hover::before { transform: scaleY(1); }
.ctc-card--static { cursor: default; }
.ctc-card--static:hover { transform: none; border-color: rgba(0,0,0,0.08); box-shadow: none; }
.ctc-card--static::before { display: none; }

.ctc-card__icon {
    width: 48px; height: 48px; min-width: 48px;
    background: rgba(8,214,101,0.09);
    border: 1px solid rgba(8,214,101,0.2);
    border-radius: 13px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #08d665;
    transition: background 0.2s, transform 0.2s;
}
.ctc-card:hover .ctc-card__icon { background: rgba(8,214,101,0.16); transform: scale(1.06); }
.ctc-card__icon--li  { background: rgba(10,102,194,0.08);  border-color: rgba(10,102,194,0.2);  color: #0a66c2; }
.ctc-card:hover .ctc-card__icon--li { background: rgba(10,102,194,0.15); }
.ctc-card__icon--gh  { background: rgba(36,41,47,0.07);   border-color: rgba(36,41,47,0.15);   color: #24292f; }
.ctc-card:hover .ctc-card__icon--gh { background: rgba(36,41,47,0.14); }
.ctc-card__icon--loc { background: rgba(239,68,68,0.07);  border-color: rgba(239,68,68,0.18);  color: #ef4444; }

.ctc-card__content { flex: 1; min-width: 0; }
.ctc-card__label {
    display: block;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.8px; text-transform: uppercase;
    color: #9ca3af; margin-bottom: 6px;
}
.ctc-card__val {
    font-size: 14px; font-weight: 500;
    color: #1a2238; margin: 0; line-height: 1.6;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.01em;
}
.ctc-card__val--small { font-size: 12px; font-weight: 400; color: #9ca3af; }

.ctc-card__arrow {
    width: 32px; height: 32px; flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; color: #9ca3af;
    transition: all 0.2s;
}
.ctc-card:hover .ctc-card__arrow {
    background: #08d665; border-color: #08d665; color: #fff;
    transform: translateX(3px);
}

/* ── Formulaire ──────────────────────────────────────────────── */
.ctc-form-wrap {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 6px 28px rgba(0,0,0,0.05);
}
.ctc-form-header { margin-bottom: 26px; }
.ctc-form-title {
    font-size: 22px; font-weight: 800;
    color: #0d1117; margin: 0 0 6px;
    font-family: 'Raleway', sans-serif;
}
.ctc-form-sub { font-size: 14px; color: #9ca3af; margin: 0; }

.ctc-form { display: flex; flex-direction: column; gap: 18px; }
.ctc-form__field { display: flex; flex-direction: column; gap: 7px; }
.ctc-form__field label {
    font-size: 13px; font-weight: 600;
    color: #374151;
}
.ctc-form__field input,
.ctc-form__field textarea {
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 15px; font-weight: 400;
    color: #1a2238; font-family: 'Raleway', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none; resize: none; width: 100%;
}
.ctc-form__field input::placeholder,
.ctc-form__field textarea::placeholder { color: #b0bac9; }
.ctc-form__field input:focus,
.ctc-form__field textarea:focus {
    border-color: rgba(8,214,101,0.55);
    box-shadow: 0 0 0 3px rgba(8,214,101,0.1);
    background: #fff;
}
.ctc-submit {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    background: #08d665; color: #fff;
    border: none; border-radius: 12px;
    padding: 15px 28px;
    font-size: 15px; font-weight: 700;
    font-family: 'Raleway', sans-serif;
    cursor: pointer; width: 100%; margin-top: 4px;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.ctc-submit i { font-size: 18px; }
.ctc-submit:hover {
    background: #06be59;
    box-shadow: 0 8px 24px rgba(8,214,101,0.32);
    transform: translateY(-2px);
}

/* ── Responsive contact ──────────────────────────────────────── */
@media (max-width: 991px) {
    .ctc-body { grid-template-columns: 1fr; }
    .ctc-title { font-size: 38px; }
}
@media (max-width: 767px) {
    .ctc-header { flex-direction: column; align-items: flex-start; }
    .ctc-title { font-size: 30px !important; }
    .ctc-form-wrap { padding: 22px 16px; }
    .ctc-card { padding: 16px 14px; }
    .ctc-card__val { font-size: 13px; white-space: normal; }
}

/* ── Séparateurs de section - lisibles ───────────────────────── */
.about-area-primery,
.svc-section,
.exp-section,
#labs,
#competences,
.edu-section,
.project-area-primery,
.contact-page-area {
    border-top: 1px solid rgba(0,0,0,0.08);
}

/* ── Comp card fond blanc ────────────────────────────────────── */
.comp-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    transition: box-shadow .25s, transform .25s, border-color .25s;
}
.comp-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #08d665, rgba(8,214,101,0.3));
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transition: opacity .3s;
}
.comp-card:hover {
    box-shadow: 0 12px 40px rgba(8,214,101,0.1);
    transform: translateY(-3px);
    border-color: rgba(8,214,101,0.2);
}
.comp-card:hover::before { opacity: 1; }
.comp-card__header {
    display: flex; align-items: flex-start; gap: 14px;
    margin-bottom: 16px; padding-bottom: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.comp-card__icon {
    width: 44px; height: 44px; min-width: 44px;
    background: rgba(8,214,101,0.08);
    border: 1px solid rgba(8,214,101,0.2);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #08d665;
}
.comp-card__category {
    font-size: 10px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: #08d665; margin: 0 0 3px;
}
.comp-card__title {
    font-size: 15px; font-weight: 700; color: #0d1117; margin: 0;
}
.comp-card__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.comp-tag {
    display: inline-block;
    background: #f6fef9;
    color: #059669;
    border: 1px solid rgba(8,214,101,0.2);
    border-radius: 20px;
    padding: 4px 11px;
    font-size: 12px; font-weight: 500;
    transition: background .2s, color .2s;
}
.comp-tag:hover { background: #08d665; color: #fff; border-color: #08d665; }
.comp-grid { margin-top: 28px; gap-y: 20px; row-gap: 20px; }
.comp-heading { margin-bottom: 4px; }
.comp-label {
    display: inline-block;
    font-size: 11px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: #08d665; margin-bottom: 8px;
}
.comp-heading h2 { font-size: 44px; font-weight: 800; color: #0d1117; margin: 0; font-family: 'Raleway', sans-serif; }
.comp-heading h2 span { color: #08d665; }


/* ================================================================
   RALEWAY - TYPOGRAPHIE GLOBALE
   Augmentation des tailles et cohérence de la police sur tout le site
================================================================ */

/* ── Base globale ─────────────────────────────────────────────── */
* { font-family: 'Raleway', sans-serif; }

/* ── Hero - Oswald conservé (police d'origine) ────────────────── */
.wlc-title h1 {
    font-size: 70px !important;
    line-height: 84px !important;
    letter-spacing: -2.5px !important;
    font-weight: 700 !important;
    font-family: 'Oswald', sans-serif !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    hyphens: none !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}
.wlc-title h1 span {
    font-family: 'Oswald', sans-serif !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    color: #08d665 !important;
}

.wlc-title p {
    font-size: 19px !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
    font-family: 'Raleway', sans-serif !important;
    opacity: 0.85;
}

/* ── About ────────────────────────────────────────────────────── */
.primery-heading h2 {
    font-size: 46px !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
    font-family: 'Raleway', sans-serif !important;
}
.primery-heading p,
.about-area-primery p {
    font-size: 17px !important;
    line-height: 1.85 !important;
    color: #4a5568 !important;
    font-weight: 400 !important;
}
.primery-heading small,
.primery-heading strong.filltext {
    font-size: 12px !important;
    letter-spacing: 3.5px !important;
    font-weight: 700 !important;
}

/* ── Services ─────────────────────────────────────────────────── */
.svc-section__label {
    font-size: 12px !important;
    letter-spacing: 3.5px !important;
    font-weight: 700 !important;
}
.svc-section__title {
    font-size: 48px !important;
    font-weight: 900 !important;
    font-family: 'Raleway', sans-serif !important;
}
.svc-section__sub {
    font-size: 17px !important;
    line-height: 1.75 !important;
}
.svc-card__title {
    font-size: 19px !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px;
}
.svc-card__desc {
    font-size: 15px !important;
    line-height: 1.75 !important;
}
.svc-card__tags span {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
}
.svc-card__num {
    font-size: 60px !important;
    font-weight: 900 !important;
    font-family: 'Raleway', sans-serif !important;
}

/* ── Expériences ──────────────────────────────────────────────── */
.exp-section__label {
    font-size: 12px !important;
    letter-spacing: 3.5px !important;
    font-weight: 700 !important;
}
.exp-section__title {
    font-size: 48px !important;
    font-weight: 900 !important;
    font-family: 'Raleway', sans-serif !important;
}
.exp-section__count {
    font-size: 16px !important;
}
.exp-card__role {
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}
.exp-card__company {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.exp-card__desc {
    font-size: 15px !important;
    line-height: 1.7 !important;
}
.exp-card__details summary {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.exp-card__details ul li {
    font-size: 14px !important;
    line-height: 1.65 !important;
}
.exp-card__period {
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
}
.exp-card__link {
    font-size: 13px !important;
    font-weight: 600 !important;
}
.exp-badge {
    font-size: 11px !important;
}

/* ── Expériences timeline (ancienne version) ──────────────────── */
.experience-main h5 {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.experience-main p {
    font-size: 16px !important;
    line-height: 1.8 !important;
}
.experience-period {
    font-size: 12.5px !important;
}
.experience-company {
    font-size: 15px !important;
    font-weight: 700 !important;
}
.experience-list li {
    font-size: 15px !important;
    line-height: 1.7 !important;
}
.experience-details summary {
    font-size: 14px !important;
}

/* ── Labs ─────────────────────────────────────────────────────── */
.lab-card__title {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}
.lab-card__stack {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.lab-card__badge {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}
.lab-card__list li {
    font-size: 15px !important;
    line-height: 1.7 !important;
}
.lab-card__list li i { font-size: 15px !important; }

/* ── Compétences ──────────────────────────────────────────────── */
.comp-label {
    font-size: 12px !important;
    letter-spacing: 3.5px !important;
    font-weight: 700 !important;
}
.comp-card__category {
    font-size: 11px !important;
    letter-spacing: 2.5px !important;
    font-weight: 700 !important;
}
.comp-card__title {
    font-size: 17px !important;
    font-weight: 700 !important;
}
.comp-tag, .skill-tag {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1px;
}

/* ── Formation ────────────────────────────────────────────────── */
.edu-label {
    font-size: 12px !important;
    letter-spacing: 3.5px !important;
    font-weight: 700 !important;
}
.edu-heading h2 {
    font-size: 48px !important;
    font-weight: 900 !important;
    font-family: 'Raleway', sans-serif !important;
}
.edu-card__degree {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}
.edu-card__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}
.edu-card__institution,
.edu-card__date,
.edu-card__desc {
    font-size: 15px !important;
    line-height: 1.65 !important;
}
.edu-card__issuer {
    font-size: 13px !important;
    font-weight: 700 !important;
}
.edu-card__cert-id {
    font-size: 13px !important;
}
.edu-subsection__title {
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* ── Projects ─────────────────────────────────────────────────── */
.project-content h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.project-content p {
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* ── Contact ──────────────────────────────────────────────────── */
.contact-page-area h2 {
    font-size: 46px !important;
    font-weight: 800 !important;
}
.contact__card h4 {
    font-size: 19px !important;
    font-weight: 700 !important;
}
.contact__card ul li a {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.contact-form input,
.contact-form textarea {
    font-size: 16px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400 !important;
}

/* ── CONTACT - Raleway sur tous les éléments ctc ─────────────── */
.ctc-label,
.ctc-title,
.ctc-sub,
.ctc-avail,
.ctc-card__label,
.ctc-card__val,
.ctc-card__val--small,
.ctc-form-title,
.ctc-form-sub,
.ctc-form__field label,
.ctc-form__field input,
.ctc-form__field textarea,
.ctc-submit {
    font-family: 'Raleway', sans-serif !important;
}

/* Forçage navigateur pour inputs/textarea/button (ignorent l'héritage) */
#contact input,
#contact textarea,
#contact button,
#contact label,
#contact p,
#contact h2,
#contact h3,
#contact span,
#contact a {
    font-family: 'Raleway', sans-serif !important;
}

/* ── Navbar ───────────────────────────────────────────────────── */
.stellarnav ul li a,
.navbarmneuclass li a {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    font-family: 'Raleway', sans-serif !important;
    white-space: nowrap !important;
}
.logo {
    font-size: 26px !important;
    font-weight: 800 !important;
    font-family: 'Raleway', sans-serif !important;
}

/* ── Boutons ──────────────────────────────────────────────────── */
.cbtn, .subscribe-btn {
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    font-family: 'Raleway', sans-serif !important;
}

/* ── Footer ───────────────────────────────────────────────────── */
.footer-menu ul li a {
    font-size: 15px !important;
    font-weight: 600 !important;
}
.copyright p {
    font-size: 15px !important;
}

/* ── Section heading filltext / small ────────────────────────── */
strong.filltext {
    font-size: 13px !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
    font-family: 'Raleway', sans-serif !important;
}
.primery-heading small {
    font-size: 12px !important;
    letter-spacing: 3px !important;
    font-weight: 700 !important;
}

/* ================================================================
   FOOTER - Design épuré & moderne
================================================================ */
.ftr {
    background: #0b0e13;
    position: relative;
    overflow: hidden;
    padding: 72px 0 0;
    font-family: 'Raleway', sans-serif;
}

/* Décoration fond */
.ftr__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.ftr__glow {
    position: absolute; border-radius: 50%; filter: blur(90px);
}
.ftr__glow--1 {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(8,214,101,0.12) 0%, transparent 70%);
    top: -120px; left: -80px;
}
.ftr__glow--2 {
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(8,214,101,0.08) 0%, transparent 70%);
    bottom: 0; right: 8%;
}
.ftr__grid {
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(8,214,101,0.08) 1px, transparent 1px);
    background-size: 40px 40px;
}
.ftr__ring {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(8,214,101,0.08);
}
.ftr__ring--1 { width: 300px; height: 300px; top: -80px; right: 12%; }
.ftr__ring--2 { width: 180px; height: 180px; bottom: 40px; left: 6%; border-color: rgba(8,214,101,0.05); }

/* Grille intérieure */
.ftr__inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.2fr;
    gap: 48px;
    position: relative; z-index: 1;
    padding-bottom: 56px;
}

/* Brand */
.ftr__logo {
    font-family: 'Raleway', sans-serif;
    font-size: 32px; font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
    letter-spacing: -1px;
}
.ftr__logo span { color: #08d665; }
.ftr__logo:hover { color: #ffffff; text-decoration: none; }

.ftr__tagline {
    font-size: 14px; font-weight: 400;
    color: rgba(255,255,255,0.45);
    line-height: 1.7; margin: 0 0 22px;
}

.ftr__avail {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600;
    color: #08d665;
    background: rgba(8,214,101,0.08);
    border: 1px solid rgba(8,214,101,0.2);
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 28px;
}
.ftr__avail-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #08d665;
    box-shadow: 0 0 0 0 rgba(8,214,101,0.4);
    animation: ctc-pulse 1.8s ease-out infinite;
}

/* Réseaux sociaux */
.ftr__social { display: flex; gap: 10px; }
.ftr__social-link {
    width: 38px; height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: all 0.22s ease;
}
.ftr__social-link:hover {
    background: #08d665; border-color: #08d665;
    color: #fff; transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(8,214,101,0.3);
    text-decoration: none;
}
.ftr__social-link--wa:hover {
    background: #25d366; border-color: #25d366;
    box-shadow: 0 6px 16px rgba(37,211,102,0.3);
}

/* Colonnes nav & contact */
.ftr__col-title {
    font-size: 11px; font-weight: 700;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin: 0 0 22px;
    font-family: 'Raleway', sans-serif;
}

/* Liste nav */
.ftr__nav-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ftr__nav-list li a {
    font-size: 14px; font-weight: 500;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    display: flex; align-items: center; gap: 8px;
    transition: color 0.18s, gap 0.18s;
}
.ftr__nav-list li a i { font-size: 11px; color: #08d665; transition: transform 0.18s; }
.ftr__nav-list li a:hover { color: #ffffff; text-decoration: none; }
.ftr__nav-list li a:hover i { transform: translateX(3px); }

/* Liste contact */
.ftr__contact-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.ftr__contact-list li { display: flex; align-items: flex-start; gap: 12px; }
.ftr__contact-icon {
    width: 32px; height: 32px; min-width: 32px;
    background: rgba(8,214,101,0.08);
    border: 1px solid rgba(8,214,101,0.15);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; color: #08d665;
    margin-top: 2px;
}
.ftr__contact-list li div { display: flex; flex-direction: column; gap: 2px; }
.ftr__contact-list li div a,
.ftr__contact-list li div span {
    font-size: 13px; font-weight: 400;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: color 0.18s;
    display: block;
}
.ftr__contact-list li div a:hover { color: #08d665; text-decoration: none; }

/* Séparateur */
.ftr__divider { position: relative; z-index: 1; }
.ftr__divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(8,214,101,0.2), rgba(255,255,255,0.08), rgba(8,214,101,0.2), transparent);
}

/* Barre du bas */
.ftr__bottom {
    display: flex; align-items: center; justify-content: center;
    padding: 22px 0;
    position: relative; z-index: 1;
}
.ftr__copy {
    font-size: 13px; color: rgba(255,255,255,0.3);
    margin: 0; font-family: 'Raleway', sans-serif;
    text-align: center;
}
.ftr__copy span { color: #08d665; font-weight: 600; }

/* Responsive */
@media (max-width: 991px) {
    .ftr__inner { grid-template-columns: 1fr 1fr; gap: 36px; }
    .ftr__brand { grid-column: span 2; }
}
@media (max-width: 600px) {
    .ftr__inner { grid-template-columns: 1fr; gap: 32px; }
    .ftr__brand { grid-column: span 1; }
    .ftr__bottom { flex-direction: column; text-align: center; gap: 4px; }
    .ftr__logo { font-size: 26px; }
}
