/* SHIVAAN Elementor Widgets */

/* Header */
.elementor-widget-shivaan_header,
.elementor-widget-shivaan_header > .elementor-widget-container {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.shivaan-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 15px 20px !important;
    box-sizing: border-box;
    background-color: #ffffff;
    font-family: inherit;
    gap: 20px;
    min-height: 0 !important;
    height: auto !important;
}

.shivaan-header-logo,
.shivaan-header-logo a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.shivaan-header-logo img {
    max-height: 50px;
    width: auto;
    display: block;
}

.shivaan-header-nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.shivaan-header-nav li {
    margin: 0;
    padding: 0;
}

.shivaan-header-nav a {
    text-decoration: none;
    color: #001f5c;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.shivaan-header-nav a.shivaan-active-link,
.shivaan-header-nav a:hover {
    color: #e60000;
}

.shivaan-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.shivaan-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
}

.shivaan-header-btn:hover,
.shivaan-header-btn:focus {
    text-decoration: none;
}

.shivaan-btn-icon {
    display: inline-flex;
    line-height: 0;
}

.shivaan-btn-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}

.shivaan-btn-call {
    background-color: #e60000;
    color: #ffffff;
    border-color: #e60000;
    box-shadow: 0 4px 10px rgba(230, 0, 0, 0.3);
}

.shivaan-btn-call:hover {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff;
}

.shivaan-btn-contact {
    background-color: transparent;
    color: #001f5c;
    border-color: #001f5c;
}

.shivaan-btn-contact:hover {
    background-color: #f4f6f9;
    color: #001f5c;
}

/* Hero */
.elementor-widget-shivaan_hero_section,
.elementor-widget-shivaan_hero_section > .elementor-widget-container {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.shivaan-hero-section {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 60px 5% !important;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    gap: 40px;
    overflow: hidden;
}

.shivaan-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}

.shivaan-hero-section.shivaan-hero-reverse {
    flex-direction: row-reverse;
}

.shivaan-hero-content {
    position: relative;
    z-index: 2;
    flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.shivaan-hero-subtitle {
    display: block;
    color: #d32f2f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.shivaan-hero-title {
    color: #0b2058;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.shivaan-hero-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.shivaan-hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.shivaan-hero-btn {
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: inherit;
    border: 2px solid transparent;
}

.shivaan-hero-btn:hover,
.shivaan-hero-btn:focus {
    text-decoration: none;
}

.shivaan-hero-btn-primary {
    background-color: #d32f2f;
    color: #ffffff;
    border-color: #d32f2f;
}

.shivaan-hero-btn-primary:hover {
    background-color: #b71c1c;
    border-color: #b71c1c;
    color: #ffffff;
}

.shivaan-hero-btn-secondary {
    background-color: #ffffff;
    color: #333333;
    border-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.shivaan-hero-btn-secondary:hover {
    background-color: #f4f4f4;
    border-color: #e0e0e0;
    color: #333333;
    box-shadow: 0 6px 8px rgba(0,0,0,0.1);
}

.shivaan-hero-image-wrap {
    position: relative;
    z-index: 2;
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}

.shivaan-hero-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 992px) {
    .shivaan-header.shivaan-hide-menu-tablet .shivaan-header-nav {
        display: none;
    }

    .shivaan-hero-section,
    .shivaan-hero-section.shivaan-hero-reverse {
        flex-direction: column !important;
        padding: 40px 20px !important;
    }

    .shivaan-hero-content,
    .shivaan-hero-image-wrap {
        max-width: 100%;
        flex-basis: 100%;
    }

    .shivaan-hero-content {
        text-align: center;
    }

    .shivaan-hero-buttons {
        justify-content: center;
    }

    .shivaan-hero-image-wrap {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .shivaan-header {
        flex-direction: column !important;
        gap: 15px;
        padding: 15px 20px !important;
    }

    .shivaan-header-actions {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .shivaan-header-btn {
        flex: 1 1 auto;
    }
}

@media (max-width: 576px) {
    .shivaan-hero-title {
        font-size: 28px;
    }

    .shivaan-hero-buttons {
        flex-direction: column !important;
        width: 100%;
    }

    .shivaan-hero-btn {
        width: 100%;
    }
}

/* Features */
.elementor-widget-shivaan_features_section,
.elementor-widget-shivaan_features_section > .elementor-widget-container {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.shivaan-features-section {
    width: 100%;
    padding: 40px 5%;
    box-sizing: border-box;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: inherit;
}

.shivaan-features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 100%;
}

.shivaan-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-width: 0;
}

.shivaan-feature-icon {
    flex-shrink: 0;
    line-height: 0;
}

.shivaan-feature-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block;
    border-radius: 50%;
}

.shivaan-feature-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.shivaan-feature-title {
    color: #001f5c;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.shivaan-feature-title-highlight {
    color: #e60000;
}

.shivaan-feature-desc {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1024px) {
    .shivaan-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 30px;
    }
}

@media (max-width: 600px) {
    .shivaan-features-section {
        padding: 35px 20px;
    }

    .shivaan-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Strength Section */
.elementor-widget-shivaan_strength_section,
.elementor-widget-shivaan_strength_section > .elementor-widget-container {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.shivaan-strength-section {
    width: 100%;
    padding: 60px 5%;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #f7f8f9;
    background-image: url('https://shivaan.semseosmo.com/wp-content/uploads/2026/06/image-14-scaled.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shivaan-strength-header {
    max-width: 800px;
    margin-bottom: 40px;
}

.shivaan-strength-subtitle {
    display: block;
    color: #d32f2f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.shivaan-strength-title {
    color: #0b2058;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.shivaan-strength-title-highlight {
    color: #d32f2f;
}

.shivaan-strength-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

.shivaan-strength-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    width: 100%;
}

.shivaan-strength-card {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shivaan-strength-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.shivaan-strength-card-icon {
    margin-bottom: 20px;
    line-height: 0;
}

.shivaan-strength-card-icon img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block;
}

.shivaan-strength-card-title {
    color: #0b2058;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.shivaan-strength-card-description {
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .shivaan-strength-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .shivaan-strength-title {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .shivaan-strength-section {
        padding: 50px 20px;
    }

    .shivaan-strength-cards-grid {
        grid-template-columns: 1fr;
    }

    .shivaan-strength-title {
        font-size: 28px;
    }
}

/* Industry Section */
.elementor-widget-shivaan_industry_section,
.elementor-widget-shivaan_industry_section > .elementor-widget-container {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.shivaan-industry-section {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    padding: 60px 5%;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #f7f8f9;
    background-image: url('https://shivaan.semseosmo.com/wp-content/uploads/2026/06/image-12-scaled.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.shivaan-industry-header {
    max-width: 850px;
    margin-bottom: 45px;
}

.shivaan-industry-subtitle {
    display: block;
    color: #d32f2f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.shivaan-industry-title {
    color: #0b2058;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.shivaan-industry-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.shivaan-industry-card {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shivaan-industry-card:hover,
.shivaan-industry-card:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.shivaan-industry-card-img {
    width: 65px;
    height: 65px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

.shivaan-industry-card-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.shivaan-industry-card-title {
    color: #0b2058;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 5px 0;
}

.shivaan-industry-card-desc {
    color: #555555;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1100px) {
    .shivaan-industry-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shivaan-industry-title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .shivaan-industry-section {
        padding: 50px 20px;
    }

    .shivaan-industry-cards-grid {
        grid-template-columns: 1fr;
    }

    .shivaan-industry-title {
        font-size: 26px;
    }

    .shivaan-industry-card {
        align-items: flex-start;
    }
}

/* Process Section */
.elementor-widget-shivaan_process_section,
.elementor-widget-shivaan_process_section > .elementor-widget-container {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.shivaan-process-section {
    position: relative;
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    padding: 80px 5%;
    box-sizing: border-box;
    font-family: inherit;
    overflow: hidden;
    background-color: #fbfbfc;
    background-image: none;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.shivaan-process-side-img {
    position: absolute;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
}

.shivaan-process-side-img-top-left {
    top: -20px;
    left: -50px;
    width: 350px;
}

.shivaan-process-side-img-bottom-left {
    bottom: 100px;
    left: -50px;
    width: 300px;
}

.shivaan-process-side-img-right {
    top: 40%;
    right: -50px;
    width: 250px;
}

.shivaan-process-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px auto;
}

.shivaan-process-subtitle {
    display: block;
    color: #555555;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.shivaan-process-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.shivaan-process-title-red {
    color: #b31b1b;
}

.shivaan-process-title-blue {
    color: #0b2058;
}

.shivaan-process-desc {
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.shivaan-process-diagram-wrapper {
    position: relative;
    z-index: 2;
    width: 560px;
    height: 560px;
    margin: 0 auto 80px auto;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.shivaan-process-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 300px;
    max-width: 70%;
}

.shivaan-process-center-text h4 {
    color: #b31b1b;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.shivaan-process-center-text p {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
}

.shivaan-process-step {
    position: absolute;
    transform: translate(-50%, -50%);
}

.shivaan-process-step-1 { top: 0; left: 50%; }
.shivaan-process-step-2 { top: 18%; left: 90%; }
.shivaan-process-step-3 { top: 58%; left: 98%; }
.shivaan-process-step-4 { top: 92%; left: 75%; }
.shivaan-process-step-5 { top: 92%; left: 25%; }
.shivaan-process-step-6 { top: 58%; left: 2%; }
.shivaan-process-step-7 { top: 18%; left: 10%; }

.shivaan-step-node {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.shivaan-step-node img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.shivaan-step-number {
    position: absolute;
    top: -2px;
    right: -8px;
    background-color: #0b2058;
    color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.shivaan-step-content {
    position: absolute;
    width: 240px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    z-index: 2;
    box-sizing: border-box;
}

.shivaan-process-flow-left {
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.shivaan-process-flow-right {
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.shivaan-step-content h5 {
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 5px 0;
    line-height: 1.25;
}

.shivaan-step-content p {
    color: #555555;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.shivaan-process-features-bar {
    position: relative;
    z-index: 2;
    background: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.shivaan-process-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 0 15px;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
    text-decoration: none;
}

.shivaan-process-feature-item:last-child {
    border-right: none;
}

.shivaan-process-feature-item:hover,
.shivaan-process-feature-item:focus {
    text-decoration: none;
}

.shivaan-process-feature-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.shivaan-process-feature-item span {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}



/* Desktop process layout fix: keep Step 01 inside the top of the process circle.
   This prevents the Step 01 card from overlapping the heading/description above
   and also keeps it separated from Step 07 on the left side. */
@media (min-width: 993px) {
    .shivaan-process-diagram-wrapper {
        margin-top: 30px;
        margin-bottom: 110px;
    }

    .shivaan-process-step-1 {
        z-index: 6;
    }

    .shivaan-process-step-7 {
        z-index: 4;
    }

    .shivaan-process-step-1 .shivaan-step-content,
    .shivaan-process-step-1 .shivaan-process-flow-left,
    .shivaan-process-step-1 .shivaan-process-flow-right {
        left: 50%;
        right: auto;
        top: 82px;
        bottom: auto;
        transform: translateX(-50%);
    }
}

@media (max-width: 1150px) {
    .shivaan-process-side-img {
        display: none;
    }

    .shivaan-process-diagram-wrapper {
        transform: scale(0.85);
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .shivaan-process-title {
        font-size: 30px;
    }

    .shivaan-process-diagram-wrapper {
        width: 100% !important;
        height: auto !important;
        border: none;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        transform: none;
        margin-bottom: 50px;
    }

    .shivaan-process-center-text {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .shivaan-process-step {
        position: relative;
        transform: none;
        top: auto !important;
        left: auto !important;
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .shivaan-step-content,
    .shivaan-process-flow-left,
    .shivaan-process-flow-right {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        right: auto;
        width: calc(100% - 80px) !important;
    }

    .shivaan-process-features-bar {
        flex-wrap: wrap;
        gap: 20px;
        padding: 25px 20px;
    }

    .shivaan-process-feature-item {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #eeeeee;
        padding: 0 0 15px 0;
    }

    .shivaan-process-feature-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (max-width: 600px) {
    .shivaan-process-section {
        padding: 45px 20px;
    }

    .shivaan-process-title {
        font-size: 26px;
    }

    .shivaan-process-header {
        margin-bottom: 45px;
    }

    .shivaan-process-step {
        gap: 15px;
        align-items: flex-start;
    }

    .shivaan-step-node {
        width: 54px;
        height: 54px;
    }

    .shivaan-step-content,
    .shivaan-process-flow-left,
    .shivaan-process-flow-right {
        width: calc(100% - 69px) !important;
    }
}

/* SHIVAAN Custom Made Section */
.shivaan-custom-made-section {
    width: 100%;
    padding: 60px 5%;
    box-sizing: border-box;
    background-color: #f8f9fa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: inherit;
}

.shivaan-custom-made-section,
.shivaan-custom-made-section * {
    box-sizing: border-box;
}

.shivaan-custom-made-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.shivaan-custom-made-header {
    flex: 1 1 0;
    max-width: 600px;
}

.shivaan-cm-subtitle {
    display: block;
    color: #d32f2f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.shivaan-cm-title {
    color: #0b2058;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 20px 0;
}

.shivaan-cm-title .shivaan-cm-highlight {
    color: #d32f2f;
}

.shivaan-cm-desc {
    color: #444444;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.shivaan-custom-made-image {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.shivaan-custom-made-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
    display: block;
}

.shivaan-cm-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.shivaan-cm-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.shivaan-cm-card:hover,
.shivaan-cm-card:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
}

.shivaan-cm-card-left {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.shivaan-cm-card-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
    object-fit: contain;
    display: block;
}

.shivaan-cm-card-title {
    color: #0b2058;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.shivaan-cm-card-desc {
    color: #555555;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}

.shivaan-cm-card-img {
    width: 80px;
    height: auto;
    object-fit: contain;
    align-self: center;
    flex-shrink: 0;
    display: block;
}

.shivaan-cm-bottom-bar {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.shivaan-cm-feature {
    flex: 1 1 0;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.shivaan-cm-feature:hover,
.shivaan-cm-feature:focus {
    text-decoration: none;
    color: inherit;
}

.shivaan-cm-feature-title {
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.shivaan-cm-feature-desc {
    color: #555555;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1024px) {
    .shivaan-custom-made-top {
        flex-direction: column;
        text-align: center;
    }

    .shivaan-custom-made-header {
        max-width: 100%;
    }

    .shivaan-custom-made-image {
        justify-content: center;
        width: 100%;
    }

    .shivaan-cm-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shivaan-cm-bottom-bar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .shivaan-custom-made-section {
        padding: 50px 20px;
    }

    .shivaan-cm-title {
        font-size: 30px;
    }

    .shivaan-cm-cards-grid {
        grid-template-columns: 1fr;
    }

    .shivaan-cm-card {
        align-items: center;
    }

    .shivaan-cm-bottom-bar {
        grid-template-columns: 1fr;
    }
}

/* SHIVAAN Quality Section */
.shivaan-quality-section {
    position: relative;
    width: 100%;
    padding: 80px 5%;
    box-sizing: border-box;
    font-family: inherit;
    overflow: hidden;
    background-color: #0b1426;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shivaan-quality-floating {
    position: absolute;
    top: -20px;
    left: -50px;
    width: 300px;
    max-width: none;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.shivaan-quality-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    color: #ffffff;
}

.shivaan-quality-subtitle {
    display: inline-block;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.shivaan-quality-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.shivaan-quality-title .text-red {
    color: #d32f2f;
}

.shivaan-quality-desc {
    color: #b0b8c8;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

.shivaan-quality-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.shivaan-quality-card {
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: visible;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    min-width: 0;
}

.shivaan-quality-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    line-height: 1;
}

.shivaan-quality-card-top {
    padding: 35px 15px 15px 15px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shivaan-quality-card-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.shivaan-quality-card-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.shivaan-quality-card-bottom {
    padding: 20px 15px;
    text-align: center;
    flex-grow: 1;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.shivaan-quality-card-bottom p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
    color: #f0f0f0;
}

.shivaan-quality-card.theme-blue .shivaan-quality-badge {
    background-color: #1a2a47;
}

.shivaan-quality-card.theme-blue .shivaan-quality-card-title {
    color: #1a2a47;
}

.shivaan-quality-card.theme-blue .shivaan-quality-card-bottom {
    background-color: #243558;
}

.shivaan-quality-card.theme-red .shivaan-quality-badge {
    background-color: #c62828;
}

.shivaan-quality-card.theme-red .shivaan-quality-card-title {
    color: #c62828;
}

.shivaan-quality-card.theme-red .shivaan-quality-card-bottom {
    background-color: #b71c1c;
}

.shivaan-quality-banner {
    position: relative;
    z-index: 2;
    background-color: #0d1e46;
    border: 1px dashed #243558;
    border-radius: 8px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.shivaan-quality-banner-left {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    flex: 1 1 0;
}

.shivaan-quality-banner-left strong {
    font-weight: 800;
    font-size: 20px;
}

.shivaan-quality-banner-left .text-red {
    color: #d32f2f;
    font-weight: 800;
}

.shivaan-quality-banner-right {
    color: #a0aabf;
    font-size: 13px;
    line-height: 1.6;
    flex: 1 1 0;
    border-left: 1px solid #1a2a47;
    padding-left: 30px;
}

@media (max-width: 1200px) {
    .shivaan-quality-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 15px;
    }

    .shivaan-quality-floating {
        display: none;
    }
}

@media (max-width: 768px) {
    .shivaan-quality-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shivaan-quality-title {
        font-size: 32px;
    }

    .shivaan-quality-banner {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .shivaan-quality-banner-right {
        border-left: none;
        border-top: 1px solid #1a2a47;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 500px) {
    .shivaan-quality-section {
        padding: 60px 20px;
    }

    .shivaan-quality-grid {
        grid-template-columns: 1fr;
    }
}

/* SHIVAAN CTA Section */
.shivaan-cta-section {
    width: 100%;
    padding: 80px 5%;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #f4f6f8;
}
.shivaan-cta-section * { box-sizing: border-box; }
.shivaan-cta-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.shivaan-cta-card-main {
    display: flex;
    align-items: center;
    padding: 50px 50px 30px 50px;
    gap: 40px;
}
.shivaan-cta-content { flex: 1.2; }
.shivaan-cta-subtitle {
    display: block;
    color: #d32f2f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.shivaan-cta-title {
    color: #0b2058;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.shivaan-cta-desc {
    color: #444444;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 35px 0;
    max-width: 90%;
}
.shivaan-cta-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.shivaan-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    text-decoration: none !important;
    border: 2px solid transparent;
}
.shivaan-cta-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}
.shivaan-cta-btn-primary {
    background-color: #d32f2f;
    color: #ffffff;
    border-color: #d32f2f;
}
.shivaan-cta-btn-primary:hover {
    background-color: #b71c1c;
    border-color: #b71c1c;
    color: #ffffff;
}
.shivaan-cta-btn-secondary {
    background-color: transparent;
    color: #0b2058;
    border-color: #0b2058;
}
.shivaan-cta-btn-secondary:hover {
    background-color: #f4f6f9;
    color: #0b2058;
}
.shivaan-cta-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.shivaan-cta-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    min-width: 100px;
}
.shivaan-cta-feature-icon {
    color: #d32f2f;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    letter-spacing: -2px;
    flex-shrink: 0;
}
.shivaan-cta-feature-text h4 {
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 4px 0;
    line-height: 1.1;
}
.shivaan-cta-feature-text p {
    color: #666666;
    font-size: 10px;
    line-height: 1.4;
    margin: 0;
}
.shivaan-cta-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.shivaan-cta-image-wrapper.has-dots::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    background-image: radial-gradient(circle, #d32f2f 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 0;
    border-radius: 50%;
}
.shivaan-cta-image-wrapper img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    object-fit: contain;
    display: block;
}
.shivaan-cta-footer-bar {
    background-color: #0d1628;
    padding: 20px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.shivaan-cta-footer-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}
.shivaan-cta-footer-text.muted {
    color: #9aa4b8;
    text-transform: none;
    font-weight: 500;
}
.shivaan-cta-footer-divider {
    color: #334466;
    font-size: 14px;
}
@media (max-width: 992px) {
    .shivaan-cta-card-main {
        flex-direction: column;
        padding: 40px;
        text-align: center;
    }
    .shivaan-cta-desc {
        margin: 0 auto 35px auto;
    }
    .shivaan-cta-actions {
        justify-content: center;
    }
    .shivaan-cta-features {
        text-align: left;
    }
    .shivaan-cta-footer-bar {
        flex-direction: column;
        gap: 10px;
    }
    .shivaan-cta-footer-divider {
        display: none;
    }
}
@media (max-width: 600px) {
    .shivaan-cta-section {
        padding: 50px 20px;
    }
    .shivaan-cta-card-main {
        padding: 30px 20px;
    }
    .shivaan-cta-title {
        font-size: 28px;
    }
    .shivaan-cta-actions {
        flex-direction: column;
        width: 100%;
    }
    .shivaan-cta-btn {
        width: 100%;
    }
    .shivaan-cta-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}


/* SHIVAAN About Banner Section */
.shivaan-about-banner,
.shivaan-about-banner * {
    box-sizing: border-box;
}

.shivaan-about-banner {
    position: relative;
    width: 100%;
    padding: 70px 5%;
    background-color: #f7f7f5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: inherit;
}

.shivaan-about-banner__inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.shivaan-about-banner--reverse .shivaan-about-banner__inner {
    flex-direction: row-reverse;
}

.shivaan-about-banner__content {
    position: relative;
    z-index: 2;
    flex: 0 0 45%;
    max-width: 45%;
}

.shivaan-about-banner__label {
    display: block;
    color: #e31c1c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

.shivaan-about-banner__title {
    color: #0b2058;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -1.4px;
    margin: 0 0 22px 0;
}

.shivaan-about-banner__title-main,
.shivaan-about-banner__highlight,
.shivaan-about-banner__title-after {
    display: block;
}

.shivaan-about-banner__highlight {
    color: #e31c1c;
}

.shivaan-about-banner__desc {
    color: #171717;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 42px 0;
    max-width: 540px;
}

.shivaan-about-banner__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.shivaan-about-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 28px;
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.shivaan-about-banner__btn--primary {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #ffffff;
    box-shadow: 0 9px 20px rgba(237, 28, 36, 0.18);
}

.shivaan-about-banner__btn--primary:hover {
    background-color: #c81018;
    border-color: #c81018;
    color: #ffffff;
    transform: translateY(-2px);
}

.shivaan-about-banner__btn--secondary {
    background-color: rgba(255,255,255,0);
    border-color: #0b2058;
    color: #0b2058;
}

.shivaan-about-banner__btn--secondary:hover {
    background-color: #ffffff;
    color: #0b2058;
    transform: translateY(-2px);
}

.shivaan-about-banner__image-wrap {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

.shivaan-about-banner__image {
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .shivaan-about-banner {
        padding: 60px 30px;
    }

    .shivaan-about-banner__inner,
    .shivaan-about-banner--reverse .shivaan-about-banner__inner {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .shivaan-about-banner__content {
        flex-basis: 100%;
        max-width: 100%;
    }

    .shivaan-about-banner__desc {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .shivaan-about-banner__buttons,
    .shivaan-about-banner__image-wrap {
        justify-content: center;
    }

    .shivaan-about-banner__title {
        font-size: 42px;
    }
}

@media (max-width: 600px) {
    .shivaan-about-banner {
        padding: 50px 20px;
    }

    .shivaan-about-banner__title {
        font-size: 32px;
        letter-spacing: -0.6px;
    }

    .shivaan-about-banner__desc {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .shivaan-about-banner__buttons {
        width: 100%;
        flex-direction: column;
        gap: 14px;
    }

    .shivaan-about-banner__btn {
        width: 100%;
    }
}

/* SHIVAAN Who We Are Section */
.shivaan-who {
    width: 100%;
    padding: 72px 5%;
    box-sizing: border-box;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: inherit;
}

.shivaan-who__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 58px;
}

.shivaan-who--reverse .shivaan-who__inner {
    flex-direction: row-reverse;
}

.shivaan-who__image-wrap {
    flex: 0 0 46%;
    max-width: 46%;
    min-width: 0;
}

.shivaan-who__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(8, 24, 55, 0.10);
}

.shivaan-who__content {
    flex: 1 1 54%;
    max-width: 54%;
    min-width: 0;
}

.shivaan-who__label {
    display: block;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 26px 0;
}

.shivaan-who__title {
    color: #0b2058;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.9px;
    margin: 0 0 30px 0;
}

.shivaan-who__text {
    color: #111111;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}

.shivaan-who__text + .shivaan-who__text {
    margin-top: 26px;
}

@media (max-width: 1024px) {
    .shivaan-who {
        padding: 60px 30px;
    }

    .shivaan-who__inner,
    .shivaan-who--reverse .shivaan-who__inner {
        flex-direction: column;
        gap: 34px;
    }

    .shivaan-who__image-wrap,
    .shivaan-who__content {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .shivaan-who__content {
        text-align: center;
    }

    .shivaan-who__image {
        max-width: 680px;
        margin: 0 auto;
    }

    .shivaan-who__title {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .shivaan-who {
        padding: 50px 20px;
    }

    .shivaan-who__title {
        font-size: 28px;
        letter-spacing: -0.4px;
    }

    .shivaan-who__label {
        margin-bottom: 16px;
    }

    .shivaan-who__text {
        font-size: 15px;
    }
}

/* SHIVAAN Product Range Section */
.shivaan-product-range {
    width: 100%;
    padding: 60px 5% 60px 5%;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #f7f8fa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.shivaan-product-range * {
    box-sizing: border-box;
}
.shivaan-product-range__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.shivaan-product-range__header {
    max-width: 680px;
    margin-bottom: 36px;
}
.shivaan-product-range__label {
    display: block;
    color: #e60000;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.shivaan-product-range__title {
    color: #0b2058;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0;
}
.shivaan-product-range__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}
.shivaan-product-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(8, 25, 60, 0.07);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.shivaan-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(8, 25, 60, 0.12);
}
.shivaan-product-card__image-wrap {
    position: relative;
    height: 225px;
    padding: 28px 18px 6px 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #ffffff;
}
.shivaan-product-card__image {
    display: block;
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
}
.shivaan-product-card__icon {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #f6f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(8, 25, 60, 0.05);
    overflow: hidden;
    z-index: 2;
}
.shivaan-product-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.shivaan-product-card__content {
    padding: 12px 20px 26px 20px;
    flex: 1;
}
.shivaan-product-card__title {
    color: #0b2058;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 12px 0;
}
.shivaan-product-card__line {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #e60000;
    margin-bottom: 14px;
}
.shivaan-product-card__desc {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.58;
    margin: 0;
}
@media (max-width: 1024px) {
    .shivaan-product-range {
        padding: 55px 24px;
    }
    .shivaan-product-range__title {
        font-size: 34px;
    }
    .shivaan-product-range__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .shivaan-product-range {
        padding: 45px 20px;
    }
    .shivaan-product-range__title {
        font-size: 28px;
    }
    .shivaan-product-range__grid {
        grid-template-columns: 1fr;
    }
    .shivaan-product-card__image-wrap {
        height: 210px;
    }
    .shivaan-product-card__title {
        font-size: 20px;
    }
}

/* SHIVAAN Why Choose Us Section */
.shivaan-why-choose {
    width: 100%;
    padding: 60px 5% 60px 5%;
    box-sizing: border-box;
    font-family: inherit;
    background-color: #f7f8fa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.shivaan-why-choose * {
    box-sizing: border-box;
}
.shivaan-why-choose__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.shivaan-why-choose__header {
    max-width: 680px;
    margin-bottom: 34px;
}
.shivaan-why-choose__label {
    display: block;
    color: #e60000;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 18px;
    line-height: 1.2;
}
.shivaan-why-choose__title {
    color: #0b2058;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0;
    letter-spacing: -0.8px;
}
.shivaan-why-choose__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}
.shivaan-why-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(8, 25, 60, 0.07);
    min-height: 100%;
    padding: 28px 22px 32px 22px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.shivaan-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(8, 25, 60, 0.12);
}
.shivaan-why-card__icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #f4f5f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
    flex: 0 0 auto;
}
.shivaan-why-card__icon img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
}
.shivaan-why-card__title {
    color: #0b2058;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 800;
    margin: 0 0 14px 0;
}
.shivaan-why-card__line {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #e60000;
    margin-bottom: 18px;
}
.shivaan-why-card__desc {
    color: #111111;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 1024px) {
    .shivaan-why-choose {
        padding: 55px 24px;
    }
    .shivaan-why-choose__title {
        font-size: 34px;
    }
    .shivaan-why-choose__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .shivaan-why-choose {
        padding: 45px 20px;
    }
    .shivaan-why-choose__title {
        font-size: 28px;
        letter-spacing: -0.4px;
    }
    .shivaan-why-choose__grid {
        grid-template-columns: 1fr;
    }
    .shivaan-why-card {
        padding: 24px 20px 28px 20px;
    }
    .shivaan-why-card__title {
        font-size: 20px;
    }
    .shivaan-why-card__desc {
        font-size: 15px;
    }
}

/* SHIVAAN Industry Showcase Section */
.shivaan-industry-showcase {
    position: relative;
    width: 100%;
    padding: 70px 5% 60px;
    box-sizing: border-box;
    background-color: #f7f8fa;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: inherit;
}
.shivaan-industry-showcase *,
.shivaan-industry-showcase *::before,
.shivaan-industry-showcase *::after {
    box-sizing: border-box;
}
.shivaan-industry-showcase__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.shivaan-industry-showcase__layout {
    display: grid;
    grid-template-columns: minmax(0, 710px) minmax(320px, 1fr);
    align-items: center;
    gap: 35px;
}
.shivaan-industry-showcase__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}
.shivaan-industry-showcase__label {
    display: block;
    color: #e60000;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 14px;
}
.shivaan-industry-showcase__title {
    color: #0b2058;
    font-size: 31px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
}
.shivaan-industry-showcase__line {
    display: block;
    width: 34px;
    height: 3px;
    background-color: #e60000;
    margin: 16px 0 16px;
}
.shivaan-industry-showcase__desc {
    color: #111111;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 0 28px;
    max-width: 630px;
}
.shivaan-industry-showcase__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 680px;
}
.shivaan-industry-card {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 190px;
    background-color: #ffffff;
    border-radius: 7px;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(11, 32, 88, 0.08);
    border: 1px solid rgba(11, 32, 88, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.shivaan-industry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(11, 32, 88, 0.12);
}
.shivaan-industry-card__img {
    display: block;
    width: 100%;
    height: 112px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}
.shivaan-industry-card__icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: -25px 0 10px 14px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 8px 18px rgba(11, 32, 88, 0.12);
    border: 1px solid rgba(230, 0, 0, 0.10);
}
.shivaan-industry-card__icon img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.shivaan-industry-card__title {
    display: block;
    color: #0b2058;
    font-size: 16px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0 14px 16px;
}
.shivaan-industry-showcase__button-wrap {
    margin-top: 20px;
}
.shivaan-industry-showcase__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-width: 205px;
    padding: 14px 22px;
    border-radius: 7px;
    background-color: #e60000;
    border: 1px solid #e60000;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(230, 0, 0, 0.20);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.shivaan-industry-showcase__button:hover {
    color: #ffffff;
    filter: brightness(0.94);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(230, 0, 0, 0.24);
}
.shivaan-industry-showcase__button-arrow {
    font-size: 28px;
    line-height: 0.7;
    font-weight: 400;
}
.shivaan-industry-showcase__visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
    align-self: stretch;
}
.shivaan-industry-showcase__visual::before {
    content: '';
    position: absolute;
    top: 1%;
    right: -3%;
    width: 115%;
    height: 115%;
    border-radius: 50%;
    border: 44px solid rgba(11, 32, 88, 0.04);
    z-index: -1;
}
.shivaan-industry-showcase__visual-img {
    display: block;
    width: 620px;
    max-width: none;
    height: auto;
    object-fit: contain;
    transform: translateX(40px);
}

@media (max-width: 1200px) {
    .shivaan-industry-showcase__layout {
        grid-template-columns: minmax(0, 1fr);
    }
    .shivaan-industry-showcase__cards,
    .shivaan-industry-showcase__desc {
        max-width: none;
    }
    .shivaan-industry-showcase__visual {
        justify-content: center;
        align-self: auto;
    }
    .shivaan-industry-showcase__visual-img {
        width: min(680px, 100%);
        max-width: 100%;
        transform: none !important;
    }
}
@media (max-width: 767px) {
    .shivaan-industry-showcase {
        padding: 50px 20px;
    }
    .shivaan-industry-showcase__title {
        font-size: 28px;
    }
    .shivaan-industry-showcase__desc {
        font-size: 15px;
    }
    .shivaan-industry-showcase__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .shivaan-industry-card {
        min-height: 175px;
    }
    .shivaan-industry-card__img {
        height: 100px;
    }
    .shivaan-industry-showcase__button {
        width: 100%;
    }
}
@media (max-width: 520px) {
    .shivaan-industry-showcase__cards {
        grid-template-columns: 1fr;
    }
    .shivaan-industry-card__img {
        height: 145px;
    }
    .shivaan-industry-card__title {
        font-size: 18px;
    }
}

/* SHIVAAN Partner CTA Section */
.shivaan-partner-cta {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: inherit;
}
.shivaan-partner-cta *,
.shivaan-partner-cta *::before,
.shivaan-partner-cta *::after {
    box-sizing: border-box;
}
.shivaan-partner-cta__inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.shivaan-partner-cta__card {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f8fafc;
    border: 1px solid rgba(11, 32, 88, 0.14);
    border-radius: 12px;
    padding: 38px 48px 34px;
    box-shadow: 0 18px 45px rgba(11, 32, 88, 0.08);
}
.shivaan-partner-cta__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
}
.shivaan-partner-cta__content {
    position: relative;
    z-index: 3;
    min-width: 0;
}
.shivaan-partner-cta__label {
    display: block;
    color: #e60000;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.shivaan-partner-cta__title {
    color: #0b2058;
    font-size: 39px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.035em;
    margin: 0;
}
.shivaan-partner-cta__line {
    display: block;
    width: 36px;
    height: 3px;
    background-color: #e60000;
    margin: 18px 0 16px;
}
.shivaan-partner-cta__desc {
    color: #111111;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 0 26px;
    max-width: 460px;
}
.shivaan-partner-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.shivaan-partner-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 7px;
    border: 2px solid transparent;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background-color 0.25s ease;
}
.shivaan-partner-cta__btn svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex: 0 0 auto;
}
.shivaan-partner-cta__btn--primary {
    background-color: #e60000;
    border-color: #e60000;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(230, 0, 0, 0.22);
}
.shivaan-partner-cta__btn--primary:hover {
    color: #ffffff;
    filter: brightness(0.95);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(230, 0, 0, 0.26);
}
.shivaan-partner-cta__btn--secondary {
    background-color: #ffffff;
    border-color: #0b2058;
    color: #0b2058;
    box-shadow: 0 8px 18px rgba(11, 32, 88, 0.05);
}
.shivaan-partner-cta__btn--secondary:hover {
    color: #0b2058;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(11, 32, 88, 0.10);
}
.shivaan-partner-cta__visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
    min-height: 245px;
}
.shivaan-partner-cta__visual.has-curve::before {
    content: '';
    position: absolute;
    left: -8%;
    top: -9%;
    width: 72%;
    height: 145%;
    border-top: 2px dashed #e60000;
    border-left: 2px dashed transparent;
    border-right: 2px dashed transparent;
    border-bottom: 2px dashed transparent;
    border-radius: 50%;
    opacity: 0.35;
    transform: rotate(-34deg);
    z-index: 0;
    pointer-events: none;
}
.shivaan-partner-cta__image {
    position: relative;
    z-index: 2;
    display: block;
    width: 640px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-right: -12px;
    margin-bottom: -12px;
}
@media (max-width: 1100px) {
    .shivaan-partner-cta__card {
        padding: 36px 32px;
    }
    .shivaan-partner-cta__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }
    .shivaan-partner-cta__content {
        text-align: center;
    }
    .shivaan-partner-cta__line {
        margin-left: auto;
        margin-right: auto;
    }
    .shivaan-partner-cta__desc {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }
    .shivaan-partner-cta__actions {
        justify-content: center;
    }
    .shivaan-partner-cta__visual {
        justify-content: center;
    }
    .shivaan-partner-cta__image {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .shivaan-partner-cta {
        padding: 0 15px;
    }
    .shivaan-partner-cta__card {
        padding: 30px 20px 24px;
        border-radius: 10px;
    }
    .shivaan-partner-cta__title {
        font-size: 30px;
    }
    .shivaan-partner-cta__desc {
        font-size: 15px;
    }
    .shivaan-partner-cta__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .shivaan-partner-cta__btn {
        width: 100%;
    }
    .shivaan-partner-cta__visual.has-curve::before {
        display: none;
    }
    .shivaan-partner-cta__visual {
        min-height: auto;
    }
}

/* SHIVAAN Products Hero Section */
.shivaan-products-hero,
.shivaan-products-hero * {
    box-sizing: border-box;
}
.shivaan-products-hero {
    width: 100%;
    padding: 58px 5% 56px;
    font-family: inherit;
    background-color: #f7f7f5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.shivaan-products-hero__inner {
    width: 100%;
    max-width: 1300px;
    min-height: 430px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.shivaan-products-hero--reverse .shivaan-products-hero__inner {
    flex-direction: row-reverse;
}
.shivaan-products-hero__content {
    flex: 0 1 48%;
    max-width: 48%;
    position: relative;
    z-index: 2;
}
.shivaan-products-hero__label {
    display: block;
    color: #e31c1c;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.shivaan-products-hero__title {
    color: #0b2058;
    font-size: clamp(40px, 4.2vw, 62px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.035em;
    margin: 0 0 24px;
}
.shivaan-products-hero__desc {
    color: #252525;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.55;
    max-width: 600px;
    margin: 0 0 38px;
}
.shivaan-products-hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.shivaan-products-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 16px 28px;
    border-radius: 6px;
    border: 2px solid transparent;
    font-family: inherit;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none !important;
    transition: all 0.25s ease;
}
.shivaan-products-hero__btn svg {
    width: 21px;
    height: 21px;
    display: block;
    flex: 0 0 auto;
    fill: currentColor;
}
.shivaan-products-hero__btn--primary {
    color: #ffffff;
    background: #e91c1c;
    border-color: #e91c1c;
    box-shadow: 0 10px 22px rgba(233, 28, 28, 0.24);
}
.shivaan-products-hero__btn--primary:hover,
.shivaan-products-hero__btn--primary:focus {
    color: #ffffff;
    background: #c51616;
    border-color: #c51616;
    transform: translateY(-2px);
}
.shivaan-products-hero__btn--secondary {
    color: #0b2058;
    background: #ffffff;
    border-color: #0b2058;
}
.shivaan-products-hero__btn--secondary:hover,
.shivaan-products-hero__btn--secondary:focus {
    color: #0b2058;
    background: #f4f6f9;
    transform: translateY(-2px);
}
.shivaan-products-hero__visual {
    flex: 1 1 52%;
    max-width: 52%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.shivaan-products-hero__image {
    display: block;
    width: 640px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-right: -8px;
}
@media (max-width: 1100px) {
    .shivaan-products-hero {
        padding: 50px 30px;
    }
    .shivaan-products-hero__inner,
    .shivaan-products-hero--reverse .shivaan-products-hero__inner {
        flex-direction: column;
        min-height: auto;
        gap: 34px;
        text-align: center;
    }
    .shivaan-products-hero__content,
    .shivaan-products-hero__visual {
        flex-basis: auto;
        max-width: 100%;
    }
    .shivaan-products-hero__desc {
        margin-left: auto;
        margin-right: auto;
    }
    .shivaan-products-hero__buttons {
        justify-content: center;
    }
    .shivaan-products-hero__visual {
        justify-content: center;
    }
    .shivaan-products-hero__image {
        width: min(680px, 100%);
        margin: 0;
    }
}
@media (max-width: 767px) {
    .shivaan-products-hero {
        padding: 42px 20px;
    }
    .shivaan-products-hero__label {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .shivaan-products-hero__title {
        font-size: 34px;
        line-height: 1.16;
        margin-bottom: 18px;
    }
    .shivaan-products-hero__desc {
        font-size: 16px;
        margin-bottom: 28px;
    }
    .shivaan-products-hero__buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .shivaan-products-hero__btn {
        width: 100%;
        min-height: 52px;
        padding: 14px 18px;
        font-size: 15px;
    }
}

/* SHIVAAN Product Post Grid Section */
.shivaan-product-post-grid {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    padding: 70px 5% !important;
    min-height: 0 !important;
    height: auto !important;
}

.elementor-widget-shivaan_product_post_grid_section,
.elementor-widget-shivaan_product_grid_section,
.elementor-widget-shivaan_product_post_grid_section > .elementor-widget-container,
.elementor-widget-shivaan_product_grid_section > .elementor-widget-container {
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
}

.shivaan-product-post-grid * {
    box-sizing: border-box;
}

.shivaan-product-post-grid__inner {
    width: 100%;
    margin: 0 auto;
}

.shivaan-product-post-grid__header {
    max-width: 900px;
}

.shivaan-product-post-grid__label {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.shivaan-product-post-grid__heading {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.shivaan-product-post-grid__grid {
    display: grid;
    width: 100%;
}

.shivaan-product-post-grid__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.shivaan-product-post-grid__card:hover {
    transform: translateY(-4px);
    text-decoration: none;
}

.shivaan-product-post-grid__image-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.shivaan-product-post-grid__image {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center center;
}

.shivaan-product-post-grid__card-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.shivaan-product-post-grid__line {
    display: block;
    width: 32px;
    height: 3px;
    margin: 0 0 14px 0;
    border-radius: 999px;
}

.shivaan-product-post-grid__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.shivaan-product-post-grid__empty {
    padding: 18px 20px;
    border: 1px dashed #ccd3df;
    border-radius: 8px;
    color: #0b2058;
    background: #fff;
}

@media (max-width: 768px) {
    .shivaan-product-post-grid__heading {
        font-size: 28px;
    }
}

/* SHIVAAN Applications Section */
.shivaan-applications-section {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 5% 55px;
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: inherit;
    overflow: hidden;
}
.shivaan-applications-section *,
.shivaan-applications-section *::before,
.shivaan-applications-section *::after {
    box-sizing: border-box;
}
.shivaan-applications__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.shivaan-applications__header {
    margin-bottom: 24px;
}
.shivaan-applications__label {
    display: block;
    color: #ed1c24;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.shivaan-applications__heading {
    margin: 0;
    color: #0b2058;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.4px;
}
.shivaan-applications__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
}
.shivaan-applications-card {
    display: block;
    overflow: hidden;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid rgba(11, 32, 88, .08);
    border-radius: 10px;
    box-shadow: 0 7px 20px rgba(9, 22, 51, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.shivaan-applications-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(9, 22, 51, .13);
    border-color: rgba(237, 28, 36, .18);
}
.shivaan-applications-card__image {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: center center;
}
.shivaan-applications-card__title {
    padding: 12px 12px 14px;
    color: #0b2058;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 800;
    text-align: center;
}
@media (max-width: 1024px) {
    .shivaan-applications__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .shivaan-applications__heading {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .shivaan-applications-section {
        padding: 42px 20px 45px;
    }
    .shivaan-applications__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .shivaan-applications__heading {
        font-size: 25px;
    }
    .shivaan-applications-card__image {
        height: 190px;
    }
}

/* SHIVAAN Quality Detail Section */
.shivaan-quality-detail-section {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    overflow: hidden;
}
.shivaan-quality-detail__card {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 18px 50px rgba(4, 16, 37, 0.22);
}
.shivaan-quality-detail__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 4px 4px, rgba(255,255,255,0.11) 1.2px, transparent 1.3px) 0 0 / 14px 14px,
        radial-gradient(circle at 80% 8%, rgba(255,255,255,0.08), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
    opacity: .65;
    pointer-events: none;
}
.shivaan-quality-detail__curve {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    border-radius: 50%;
}
.shivaan-quality-detail__curve--top {
    width: 760px;
    height: 180px;
    right: 30px;
    top: 10px;
    border-top: 2px dashed rgba(255,255,255,0.17);
    transform: rotate(1deg);
}
.shivaan-quality-detail__curve--bottom {
    width: 560px;
    height: 140px;
    right: -50px;
    bottom: 220px;
    border-top: 2px dashed rgba(239,31,37,0.75);
    transform: rotate(-7deg);
}
.shivaan-quality-detail__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.shivaan-quality-detail__content {
    width: 48%;
    max-width: 600px;
    flex: 0 0 48%;
    padding-top: 20px;
}
.shivaan-quality-detail__label {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.shivaan-quality-detail__heading {
    margin: 0 0 22px;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
}
.shivaan-quality-detail__description {
    margin: 0 0 38px;
    font-size: 17px;
    line-height: 1.55;
    max-width: 560px;
}
.shivaan-quality-detail__button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 25px;
    text-decoration: none !important;
    border: 2px solid rgba(255,255,255,0.75);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}
.shivaan-quality-detail__button:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.09);
    border-color: rgba(255,255,255,0.95);
}
.shivaan-quality-detail__button-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
}
.shivaan-quality-detail__button-icon svg {
    width: 100%;
    height: 100%;
}
.shivaan-quality-detail__image-wrap {
    position: relative;
    z-index: 2;
    width: 52%;
    flex: 0 0 52%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -25px;
}
.shivaan-quality-detail__image {
    display: block;
    max-width: 100%;
    width: 610px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(0,0,0,0.24));
}
.shivaan-quality-detail__grid {
    position: relative;
    z-index: 3;
    display: grid;
    align-items: stretch;
}
.shivaan-quality-detail__item {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.65);
    transition: transform .25s ease, box-shadow .25s ease;
}
.shivaan-quality-detail__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(0,0,0,.14);
}
.shivaan-quality-detail__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f6fa;
    margin-bottom: 25px;
}
.shivaan-quality-detail__icon img {
    display: block;
    object-fit: contain;
}
.shivaan-quality-detail__item-line {
    display: block;
    width: 44px;
    height: 2px;
    margin: 0 auto 22px;
}
.shivaan-quality-detail__item-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}
@media (max-width: 1100px) {
    .shivaan-quality-detail__top {
        align-items: center;
    }
    .shivaan-quality-detail__heading {
        font-size: 38px;
    }
    .shivaan-quality-detail__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .shivaan-quality-detail__image-wrap {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .shivaan-quality-detail__card {
        width: calc(100% - 24px);
    }
    .shivaan-quality-detail__top {
        flex-direction: column;
        text-align: left;
    }
    .shivaan-quality-detail__content,
    .shivaan-quality-detail__image-wrap {
        width: 100%;
        flex-basis: 100%;
    }
    .shivaan-quality-detail__image-wrap {
        justify-content: center;
        margin-top: 20px;
    }
    .shivaan-quality-detail__heading {
        font-size: 31px;
    }
    .shivaan-quality-detail__description {
        font-size: 15px;
    }
    .shivaan-quality-detail__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .shivaan-quality-detail__item {
        min-height: 190px;
    }
    .shivaan-quality-detail__curve--top,
    .shivaan-quality-detail__curve--bottom {
        display: none;
    }
}
@media (max-width: 480px) {
    .shivaan-quality-detail__grid {
        grid-template-columns: 1fr !important;
    }
    .shivaan-quality-detail__button {
        width: 100%;
        justify-content: center;
    }
}

/* SHIVAAN Specific Product CTA Section */
.shivaan-specific-product-cta,
.shivaan-specific-product-cta * {
    box-sizing: border-box;
}
.shivaan-specific-product-cta {
    width: 100%;
    padding: 30px 20px;
    font-family: inherit;
    background: #ffffff;
}
.shivaan-specific-product-cta__card {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 60px 55px;
    background: #ffffff;
    border: 1px solid #e0e4ec;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(8, 18, 42, 0.08);
    overflow: hidden;
}
.shivaan-specific-product-cta__main {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.shivaan-specific-product-cta__content {
    position: relative;
    z-index: 4;
    flex: 0 0 43%;
    min-width: 0;
}
.shivaan-specific-product-cta__heading {
    margin: 0 0 22px;
    color: #0b2058;
    font-size: 54px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.shivaan-specific-product-cta__description {
    max-width: 480px;
    margin: 0 0 34px;
    color: #222222;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 500;
}
.shivaan-specific-product-cta__actions {
    margin-bottom: 78px;
}
.shivaan-specific-product-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 17px 28px;
    background: #e60000;
    border: 2px solid #e60000;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(230, 0, 0, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.shivaan-specific-product-cta__button:hover {
    color: #ffffff;
    background: #c90000;
    border-color: #c90000;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(230, 0, 0, 0.28);
}
.shivaan-specific-product-cta__button-icon,
.shivaan-specific-product-cta__button-icon svg,
.shivaan-specific-product-cta__button-icon i {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    font-size: 24px;
    line-height: 1;
}
.shivaan-specific-product-cta__features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 16px;
}
.shivaan-specific-product-cta__feature {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    min-height: 44px;
    color: #111111;
    text-decoration: none;
}
.shivaan-specific-product-cta__feature:first-child {
    padding-left: 0;
}
.shivaan-specific-product-cta__feature:not(:last-child) {
    border-right: 1px solid #c9c9c9;
}
.shivaan-specific-product-cta__feature-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e60000;
    font-size: 26px;
    line-height: 1;
}
.shivaan-specific-product-cta__feature-icon svg,
.shivaan-specific-product-cta__feature-icon i {
    width: 28px;
    height: 28px;
    fill: currentColor;
    font-size: 26px;
}
.shivaan-specific-product-cta__feature-text {
    display: inline-block;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.18;
}
.shivaan-specific-product-cta__image {
    position: relative;
    z-index: 3;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
}
.shivaan-specific-product-cta__image img {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
}
.shivaan-specific-product-cta__curve {
    position: absolute;
    z-index: 1;
    right: -7%;
    top: 45px;
    width: 55%;
    height: 94%;
    border: 2px dashed #e60000;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 55% 50% 45% 52%;
    transform: rotate(-18deg);
    opacity: 0.45;
    pointer-events: none;
}
.shivaan-specific-product-cta__dots {
    position: absolute;
    left: -5px;
    bottom: 20px;
    width: 160px;
    height: 90px;
    background-image: radial-gradient(circle, rgba(7,26,45,.14) 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: .55;
    z-index: 0;
    pointer-events: none;
}
.shivaan-specific-product-cta__card::before {
    content: '';
    position: absolute;
    z-index: 0;
    right: 12%;
    top: 18%;
    width: 44%;
    height: 70%;
    background: rgba(7, 26, 45, 0.035);
    border-radius: 50%;
    pointer-events: none;
}
@media (max-width: 1100px) {
    .shivaan-specific-product-cta__heading {
        font-size: 42px;
    }
    .shivaan-specific-product-cta__description {
        font-size: 17px;
    }
    .shivaan-specific-product-cta__card {
        padding: 44px 34px;
    }
    .shivaan-specific-product-cta__actions {
        margin-bottom: 44px;
    }
    .shivaan-specific-product-cta__feature {
        padding: 0 18px;
    }
}
@media (max-width: 900px) {
    .shivaan-specific-product-cta__main {
        flex-direction: column;
        text-align: center;
    }
    .shivaan-specific-product-cta__content {
        flex-basis: auto;
        width: 100%;
    }
    .shivaan-specific-product-cta__description {
        margin-left: auto;
        margin-right: auto;
    }
    .shivaan-specific-product-cta__features {
        justify-content: center;
    }
    .shivaan-specific-product-cta__image {
        justify-content: center;
    }
    .shivaan-specific-product-cta__curve {
        right: -25%;
        width: 85%;
        top: 36%;
    }
}
@media (max-width: 640px) {
    .shivaan-specific-product-cta {
        padding: 20px 14px;
    }
    .shivaan-specific-product-cta__card {
        padding: 34px 20px 30px;
        border-radius: 12px;
    }
    .shivaan-specific-product-cta__heading {
        font-size: 34px;
    }
    .shivaan-specific-product-cta__description {
        font-size: 16px;
    }
    .shivaan-specific-product-cta__button {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 16px;
    }
    .shivaan-specific-product-cta__features {
        display: grid;
        grid-template-columns: 1fr;
        text-align: left;
    }
    .shivaan-specific-product-cta__feature,
    .shivaan-specific-product-cta__feature:first-child {
        padding: 0;
        border-right: 0 !important;
        justify-content: flex-start;
    }
    .shivaan-specific-product-cta__curve {
        display: none;
    }
}

/* SHIVAAN Contact Info Section */
.shivaan-contact-info,
.shivaan-contact-info * {
    box-sizing: border-box;
}
.shivaan-contact-info {
    width: 100%;
    padding: 70px 5%;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: inherit;
}
.shivaan-contact-info__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.shivaan-contact-info__header {
    margin-bottom: 30px;
}
.shivaan-contact-info__title {
    color: #09245f;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
}
.shivaan-contact-info__line {
    display: block;
    width: 45px;
    height: 3px;
    background: #ed1c24;
    margin-top: 12px;
}
.shivaan-contact-info__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.shivaan-contact-info__card {
    background: #ffffff;
    border: 1px solid #e4e8f0;
    border-radius: 10px;
    padding: 28px 26px 24px;
    min-height: 270px;
    box-shadow: 0 8px 22px rgba(9, 36, 95, 0.08);
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}
.shivaan-contact-info__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(9, 36, 95, 0.12);
}
.shivaan-contact-info__icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.shivaan-contact-info__icon {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}
.shivaan-contact-info__card-title {
    color: #09245f;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 22px;
}
.shivaan-contact-info__desc {
    color: #111827;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 28px;
}
.shivaan-contact-info__highlight {
    margin-top: auto;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 800;
}
.shivaan-contact-info__highlight p {
    margin: 0;
}
.shivaan-contact-info__highlight span,
.shivaan-contact-info__highlight strong {
    font-weight: 800;
}
@media (max-width: 1024px) {
    .shivaan-contact-info__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .shivaan-contact-info {
        padding: 50px 20px;
    }
    .shivaan-contact-info__title {
        font-size: 30px;
    }
    .shivaan-contact-info__grid {
        grid-template-columns: 1fr;
    }
}


/* === SHIVAAN Contact Hero Section - repaired layout and SVG icon safety === */
.shivaan-contact-hero,
.shivaan-contact-hero * {
    box-sizing: border-box;
}
.shivaan-contact-hero {
    width: 100%;
    padding: 72px 5%;
    background-color: #eef6ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: inherit;
    overflow: hidden;
}
.shivaan-contact-hero__inner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}
.shivaan-contact-hero--reverse .shivaan-contact-hero__inner {
    flex-direction: row-reverse;
}
.shivaan-contact-hero__content {
    flex: 0 1 46%;
    min-width: 0;
    position: relative;
    z-index: 2;
}
.shivaan-contact-hero__label {
    display: inline-block;
    color: #e60000;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin: 0 0 18px;
    position: relative;
}
.shivaan-contact-hero__label:after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 8px;
    background-color: currentColor;
}
.shivaan-contact-hero__title {
    color: #0b2058;
    font-size: clamp(36px, 3.6vw, 58px);
    font-weight: 800;
    line-height: 1.16;
    margin: 0 0 28px;
    letter-spacing: -1.2px;
}
.shivaan-contact-hero__description {
    color: #111827;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;
    margin: 0 0 34px;
    max-width: 650px;
}
.shivaan-contact-hero__buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.shivaan-contact-hero__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 16px 24px;
    border-radius: 6px;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: all .25s ease;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
.shivaan-contact-hero__button--primary {
    color: #ffffff;
    background: #e60000;
    border-color: #e60000;
    box-shadow: 0 12px 24px rgba(230, 0, 0, .18);
}
.shivaan-contact-hero__button--primary:hover {
    color: #ffffff;
    background: #c90000;
    border-color: #c90000;
    transform: translateY(-1px);
}
.shivaan-contact-hero__button--secondary {
    color: #0b2058;
    background: #ffffff;
    border-color: #0b2058;
}
.shivaan-contact-hero__button--secondary:hover {
    color: #0b2058;
    background: #f4f8ff;
    transform: translateY(-1px);
}
.shivaan-contact-hero__button-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px !important;
    overflow: hidden;
    line-height: 0;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
}
.shivaan-contact-hero__button-icon svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    display: block !important;
    fill: currentColor !important;
    stroke: none !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}
.shivaan-contact-hero__button-icon svg path {
    fill: currentColor !important;
}
.shivaan-contact-hero__visual {
    flex: 1 1 54%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.shivaan-contact-hero--reverse .shivaan-contact-hero__visual {
    justify-content: flex-start;
}
.shivaan-contact-hero__image {
    width: 760px;
    max-width: 100%;
    height: auto !important;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* extra safety: never allow inline SVG icons inside SHIVAAN buttons to expand fullscreen */
.shivaan-contact-hero a svg,
.shivaan-cta-btn svg,
.shivaan-partner-cta__btn svg,
.shivaan-products-hero__btn svg,
.shivaan-specific-product-cta__button svg,
.shivaan-quality-detail__button svg,
.shivaan-rf-submit svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    fill: currentColor !important;
}

@media (max-width: 1100px) {
    .shivaan-contact-hero__inner {
        gap: 30px;
    }
    .shivaan-contact-hero__title {
        font-size: clamp(34px, 4.2vw, 48px);
    }
    .shivaan-contact-hero__description {
        font-size: 16px;
    }
}
@media (max-width: 900px) {
    .shivaan-contact-hero,
    .shivaan-contact-hero[style] {
        padding: 56px 22px;
    }
    .shivaan-contact-hero__inner,
    .shivaan-contact-hero--reverse .shivaan-contact-hero__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
    }
    .shivaan-contact-hero__content,
    .shivaan-contact-hero__visual {
        flex-basis: auto !important;
        width: 100%;
    }
    .shivaan-contact-hero__visual,
    .shivaan-contact-hero--reverse .shivaan-contact-hero__visual {
        justify-content: center;
    }
    .shivaan-contact-hero__image {
        width: min(680px, 100%);
    }
}
@media (max-width: 600px) {
    .shivaan-contact-hero__title {
        font-size: 34px;
        line-height: 1.16;
    }
    .shivaan-contact-hero__description {
        font-size: 15px;
    }
    .shivaan-contact-hero__buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .shivaan-contact-hero__button {
        width: 100%;
        min-height: 54px;
        font-size: 16px;
    }
}

/* =========================================================
   SHIVAAN RESPONSIVE STABILITY PATCH v2026.15
   Tablet + Mobile layout safety for all SHIVAAN Elementor widgets
   ========================================================= */

.elementor-widget[class*="elementor-widget-shivaan_"],
.elementor-widget[class*="elementor-widget-shivaan_"] > .elementor-widget-container,
.elementor-widget[class*="elementor-widget-shivaan"] > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    box-sizing: border-box !important;
    overflow-x: clip !important;
}

[class^="shivaan-"],
[class*=" shivaan-"] {
    box-sizing: border-box !important;
}

[class^="shivaan-"] img,
[class*=" shivaan-"] img {
    max-width: 100% !important;
    height: auto;
}

/* Prevent inline SVG icons from becoming giant arrows/icons. */
[class^="shivaan-"] a svg,
[class*=" shivaan-"] a svg,
[class^="shivaan-"] button svg,
[class*=" shivaan-"] button svg,
.shivaan-btn-icon svg,
.shivaan-contact-hero__button-icon svg,
.shivaan-specific-product-cta__button-icon svg,
.shivaan-quality-detail__button-icon svg,
.shivaan-rf-submit svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    display: inline-block !important;
    flex: 0 0 18px !important;
    vertical-align: middle !important;
    fill: currentColor;
}

/* Generic fluid text safeguards without breaking Elementor typography controls too aggressively. */
.shivaan-hero-title,
.shivaan-strength-title,
.shivaan-industry-title,
.shivaan-cm-title,
.shivaan-quality-title,
.shivaan-cta-title,
.shivaan-about-banner__title,
.shivaan-who__title,
.shivaan-product-range__title,
.shivaan-why-choose__title,
.shivaan-industry-showcase__title,
.shivaan-partner-cta__title,
.shivaan-products-hero__title,
.shivaan-product-post-grid__heading,
.shivaan-applications__heading,
.shivaan-quality-detail__heading,
.shivaan-specific-product-cta__heading,
.shivaan-contact-hero__title,
.shivaan-contact-info__title,
.shivaan-rf-heading {
    overflow-wrap: anywhere;
    word-break: normal;
}

@media (max-width: 1180px) {
    .shivaan-header,
    .shivaan-hero-section,
    .shivaan-features-section,
    .shivaan-strength-section,
    .shivaan-industry-section,
    .shivaan-process-section,
    .shivaan-custom-made-section,
    .shivaan-quality-section,
    .shivaan-cta-section,
    .shivaan-about-banner,
    .shivaan-who,
    .shivaan-product-range,
    .shivaan-why-choose,
    .shivaan-industry-showcase,
    .shivaan-partner-cta,
    .shivaan-products-hero,
    .shivaan-product-post-grid,
    .shivaan-applications-section,
    .shivaan-quality-detail-section,
    .shivaan-specific-product-cta,
    .shivaan-contact-hero,
    .shivaan-contact-info,
    .shivaan-requirement-form-section {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .shivaan-header-nav ul {
        gap: 18px !important;
    }

    .shivaan-header-btn {
        padding: 9px 14px !important;
        font-size: 14px !important;
    }

    .shivaan-features-grid,
    .shivaan-strength-cards-grid,
    .shivaan-industry-cards-grid,
    .shivaan-product-range__grid,
    .shivaan-why-choose__grid,
    .shivaan-product-post-grid__grid,
    .shivaan-applications__grid,
    .shivaan-industry-showcase__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .shivaan-quality-grid,
    .shivaan-quality-detail__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .shivaan-cm-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1024px) {
    .shivaan-hero-section,
    .shivaan-about-banner__inner,
    .shivaan-who__inner,
    .shivaan-industry-showcase__layout,
    .shivaan-partner-cta__layout,
    .shivaan-products-hero__inner,
    .shivaan-contact-hero__inner,
    .shivaan-specific-product-cta__main,
    .shivaan-quality-detail__top,
    .shivaan-cta-card-main,
    .shivaan-custom-made-top {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 34px !important;
        text-align: center !important;
    }

    .shivaan-hero-content,
    .shivaan-hero-image,
    .shivaan-about-banner__content,
    .shivaan-about-banner__image-wrap,
    .shivaan-who__content,
    .shivaan-who__image-wrap,
    .shivaan-industry-showcase__content,
    .shivaan-industry-showcase__visual,
    .shivaan-partner-cta__content,
    .shivaan-partner-cta__visual,
    .shivaan-products-hero__content,
    .shivaan-products-hero__visual,
    .shivaan-contact-hero__content,
    .shivaan-contact-hero__visual,
    .shivaan-specific-product-cta__content,
    .shivaan-specific-product-cta__image,
    .shivaan-quality-detail__content,
    .shivaan-quality-detail__image-wrap,
    .shivaan-cta-content,
    .shivaan-cta-image-wrapper,
    .shivaan-custom-made-header,
    .shivaan-custom-made-image {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 1 auto !important;
    }

    .shivaan-hero-buttons,
    .shivaan-about-banner__buttons,
    .shivaan-products-hero__buttons,
    .shivaan-contact-hero__buttons,
    .shivaan-partner-cta__actions,
    .shivaan-specific-product-cta__actions,
    .shivaan-cta-actions,
    .shivaan-industry-showcase__button-wrap {
        justify-content: center !important;
    }

    .shivaan-hero-image,
    .shivaan-hero-image-wrap,
    .shivaan-about-banner__image-wrap,
    .shivaan-who__image-wrap,
    .shivaan-industry-showcase__visual,
    .shivaan-partner-cta__visual,
    .shivaan-products-hero__visual,
    .shivaan-contact-hero__visual,
    .shivaan-quality-detail__image-wrap,
    .shivaan-cta-image-wrapper,
    .shivaan-custom-made-image {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .shivaan-hero-image img,
    .shivaan-about-banner__image,
    .shivaan-who__image,
    .shivaan-industry-showcase__visual-img,
    .shivaan-partner-cta__image,
    .shivaan-products-hero__image,
    .shivaan-contact-hero__image,
    .shivaan-quality-detail__image,
    .shivaan-specific-product-cta__image img,
    .shivaan-cta-image-wrapper img,
    .shivaan-custom-made-image img {
        width: auto !important;
        max-width: min(100%, 620px) !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .shivaan-quality-banner,
    .shivaan-cm-bottom-bar,
    .shivaan-cta-footer-bar,
    .shivaan-process-features-bar {
        flex-wrap: wrap !important;
        gap: 18px !important;
    }

    .shivaan-cm-bottom-bar,
    .shivaan-cta-footer-bar,
    .shivaan-process-features-bar {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .shivaan-quality-banner-left,
    .shivaan-quality-banner-right {
        width: 100% !important;
        flex: 1 1 100% !important;
    }

    .shivaan-process-side-img,
    .shivaan-quality-floating {
        display: none !important;
    }

    .shivaan-process-diagram-wrapper {
        width: 100% !important;
        max-width: 720px !important;
        height: auto !important;
        border: none !important;
        border-radius: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
        margin: 0 auto 40px !important;
        transform: none !important;
    }

    .shivaan-process-center-text,
    .shivaan-process-step,
    .shivaan-step-content {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }

    .shivaan-process-center-text {
        width: 100% !important;
        margin: 0 0 10px !important;
    }

    .shivaan-process-step {
        display: flex !important;
        align-items: stretch !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .shivaan-step-node {
        flex: 0 0 60px !important;
        width: 60px !important;
        height: 60px !important;
    }

    .shivaan-step-content,
    .shivaan-process-flow-left,
    .shivaan-process-flow-right {
        width: auto !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .shivaan-rf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .shivaan-rf-message-field,
    .shivaan-rf-upload-field,
    .shivaan-rf-submit-wrap {
        grid-column: span 2 !important;
    }
}

@media (max-width: 767px) {
    .shivaan-header,
    .shivaan-hero-section,
    .shivaan-features-section,
    .shivaan-strength-section,
    .shivaan-industry-section,
    .shivaan-process-section,
    .shivaan-custom-made-section,
    .shivaan-quality-section,
    .shivaan-cta-section,
    .shivaan-about-banner,
    .shivaan-who,
    .shivaan-product-range,
    .shivaan-why-choose,
    .shivaan-industry-showcase,
    .shivaan-partner-cta,
    .shivaan-products-hero,
    .shivaan-product-post-grid,
    .shivaan-applications-section,
    .shivaan-quality-detail-section,
    .shivaan-specific-product-cta,
    .shivaan-contact-hero,
    .shivaan-contact-info,
    .shivaan-requirement-form-section {
        padding: 42px 18px !important;
    }

    .shivaan-header {
        flex-direction: column !important;
        justify-content: center !important;
        gap: 14px !important;
        text-align: center !important;
    }

    .shivaan-header-nav {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .shivaan-header-nav ul {
        justify-content: flex-start !important;
        gap: 18px !important;
        padding-bottom: 4px !important;
    }

    .shivaan-header-actions {
        width: 100% !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .shivaan-header-btn {
        flex: 1 1 145px !important;
        min-width: 0 !important;
    }

    .shivaan-hero-title,
    .shivaan-strength-title,
    .shivaan-industry-title,
    .shivaan-cm-title,
    .shivaan-quality-title,
    .shivaan-cta-title,
    .shivaan-about-banner__title,
    .shivaan-who__title,
    .shivaan-product-range__title,
    .shivaan-why-choose__title,
    .shivaan-industry-showcase__title,
    .shivaan-partner-cta__title,
    .shivaan-products-hero__title,
    .shivaan-product-post-grid__heading,
    .shivaan-applications__heading,
    .shivaan-quality-detail__heading,
    .shivaan-specific-product-cta__heading,
    .shivaan-contact-hero__title,
    .shivaan-contact-info__title,
    .shivaan-rf-heading {
        font-size: clamp(26px, 8vw, 34px) !important;
        line-height: 1.18 !important;
    }

    .shivaan-features-grid,
    .shivaan-strength-cards-grid,
    .shivaan-industry-cards-grid,
    .shivaan-product-range__grid,
    .shivaan-why-choose__grid,
    .shivaan-industry-showcase__cards,
    .shivaan-product-post-grid__grid,
    .shivaan-applications__grid,
    .shivaan-quality-grid,
    .shivaan-quality-detail__grid,
    .shivaan-cm-cards-grid,
    .shivaan-contact-info__grid,
    .shivaan-rf-grid {
        grid-template-columns: 1fr !important;
    }

    .shivaan-hero-buttons,
    .shivaan-about-banner__buttons,
    .shivaan-products-hero__buttons,
    .shivaan-contact-hero__buttons,
    .shivaan-partner-cta__actions,
    .shivaan-specific-product-cta__actions,
    .shivaan-cta-actions {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .shivaan-hero-btn,
    .shivaan-about-banner__btn,
    .shivaan-products-hero__btn,
    .shivaan-contact-hero__button,
    .shivaan-partner-cta__btn,
    .shivaan-specific-product-cta__button,
    .shivaan-quality-detail__button,
    .shivaan-cta-btn,
    .shivaan-industry-showcase__button,
    .shivaan-rf-submit {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .shivaan-cta-card-main,
    .shivaan-specific-product-cta__card,
    .shivaan-partner-cta__card,
    .shivaan-quality-detail__card,
    .shivaan-requirement-form-card {
        padding: 28px 18px !important;
    }

    .shivaan-contact-hero__image,
    .shivaan-products-hero__image,
    .shivaan-partner-cta__image,
    .shivaan-specific-product-cta__image img,
    .shivaan-about-banner__image,
    .shivaan-who__image,
    .shivaan-quality-detail__image,
    .shivaan-cta-image-wrapper img,
    .shivaan-custom-made-image img {
        max-width: 100% !important;
    }

    .shivaan-product-card__image,
    .shivaan-product-post-grid__image,
    .shivaan-applications-card__image,
    .shivaan-industry-card__img,
    .shivaan-industry-card-img,
    .shivaan-quality-card-img {
        width: 100% !important;
        object-fit: cover !important;
    }

    .shivaan-process-step {
        align-items: flex-start !important;
    }

    .shivaan-step-node {
        flex: 0 0 52px !important;
        width: 52px !important;
        height: 52px !important;
    }

    .shivaan-step-node img {
        width: 26px !important;
        height: 26px !important;
    }

    .shivaan-process-features-bar,
    .shivaan-cm-bottom-bar,
    .shivaan-cta-footer-bar,
    .shivaan-specific-product-cta__features {
        grid-template-columns: 1fr !important;
        display: grid !important;
    }

    .shivaan-quality-banner {
        flex-direction: column !important;
        text-align: center !important;
        padding: 24px 18px !important;
    }

    .shivaan-quality-banner-right {
        border-left: 0 !important;
        padding-left: 0 !important;
        border-top: 1px solid rgba(255,255,255,.15) !important;
        padding-top: 18px !important;
    }

    .shivaan-rf-message-field,
    .shivaan-rf-upload-field,
    .shivaan-rf-submit-wrap {
        grid-column: span 1 !important;
    }

    .shivaan-rf-submit-wrap {
        padding-top: 0 !important;
        justify-content: stretch !important;
    }

    .shivaan-rf-input,
    .shivaan-rf-select,
    .shivaan-rf-textarea {
        height: 50px !important;
        font-size: 14px !important;
    }

    .shivaan-rf-textarea {
        min-height: 128px !important;
        height: 128px !important;
    }

    .shivaan-rf-upload {
        min-height: 140px !important;
    }
}

@media (max-width: 480px) {
    .shivaan-header,
    .shivaan-hero-section,
    .shivaan-features-section,
    .shivaan-strength-section,
    .shivaan-industry-section,
    .shivaan-process-section,
    .shivaan-custom-made-section,
    .shivaan-quality-section,
    .shivaan-cta-section,
    .shivaan-about-banner,
    .shivaan-who,
    .shivaan-product-range,
    .shivaan-why-choose,
    .shivaan-industry-showcase,
    .shivaan-partner-cta,
    .shivaan-products-hero,
    .shivaan-product-post-grid,
    .shivaan-applications-section,
    .shivaan-quality-detail-section,
    .shivaan-specific-product-cta,
    .shivaan-contact-hero,
    .shivaan-contact-info,
    .shivaan-requirement-form-section {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .shivaan-header-actions,
    .shivaan-header-btn {
        width: 100% !important;
    }

    .shivaan-feature-item,
    .shivaan-industry-card,
    .shivaan-cm-card {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    .shivaan-cm-card-img {
        align-self: flex-start !important;
    }

    .shivaan-process-step {
        flex-direction: column !important;
    }

    .shivaan-step-content {
        width: 100% !important;
    }
}


/* Header mobile/tablet menu fix v2026.16 */
.shivaan-header-mobile-check,
.shivaan-header-mobile-toggle {
    display: none;
}

.shivaan-header-mobile-toggle {
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #001f5c;
    border-radius: 6px;
    color: #001f5c;
    background: #fff;
    cursor: pointer;
    line-height: 1;
    font-weight: 700;
    font-family: inherit;
    user-select: none;
}

.shivaan-header-mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #001f5c;
    border-radius: 999px;
}

.shivaan-header-mobile-toggle em {
    font-style: normal;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 992px) {
    .shivaan-header.shivaan-mobile-menu-enabled {
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-logo {
        order: 1 !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-toggle {
        display: inline-flex !important;
        order: 2 !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-actions {
        order: 3 !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav {
        display: none !important;
        order: 4 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        overflow: visible !important;
        margin-top: 12px !important;
        padding: 16px !important;
        border: 1px solid rgba(0,31,92,0.12) !important;
        border-radius: 10px !important;
        box-shadow: 0 12px 30px rgba(0,0,0,0.06) !important;
        background: #fff;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-check:checked ~ .shivaan-header-nav {
        display: block !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav li,
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav a {
        width: 100% !important;
        text-align: center !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav a {
        display: block !important;
        padding: 10px 8px !important;
        border-radius: 6px !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav a:hover,
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav a.shivaan-active-link {
        background: rgba(230,0,0,0.06) !important;
    }
}

@media (max-width: 767px) {
    .shivaan-header.shivaan-mobile-menu-enabled {
        flex-direction: row !important;
        text-align: left !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-logo {
        max-width: calc(100% - 115px) !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-logo img {
        max-width: 100% !important;
        height: auto !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-actions {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 993px) {
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav {
        display: block !important;
    }
}


/* Header mobile menu alignment fix v2026.17 */
@media (max-width: 992px) {
    .shivaan-header.shivaan-mobile-menu-enabled {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        text-align: left !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-logo {
        order: 1 !important;
        flex: 1 1 auto !important;
        max-width: calc(100% - 58px) !important;
        justify-content: flex-start !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-toggle {
        order: 2 !important;
        display: inline-flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        margin-left: auto !important;
        gap: 4px !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-toggle span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 999px !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-toggle em {
        display: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-actions {
        order: 3 !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        margin-top: 8px !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-btn {
        width: 100% !important;
        max-width: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav {
        order: 4 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}


/* Header mobile button final fix v2026.18 - lock button height and layout */
@media (max-width: 767px) {
    .shivaan-header.shivaan-mobile-menu-enabled {
        padding: 14px 24px !important;
        gap: 14px !important;
        align-items: center !important;
        min-height: 0 !important;
        height: auto !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 0 0 !important;
        padding: 0 !important;
        min-height: 0 !important;
        height: auto !important;
        flex: 0 0 100% !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-btn,
    .shivaan-header.shivaan-mobile-menu-enabled a.shivaan-header-btn,
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-btn-call,
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-btn-contact {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 54px !important;
        min-height: 54px !important;
        max-height: 54px !important;
        padding: 0 18px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        line-height: 1.2 !important;
        font-size: 15px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-btn-contact {
        background: #ffffff !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-btn-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 16px !important;
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        max-width: 16px !important;
        min-height: 16px !important;
        max-height: 16px !important;
        line-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-btn-icon svg,
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-btn svg {
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        max-width: 16px !important;
        min-height: 16px !important;
        max-height: 16px !important;
        display: block !important;
        flex: 0 0 16px !important;
        object-fit: contain !important;
        position: static !important;
        transform: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-btn > span:not(.shivaan-btn-icon) {
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }
}


/* Header floating mobile menu fix v2026.19 */
.shivaan-floating-menu-head,
.shivaan-floating-menu-close,
.shivaan-floating-menu-logo {
    display: none;
}

@media (max-width: 992px) {
    .shivaan-header.shivaan-mobile-menu-enabled {
        position: relative !important;
        overflow: visible !important;
        z-index: 999 !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-check {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
        width: 1px !important;
        height: 1px !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-toggle {
        order: 2 !important;
        display: inline-flex !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        margin-left: auto !important;
        gap: 4px !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        border: 1px solid #001f5c !important;
        border-radius: 6px !important;
        background: #fff !important;
        z-index: 1001 !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-toggle em {
        display: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav {
        display: none !important;
        position: fixed !important;
        top: 18px !important;
        right: 18px !important;
        left: auto !important;
        bottom: auto !important;
        width: min(340px, calc(100vw - 36px)) !important;
        max-height: calc(100vh - 36px) !important;
        overflow-y: auto !important;
        padding: 18px !important;
        margin: 0 !important;
        border: 1px solid rgba(0, 31, 92, 0.14) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 20px 60px rgba(0, 31, 92, 0.22) !important;
        z-index: 999999 !important;
        transform: none !important;
        flex: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-mobile-check:checked ~ .shivaan-header-nav {
        display: block !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-floating-menu-head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        padding: 0 0 12px 0 !important;
        margin: 0 0 12px 0 !important;
        border-bottom: 1px solid rgba(0, 31, 92, 0.10) !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-floating-menu-logo {
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-floating-menu-logo img {
        display: block !important;
        width: auto !important;
        max-width: 180px !important;
        max-height: 34px !important;
        object-fit: contain !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-floating-menu-close {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        border-radius: 50% !important;
        border: 1px solid rgba(0, 31, 92, 0.18) !important;
        background: #f7f9fc !important;
        color: #001f5c !important;
        font-size: 24px !important;
        line-height: 1 !important;
        cursor: pointer !important;
        text-decoration: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav li {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 42px !important;
        padding: 10px 12px !important;
        border-radius: 8px !important;
        text-align: left !important;
        box-sizing: border-box !important;
        color: #001f5c;
        background: transparent !important;
        text-decoration: none !important;
    }

    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav a:hover,
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav a.shivaan-active-link {
        background: rgba(230, 0, 0, 0.07) !important;
        color: #e60000 !important;
    }
}

@media (max-width: 480px) {
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-nav {
        top: 12px !important;
        right: 12px !important;
        width: calc(100vw - 24px) !important;
        max-height: calc(100vh - 24px) !important;
        border-radius: 14px !important;
    }
}


/* SHIVAAN container alignment fix v2026.21
   Keeps header and all SHIVAAN sections aligned to the same default container width. */
:root {
    --shivaan-default-container-width: 1440px;
    --shivaan-default-container-side-gap: 20px;
}

.elementor-widget-shivaan_header > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.shivaan-header,
.shivaan-hero-section,
.shivaan-features-section,
.shivaan-strength-section,
.shivaan-industry-section,
.shivaan-process-section,
.shivaan-custom-made-section,
.shivaan-quality-section,
.shivaan-cta-section,
.shivaan-about-banner,
.shivaan-who,
.shivaan-product-range,
.shivaan-why-choose,
.shivaan-industry-showcase,
.shivaan-partner-cta,
.shivaan-products-hero,
.shivaan-product-post-grid,
.shivaan-custom-manufacturing,
.shivaan-applications-section,
.shivaan-quality-detail-section,
.shivaan-specific-product-cta,
.shivaan-contact-hero,
.shivaan-contact-info,
.shivaan-requirement-form {
    width: calc(100% - (var(--shivaan-default-container-side-gap) * 2)) !important;
    max-width: var(--shivaan-default-container-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Do not let old 5% horizontal padding make the content look misaligned after container width is applied. */
.shivaan-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (max-width: 768px) {
    :root {
        --shivaan-default-container-side-gap: 12px;
    }

    .shivaan-header,
    .shivaan-hero-section,
    .shivaan-features-section,
    .shivaan-strength-section,
    .shivaan-industry-section,
    .shivaan-process-section,
    .shivaan-custom-made-section,
    .shivaan-quality-section,
    .shivaan-cta-section,
    .shivaan-about-banner,
    .shivaan-who,
    .shivaan-product-range,
    .shivaan-why-choose,
    .shivaan-industry-showcase,
    .shivaan-partner-cta,
    .shivaan-products-hero,
    .shivaan-product-post-grid,
    .shivaan-custom-manufacturing,
    .shivaan-applications-section,
    .shivaan-quality-detail-section,
    .shivaan-specific-product-cta,
    .shivaan-contact-hero,
    .shivaan-contact-info,
    .shivaan-requirement-form {
        width: calc(100% - 24px) !important;
    }
}


/* SHIVAAN full-width background fix v2026.22
   Content stays inside the default container, but each section background extends edge-to-edge. */
.shivaan-header,
.shivaan-hero-section,
.shivaan-features-section,
.shivaan-strength-section,
.shivaan-industry-section,
.shivaan-process-section,
.shivaan-custom-made-section,
.shivaan-quality-section,
.shivaan-cta-section,
.shivaan-about-banner,
.shivaan-who,
.shivaan-product-range,
.shivaan-why-choose,
.shivaan-industry-showcase,
.shivaan-partner-cta,
.shivaan-products-hero,
.shivaan-product-post-grid,
.shivaan-custom-manufacturing,
.shivaan-applications-section,
.shivaan-quality-detail-section,
.shivaan-specific-product-cta,
.shivaan-contact-hero,
.shivaan-contact-info,
.shivaan-requirement-form {
    position: relative !important;
    isolation: isolate !important;
    overflow: visible !important;
}

.shivaan-header::before,
.shivaan-hero-section::before,
.shivaan-features-section::before,
.shivaan-strength-section::before,
.shivaan-industry-section::before,
.shivaan-process-section::before,
.shivaan-custom-made-section::before,
.shivaan-quality-section::before,
.shivaan-cta-section::before,
.shivaan-about-banner::before,
.shivaan-who::before,
.shivaan-product-range::before,
.shivaan-why-choose::before,
.shivaan-industry-showcase::before,
.shivaan-partner-cta::before,
.shivaan-products-hero::before,
.shivaan-product-post-grid::before,
.shivaan-custom-manufacturing::before,
.shivaan-applications-section::before,
.shivaan-quality-detail-section::before,
.shivaan-specific-product-cta::before,
.shivaan-contact-hero::before,
.shivaan-contact-info::before,
.shivaan-requirement-form::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 100vw !important;
    transform: translateX(-50%) !important;
    background: inherit !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

/* Keep real content above the full-width background layer. */
.shivaan-header > *,
.shivaan-hero-section > *,
.shivaan-features-section > *,
.shivaan-strength-section > *,
.shivaan-industry-section > *,
.shivaan-process-section > *,
.shivaan-custom-made-section > *,
.shivaan-quality-section > *,
.shivaan-cta-section > *,
.shivaan-about-banner > *,
.shivaan-who > *,
.shivaan-product-range > *,
.shivaan-why-choose > *,
.shivaan-industry-showcase > *,
.shivaan-partner-cta > *,
.shivaan-products-hero > *,
.shivaan-product-post-grid > *,
.shivaan-custom-manufacturing > *,
.shivaan-applications-section > *,
.shivaan-quality-detail-section > *,
.shivaan-specific-product-cta > *,
.shivaan-contact-hero > *,
.shivaan-contact-info > *,
.shivaan-requirement-form > * {
    position: relative;
    z-index: 1;
}

html,
body {
    overflow-x: clip;
}

@supports not (overflow-x: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}


/* v2026.23 decorative-section clipping fix */
.shivaan-hero-section,
.shivaan-strength-section,
.shivaan-industry-section,
.shivaan-process-section,
.shivaan-custom-made-section,
.shivaan-quality-section,
.shivaan-cta-section,
.shivaan-about-banner,
.shivaan-who,
.shivaan-product-range,
.shivaan-why-choose,
.shivaan-industry-showcase,
.shivaan-partner-cta,
.shivaan-products-hero,
.shivaan-custom-manufacturing,
.shivaan-applications-section,
.shivaan-quality-detail-section,
.shivaan-specific-product-cta,
.shivaan-contact-hero,
.shivaan-requirement-form {
    overflow: hidden !important;
}

/* Process section visual balance */
.shivaan-process-side-img {
    opacity: 0.55 !important;
}
.shivaan-process-side-img-top-left {
    top: 20px !important;
    left: -120px !important;
    width: 250px !important;
}
.shivaan-process-side-img-bottom-left {
    bottom: 40px !important;
    left: -120px !important;
    width: 220px !important;
}
.shivaan-process-side-img-right {
    top: 55% !important;
    right: -110px !important;
    width: 220px !important;
}
@media (max-width: 1200px) {
    .shivaan-process-side-img-top-left,
    .shivaan-process-side-img-bottom-left,
    .shivaan-process-side-img-right {
        width: 180px !important;
    }
}


/* v2026.24 process section layout fix
   The full-width background layer made direct children relative; these decorative images must stay absolute. */
.shivaan-process-section > .shivaan-process-side-img,
.shivaan-process-side-img {
    position: absolute !important;
    z-index: 0 !important;
    pointer-events: none !important;
    display: block !important;
}

.shivaan-process-section > .shivaan-process-header,
.shivaan-process-section > .shivaan-process-diagram-wrapper,
.shivaan-process-section > .shivaan-process-features-bar {
    position: relative !important;
    z-index: 2 !important;
}

.shivaan-process-section {
    overflow: hidden !important;
    padding-top: 80px !important;
}

.shivaan-process-side-img-top-left {
    top: 20px !important;
    left: -120px !important;
    width: 250px !important;
}

.shivaan-process-side-img-bottom-left {
    bottom: 40px !important;
    left: -120px !important;
    width: 220px !important;
}

.shivaan-process-side-img-right {
    top: 55% !important;
    right: -110px !important;
    width: 220px !important;
}

@media (max-width: 1150px) {
    .shivaan-process-section > .shivaan-process-side-img,
    .shivaan-process-side-img {
        display: none !important;
    }
}

/* ==========================================================
   SHIVAAN Product Details Single Page (v2026.25)
   ========================================================== */
.shivaan-product-single-page,
.shivaan-product-single-page * {
    box-sizing: border-box;
}

.shivaan-product-single-page {
    background: #ffffff;
    font-family: inherit;
    color: #111827;
}

.shivaan-product-single__container {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 38px 18px 58px;
}

.shivaan-product-detail-overview {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    gap: 48px;
    align-items: center;
    padding-bottom: 84px;
}

.shivaan-product-detail-overview__image {
    min-height: 420px;
    overflow: hidden;
    border-radius: 12px;
    background: #f2f4f8;
}

.shivaan-product-detail-overview__image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.shivaan-product-detail-overview__content {
    max-width: 420px;
}

.shivaan-product-detail-title {
    margin: 0 0 14px;
    color: #0b2058;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.02;
    font-weight: 800;
}

.shivaan-product-detail-overview__content h2,
.shivaan-product-detail-section h2,
.shivaan-product-detail-global-cta h2 {
    margin: 0 0 18px;
    color: #0b2058;
    font-size: clamp(30px, 3.2vw, 44px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.035em;
}

.shivaan-product-detail-overview__content p,
.shivaan-product-detail-section p,
.shivaan-product-detail-global-cta p {
    margin: 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.75;
}

.shivaan-product-detail-badges {
    position: absolute;
    right: 58px;
    bottom: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(680px, 76%);
    padding: 20px 22px;
    border: 1px solid #dfe6f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(11, 32, 88, 0.13);
}

.shivaan-product-detail-badge {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0 10px;
}

.shivaan-product-detail-badge__icon,
.shivaan-product-detail-spec-card__icon,
.shivaan-product-detail-option-card__icon,
.shivaan-product-detail-application-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b2058;
}

.shivaan-product-detail-badge__icon svg,
.shivaan-product-detail-spec-card__icon svg,
.shivaan-product-detail-option-card__icon svg,
.shivaan-product-detail-application-card__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shivaan-product-detail-badge__icon img,
.shivaan-product-detail-spec-card__icon img,
.shivaan-product-detail-option-card__icon img,
.shivaan-product-detail-application-card__icon img {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
    display: block;
}

.shivaan-product-detail-badge strong {
    display: block;
    color: #ed1c24;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 800;
}

.shivaan-product-detail-badge span {
    display: block;
    color: #111827;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}

.shivaan-product-detail-section {
    margin-top: 46px;
    padding: 48px 34px;
    border: 1px solid #e5e9f1;
    background: #f7f9fc;
    box-shadow: 0 1px 0 rgba(11, 32, 88, 0.05);
}

.shivaan-product-detail-specs {
    border-radius: 0;
    background-color: #f5f7fb;
    background-image: linear-gradient(135deg, rgba(11,32,88,0.03) 0, rgba(11,32,88,0.03) 1px, transparent 1px, transparent 12px);
}

.shivaan-product-detail-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.shivaan-product-detail-spec-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 148px;
    gap: 16px;
    align-items: center;
    min-height: 116px;
    padding: 16px 16px 16px 18px;
    overflow: hidden;
    border: 1px solid #dfe6f0;
    border-radius: 12px;
    background: #ffffff;
}

.shivaan-product-detail-spec-card__text h3,
.shivaan-product-detail-option-card h3 {
    margin: 0 0 6px;
    color: #0b2058;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.shivaan-product-detail-spec-card__text p,
.shivaan-product-detail-option-card p {
    margin: 0;
    color: #111827;
    font-size: 13px;
    line-height: 1.45;
}

.shivaan-product-detail-spec-card__image {
    height: 84px;
    overflow: hidden;
    border-radius: 9px;
    background: #eef1f6;
}

.shivaan-product-detail-spec-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shivaan-product-detail-custom-options {
    margin-top: 0;
    border-radius: 0;
    background: #ffffff;
}

.shivaan-product-detail-label {
    display: block;
    margin-bottom: 15px;
    color: #ed1c24;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.shivaan-product-detail-custom-options__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.shivaan-product-detail-option-card {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 118px;
    padding: 21px;
    border: 1px solid #dfe6f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(11, 32, 88, 0.05);
}

.shivaan-product-detail-option-card__icon svg {
    width: 56px;
    height: 56px;
}

.shivaan-product-detail-option-card__icon img {
    max-width: 58px;
    max-height: 58px;
}

.shivaan-product-detail-applications {
    display: grid;
    grid-template-columns: minmax(270px, 0.85fr) minmax(0, 1.4fr);
    gap: 42px;
    align-items: center;
    border-radius: 0;
    background-color: #f7f9fc;
    background-image: linear-gradient(135deg, rgba(11,32,88,0.03) 0, rgba(11,32,88,0.03) 1px, transparent 1px, transparent 12px);
}

.shivaan-product-detail-applications__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.shivaan-product-detail-application-card {
    display: flex;
    min-height: 102px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 10px;
    text-align: center;
    border: 1px solid #dfe6f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(11, 32, 88, 0.05);
}

.shivaan-product-detail-application-card__icon svg {
    width: 34px;
    height: 34px;
}

.shivaan-product-detail-application-card__icon img {
    max-width: 36px;
    max-height: 36px;
}

.shivaan-product-detail-application-card span {
    color: #0b2058;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
}

.shivaan-product-detail-global-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
    gap: 48px;
    align-items: center;
    margin-top: 46px;
    padding: 36px 42px;
    overflow: hidden;
    border: 1px solid #dfe6f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 15px 38px rgba(11, 32, 88, 0.07);
}

.shivaan-product-detail-global-cta__image img {
    width: 100%;
    max-height: 340px;
    object-fit: contain;
    display: block;
}

.shivaan-product-detail-global-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 15px 22px;
    color: #ffffff !important;
    border-radius: 8px;
    background: #ed1c24;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(237, 28, 36, 0.22);
}

.shivaan-product-detail-global-cta__button:hover,
.shivaan-product-detail-global-cta__button:focus {
    background: #c90007;
    color: #ffffff !important;
}

@media (max-width: 1024px) {
    .shivaan-product-detail-overview,
    .shivaan-product-detail-global-cta,
    .shivaan-product-detail-applications {
        grid-template-columns: 1fr;
    }

    .shivaan-product-detail-badges {
        position: static;
        width: 100%;
        margin-top: -44px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shivaan-product-detail-specs__grid,
    .shivaan-product-detail-custom-options__grid {
        grid-template-columns: 1fr;
    }

    .shivaan-product-detail-applications__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .shivaan-product-single__container {
        padding: 22px 14px 42px;
    }

    .shivaan-product-detail-overview {
        gap: 22px;
        padding-bottom: 24px;
    }

    .shivaan-product-detail-overview__image,
    .shivaan-product-detail-overview__image img {
        min-height: 280px;
    }

    .shivaan-product-detail-section,
    .shivaan-product-detail-global-cta {
        margin-top: 26px;
        padding: 26px 18px;
    }

    .shivaan-product-detail-badges {
        margin-top: 0;
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .shivaan-product-detail-spec-card {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .shivaan-product-detail-spec-card__image {
        grid-column: 1 / -1;
        height: 150px;
    }

    .shivaan-product-detail-custom-options__grid {
        gap: 12px;
    }

    .shivaan-product-detail-option-card {
        grid-template-columns: 55px minmax(0, 1fr);
        padding: 18px;
    }

    .shivaan-product-detail-applications__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* SHIVAAN Footer Section Widget */
.shivaan-footer-section {
    width: 100%;
    padding: var(--shivaan-footer-padding-top, 60px) var(--shivaan-footer-padding-right, 5%) var(--shivaan-footer-padding-bottom, 60px) var(--shivaan-footer-padding-left, 5%);
    box-sizing: border-box;
    font-family: inherit;
    background-color: #ffffff;
    --shivaan-footer-divider-color: #d1d5db;
}

.shivaan-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.shivaan-footer-col {
    padding-right: 30px;
    border-right: 1px solid var(--shivaan-footer-divider-color);
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.shivaan-footer-col:last-child {
    padding-right: 0;
    border-right: none;
}

.shivaan-footer-logo-link {
    display: inline-flex;
    align-self: flex-start;
    line-height: 0;
    text-decoration: none !important;
}

.shivaan-footer-brand-logo {
    max-height: 45px;
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
    display: block;
}

.shivaan-footer-brand-title {
    color: #d32f2f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 15px;
}

.shivaan-footer-brand-desc {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 25px;
}

.shivaan-footer-badge {
    background-color: #0b1426;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    display: inline-block;
    align-self: flex-start;
}

.shivaan-footer-badge .dot {
    color: #d32f2f;
    margin: 0 4px;
}

.shivaan-footer-heading {
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
}

.shivaan-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shivaan-footer-links li {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.shivaan-footer-links li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.shivaan-footer-links a {
    text-decoration: none !important;
    color: #6b7280;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.shivaan-footer-links a:hover,
.shivaan-footer-links a:focus {
    color: #d32f2f;
}

.shivaan-footer-arrow {
    color: #9ca3af;
    flex: 0 0 auto;
    transition: transform 0.3s ease, color 0.3s ease;
}

.shivaan-footer-links a:hover .shivaan-footer-arrow,
.shivaan-footer-links a:focus .shivaan-footer-arrow {
    transform: translateX(4px);
    color: #d32f2f;
}

.shivaan-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shivaan-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shivaan-footer-contact-icon {
    width: 32px;
    height: 32px;
    background-color: #0b1426;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-shrink: 0;
    line-height: 1;
}

.shivaan-footer-contact-icon i {
    font-size: 14px;
}

.shivaan-footer-contact-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.shivaan-footer-contact-text,
.shivaan-footer-contact-link {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none !important;
    word-break: break-word;
    transition: color 0.3s ease;
}

.shivaan-footer-contact-link:hover,
.shivaan-footer-contact-link:focus {
    color: #d32f2f;
}

.shivaan-footer-social-wrap {
    margin-top: 24px;
}

.shivaan-footer-social-heading {
    margin: 0 0 12px;
}

.shivaan-footer-social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.shivaan-footer-social-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0b1426;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.shivaan-footer-social-link:hover,
.shivaan-footer-social-link:focus {
    background-color: #d32f2f;
    color: #ffffff;
    transform: translateY(-2px);
}

.shivaan-footer-social-link i {
    font-size: 14px;
}

.shivaan-footer-social-link svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

@media (max-width: 1100px) {
    .shivaan-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px 20px;
    }

    .shivaan-footer-col {
        border-right: none;
        padding-right: 0;
    }

    .shivaan-footer-brand-col {
        grid-column: span 3;
        border-bottom: 1px solid var(--shivaan-footer-divider-color);
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .shivaan-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .shivaan-footer-brand-col {
        grid-column: span 1;
    }

    .shivaan-footer-col {
        border-bottom: 1px solid var(--shivaan-footer-divider-color);
        padding-bottom: 30px;
    }

    .shivaan-footer-col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}


/* Mobile footer: hide quick links and present one centered Our Products group. */
@media (max-width: 768px) {
    .shivaan-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .shivaan-footer-brand-col,
    .shivaan-footer-contact-col {
        grid-column: 1 / -1;
    }

    .shivaan-footer-quick-col {
        display: none !important;
    }

    .shivaan-footer-product-col,
    .shivaan-footer-industry-col {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        border-right: none !important;
        border-bottom: none !important;
        text-align: left;
    }

    .shivaan-footer-product-col {
        padding-bottom: 0;
    }

    .shivaan-footer-industry-col {
        padding-top: 0;
        margin-top: -18px;
    }

    .shivaan-footer-product-col .shivaan-footer-heading {
        text-align: center;
        margin-bottom: 16px;
        font-size: 13px;
        line-height: 1.2;
    }

    .shivaan-footer-industry-col .shivaan-footer-heading {
        display: none !important;
    }

    .shivaan-footer-product-col .shivaan-footer-links li,
    .shivaan-footer-industry-col .shivaan-footer-links li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .shivaan-footer-product-col .shivaan-footer-links a,
    .shivaan-footer-industry-col .shivaan-footer-links a {
        justify-content: flex-start;
        font-size: 13px;
        gap: 7px;
    }
}

@media (max-width: 380px) {
    .shivaan-footer-product-col,
    .shivaan-footer-industry-col {
        max-width: 280px;
    }

    .shivaan-footer-product-col .shivaan-footer-links a,
    .shivaan-footer-industry-col .shivaan-footer-links a {
        font-size: 12.5px;
    }
}

/* SHIVAAN Bottom Bar Section Widget */
.shivaan-bottom-bar-section {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.shivaan-bottom-bar-section *,
.shivaan-bottom-bar-section *::before,
.shivaan-bottom-bar-section *::after {
    box-sizing: border-box;
}

.shivaan-bottom-top-bar {
    padding: 28px 5%;
    background-color: #111827;
}

.shivaan-bottom-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.shivaan-bottom-top-inner {
    display: flex;
    align-items: center;
    gap: 36px;
}

.shivaan-bottom-brand {
    flex: 0 0 230px;
    max-width: 230px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.shivaan-bottom-brand strong {
    font-weight: 800;
    display: block;
    color: #ffffff;
}

.shivaan-bottom-brand span {
    font-weight: 400;
    color: #9ca3af;
}

.shivaan-bottom-divider {
    width: 1px;
    height: 40px;
    background-color: #374151;
    margin: 0;
    flex-shrink: 0;
}

.shivaan-bottom-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    align-items: center;
    gap: 30px;
    flex: 1 1 auto;
    min-width: 0;
}

.shivaan-bottom-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}

.shivaan-bottom-feature-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.shivaan-bottom-feature-text {
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}

.shivaan-bottom-copyright-bar {
    padding: 16px 5%;
    background-color: #0b0f19;
}

.shivaan-bottom-copyright-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.shivaan-bottom-copyright,
.shivaan-bottom-slogan {
    color: #9ca3af;
    font-size: 13px;
    margin: 0;
    line-height: 1.45;
}

.shivaan-bottom-copyright {
    text-align: left;
}

.shivaan-bottom-legal-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    white-space: nowrap;
    text-align: center;
}

.shivaan-bottom-legal-links a {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.25s ease;
}

.shivaan-bottom-legal-links a:hover,
.shivaan-bottom-legal-links a:focus {
    color: #ffffff;
}

.shivaan-bottom-legal-separator {
    color: #374151;
    font-size: 13px;
    line-height: 1;
}

.shivaan-bottom-slogan {
    font-weight: 600;
    color: #ffffff;
    text-align: right;
}

@media (max-width: 1100px) {
    .shivaan-bottom-top-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .shivaan-bottom-brand {
        flex-basis: auto;
        max-width: none;
    }

    .shivaan-bottom-divider {
        display: none;
    }

    .shivaan-bottom-features {
        width: 100%;
        grid-template-columns: repeat(4, minmax(130px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .shivaan-bottom-features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .shivaan-bottom-copyright-inner {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .shivaan-bottom-copyright,
    .shivaan-bottom-slogan {
        text-align: center;
    }

    .shivaan-bottom-legal-links {
        flex-wrap: wrap;
        white-space: normal;
        row-gap: 4px;
    }
}

@media (max-width: 480px) {
    .shivaan-bottom-features {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   SHIVAAN Site-Wide Width Alignment Fix (v2026.31)
   - Every SHIVAAN widget breaks out to full browser width.
   - Section backgrounds cover the full page width.
   - Real content aligns to the same header/footer content width.
   ========================================================== */
:root {
    --shivaan-site-outer-width: 1440px;
    --shivaan-site-content-width: 1400px;
    --shivaan-site-edge-gap: 20px;
    --shivaan-site-side-padding: max(var(--shivaan-site-edge-gap), calc((100vw - var(--shivaan-site-outer-width)) / 2 + var(--shivaan-site-edge-gap)));
}

/* Break all SHIVAAN Elementor widgets out of boxed Elementor containers. */
.elementor-widget[class*="elementor-widget-shivaan_"] {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box !important;
    clear: both;
}

.elementor-widget[class*="elementor-widget-shivaan_"] > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Keep the section background full width, but align content edges with header/footer. */
.shivaan-header,
.shivaan-hero-section,
.shivaan-features-section,
.shivaan-strength-section,
.shivaan-industry-section,
.shivaan-process-section,
.shivaan-custom-made-section,
.shivaan-quality-section,
.shivaan-cta-section,
.shivaan-about-banner,
.shivaan-who,
.shivaan-product-range,
.shivaan-why-choose,
.shivaan-industry-showcase,
.shivaan-partner-cta,
.shivaan-products-hero,
.shivaan-product-post-grid,
.shivaan-custom-manufacturing,
.shivaan-applications-section,
.shivaan-quality-detail-section,
.shivaan-specific-product-cta,
.shivaan-contact-hero,
.shivaan-contact-info,
.shivaan-requirement-form-section,
.shivaan-footer-section,
.shivaan-bottom-top-bar,
.shivaan-bottom-copyright-bar {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--shivaan-site-side-padding) !important;
    padding-right: var(--shivaan-site-side-padding) !important;
    box-sizing: border-box !important;
}

/* Actual inner content width shared by header, footer, bottom bar and inner-page content. */
.shivaan-footer-grid,
.shivaan-bottom-inner,
.shivaan-about-banner__inner,
.shivaan-who__inner,
.shivaan-product-range__inner,
.shivaan-why-choose__inner,
.shivaan-industry-showcase__inner,
.shivaan-partner-cta__inner,
.shivaan-products-hero__inner,
.shivaan-product-post-grid__inner,
.shivaan-custom-manufacturing__inner,
.shivaan-applications__inner,
.shivaan-contact-hero__inner,
.shivaan-contact-info__inner,
.shivaan-product-single__container {
    width: 100% !important;
    max-width: var(--shivaan-site-content-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Header has no separate inner wrapper, so its content area is controlled by page padding. */
.shivaan-header {
    min-width: 0 !important;
}

/* Single product details page also follows the same full-width background/content alignment rule. */
main.shivaan-product-single-page,
.shivaan-product-single-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: var(--shivaan-site-side-padding) !important;
    padding-right: var(--shivaan-site-side-padding) !important;
    box-sizing: border-box !important;
    overflow-x: clip;
}

.shivaan-product-single__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Make footer and bottom bar exactly share the same visible content start/end. */
.shivaan-footer-section .shivaan-footer-grid,
.shivaan-bottom-top-bar .shivaan-bottom-inner,
.shivaan-bottom-copyright-bar .shivaan-bottom-inner {
    max-width: var(--shivaan-site-content-width) !important;
}

/* Prevent inherited Elementor container gaps from creating false side misalignment. */
.elementor-widget[class*="elementor-widget-shivaan_"] .elementor-widget-container,
.elementor-widget[class*="elementor-widget-shivaan_"] section,
.elementor-widget[class*="elementor-widget-shivaan_"] div {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    :root {
        --shivaan-site-edge-gap: 16px;
        --shivaan-site-side-padding: 16px;
    }

    .elementor-widget[class*="elementor-widget-shivaan_"] {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    main.shivaan-product-single-page,
    .shivaan-product-single-page {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/* ==========================================================
   SHIVAAN Header Full Container Fix (v2026.32)
   - Header background stays full browser width.
   - Header inner content uses the same width system as all sections.
   - Logo stays left, menu stays centered, buttons sit on the right edge.
   - Overrides old saved Header Container Width values that could shrink the header.
   ========================================================== */
html body .elementor .elementor-widget.elementor-widget-shivaan_header.elementor-element,
html body .elementor .elementor-widget.elementor-widget-shivaan_header.elementor-element > .elementor-widget-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

html body .elementor .elementor-widget.elementor-widget-shivaan_header.elementor-element .shivaan-header {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
    padding-left: var(--shivaan-site-side-padding) !important;
    padding-right: var(--shivaan-site-side-padding) !important;
    box-sizing: border-box !important;
}

.shivaan-header-inner {
    width: 100% !important;
    max-width: var(--shivaan-site-content-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.shivaan-header-inner .shivaan-header-logo {
    flex: 0 0 auto !important;
}

.shivaan-header-inner .shivaan-header-nav {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.shivaan-header-inner .shivaan-header-nav ul {
    width: auto !important;
    justify-content: center !important;
}

.shivaan-header-inner .shivaan-header-actions {
    flex: 0 0 auto !important;
    margin-left: auto !important;
}

@media (max-width: 1180px) {
    .shivaan-header-inner {
        gap: 18px !important;
    }
}

@media (max-width: 1024px) {
    .shivaan-header-inner {
        gap: 14px !important;
    }
}

@media (max-width: 768px) {
    html body .elementor .elementor-widget.elementor-widget-shivaan_header.elementor-element,
    html body .elementor .elementor-widget.elementor-widget-shivaan_header.elementor-element > .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .shivaan-header-inner {
        width: 100% !important;
        max-width: none !important;
    }
}

@media (max-width: 992px) {
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: none !important;
        position: relative !important;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .shivaan-header.shivaan-mobile-menu-enabled .shivaan-header-inner {
        gap: 14px !important;
    }
}

/* ==========================================================
   SHIVAAN Requirement Form Width Alignment Fix (v2026.33)
   Makes the requirement form card align exactly with the same
   header/footer/section content width, even when old Elementor
   widget settings still store a 1200px form width.
   ========================================================== */
.shivaan-requirement-form-section {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--shivaan-site-side-padding) !important;
    padding-right: var(--shivaan-site-side-padding) !important;
    box-sizing: border-box !important;
}

.shivaan-requirement-form-card {
    width: 100% !important;
    max-width: var(--shivaan-site-content-width, 1400px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .shivaan-requirement-form-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .shivaan-requirement-form-card {
        max-width: 100% !important;
    }
}

/* ==========================================================
   SHIVAAN Product Page Section Width Fix (v2026.34)
   Makes Quality Detail and Specific Product CTA cards use the
   same content width as header, footer, form and other sections.
   Backgrounds remain full browser width.
   ========================================================== */
.elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail-section,
.elementor-widget-shivaan_specific_product_cta_section .shivaan-specific-product-cta {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--shivaan-site-side-padding) !important;
    padding-right: var(--shivaan-site-side-padding) !important;
    box-sizing: border-box !important;
}

.elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail__card,
.elementor-widget-shivaan_specific_product_cta_section .shivaan-specific-product-cta__card {
    width: 100% !important;
    max-width: var(--shivaan-site-content-width, 1400px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail__card {
    /* Remove the older calc(100% - 40px) inset that made this card narrower. */
    width: 100% !important;
}

@media (max-width: 768px) {
    .elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail-section,
    .elementor-widget-shivaan_specific_product_cta_section .shivaan-specific-product-cta {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail__card,
    .elementor-widget-shivaan_specific_product_cta_section .shivaan-specific-product-cta__card {
        max-width: 100% !important;
    }
}


/* ==========================================================
   SHIVAAN Product Page Shadow Removal (v2026.35)
   Removes the outer shadow from the Quality Detail and Specific
   Product CTA cards so the sections sit cleanly with the page width.
   ========================================================== */
.elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail__card,
.elementor-widget-shivaan_specific_product_cta_section .shivaan-specific-product-cta__card {
    box-shadow: none !important;
}

.elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail__image {
    filter: none !important;
}

.elementor-widget-shivaan_quality_detail_section .shivaan-quality-detail__item:hover,
.elementor-widget-shivaan_specific_product_cta_section .shivaan-specific-product-cta__button,
.elementor-widget-shivaan_specific_product_cta_section .shivaan-specific-product-cta__button:hover {
    box-shadow: none !important;
}

/* ==========================================================
   SHIVAAN Application/Product Card Text Placement Fix (v2026.36)
   Moves application/product card titles out of the image area and
   places them in a clean white title strip below each image so the
   text remains readable on every product/application card.
   ========================================================== */
.elementor-widget-shivaan_applications_section .shivaan-applications-card,
.shivaan-applications-section .shivaan-applications-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    background: #ffffff !important;
    text-decoration: none !important;
    height: 100% !important;
}

.elementor-widget-shivaan_applications_section .shivaan-applications-card__image,
.shivaan-applications-section .shivaan-applications-card__image {
    display: block !important;
    width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
    border-radius: 10px 10px 0 0 !important;
}

.elementor-widget-shivaan_applications_section .shivaan-applications-card__title,
.shivaan-applications-section .shivaan-applications-card__title {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 17px 14px 18px !important;
    background: #ffffff !important;
    color: #0b2058 !important;
    font-size: 18px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-shadow: none !important;
    box-shadow: none !important;
    flex: 0 0 auto !important;
}

.elementor-widget-shivaan_applications_section .shivaan-applications-card__title::after,
.shivaan-applications-section .shivaan-applications-card__title::after {
    content: "" !important;
    display: block !important;
    width: 34px !important;
    height: 3px !important;
    margin: 9px auto 0 !important;
    border-radius: 30px !important;
    background: #ed1c24 !important;
}

@media (max-width: 1024px) {
    .elementor-widget-shivaan_applications_section .shivaan-applications-card__image,
    .shivaan-applications-section .shivaan-applications-card__image {
        height: 230px !important;
        min-height: 230px !important;
        max-height: 230px !important;
    }
}

@media (max-width: 767px) {
    .elementor-widget-shivaan_applications_section .shivaan-applications-card__image,
    .shivaan-applications-section .shivaan-applications-card__image {
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
    }

    .elementor-widget-shivaan_applications_section .shivaan-applications-card__title,
    .shivaan-applications-section .shivaan-applications-card__title {
        min-height: 64px !important;
        padding: 15px 12px 16px !important;
        font-size: 17px !important;
    }
}


/* ==========================================================
   SHIVAAN Industry Card Text Placement Fix (v2026.37)
   The visible product/industry grid on the product page uses the
   SHIVAAN Industry Section widget, not the Applications widget.
   This forces each card image to stay inside the image box and
   moves the title/content into a clean readable white strip below.
   ========================================================== */
.elementor-widget-shivaan_industry_section .shivaan-industry-card,
.shivaan-industry-section .shivaan-industry-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

.elementor-widget-shivaan_industry_section .shivaan-industry-card-img,
.shivaan-industry-section .shivaan-industry-card-img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 10px 10px 0 0 !important;
    flex: 0 0 auto !important;
}

.elementor-widget-shivaan_industry_section .shivaan-industry-card-content,
.shivaan-industry-section .shivaan-industry-card-content {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 78px !important;
    margin: 0 !important;
    padding: 18px 14px 20px !important;
    background: #ffffff !important;
    text-align: center !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
}

.elementor-widget-shivaan_industry_section .shivaan-industry-card-title,
.shivaan-industry-section .shivaan-industry-card-title {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0b2058 !important;
    font-size: 19px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-shadow: none !important;
    background: transparent !important;
}

.elementor-widget-shivaan_industry_section .shivaan-industry-card-title::after,
.shivaan-industry-section .shivaan-industry-card-title::after {
    content: "" !important;
    display: block !important;
    width: 36px !important;
    height: 3px !important;
    margin: 10px auto 0 !important;
    border-radius: 30px !important;
    background: #ed1c24 !important;
}

.elementor-widget-shivaan_industry_section .shivaan-industry-card-desc,
.shivaan-industry-section .shivaan-industry-card-desc {
    position: static !important;
    display: block !important;
    margin: 9px 0 0 !important;
    padding: 0 !important;
    color: #5d6b82 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-shadow: none !important;
    background: transparent !important;
}

@media (max-width: 1024px) {
    .elementor-widget-shivaan_industry_section .shivaan-industry-card-img,
    .shivaan-industry-section .shivaan-industry-card-img {
        height: 230px !important;
        min-height: 230px !important;
        max-height: 230px !important;
    }
}

@media (max-width: 767px) {
    .elementor-widget-shivaan_industry_section .shivaan-industry-card-img,
    .shivaan-industry-section .shivaan-industry-card-img {
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
    }

    .elementor-widget-shivaan_industry_section .shivaan-industry-card-content,
    .shivaan-industry-section .shivaan-industry-card-content {
        min-height: 68px !important;
        padding: 15px 12px 17px !important;
    }

    .elementor-widget-shivaan_industry_section .shivaan-industry-card-title,
    .shivaan-industry-section .shivaan-industry-card-title {
        font-size: 17px !important;
    }
}


/* ==========================================================
   SHIVAAN Product CPT Grid title placement fix (v2026.38)
   This is the actual "PRODUCT RANGE" grid shown in the screenshot.
   Keep images in the image box and force the product title into a
   clean readable white strip below the image, not over the image.
   ========================================================== */
.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__card,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__card,
.shivaan-product-post-grid .shivaan-product-post-grid__card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__image-wrap,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__image-wrap,
.shivaan-product-post-grid .shivaan-product-post-grid__image-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 265px !important;
    min-height: 265px !important;
    max-height: 265px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
    flex: 0 0 auto !important;
}

.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__image,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__image,
.shivaan-product-post-grid .shivaan-product-post-grid__image {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
    transform: none !important;
}

.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__content,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__content,
.shivaan-product-post-grid .shivaan-product-post-grid__content {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 18px 14px 20px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    text-align: center !important;
    flex: 0 0 auto !important;
}

.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__card-title,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__card-title,
.shivaan-product-post-grid .shivaan-product-post-grid__card-title {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0b2058 !important;
    font-size: 19px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-shadow: none !important;
    background: transparent !important;
}

.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__line,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__line,
.shivaan-product-post-grid .shivaan-product-post-grid__line {
    position: static !important;
    display: block !important;
    width: 36px !important;
    height: 3px !important;
    margin: 10px auto 0 !important;
    border-radius: 999px !important;
    background: #ed1c24 !important;
    flex: 0 0 auto !important;
}

.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__description,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__description,
.shivaan-product-post-grid .shivaan-product-post-grid__description {
    position: static !important;
    display: block !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    text-align: center !important;
    text-shadow: none !important;
    background: transparent !important;
}

@media (max-width: 1024px) {
    .elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__image-wrap,
    .elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__image-wrap,
    .shivaan-product-post-grid .shivaan-product-post-grid__image-wrap {
        height: 235px !important;
        min-height: 235px !important;
        max-height: 235px !important;
    }
}

@media (max-width: 767px) {
    .elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__image-wrap,
    .elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__image-wrap,
    .shivaan-product-post-grid .shivaan-product-post-grid__image-wrap {
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
    }

    .elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__content,
    .elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__content,
    .shivaan-product-post-grid .shivaan-product-post-grid__content {
        min-height: 70px !important;
        padding: 15px 12px 17px !important;
    }

    .elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__card-title,
    .elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__card-title,
    .shivaan-product-post-grid .shivaan-product-post-grid__card-title {
        font-size: 17px !important;
    }
}

/* Mobile footer v41: one centered Our Products heading with two side-by-side product columns. */
@media (max-width: 768px) {
    .shivaan-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 28px !important;
    }

    .shivaan-footer-brand-col,
    .shivaan-footer-contact-col {
        grid-column: 1 / -1 !important;
    }

    .shivaan-footer-quick-col {
        display: none !important;
    }

    .shivaan-footer-product-col,
    .shivaan-footer-industry-col {
        display: contents !important;
        max-width: none !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        text-align: left !important;
    }

    .shivaan-footer-product-col .shivaan-footer-heading {
        grid-column: 1 / -1 !important;
        justify-self: center !important;
        text-align: center !important;
        margin: 0 0 2px !important;
        padding: 0 !important;
        display: block !important;
        width: 100% !important;
    }

    .shivaan-footer-industry-col .shivaan-footer-heading {
        display: none !important;
    }

    .shivaan-footer-product-col .shivaan-footer-links {
        grid-column: 1 / 2 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .shivaan-footer-industry-col .shivaan-footer-links {
        grid-column: 2 / 3 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .shivaan-footer-product-col .shivaan-footer-links li,
    .shivaan-footer-industry-col .shivaan-footer-links li {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    .shivaan-footer-product-col .shivaan-footer-links a,
    .shivaan-footer-industry-col .shivaan-footer-links a {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 7px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 380px) {
    .shivaan-footer-grid {
        gap: 22px 18px !important;
    }

    .shivaan-footer-product-col .shivaan-footer-links a,
    .shivaan-footer-industry-col .shivaan-footer-links a {
        font-size: 12.3px !important;
        gap: 6px !important;
    }
}


/* v42: Hide Process Section decorative side pictures on homepage.
   This removes the edge product images marked by the client while keeping the
   main process diagram, step cards, and section background intact. */
.shivaan-process-section > .shivaan-process-side-img,
.shivaan-process-side-img,
.shivaan-process-side-img-top-left,
.shivaan-process-side-img-bottom-left,
.shivaan-process-side-img-right {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* ==========================================================
   SHIVAAN Process Section Clean Width Fix (v2026.43)
   Removes the legacy side/background decorative product images and
   keeps the process content inside the same site container width.
   ========================================================== */
.elementor-widget-shivaan_process_section .shivaan-process-side-img,
.shivaan-process-section .shivaan-process-side-img {
    display: none !important;
    visibility: hidden !important;
}

.elementor-widget-shivaan_process_section .shivaan-process-section,
.shivaan-process-section {
    background-image: none;
    overflow: hidden !important;
}

.shivaan-process-inner {
    width: 100% !important;
    max-width: var(--shivaan-site-content-width, 1400px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
}

.shivaan-process-inner .shivaan-process-header,
.shivaan-process-inner .shivaan-process-diagram-wrapper,
.shivaan-process-inner .shivaan-process-features-bar {
    margin-left: auto !important;
    margin-right: auto !important;
}

.shivaan-process-inner .shivaan-process-features-bar {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .shivaan-process-inner {
        max-width: 100% !important;
    }
}


/* ==========================================================
   SHIVAAN High-Resolution Image Rendering Fix (v2026.44)
   Keeps industry/product card images crisp by preventing browser
   low-quality scaling/thumbnail rendering and avoiding unnecessary
   zoomed/cropped behaviour from older saved widget settings.
   ========================================================== */
.elementor-widget-shivaan_industry_section .shivaan-industry-card-img,
.shivaan-industry-section .shivaan-industry-card-img,
.elementor-widget-shivaan_product_post_grid_section .shivaan-product-post-grid__image,
.elementor-widget-shivaan_product_grid_section .shivaan-product-post-grid__image,
.shivaan-product-post-grid .shivaan-product-post-grid__image {
    image-rendering: auto !important;
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;
    filter: none !important;
}

.elementor-widget-shivaan_industry_section .shivaan-industry-card-img,
.shivaan-industry-section .shivaan-industry-card-img {
    object-fit: cover !important;
    object-position: center center !important;
}

@media (min-width: 1200px) {
    .elementor-widget-shivaan_industry_section .shivaan-industry-card-img,
    .shivaan-industry-section .shivaan-industry-card-img {
        height: 250px !important;
        min-height: 250px !important;
        max-height: 250px !important;
    }
}

/* SHIVAAN Header Active Menu Fix (v2026.45) */
.shivaan-header-nav a.shivaan-active-link {
    color: #e60000 !important;
    font-weight: 700;
}

.shivaan-header-nav a.shivaan-active-link:hover {
    color: #e60000 !important;
}


/* ==========================================================
   SHIVAAN Product Details Suitable Applications Layout Fix (v2026.46)
   Makes backend-controlled application cards distribute cleanly instead
   of creating an uneven five-card first row and one-card second row.
   ========================================================== */
.shivaan-product-detail-applications {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.35fr) !important;
    gap: 46px !important;
    align-items: center !important;
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

.shivaan-product-detail-applications__text {
    max-width: 440px !important;
}

.shivaan-product-detail-applications__text h2 {
    margin-bottom: 20px !important;
}

.shivaan-product-detail-applications__text p {
    max-width: 420px !important;
    line-height: 1.85 !important;
}

.shivaan-product-detail-applications__grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 18px !important;
    width: 100% !important;
}

.shivaan-product-detail-application-card {
    flex: 0 1 calc((100% - 36px) / 3) !important;
    max-width: calc((100% - 36px) / 3) !important;
    min-width: 0 !important;
    min-height: 132px !important;
    padding: 22px 16px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.shivaan-product-detail-application-card__icon {
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 2px !important;
}

.shivaan-product-detail-application-card__icon svg {
    width: 34px !important;
    height: 34px !important;
}

.shivaan-product-detail-application-card span {
    display: block !important;
    max-width: 150px !important;
    margin: 0 auto !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 1024px) {
    .shivaan-product-detail-applications {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        align-items: start !important;
    }

    .shivaan-product-detail-applications__text,
    .shivaan-product-detail-applications__text p {
        max-width: 100% !important;
    }

    .shivaan-product-detail-application-card {
        flex-basis: calc((100% - 18px) / 2) !important;
        max-width: calc((100% - 18px) / 2) !important;
    }
}

@media (max-width: 520px) {
    .shivaan-product-detail-applications {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .shivaan-product-detail-applications__grid {
        gap: 14px !important;
    }

    .shivaan-product-detail-application-card {
        flex-basis: 100% !important;
        max-width: 100% !important;
        min-height: 104px !important;
        padding: 18px 14px !important;
    }
}


/* ==========================================================
   SHIVAAN Specific Product CTA Feature Line Fix (v2026.47)
   Keeps the three selected trust/feature items in one clean row on
   desktop and tablet instead of allowing the third item to wrap below.
   ========================================================== */
@media (min-width: 901px) {
    .shivaan-specific-product-cta__features {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        align-items: center !important;
        width: min(100%, 660px) !important;
        max-width: 660px !important;
        gap: 0 !important;
        flex-wrap: nowrap !important;
    }

    .shivaan-specific-product-cta__feature,
    .shivaan-specific-product-cta__feature:first-child {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;
        padding: 0 18px !important;
        justify-content: center !important;
        gap: 12px !important;
    }

    .shivaan-specific-product-cta__feature:first-child {
        padding-left: 0 !important;
        justify-content: flex-start !important;
    }

    .shivaan-specific-product-cta__feature:last-child {
        padding-right: 0 !important;
    }

    .shivaan-specific-product-cta__feature-icon {
        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        font-size: 24px !important;
    }

    .shivaan-specific-product-cta__feature-icon svg,
    .shivaan-specific-product-cta__feature-icon i {
        width: 26px !important;
        height: 26px !important;
        font-size: 24px !important;
    }

    .shivaan-specific-product-cta__feature-text {
        max-width: 118px !important;
        font-size: 13px !important;
        line-height: 1.18 !important;
        overflow-wrap: normal !important;
    }
}

@media (min-width: 901px) and (max-width: 1280px) {
    .shivaan-specific-product-cta__features {
        width: min(100%, 610px) !important;
        max-width: 610px !important;
    }

    .shivaan-specific-product-cta__feature,
    .shivaan-specific-product-cta__feature:first-child {
        padding-left: 12px !important;
        padding-right: 12px !important;
        gap: 10px !important;
    }

    .shivaan-specific-product-cta__feature:first-child {
        padding-left: 0 !important;
    }

    .shivaan-specific-product-cta__feature-text {
        max-width: 110px !important;
        font-size: 12.5px !important;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .shivaan-specific-product-cta__features {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 0 !important;
    }

    .shivaan-specific-product-cta__feature,
    .shivaan-specific-product-cta__feature:first-child {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 12px !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .shivaan-specific-product-cta__feature:first-child {
        padding-left: 0 !important;
    }

    .shivaan-specific-product-cta__feature:last-child {
        padding-right: 0 !important;
    }

    .shivaan-specific-product-cta__feature-text {
        max-width: 110px !important;
        font-size: 12.5px !important;
        line-height: 1.18 !important;
    }
}


/* ==========================================================
   SHIVAAN Product Details Rounded Corner Fix (v2026.48)
   Gives every main backend-generated product detail section the
   same soft rounded corners as the checked CTA section.
   ========================================================== */
.shivaan-product-single-page .shivaan-product-detail-section,
.shivaan-product-single-page .shivaan-product-detail-specs,
.shivaan-product-single-page .shivaan-product-detail-custom-options,
.shivaan-product-single-page .shivaan-product-detail-applications,
.shivaan-product-single-page .shivaan-product-detail-global-cta {
    border-radius: 18px !important;
    overflow: hidden !important;
}

.shivaan-product-single-page .shivaan-product-detail-section {
    border: 1px solid #dfe6f0 !important;
}

.shivaan-product-single-page .shivaan-product-detail-specs,
.shivaan-product-single-page .shivaan-product-detail-applications {
    background-clip: padding-box !important;
}

.shivaan-product-single-page .shivaan-product-detail-custom-options {
    background-clip: padding-box !important;
}

.shivaan-product-single-page .shivaan-product-detail-spec-card,
.shivaan-product-single-page .shivaan-product-detail-option-card,
.shivaan-product-single-page .shivaan-product-detail-application-card,
.shivaan-product-single-page .shivaan-product-detail-badges,
.shivaan-product-single-page .shivaan-product-detail-overview__image {
    border-radius: 14px !important;
    overflow: hidden !important;
}

.shivaan-product-single-page .shivaan-product-detail-global-cta {
    border-radius: 18px !important;
}

@media (max-width: 640px) {
    .shivaan-product-single-page .shivaan-product-detail-section,
    .shivaan-product-single-page .shivaan-product-detail-specs,
    .shivaan-product-single-page .shivaan-product-detail-custom-options,
    .shivaan-product-single-page .shivaan-product-detail-applications,
    .shivaan-product-single-page .shivaan-product-detail-global-cta {
        border-radius: 14px !important;
    }
}


/* ==========================================================
   SHIVAAN Product Detail Section Gap Fix (v2026.49)
   Keeps all backend-generated product detail blocks separated
   with the same clean spacing as the rest of the page.
   ========================================================== */
.shivaan-product-single-page .shivaan-product-detail-section + .shivaan-product-detail-section,
.shivaan-product-single-page .shivaan-product-detail-section + .shivaan-product-detail-global-cta,
.shivaan-product-single-page .shivaan-product-detail-overview + .shivaan-product-detail-section {
    margin-top: 46px !important;
}

.shivaan-product-single-page .shivaan-product-detail-custom-options {
    margin-top: 46px !important;
}

.shivaan-product-single-page .shivaan-product-detail-applications {
    margin-top: 46px !important;
}

.shivaan-product-single-page .shivaan-product-detail-global-cta {
    margin-top: 46px !important;
}

@media (max-width: 767px) {
    .shivaan-product-single-page .shivaan-product-detail-section + .shivaan-product-detail-section,
    .shivaan-product-single-page .shivaan-product-detail-section + .shivaan-product-detail-global-cta,
    .shivaan-product-single-page .shivaan-product-detail-overview + .shivaan-product-detail-section,
    .shivaan-product-single-page .shivaan-product-detail-custom-options,
    .shivaan-product-single-page .shivaan-product-detail-applications,
    .shivaan-product-single-page .shivaan-product-detail-global-cta {
        margin-top: 30px !important;
    }
}


/* ==========================================================
   SHIVAAN Product Detail Overview Gap Fix (v2026.50)
   Lets the overview text column use its full available width so
   there is no large empty white gap on the right side.
   ========================================================== */
.shivaan-product-single-page .shivaan-product-detail-overview {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr) !important;
    gap: 56px !important;
    align-items: center !important;
}

.shivaan-product-single-page .shivaan-product-detail-overview__content {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
}

.shivaan-product-single-page .shivaan-product-detail-overview__content p {
    width: 100% !important;
    max-width: none !important;
}

@media (min-width: 1200px) {
    .shivaan-product-single-page .shivaan-product-detail-overview__content h2 {
        max-width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .shivaan-product-single-page .shivaan-product-detail-overview {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}


/* v2026.51 CTA section width alignment fix */
.shivaan-cta-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.shivaan-cta-section .shivaan-cta-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .shivaan-cta-section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}


/* v2026.52 CTA full-background / aligned-content fix
   The CTA background/card can span full width, but all readable content stays inside the site container. */
.shivaan-cta-section {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.shivaan-cta-section .shivaan-cta-card {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.shivaan-cta-section .shivaan-cta-card-main {
    width: calc(100% - (var(--shivaan-default-container-side-gap) * 2)) !important;
    max-width: var(--shivaan-default-container-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.shivaan-cta-section .shivaan-cta-footer-bar {
    padding-left: max(30px, calc((100% - var(--shivaan-default-container-width)) / 2 + 30px)) !important;
    padding-right: max(30px, calc((100% - var(--shivaan-default-container-width)) / 2 + 30px)) !important;
}

@media (max-width: 768px) {
    .shivaan-cta-section .shivaan-cta-card-main {
        width: calc(100% - 24px) !important;
    }

    .shivaan-cta-section .shivaan-cta-footer-bar {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


/* v2026.53 CTA gap cleanup
   Removes the visible blank band above/below the CTA while keeping content aligned inside the site container. */
.shivaan-cta-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.shivaan-cta-section .shivaan-cta-card {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.shivaan-cta-section .shivaan-cta-card-main {
    padding-top: 55px !important;
    padding-bottom: 35px !important;
}

.shivaan-cta-section + .elementor-widget,
.shivaan-cta-section + .elementor-section,
.shivaan-cta-section + .elementor-container {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .shivaan-cta-section .shivaan-cta-card-main {
        padding-top: 35px !important;
        padding-bottom: 25px !important;
    }
}


/* v2026.54 remove CTA bottom strap */
.shivaan-cta-section .shivaan-cta-footer-bar {
    display: none !important;
}


/* ==========================================================
   SHIVAAN Product Detail Enquiry Button + Popup (v2026.65)
   Adds a product-related enquiry CTA to every detail page.
   ========================================================== */
.shivaan-product-single-page .shivaan-product-detail-enquiry-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 22px !important;
    padding: 15px 24px !important;
    border: 2px solid #ed1c24 !important;
    border-radius: 9px !important;
    background: #ed1c24 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(237, 28, 36, 0.22) !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease !important;
}

.shivaan-product-single-page .shivaan-product-detail-enquiry-btn:hover,
.shivaan-product-single-page .shivaan-product-detail-enquiry-btn:focus {
    background: #c90007 !important;
    border-color: #c90007 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 38px rgba(237, 28, 36, 0.28) !important;
}

.shivaan-product-detail-enquiry-notice {
    margin-top: 18px !important;
    padding: 12px 14px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
}

.shivaan-product-detail-enquiry-notice--success {
    border: 1px solid #b7e4c7 !important;
    background: #edf9f1 !important;
    color: #106a32 !important;
}

.shivaan-product-detail-enquiry-notice--error {
    border: 1px solid #ffc3c3 !important;
    background: #fff1f1 !important;
    color: #b00020 !important;
}

.shivaan-product-enquiry-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 30px 16px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .22s ease, visibility .22s ease !important;
}

.shivaan-product-enquiry-modal:target {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.shivaan-product-enquiry-modal__overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(8, 18, 48, .72) !important;
    backdrop-filter: blur(3px) !important;
    cursor: pointer !important;
}

.shivaan-product-enquiry-modal__dialog {
    position: relative !important;
    z-index: 1 !important;
    width: min(100%, 760px) !important;
    max-height: calc(100vh - 60px) !important;
    overflow-y: auto !important;
    border-radius: 18px !important;
    border: 1px solid #dfe6f0 !important;
    background: #ffffff !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28) !important;
    transform: translateY(12px) scale(.985) !important;
    transition: transform .22s ease !important;
}

.shivaan-product-enquiry-modal:target .shivaan-product-enquiry-modal__dialog {
    transform: translateY(0) scale(1) !important;
}

.shivaan-product-enquiry-modal__close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: 1px solid #dfe6f0 !important;
    background: #ffffff !important;
    color: #0b2058 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.shivaan-product-enquiry-modal__close:hover,
.shivaan-product-enquiry-modal__close:focus {
    background: #ed1c24 !important;
    border-color: #ed1c24 !important;
    color: #ffffff !important;
}

.shivaan-product-enquiry-modal__header {
    padding: 28px 32px 20px !important;
    border-bottom: 1px solid #edf0f5 !important;
    background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 100%) !important;
}

.shivaan-product-enquiry-modal__header span {
    display: inline-block !important;
    margin-bottom: 8px !important;
    color: #ed1c24 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

.shivaan-product-enquiry-modal__header h2 {
    margin: 0 42px 8px 0 !important;
    color: #0b2058 !important;
    font-size: clamp(26px, 3vw, 36px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: -.035em !important;
}

.shivaan-product-enquiry-modal__header p {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

.shivaan-product-enquiry-form {
    padding: 26px 32px 32px !important;
}

.shivaan-product-enquiry-form__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.shivaan-product-enquiry-form label {
    display: block !important;
    margin: 0 !important;
}

.shivaan-product-enquiry-form label span {
    display: block !important;
    margin: 0 0 7px !important;
    color: #0b2058 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.shivaan-product-enquiry-form input,
.shivaan-product-enquiry-form select,
.shivaan-product-enquiry-form textarea {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    border: 1px solid #d9e0eb !important;
    border-radius: 9px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    outline: none !important;
    box-shadow: none !important;
}

.shivaan-product-enquiry-form textarea {
    min-height: 110px !important;
    resize: vertical !important;
}

.shivaan-product-enquiry-form input:focus,
.shivaan-product-enquiry-form select:focus,
.shivaan-product-enquiry-form textarea:focus {
    border-color: #0b2058 !important;
    box-shadow: 0 0 0 3px rgba(11, 32, 88, .08) !important;
}

.shivaan-product-enquiry-form input[type="file"] {
    padding: 11px !important;
    background: #f7f9fc !important;
}

.shivaan-product-enquiry-form em {
    display: block !important;
    margin-top: 7px !important;
    color: #6b7280 !important;
    font-size: 12px !important;
    font-style: normal !important;
    line-height: 1.35 !important;
}

.shivaan-product-enquiry-form__full {
    grid-column: 1 / -1 !important;
}

.shivaan-product-enquiry-form__submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 20px !important;
    padding: 16px 22px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #ed1c24 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: 0 15px 32px rgba(237, 28, 36, .23) !important;
}

.shivaan-product-enquiry-form__submit:hover,
.shivaan-product-enquiry-form__submit:focus {
    background: #c90007 !important;
    color: #ffffff !important;
}

@media (max-width: 640px) {
    .shivaan-product-single-page .shivaan-product-detail-enquiry-btn {
        width: 100% !important;
        margin-top: 18px !important;
    }

    .shivaan-product-enquiry-modal {
        align-items: flex-start !important;
        padding: 16px 10px !important;
    }

    .shivaan-product-enquiry-modal__dialog {
        max-height: calc(100vh - 32px) !important;
        border-radius: 14px !important;
    }

    .shivaan-product-enquiry-modal__header {
        padding: 24px 20px 18px !important;
    }

    .shivaan-product-enquiry-modal__header h2 {
        margin-right: 38px !important;
    }

    .shivaan-product-enquiry-form {
        padding: 22px 20px 24px !important;
    }

    .shivaan-product-enquiry-form__grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

/* SHIVAAN v2026.65 - settings-controlled product enquiry popup intro text */
.shivaan-product-enquiry-modal__intro {
    margin-top: 9px !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
}
