/* ===================================
    Crafto - Application
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.ff-unbounded {
    font-family: Unbounded!important;
}

/* variable */
:root {
    --alt-font: 'Manrope', sans-serif;
    --primary-font: 'Manrope', sans-serif;
    --base-color: #ea0010;
    --dark-gray: #111827;
    --medium-gray: #293140;
}

/* reset */
::-webkit-input-placeholder {
    color: var(--aluminium-gray) !important;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: var(--aluminium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--aluminium-gray) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }

    .custom-cursor .circle-cursor-inner {
        width: 25px;
        height: 25px;
        background: rgba(44, 46, 60, .15)
    }
}

/* bg gradient color */
.bg-gradient-pink-orchid {
    background-image: linear-gradient(to right top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
}

.bg-dark-haiti {
    background-color: #111827;
}

.bg-floral-white {
    background-color: #fff8e7;
}

.bg-licorice-blue {
    background-color: #585d72;
}

.bg-black-pearl-blue {
    background-color: #232530;
}

.bg-black-pearl-blue-dark {
    background-color: #1f212a;
}

.bg-linen {
    background-color: #f5f5f7;
}

.bg-oxford-blue {
    background-color: #262D38;
}

/* text gradient color */
.text-gradient-pink-orchid {
    background-image: linear-gradient(to right, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* btn */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.btn.btn-extra-large {
    font-size: 17px;
}

.btn.btn-large {
    font-size: 15px;
}

.btn.btn-medium {
    font-size: 14px;
}

.btn.btn-small {
    font-size: 13px;
}

.btn.btn-very-small {
    font-size: 12px;
}

.btn-gradient-pink-orchid {
    background-image: linear-gradient(to right, #e958a1, #bf63e5, #bf63e5);
    background-size: 200% auto;
    color: var(--white);
}

/* newsletter */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}

.newsletter-style-02 input {
    padding-right: 50px;
    font-size: 14px;
}

/* border color gradient */
.border-gradient-pink-orchid {
    border-image: linear-gradient(to right top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    border-image-slice: 1;
}

/* header */
header .navbar-brand img {
    max-height: 100px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 17px;
}

header .btn i {
    top: -1px !important;
}

header.sticky.sticky-active .disable-fixed[data-header-hover=light] {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* top right bottom left */
.bottom-130px {
    bottom: 130px;
}

.bottom-150px {
    bottom: 150px;
}

.top-25 {
    top: 25% !important;
}

/* height */
.h-64px {
    height: 64px !important;
}

/* margin */
.margin-minus-95px-bottom {
    margin-bottom: -95px;
}

/* border radius */
.border-radius-top-left {
    border-radius: 10px 0 0 10px !important;
}

.border-color-transparent-dark {
    border-color: rgba(31, 36, 46, 0.5) !important;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.375rem;
}

.page-title-extra-large h2 {
    font-size: 16px;
    line-height: 20px;
}

/* scrolling text */
.marquees-text {
    word-break: normal;
}

/* review */
.review-star-icon i {
    color: #ffae00;
}

/*  process step style 05  */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}

/*  footer  */
footer .footer-logo img {
    max-height: 80px;
    border-radius: 7px;
}

footer ul li {
    margin-bottom: 0;
}

/* media query responsive */
@media (max-width: 1199px) {
    .review-star-icon i {
        letter-spacing: 2px;
    }

    .newsletter-style-02 input {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    header .header-icon .btn.btn-rounded.btn-small {
        padding-left: 20px;
    }
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#particles-style-01 {
    z-index: 1;
}

.color-white {
    color: #FFF !important;
}

.min-h-340 {
    min-height: 280px !important;
}

.container-large {
    max-width: 1600px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.function-card-1 {
    padding-left: 100px;
    padding-top: 200px;
    padding-bottom: 200px;
}

.color-white {
    color: #FFF !important;
}

.color-black {
    color: #080808 !important;
}



.feature {
    padding-block: clamp(32px, 6vw, 96px);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.feature-card {
    margin-bottom: 30px;
}

.feature-wrap {
    background-color: #f5f5f7;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: clamp(20px, 4vw, 64px);
    padding: clamp(20px, 6vw, 72px);
    overflow: hidden;
}

/* Texte */
.feature-title {
    margin: 0 0 14px;
    font-size: clamp(22px, 2.2vw, 34px);
    line-height: 1.15;
    font-size: 40px;
    margin-bottom: 25px;
}

.feature-text {
    margin: 0;
    font-size: 17px
}

/* Visuel */
.feature-visual {
    position: relative;
    min-height: clamp(220px, 34vw, 520px);
    /* réserve la place pour l'image en desktop */
}

.feature-visual img {
    position: absolute;
    top: 50%;
    right: -13%;
    transform: translateY(-50%);
    width: 120%;
    max-width: none;
    height: auto;
    border-radius: 30px;
}

/* Variante inversée (image à gauche) */
.feature--reverse .feature-wrap {
    grid-template-columns: 1fr 1.05fr;
}

.feature--reverse .feature-visual img {
    left: -6%;
    right: auto;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .feature-wrap {
        grid-template-columns: 1fr;
    }

    .feature-visual {
        min-height: auto;
    }

    .feature-visual img {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        transform: none;
        width: 100%;
        margin-top: 12px;
        border-radius: 18px;
    }

    .feature-card {
        border-radius: 18px;
    }

    .feature-text {
        max-width: none;
    }
}


/* ===== Variante "petit encart" : texte en haut, image collée en bas ===== */
.feature-card--small .feature-wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: clamp(20px, 4vw, 40px);
    padding-bottom: 0;
    /* pas d’espace sous l’image */
    background-color: #f5f5f7;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    /* très important pour col-md-4 */
}

.feature-card--small .feature-content {
    z-index: 1;
    /* au-dessus de l'image si elle déborde */
}

.feature-card--small .feature-visual {
    margin-top: auto;
    /* colle le visuel en bas du bloc */
    width: 100%;
}

.feature-card--small .feature-visual img {
    position: relative;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    border-radius: 24px;
    display: block;
}

/* Mobile : on réduit un peu la hauteur mini et on coupe le débord */
@media (max-width: 991px) {
    .feature-card--small .feature-wrap {
        height: auto;
    }

    .feature-card--small .feature-visual {
        margin-left: 0;
        margin-right: 0;
    }

    .feature-card--small .feature-visual img {
        width: 100%;
        left: 0;
        transform: none;
        border-radius: 18px;
    }
}

.feature-row-small>[class*="col-"] {
    display: flex;
}

.feature-row-small .feature-card {
    width: 100%;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.margin-right-5 {
    margin-right: 5px;
    ;
}

.custom-badge {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
}

/* Container du toggle */
.billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f9fafb;
    margin-top: 30px;
}

/* Petits boutons "Mensuel" / "Annuel" */
.billing-chip {
    border: 1px solid #cbd5e1;
    background: #f9fafb;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1;
    color: #4b5563;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.billing-chip--active {
    border-color: #22c55e;
    background: #ecfdf3;
    color: #166534;
}

.billing-chip-save {
    color: #16a34a;
}

/* Le switch */
.billing-switch {
    position: relative;
    width: 44px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.billing-checkbox {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

/* rail */
.billing-switch-track {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #e5e7eb;
    transition: background-color .2s ease;
}

/* boule */
.billing-switch-knob {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    transform: translateX(-9px);
    transition: transform .2s ease;
}

/* Quand mode = annual -> fond vert + boule à droite */
.billing-toggle[data-mode="annual"] .billing-switch-track {
    background: #22c55e;
}

.billing-toggle[data-mode="annual"] .billing-switch-knob {
    transform: translateX(9px);
}

/* Petit reset pour les boutons */
.billing-toggle button {
    border: none;
    background: none;
}

.blog-hero {
    position: relative;
    overflow: hidden;
}

/* Overlay sombre + léger dégradé pour que le haut (sous le header) soit bien lisible */
.blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom,
            rgba(255, 255, 255, 0.65) 0%,
            rgba(255, 255, 255, 0.45) 30%,
            rgba(255, 255, 255, 0.2) 60%,
            rgba(255, 255, 255, 0) 100%);
    /* tu peux monter ou descendre l'opacité si c'est trop fort / trop léger */
}

.newsletter h2 {
    font-size: 35px;
    padding-top: 20px;
    font-weight: 150;
}

.newsletter h3 {
    font-size: 25px;
    padding-top: 10px;
    font-weight: 100;
}

.newsletter p {
    
}