* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

ul {

    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
}

.main-nav ul li a {
    color: #000000;
    font-size: 16px;
}

a {
    text-decoration: none !important;
    font-weight: 500;
    display: inline-block;
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
}

p {
    margin: 0px;
    padding: 0px;
    font-family: "Exo", sans-serif;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
}

img {
    width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Gelasio", serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
}

.wrapper {
    overflow: hidden;
}

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

.whatsapp-chat {
    animation: ring 6s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(10deg);
    }

    3% {
        transform: rotate(-18deg);
    }

    5% {
        transform: rotate(14deg);
    }

    7% {
        transform: rotate(-12deg);
    }

    9% {
        transform: rotate(10deg);
    }

    11% {
        transform: rotate(-18deg);
    }

    13% {
        transform: rotate(16deg);
    }

    15% {
        transform: rotate(-14deg);
    }

    17% {
        transform: rotate(12deg);
    }

    19% {
        transform: rotate(-10deg);
    }

    21% {
        transform: rotate(8deg);
    }

    23% {
        transform: rotate(-6deg);
    }

    25% {
        transform: rotate(4deg);
    }

    27% {
        transform: rotate(-2deg);
    }

    29% {
        transform: rotate(5deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.whatsapp-chat {
    position: fixed;
    bottom: 3%;
    right: 2%;
    box-shadow: 0px 0px 9px -4px;
    z-index: 99999;
}

.whatsapp-chat a {
    font-size: 35px;
    color: #fff;
    padding: 4px 14px;
    border-radius: 8px;
    background-color: #3ed53e;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #a90808ed #1c1c1c;
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid #a90808ed !important;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 9999999999;
    mix-blend-mode: difference;
    z-index: 999;
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: #a90808ed !important;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 999999999;
    mix-blend-mode: difference;
    z-index: 999;
}

/* BTN */
.btn-header a {
    background: #101f41;
    color: #fff;
    padding: 14px 26px;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.5s;
}

.btn-header a:hover {
    background: #dc3545;
}

.btn-arrow i {
    color: #fff;
    rotate: 50deg;
    font-size: 18px;
    font-weight: 300;

}

.btn-arrow a {
    background: #dc3545;
    border-radius: 50%;
    padding: 11px 18px;
    width: 62px;
    height: 60px;
    text-align: center;
    line-height: 37px;
}

.cal-pra a {
    color: #dc3545;
}

.cal-icon a {
    background: #ffede5;
    padding: 13px 20px;
    border-radius: 43px;
    display: inline-block;
    transition: all 0.3s ease;
}

.cal-icon a:hover {
    background: #ffd8c7;
    transform: scale(1.05);
}

.cal-icon i {
    color: #dc3545;
    font-size: 25px;
    rotate: 329deg;
    transition: all 0.3s ease;
}

.service-tittel a {
    color: #dc3545 !important;
    margin-top: 15px;
}

/* Header Section Start */
header {
    position: relative;
}

.home-logo {
    display: none;
}

.top-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: solid 1px #000;
}

.main-nav nav>ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.main-nav ul>li {
    position: relative;
}

.main-nav nav ul li a i {
    padding-left: 4px;
    font-size: 13px;
    font-weight: 100;
}

.main-nav nav ul>li>ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 41px;
    left: 0;
    background-color: #ffffff;
    padding: 10px 0px;
    width: 310px;
    transition: all 0.5s;
    transform-origin: top;
    transform: scaleY(0);
    z-index: 2;
}

.main-nav nav ul>li>ul>li>a {
    padding: 10px 20px;
    display: block;
    COLOR: #000;
}

.main-nav nav ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-nav nav ul>li>ul>li {
    width: 100%;
    position: relative;
}

.main-nav nav ul>li>ul>li>ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    padding: 10px 0px;
    width: 310px;
    transition: all 0.5s;
    transform-origin: top;
    transform: scaleY(0);
    z-index: 2;
    border-left: 2px solid #dc3545;
}

.main-nav nav>ul>li:hover>ul {
    transform: scaleY(1);
}

.main-nav nav ul>li>ul>li:hover>ul {
    transform: scaleY(1);
}


.home-logo i.fas.fa-bars {
    font-size: 27px;
    color: #000000;
}

.logo-image {
    width: 100px;
}

.soucial-icon-main {
    display: flex;
    justify-content: end;
}

.call-item {
    display: flex;
    gap: 20px;
    margin-right: 20px;
}

/* Responcive Menu Section Start */
.responsive-menu {
    position: fixed;
    top: -200%;
    right: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.7s;
    visibility: visible;
    opacity: 1;
    background-color: #ffffff;
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.responsive-menu.active {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.responsive-menu-inner {
    height: 100%;
    padding-top: 35px;
}

.resp-menu-item ul li a {
    font-size: 19px;
    letter-spacing: 1px;
    transition: all 0.7s;
    color: #000;
}

.resp-menu-item>ul>li {
    position: relative;
    padding: 13px 20px;
    border-bottom: solid 1px #cccc;
}

.resp-menu-item ul li a:hover {
    transform: skewX(2deg);
    letter-spacing: 2.5px;
}

.resp-menu-item {
    margin-top: 40px;
}

-btn a {
    display: flex;
    color: rgb(255, 255, 255);
    letter-spacing: 6.5px;
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
}

.cross-btn a i {
    color: #000;
    font-size: 32px;
}

.cross-btn {
    text-align: right;
}

.resp-menu-item ul li ul {
    padding-left: 30px;
    margin-top: 10px;
}

.resp-menu-item ul li .more {
    position: absolute;
    right: 24px;
    top: 9px;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: rgb(0 0 0);
    cursor: pointer;
}

.resp-menu-item ul li ul li a {
    font-size: 17px;
    opacity: 0.75;
    padding: 10px 0px;
    display: block;
}

.resp-menu-item>ul {
    height: 486px;
    overflow: auto;
}

.resp-menu-item>ul::-webkit-scrollbar {
    width: 5px;
}

.resp-menu-item ul li i.active:before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
}

/* Baneer Section Start */
.banner-content h1 {
    font-size: 51px;
    line-height: 60px;
}

.banner-content p {
    letter-spacing: 0.2em;
    color: #dc3545;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-main-item {
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    background-position: center center;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    position: relative;
    background-size: cover;
}

.banner-main-item.banner-index {
    background-image: url(../images/flocage-coupe-geu.jpeg);
}

.banner-main-item.banner-flocagee {
    background-image: url(../images/1\ flocage-coupe-feu-projection-reseaux-techniques-structure-beton.jpg.png);
}

.banner-main-item.banner-activities {
    background-image: url(../images/1\ ➡️\ gaines-ventilation-desenfumage-encoffrements-coupe-feu-peinture-joints.png.png);
}

.banner-main-item.banner-gaine {
    background-image: url(../images/1\ gaines-ventilation-encoffrements-coupe-feu.webp.png);
}

.banner-main-item.banner-activies-3 {
    background-image: url(../images/1\ joint-dilatation-coupe-feu-plancher.webp.png);
}

.banner-main-item.banner-peinture {
    background-image: url(../images/1\ application-peinture-intumescente-poutre-acier.webp.png);
}

.banner-main-item.banner-revolation {
    background-image: url(../images/1\ realisation-chantiers-flocage.webp.png);
}

.banner-main-item.banner-about {
    background-image: url(../images/1activites-flocage-equipe.webp);

}

.banner-main-item.banner-acoustique {
    background-image: url(../images/1\ flocage-acoustique-confort-sonore.webp.png);
}

.banner-main-item.banner-ter {
    background-image: url(../images/1flocage-thermique.png);

}

.banner-main-item.activites1 {
    background-image: url(../images/1activites1.jfif);

}

.banner-tittel {
    display: flex;
    gap: 20px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-box {
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    padding: 28px 22px 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: all 0.5s;
    width: 33%;
}

.banner-box:hover {
    background-color: rgba(67, 67, 67, 0.31);
}

.banner .banner-content {
    padding: 200px 0px 100px;
}

.banner-content {
    padding: 100px 0px;
}

.banner-content.text-center li {
    color: #747474;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.banner-1-box {
    display: flex;
    gap: 10px;
}

.banner-icon {
    background: #dc3545;
    height: 24px;
    border-radius: 50%;
    padding: 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-icon img {
    object-fit: cover;
    width: 12px;
}

.banner-hed h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
    margin-bottom: 10px;
}

.banner-hed p {
    color: #f0f1ef;
    font-size: 16px;
}

section.banner-tre {
    background: #f3f3f3;
    padding: 100px;
}

.countar {
    width: 318px;
    height: 318px;
    animation: rotation 20s infinite linear;
}

.circel-mainn {
    position: relative;
}

.circel-icon a {
    color: #000000;
}

.circel-icon {
    background-color: #ff0000;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 118px;
    left: 131px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

/* Service Section Start */
section.service .banner-content {
    padding: 100px 0px 50px;
}

.banner-content h2 {
    font-size: 36px;
    line-height: 45px;
}

.service-tittel p {
    margin: 5px 0px;
}

.service-tittel h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}

.service-tittel i {
    font-weight: 100;
    font-size: 15px;
    margin-left: 5px;
}

/* Builder Section Start */
section.builder .banner-content {
    padding: 0;
}

section.builder .banner-content h2 {
    padding: 10px 0px;
}

section.builder .banner-content h2 {
    color: #ffffff;
}

.builder-icon i {
    color: #dc3545;
    text-align: center;
    font-weight: 300;
}

.builder-icon {
    background-color: rgba(255, 255, 255, 0.11);
    padding: 4px 10px;
    border-radius: 40px;
    display: inline-block;
    width: 36px;
    height: 34px;
}

.builder-box {
    display: flex;
    color: #fff;
    margin: 10px 0px;
    gap: 10px;
    width: 49%;
    align-items: center;
}

.builder-pra p {
    color: #555;
    font-weight: 600;
}

.builder-num-main {
    display: flex;
    gap: 20px;
    margin: 30px 0px;
}

.builder-num-box {
    background-color: rgba(240, 240, 240, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.26);
    padding: 25px 30px 22px 30px;
    border-radius: 10px;
}

.build-num-1 p {
    margin-bottom: 85px;
    color: #dddd;
    font-size: 13px;
}

.build-num-2 h4 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 3px;
    color: #fff;
}

.build-num-2 p {
    font-size: 15px;
    color: #dc3545;
}

.builder-item {
    display: flex;
}

.btn-top {
    display: flex;
    align-items: center;
}

section.builder {
    background-color: #2d1c22;
    border-radius: 30px;
    overflow: hidden;
    height: auto;
    margin: 100px 0px;
}

.builder-image-index {
    padding: 20px;
}

.builder-image img {
    width: 100%;
    height: 850px;
    background: center;
    object-fit: cover;
}

.builder-main {
    padding: 40px 24px;
}

.builder .col-lg-6 {
    padding: 0;
}

/* Beutiful Setion Start */
.beutiful-main {
    position: relative;
    height: 350px;
}

.beutiful-main span {
    position: absolute;
    top: 19%;
    left: 38%;
    font-size: 128px;
    color: rgb(255 255 255 / 28%);
    font-weight: 500;
    display: flex;
    z-index: 9;
    height: auto;
    opacity: 1.1;
}

.beutiful-img:after {
    content: "";
    background: rgb(45 28 34 / 35%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 15px;
    backdrop-filter: blur(1px);
}

.beutiful-text-1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px;
    color: #ffc107;
    font-weight: 400;
}

.beutiful-img img {
    border-radius: 18px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.beutiful-flex {
    display: flex;
    gap: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 42px;
    align-items: center;
}

.beutiful-text a {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.beutiful-text p {
    font-size: 16px;
    color: #c3c3c3;
}

/* Revolation Section Start */
.renovation-img img {
    border-radius: 22px;
}

.renovation-item p {
    font-size: 15px;
    font-weight: 500;
    color: #747474;
    letter-spacing: 1px;
    margin: 10px 0px;
}

.renovation-item h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 2px;
}

/* Partner Section start */
.partner-heading h3 {
    margin: 20px 0px;
}

/* AWard Section :start */
.award-winning .col-lg-4 {
    padding: 0;
}

.awar-winning-main {
    padding: 0px 30px 30px;
    border: 1px dashed rgba(0, 0, 0, 0.18);
    border-radius: 50px;
    transition: all 0.5s;
    height: 530px;
    margin: 7px;
}

.awar-item h5 {
    color: #dc3545;
    margin-bottom: 5px;
}

.awar-winning-main:hover {
    background-color: rgb(255 248 230);
}

.bottom-award {
    margin-top: 20px;
}

/* Home Contact Section Start */
.home-contact {
    background-image: url(https://templates.envytheme.com/renius/default/assets/img/cta/cta-bg-2.jpg);
    width: 100%;
    border-radius: 44px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    margin: 100px 0px;
}

.home-contact-heading {
    padding: 150px;
}

.home-contact-heading ul li {
    color: #fff;
    line-height: 23px;
    font-weight: 500;
}

.contact-circle {
    width: 273px;
    padding: 14px 15px 14px;
    border: 1px dashed rgba(255, 255, 255, 0.99);
    border-radius: 50%;
    background: #ff5e14;
    margin-left: 224px;
    display: flex;
    justify-content: end !important;
    margin-top: 50px;
}

.home-contact-heading h2 {
    font-size: 48px;
    color: #fff;
}

/* Section Choose Us  */
.chosse-main .banner-content {
    padding: 0;
}

.choose-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.choose-img {
    width: 150px;
}

.choose-item-main {
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
}

.chosse-main .banner-content h2 {
    margin-bottom: 20px;
}

.choose-head h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.choose-image img {
    border-radius: 23px;
    height: 800px;
    object-fit: cover;
}

section.choose {
    background: #f3f3f3;
    padding: 100px;
    border-radius: 50px;
    margin: 100px 50px;
}

.choose-man {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.choose-man-img {
    width: 269px;
}

.choose-man-img img {
    border-radius: 9px;
}

.choose-pra ul li {
    color: #dc3545;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.choose-pra a {
    color: #212529;
}

section.choose.activites-flocage-sec .choose-item-main {
    margin: 15px 0px;
    display: flex;
    gap: 20px;
}

section.choose.activites-flocage-sec .choose-img {
    width: 72px;
}

/* section-marquee */

.top-banner .marquee-slider .marquee {
    overflow: hidden;
    position: relative;
    height: 113px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 450%;
}

.top-banner .marquee-slider .marquee--inner {
    position: absolute;
    animation: marquee 20s linear infinite;
    height: 134%;
    will-change: transform;
}

.top-banner .marquee-slider .marquee span {
    font-size: 96px;
    font-weight: 300;
}

.top-banner .marquee-slider {
    position: relative;
    rotate: 90deg;
    margin: 0px;
}

/* section-marquee */

.marquee-slider .marquee {
    overflow: hidden;
    position: relative;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.marquee-slider .marquee--inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 20s linear infinite;
    display: flex;
    will-change: transform;
}

.marquee-slider .marquee--inner:hover {
    animation-play-state: paused;
}

.marquee-slider .marquee span {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: rgba(45, 28, 34, 0.1);
}

.marquee-slider {
    position: relative;
    margin: 150px 0px 100px 0px;
}

.marquee-slider .slider-right-left .marquee--inner>span div span:after {
    transition: all 0.7s;
}

.slider-right-left .marquee--inner>span div span:after {
    background-color: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Client Revies Sections Start */

.client-star ul {
    display: flex;
    gap: 12px;
}

.client-star i {
    color: #ffd203;
}

.client-main {
    background: #f9f8f8;
    padding: 30px;
    border-radius: 5px;
    margin: 10px 10px 150px;
}

.client-pra p {
    margin: 10px 0px;
}

.client-heading h3 {
    color: #25408f;
    font-size: 20px;
    font-weight: 600;
}

.client-main {
    position: relative;
}

.client-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 4em;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #f9f8f8;
    transform: translateY(100%);
    display: block;
}

.google-image::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(https://flocage-coupe-feu.com/assets/images/google.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -1em;
    left: 2em;
    width: 3em;
    height: 3em;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

/* Contact Page start */
.from-relative {
    display: flex;
    gap: 50px;
}

section.about.content form#contactForm {
    background: #f1f1f4;
    padding: 20px;
    border-top: solid 50px #101f41;
    margin-top: -187px;
    z-index: 9;
}

.form-input input,
.form-input textarea {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 45px;
    padding-left: 19px;
    margin: 7px 0px;
}

.form-input textarea {
    height: 150px;
    padding-top: 10px;
}

.about-btn-main input {
    padding: 12px 39px;
    background: #090e38;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
}

.flocage-coupe-feu-depuis-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

section.map {
    background: #f1f1f4;
    padding: 100px 0px;
    border-radius: 20px;
    margin: 50px;
}

.forem-red-hed h2 {
    font-size: 40px;
    margin: 10px;
}

.form-red-tittle h5 {
    font-size: 16px;
    color: #101f41;
    font-weight: 700;
}

.form-red-tittle h5 {
    font-size: 16px;
    color: #3039ac;
    font-weight: 700;
}

.form-red {
    text-align: center;
    margin-bottom: 20px;
}

.form-red-tel span {
    color: #ff0000;
    font-family: math;
    margin-left: 5px;
    font-weight: 500;
}

.form-head P {
    margin: 15px 0px;
}

/*Table*/
.tabel .banner-content {
    padding: 100px 0px 30px;
}

.flocage-table {
    margin: 20px 0px 40px 0px;
}

.flocage-table table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

th,
td {
    border: 1px solid #ccc;
    padding: 16px;
    vertical-align: top;
    font-weight: 400;
}

th {
    background-color: #f2f2f2;
    text-align: left;
}

tr:nth-child(even) td {
    background-color: #fafafa;
}

strong {
    color: #1f4e79;
}

.resume {
    margin-top: 30px;
    font-size: 1.2em;
}

.resume::before {
    content: " ";
}

.appel-pra h5 {
    color: #dc3545;
    margin-bottom: 15px;
}

/* FotterSection Start */
footer {
    background: #2d1c22;
    padding-top: 120px;
    margin: 50px 50px 0px;
    border-radius: 38px;
}

.top-footer {
    padding-bottom: 50px;
}

.footer-main h3 {
    padding-bottom: 5px;
    margin-bottom: 11px;
    font-size: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    width: 59%;
    color: #fff;
}

.footer-main li {
    margin-bottom: 10px;
}

.footer-main a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.5s;
}

.footer-large-text {
    background-color: #190E12;
    display: flex;
    justify-content: space-between;
    color: #402E34;
    font-size: 15.8vw;
    line-height: 0.85;
    padding: 37px 15px;
    margin: 50px 20px;
}

.fotter-item-1 span {
    color: #fff;
    font-weight: 700;
}

.fotter-item-1 a {
    color: #c3c3c3;
    font-size: 16px;
}

.footer-main ul {
    margin-left: 10px;
}

.footer-main a:hover {
    color: #dc3545;
    text-decoration: underline !important;
}

.footer-contact-main {
    background: linear-gradient(90deg, #101f41 0%, #101f41 100%);
    padding: 22px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 -10px 40px #101f41;
    z-index: 9999;
    animation: ctaPulse 2s infinite;
    transition: all 0.3s ease;
}

@keyframes ctaPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 -10px 40px #101f41;
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 -15px 50px #101f41;
    }

    100% {
        transform: scale(1);
        box-shadow: 0 -10px 40px #101f41;
    }
}

section.footer-contact {
    position: relative;
    z-index: 10000;
}

.footer-contact-main a {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    /* Stronger font weight */
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-contact-main i {
    margin: 0px 15px;
    font-size: 32px;
    rotate: 324deg;
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* About section Start */
.about-item {
    background: #edf6ff;
    padding: 40px;
    margin-top: 20px;
}

section.about {
    padding: 100px;
}

.about-heading {
    text-align: center;
}

.about-heading spam {
    color: #3039ac;
}

.about-item {
    background: #edf6ff;
    padding: 40px;
    margin-top: 20px;
    border-left: solid 5px #3039ac;
    text-align: center;
}

.about-border {
    border-bottom: 2px solid;
    padding-bottom: 30px;
}

.about-item p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

/* section-faqs */
.faqs {
    padding: 70px 0px;
    position: relative;
}

.faqs-item .accordion-button {
    padding: 20px;
    color: #000;
    font-weight: 700;
    border: solid 1px #ccc;
    font-size: 20px;
}

.faqs-item .accordion-item {
    background-color: #e9ecef !important;
    margin-bottom: 20px;
    border: none;
}

.accordion-button:focus {
    border: unset !important;
    box-shadow: unset;
}

.faqs-item .accordion-body {
    padding: 25px 30px 25px 30px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
}

.faqs-item .accordion-button:after {
    background-image: none;
    transform: unset;
    content: "\f067";
    color: #000;
    font-family: "Font Awesome 5 Pro";
}

.faqs-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #f9f9f9 !important;
    box-shadow: none !important;
}

/* About Page  */
.renovation-item.renovation-item-3 h3 {
    padding: 10px 0px;
}

.renovation-item.renovation-item-3 li {
    list-style: disc;
    line-height: 30px;
}

.renovation-item.renovation-item-3 ul {
    margin-left: 30px;
}

/* Flocage coupe feu page */
.renovation-item li {
    list-style: disc;
    margin-left: 10px;
}

/* Isotops Section Start */

.web-title p {
    margin: 10px 5px;
}

.we-do {
    padding: 90px 0px;
    position: relative;
}

.business-box-item-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 74px;
}

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

.we-do .tab-content {
    padding: 40px 0px 70px 0px;
}

.we-tabs-main ul li button {
    display: flex;
    padding: 20px;
    gap: 12px;
    align-items: center;
    border-radius: 100px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0px 19px 50px 0px rgba(0, 0, 0, 0.25);
}

.we-tabs-main ul li button h3 {
    color: #000;
    font-size: 16px;
    width: 170px;
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
}

.we-tabs-main ul li button .tab-icon {
    width: 60px;
    height: 60px;
    background-color: #101f41;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

.we-tabs-main ul li button.active .tab-icon {
    background-color: #dc3545;
    color: #ffff;
}

.we-tabs-main ul {
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.web-btn-track {
    margin-top: 40px;
    text-align: center;
}

.web-title {
    margin-bottom: 40px;
}

.business-box-item-icon {
    position: relative;
}

.business-box-item-icon span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 52px;
    height: 52px;
    border: 1px dashed rgba(45, 28, 34, 0.23);
    transform: translateY(-50%);
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #dc3545;
    transition: all 0.5s;
}

.about-image img {
    border-radius: 20px;
}

.business-box-item-icon:hover span {
    border: 1px dashed #dc3545;
}

.awar-winning-main.award-size {
    height: 100px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 35px 0px 0px;
}

.awar-imagea {
    width: 65px;
}

.awar-imggs {
    width: 200px;
}

.awar-item {
    width: 100%;
}

.choose-head {
    width: 100%;
}

section.award-winning.flocage-termique-sec .awart-imgs {
    width: 100px;
}

.slide-aboutt .slick-slide img {
    display: block;
    height: 300px;
    object-fit: cover;
}

section.award-winning.award-gaps .awar-winning-main.award-size.award-flex {
    display: flex;
    gap: 20px;
    padding-left: 20px;
}

.flocage-acord .business-box-item-head {
    display: flex;
    gap: 10px;
}

.business-box-item-icon-imgg {
    width: 100px;
}

.flocage-acord .business-box-item-title {
    width: 100%;
}

.choose-head-1 h5 {
    margin: 10px 0px;
    color: #153171;
    font-weight: 600;
}

.choose-head h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.choose-head-1 h4 {
    font-weight: 600;
}

.awar-winning-main.award-size.award-flex.award-flex1 {
    background-color: rgb(255 248 230);
}

.service-image.slick-slide {
    margin: 10px;
}

/* ==========================================================================
   Premium National SEO & Technical Layout Styles
   ========================================================================== */
.hero-gradient {
    color: white !important;
    padding: 150px 0;
    border-radius: 0 0 80px 80px;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.hero-gradient:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #0000002e;
    z-index: -1;
    content: '';
    height: 100%;
}

.hero-gradient.feu-en {
    background-image: url(../images/tttt.jpeg);
}

.hero-gradient.de-France {
    background-image: url(../images/flocage-coupe-feu-ile-de-france.jpg.jpeg);
}

.hero-gradient.Auvergne {
    background-image: url(../images/flocage-coupe-feu-auvergne-rhone-alpes.jpg.jpeg);
}

.hero-gradient.Occitanie {
    background-image: url(../images/flocage-coupe-feu-occitanie.jpg.jpeg);
}

.hero-gradient.Provence {
    background-image: url(../images/flocage-coupe-feu-provence-alpes-cote-dazur.jpg.jpeg);
}

.hero-gradient.Hauts {
    background-image: url(../images/flocage-coupe-feu-hauts-de-france.jpg.jpeg);
}

.hero-gradient.Grand {
    background-image: url(../images/flocage-coupe-feu-grand-est.jpg.jpeg);
}

.hero-gradient.pays {
    background-image: url(../images/flocage-coupe-feu-pays-de-la-loire.jpg.jpg);
}

.hero-gradient.Bretagne {
    background-image: url(../images/flocage-coupe-feu-bretagne.jpg.jpeg);
}

.hero-gradient.Centre {
    background-image: url(../images/flocage-coupe-feu-centre-val-de-loire.jpg.jpeg);
}

.hero-gradient.Bourgogne {
    background-image: url(../images/flocage-coupe-feu-bourgogne-franche-comte.jpg.jpeg);
}

.hero-gradient.Normandie {
    background-image: url(../images/flocage-coupe-feu-normandie.jpg.jpeg);
}

.hero-gradient.Corse {
    background-image: url(../images/flocage-coupe-feu-corse.jpg.jpeg);
}

.hero-gradient.nouvelle {
    background-image: url(../images/flocage-coupe-feu-nouvelle-aquitaine.jpg.jpg);
}

.hero-gradient.contact {
    background-image: url(../images/demande-de-devis-flocage.png);

}

.hero-gradient.flocage-metallique {
    background-image: url(../images/flocage-coupe-feu-charpente-metallique-acier-projection.jpeg);
}

.hero-gradient.plancher-beton-hourdis {
    background-image: url(../images/page-plancher-beton-hourdis-hero-flocage-coupe-feu.webp);
}

.hero-gradient.sous-face-toiture {
    background-image: url(../images/flocage-coupe-feu-sous-face-toiture.php.png);
}

.hero-gradient.plancher-bois {
    background-image: url(../images/flocage-coupe-feu-plancher-bois.php.png);
}

.hero-gradient.mixte-bois {
    background-image: url(../images/flocage-plancher-hero-mixte-bois-platres-lattis.webp);
}

.hero-gradient.bac-acier-collaborant {
    background-image: url(../images/flocage-bac-acier-collaborant-hero.webp);
}

.hero-gradient.feu-bardage-facade {
    background-image: url(../images/flocage-bardage-vertical-entrepot-hero.jpeg);
}

.premium-badge {
    background: rgba(220, 53, 69, 0.2);
    color: #ff4d5e;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.technical-box {
    background: #fdfdfd;
    border-left: 5px solid #dc3545;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 30px 0;
}

.cta-premium-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.btn-premium {
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    text-decoration: none !important;
}

.btn-premium.primary {
    background: #dc3545;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(220, 53, 69, 0.2);
}

.btn-premium.primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px rgba(220, 53, 69, 0.3);
}

.btn-premium.secondary {
    background: transparent;
    border: 2px solid currentColor;
    color: inherit !important;
}

.btn-premium.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.premium-sep {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.08), transparent);
    border: none;
    margin: 80px 0;
}

.technical-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
    margin: 40px 0;
}

.technical-table th {
    background: #101f41;
    color: #fff;
    padding: 25px;
    text-align: left;
    font-weight: 600;
}

.technical-table td {
    padding: 22px 25px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.technical-table tr:last-child td {
    border-bottom: none;
}

.technical-table tr:hover td {
    background: #fcfcfc;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 35px;
    padding: 40px;
}

.technical-svg-container {
    background: white;
    border-radius: 35px;
    padding: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    margin: 40px 0;
    border: 1px solid #f0f0f0;
}

.source-list {
    font-size: 13px;
    color: #888;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px dashed #eee;
}

.source-list a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
}

.lh-1-1 {
    line-height: 1.1;
}

.text-highlight {
    color: #ff4d5e;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.process-step {
    background: #fff;
    border-radius: 30px;
    padding: 45px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #f5f5f5;
    position: relative;
    overflow: hidden;
}

.process-step:hover {
    transform: translateY(-10px);
    border-color: rgba(220, 53, 69, 0.2);
    box-shadow: 0 30px 60px rgba(220, 53, 69, 0.08);
}

.step-number {
    font-size: 70px;
    font-weight: 950;
    color: rgba(220, 53, 69, 0.04);
    position: absolute;
    top: -5px;
    right: 15px;
    line-height: 1;
}

.region-grid-item {
    background: #fff;
    border-radius: 20px;
    padding: 18px 25px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #eee;
    display: block;
    text-decoration: none !important;
    color: #101f41 !important;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.region-grid-item:hover {
    border-color: #dc3545;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(220, 53, 69, 0.1);
    color: #dc3545 !important;
}

/* Strong CTA Styles */
.btn-arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #dc3545;
    color: #fff !important;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn-arrow a:hover {
    background: #2d1c22;
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-arrow i {
    font-size: 18px;
    rotate: 45deg;
}

.top-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: solid 1px #000;
    height: 101px;
}

.banner-main {
    padding: 100px 0;
    background: #f8f9fa;
}

.banner-content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
}

