.elementor-621 .elementor-element.elementor-element-e445655{--display:flex;--background-transition:0.3s;--margin-block-start:0px;--margin-block-end:0px;--margin-inline-start:0px;--margin-inline-end:0px;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-621 .elementor-element.elementor-element-e445655.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-621 .elementor-element.elementor-element-bbca275{width:100%;max-width:100%;}.elementor-621 .elementor-element.elementor-element-5cb08ba{width:100%;max-width:100%;}.elementor-621 .elementor-element.elementor-element-1643186{width:100%;max-width:100%;}.elementor-621 .elementor-element.elementor-element-299b4e6{width:100%;max-width:100%;}.elementor-621 .elementor-element.elementor-element-e3ea7bb{width:100%;max-width:100%;}.elementor-621 .elementor-element.elementor-element-1a0991e{width:100%;max-width:100%;}.elementor-621 .elementor-element.elementor-element-f1b231e{width:100%;max-width:100%;}@media(min-width:768px){.elementor-621 .elementor-element.elementor-element-e445655{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-bbca275 */:root{

--bg:#111111;
--white:#f5f5f5;
--muted:#bdbdbd;
--yellow:#f6c744;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

background:var(--bg);
font-family:
Inter,
Helvetica,
Arial,
sans-serif;

}

.hero{

position:relative;

min-height:100vh;

overflow:hidden;

display:flex;
align-items:center;

background:#111;

}

.hero-container{

width:min(1380px,92%);
margin:auto;

position:relative;
z-index:2;

}

.hero-title{

margin-bottom:80px;

}

.hero h1{

font-size:clamp(80px,10vw,180px);

font-weight:900;

line-height:.88;

letter-spacing:-6px;

color:white;

}

.hero-row{

display:flex;
align-items:center;
gap:40px;

margin:18px 0;

}

.yellow-line{

width:340px;
height:12px;

background:var(--yellow);

flex-shrink:0;

}

.outline{

color:transparent;

-webkit-text-stroke:2px white;

opacity:.92;

}

.hero-bottom{

display:flex;

justify-content:space-between;

align-items:flex-end;

gap:80px;

}

.hero-bottom p{

max-width:560px;

font-size:30px;

line-height:1.6;

color:#bdbdbd;

font-weight:300;

}

.hero-buttons{

display:flex;
gap:20px;

}

.btn-primary{

background:var(--yellow);

color:#111;

padding:22px 44px;

text-decoration:none;

font-weight:700;

letter-spacing:2px;

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-4px);

}

.btn-secondary{

padding:22px 44px;

border:1px solid rgba(255,255,255,.2);

color:white;

text-decoration:none;

letter-spacing:2px;

transition:.35s;

}

.btn-secondary:hover{

background:white;

color:black;

}

.hero-grid{

position:absolute;

inset:0;

pointer-events:none;

opacity:.05;

background-image:

linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),

linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px);

background-size:33.33% 100%,100% 33.33%;

}

.reveal{

opacity:0;

transform:translateY(40px);

animation:heroReveal .8s forwards;

}

.delay-1{

animation-delay:.2s;

}

.delay-2{

animation-delay:.45s;

}

.delay-3{

animation-delay:.7s;

}

.delay-4{

animation-delay:1s;

}

@keyframes heroReveal{

to{

opacity:1;

transform:none;

}

}

@media(max-width:991px){

.hero h1{

font-size:72px;

letter-spacing:-2px;

}

.hero-row{

gap:20px;

}

.yellow-line{

width:120px;
height:8px;

}

.hero-bottom{

flex-direction:column;
align-items:flex-start;

}

.hero-bottom p{

font-size:20px;

}

.hero-buttons{

flex-wrap:wrap;

}

}

@media(max-width:600px){

.hero{

padding:140px 0 80px;

}

.hero h1{

font-size:54px;

}

.outline{

-webkit-text-stroke:1px white;

}

.yellow-line{

display:none;

}

.hero-bottom p{

font-size:18px;

}

.btn-primary,
.btn-secondary{

width:100%;
text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cb08ba */.brands{

background:#fff;

padding:90px 0;

border-top:1px solid #ececec;
border-bottom:1px solid #ececec;

overflow:hidden;

}

.brands-container{

width:100%;
margin:auto;

}

.brands-label{

text-align:center;

font-size:13px;

letter-spacing:6px;

font-weight:600;

color:#b7b7b7;

margin-bottom:70px;

}

.marquee{

overflow:hidden;

border-top:1px solid #efefef;

}

.marquee:last-child{

border-bottom:1px solid #efefef;

}

.marquee-track{

display:flex;

width:max-content;

animation:marquee 35s linear infinite;

}

.reverse .marquee-track{

animation-direction:reverse;

}

.marquee span{

padding:34px 70px;

font-size:22px;

font-weight:700;

color:#d2d2d2;

white-space:nowrap;

transition:.3s;

}

.marquee span:hover{

color:#222;

}

@keyframes marquee{

from{

transform:translateX(0);

}

to{

transform:translateX(-50%);

}

}

@media(max-width:768px){

.brands{

padding:60px 0;

}

.marquee span{

padding:22px 35px;

font-size:18px;

}

.brands-label{

margin-bottom:40px;

letter-spacing:4px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1643186 *//* ==========================================================
   WHAT WE DO
   Brand Brakket
========================================================== */

:root{

    --bg:#f8f7f4;
    --card:#ffffff;

    --text:#101010;
    --muted:#707070;

    --accent:#F4C542;

    --border:#e7e7e7;

    --radius:28px;

    --transition:.45s cubic-bezier(.22,.61,.36,1);

}

/* SECTION */

.services-section{

    max-width:1400px;

    margin:120px auto;

    padding:0 30px;

}

.services-heading{

    text-align:center;

    margin-bottom:70px;

}

.section-tag{

    display:inline-flex;

    align-items:center;

    gap:12px;

    font-size:.82rem;

    letter-spacing:4px;

    font-weight:700;

    text-transform:uppercase;

    color:#999;

}

.section-tag::before{

    content:"";

    width:45px;

    height:2px;

    background:var(--accent);

}

.services-heading h2{

    margin-top:22px;

    font-size:clamp(2.5rem,5vw,4.8rem);

    line-height:1.05;

    font-weight:700;

    color:var(--text);

    letter-spacing:-2px;

}

/* GRID */

.services-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:28px;

}

/* CARD */

.service-card{

    position:relative;

    background:var(--card);

    border:1px solid var(--border);

    border-radius:var(--radius);

    padding:45px;

    overflow:hidden;

    transition:var(--transition);

    cursor:pointer;

    min-height:430px;

    display:flex;

    flex-direction:column;

}

.service-number{

    font-size:.9rem;

    font-weight:700;

    color:#9a9a9a;

    letter-spacing:3px;

    margin-bottom:25px;

}

.service-card h3{

    font-size:2rem;

    margin:0 0 35px;

    color:var(--text);

    line-height:1.1;

    transition:var(--transition);

}

/* LIST */

.service-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.service-card li{

    position:relative;

    padding-left:28px;

    margin-bottom:18px;

    font-size:1rem;

    line-height:1.6;

    color:#555;

    transition:var(--transition);

}

.service-card li:last-child{

    margin-bottom:0;

}

.service-card li::before{

    content:"";

    width:8px;

    height:8px;

    border-radius:50%;

    background:var(--accent);

    position:absolute;

    left:0;

    top:10px;

    transition:var(--transition);

}

/* HOVER */

.services-grid:hover .service-card{

    opacity:.55;

    transform:scale(.98);

}

.services-grid .service-card:hover{

    opacity:1;

    transform:translateY(-10px) scale(1.03);

    background:var(--accent);

    border-color:var(--accent);

    box-shadow:
        0 18px 60px rgba(244,197,66,.35),
        0 8px 30px rgba(244,197,66,.20);

    z-index:5;

}

/* TEXT */

.service-card:hover h3{

    color:#111;

}

.service-card:hover li{

    color:#111;

}

.service-card:hover .service-number{

    color:#111;

}

.service-card:hover li::before{

    background:#111;

    transform:scale(1.3);

}

/* Decorative Glow */

.service-card::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    right:-180px;

    top:-180px;

    transform:scale(0);

    transition:.7s;

}

.service-card:hover::after{

    transform:scale(1);

}

/* Border Animation */

.service-card::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:inherit;

    border:2px solid transparent;

    transition:var(--transition);

    pointer-events:none;

}

.service-card:hover::before{

    border-color:#111;

}

/* RESPONSIVE */

@media(max-width:991px){

    .services-grid{

        grid-template-columns:1fr;

    }

    .service-card{

        min-height:auto;

    }

    .services-heading{

        margin-bottom:50px;

    }

}

@media(max-width:767px){

    .services-section{

        padding:0 20px;

        margin:80px auto;

    }

    .service-card{

        padding:35px;

    }

    .service-card h3{

        font-size:1.7rem;

    }

    .service-card li{

        font-size:.95rem;

    }

    .services-heading h2{

        font-size:2.5rem;

    }

    .services-grid:hover .service-card{

        opacity:1;

        transform:none;

    }

    .service-card:hover{

        transform:translateY(-6px);

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-299b4e6 */.problem{

    position:relative;

    padding:130px 0 150px;

    background:#fafafa;

    overflow:hidden;

}

.problem .container{

    width:min(1400px,92%);

    margin:auto;

}

.problem-label{

    display:inline-block;

    background:#F6C744;

    padding:10px 18px;

    font-size:15px;

    font-weight:700;

    letter-spacing:6px;

    text-transform:uppercase;

    margin-bottom:50px;

}

.problem-copy{

    max-width:1120px;

}

.problem-copy span{

    display:inline;

    background:#F6C744;

    padding:4px 0;

    box-decoration-break:clone;
    -webkit-box-decoration-break:clone;

    font-size:64px;

    line-height:1.55;

    font-weight:400;

}

.problem-tag{

    display:inline-block;

    margin-top:55px;

    background:#F6C744;

    padding:8px 16px;

    font-size:20px;

}

.problem-circle{

    position:absolute;

    width:360px;

    height:360px;

    border:1px solid rgba(246,199,68,.35);

    border-radius:50%;

    right:-120px;

    top:-110px;

}

@media(max-width:1200px){

.problem-copy span{

    font-size:48px;

}

}

@media(max-width:768px){

.problem{

    padding:80px 0;

}

.problem-copy span{

    font-size:32px;

    line-height:1.7;

}

.problem-label{

    letter-spacing:3px;

    font-size:12px;

}

.problem-tag{

    font-size:18px;

}

.problem-circle{

    display:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3ea7bb */.testimonials{

    background:#FAFAF8;

    padding:140px 0 120px;

}

.testimonials .container{

    width:min(1400px,92%);

    margin:auto;

}

.testimonial-heading{

    margin-bottom:90px;

}

.section-label{

    display:flex;

    align-items:center;

    gap:16px;

    color:#d7a820;

    font-size:15px;

    letter-spacing:6px;

    text-transform:uppercase;

    font-weight:700;

    margin-bottom:28px;

}

.section-label .line{

    width:44px;

    height:2px;

    background:#d7a820;

}

.testimonial-heading h2{

    font-size:72px;

    line-height:1;

    font-weight:800;

    color:#111;

}

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:0;

}

.testimonial-card{

    position:relative;

    min-height:520px;

    padding:60px 44px 40px;

}

.testimonial-card:not(:last-child){

    border-right:1px solid #E5E5E5;

}

.quote-mark{

    font-size:140px;

    line-height:1;

    color:#F8E8BF;

    font-weight:700;

    margin-bottom:60px;

}

.testimonial-content{

    min-height:170px;

}

.testimonial-content p{

    font-size:28px;

    line-height:1.7;

    color:#222;

}

.testimonial-footer{

    margin-top:60px;

    padding-top:24px;

    border-top:1px solid #DCDCDC;

    display:flex;

    align-items:center;

    gap:18px;

}

.author-image{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#EFEFEF;

    overflow:hidden;

    flex-shrink:0;

}

.author-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.author-details h4{

    font-size:18px;

    margin-bottom:4px;

    font-weight:700;

    color:#111;

}

.author-details p{

    font-size:15px;

    color:#777;

}

@media(max-width:1100px){

.testimonial-grid{

    grid-template-columns:1fr;

}

.testimonial-card{

    border-right:none !important;

    border-bottom:1px solid #E6E6E6;

}

.testimonial-heading h2{

    font-size:52px;

}

}

@media(max-width:768px){

.testimonials{

    padding:80px 0;

}

.quote-mark{

    font-size:90px;

    margin-bottom:30px;

}

.testimonial-content p{

    font-size:20px;

}

.testimonial-card{

    min-height:auto;

    padding:40px 24px;

}

.section-label{

    letter-spacing:3px;

    font-size:12px;

}

.testimonial-heading h2{

    font-size:42px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a0991e */.about{

    background:#111111;

    color:#F5F5F5;

    padding:140px 0;

}

.about .container{

    width:min(1400px,92%);

    margin:auto;

}

.about-grid{

    display:grid;

    grid-template-columns:340px 1fr;

    gap:130px;

    align-items:flex-start;

}

/* Left */

.about-sidebar{

    position:sticky;

    top:120px;

}

.about-sidebar .section-label{

    display:flex;

    align-items:center;

    gap:14px;

    color:#F6C744;

    font-size:15px;

    letter-spacing:6px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:32px;

}

.about-sidebar .line{

    width:44px;

    height:2px;

    background:#F6C744;

}

.about-sidebar h5{

    font-size:13px;

    letter-spacing:2px;

    color:#666;

    margin-bottom:28px;

    font-weight:700;

}

.about-sidebar ul{

    list-style:none;

}

.about-sidebar li{

    position:relative;

    padding:12px 0 12px 18px;

    color:#A7A7A7;

    font-size:20px;

    transition:.3s;

}

.about-sidebar li::before{

    content:"■";

    position:absolute;

    left:0;

    top:16px;

    color:#F6C744;

    font-size:8px;

}

.about-sidebar li:hover{

    color:#fff;

}

/* Right */

.about-content{

    max-width:900px;

}

.about-content h2{

    font-size:72px;

    line-height:1.15;

    font-weight:300;

    color:#ECECEC;

    margin-bottom:50px;

    letter-spacing:-2px;

}

.about-content p{

    font-size:24px;

    line-height:1.8;

    color:#8E8E8E;

    margin-bottom:34px;

    max-width:820px;

}

/* Responsive */

@media(max-width:1100px){

.about-grid{

    grid-template-columns:1fr;

    gap:70px;

}

.about-sidebar{

    position:relative;

    top:auto;

}

.about-content h2{

    font-size:48px;

}

.about-content p{

    font-size:20px;

}

}

@media(max-width:768px){

.about{

    padding:90px 0;

}

.about-content h2{

    font-size:38px;

    letter-spacing:-1px;

}

.about-sidebar li{

    font-size:18px;

}

.about-content p{

    font-size:18px;

}

.about-sidebar .section-label{

    letter-spacing:3px;

    font-size:12px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1b231e */.cta-section{

    background:#FAFAF8;

    padding:180px 0 190px;

    text-align:center;

}

.cta-container{

    width:min(900px,90%);

    margin:auto;

}

.cta-label{

    display:inline-block;

    margin-bottom:45px;

    font-size:14px;

    font-weight:700;

    letter-spacing:6px;

    color:#D8A820;

    text-transform:uppercase;

}

.cta-section h2{

    font-size:96px;

    line-height:1.08;

    font-weight:800;

    color:#111;

    letter-spacing:-3px;

    margin:0 auto 70px;

}

.cta-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:230px;

    height:72px;

    padding:0 50px;

    background:#F6C744;

    color:#111;

    text-decoration:none;

    font-size:22px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    transition:.3s ease;

}

.cta-button:hover{

    background:#111;

    color:#fff;

}

@media(max-width:1200px){

.cta-section h2{

    font-size:74px;

}

}

@media(max-width:768px){

.cta-section{

    padding:110px 0;

}

.cta-label{

    font-size:12px;

    letter-spacing:4px;

    margin-bottom:30px;

}

.cta-section h2{

    font-size:48px;

    letter-spacing:-1px;

    margin-bottom:45px;

}

.cta-button{

    width:100%;

    max-width:280px;

    height:64px;

    font-size:18px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93f365a *//* ===========================
   CONTACT SECTION
=========================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#fff;
    color:#111;
}

.contact-section{
    padding:90px 20px;
}

.contact-container{
    max-width:900px;
    margin:auto;
}

.contact-title{
    font-size:48px;
    font-weight:700;
    margin-bottom:55px;
    letter-spacing:-1px;
    color:#111;
}

/* ===========================
   FORM
=========================== */

.contact-form{
    display:flex;
    flex-direction:column;
    gap:32px;
}

.form-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

.form-group{
    display:flex;
    flex-direction:column;
}

.form-group label{

    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    color:#9b9b9b;

    margin-bottom:18px;
}

/* ===========================
   INPUTS
=========================== */

.form-group input,
.form-group textarea,
.form-group select{

    width:100%;
    background:transparent;

    border:none;
    border-bottom:2px solid #dddddd;

    padding:0 0 16px;

    font-size:18px;
    font-family:'Inter',sans-serif;
    color:#111;

    outline:none;

    transition:.3s;
}

/* Placeholder */

.form-group input::placeholder,
.form-group textarea::placeholder{
    color:#9c9c9c;
}

/* Focus */

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus{

    border-bottom-color:#111;
}

/* ===========================
   TEXTAREA
=========================== */

.form-group textarea{

    min-height:160px;

    resize:vertical;

    line-height:1.7;
}

/* ===========================
   SELECT
=========================== */

.form-group select{

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    cursor:pointer;

    padding-right:40px;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right center;
    background-size:18px;
}

.form-group select option{

    background:#fff;
    color:#111;
    font-size:17px;
}

/* ===========================
   BUTTON
=========================== */

.submit-btn{

    width:260px;

    height:64px;

    border:none;

    background:#111;

    color:#fff;

    font-size:16px;

    font-weight:700;

    letter-spacing:2px;

    cursor:pointer;

    transition:.3s ease;
}

.submit-btn:hover{

    background:#000;

    transform:translateY(-2px);
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:768px){

    .contact-section{
        padding:70px 20px;
    }

    .contact-title{

        font-size:36px;

        margin-bottom:40px;
    }

    .form-row{

        grid-template-columns:1fr;

        gap:32px;
    }

    .submit-btn{

        width:100%;
    }
}/* End custom CSS */