
:root{
 --white:#fff;--ink:#171923;--muted:#687080;--soft:#f7f8fb;--line:#e7e9ef;
 --red:#df2141;--blue:#2d809b;--purple:#7b3f8e;--orange:#f18b43;
 --grad:linear-gradient(115deg,#df2141 0%,#8a3f8d 52%,#2d809b 100%);
 --max:1280px;--shadow:0 18px 55px rgba(34,37,53,.10)
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--white);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.65;overflow-x:hidden}
a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 56px));margin:auto}
.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--red);display:flex;align-items:center;gap:10px}
.eyebrow:before{content:"";width:30px;height:3px;border-radius:4px;background:var(--grad)}
.btn{border:0;border-radius:999px;padding:14px 23px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;cursor:pointer;transition:.25s}
.btn-red{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(223,33,65,.22)}
.btn-red:hover{transform:translateY(-3px);box-shadow:0 18px 35px rgba(223,33,65,.30)}
.btn-gradient{background:var(--grad);color:#fff;box-shadow:0 12px 28px rgba(105,61,137,.20)}
.btn-gradient:hover{transform:translateY(-3px)}
.btn-outline{color:var(--ink);border:1px solid var(--line);background:#fff}
.btn-outline:hover{border-color:var(--red);color:var(--red)}
header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(20,25,35,.07)}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo img{width:148px;object-fit:contain}
.navlinks{display:flex;gap:25px;font-size:13px;font-weight:800;color:#555c6b}
.navlinks a{transition:.2s}.navlinks a:hover,.navlinks a.active{color:var(--red)}
.nav-cta{display:flex;gap:10px;align-items:center}.menu{display:none;background:none;border:0;color:var(--ink);font-size:28px}
.page-hero{padding:175px 0 90px;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfbfd 100%)}
.page-hero:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-150px;top:55px;background:radial-gradient(circle,rgba(223,33,65,.16),rgba(123,63,142,.08) 48%,transparent 70%);pointer-events:none}
.page-hero:after{content:"✦  ◉  +  ◆";position:absolute;right:10%;bottom:40px;color:rgba(45,128,155,.24);font-size:34px;letter-spacing:25px;transform:rotate(-12deg);pointer-events:none}
.page-hero h1{font-family:Manrope;font-size:clamp(50px,7vw,94px);letter-spacing:-.075em;line-height:1.02;max-width:930px;margin:22px 0}
.page-hero h1 em{font-style:normal;background:var(--grad);-webkit-background-clip:text;color:transparent}
.page-hero p{max-width:700px;color:var(--muted);font-size:18px}
.breadcrumb{margin-top:30px;color:#9aa0ad;font-size:12px}.breadcrumb a{color:var(--ink);font-weight:700}
section{padding:105px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}
.section-head h2{font-family:Manrope;font-size:clamp(40px,5vw,68px);letter-spacing:-.07em;line-height:1.05;max-width:720px;margin-top:17px}
.section-head p{max-width:450px;color:var(--muted)}
.soft-section{background:var(--soft)}.color-section{background:linear-gradient(135deg,#fff6f7 0%,#f5f8fb 50%,#f8f3fa 100%)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:29px;box-shadow:0 5px 20px rgba(34,37,53,.035)}
.card h3{font-family:Manrope;font-size:25px;line-height:1.15}.card p{color:var(--muted);margin-top:12px}
.feature-box{border-radius:30px;min-height:430px;padding:34px;position:relative;overflow:hidden;background:var(--grad);box-shadow:var(--shadow)}
.feature-box:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;border:1px solid rgba(255,255,255,.28);right:-120px;top:-100px;box-shadow:0 0 0 34px rgba(255,255,255,.05),0 0 0 68px rgba(255,255,255,.04)}
.feature-box:after{content:"✦  ◉  +  ◆  ✧";position:absolute;right:35px;top:70px;color:rgba(255,255,255,.5);font-size:28px;letter-spacing:15px;line-height:2;max-width:210px;text-align:center;transform:rotate(-15deg)}
.feature-box .feature-content{position:absolute;z-index:1;bottom:32px;left:34px;right:34px;color:#fff}
.feature-box h3{font-size:36px;margin:8px 0}.feature-box p{color:rgba(255,255,255,.84)}
.stat-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stat{text-align:center;border-right:1px solid var(--line)}.stat:last-child{border:0}
.stat strong{font-size:42px;font-family:Manrope;background:var(--grad);-webkit-background-clip:text;color:transparent}.stat span{display:block;color:var(--muted);font-size:12px}
.icon{width:62px;height:62px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(135deg,#fff0f2,#f3eaf7,#e8f5f7);color:var(--red);font-size:29px;margin-bottom:20px}
.icon.blue{color:var(--blue)}.icon.purple{color:var(--purple)}.icon.orange{color:var(--orange)}
.list{display:grid;gap:14px;margin-top:24px}.list li{list-style:none;border-bottom:1px solid var(--line);padding:12px 0;color:#4f5664}.list li:before{content:"✓";color:var(--red);font-weight:800;margin-right:10px}
.service-card{min-height:330px;position:relative;transition:.3s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.service-card .num{font-size:11px;color:var(--red);font-weight:800}.service-card .link{position:absolute;bottom:27px;right:28px;color:var(--red);font-weight:800}
.timeline{position:relative;display:grid;gap:18px}.timeline:before{content:"";position:absolute;left:22px;top:22px;bottom:22px;width:2px;background:linear-gradient(var(--red),var(--blue))}
.timeline-item{display:flex;gap:20px;position:relative}.timeline-dot{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--grad);color:#fff;z-index:1;font-weight:800;flex:0 0 45px}.timeline-item .card{flex:1}
.project-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;grid-auto-rows:240px;gap:15px}
.project{border-radius:22px;overflow:hidden;position:relative;padding:25px;display:flex;align-items:end;box-shadow:var(--shadow)}
.project:before{content:"";position:absolute;inset:0;background:var(--grad);opacity:.95}
.project:nth-child(2):before{background:linear-gradient(135deg,#2d809b,#6c4c93)}.project:nth-child(3):before{background:linear-gradient(135deg,#7b3f8e,#df2141)}.project:nth-child(4):before{background:linear-gradient(135deg,#f18b43,#df2141)}.project:nth-child(5):before{background:linear-gradient(135deg,#2d809b,#df2141)}.project:nth-child(6):before{background:linear-gradient(135deg,#7b3f8e,#2d809b)}
.project:after{content:"✦";position:absolute;right:28px;top:22px;color:rgba(255,255,255,.32);font-size:42px}
.project:first-child{grid-row:span 2}.project-content{position:relative;z-index:1;color:#fff}.project-content small{color:rgba(255,255,255,.75)}.project-content h3{font-size:25px;margin:6px 0}.project-content p{font-size:13px;color:rgba(255,255,255,.82)}
.equipment-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:17px;color:var(--ink);box-shadow:0 5px 20px rgba(34,37,53,.035)}
.equipment-image{height:180px;border-radius:17px;background:linear-gradient(135deg,#fff0f2,#f3eaf7,#e8f5f7);display:grid;place-items:center;font-size:65px;color:var(--red);margin-bottom:18px}
.equipment-card:nth-child(2) .equipment-image{color:var(--blue)}.equipment-card:nth-child(3) .equipment-image{color:var(--purple)}.equipment-card:nth-child(4) .equipment-image{color:var(--orange)}
.equipment-card h3{font-size:19px}.equipment-card p{color:var(--muted);font-size:13px;margin:8px 0 18px}.equipment-card .btn{width:100%;padding:12px}
.quote{background:var(--grad);color:#fff}.quote-card{background:#fff;color:var(--ink);border-radius:25px;padding:31px;box-shadow:0 25px 70px rgba(75,49,90,.22)}
.progress{display:flex;gap:6px;margin-bottom:28px}.progress span{height:5px;flex:1;background:#e3e3e6;border-radius:10px}.progress span.active{background:var(--red)}
.stepform{display:none}.stepform.active{display:block}.stepform h3{font-size:25px;margin-bottom:20px}.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.check{border:1px solid #e1e1e6;padding:14px;border-radius:13px;font-weight:700;cursor:pointer}.check:has(input:checked){border-color:var(--red);background:#fff4f6}.check input{accent-color:var(--red);margin-right:8px}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:11px;font-weight:800;color:#555}input,select,textarea{border:1px solid #e0e0e5;border-radius:12px;padding:13px;outline:none;background:#fff}input:focus,select:focus,textarea:focus{border-color:var(--red)}
.form-actions{display:flex;justify-content:space-between;margin-top:24px}
.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.quote h2{font-family:Manrope;font-size:clamp(44px,5vw,72px);letter-spacing:-.07em;margin:18px 0}.quote-intro p{color:#ffe7eb;font-size:17px}.quote-points{display:grid;gap:13px;margin-top:30px;font-weight:700}
.contact-card{background:#fff;color:var(--ink);border-radius:24px;padding:31px;box-shadow:var(--shadow)}.contact-card h3{font-size:27px;margin-bottom:20px}.contact-card .field{margin-bottom:14px}.contact-card .btn{width:100%}.contact-links{display:grid;gap:14px;margin-top:28px;font-weight:700}.contact-links span{color:#626a77}
footer{background:#fff;padding:58px 0 25px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px;padding-bottom:40px;border-bottom:1px solid var(--line)}
.footer-logo img{width:170px}.footer-logo p{color:var(--muted);max-width:350px;margin-top:17px}.footer h4{margin-bottom:15px}.footer-links{display:grid;gap:10px;color:#737987;font-size:14px}.footer-links a:hover{color:var(--red)}
.footer-bottom{display:flex;justify-content:space-between;color:#8b919d;font-size:12px;padding-top:22px}
.whatsapp{position:fixed;right:22px;bottom:22px;z-index:990;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:27px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
@media(max-width:1050px){.navlinks{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:22px 28px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.menu{display:block}.nav-cta .btn{display:none}.grid-2,.quote-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:650px){.container{width:calc(100% - 32px)}.nav{height:75px}.logo img{width:125px}.page-hero{padding:135px 0 75px}.page-hero h1{font-size:53px}.page-hero p{font-size:16px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat{border:0;padding:12px 5px}.stat strong{font-size:31px}section{padding:78px 0}.section-head{display:block}.section-head h2{font-size:43px}.section-head p{margin-top:17px}.grid-3,.grid-4,.checks,.fields{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr;grid-auto-rows:210px}.project:first-child{grid-row:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-logo{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}

/* Final logo and WhatsApp refinements */
.logo{width:150px;height:86px;display:flex;align-items:center;justify-content:flex-start;overflow:visible}
.logo img{display:block;width:112px;height:112px;object-fit:contain;transform:translateY(12px)}
.footer-logo img{width:170px;height:auto;transform:none}
.whatsapp{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:28px;line-height:1;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.whatsapp i{font-size:29px}
@media(max-width:650px){
 .logo{width:130px}
 .logo img{width:96px;height:96px;transform:translateY(8px)}
}








/* =====================================================
   ELEVATION EVENTS FOOTER
===================================================== */

.ee-footer {

    position: relative;

    background: #ffffff;

    padding: 0 0 35px;

    color: #161722;

}


/* =====================================================
   CTA
===================================================== */

.ee-footer-cta {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    padding: 42px 60px;

    margin-bottom: 95px;

    background: linear-gradient(
        110deg,
        #b9002d 0%,
        #c80035 45%,
        #a90045 100%
    );

    border-radius: 0 0 28px 28px;

    overflow: hidden;

}


/* Decorative gradient */

.ee-footer-cta::after {

    content: "";

    position: absolute;

    width: 380px;

    height: 380px;

    right: -130px;

    top: -230px;

    background: rgba(255,255,255,0.08);

    border-radius: 50%;

}


.ee-footer-cta-text {

    position: relative;

    z-index: 2;

}


.ee-footer-cta .eyebrow {

    color: #ffdce5;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

}


.ee-footer-cta h2 {

    margin: 12px 0 0;

    color: #ffffff;

    font-size: clamp(28px, 3vw, 48px);

    line-height: 1.1;

    font-weight: 800;

}


.ee-footer-cta h2 em {

    display: inline;

    color: #ffd3de;

    font-style: normal;

}


.ee-footer-cta-btn {

    position: relative;

    z-index: 2;

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    white-space: nowrap;

}


.ee-footer-cta-btn strong {

    font-size: 22px;

    font-weight: 400;

}


/* =====================================================
   FOOTER GRID
===================================================== */

.ee-footer-grid {

    display: grid;

    grid-template-columns: 1.5fr 1fr 1.25fr 1.35fr;

    gap: 70px;

    align-items: start;

}


/* =====================================================
   BRAND
===================================================== */

.ee-footer-brand {

    min-width: 0;

}


.ee-footer-logo {

    display: inline-flex;

    align-items: center;

    margin-bottom: 24px;

}


.ee-footer-logo img {

    display: block;

    width: 250px;

    height: auto;

    object-fit: contain;

}


.ee-footer-brand p {

    max-width: 380px;

    margin: 0;

    color: #70727d;

    font-size: 16px;

    line-height: 1.9;

}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.ee-footer-socials {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 28px;

}


.ee-footer-socials a {

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f5f5f7;

    color: #747681;

    font-size: 17px;

    text-decoration: none;

    transition: all 0.3s ease;

}


.ee-footer-socials a:hover {

    color: #ffffff;

    background: #c60035;

    transform: translateY(-4px);

}


/* =====================================================
   FOOTER COLUMNS
===================================================== */

.ee-footer-column {

    min-width: 0;

}


.ee-footer-column h4 {

    position: relative;

    margin: 0 0 30px;

    padding-bottom: 16px;

    font-size: 19px;

    font-weight: 800;

    color: #191a24;

}


.ee-footer-column h4::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 38px;

    height: 4px;

    border-radius: 10px;

    background: #bd0034;

}


/* =====================================================
   FOOTER LINKS
===================================================== */

.ee-footer-column > a:not(.ee-contact-item) {

    display: flex;

    align-items: center;

    gap: 12px;

    width: fit-content;

    margin-bottom: 17px;

    color: #70727d;

    font-size: 16px;

    line-height: 1.4;

    text-decoration: none;

    transition: all 0.3s ease;

}


.ee-footer-column > a:not(.ee-contact-item):hover {

    color: #c60035;

    transform: translateX(4px);

}


/* Why Elevation check icons */

.ee-footer-column > a:not(.ee-contact-item) i {

    width: 18px;

    min-width: 18px;

    color: #c60035;

    font-size: 13px;

    text-align: center;

}


/* =====================================================
   CONTACT SECTION
===================================================== */

.ee-footer-contact {

    min-width: 0;

}


.ee-contact-item {

    display: flex;

    align-items: center;

    gap: 16px;

    width: 100%;

    min-height: 48px;

    margin-bottom: 16px;

    color: #70727d;

    font-size: 16px;

    line-height: 1.4;

    text-decoration: none;

    transition: all 0.3s ease;

}


.ee-contact-item:hover {

    color: #c60035;

    transform: translateX(4px);

}


/* FIXED ICON BOX */

.ee-contact-icon {

    flex: 0 0 44px;

    width: 44px;

    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: #fff0f3;

    color: #c60035;

    font-size: 16px;

}


/* Ensure every icon itself is centered */

.ee-contact-icon i {

    display: block;

    width: 18px;

    text-align: center;

    line-height: 1;

}


/* Text occupies remaining space */

.ee-contact-text {

    flex: 1;

    min-width: 0;

}


/* =====================================================
   FOOTER BOTTOM
===================================================== */

.ee-footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-top: 70px;

    padding-top: 25px;

    border-top: 1px solid #eeeeef;

    color: #858791;

    font-size: 14px;

    line-height: 1.6;

}


.ee-footer-bottom a {

    color: #c60035;

    font-weight: 700;

    text-decoration: none;

}


.ee-footer-bottom a:hover {

    text-decoration: underline;

}


/* =====================================================
   FLOATING WHATSAPP
===================================================== */

.whatsapp {

    position: fixed;

    right: 25px;

    bottom: 25px;

    z-index: 999;

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #25d366;

    color: #ffffff;

    font-size: 27px;

    text-decoration: none;

    box-shadow: 0 12px 30px rgba(0,0,0,0.18);

    transition: all 0.3s ease;

}


.whatsapp:hover {

    transform: scale(1.1);

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .ee-footer-grid {

        grid-template-columns: 1.3fr 1fr 1fr;

        gap: 45px;

    }

    .ee-footer-brand {

        grid-column: span 3;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    .ee-footer-cta {

        flex-direction: column;

        align-items: flex-start;

        padding: 35px 25px;

        margin-bottom: 60px;

        gap: 25px;

    }


    .ee-footer-cta h2 {

        font-size: 32px;

    }


    .ee-footer-cta-btn {

        width: 100%;

    }


    .ee-footer-grid {

        grid-template-columns: 1fr;

        gap: 42px;

    }


    .ee-footer-brand {

        grid-column: auto;

    }


    .ee-footer-logo img {

        width: 220px;

    }


    .ee-footer-bottom {

        flex-direction: column;

        align-items: flex-start;

        margin-top: 50px;

    }


    .ee-contact-item {

        max-width: 100%;

    }

}