.elementor-1498 .elementor-element.elementor-element-c69b6b1{--display:flex;}.elementor-1498 .elementor-element.elementor-element-82ab322{--display:flex;}.elementor-1498 .elementor-element.elementor-element-d0438c8{--display:flex;}.elementor-1498 .elementor-element.elementor-element-d0438c8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1498 .elementor-element.elementor-element-e1882dc{--display:flex;}.elementor-1498 .elementor-element.elementor-element-06bfb10{--display:flex;}.elementor-1498 .elementor-element.elementor-element-64c9cce{--display:flex;}.elementor-1498 .elementor-element.elementor-element-494a565{--spacer-size:50px;}.elementor-1498 .elementor-element.elementor-element-62d8be2{--display:flex;}@media(min-width:768px){.elementor-1498 .elementor-element.elementor-element-d0438c8{--width:101.294%;}}/* Start custom CSS for html, class: .elementor-element-afa693d *//* --- SK ENGG INDUSTRIAL SOLUTIONS BANNER --- */
.sk-sol-banner {
    /* Forces the banner to be full width regardless of theme container */
    width: 100vw;
    height: 380px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    /* Industrial Background with professional dark blue overlay */
    background: linear-gradient(rgba(0, 33, 85, 0.7), rgba(0, 33, 85, 0.7)), 
                url('https://skenggtech.com/wp-content/uploads/2026/02/WhatsApp-Image-2026-02-05-at-3.15.07-PM-1.jpeg');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* Centers the text perfectly */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.sk-sol-banner h1 {
    /* Uses your website's global theme font */
    font-family: inherit; 
    color: #ffffff !important;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 20px;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.4);
    line-height: 1.2;
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .sk-sol-banner { height: 250px; }
    .sk-sol-banner h1 { font-size: 32px; letter-spacing: 1px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6687008 */.image-box {
    width: 100%;
    height: auto;              /* Remove fixed height */
    overflow: visible;         /* Prevent cropping */
}

.image-box img {
    width: 100%;
    height: auto;              /* Maintain full image ratio */
    object-fit: contain;       /* Show FULL image */
    display: block;
}
.image-box {
    height: 400px;
}

.image-box img {
    height: 100%;
    object-fit: cover;
}
.image-box img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec505b5 *//* SECTION */
.applications-section{
    padding:60px 0;
    background:#ffffff;
}

.container{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

/* TITLE */
.section-title{
    text-align:center;
    font-size:32px;
    margin-bottom:40px;
    color:#0a2e8c;
}

/* GRID */
.app-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

/* CARD */
.app-card{
    background:#ffffff;
    border-radius:16px;
    padding:25px 20px;
    text-align:left;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:all .3s ease;
    position:relative;
}

.app-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(10,46,140,0.25);
}

/* ICON */
.app-icon{
    width:60px;
    height:60px;
    border-radius:14px;
    background:#0a2e8c;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.app-icon .material-icons{
    color:#ffffff;
    font-size:30px;
}

/* TEXT */
.app-card h3{
    font-size:18px;
    margin-bottom:8px;
    color:#0a2e8c;
}

.app-card p{
    font-size:15px;
    line-height:1.6;
    color:#555;
}

/* ANIMATION */
.fade{
    opacity:0;
    transform:translateY(30px);
    animation:fadeUp .8s ease forwards;
}

.delay-1{animation-delay:.2s;}
.delay-2{animation-delay:.4s;}
.delay-3{animation-delay:.6s;}

@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* RESPONSIVE */
@media(max-width:1100px){
    .app-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .app-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .app-grid{
        grid-template-columns:1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6004c82 */.offerings-section{
    padding:70px 0;
    background:linear-gradient(135deg, #f5f8ff, #eef2ff);
}

/* MAIN CARD CONTAINER */
.offerings-group{
    background:#ffffff;
    padding:45px;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0, 0, 0, 0.08);
}

/* SECTION TITLE */
.section-title{
    text-align:center;
    font-size:32px;
    color:#000000;
    margin-bottom:40px;
}

/* GROUP HEADING */
.group-title{
    font-size:22px;
    color:#000000;
    margin:35px 0 18px;
    position:relative;
}

.group-title::after{
    content:"";
    width:55px;
    height:3px;
    background:#0a2e8c;
    display:block;
    margin-top:6px;
    border-radius:2px;
}

/* PILL WRAPPER */
.pill-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

/* PILL BUTTON */
.pill{
    background:#0a2e8c;
    color:#ffffff;
    padding:11px 20px;
    border-radius:30px;
    font-size:14.5px;
    font-weight:500;
    line-height:1.4;
    transition:all .3s ease;
    box-shadow:0 8px 18px rgba(10,46,140,0.28);
}

/* HOVER EFFECT */
.pill:hover{
    background:#08256b;
    transform:translateY(-4px);
    box-shadow:0 14px 28px rgba(10,46,140,0.35);
}

/* RESPONSIVE */
@media(max-width:768px){
    .offerings-group{
        padding:30px 22px;
    }

    .pill{
        text-align:center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7c233e */.air-solutions-section{
    padding:70px 0;
    background:#ffffff;
}

.section-title{
    text-align:center;
    font-size:28px;
    color:#0a2e8c;
    margin-bottom:50px;
}

/* GRID */
.air-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

/* CARD */
.air-card{
    background:#fff;
    border:1px solid #e6e9f5;
    border-radius:14px;
    padding:35px 20px;
    text-align:center;
    transition:.4s ease;
    position:relative;
}

/* ICON BOX */
.air-icon{
    width:70px;
    height:70px;
    background:#eaf0ff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
}

.air-icon .material-icons{
    font-size:34px;
    color:#0a2e8c;
}

/* TITLE */
.air-card h3{
    font-size:16px;
    font-weight:600;
    color:#1e1e1e;
    line-height:1.4;
}

/* HOVER EFFECT */
.air-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(10,46,140,0.12);
}

/* ACTIVE LINE (BOTTOM) */
.air-card::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:3px;
    background:#0a2e8c;
    transition:.4s ease;
}

.air-card:hover::after{
    width:100%;
}

/* MOBILE */
@media(max-width:1024px){
    .air-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .air-grid{
        grid-template-columns:repeat(1,1fr);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4710427 *//* --- WHY CHOOSE SECTION - PREMIUM ALIGNMENT --- */
:root {
    --sk-navy: #001d4a;
    --sk-orange: #f37021;
    --sk-blue-bg: #f4f8fb;
    --sk-border: #eef2f6;
}

.why-choose-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Main Flex Container */
.why-choose-flex {
    display: flex;
    align-items: stretch; /* Forces left and right side to have identical height */
    gap: 50px;
}

/* LEFT SIDE: IMAGE COLUMN */
.why-img-col {
    flex: 1;
}

.why-image-box {
    width: 100%;
    height: 100%; /* Spans full height of the text block */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.why-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills space without distortion */
    display: block;
}

/* RIGHT SIDE: TEXT CONTENT */
.why-text-col {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the list */
}

.why-title {
    font-size: 32px;
    color: var(--sk-navy);
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
}

.why-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--sk-orange);
    margin-top: 10px;
}

/* Premium Checklist Style */
.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.why-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid var(--sk-border);
    border-radius: 10px;
    font-weight: 700;
    color: var(--sk-navy);
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.why-list li:hover {
    border-color: var(--sk-orange);
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* Style for the Checkmark Icon */
.why-list li::before {
    content: '✔';
    width: 28px;
    height: 28px;
    background: var(--sk-navy);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .why-choose-flex {
        flex-direction: column;
    }
    .why-image-box {
        height: 350px;
    }
    .why-list li:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcbeb1a *//* Break footer out of theme container */
.sk-footer-outer {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background-color: #071c36;
    padding: 60px 0;
}

/* Inner layout */
.sk-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* Remove theme wrapper width restrictions */
.site,
.site-content,
.container,
.wrap,
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}
.sk-social {
    margin-top: 20px;
}

.sk-social h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.social-icons a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #ffffff;
    transition: 0.3s ease;
}

.social-icons a:hover {
    color: #f04e23; /* change to your brand color */
}

/* Responsive */
@media (max-width: 992px) {
    .sk-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .sk-footer-container {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62d8be2 *//* FORCE TRUE FULL WIDTH - OVERRIDE THEME CONTAINERS */
.sk-footer-outer {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    background-color: #001533;
    color: #ffffff;
    padding: 80px 0 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;

    /* Important fixes */
    max-width: 100vw !important;
}

/* Remove theme container spacing if applied */
body .sk-footer-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Prevent horizontal scroll issue */
html, body {
    overflow-x: hidden;
}/* End custom CSS */