.elementor-357 .elementor-element.elementor-element-d25d9d7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-357 .elementor-element.elementor-element-d25d9d7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-357 .elementor-element.elementor-element-f2dc47f{--spacer-size:50px;}.elementor-357 .elementor-element.elementor-element-53f0cb2 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-357 .elementor-element.elementor-element-53f0cb2 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-357 .elementor-element.elementor-element-7e147b9{--display:flex;}.elementor-357 .elementor-element.elementor-element-88e23c0{--display:flex;}.elementor-357 .elementor-element.elementor-element-9376165{--spacer-size:50px;}.elementor-357 .elementor-element.elementor-element-14ecd0c{--display:flex;}.elementor-357 .elementor-element.elementor-element-e903658{width:100%;max-width:100%;margin:24px 24px calc(var(--kit-widget-spacing, 0px) + 24px) 24px;}.elementor-357 .elementor-element.elementor-element-e903658.elementor-element{--align-self:stretch;--flex-grow:0;--flex-shrink:1;}/* Start custom CSS for html, class: .elementor-element-8c59ec2 *//* --- SK ENGG ABOUT BANNER --- */
.sk-about-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;
    
    /* Premium Industrial Background with dark blue overlay for text readability */
    background: linear-gradient(rgba(0, 21, 51, 0.75), rgba(0, 21, 51, 0.75)), 
                url('https://images.unsplash.com/photo-1537462715879-360eeb61a0ad?q=80&w=2000&auto=format&fit=crop');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* Centers the text */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.sk-about-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.3);
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .sk-about-banner { height: 250px; }
    .sk-about-banner h1 { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b311510 *//* --- SK ENGG CORPORATE ABOUT THEME --- */
:root {
    --sk-navy: #051c42;
    --sk-orange: #f37021;
    --sk-blue: #0046be;
    --sk-bg-gray: #f8fbff;
}

.sk-corp-about {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
    font-family: inherit; /* Uses your site font */
    color: #333;
}

/* Header Section */
.sk-corp-header {
    text-align: center;
    margin-bottom: 60px;
}

.sk-corp-header h4 {
    color: var(--sk-orange);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sk-corp-header h2 {
    font-size: 32px;
    color: var(--sk-navy);
    font-weight: 800;
    line-height: 1.3;
}

.sk-corp-header .sk-sub {
    font-size: 18px;
    color: var(--sk-blue);
    margin-top: 15px;
    font-weight: 600;
}

/* Balanced Flex Layout */
.sk-corp-flex {
    display: flex;
    gap: 50px;
    align-items: stretch; /* Forces both sides to equal height */
}

/* Left side: Content */
.sk-corp-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Aligns content to top */
}

.sk-corp-left p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}

/* Right side: Icon Grid */
.sk-corp-right {
    flex: 1.3;
}

.sk-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: 100%; /* Spans full height of flex container */
}

.sk-feature-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.sk-feature-item:hover {
    border-color: var(--sk-orange);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.sk-f-icon {
    width: 40px;
    height: 40px;
    background: #f0f4ff;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.sk-f-icon svg {
    fill: var(--sk-blue);
    width: 100%;
    height: 100%;
}

.sk-feature-item h5 {
    font-size: 15px;
    color: var(--sk-navy);
    font-weight: 700;
    margin: 0 0 8px 0;
}

.sk-feature-item p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .sk-corp-flex { flex-direction: column; }
    .sk-feature-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-808f925 *//* --- SK ENGG PREMIUM BALANCED FAQ --- */
:root {
    --sk-navy: #051c42;
    --sk-orange: #f37021;
    --sk-bg-soft: #f8fbff;
    --sk-border: #eef2f6;
}

.sk-faq-wrapper {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Centered Header Section */
.sk-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.sk-faq-header .visit-label {
    color: var(--sk-orange);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 5px;
}

.sk-faq-header h2 {
    font-size: 32px;
    color: var(--sk-navy);
    font-weight: 800;
    margin: 0;
}

/* Balanced Grid: Content Left, Image Right */
.sk-faq-flex {
    display: flex;
    gap: 40px;
    align-items: stretch; /* Forces image to match the height of the FAQ */
}

/* Left Column - FAQ Accordion */
.sk-faq-content {
    flex: 1.2;
    display: flex;
    flex-direction: column;
}

.sk-faq-item {
    border: 1px solid var(--sk-border);
    border-radius: 8px;
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
    transition: 0.3s;
}

.sk-faq-item:hover {
    border-color: var(--sk-orange);
}

.sk-faq-btn {
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: var(--sk-navy);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.sk-faq-icon {
    color: var(--sk-orange);
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.sk-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0, 1, 0, 1);
    color: #555;
    font-size: 14.5px;
    line-height: 1.6;
}

.sk-faq-answer p {
    padding: 0 20px 20px;
    margin: 0;
}

/* Active State */
.sk-faq-item.active {
    box-shadow: 0 10px 20px rgba(5, 28, 66, 0.05);
    border-color: var(--sk-navy);
}

.sk-faq-item.active .sk-faq-answer {
    max-height: 300px;
}

.sk-faq-item.active .sk-faq-icon {
    transform: rotate(45deg);
}

/* Right Column - Image Section */
.sk-faq-img-col {
    flex: 1;
    display: flex;
}

.sk-faq-img-box {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.sk-faq-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image stays aligned with bottom of text */
    display: block;
}

/* Responsive Styling */
@media (max-width: 991px) {
    .sk-faq-flex {
        flex-direction: column-reverse;
    }
    .sk-faq-img-box {
        height: 350px;
    }
    .sk-faq-header h2 {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e903658 *//* 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;
}
.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 */
}

/* 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 */