/* =========================================
LK PIPELINE STORY SECTION
UNIQUE NON-CONFLICT CSS
========================================= */
  :root {
    /* ── STRICT BRAND PALETTE ── */
    --brand-blue: #2a3d8f;
    --brand-blue-dark: #1b2861;
    --brand-blue-light: #e9ecf7;
    
    --brand-grey: #58595b;
    --brand-grey-dark: #3a3b3d;
    --brand-grey-light: #f4f5f7;
    
    --white: #ffffff;
    --border-color: #e2e8f0;
  }
  em {
  font-style: normal;
  color: var(--brand-grey);
  display: block;
}
#lkps_story_section{
    width:100%;
    display:grid;
    grid-template-columns:50% 50%;
    min-height:720px;
    overflow:hidden;
    background:#f5f5f7;
    position:relative;
    isolation:isolate;
}

/* =========================================
LEFT PANEL
========================================= */

.lkps_left_panel{
    background:radial-gradient(circle at top right, rgba(0,255,200,0.16), transparent 28%), radial-gradient(circle at bottom left, rgba(0,174,255,0.12), transparent 30%), linear-gradient( 15deg, #2c3a93 0%, #0a1f35 35%, #2d3b99 65%, #12456f 100% );
	    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    position:relative;
    padding:90px 60px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.lkps_mini_title{
    position:relative;
    padding-left:30px;
    color:#ffffff;
    font-size:12px;
    font-weight:500;
    letter-spacing:3px;
    margin-bottom:38px;
    text-transform:uppercase;
}

.lkps_mini_title::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:18px;
    height:2px;
    background:#ffffff;
}

.lkps_main_heading{
    font-family:'Bebas Neue', sans-serif;
    font-size:clamp(4rem, 6vw, 7rem);
    line-height:0.95;
    font-weight:700;
    color:#ffffff;
    margin-bottom:42px;
    text-transform:uppercase;
    letter-spacing:-1px;
}

.lkps_left_description{
    max-width:520px;
    color:rgba(255,255,255,0.90);
    font-size:18px;
    line-height:2;
    font-weight:400;
}

.lkps_year_text{
    position:absolute;
    right:10px;
    bottom:-40px;
    font-family:'Oswald',sans-serif;
    font-size:190px;
    font-weight:700;
    color:rgba(255,255,255,0.04);
    user-select:none;
    pointer-events:none;
}
.lk-strength-section{
    padding:90px 0;
    background:#f4f7fb;
    font-family:'Poppins',sans-serif;
}

.lk-strength-container{
    width:90%;
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.lk-strength-image{
    width:48%;
    position:relative;
}

.lk-strength-image img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 15px 45px rgba(0,0,0,0.10);
}

.lk-strength-content{
    width:52%;
}

.lk-strength-heading span{
    color:#1d4ed8;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
}

.lk-strength-heading h2{
    font-size:54px;
    font-weight:700;
    color:#0f172a;
    margin:12px 0 20px;
    line-height:1.1;
}

.lk-strength-heading p{
    font-size:17px;
    line-height:30px;
    color:#64748b;
    margin-bottom:40px;
}

.lk-strength-list{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.lk-strength-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
    background:#ffffff; 
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s ease;
}

.lk-strength-item:hover{
    transform:translateY(-4px);
}

.lk-strength-icon{
    width:52px;
    height:52px;
    min-width:52px;
    background:#1d4ed8;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    font-size:22px;
    font-weight:700;
}

.lk-strength-text h3{
    font-size:20px;
    color:#0f172a;
    margin-bottom:8px;
    line-height:1.4;
}

.lk-strength-text p{
    font-size:16px;
    line-height:18px; 
    margin:0;
}

/* Responsive */

@media(max-width:991px){

    .lk-strength-container{
        flex-direction:column;
    }

    .lk-strength-image,
    .lk-strength-content{
        width:100%;
    }

    .lk-strength-heading h2{
        font-size:42px;
    }
}

@media(max-width:576px){

    .lk-strength-section{
        padding:70px 0;
    }

    .lk-strength-heading h2{
        font-size:34px;
    }

    .lk-strength-heading p{
        font-size:15px;
        line-height:28px;
    }

    .lk-strength-item{
        padding:1px;
    }

    .lk-strength-text h3{
        font-size:18px;
    }

    .lk-strength-text p{
        font-size:14px;
        line-height:16px;
    }

    .lk-strength-icon{
        width:45px;
        height:45px;
        min-width:45px;
        font-size:18px;
    }
}
/* =========================================
RIGHT PANEL
========================================= */
#bnn {
  padding: 25px 0px 0;
}
/* Counter Section */

.lk-counter-section{
    width:100%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:30px;
}

.lk-counter-box{
    background:#ffffff;
    padding:35px 20px;
    border-radius:18px;
    text-align:center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition:0.3s ease;
    border:1px solid #edf2f7;
}

.lk-counter-box:hover{
    transform:translateY(-5px);
}

.lk-counter-box h3{
    font-size:42px;
    font-weight:700;
    color:#1d4ed8;
    margin-bottom:12px;
    line-height:1;
}

.lk-counter-box h3::after{
    content:"+";
}

.lk-counter-box:last-child h3::after{
    content:"";
}

.lk-counter-box p{
    font-size:17px;
    color:#475569;
    line-height:28px;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

    .lk-counter-section{
        grid-template-columns:repeat(2,1fr);
    }

}

/* Mobile */

@media(max-width:576px){

    .lk-counter-section{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .lk-counter-box{
        padding:25px 15px;
        border-radius:15px;
    }

    .lk-counter-box h3{
        font-size:30px;
    }

    .lk-counter-box p{
        font-size:14px;
        line-height:22px;
    }

}
section#project .project-visual {
    position: relative;
    min-height: auto;
    background:none;
	 align-items: start;
    overflow: hidden;
    display: flex;
    justify-content: start;
}
#project .project-info{
	position: relative;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    background: #f8f9fc;
}
.lkps_right_panel{
    background:#f3f3f5;
    padding:20px 25px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.lkps_story_button.fade-up.show {
  width: fit-content;
  border-radius: 12px;
  padding: 14px 24px;
  text-decoration: none;
}
#pars {
  padding: 30px 2%;
}
.lkps_certified_badge{
    width:max-content;
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 24px;
    background:#ffffff;
    border:1px solid #d9dce8;
    margin-bottom:50px;
}

.lkps_badge_dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#2f429d;
    flex-shrink:0;
}

.lkps_badge_text{
    font-size:13px;
    color:#666666;
    letter-spacing:1px;
}

.lkps_content_area p{
    font-size:20px;
    line-height:2; 
    margin-bottom:32px;
    font-weight:400;
}

.lkps_content_area strong{
    color:#2f429d;
    font-weight:600;
}

.lkps_story_button{
    width:100%;
    max-width:520px;
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    padding:22px 34px;
    background:#2f429d;
    color:#ffffff;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:all 0.3s ease;
    margin-top:12px;
}

.lkps_story_button:hover{
    background:#1f2f7d;
    transform:translateY(-2px);
}

/* =========================================
LAPTOP
========================================= */
div#bs .qs-content {
    width: 100%;
}
@media(max-width:1200px){

    #lkps_story_section{
        grid-template-columns:1fr;
    }

    .lkps_left_panel,
    .lkps_right_panel{
        padding:30px 45px;
    }

    .lkps_main_heading{
        font-size:62px;
    }

    .lkps_year_text{
        font-size:140px;
    }
}

/* =========================================
TABLET
========================================= */

@media(max-width:768px){

    .lkps_left_panel,
    .lkps_right_panel{
        padding:25px 24px;
    }

    .lkps_main_heading{
        font-size:46px;
    }

    .lkps_left_description,
    .lkps_content_area p{
        font-size:16px;
        line-height:1.9;
    }

    .lkps_story_button{
        max-width:100%;
        justify-content:center;
        text-align:center;
    }

    .lkps_year_text{
        font-size:90px;
        bottom:-15px;
    }

    .lkps_certified_badge{
        width:100%;
    }
}

/* =========================================
MOBILE
========================================= */

@media(max-width:480px){

    .lkps_main_heading{
        font-size:38px;
    }

    .lkps_mini_title{
        font-size:11px;
    }

    .lkps_left_description,
    .lkps_content_area p{
        font-size:15px;
    }

    .lkps_story_button{
        padding:18px 22px;
        font-size:13px;
    }
}
/* =========================================
   OUR SERVICES SECTION
========================================= */

.services{
    position:relative;
    width:100%;
    padding:110px 0 90px;
    background:#ffffff;
    overflow:hidden;
    z-index:1;
}

.services::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(rgba(0,0,0,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.015) 1px, transparent 1px);
    background-size:70px 70px;
    pointer-events:none;
}

/* CONTAINER */

.services .services-header,
.services .services-grid{
    width:100%;
    max-width:1450px;
    margin:auto;
    padding-left:40px;
    padding-right:40px;
    box-sizing:border-box;
}

/* HEADER */

.services .services-header{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    padding-bottom:28px;
    margin-bottom:42px;
    border-bottom:1px solid #e5e7eb;
}

/* LABEL */

.services .section-label{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:11px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#2a3d8f;
    opacity:0;
    transform:translateY(30px);
    animation:serviceFade .8s ease forwards;
}

.services .section-label::before{
    content:"";
    width:20px;
    height:2px;
    background:#2a3d8f;
}

/* TITLE */

.services .services-header h2{
    margin:0;
    font-family:'Bebas Neue', sans-serif;
    font-size:92px;
    line-height:.88;
    letter-spacing:1px;
    color:#2a3d8f;
    text-transform:uppercase;
    opacity:0;
    transform:translateY(35px);
    animation:serviceFade .9s ease forwards;
    animation-delay:.12s;
}

/* BUTTON */

.services .btn-ghost{
    position:relative;
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    color:#7b8190;
    font-size:13px;
    font-weight:500;
    letter-spacing:1.5px;
    text-transform:uppercase;
    padding-bottom:5px;
    transition:all .35s ease;
    white-space:nowrap;
}

.services .btn-ghost::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:#d7dbe2;
    transition:all .35s ease;
}

.services .btn-ghost:hover{
    color:#2a3d8f;
}

.services .btn-ghost:hover::after{
    background:#2a3d8f;
}

/* GRID */

.services .services-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

/* CARD */

.services .service-card{
    position:relative;
    background:#f7f8fb;
    border:1px solid #e6e8ee;
    padding:12px 5px;
    overflow:hidden;
    min-height:260px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition:
    transform .45s cubic-bezier(.16,1,.3,1),
    box-shadow .45s ease,
    background .45s ease;
    opacity:0;
    transform:translateY(60px);
    animation:cardReveal 1s ease forwards;
}

/* TOP BLUE BAR */

.services .service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    background:#2a3d8f;
    transition:height .4s ease;
}

.services .service-card:hover::before{
    height:5px;
}

/* HOVER */

.services .service-card:hover{
    background:#ffffff;
    transform:translateY(-10px);
    box-shadow:0 22px 55px rgba(0,0,0,0.08);
}

/* CARD CONTENT */

.services .service-card > *{
    position:relative;
    z-index:2;
}

.services .service-num{
    display:block;
    margin-bottom:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    color:#6b7280;
}

/* TITLE */

.services .service-title{
    margin:0 0 22px;
    font-family:'Bebas Neue', sans-serif;
    font-size:38px;
    line-height:1.05;
    letter-spacing:.5px;
    color:#2a3d8f;
    text-transform:uppercase;
}

/* DESCRIPTION */

.services .service-desc{
    margin:0; 
    font-size:16px;
    line-height:1.9;
    font-weight:400;
}

/* CARD ANIMATION DELAYS */

.services .delay-1{
    animation-delay:.15s;
}

.services .delay-2{
    animation-delay:.3s;
}

.services .delay-3{
    animation-delay:.45s;
}

/* =========================================
   SCROLL REVEAL
========================================= */

.reveal-up{
    opacity:0;
    transform:translateY(60px);
    transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.16,1,.3,1);
}

.reveal-up.active{
    opacity:1;
    transform:translateY(0);
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes serviceFade{
    from{
        opacity:0;
        transform:translateY(35px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes cardReveal{
    from{
        opacity:0;
        transform:translateY(60px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .services .services-header h2{
        font-size:74px;
    }

    .services .service-title{
        font-size:30px;
    }

}

@media(max-width:991px){

    .services{
        padding:90px 0 70px;
    }

    .services .services-header{
        flex-direction:column;
        align-items:flex-start;
        padding-left:24px;
        padding-right:24px;
    }

    .services .services-grid{
        grid-template-columns:1fr;
        padding-left:24px;
        padding-right:24px;
    }

    .services .services-header h2{
        font-size:58px;
    }

    .services .service-card{
        min-height:auto;
    }

}

@media(max-width:767px){

    .services{
        padding:75px 0 60px;
    }

    .services .services-header{
        margin-bottom:30px;
    }

    .services .services-header h2{
        font-size:44px;
    }

    .services .section-label{
        font-size:10px;
        letter-spacing:3px;
    }

    .services .service-card{
        padding:30px 24px;
    }

    .services .service-title{
        font-size:24px;
    }

    .services .service-desc{
        font-size:15px;
        line-height:1.8;
    }

    .services .btn-ghost{
        font-size:12px;
    }

}

@media(max-width:480px){

    .services{
        padding:65px 0 50px;
    }

    .services .services-header,
    .services .services-grid{
        padding-left:18px;
        padding-right:18px;
    }

    .services .services-header h2{
        font-size:36px;
    }

    .services .service-title{
        font-size:21px;
    }

    .services .service-card{
        padding:26px 20px;
    }

}
/* =========================================
   PROVEN AT SCALE SECTION
========================================= */

.achievements{
    position:relative;
    width:100%;
    padding:110px 0 95px;
    background:radial-gradient(circle at top right, rgba(0,255,200,0.16), transparent 28%), radial-gradient(circle at bottom left, rgba(0,174,255,0.12), transparent 30%), linear-gradient( 15deg, #2c3a93 0%, #0a1f35 35%, #2d3b99 65%, #12456f 100% );
    overflow:hidden;
}

/* BACKGROUND PATTERN */

.achievements::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 45px,
        rgba(255,255,255,0.035) 45px,
        rgba(255,255,255,0.035) 46px
    );
    pointer-events:none;
}

/* CONTAINER */

.achievements-inner{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1450px;
    margin:auto;
    padding:0 40px;
    box-sizing:border-box;
}

/* LABEL */

.section-label-light{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:11px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#dbe4ff;
    opacity:0;
    transform:translateY(30px);
    animation:fadeUp .8s ease forwards;
}

.section-label-light::before{
    content:"";
    width:22px;
    height:2px;
    background:#dbe4ff;
}

/* TITLE */

.achievements-title{
    margin:0 0 50px;
    font-family:'Bebas Neue', sans-serif;
    font-size:92px;
    line-height:.9;
    letter-spacing:1px;
    color:#ffffff;
    text-transform:uppercase;
    opacity:0;
    transform:translateY(35px);
    animation:fadeUp .9s ease forwards;
    animation-delay:.12s;
}

.achievements-title span{
    color:#c9d6ff;
}

/* GRID */

.ach-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:2px;
    background:rgba(255,255,255,0.15);
    margin-bottom:42px;
}

/* CARD */

.ach-card{
    background:#1f2f73;
    padding:38px 30px;
    border-bottom:4px solid transparent;
    transition:
    transform .4s ease,
    border-color .4s ease,
    background .4s ease;
    opacity:0;
    transform:translateY(60px);
    animation:cardReveal 1s ease forwards;
}

.ach-card:hover{
    transform:translateY(-8px);
    border-color:#ffffff;
    background:#24367f;
}

/* NUMBER */

.ach-num{
    font-family:'Bebas Neue', sans-serif;
    font-size:72px;
    line-height:1;
    color:#ffffff;
    margin-bottom:8px;
    letter-spacing:1px;
}

.ach-num span{
    color:#cfd8ff;
}

/* LABEL */

.ach-label{
    font-size:13px;
    line-height:1.7;
    letter-spacing:1px;
    text-transform:uppercase;
    color:rgba(255,255,255,0.75);
    font-weight:500;
}

/* HIGHLIGHT BOX */

.highlight-box{
    position:relative;
    max-width:95%;
    padding:28px 34px;
    background:rgba(255,255,255,0.08);
    border-left:4px solid #ffffff;
    backdrop-filter:blur(3px);
    opacity:0;
    transform:translateY(50px);
    animation:fadeUp .9s ease forwards;
    animation-delay:.35s;
}

.highlight-box p{
    margin:0;
    font-size:17px;
    line-height:1.9;
    color:#ffffff;
}

.highlight-box strong{
    color:#ffffff;
    font-weight:700;
}

/* ANIMATION DELAYS */

.delay-1{
    animation-delay:.15s;
}

.delay-2{
    animation-delay:.3s;
}

.delay-3{
    animation-delay:.45s;
}

.delay-4{
    animation-delay:.6s;
}

/* =========================================
   SCROLL ANIMATION
========================================= */

.reveal-up{
    opacity:0;
    transform:translateY(60px);
    transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.16,1,.3,1);
}

.reveal-up.active{
    opacity:1;
    transform:translateY(0);
}

/* =========================================
   KEYFRAMES
========================================= */

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(35px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes cardReveal{

    from{
        opacity:0;
        transform:translateY(60px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .achievements-title{
        font-size:74px;
    }

    .ach-num{
        font-size:58px;
    }

}

@media(max-width:991px){

    .achievements{
        padding:90px 0 75px;
    }

    .achievements-inner{
        padding:0 24px;
    }

    .achievements-title{
        font-size:58px;
        margin-bottom:38px;
    }

    .ach-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .achievements{
        padding:75px 0 60px;
    }

    .achievements-inner{
        padding:0 20px;
    }

    .section-label-light{
        font-size:10px;
        letter-spacing:3px;
    }

    .achievements-title{
        font-size:44px;
    }

    .ach-grid{
        grid-template-columns:1fr;
    }

    .ach-card{
        padding:30px 24px;
    }

    .ach-num{
        font-size:52px;
    }

    .highlight-box{
        padding:24px 22px;
    }

    .highlight-box p{
        font-size:15px;
        line-height:1.8;
    }

}

@media(max-width:480px){

    .achievements{
        padding:65px 0 50px;
    }

    .achievements-title{
        font-size:36px;
    }

    .ach-num{
        font-size:46px;
    }

    .ach-label{
        font-size:12px;
    }

}
/* =========================================
   CLIENTS SECTION
========================================= */

.clients{
    position:relative;
    width:100%;
    padding:110px 0 95px;
    background:#ffffff;
    overflow:hidden;
}

/* LIGHT BACKGROUND GRID */

.clients::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(rgba(0,0,0,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.015) 1px, transparent 1px);
    background-size:70px 70px;
    pointer-events:none;
}

/* =========================================
   HEADER
========================================= */

.clients-header{
    position:relative;
    z-index:2;
    text-align:center;
    margin-bottom:55px;
    padding:0 20px;
}

.clients .section-label{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:18px;
    font-size:11px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#2a3d8f;
}

.clients .section-label::before,
.clients .section-label::after{
    content:"";
    width:22px;
    height:2px;
    background:#2a3d8f;
}

.clients-header h2{
    margin:0;
    font-family:'Bebas Neue', sans-serif;
    font-size:68px;
    line-height:.95;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#2a3d8f;
}

/* =========================================
   LOGOS GRID
========================================= */

.clients-logos{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1450px;
    margin:auto;
    padding:0 40px;
    box-sizing:border-box;

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

/* =========================================
   LOGO BOX
========================================= */

.client-cell{
    position:relative; 
    background:#f8f9fc;
    border:1px solid #e5e7eb;
    padding:18px 25px;
    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    font-size:16px;
    font-weight:700;
    letter-spacing:.5px;
    color:#4b5563;

    overflow:hidden;
    cursor:pointer;

    transition:
    transform .4s ease,
    background .4s ease,
    border-color .4s ease,
    color .4s ease,
    box-shadow .4s ease;
}

/* TOP BLUE LINE */

.client-cell::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    background:#2a3d8f;
    transition:height .35s ease;
}

/* HOVER EFFECT */

.client-cell:hover::before{
    height:5px;
}

.client-cell:hover{
    background:#2a3d8f;
    border-color:#2a3d8f;
    color:#ffffff !important;
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(42,61,143,0.18);
}

/* =========================================
   REVEAL ANIMATION
========================================= */

.reveal-up{
    opacity:0;
    transform:translateY(60px);
    transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.16,1,.3,1);
}

.reveal-up.active{
    opacity:1;
    transform:translateY(0);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .clients-header h2{
        font-size:56px;
    }

    .clients-logos{
        grid-template-columns:repeat(4,1fr);
    }

}

@media(max-width:991px){

    .clients{
        padding:90px 0 75px;
    }

    .clients-logos{
        grid-template-columns:repeat(3,1fr);
        padding:0 24px;
    }

    .clients-header h2{
        font-size:46px;
    }

}

@media(max-width:767px){

    .clients{
        padding:75px 0 60px;
    }

    .clients-logos{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
        padding:0 20px;
    }

    .clients-header{
        margin-bottom:38px;
    }

    .clients-header h2{
        font-size:36px;
    }

    .clients .section-label{
        font-size:10px;
        letter-spacing:3px;
    }

    .client-cell{ 
        font-size:15px;
        padding:15px;
    }

}

@media(max-width:480px){

    .clients{
        padding:65px 0 50px;
    }

    .clients-logos{
        grid-template-columns: repeat(2,1fr);
        padding:0 16px;
    }

    .clients-header h2{
        font-size:30px;
    }

    .client-cell{ 
        font-size:14px;
    }

}
#txt p {
  font-size: 16px !important;
  text-align: justify;
}
/* =========================================
   FEATURED PROJECT SECTION
========================================= */

.project-feature{
    position:relative;
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    overflow:hidden;
    background:#f6f7fb;
}

/* =========================================
   LEFT VISUAL SIDE
========================================= */

.project-visual{
    position:relative;
    min-height:650px;
    background:#2a3d8f;
    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* BACKGROUND GLOW */

.project-visual::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
    animation:pulseGlow 5s ease-in-out infinite;
}

/* SVG */

.project-visual-art{
    position:relative;
    width:100%;
    max-width:600px;
    height:auto;
    z-index:2;
    animation:floatRotate 10s ease-in-out infinite;
}

/* =========================================
   RIGHT CONTENT
========================================= */

.project-info{
    position:relative;
    padding:90px 70px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:#f8f9fc;
}

/* LABEL */

.project-info .section-label{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;

    font-size:11px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;

    color:#2a3d8f;
}

.project-info .section-label::before{
    content:"";
    width:22px;
    height:2px;
    background:#2a3d8f;
}

/* TITLE */

.project-title{
    margin:0 0 24px;

    font-family:'Bebas Neue', sans-serif;
    font-size:72px;
    line-height:.92;
    letter-spacing:1px;
    text-transform:uppercase;

    color:#2a3d8f;
}

/* DESCRIPTION */

.project-desc{
    margin:0 0 38px;

    font-size:17px;
    line-height:1.9;
    color:#5f6775;

    max-width:650px;
}

/* META */

.project-meta{
    display:flex;
    flex-wrap:wrap;
    gap:40px;
    margin-bottom:42px;
}

.meta-item{
    position:relative;
}

.meta-item::after{
    content:"";
    position:absolute;
    top:8px;
    right:-20px;
    width:1px;
    height:50px;
    background:#d9dde7;
}

.meta-item:last-child::after{
    display:none;
}

/* VALUE */

.meta-val{
    font-family:'Bebas Neue', sans-serif;
    font-size:48px;
    line-height:1;
    color:#2a3d8f;
    margin-bottom:6px;
}

/* LABEL */

.meta-label{
    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#6b7280;
}

/* BUTTON */

.btn-primary{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:max-content;

    padding:18px 34px;

    background:#2a3d8f;
    color:#ffffff;

    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:700;

    overflow:hidden;
    transition:
    background .35s ease,
    transform .35s ease,
    box-shadow .35s ease;
}

/* BUTTON HOVER */

.btn-primary:hover{
    background:#1f2f73;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(42,61,143,0.25);
}

/* =========================================
   REVEAL ANIMATION
========================================= */

.reveal-up{
    opacity:0;
    transform:translateY(60px);
    transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.16,1,.3,1);
}

.reveal-up.active{
    opacity:1;
    transform:translateY(0);
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes floatRotate{

    0%{
        transform:translateY(0px) rotate(0deg);
    }

    50%{
        transform:translateY(-12px) rotate(.6deg);
    }

    100%{
        transform:translateY(0px) rotate(0deg);
    }

}

@keyframes pulseGlow{

    0%{
        transform:scale(1);
        opacity:.5;
    }

    50%{
        transform:scale(1.08);
        opacity:1;
    }

    100%{
        transform:scale(1);
        opacity:.5;
    }

}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .project-title{
        font-size:58px;
    }

    .project-info{
        padding:70px 50px;
    }

}

@media(max-width:991px){

    .project-feature{
        grid-template-columns:1fr;
    }

    .project-visual{
        min-height:450px;
    }

    .project-info{
        padding:70px 40px;
    }

    .project-title{
        font-size:52px;
    }

}

@media(max-width:767px){

    .project-visual{
        min-height:350px;
    }

    .project-info{
        padding:60px 24px;
    }

    .project-title{
        font-size:40px;
    }

    .project-desc{
        font-size:15px;
        line-height:1.8;
    }

    .project-meta{
        gap:26px;
    }

    .meta-item::after{
        display:none;
    }

    .meta-val{
        font-size:38px;
    }

    .btn-primary{
        width:100%;
        justify-content:center;
    }

}

@media(max-width:480px){

    .project-visual{
        min-height:280px;
    }

    .project-title{
        font-size:34px;
    }

    .project-info .section-label{
        font-size:10px;
        letter-spacing:3px;
    }

    .meta-val{
        font-size:32px;
    }

    .meta-label{
        font-size:11px;
    }

}
/* =========================================
   CONTACT SECTION
========================================= */
/* =========================================
   CONTACT SECTION
========================================= */
#grd {
  grid-template-columns: repeat(1, 1fr) !important;
}
.contact{
    position:relative;
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    overflow:hidden;
    border-top:21px solid #fff;
    background:#ffffff;
}

/* =========================================
   LEFT SIDE
========================================= */

.contact-left{
    position:relative;
    background:#2a3d8f;

    padding:90px 70px 80px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    overflow:hidden;
    min-height:100%;
}

/* BACKGROUND GLOW */

.contact-left::before{
    content:"";
    position:absolute;

    width:550px;
    height:550px;

    border-radius:50%;

    background:radial-gradient(
        circle,
        rgba(255,255,255,0.08),
        transparent 70%
    );

    top:-180px;
    right:-180px;

    pointer-events:none;
}

/* TITLE */

.contact-left h2{
    position:relative;
    z-index:2;

    margin:0 0 24px;

    font-family:'Bebas Neue', sans-serif;
    font-size:78px;
    line-height:.9;
    letter-spacing:1px;
    text-transform:uppercase;

    color:#ffffff;
}

/* DESCRIPTION */

.contact-left p{
    position:relative;
    z-index:2;

    margin:0 0 42px;

    max-width:540px;

    font-size:17px;
    line-height:1.9;
    color:rgba(255,255,255,0.82);
}

/* DETAILS */

.contact-details{
    position:relative;
    z-index:2;

    display:flex;
    flex-direction:column;
    gap:22px;

    margin-top:8px;
}

/* ITEM */

.contact-detail{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

/* LABEL */

.contact-detail-label{
    min-width:82px;

    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

    color:rgba(255,255,255,0.58);

    padding-top:4px;
}

/* VALUE */

.contact-detail-val{
    font-size:16px;
    line-height:1.9;
    color:#ffffff;
}

/* =========================================
   RIGHT FORM
========================================= */

.contact-right{
    position:relative;

    padding:90px 70px 80px;

    background:#f8f9fc;

    display:flex;
    flex-direction:column;
    justify-content:center;

    min-height:100%;
}

/* TITLE */

.contact-right h3{
    margin:0 0 38px;

    font-family:'Bebas Neue', sans-serif;
    font-size:52px;
    line-height:1;
    letter-spacing:1px;
    text-transform:uppercase;

    color:#2a3d8f;
}

/* FORM ROW */

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

/* FIELD */

.form-field{
    margin-bottom:18px;

    display:flex;
    flex-direction:column;
}

/* LABEL */

.form-field label{
    margin-bottom:10px;

    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

    color:#6b7280;
}

/* INPUTS */

.form-field input,
.form-field select,
.form-field textarea{
    width:100%;

    border:none;
    border-bottom:1px solid #d8dde8;

    background:transparent;

    padding:14px 0;

    font-size:15px;
    font-weight:500;
    color:#2b3445;

    outline:none;

    transition:
    border-color .35s ease,
    transform .35s ease;
}

/* PLACEHOLDER */

.form-field input::placeholder,
.form-field textarea::placeholder{
    color:#98a2b3;
}

/* FOCUS */

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
    border-color:#2a3d8f;
}

/* TEXTAREA */

.form-field textarea{
    resize:none;
    height:110px;
}

/* BUTTON */

.form-submit{
    position:relative;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 34px;

    background:#2a3d8f;
    color:#ffffff;

    border:none;
    cursor:pointer;

    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

    transition:
    transform .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}

/* HOVER */

.form-submit:hover{
    background:#1f2f73;
    transform:translateY(-4px);
    box-shadow:0 16px 35px rgba(42,61,143,0.22);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .contact-left,
    .contact-right{
        padding:75px 50px;
    }

    .contact-left h2{
        font-size:62px;
    }

    .contact-right h3{
        font-size:44px;
    }

}

@media(max-width:991px){

    .contact{
        grid-template-columns:1fr;
    }

    .contact-left,
    .contact-right{
        padding:70px 40px;
    }

    .contact-left h2{
        font-size:54px;
    }

}

@media(max-width:767px){

    .contact-left,
    .contact-right{
        padding:60px 24px;
    }

    .contact-left h2{
        font-size:42px;
    }

    .contact-right h3{
        font-size:36px;
    }

    .contact-left p{
        font-size:15px;
        line-height:1.8;
    }

    .contact-detail{
        flex-direction:column;
        gap:6px;
    }

    .contact-detail-label{
        min-width:auto;
    }

    .contact-detail-val{
        font-size:15px;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .form-submit{
        width:100%;
    }

}

@media(max-width:480px){

    .contact-left h2{
        font-size:34px;
    }

    .contact-right h3{
        font-size:30px;
    }

    .form-field input,
    .form-field select,
    .form-field textarea{
        font-size:14px;
    }

}
/* =========================================
   GLOBAL PRESENCE SECTION
========================================= */

.global-presence{
    position:relative;
    width:100%;
    padding:110px 0 95px;
    background:#ffffff;
    overflow:hidden;
}

/* BACKGROUND GRID */

.global-presence::before{
    content:"";
    position:absolute;
    inset:0;

    background:
    linear-gradient(rgba(0,0,0,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.015) 1px, transparent 1px);

    background-size:70px 70px;

    pointer-events:none;
}

/* =========================================
   HEADER
========================================= */

.global-header{
    position:relative;
    z-index:2;

    max-width:900px;
    margin:0 auto 60px;

    text-align:center;
    padding:0 20px;
}

/* TITLE */

.global-header h2{
    margin:0 0 18px;

    font-family:'Bebas Neue', sans-serif;
    font-size:72px;
    line-height:.95;
    letter-spacing:1px;
    text-transform:uppercase;

    color:#2a3d8f;
}

/* DESCRIPTION */

.global-header p{
    margin:0 auto;

    max-width:720px;

    font-size:17px;
    line-height:1.9;
    color:#5f6775;
}

/* =========================================
   GRID
========================================= */

.locations-grid{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1450px;

    margin:auto;
    padding:0 40px;

    box-sizing:border-box;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

/* =========================================
   CARD
========================================= */

.location-tile{
    position:relative;

    background:#f8f9fc;
    border:1px solid #e5e7eb;

    padding:28px;

    overflow:hidden;

    transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease,
    background .4s ease;
}

/* TOP BLUE LINE */

.location-tile::before{
    content:"";
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:0;

    background:#2a3d8f;

    transition:height .35s ease;
}

/* HOVER */

.location-tile:hover::before{
    height:5px;
}

.location-tile:hover{
    transform:translateY(-8px);
    background:#ffffff;
    border-color:#d7dce7;
    box-shadow:0 22px 50px rgba(0,0,0,0.08);
}

/* TITLE */

.location-tile h4{
    position:relative;
    z-index:2;

    margin:0 0 16px;

    font-family:'Bebas Neue', sans-serif;
    font-size:32px;
    line-height:1.05;
    letter-spacing:.5px;
    text-transform:uppercase;
    color:#2a3d8f;
}

/* ADDRESS */

.location-tile p{
    position:relative;
    z-index:2;

    margin:0 0 24px;

    font-size:12.47px;
    line-height:1.9;
    color:#5f6775;
}

/* MAP */

.location-map{
    position:relative;
    z-index:2;

    width:100%;
    height:220px;

    border:none;
    border-radius:4px;

    filter:grayscale(100%);
    transition:
    filter .4s ease,
    transform .4s ease;
}

/* MAP HOVER */

.location-tile:hover .location-map{
    filter:grayscale(0%);
    transform:scale(1.02);
}

/* =========================================
   REVEAL ANIMATION
========================================= */

.reveal-up{
    opacity:0;
    transform:translateY(60px);

    transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.16,1,.3,1);
}

.reveal-up.active{
    opacity:1;
    transform:translateY(0);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1400px){

    .locations-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:991px){

    .global-presence{
        padding:90px 0 75px;
    }

    .locations-grid{
        padding:0 24px;
        gap:20px;
    }

    .global-header h2{
        font-size:58px;
    }

}

@media(max-width:767px){

    .global-presence{
        padding:75px 0 60px;
    }

    .locations-grid{
        grid-template-columns:1fr;
        padding:0 20px;
    }

    .global-header{
        margin-bottom:40px;
    }

    .global-header h2{
        font-size:42px;
    }

    .global-header p{
        font-size:15px;
        line-height:1.8;
    }

    .location-tile{
        padding:24px;
    }

    .location-tile h4{
        font-size:26px;
    }

    .location-map{
        height:200px;
    }

}

@media(max-width:480px){

    .global-presence{
        padding:65px 0 50px;
    }

    .locations-grid{
        padding:0 16px;
    }

    .global-header h2{
        font-size:34px;
    }

    .location-tile{
        padding:20px;
    }

    .location-tile h4{
        font-size:22px;
    }

    .location-tile p{
        font-size:12.4px;
    }

    .location-map{
        height:180px;
    }

}
/* =========================================
   REVEAL ANIMATION
========================================= */

.reveal-up{
    opacity:0;
    transform:translateY(60px);
    transition:
    opacity .9s ease,
    transform .9s cubic-bezier(.16,1,.3,1);
}

.reveal-up.active{
    opacity:1;
    transform:translateY(0);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    .contact-left,
    .contact-right{
        padding:80px 50px;
    }

    .contact-left h2{
        font-size:64px;
    }

}

@media(max-width:991px){

    .contact{
        grid-template-columns:1fr;
    }

    .contact-left,
    .contact-right{
        padding:70px 40px;
    }

    .contact-left h2{
        font-size:56px;
    }

}

@media(max-width:767px){

    .contact-left,
    .contact-right{
        padding:60px 24px;
    }

    .contact-left h2{
        font-size:42px;
    }

    .contact-left p{
        font-size:15px;
        line-height:1.8;
    }

    .contact-detail{
        flex-direction:column;
        gap:8px;
    }

    .contact-detail-label{
        min-width:auto;
    }

    .contact-detail-val{
        font-size:15px;
    }

    .contact-right h3{
        font-size:36px;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .form-submit{
        width:100%;
    }

}

@media(max-width:480px){

    .contact-left h2{
        font-size:34px;
    }

    .contact-right h3{
        font-size:30px;
    }

    .form-field input,
    .form-field select,
    .form-field textarea{
        font-size:14px;
    }

}

/* =========================================
   FOOTER
========================================= */

footer{
    position:relative;
    width:100%;
background: url(../img/footer.webp);
    padding: 90px 0 50px;
    background-size: cover;
    overflow: hidden;
    border-top: 4px solid #2a3d8f;
    background-position: center;
}

/* BACKGROUND GRID */

footer::before{
    content:"";
    position:absolute;
    inset:0;

    background:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);

    background-size:70px 70px;

    pointer-events:none;
}

/* =========================================
   CONTAINER
========================================= */

footer{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:60px;

    padding-left:40px;
    padding-right:40px;

    box-sizing:border-box;
}

/* =========================================
   BRAND AREA
========================================= */

.footer-brand{
    position:relative;
    z-index:2;
}

/* LOGO */

.footer-brand .nav-logo{
    display:inline-block;
    margin-bottom:24px;
}

.footer-brand .nav-logo img{
    max-width:240px;
    width:100%;
    height:auto;
    transition:
    transform .4s ease,
    filter .4s ease;
}

/* LOGO HOVER */

.footer-brand .nav-logo:hover img{
    transform:translateY(-4px);
    filter:brightness(0) invert(1) drop-shadow(0 10px 25px rgba(255,255,255,0.15));
}

/* DESCRIPTION */

.footer-brand p{
    max-width:360px;

    margin:0;

    font-size:15px;
    line-height:1.9;

    color:rgba(255,255,255,0.72);
}

/* =========================================
   FOOTER COLUMNS
========================================= */

.footer-col{
    position:relative;
    z-index:2;
}

/* TITLE */

.footer-col h4{
    margin:0 0 22px; 
    font-size:18px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase; 
    color:#ffffff !important;
}

/* LIST */

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;

    display:flex;
    flex-direction:column;
    gap:14px;
}

/* LINKS */

.footer-col ul li a{
    position:relative;

    text-decoration:none;

    font-size:15px;
    line-height:1.7;

    color:rgba(255,255,255,0.7);

    transition:
    color .35s ease,
    padding-left .35s ease;
}

/* LINK LINE */

.footer-col ul li a::before{
    content:"";
    position:absolute;

    left:0;
    top:50%;

    width:0;
    height:1px;

    background:#ffffff;

    transform:translateY(-50%);

    transition:width .35s ease;
}

/* HOVER */

.footer-col ul li a:hover{
    color:#ffffff;
    padding-left:18px;
}

.footer-col ul li a:hover::before{
    width:12px;
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom{
    width:100%; 
   background: url(../img/footer.webp);
    padding: 90px 0 50px;
    background-size: cover;
    overflow: hidden;
    border-top: 4px solid #2a3d8f;
    background-position: center; 
    padding:18px 40px; 
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    flex-wrap:wrap;

    box-sizing:border-box;
}

/* TEXT */

.footer-bottom span{
    font-size:13px;
    line-height:1.7;
    color:rgba(255,255,255,0.55);
}
/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom{
    width:100%;

    background: url(../img/footer.webp);
    padding: 90px 0 50px;
    background-size: cover;
    overflow: hidden;
    border-top: 4px solid #2a3d8f;
    background-position: center;
    padding:15px 40px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    flex-wrap:wrap;

    border-top:1px solid rgba(255,255,255,0.06);

    box-sizing:border-box;
}

/* TEXT */

.footer-bottom span{
    position:relative;

    font-size:13px;
    font-weight:500;
    letter-spacing:.5px;
    line-height:1.7;

    color:rgba(255,255,255,0.62);

    transition:color .35s ease;
}

/* HOVER */

.footer-bottom span:hover{
    color:#ffffff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:767px){

    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        padding:18px 20px;
    }

    .footer-bottom span{
        font-size:12px;
        line-height:1.8;
    }

}

@media(max-width:480px){

    .footer-bottom{
        padding:16px;
    }

}


.fade-up{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.fade-up.active{
  transform: translateY(0);
  opacity: 1;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1200px){

    footer{
        grid-template-columns:1.5fr 1fr 1fr 1fr;
        gap:40px;
    }

}

@media(max-width:991px){

    footer{
        grid-template-columns:1fr 1fr;
        gap:40px;

        padding:70px 24px 40px;
    }

    .footer-brand{
        grid-column:1 / -1;
    }

    .footer-bottom{
        padding:18px 24px;
    }

}

@media(max-width:767px){

    footer{
        grid-template-columns:1fr;
        gap:35px;

        padding:60px 20px 35px;
    }

    .footer-brand p{
        font-size:14px;
        line-height:1.8;
    }

    .footer-col h4{
        margin-bottom:18px;
    }

    .footer-col ul{
        gap:12px;
    }

    .footer-col ul li a{
        font-size:14px;
    }

    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;

        padding:16px 20px;
    }

}

@media(max-width:480px){

    footer{
        padding:50px 16px 30px;
    }

    .footer-brand .nav-logo img{
        max-width:200px;
    }

    .footer-bottom{
        padding:14px 16px;
    }

    .footer-bottom span{
        font-size:12px;
    }

}

/* =========================================
   HEADER
========================================= */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;

    background:rgba(255,255,255,0.96);
    backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(0,0,0,0.06);
}

/* CONTAINER */

.navbar{
    width:100%;
    max-width:1450px;

    margin:auto;
    padding:14px 40px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:30px;

    box-sizing:border-box;
}

/* =========================================
   LOGO
========================================= */

.logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.logo img{
    max-height:56px;
    width:auto;
    display:block;
}

/* =========================================
   NAVIGATION
========================================= */

.nav-menu{
    flex:1;
    display:flex;
    justify-content:center;
}

/* NAV LINKS */

.nav-links{
    display:flex;
    align-items:center;
    gap:34px;

    list-style:none;
    margin:0;
    padding:0;
}

/* LINKS */

.nav-links li{
    position:relative;
}

.nav-links li a{
    position:relative;

    display:flex;
    align-items:center;

    text-decoration:none;

    color:#2a3d8f;

    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;

    padding:10px 0;

    transition:color .35s ease;
}

/* UNDERLINE */

.nav-links li a::after{
    content:"";
    position:absolute;

    left:0;
    bottom:0;

    width:0;
    height:2px;

    background:#2a3d8f;

    transition:width .35s ease;
}

.nav-links li a:hover::after{
    width:100%;
}

/* =========================================
   DROPDOWN
========================================= */
.dropdown-menu li a:hover::after {
    width: 100%;
}
.dropdown-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--brand-grey);
    transition: width 0.3s ease;
}
.dropdown-menu li a{
transition: color .35s ease;
}
.dropdown-menu li a{
    position:relative;
}

.dropdown-menu li a::after{
    content:"";

    position:absolute;

    left:22px;
    bottom:10px;

    width:0;
    height:2px;

    background:#2a3d8f;

    transition:width .35s ease;
}

.dropdown-menu li a:hover::after{
    width:55%;
}
/* =========================================
   DROPDOWN LINKS ANIMATION
========================================= */

.dropdown-menu li a{
    position:relative;

    width:100%;

    display:flex;
    align-items:center;

    padding:12px 22px;

    font-size:14px;
    font-weight:500;

    color:#4b5563;

    text-decoration:none;

    transition:
    color .35s ease,
    padding-left .35s ease,
    background .35s ease;
}

/* HOVER LINE */

.dropdown-menu li a::after{
    content:"";

    position:absolute;

    left:22px;
    bottom:8px;

    width:0;
    height:2px;

    background:#2a3d8f;

    transition:width .35s ease;
}

/* HOVER */

.dropdown-menu li a:hover{
    background:#f5f7ff;
    color:#2a3d8f;

    padding-left:28px;
}

/* LINE ANIMATION */

.dropdown-menu li a:hover::after{
    width:calc(100% - 50px);
}
.dropdown-menu{
    position:absolute;
	display:block !important;
    top:120%;
    left:0;

    min-width:260px;

    background:#ffffff;

    list-style:none;

    padding:14px 0;

    border-radius:10px;

    box-shadow:0 20px 50px rgba(0,0,0,0.08);

    opacity:0;
    visibility:hidden;

    transform:translateY(10px);

    transition:all .35s ease;

    z-index:100;
}

/* SHOW ON HOVER */

.dropdown:hover .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* DROPDOWN ITEMS */

.dropdown-menu li{
    width:100%;
}

.dropdown-menu li a{
    width:100%;

    padding:12px 22px;

    font-size:14px;
    font-weight:500;

    color:#4b5563;
}

.dropdown-menu li a::after{
    display:none;
}

/* HOVER */

.dropdown-menu li a:hover{
    background:#f5f7ff;
    color:#2c2d30;
}

/* =========================================
   BUTTON
========================================= */

.header-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:15px 26px;

    background:#2a3d8f;
    color:#ffffff;

    text-decoration:none;

    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;

    transition:
    background .35s ease,
    transform .35s ease;

    flex-shrink:0;
}

/* HOVER */

.header-btn:hover{
    background:#1f2f73;
    transform:translateY(-3px);
}

/* =========================================
   MOBILE TOGGLE
========================================= */

.menu-toggle{
    width:42px;
    height:42px;

    display:none;

    flex-direction:column;
    align-items:center;
    justify-content:center;

    gap:5px;

    cursor:pointer;
}

/* LINES */

.menu-toggle span{
    width:24px;
    height:2px;

    background:#2a3d8f;

    transition:all .35s ease;
}

/* ACTIVE */

.menu-toggle.active span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
    opacity:0;
}

.menu-toggle.active span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .navbar{
        padding:14px 24px;
    }

    .menu-toggle{
        display:flex;
    }

    .header-btn{
        display:none;
    }

    /* MOBILE MENU */

    .nav-menu{
        position:fixed;

        top:84px;
        left:-100%;

        width:100%;
        height:calc(100vh - 84px);

        background:#ffffff;

        padding:30px 24px 100px;

        overflow-y:auto;

        justify-content:flex-start;

        transition:left .4s ease;
    }

    /* ACTIVE */

    .nav-menu.active{
        left:0;
    }

    /* LINKS */

    .nav-links{
        width:100%;

        flex-direction:column;
        align-items:flex-start;

        gap:0;
    }

    .nav-links li{
        width:100%;
        border-bottom:1px solid #edf0f5;
    }

    .nav-links li a{
        width:100%;
        padding:16px 0;
    }

    /* MOBILE DROPDOWN */

    .dropdown-menu{
        position:static;

        opacity:1;
        visibility:visible;

        transform:none;

        display:none;

        box-shadow:none;

        background:#f8f9fc;

        border-radius:0;

        padding:0 0 0 14px;

        margin-bottom:12px;
    }

    /* SHOW */

    .dropdown.active .dropdown-menu{
        display:block;
    }

    .dropdown-menu li{
        border:none;
    }

    .dropdown-menu li a{
        padding:12px 16px;
        font-size:13px;
    }

}

@media(max-width:767px){

    .navbar{
        padding:12px 20px;
    }

    .logo img{
        max-height:46px;
    }

    .nav-menu{
        top:76px;
        height:calc(100vh - 76px);

        padding:24px 20px 100px;
    }

}

@media(max-width:480px){

    .navbar{
        padding:12px 16px;
    }

    .logo img{
        max-height:42px;
    }

}
/* =========================================
   UNIQUE HEADER
========================================= */

.lx-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;

    background:#ffffff;
    border-bottom:1px solid #edf0f5;
}

/* NAVBAR */

.lx-navbar{
    max-width:1450px;

    margin:auto;
    padding:14px 40px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:30px;
}

/* LOGO */

.lx-logo img{
    max-height:58px;
    width:auto;
}

/* MENU */

.lx-menu{
    flex:1;
    display:flex;
    justify-content:center;
}

/* LINKS */

.lx-links{
    display:flex;
    align-items:center;
    gap:34px;

    list-style:none;

    margin:0;
    padding:0;
}

.lx-links li{
    position:relative;
}

.lx-links li a{
    position:relative;

    text-decoration:none;

    color:#2a3d8f;

    font-size:17px;
    font-weight:600;

    padding:10px 0;

    transition:color .3s ease;
}

/* HOVER LINE */

.lx-links li a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:0;
    height:2px;

    background:#2a3d8f;

    transition:width .3s ease;
}

.lx-links li a:hover::after{
    width:100%;
}

/* BUTTON */

.lx-btn{
    padding:14px 26px;

    background:#2a3d8f;
    color:#ffffff;

    text-decoration:none;

    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

/* =========================================
   DROPDOWN
========================================= */

.lx-dropdown{
    position:relative;
}

/* BUTTON */

.lx-drop-btn{
    display:flex;
    align-items:center;
    gap:8px;
}

.lx-drop-btn span{
    display:none;
}

/* DROPDOWN MENU */

.lx-dropdown-menu{
    position:absolute;

    top:120%;
    left:0;

    min-width:260px;

    background:#ffffff;

    list-style:none;

    padding:12px 0;

    border-radius:10px;

    box-shadow:0 15px 40px rgba(0,0,0,0.08);

    opacity:0;
    visibility:hidden;

    transform:translateY(10px);

    transition:all .35s ease;
}

/* SHOW */

.lx-dropdown:hover .lx-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* ITEMS */

.lx-dropdown-menu li a{
    display:block;

    padding:12px 22px;

    color:#4b5563;
}

.lx-dropdown-menu li a::after{
    bottom:8px;
}

.lx-dropdown-menu li a:hover{
    color:#2a3d8f;
}

/* =========================================
   TOGGLE
========================================= */

.lx-toggle{
    width:42px;
    height:42px;

    display:none;

    flex-direction:column;
    align-items:center;
    justify-content:center;

    gap:5px;

    cursor:pointer;
}

.lx-toggle span{
    width:24px;
    height:2px;

    background:#2a3d8f;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:991px){

    .lx-navbar{
        padding:14px 20px;
    }

    .lx-toggle{
        display:flex;
    }

    .lx-btn{
        display:none;
    }

    /* MOBILE MENU */

    .lx-menu{
        position:fixed;

        top:76px;
        left:-100%;

        width:100%;
        height:calc(100vh - 76px);

        background:#ffffff;

        overflow-y:auto;

        padding:20px;

        transition:left .4s ease;
    }

    .lx-menu.active{
        left:0;
    }

    /* LINKS */

    .lx-links{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
		width: inherit;
    }
.lx-drop-btn{
    width:100%;
    cursor:pointer;
}
    .lx-links li{
        width:100%;
        border-bottom:1px solid #edf0f5;
    }

    .lx-links li a{
        display:block;
        width:100%;
        padding:16px 0;
    }

    .lx-links li a::after{
        display:none;
    }

    /* MOBILE DROPDOWN */

    .lx-drop-btn{
        width:100%;
        justify-content:space-between;
    }

    .lx-drop-btn span{
        display:block;

        font-size:22px;
        color:#2a3d8f;

        cursor:pointer;
    }

    .lx-dropdown-menu{
        position:static;

        opacity:1;
        visibility:visible;
        transform:none;

        display:none;

        width:100%;

        background:#f8f9fc;

        margin:0 0 14px;

        border-radius:8px;

        padding:8px 0;

        box-shadow:none;
    }

    .lx-dropdown.active .lx-dropdown-menu{
        display:block;
    }

}

/* =========================================
   PREMIUM TICKER STRIP
========================================= */

.ticker{
    position:relative;
    width:100%;

    overflow:hidden;

    background:
    linear-gradient(
        90deg,
        #1d1d1d 0%,
        #2f2f2f 50%,
        #1d1d1d 100%
    );

    border-top:1px solid rgba(255,255,255,0.08);
    border-bottom:1px solid rgba(255,255,255,0.08);

    padding:16px 0;

    z-index:10;
}

/* TOP GLOW */

.ticker::before{
    content:"";

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:1px;

    background:linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.83), transparent );
}

/* BOTTOM GLOW */

.ticker::after{
    content:"";

    position:absolute;
    bottom:0;
    left:0;

    width:100%;
    height:1px;

    background:linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.83), transparent );
}

/* =========================================
   TRACK
========================================= */

.ticker-track{
    display:flex;
    align-items:center;

    gap:70px;

    width:max-content;

    animation:tickerMove 26s linear infinite;
}

/* HOVER PAUSE */

.ticker:hover .ticker-track{
    animation-play-state:paused;
}

/* =========================================
   ITEM
========================================= */

.ticker-item{
    position:relative;

    display:flex;
    align-items:center;

    gap:18px;

    flex-shrink:0;

    font-size:17px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;

    color:#ffffff;

    white-space:nowrap;

    transition:
    color .35s ease,
    transform .35s ease;
}

/* DOT */

.ticker-item::before{
    content:"";

    width:7px;
    height:7px;

    border-radius:50%;

    background:#4f6dff;

    box-shadow:
    0 0 10px rgba(79,109,255,0.8),
    0 0 20px rgba(79,109,255,0.4);
}

/* HOVER */

.ticker-item:hover{
    color:#8ea2ff;
    transform:translateY(-2px);
}

/* =========================================
   ANIMATION
========================================= */

@keyframes tickerMove{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .ticker{
        padding:14px 0;
    }

    .ticker-track{
        gap:50px;
    }

    .ticker-item{
        font-size:15px;
    }

}

@media(max-width:767px){

    .ticker{
        padding:12px 0;
    }

    .ticker-track{
        gap:38px;
    }

    .ticker-item{
        font-size:13px;
        gap:12px;
    }

    .ticker-item::before{
        width:6px;
        height:6px;
    }

}

@media(max-width:480px){

    .ticker-item{
        font-size:12px;
        letter-spacing:.3px;
    }

}
h2.lkps_main_heading.fade-up.show, h2.achievements-title.fade-up.delay-1.show, .contact-left h2 {
    color: #fff !important;
    letter-spacing: 1.62px;
}
/* ================================
   QUALITY & SAFETY SECTION
================================ */

.qs-modern-section{
    padding:50px 0;
    background:#f4f7fb;
    font-family:'Poppins',sans-serif;
    overflow:hidden;
}

.qs-container{
    width:90%;
    max-width:1280px;
    margin:auto;
}

/* Heading */

.qs-heading{
    text-align:center;
    margin-bottom:70px;
}

.qs-heading span{
    display:inline-block; 
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}
h1, h2, h3, h4, h5{color:#2b3992 !important;}
.qs-heading h2{
    font-size:56px;
    font-weight:700; 
    margin-bottom:20px;
    line-height:1.1;
}

.qs-heading p{
    max-width:800px;
    margin:auto; 
    font-size:18px;
    line-height:32px;
}

/* Cards */

.qs-card{
    display:flex;
    align-items:center;
    gap:60px;
    background:#ffffff;
    border-radius:30px;
    padding:40px;
    margin-bottom:35px;
    box-shadow:0 15px 50px rgba(0,0,0,0.06);
    transition:0.4s ease;
    position:relative;
}

.qs-card:hover{
    transform:translateY(-6px);
}

.qs-reverse{
    flex-direction:row-reverse;
}

/* Image */

.qs-image{
    width:32%;
    position:relative;
}

.qs-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:24px;
    display:block;
}

/* Content */

.qs-content{
    width:68%;
}

.qs-content h3{
    font-size:34px; 
    margin-bottom:20px;
    position:relative;
    padding-bottom:15px;
}

.qs-content h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:70px;
    height:4px;
    background:#2563eb;
    border-radius:10px;
}

.qs-content p{ 
    font-size:17px;
    line-height:32px;
    margin-bottom:18px;
}

/* Responsive */

@media(max-width:991px){

    .qs-card,
    .qs-reverse{
        flex-direction:column;
        gap:35px;
        padding:30px;
    }

    .qs-image,
    .qs-content{
        width:100%;
    }

    .qs-heading h2{
        font-size:42px;
    }

    .qs-image img{
        height:240px;
    }
}

@media(max-width:576px){

    .qs-modern-section{
        padding:70px 0;
    }

    .qs-heading{
        margin-bottom:50px;
    }

    .qs-heading h2{
        font-size:32px;
    }

    .qs-heading p{
        font-size:15px;
        line-height:28px;
    }

    .qs-card{
        padding:20px;
        border-radius:22px;
    }

    .qs-content h3{
        font-size:26px;
    }

    .qs-content p{
        font-size:15px;
        line-height:28px;
    }

    .qs-image img{
        height:200px;
        border-radius:18px;
    }
}
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Poppins',sans-serif;overflow-x:hidden;color:#3a3b3d;}
.container{max-width:1320px;margin:auto;padding:0 20px;}

.header{position:fixed;top:0;width:100%;background:#fff;z-index:9999;border-bottom:1px solid #eee;}
.navbar{display:flex;justify-content:space-between;align-items:center;min-height:90px;}

.logo img{height:58px;}

.nav-menu ul{display:flex;gap:30px;list-style:none;}
.nav-menu ul li a{text-decoration:none;color:#2d3f9e;font-weight:700;font-size:14px;}

.header-btn{background:#2d3f9e;color:#fff;padding:14px 28px;text-decoration:none;font-weight:700;}

.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;}
.menu-toggle span{width:25px;height:3px;background:#2d3f9e;}

.hero{padding:170px 0 100px;background:#f5f7fc;}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}

.hero-content h1{font-family: 'Bebas Neue', sans-serif;   font-size: clamp(4rem, 6vw, 7rem);   line-height: 0.95;   letter-spacing: 0.02em;   color: var(--brand-blue);   margin-bottom: 1.5rem;}
.hero-content h1 span{color:#2d3f9e;}
.hero-content p{font-size:18px;line-height:1.8;margin-bottom:30px;}
.tag{isplay: inline-flex;   align-items: center;   gap: 8px; margin-bottom:23px;  font-family: 'DM Mono', monospace;   font-size: 0.72rem;   letter-spacing: 0.12em;   text-transform: uppercase;   color: var(--brand-blue);   margin-bottom: 1.5rem;}

.hero-buttons{display:flex;gap:20px;flex-wrap:wrap;}

.btn-primary,.btn-outline{text-decoration:none;padding:15px 30px;font-weight:700;}
.btn-primary{background:#2d3f9e;color:#fff;}
.btn-outline{border:2px solid #2d3f9e;color:#2d3f9e;}

.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.stat-card{background:#fff;padding:40px;box-shadow:0 10px 30px rgba(0,0,0,.05);}
.stat-card h2{font-size:52px;color:#2d3f9e;}

.ticker{background:#707cb4;padding:15px 0;overflow:hidden;}
.ticker-track{white-space:nowrap;display:inline-block;color:#fff;font-weight:700;animation:ticker 30s linear infinite;}
.ticker-track span{margin:0 20px;}

@keyframes ticker{
0%{transform:translateX(0);}
100%{transform:translateX(-50%);}
}

.about-section{display:grid;grid-template-columns:1fr 1fr;}
.about-left{background:#2d3f9e;color:#fff;padding:100px 70px;}
.about-left h2{font-size:70px;line-height:1;font-family:'Bebas Neue',sans-serif;margin:30px 0;}

.about-right{background:#f3f3f3;padding:100px 70px;}
.about-right p{margin-bottom:25px;line-height:2;}

.tag-box{display:inline-block;border:1px solid #ddd;padding:14px 22px;margin-bottom:30px;color:#2d3f9e;font-weight:700;}

.services{padding:20px 0 40px;}
.section-title{text-align:center;margin-bottom:60px;}
.section-title span{color:#2d3f9e;font-weight:700;}
.section-title h2{font-size:58px;font-family:'Bebas Neue',sans-serif;margin-top:15px;}

.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
.service-card{padding:40px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:.4s;}
.service-card:hover{transform:translateY(-10px);}
.service-card h3{color:#2d3f9e;margin-bottom:15px;}
 
.fade-up,.fade-left,.fade-right{opacity:0;transition:all 1s ease;}
.fade-up{transform:translateY(50px);}
.fade-left{transform:translateX(-50px);}
.fade-right{transform:translateX(50px);}
.show{opacity:1;transform:translate(0);}

@media(max-width:991px){

.menu-toggle{display:flex;}

.nav-menu{
position:absolute;
top:90px;
left:0;
width:100%;
background:#fff;
display:none;
padding:20px;
}

.nav-menu.active{display:block;}

.nav-menu ul{flex-direction:column;}

.header-btn{display:none;}

.hero-grid,.about-section,.services-grid,.contact-grid{
grid-template-columns:1fr;
}

.hero-content h1{font-size:52px;}
.about-left,.about-right{padding:60px 30px;}
.about-left h2,.section-title h2,.contact-left h2{font-size:42px;}
}

@media(max-width:767px){
.hero{padding-top:140px;}
.hero-stats{grid-template-columns:1fr;}
.hero-content h1{font-size:42px;}
}


/* =========================================
   SLIDER
========================================= */
 .lx-slider{
    position: relative;
  overflow: hidden;
  background: url(../img/bg.webp); 
    background-size: auto;
  padding: 140px 0 100px;
  background-size: cover;
  background-position: bottom;
}

/* =========================================
   SLIDE
========================================= */

.lx-slide{
    display:none;
    width:100%;
}

.lx-slide.active{
    display:block;
}

/* =========================================
   CONTAINER
========================================= */

.lx-container{
    max-width:1320px;
    margin:auto;

    padding:0 40px;

    display:grid;
    grid-template-columns:1.1fr .9fr;

    gap:70px;
    align-items:center;
}

/* =========================================
   LEFT
========================================= */

.lx-tag{
    display:inline-block;

    margin-bottom:20px;

    font-size:12px;
    font-weight:700;
    letter-spacing:3px;

    color:#2a3d8f;
}

/* TITLE */

.lx-left h1{
    margin:0 0 30px;
	text-shadow: 2px 1px #333;
    font-family:'Bebas Neue', sans-serif;
	color:#fff !important;
    font-size:110px;
    line-height:.9; 
}
#nnr h1{
	font-size:58px !important;
}
.lx-left h1 span{
    color:#2a3d8f;
}

/* TEXT */

.lx-left p{
    max-width:650px;

    margin:0;
	font-weight:500;
    font-size:18px;
    line-height:1.4; 
    color:#111;
}

/* =========================================
   RIGHT GRID
========================================= */

.lx-right{
    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:22px;
}

/* BOX */

.lx-box{
    background:#ffffff;

    padding:45px 35px;

    transition:all .35s ease;

    border-radius:16px;
}

.lx-box:hover{
    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

/* NUMBER */

.lx-box h3{
    margin:0 0 10px;

    font-size:60px;
    font-weight:800;

    color:#2a3d8f;
}

/* LABEL */

.lx-box span{
    font-size:18px;
    line-height:1.6;

    color:#4b5563;
}

/* =========================================
   NAVIGATION BUTTONS
========================================= */

.lx-prev,
.lx-next{
    position:absolute;
    top:50%;

    transform:translateY(-50%);

    width:34px;
    height:36px;

    border:none;
    border-radius:50%;

    background:#ffffff;

    cursor:pointer;

    font-size:28px;
    font-weight:700;

    color:#2a3d8f;

    z-index:100;

    transition:all .35s ease;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* HOVER */

.lx-prev:hover,
.lx-next:hover{
    background:#2a3d8f;
    color:#ffffff;
}

/* LEFT */

.lx-prev{
    left:5px;
}

/* RIGHT */

.lx-next{
    right:05px;
}

/* =========================================
   DOTS
========================================= */

.lx-dots{
    position:absolute;

    left:50%;
    bottom:35px;

    transform:translateX(-50%);

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    z-index:100;
}

.lx-dot{
    width:10px;
    height:10px;

    border-radius:50%;

    background:#cbd5e1;

    cursor:pointer;

    transition:all .35s ease;
}

.lx-dot.active{
    width:28px;

    border-radius:30px;

    background:#2a3d8f;
}

/* =========================================
   LAPTOP
========================================= */

@media(max-width:1200px){

    .lx-container{
        gap:50px;
    }

    .lx-left h1{
        font-size:88px;
    }

}

/* =========================================
   TABLET
========================================= */

@media(max-width:991px){

    .lx-slider{
      padding: 110px 16px 35px !important;
    margin-left: -22px;
    }

    .lx-container{
        grid-template-columns:55% 45%;

        gap:24px;

        padding:0 20px;
    }

    /* TITLE */

    .lx-left h1{
        font-size:62px;
    }

    /* TEXT */

    .lx-left p{
        font-size:15px;
        line-height:1.8;
    }

    /* GRID */

    .lx-right{
        gap:14px;
    }

    /* CARD */

    .lx-box{
        padding:28px 22px;
    }

    .lx-box h3{
        font-size:42px;
    }

    .lx-box span{
        font-size:14px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

    .lx-slider{
        min-height:auto;

        padding:110px 0 40px;
    }

    /* CONTAINER */

    .lx-container{
        grid-template-columns:55% 45%;

        gap:14px;

        align-items:flex-start;

        padding:0 14px;
    }

    /* LEFT */

    .lx-left{
        text-align:left;
    }

    .lx-tag{
        font-size:8px;
        letter-spacing:2px;

        margin-bottom:10px;
    }

    /* TITLE */

    .lx-left h1{
        font-size:42px;
        line-height:.92;

        margin-bottom:14px;
    }

    /* TEXT */

    .lx-left p{
        font-size:12px;
        line-height:1.7;
    }

    /* RIGHT GRID */

    .lx-right{
        grid-template-columns:1fr 1fr;

        gap:8px;
    }

    /* BOX */

    .lx-box{
        padding:14px 10px;

        min-height:90px;

        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    /* NUMBER */

    .lx-box h3{
        font-size:28px;

        margin-bottom:4px;
    }

    /* LABEL */

    .lx-box span{
        font-size:10px;
        line-height:1.4;
    }

    /* HIDE ARROWS */

    .lx-prev,
    .lx-next{
        display:none;
    }

    /* DOTS */

    .lx-dots{
        bottom:18px;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width:480px){

    .lx-container{
        grid-template-columns:58% 42%;

        gap:10px;

        padding:0 10px;
    }

    .lx-left h1{
        font-size:36px;
    }

    .lx-left p{
        font-size:11px;
    }

    .lx-box{
        padding:12px 8px;
    }

    .lx-box h3{
        font-size:24px;
    }

    .lx-box span{
        font-size:9px;
    }

}



/* ===================================
   BOARD MEMBERS SECTION
=================================== */

.bm-section{
    padding:50px 0;
    background:#f4f7fb;
    font-family:'Poppins',sans-serif;
}

.bm-container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

/* Heading */

.bm-heading{
    text-align:center;
    margin-bottom:70px;
}

.bm-heading span{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    color:#2563eb;
    margin-bottom:15px;
}

.bm-heading h2{
    font-size:56px;
    font-weight:700;
    color:#111827;
    margin-bottom:18px;
}

.bm-heading p{
    max-width:760px;
    margin:auto;
    font-size:18px;
    line-height:32px;
    color:#6b7280;
}

/* Grid */

.bm-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

/* Card */

.bm-card{
    background:#ffffff;
    padding:40px 32px;
    border-radius:26px;
    position:relative;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:0 12px 40px rgba(0,0,0,0.06);
    border:1px solid #edf2f7;
}

.bm-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#2563eb,#60a5fa);
}

.bm-card:hover{
    transform:translateY(-8px);
}

/* Text */

.bm-card h3{
    font-size:28px;
    font-weight:700;
    line-height:1.5;
    color:#111827;
    margin-bottom:14px;
}

.bm-card h4{
    font-size:18px;
    font-weight:600;
    color:#2563eb;
    margin-bottom:8px;
}

.bm-card span{
    display:block;
    font-size:14px;
    color:#9ca3af;
    margin-bottom:24px;
    letter-spacing:1px;
}

.bm-card p{
    font-size:15px;
    line-height:30px;
    color:#4b5563;
    margin-bottom:18px;
}

/* Tablet */

@media(max-width:991px){

    .bm-grid{
        grid-template-columns:1fr;
    }

    .bm-heading h2{
        font-size:42px;
    }

}

/* Mobile */

@media(max-width:576px){

    .bm-section{
        padding:70px 0;
    }

    .bm-heading{
        margin-bottom:50px;
    }

    .bm-heading h2{
        font-size:32px;
    }

    .bm-heading p{
        font-size:15px;
        line-height:28px;
    }

    .bm-card{
        padding:26px 22px;
        border-radius:20px;
    }

    .bm-card h3{
        font-size:22px;
    }

    .bm-card h4{
        font-size:16px;
    }

    .bm-card p{
        font-size:14px;
        line-height:28px;
    }

}
/* ======================================
   PIPELINE INFRASTRUCTURE SECTION
====================================== */

.pi-main-section{
    padding:50px 0;
    background:#f5f7fb;
}

.pi-container{
    width:90%;
    max-width:1350px;
    margin:auto;
}

/* Heading */

.pi-heading{
    text-align:center;
    margin-bottom:70px;
}

.pi-heading span{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.pi-heading h2{
    font-size:56px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.1;
}

.pi-heading p{
    max-width:900px;
    margin:auto;
    font-size:18px;
    line-height:34px;
}

/* Grid */

.pi-grid{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:35px;
    margin-bottom:70px;
}

/* Card */

.pi-card{
    background:#ffffff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 12px 40px rgba(0,0,0,0.06);
	display:flex;
    transition:0.4s ease;
}

.pi-card:hover{
    transform:translateY(-8px);
}

.pi-image{
	width:100%;
    overflow:hidden;
}

.pi-image img{
    width:100%; 
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.pi-card:hover .pi-image img{
    transform:scale(1.05);
}

/* Content */

.pi-content{
    padding:5px 0 0 25px;
}

.pi-content h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:24px;
    line-height:1.3;
}

.pi-content p{
    font-size:16px;
    line-height:32px;
    margin-bottom:18px;
}

/* Service Box */

.pi-service-box{
    background:#ffffff;
    border-radius:30px;
    padding:55px;
    margin-bottom:80px;
    box-shadow:0 12px 40px rgba(0,0,0,0.06);
}

.pi-service-content{
    display:flex;
    gap:60px;
    align-items:flex-start;
}

.pi-service-left{
    width:35%;
}

.pi-service-left span{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.pi-service-left h2{
    font-size:44px;
    line-height:1.2;
    font-weight:700;
}

.pi-service-right{
    width:65%;
}

.pi-service-right p{
    font-size:17px;
    line-height:34px;
    margin-bottom:20px;
}

/* Map Section */

.pi-map-section{
    background:#ffffff;
    border-radius:30px;
    padding:50px;
    box-shadow:0 12px 40px rgba(0,0,0,0.06);
}

.pi-map-heading{
    text-align:center;
    margin-bottom:40px;
}

.pi-map-heading span{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:14px;
}

.pi-map-heading h2{
    font-size:48px;
    font-weight:700;
}

.pi-map-image{
    border-radius:22px;
    overflow:hidden;
}

.pi-map-image img{
    width:100%;
    display:block;
}

/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:1100px){

    .pi-grid{
        grid-template-columns:1fr;
    }

    .pi-service-content{
        flex-direction:column;
    }

    .pi-service-left,
    .pi-service-right{
        width:100%;
    }

}

@media(max-width:768px){
.pi-card{
	display:block;
}
    .pi-main-section{
        padding:30px 0;
    }

    .pi-heading{
        margin-bottom:50px;
    }

    .pi-heading h2{
        font-size:40px;
    }

    .pi-heading p{
        font-size:16px;
        line-height:30px;
    }

    .pi-content{
        padding:28px 5px;
    }

    .pi-content h3{
        font-size:26px;
    }

    .pi-content p{
        font-size:15px;
        line-height:30px;
    }

    .pi-image img{
        height:260px;
    }

    .pi-service-box{
        padding:35px 28px;
        border-radius:24px;
    }

    .pi-service-left h2{
        font-size:34px;
    }

    .pi-service-right p{
        font-size:15px;
        line-height:30px;
    }

    .pi-map-section{
        padding:30px 20px;
        border-radius:24px;
    }

    .pi-map-heading h2{
        font-size:36px;
    }

}

@media(max-width:480px){

    .pi-heading h2{
        font-size:32px;
    }

    .pi-content{
        padding:24px 5px;
    }

    .pi-content h3{
        font-size:22px;
    }

    .pi-service-left h2{
        font-size:28px;
    }

    .pi-map-heading h2{
        font-size:30px;
    }

}


/* =========================================
   RESPONSIVE PROJECTS TABLE
========================================= */

.projects-table-wrapper{
    width:100%;
    overflow-x:auto;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    background:#fff;
    margin-top:-24px;
}

.projects-table{
    width:100%;
    border-collapse:collapse;
    min-width:1100px;
}

/* Table Head */

.projects-table thead{
   background: linear-gradient( 145deg, rgba(43, 57, 147, 1) 0%, rgba(58, 74, 184, 1) 40%, rgba(23, 35, 98, 1) 100% );	
}

.projects-table thead th{
    padding:20px 18px;
    text-align:left;
    font-size:15px;
    font-weight:600;
    color:#ffffff;
    white-space:nowrap;
}

/* Table Body */

.projects-table tbody tr{
    border-bottom:1px solid #e5e7eb;
    transition:0.3s ease;
	justify-content: center;
  text-align: initial;
}

.projects-table tbody tr:hover{
    background:#f9fafb;
}

.projects-table tbody td{
    padding:18px;
    font-size:14px;
    line-height:28px;
    vertical-align:top; 
}

/* Alternate Rows */

.projects-table tbody tr:nth-child(even){
    background:#d5d8ea73;
}

/* =========================================
   TABLET RESPONSIVE
========================================= */

@media(max-width:991px){

    .projects-table{
        min-width:100%;
    }

    .projects-table thead{
        display:none;
    }

    .projects-table,
    .projects-table tbody,
    .projects-table tr,
    .projects-table td{
        display:block;
        width:100%;
    }

    .projects-table tbody tr{
        background:#ffffff;
        margin-bottom:25px;
        border-radius:18px;
        padding:18px;
        box-shadow:0 6px 25px rgba(0,0,0,0.05);
        border:none;
    }

    .projects-table tbody td{
        position:relative;
        padding:14px 0 14px 42%;
        border-bottom:1px solid #edf2f7;
        min-height:52px;
    }

    .projects-table tbody td:last-child{
        border-bottom:none;
    }

    .projects-table tbody td::before{
        content:attr(data-label);
        position:absolute;
        left:0;
        top:14px;
        width:36%;
        font-weight:600;
        line-height:22px;
        color:#111827;
    }

}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media(max-width:576px){

    .projects-table-wrapper{
        border-radius:16px;
    }

    .projects-table tbody tr{
        padding:16px;
        border-radius:16px;
    }

    .projects-table tbody td{
        padding:12px 0 12px 40%;
        font-size:13px;
        line-height:24px;
    }

    .projects-table tbody td::before{
        width:34%;
        font-size:12px;
        line-height:20px;
    }

}

/* ======================================================
   FULLY RESPONSIVE PROJECT TABLE
====================================================== */

.lk-project-section{
    padding:90px 0;
    background:#f5f7fb;
    overflow:hidden;
}

.lk-project-container{
    width:92%;
    max-width:1450px;
    margin:auto;
}

/* =========================
   HEADING
========================= */

.lk-project-heading{
    text-align:center;
    margin-bottom:55px;
}

.lk-project-heading h2{
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:20px;
}

.lk-project-heading p{
    max-width:900px;
    margin:auto;
    font-size:17px;
    line-height:30px;
    color:#5b6475;
}

/* =========================
   TABLE WRAPPER
========================= */

.lk-project-table-wrap{
    width:100%;
    overflow:hidden;
    border-radius:24px;
    background:#ffffff;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
}

/* =========================
   TABLE
========================= */

.lk-project-table{
    width:100%;
    border-collapse:collapse;
}

/* HEAD */

.lk-project-table thead{
    background:#1e293b;
}

.lk-project-table thead th{
    padding:22px 20px;
    text-align:left;
    color:#ffffff;
    font-size:15px;
    font-weight:600;
    letter-spacing:0.3px;
    white-space:nowrap;
}

/* BODY */

.lk-project-table tbody tr{
    border-bottom:1px solid #e5e7eb;
    transition:0.3s ease;
}

.lk-project-table tbody tr:nth-child(even){
    background:#f8fafc;
}

.lk-project-table tbody tr:hover{
    background:#eef2ff;
}

.lk-project-table tbody td{
    padding:20px;
    font-size:14px;
    line-height:28px;
    color:#4b5563;
    vertical-align:top;
}

/* COLUMN WIDTHS */

.lk-project-table tbody td:nth-child(1){
    width:16%;
    font-weight:600;
}

.lk-project-table tbody td:nth-child(2){
    width:50%;
}

.lk-project-table tbody td:nth-child(3){
    width:18%;
}

.lk-project-table tbody td:nth-child(4){
    width:16%;
}

/* ======================================================
   TABLET RESPONSIVE
====================================================== */

@media(max-width:991px){

    .lk-project-section{
        padding:70px 0;
    }

    .lk-project-heading{
        margin-bottom:40px;
    }

    .lk-project-heading h2{
        font-size:42px;
    }

    .lk-project-heading p{
        font-size:15px;
        line-height:28px;
    }

    .lk-project-table-wrap{
        overflow-x:auto;
        border-radius:20px;
    }

    .lk-project-table{
        min-width:900px;
    }

}

/* ======================================================
   MOBILE RESPONSIVE
====================================================== */

@media(max-width:767px){

    .lk-project-section{
        padding:60px 0;
    }

    .lk-project-container{
        width:94%;
    }

    .lk-project-heading h2{
        font-size:34px;
        line-height:1.2;
    }

    .lk-project-heading p{
        font-size:14px;
        line-height:26px;
    }

    /* MOBILE CARD VIEW */

    .lk-project-table-wrap{
        background:transparent;
        box-shadow:none;
        border-radius:0;
    }

    .lk-project-table{
        min-width:100%;
    }

    .lk-project-table thead{
        display:none;
    }

    .lk-project-table,
    .lk-project-table tbody,
    .lk-project-table tr,
    .lk-project-table td{
        display:block;
        width:100%;
    }

    .lk-project-table tbody tr{
        background:#ffffff !important;
        margin-bottom:20px;
        border-radius:20px;
        overflow:hidden;
        box-shadow:0 6px 24px rgba(0,0,0,0.05);
        padding:18px;
    }

    .lk-project-table tbody td{
        border-bottom:1px solid #edf2f7;
        padding:14px 0;
        padding-left:0;
        width:100% !important;
        line-height:26px;
        font-size:14px;
    }

    .lk-project-table tbody td:last-child{
        border-bottom:none;
    }

    /* LABELS */

    .lk-project-table tbody td::before{
        display:block;
        margin-bottom:8px;
        font-size:12px;
        font-weight:700;
        letter-spacing:0.5px;
        color:#111827;
        text-transform:uppercase;
    }

    .lk-project-table tbody td:nth-child(1)::before{
        content:"Client";
    }

    .lk-project-table tbody td:nth-child(2)::before{
        content:"Work Description";
    }

    .lk-project-table tbody td:nth-child(3)::before{
        content:"Type Of Project";
    }

    .lk-project-table tbody td:nth-child(4)::before{
        content:"Location";
    }

}

/* ======================================================
   EXTRA SMALL MOBILE
====================================================== */

@media(max-width:480px){

    .lk-project-heading h2{
        font-size:30px;
    }

    .lk-project-table tbody tr{
        padding:16px;
        border-radius:18px;
    }

    .lk-project-table tbody td{
        font-size:13px;
        line-height:24px;
    }

}



.lk_career_section{
    width:100%;
    padding:90px 20px;
    background:#f8f8f8;
    box-sizing:border-box;
}

.lk_career_container{
    max-width:1300px;
    margin:0 auto;
}

.lk_career_heading{
    text-align:center;
    margin-bottom:60px;
}

.lk_career_tag{
    display:inline-block;
    background:#2b3992 ;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:18px;
    font-weight:600;
}

.lk_career_heading h2{
    font-size:48px;
    line-height:1.3;
    color:#111;
    margin-bottom:20px;
    font-family:"Oswald", sans-serif;
}


.lk_career_heading p{
    max-width:850px;
    margin:0 auto;
    font-size:17px;
    line-height:1.8;
    color:#666;
}

.lk_career_wrapper{
    display:flex;
    gap:40px;
    align-items:stretch;
    justify-content:space-between;
}

.lk_career_left{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:25px;
}

.lk_career_card{
    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    box-shadow:0 5px 25px rgba(0,0,0,0.06);
    transition:0.4s ease;
    border-top:5px solid #2b3992 ;
}

.lk_career_card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 35px rgba(0,0,0,0.12);
}

.lk_icon_box{
    width:70px;
    height:70px;
    background:#2b3992 ;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    font-size:28px;
    margin-bottom:20px;
}

.lk_career_card h3{
    font-size:26px;
    margin-bottom:15px;
    color:#111;
    font-family:"Oswald", sans-serif;
}

.lk_career_card p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

.lk_career_form_box{
    flex:1.1;
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 5px 30px rgba(0,0,0,0.08);
}

.lk_form_top{
    margin-bottom:35px;
}

.lk_form_top h3{
    font-size:34px;
    margin-bottom:10px;
    color:#111;
    font-family:"Oswald", sans-serif;
}

.lk_form_top p{
    color:#666;
    line-height:1.7;
}

.lk_career_form{
    display:flex;
    flex-wrap:wrap;
    gap:22px;
}

.lk_form_group{
    width:calc(50% - 11px);
    display:flex;
    flex-direction:column;
}

.lk_full_width{
    width:100%;
}

.lk_form_group label{
    margin-bottom:10px;
    font-weight:600;
    color:#222;
    font-size:15px;
}

.lk_form_group input,
.lk_form_group textarea{
    width:100%;
    padding:15px 18px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:15px;
    transition:0.3s ease;
    box-sizing:border-box;
    background:#fff;
}

.lk_form_group input:focus,
.lk_form_group textarea:focus{
    border-color:#2b3992 ;
    box-shadow:0 0 0 3px rgba(240,76,35,0.1);
}

.lk_upload_box input{
    padding:14px;
    background:#fafafa;
}

.lk_form_group small{
    margin-top:8px;
    color:#777;
    font-size:13px;
}

.lk_submit_btn{
    background:#2b3992 ;
    color:#fff;
    border:none;
    padding:16px 40px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s ease;
}

.lk_submit_btn:hover{
    background:#d83d18;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .lk_career_wrapper{
        flex-direction:column;
    }

    .lk_form_group{
        width:100%;
    }

    .lk_career_heading h2{
        font-size:38px;
    }

    .lk_career_form_box{
        padding:35px 25px;
    }
}

@media(max-width:576px){

    .lk_career_section{
        padding:70px 15px;
    }

    .lk_career_heading h2{
        font-size:30px;
    }

    .lk_career_card{
        padding:28px 22px;
    }

    .lk_form_top h3{
        font-size:28px;
    }
}


/* =========================================
LK CONTACT SECTION
========================================= */

.lk_contact_section{
    width:100%;
    padding:90px 20px;
    background:#fff;
}

.lk_contact_container{
    max-width:1300px;
    margin:auto;
}

/* HEADING */

.lk_contact_heading{
    text-align:center;
    margin-bottom:60px;
}

.lk_contact_tag{
    display:inline-block;
    background:#2b3992 ;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:18px;
    font-weight:600;
}

.lk_contact_heading h2{
    font-size:52px;
    line-height:1.1;
    margin-bottom:20px;
    font-family:"Bebas Neue", sans-serif;
    color:#2b3992 ;
}

.lk_contact_heading p{
    max-width:700px;
    margin:auto;
    font-size:16px;
    line-height:1.8;
    color:#666;
    font-family:"DM Sans", sans-serif;
}

/* FORM */

.lk_contact_form_wrap{
    width:100%;
    background:#f8f8f8;
    padding:50px;
    border-radius:18px;
    margin-bottom:80px;
}

.lk_contact_form{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:25px;
}

.lk_form_group{
    width:100%;
}

.lk_full_width{
    grid-column:1 / -1;
}

.lk_contact_form input,
.lk_contact_form textarea{
    width:100%;
    padding:18px 20px;
    border:1px solid #ddd;
    border-radius:12px;
    outline:none;
    background:#fff;
    font-size:15px;
    font-family:"DM Sans", sans-serif;
    transition:0.3s ease;
}

.lk_contact_form textarea{
    resize:none;
}

.lk_contact_form input:focus,
.lk_contact_form textarea:focus{
    border-color:#c89b3c;
}

.lk_submit_btn{
    padding:18px 40px;
    border:none;
    background:#2b3992 ;
     color:#fff;
    font-size:15px;
    font-weight:600;
    border-radius:12px;
    cursor:pointer;
    transition:0.3s ease;
    font-family:"DM Sans", sans-serif;
}

.lk_submit_btn:hover{
    background:#d83d18;
}

/* OFFICE SECTION */

.lk_office_wrap{
    display:flex;
    flex-direction:column;
    gap:70px;
}

.lk_office_block{
    width:100%;
}

.lk_office_title{
    margin-bottom:30px;
}

.lk_office_title h3{
    font-size:36px;
    color:#2b3992 ;
    font-family:"Bebas Neue", sans-serif;
    letter-spacing:1px;
}

/* GRID */

.lk_office_grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:stretch;
}

.lk_office_grid.reverse{
    direction:rtl;
}

.lk_office_grid.reverse > *{
    direction:ltr;
}

/* INFO SIDE */

.lk_office_info{
    display:flex;
    flex-direction:column;
    gap:25px;
    height:100%;
}

.lk_info_card{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#f8f8f8;
    padding:28px;
    border-radius:16px;
    height:100%;
}

.lk_info_icon{
    width:58px;
    min-width:58px;
    height:58px;
    border-radius:50%;
    background:#2b3992 ;
    display:flex;
    align-items:center;
    justify-content:center;
}

.lk_info_icon i{
    color:#fff;
    font-size:20px;
}

.lk_info_content{
    width:100%;
}

.lk_info_content h4{
    font-size:20px;
    margin-bottom:10px;
    color:#2b3992 ;
    font-family:"Oswald", sans-serif;
}

.lk_info_content p{
    font-size:15px;
    line-height:1.8;
    color:#666;
    font-family:"DM Sans", sans-serif;
}

/* MAP */

.lk_office_map{
    width:100%;
    height:100%;
}

.lk_office_map iframe{
    width:100%;
    height:100%;
    min-height:340px;
    border:none;
    border-radius:18px;
    display:block;
}

/* RESPONSIVE */

@media(max-width:991px){

    .lk_contact_heading h2{
        font-size:42px;
    }

    .lk_contact_form{
        grid-template-columns:1fr;
    }

    .lk_office_grid{
        grid-template-columns:1fr;
    }

    .lk_office_grid.reverse{
        direction:ltr;
    }

    .lk_contact_form_wrap{
        padding:35px;
    }

}

@media(max-width:600px){

    .lk_contact_section{
        padding:70px 15px;
    }

    .lk_contact_heading h2{
        font-size:34px;
    }

    .lk_contact_form_wrap{
        padding:25px;
    }

    .lk_info_card{
        padding:22px;
    }

    .lk_office_title h3{
        font-size:28px;
    }

    .lk_submit_btn{
        width:100%;
    }

}

/* =========================================
LK GALLERY PAGE
========================================= */

.lk_gallery_page{
    width:100%;
    padding:90px 20px;
    background:#fff;
}

.lk_gallery_container{
    max-width:1300px;
    margin:auto;
}

/* HEADING */

.lk_gallery_heading{
    text-align:center;
    margin-bottom:70px;
}

.lk_gallery_tag{
    display:inline-block;
    background:#2b3992 ;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:18px;
    font-weight:600;
}

.lk_gallery_heading h1{
    font-size:58px;
    line-height:1.1;
    margin-bottom:20px;
    color:#2b3992 ;
    font-family:"Bebas Neue", sans-serif;
}



.lk_gallery_heading p{
    max-width:850px;
    margin:auto;
    font-size:16px;
    line-height:1.9;
    color:#666;
    font-family:"DM Sans", sans-serif;
}

/* SECTION TITLE */

.lk_section_title{
    margin-bottom:35px;
}

.lk_section_title h2{
    font-size:38px;
    color:#2b3992 ;
    font-family:"Bebas Neue", sans-serif;
    letter-spacing:1px;
}

/* LIVE GALLERY */

.lk_live_gallery_wrap{
    margin-bottom:80px;
}

.lk_live_gallery_grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

.lk_live_video_card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.35s ease;
}

.lk_live_video_card:hover{
    transform:translateY(-8px);
}

.lk_video_thumb{
    position:relative;
    overflow:hidden;
}

.lk_video_thumb img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.lk_play_btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:#c89b3c;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s ease;
}

.lk_play_btn i{
    color:#2b3992 ;
    font-size:22px;
    margin-left:3px;
}

.lk_play_btn:hover{
    background:#fff;
    transform:translate(-50%, -50%) scale(1.08);
}

.lk_video_content{
    padding:24px;
}

.lk_video_content h3{
    font-size:24px;
    line-height:1.4;
    color:#2b3992 ;
    font-family:"Oswald", sans-serif;
}

/* IMAGE GALLERY */

.lk_gallery_wrapper{
    width:100%;
}

.lk_gallery_grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:22px;
}

.lk_gallery_item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    cursor:pointer;
    background:#f5f5f5;
}

.lk_gallery_img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.lk_gallery_item:hover .lk_gallery_img{
    transform:scale(1.08);
}

/* POPUP */

.lk_gallery_popup{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.92);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    z-index:9999;
    transition:0.35s ease;
    padding:20px;
}

.lk_gallery_popup.active{
    opacity:1;
    visibility:visible;
}

.lk_popup_content{
    position:relative;
    max-width:1100px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.lk_popup_img{
    width:100%;
    max-height:85vh;
    object-fit:contain;
    border-radius:12px;
}

/* BUTTONS */

.lk_popup_close,
.lk_popup_prev,
.lk_popup_next{
    position:absolute;
    border:none;
    background:#fff;
    color:#2b3992 ;
    width:52px;
    height:52px;
    border-radius:50%;
    cursor:pointer;
    font-size:24px;
    transition:0.3s ease;
    z-index:10;
}

.lk_popup_close:hover,
.lk_popup_prev:hover,
.lk_popup_next:hover{
    background:#c89b3c;
}

.lk_popup_close{
    top:-70px;
    right:0;
    font-size:34px;
}

.lk_popup_prev{
    left:-70px;
    top:50%;
    transform:translateY(-50%);
}

.lk_popup_next{
    right:-70px;
    top:50%;
    transform:translateY(-50%);
}

/* RESPONSIVE */

@media(max-width:1100px){

    .lk_gallery_grid{
        grid-template-columns:repeat(3, 1fr);
    }

}

@media(max-width:991px){

    .lk_gallery_heading h1{
        font-size:46px;
    }

    .lk_live_gallery_grid{
        grid-template-columns:1fr;
    }

    .lk_gallery_grid{
        grid-template-columns:repeat(2, 1fr);
    }

    .lk_popup_prev{
        left:10px;
    }

    .lk_popup_next{
        right:10px;
    }

}

@media(max-width:600px){

    .lk_gallery_page{
        padding:70px 15px;
    }

    .lk_gallery_heading h1{
        font-size:36px;
    }

    .lk_gallery_grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .lk_gallery_img{
        height:260px;
    }

    .lk_video_thumb img{
        height:220px;
    }

    .lk_section_title h2{
        font-size:30px;
    }

    .lk_popup_close{
        top:-60px;
        right:10px;
    }

    .lk_popup_prev,
    .lk_popup_next{
        width:44px;
        height:44px;
        font-size:20px;
    }

}


/* =========================================
RSP PROJECT TABLE
========================================= */

.rsp_project_table_wrap{
    width:100%;
    max-width:1400px;
    margin:90px auto;
    padding:0 20px;
    overflow-x:auto;
}

/* TABLE */

.rsp_project_table{
    width:100%;
    min-width:1200px;
    border-collapse:collapse;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    font-family:"DM Sans", sans-serif;
}

/* HEADER */

.rsp_project_table thead{
    background:#2a3d8f;
}

.rsp_project_table thead tr:first-child th{
    background:#2a3d8f;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

.rsp_project_table thead tr:last-child th{
    background:#2a3d8f;
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.rsp_project_table th{
    padding:18px 16px;
    text-align:center;
    border:1px solid rgba(255,255,255,0.08);
    font-weight:700;
    white-space:nowrap;
}

/* BODY */

.rsp_project_table tbody tr{
    transition:0.3s ease;
}

.rsp_project_table tbody tr:nth-child(even){
    background:#fafafa;
}

.rsp_project_table tbody tr:hover{
    background:#f5efe2;
}

.rsp_project_table td{
    padding:18px 16px;
    border:1px solid #ececec;
    vertical-align:top;
    font-size:15px;
    line-height:1.7;
    color:#444;
}

/* COLUMN ALIGNMENT */

.rsp_project_table td:nth-child(1),
.rsp_project_table td:nth-child(3),
.rsp_project_table td:nth-child(4),
.rsp_project_table td:nth-child(5),
.rsp_project_table td:nth-child(6),
.rsp_project_table td:nth-child(7){
    text-align:center;
    vertical-align:middle;
}

.rsp_project_table td:nth-child(2){
    min-width:350px;
    font-weight:500;
    color:#222;
}

/* SCROLLBAR */

.rsp_project_table_wrap::-webkit-scrollbar{
    height:8px;
}

.rsp_project_table_wrap::-webkit-scrollbar-track{
    background:#eee;
    border-radius:20px;
}

.rsp_project_table_wrap::-webkit-scrollbar-thumb{
    background:#698ffa;
    border-radius:20px;
}

/* MOBILE RESPONSIVE */

@media(max-width:991px){

    .rsp_project_table_wrap{
        margin:70px auto;
    }

}

/* MOBILE CARD TABLE */

@media(max-width:768px){

    .rsp_project_table{
        min-width:100%;
        border:none;
        box-shadow:none;
        background:transparent;
    }

    .rsp_project_table thead{
        display:none;
    }

    .rsp_project_table,
    .rsp_project_table tbody,
    .rsp_project_table tr,
    .rsp_project_table td{
        display:block;
        width:100%;
    }

    .rsp_project_table tr{
        background:#fff;
        margin-bottom:25px;
        border-radius:18px;
        overflow:hidden;
        box-shadow:0 8px 25px rgba(0,0,0,0.08);
        padding:10px 0;
    }

    .rsp_project_table td{
        position:relative;
        padding:14px 18px 14px 145px;
        border:none;
        border-bottom:1px solid #f1f1f1;
        text-align:left !important;
        min-height:55px;
        display:flex;
        align-items:center;
    }

    .rsp_project_table td:last-child{
        border-bottom:none;
    }

    .rsp_project_table td::before{
        content:attr(data-label);
        position:absolute;
        left:18px;
        top:50%;
        transform:translateY(-50%);
        width:110px;
        font-weight:700;
        color:#111;
        font-size:14px;
    }

    .rsp_project_table td:nth-child(2){
        min-width:100%;
    }

}

@media(max-width:480px){

    .rsp_project_table_wrap{
        padding:0 15px;
    }

    .rsp_project_table td{
        padding:14px 15px 14px 125px;
        font-size:14px;
        line-height:1.6;
    }

    .rsp_project_table td::before{
        width:95px;
        font-size:13px;
    }

}


/* =========================================
   ONGOING PROJECTS TABLE
========================================= */

.lk-premium-projects{
    width:100%;
    padding:90px 0;
    background:#f5f7fa;
}

.lk-premium-container{
    width:92%;
    max-width:1500px;
    margin:auto;
}

/* HEADING */

.lk-premium-heading{
    text-align:center;
    margin-bottom:45px;
}


.lk-premium-heading span{
    display:inline-block;
    background:#2b3992 ;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:18px;
    font-weight:600;
}

.lk-premium-heading h2{
    font-size:48px;
    line-height:1.1;
    margin-bottom:18px;
    color:#111;
    font-family:'Bebas Neue',sans-serif;
    letter-spacing:1px;
}

.lk-premium-heading p{
    max-width:850px;
    margin:auto;
    color:#555;
    font-size:17px;
    line-height:1.8;
    font-family:'DM Sans',sans-serif;
}

/* TABLE WRAP */

.lk-premium-table-wrap{
    width:100%;
    overflow-x:auto;
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

/* TABLE */

.lk-premium-table{
    width:100%;
    min-width:1200px;
    border-collapse:collapse;
    /* table-layout:fixed; */
}

/* COLUMN WIDTHS */

.lk-premium-table th:nth-child(1),
.lk-premium-table td:nth-child(1){
    width:15%;
}

.lk-premium-table th:nth-child(2),
.lk-premium-table td:nth-child(2){
    width:40%;
}

.lk-premium-table th:nth-child(3),
.lk-premium-table td:nth-child(3){
    width:20%;
}

.lk-premium-table th:nth-child(4),
.lk-premium-table td:nth-child(4){
    width:15%;
}

/* HEADINGS */

.lk-premium-table thead{
    background:#2a3d8f;
}

.lk-premium-table thead th{
    padding:18px;
    color:#fff;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    text-align:left;
    border-right:1px solid rgba(255,255,255,0.15);
    font-family:'DM Sans',sans-serif;
}

.lk-premium-table thead th:last-child{
    border-right:none;
}

/* BODY */

.lk-premium-table tbody tr{
    transition:0.3s ease;
    border-bottom:1px solid #e8edf3;
}

.lk-premium-table tbody tr:nth-child(even){
    background:#f8fbff;
}

.lk-premium-table tbody tr:hover{
    background:#eef5ff;
}

.lk-premium-table tbody td{
    padding:20px 18px;
    vertical-align:top;
    color:#222;
    font-size:15px;
    line-height:1.7;
    border-right:1px solid #edf1f5;
    font-family:'DM Sans',sans-serif;
    word-wrap:break-word;
}

.lk-premium-table tbody td:last-child{
    border-right:none;
}

/* CLIENT COLUMN */

.lk-premium-table tbody td:nth-child(1){
    font-weight:700;
    color:#071c3c;
}

/* TYPE COLUMN */

.lk-premium-table tbody td:nth-child(3){
    font-weight:600;
    color:#0b5cff;
}

/* LOCATION COLUMN */

.lk-premium-table tbody td:nth-child(4){
    font-weight:600;
}

/* SCROLLBAR */

.lk-premium-table-wrap::-webkit-scrollbar{
    height:10px;
}

.lk-premium-table-wrap::-webkit-scrollbar-track{
    background:#dbe4ef;
    border-radius:20px;
}

.lk-premium-table-wrap::-webkit-scrollbar-thumb{
    background:#0b5cff;
    border-radius:20px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .lk-premium-projects{
        padding:70px 0;
    }

    .lk-premium-heading h2{
        font-size:38px;
    }

    .lk-premium-heading p{
        font-size:15px;
        line-height:1.7;
    }

    .lk-premium-table{
        min-width:1100px;
    }

    .lk-premium-table thead th{
        padding:18px 16px;
        font-size:14px;
    }

    .lk-premium-table tbody td{
        padding:18px 16px;
        font-size:14px;
    }
}

@media(max-width:576px){

    .lk-premium-container{
        width:94%;
    }

    .lk-premium-heading h2{
        font-size:32px;
    }

    .lk-premium-heading span{
        font-size:13px;
    }

    .lk-premium-heading p{
        font-size:14px;
    }

    .lk-premium-table{
        min-width:1000px;
    }
}