:root {
    --primary-color: white;
    --secondary-color: #f06129;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
}

a {
    text-decoration: none;
}

.top-header {
    /* background-image: linear-gradient(to right top, #6f1410, #8d1511, #ad1510, #cd150c, #ed1604); */
    background-color: #ed1604;
    display: flex;
    justify-content: space-between;
    padding: 5px 50px;
}


.top-header a {
    color: white;
    font-weight: 600;
}

.top-header .fa-envelope {
    margin-left: 30px;
}

body {
    background-color: #F5F7FA;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    background-color: var(--primary-color) !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hero-section h2 {
    font-size: 50px;
    color: black;
}

.hero-section p {
    font-size: 20px;
    padding: 20px 0;
    color: #494F66;
}

.triangle {
    width: 30px;
    height: 30px;

    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotate(5deg);
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    position: absolute;
    left: 18%;
    top: 60%;
    transform: translate(-50%, -50%);

    background-image: linear-gradient(to right top, #6f1410, #8d1511, #ad1510, #cd150c, #ed1604);
    border-radius: 50%;
    animation: pulse 2.5s ease-in-out infinite;
    z-index: 0;
}

.maruwe-section {
    padding: 4px 20px;
    background-image: linear-gradient(to right, #e8dedd, #f5d2d5, #fdc5d7, #ffbae1, #f7b2f2);
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.icon-bos {
    display: flex;
    justify-content: center;
}

.company-name {
    font-size: 40px;
    color: #cd150c;
    /* padding-left: 10px; */

    font-family: Apple Chancery, cursive;

}

.phone-mail {
    display: flex;
    justify-content: space-between;
}

.contact-section {
    background-color: white;
    padding: 40px;
    border-radius: 20px;
}

.logo-title {
    margin-top: 5px;
}

.logo-section {
    display: flex;
}


.fiexed-icon {
    position: fixed;
    left: 0;
    top: 70%;
    margin-left: 10px;
    z-index: 999;
}

.fiexed-icon a img {
    width: 50px;
    border-radius: 50%;
    background-color: white;
}

.icon-bos p {
    margin-top: -5px;
    margin-left: 10px;
}

.red-circle {
    position: absolute;
    left: 8%;
    top: 18%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    background-image: linear-gradient(to right top, #6f1410, #8d1511, #ad1510, #cd150c, #ed1604);
    border-radius: 50%;
    animation: pulse 2.5s ease-in-out infinite;
    z-index: 0;
}

.circle-white {
    position: absolute;
    left: 70%;
    top: 40%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    animation: pulse 2.5s ease-in-out infinite;
    z-index: 0;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.service-title-section h2 {
    font-size: 50px;
}


.hero-section {
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1561414926-3f5d4a7a45f7?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80'); */
    background-color: rgba(229, 188, 188, 0.705);
    background-size: cover;
    background-position: center;
    color: white;
    /* padding: 100px 0; */
    position: relative;
}



.ser-card {
    margin-bottom: 40px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 10px;
}



.ser-card h4,
.ser-card p {
    padding: 0 20px;
}

.ser-card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.tarrif-secton {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.header-logo {
    width: 60px;
    border-radius: 50%;
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.product-card {
    transition: transform 0.3s;
    margin-bottom: 20px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.d-fles-2 {
    display: flex;
    margin-top: 30px;
}

.text-reve {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.d-fles-2 h4 {
    font-size: 18px;
    margin-top: 15px;
}

.d-fles-2 p {
    font-size: 14px;
    margin-top: -10px;
}

.image-print {
    display: flex;
}

.icon {
    background-color: white;
    border-radius: 50%;
    padding: 20px;
    height: 100px;
    width: 100px;
    margin-right: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.image-print img {
    height: 60px;
    /* margin-right:    40px; */
    width: 60px;

}

.text-primary {
    color: #ed1604 !important;
}

.testimonial-img {
    width: 70px !important;
    height: 70px;
    margin-right: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

footer {
    background-color: var(--dark-color);
    color: white;
    padding: 50px 0 20px;
}

.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--secondary-color);
}

.navbar .nav-item {
    padding: 0 10px;
}

.navbar .nav-link {
    color: black;
    font-family: Palatino, URW Palladio L, serif;
    font-weight: 600;

    font-size: 18px;
}

.footer-social-icon i {
    color: black;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container-fluid {
    padding: 0 50px;
}

.footer-logo {
    height: 80px;
    border-radius: 50%;
}

footer h5 {
    color: black;
    font-weight: 600 !important;
    font-family: Palatino, URW Palladio L, serif;
}

footer ul li {
    padding: 7px 0;

}

footer p {
    color: #494F66;
    font-weight: 600;
    font-size: 14px;
}

footer ul li a {
    color: #494F66;
    font-weight: 600;
    font-size: 15px;
}


.footer-name {
    font-size: 40px;
    margin-top: 10px;
    font-weight: 500;
    font-family: Brush Script MT, Brush Script Std, cursive;
}


/* From Uiverse.io by Creatlydev */
.hero-section .button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #ed1604;
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

.hero-section .button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--clr);
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.hero-section .button:hover {
    background-color: #000;
}

.hero-section .button:hover .button__icon-wrapper {
    color: #000;
}

.hero-section .button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.hero-section .button:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.hero-section .button:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}


.hero-section-about {
    background: rgba(250, 5, 5, 0.1);
    color: black;
    padding: 130px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section-about h1 {
    font-family: Palatino, URW Palladio L, serif;
}

.hero-section-about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') center/cover;
    opacity: 0.1;
}

.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0) !important;
}



.value-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border-top: 4px solid #cd150c;
}

.value-card:hover {
    transform: translateY(-10px);
}



.stat-box {
    text-align: center;
    padding: 30px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--purple);
    margin-bottom: 10px;
}

.process-step {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.process-step.animated {
    opacity: 1;
    transform: translateX(0) !important;
}

.btn-purple {
    background-color: var(--purple);
    border-color: var(--purple);
    color: white;
    padding: 12px 30px;
    font-weight: 600;
}

.about-process {
    border-radius: 20px;
    padding: 50px 30px;
}

.btn-purple:hover {
    background-color: #5d3ac9;
    border-color: #5d3ac9;
    color: white;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #cd150c;
    border-radius: 50%;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}


:root {
    --primary: #2c3e50;
    --secondary: #e74c3c;
    --accent: #3498db;
    --light: #f8f9fa;
    --dark: #212529;
}



.hero-section-wrok {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1605000797499-95a51c5269ae?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    text-align: center;
}


.section-light {
    background-color: var(--light);
}

.process-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border-top: 4px solid var(--secondary);
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(231, 76, 60, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: var(--secondary);
}

.equipment-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.equipment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.equipment-img {
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
}

.service-badge {
    background-color: rgba(219, 105, 52, 0.1);
    color: #cd150c;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 5px;
}

.btn-primary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    padding: 12px 30px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #c0392b;
    border-color: #c0392b;
}

.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0) !important;
}

.workflow-step {
    position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: var(--secondary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .workflow-step {
        padding-left: 70px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}