.elementor-65 .elementor-element.elementor-element-68a4d57{width:var( --container-widget-width, 98.062% );max-width:98.062%;--container-widget-width:98.062%;--container-widget-flex-grow:0;}.elementor-65 .elementor-element.elementor-element-68a4d57.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-23ff62e *//* ==============================
   WHO WE ARE SECTION
================================ */

.sksons-who-section{
    padding:90px 20px;
    background:#F7F3EC;
    font-family:'Poppins',sans-serif;
}

.sksons-who-container{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:48% 52%;
    align-items:center;
    gap:70px;
}


/* ==============================
   IMAGE
================================ */

.sksons-who-image{
    position:relative;
    padding:10px;
}

.sksons-who-image img{
    width:100%;
    height:560px;
    object-fit:cover;
    display:block;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.15);
}


/* ==============================
   EXPERIENCE BOX
================================ */

.sksons-experience{
    position:absolute;
    right:-15px;
    bottom:35px;

    display:flex;
    align-items:center;
    gap:12px;

    background:#5A3420;
    color:#fff;

    padding:18px 25px;
    border-radius:15px;

    box-shadow:0 12px 30px rgba(0,0,0,.20);
}

.sksons-experience strong{
    font-size:38px;
    line-height:1;
    font-weight:700;
}

.sksons-experience span{
    font-size:13px;
    line-height:1.4;
    font-weight:500;
}


/* ==============================
   CONTENT
================================ */

.sksons-who-content{
    padding-right:20px;
}

.sksons-who-tag{
    display:inline-block;

    color:#5A3420;
    font-size:14px;
    font-weight:600;

    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:14px;
}

.sksons-who-content h2{
    margin:0 0 22px;

    color:#222;

    font-size:42px;
    line-height:1.2;
    font-weight:700;
}

.sksons-who-content > p{
    color:#666;

    font-size:16px;
    line-height:1.85;

    margin:0 0 18px;
}

.sksons-who-content strong{
    color:#5A3420;
    font-weight:600;
}


/* ==============================
   POINTS
================================ */

.sksons-who-points{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:20px;

    margin-top:30px;
    padding-top:25px;

    border-top:1px solid #ddd2c6;
}

.sksons-who-point{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.sksons-who-point > span{
    flex-shrink:0;

    width:32px;
    height:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#5A3420;
    color:#fff;

    border-radius:50%;

    font-size:15px;
    font-weight:600;
}

.sksons-who-point h4{
    margin:0 0 5px;

    color:#222;
    font-size:17px;
}

.sksons-who-point p{
    margin:0;

    color:#777;
    font-size:13px;
    line-height:1.6;
}


/* ==============================
   TABLET
================================ */

@media(max-width:991px){

    .sksons-who-container{
        grid-template-columns:1fr;
        gap:45px;
    }

    .sksons-who-content{
        padding-right:0;
    }

    .sksons-who-content h2{
        font-size:36px;
    }

    .sksons-who-image img{
        height:480px;
    }

}


/* ==============================
   MOBILE
================================ */

@media(max-width:600px){

    .sksons-who-section{
        padding:60px 18px;
    }

    .sksons-who-content h2{
        font-size:30px;
    }

    .sksons-who-content > p{
        font-size:15px;
        line-height:1.7;
    }

    .sksons-who-image img{
        height:380px;
        border-radius:18px;
    }

    .sksons-experience{
        right:0;
        bottom:20px;
        padding:14px 18px;
    }

    .sksons-experience strong{
        font-size:30px;
    }

    .sksons-who-points{
        grid-template-columns:1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f4d2c3 *//* =========================================
   S.K. & SONS - OUR EVOLUTION
========================================= */

.sksons-evolution-section{
    padding:20px 20px;
    background:#F7F3EC;
    font-family:'Poppins',sans-serif;
    overflow:hidden;
}


/* =========================================
   HEADING
========================================= */

.sksons-evolution-heading{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.sksons-evolution-heading span{
    display:block;
    color:#5A3420;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:12px;
}

.sksons-evolution-heading h2{
    margin:0 0 18px;
    color:#222;
    font-size:42px;
    line-height:1.2;
    font-weight:700;
}

.sksons-evolution-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:15px;
    line-height:1.8;
}


/* =========================================
   TIMELINE
========================================= */

.sksons-timeline{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    position:relative;
}


/* Horizontal Line */

.sksons-timeline::before{
    content:"";

    position:absolute;

    top:32px;
    left:12%;
    right:12%;

    height:2px;

    background:#D8C8B9;
}


/* =========================================
   TIMELINE ITEM
========================================= */

.sksons-timeline-item{
    position:relative;
    padding:0 15px;
    text-align:center;
    z-index:2;
}


/* Number Circle */

.sksons-timeline-number{
    width:64px;
    height:64px;

    margin:0 auto 30px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#5A3420;
    color:#fff;

    font-size:15px;
    font-weight:600;

    border:7px solid #F7F3EC;

    box-shadow:0 5px 15px rgba(90,52,32,.20);

    transition:.35s;
}


/* Content */

.sksons-timeline-content{
    background:#fff;

    min-height:220px;

    padding:30px 22px;

    border-radius:18px;

    border:1px solid #eee2d6;

    box-shadow:0 10px 30px rgba(0,0,0,.07);

    transition:.35s;
}


/* Year */

.sksons-timeline-year{
    display:inline-block;

    color:#5A3420;

    font-size:13px;
    font-weight:700;

    letter-spacing:1.5px;

    margin-bottom:12px;
}


/* Title */

.sksons-timeline-content h3{
    margin:0 0 14px;

    color:#222;

    font-size:20px;
    line-height:1.3;

    font-weight:600;
}


/* Description */

.sksons-timeline-content p{
    margin:0;

    color:#666;

    font-size:14px;

    line-height:1.75;
}


/* =========================================
   HOVER
========================================= */

.sksons-timeline-item:hover .sksons-timeline-number{
    background:#D7B27A;

    color:#5A3420;

    transform:scale(1.08);
}

.sksons-timeline-item:hover .sksons-timeline-content{
    transform:translateY(-8px);

    border-color:#D7B27A;

    box-shadow:0 18px 35px rgba(90,52,32,.13);
}


/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .sksons-timeline{
        grid-template-columns:repeat(2,1fr);
        gap:35px;
    }

    .sksons-timeline::before{
        display:none;
    }

    .sksons-evolution-heading h2{
        font-size:36px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:600px){

    .sksons-evolution-section{
        padding:60px 18px;
    }

    .sksons-evolution-heading{
        margin-bottom:45px;
    }

    .sksons-evolution-heading h2{
        font-size:30px;
    }

    .sksons-evolution-heading p{
        font-size:14px;
    }

    .sksons-timeline{
        grid-template-columns:1fr;
        gap:25px;
    }

    .sksons-timeline-item{
        padding:0;
    }

    .sksons-timeline-number{
        margin-bottom:15px;
    }

    .sksons-timeline-content{
        min-height:auto;
        padding:25px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa05ce2 */.sksons-services-section{
    padding:40px 20px;
    background:#F7F3EC;
    font-family:'Poppins',sans-serif;
}

.sksons-services-heading{
    max-width:800px;
    margin:0 auto 60px;
    text-align:center;
}

.sksons-services-heading span{
    display:block;
    color:#5A3420;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:12px;
}

.sksons-services-heading h2{
    margin:0 0 18px;
    color:#222;
    font-size:42px;
    line-height:1.2;
}

.sksons-services-heading p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.8;
}


/* GRID */

.sksons-services-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}


/* CARD */

.sksons-service-card{
    position:relative;
    padding:32px 25px;

    min-height:230px;

    background:#fff;

    border:1px solid #eadfd3;
    border-radius:20px;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    transition:.35s ease;

    overflow:hidden;
}


/* Brown Top Line */

.sksons-service-card::before{
    content:"";

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:4px;

    background:#5A3420;

    transform:scaleX(0);
    transform-origin:left;

    transition:.35s ease;
}

.sksons-service-card:hover::before{
    transform:scaleX(1);
}


/* Number */

.sksons-service-number{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:22px;

    background:#5A3420;
    color:#fff;

    border-radius:50%;

    font-size:13px;
    font-weight:600;
}


/* Title */

.sksons-service-card h3{
    margin:0 0 12px;

    color:#222;

    font-size:21px;
    line-height:1.3;
    font-weight:600;
}


/* Description */

.sksons-service-card p{
    margin:0;

    color:#666;

    font-size:14px;
    line-height:1.75;
}


/* Hover */

.sksons-service-card:hover{
    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(90,52,32,.12);

    border-color:#D7B27A;
}

.sksons-service-card:hover .sksons-service-number{
    background:#D7B27A;
    color:#5A3420;
}


/* TABLET */

@media(max-width:991px){

    .sksons-services-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* MOBILE */

@media(max-width:600px){

    .sksons-services-section{
        padding:60px 18px;
    }

    .sksons-services-heading h2{
        font-size:30px;
    }

    .sksons-services-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .sksons-service-card{
        min-height:auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8994a0e */.sksons-industry-list{
    padding:40px 20px;
    background:#fff;
    font-family:'Poppins',sans-serif;
}

.sksons-industry-list-head{
    max-width:750px;
    margin:0 auto 55px;
    text-align:center;
}

.sksons-industry-list-head span{
    display:block;
    color:#5A3420;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:12px;
}

.sksons-industry-list-head h2{
    margin:0 0 15px;
    color:#222;
    font-size:42px;
    line-height:1.2;
}

.sksons-industry-list-head p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.8;
}


/* 4 + 4 Layout */

.sksons-industry-list-grid{
    max-width:1050px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(2,1fr);
    column-gap:80px;
}


/* Individual Row */

.sksons-industry-row{
    display:flex;
    align-items:center;
    gap:20px;

    padding:22px 5px;

    border-bottom:1px solid #ddd2c7;

    transition:.3s ease;
}

.sksons-industry-row span{
    flex-shrink:0;

    color:#5A3420;

    font-size:13px;
    font-weight:600;

    letter-spacing:1px;
}

.sksons-industry-row h3{
    margin:0;

    color:#333;

    font-size:20px;
    font-weight:500;

    transition:.3s ease;
}

.sksons-industry-row:hover{
    padding-left:15px;
}

.sksons-industry-row:hover h3{
    color:#5A3420;
}


/* Mobile */

@media(max-width:767px){

    .sksons-industry-list{
        padding:60px 18px;
    }

    .sksons-industry-list-head h2{
        font-size:30px;
    }

    .sksons-industry-list-grid{
        grid-template-columns:1fr;
        column-gap:0;
    }

    .sksons-industry-row{
        padding:18px 5px;
    }

    .sksons-industry-row h3{
        font-size:18px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68a4d57 *//* =========================================
   WHY CHOOSE SECTION
========================================= */

.sksons-why-section{
    padding:90px 20px;
    background:#F7F3EC;
    font-family:'Poppins',sans-serif;
}

.sksons-why-container{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:38% 62%;
    gap:70px;
    align-items:start;
}


/* Left */

.sksons-why-intro{
    position:sticky;
    top:40px;
}

.sksons-why-intro > span{
    display:block;

    color:#5A3420;

    font-size:14px;
    font-weight:600;

    letter-spacing:2px;

    margin-bottom:14px;
}

.sksons-why-intro h2{
    margin:0 0 20px;

    color:#222;

    font-size:42px;
    line-height:1.2;
    font-weight:700;
}

.sksons-why-intro p{
    margin:0;

    color:#666;

    font-size:15px;
    line-height:1.8;
}


/* =========================================
   WHY POINTS
========================================= */

.sksons-why-points{
    border-top:1px solid #ddd0c3;
}

.sksons-why-point{
    display:flex;
    align-items:flex-start;

    gap:25px;

    padding:24px 0;

    border-bottom:1px solid #ddd0c3;

    transition:.3s ease;
}

.sksons-why-point > span{
    flex-shrink:0;

    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#5A3420;
    color:#fff;

    font-size:12px;
    font-weight:600;

    transition:.3s ease;
}

.sksons-why-point h3{
    margin:0 0 7px;

    color:#222;

    font-size:20px;
    font-weight:600;
}

.sksons-why-point p{
    margin:0;

    color:#666;

    font-size:14px;
    line-height:1.7;
}

.sksons-why-point:hover{
    padding-left:10px;
}

.sksons-why-point:hover > span{
    background:#D7B27A;
    color:#5A3420;
    transform:scale(1.08);
}


/* =========================================
   OUR COMMITMENT
========================================= */

.sksons-commitment-section{
    padding:90px 20px;

    background:#5A3420;

    font-family:'Poppins',sans-serif;
}

.sksons-commitment-container{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:25% 75%;

    gap:60px;
}


/* Label */

.sksons-commitment-label{
    color:#D7B27A;

    font-size:14px;
    font-weight:600;

    letter-spacing:2px;

    padding-top:8px;
}


/* Content */

.sksons-commitment-content{
    max-width:850px;
}

.sksons-commitment-content h2{
    margin:0 0 28px;

    color:#fff;

    font-size:42px;
    line-height:1.25;
    font-weight:700;
}

.sksons-commitment-content p{
    margin:0 0 18px;

    color:#eadfd6;

    font-size:15px;
    line-height:1.85;
}

.sksons-commitment-content strong{
    color:#fff;
    font-weight:600;
}


/* Decorative Line */

.sksons-commitment-content::before{
    content:"";

    display:block;

    width:70px;
    height:4px;

    background:#D7B27A;

    margin-bottom:25px;

    border-radius:5px;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .sksons-why-container{
        grid-template-columns:1fr;
        gap:45px;
    }

    .sksons-why-intro{
        position:static;
        max-width:700px;
    }

    .sksons-why-intro h2{
        font-size:36px;
    }

    .sksons-commitment-container{
        grid-template-columns:1fr;
        gap:25px;
    }

    .sksons-commitment-content h2{
        font-size:36px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:600px){

    .sksons-why-section{
        padding:60px 18px;
    }

    .sksons-why-intro h2{
        font-size:30px;
    }

    .sksons-why-point{
        gap:15px;
        padding:20px 0;
    }

    .sksons-why-point > span{
        width:40px;
        height:40px;
    }

    .sksons-why-point h3{
        font-size:18px;
    }

    .sksons-why-point p{
        font-size:13px;
    }

    .sksons-commitment-section{
        padding:60px 18px;
    }

    .sksons-commitment-content h2{
        font-size:30px;
    }

    .sksons-commitment-content p{
        font-size:14px;
        line-height:1.75;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcba3e2 */.sksons-cta-section{
    padding:75px 20px;
    background:#F7F3EC;
    font-family:'Poppins',sans-serif;
}

.sksons-cta-container{
    max-width:1200px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:50px;

    padding:55px 65px;

    background:#5A3420;

    border-radius:25px;

    position:relative;
    overflow:hidden;
}


/* Decorative Circle */

.sksons-cta-container::before{
    content:"";

    position:absolute;

    width:280px;
    height:280px;

    right:-100px;
    top:-130px;

    border:45px solid rgba(215,178,122,.12);

    border-radius:50%;
}

.sksons-cta-container::after{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    left:-100px;
    bottom:-100px;

    border:35px solid rgba(255,255,255,.06);

    border-radius:50%;
}


/* Content */

.sksons-cta-content{
    max-width:760px;
    position:relative;
    z-index:2;
}

.sksons-cta-tag{
    display:block;

    color:#D7B27A;

    font-size:13px;
    font-weight:600;

    letter-spacing:2px;

    margin-bottom:14px;
}

.sksons-cta-content h2{
    margin:0 0 18px;

    color:#fff;

    font-size:40px;
    line-height:1.2;
    font-weight:700;
}

.sksons-cta-content p{
    margin:0;

    color:#eadfd6;

    font-size:15px;
    line-height:1.8;

    max-width:700px;
}


/* Button */

.sksons-cta-action{
    flex-shrink:0;
    position:relative;
    z-index:2;
}

.sksons-cta-btn{
    display:flex;
    align-items:center;
    gap:18px;

    padding:16px 25px;

    background:#D7B27A;
    color:#5A3420;

    text-decoration:none;

    font-size:14px;
    font-weight:700;

    letter-spacing:.5px;

    border-radius:50px;

    transition:.35s ease;
}

.sksons-cta-btn span{
    width:32px;
    height:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#5A3420;
    color:#fff;

    border-radius:50%;

    font-size:17px;

    transition:.35s ease;
}

.sksons-cta-btn:hover{
    background:#fff;
    color:#5A3420;

    transform:translateY(-3px);
}

.sksons-cta-btn:hover span{
    transform:translateX(4px);
}


/* Tablet */

@media(max-width:991px){

    .sksons-cta-container{
        padding:45px;
    }

    .sksons-cta-content h2{
        font-size:34px;
    }

}


/* Mobile */

@media(max-width:700px){

    .sksons-cta-section{
        padding:60px 18px;
    }

    .sksons-cta-container{
        padding:40px 25px;

        flex-direction:column;
        align-items:flex-start;

        gap:30px;

        border-radius:20px;
    }

    .sksons-cta-content h2{
        font-size:30px;
    }

    .sksons-cta-content p{
        font-size:14px;
    }

    .sksons-cta-btn{
        padding:14px 22px;
    }

}/* End custom CSS */