hr:first-child, .hr:first-child { margin-top: inherit; }
hr:last-child, .hr:last-child { margin-bottom: inherit; }

.eepl-body {
    overflow-x: hidden;
}

#status { width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; background-image: url(../../libs/industrial/img/loading.gif); background-repeat: no-repeat; background-position: center; background-size: 38px auto; margin: -50px 0 0 -50px; }

.error-page { background: url("../../libs/industrial/img/bg-404.jpg") no-repeat 50% 0; background-size: cover; min-height: 700px; padding-top: 200px; padding-bottom: 350px; text-align: center; }

.owl-nav .owl-next { background-image: url(../../libs/industrial/img/arrow-next-g.png); }
.light .owl-nav .owl-next, .box-s3 .owl-nav .owl-next, .box-s4 .owl-nav .owl-next, .container-fluid .owl-nav .owl-next { background-image: url(../../libs/industrial/img/arrow-next-w.png); }

.owl-nav .owl-prev { background-image: url(../../libs/industrial/img/arrow-prev-g.png); }
.light .owl-nav .owl-prev, .box-s3 .owl-nav .owl-prev, .box-s4 .owl-nav .owl-prev, .container-fluid .owl-nav .owl-prev { background-image: url(../../libs/industrial/img/arrow-prev-w.png); }

.banner-text{
    background-color: rgba(11, 31, 58, 0.55);
    padding: 10px !important;
}

.eepl-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    height: auto;
    max-width: none;
}
.eepl-brand .eepl-mark {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: inherit;
    margin: 0;
}
.eepl-wordmark {
    display: inline-grid;
    grid-template-columns: 1fr;
    width: max-content;
    max-width: 100%;
    justify-content: center;
    line-height: 1.2;
}
.eepl-wordmark-line1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.4em;
    min-width: 0;
    width: 100%;
    white-space: nowrap;
}
.eepl-wordmark-name {
    color: #0B1F3A;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.eepl-wordmark-pty {
    color: #5C6770;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.eepl-wordmark-tag {
    color: #5C6770;
    font-size: 9px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 3px;
    display: block;
    width: auto;
    max-width: none;
    white-space: nowrap;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .eepl-body .header-s1 .navbar-brand.eepl-brand {
        margin-top: 6px;
        margin-bottom: 6px;
        max-width: min(320px, calc(100vw - 58px));
        gap: 8px;
    }
    .eepl-brand .eepl-wordmark {
        max-width: none;
        width: max-content;
    }
    .eepl-wordmark-name {
        font-size: 12px;
        letter-spacing: 0.04em;
    }
    .eepl-wordmark-pty {
        font-size: 8px;
        letter-spacing: 0.08em;
    }
    .eepl-wordmark-tag {
        font-size: 7px;
        letter-spacing: 0.03em;
    }
}

h1, h2, h3, h4, h5, h6,
.heading-section, .heading-lead {
    text-transform: none;
}
h2, .h2, .heading-section {
    color: #0B1F3A;
}
h3, .h3, h4, .h4 {
    color: #353a42;
}
h1.color-primary, h2.color-primary, h3.color-primary, h4.color-primary, h5.color-primary, h6.color-primary,
.heading-section.color-primary, .color-primary {
    color: #F15A22;
}

.bg-primary, .box-s3 {
    background: #0B1F3A;
}
.call-action.bg-primary,
.call-action.box-s3 {
    background: #F15A22;
    color: #fff;
}
.call-action.bg-primary .btn.btn-light,
.call-action.box-s3 .btn.btn-light {
    color: #0B1F3A;
    background: #fff;
    border-color: #fff;
}
.call-action.bg-primary .btn.btn-light:hover,
.call-action.bg-primary .btn.btn-light:focus,
.call-action.box-s3 .btn.btn-light:hover,
.call-action.box-s3 .btn.btn-light:focus {
    color: #fff;
    background: #0B1F3A;
    border-color: #0B1F3A;
}
.call-action.bg-primary .btn.btn-outline,
.call-action.box-s3 .btn.btn-outline,
.call-action.bg-primary .btn:not(.btn-light),
.call-action.box-s3 .btn:not(.btn-light) {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.call-action.bg-primary .btn.btn-outline:hover,
.call-action.bg-primary .btn.btn-outline:focus,
.call-action.bg-primary .btn:not(.btn-light):hover,
.call-action.bg-primary .btn:not(.btn-light):focus,
.call-action.box-s3 .btn.btn-outline:hover,
.call-action.box-s3 .btn.btn-outline:focus,
.call-action.box-s3 .btn:not(.btn-light):hover,
.call-action.box-s3 .btn:not(.btn-light):focus {
    color: #0B1F3A;
    background: #fff;
    border-color: #fff;
}
.call-action .btn + .btn {
    margin-left: 10px;
}
.eepl-cta-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.eepl-cta-inline .btn {
    margin: 0 !important;
}

.btn-info,
.btn-danger,
.eepl-btn-primary {
    background-color: #F15A22;
    border-color: #F15A22;
    color: #fff;
}
.btn-info:hover,
.btn-danger:hover,
.eepl-btn-primary:hover {
    background-color: #d64d1b;
    border-color: #d64d1b;
    color: #fff;
}

/* Header menu — EEPL colours only (Industrial theme handles layout). */
.eepl-body .site-header .quote-btn .btn,
.eepl-body .navbar-primary .navbar-nav > li.quote-btn > a.btn {
    background-color: #F15A22;
    border-color: #F15A22;
    color: #fff;
}
.eepl-body .site-header .quote-btn .btn:hover,
.eepl-body .site-header .quote-btn .btn:focus,
.eepl-body .navbar-primary .navbar-nav > li.quote-btn > a.btn:hover,
.eepl-body .navbar-primary .navbar-nav > li.quote-btn > a.btn:focus {
    background-color: #d64d1b;
    border-color: #d64d1b;
    color: #fff;
}
.eepl-body .site-header .navbar-header .quote-btn .btn {
    background-color: #F15A22 !important;
    border-color: #F15A22 !important;
    color: #fff !important;
}
.eepl-body .site-header .navbar-header .quote-btn .btn:hover,
.eepl-body .site-header .navbar-header .quote-btn .btn:focus {
    background-color: #d64d1b !important;
    border-color: #d64d1b !important;
    color: #fff !important;
}
@media only screen and (min-width: 768px) {
    .eepl-body .navbar-primary .navbar-nav > li > a:not(.btn):hover,
    .eepl-body .navbar-primary .navbar-nav > li > a:not(.btn):focus,
    .eepl-body .navbar-primary .navbar-nav > li.active > a:not(.btn) {
        color: #F15A22;
    }
}
@media only screen and (max-width: 767px) {
    .eepl-body .header-s1 .navbar-toggle {
        background-color: #0B1F3A;
        border-color: #0B1F3A;
    }
    .eepl-body .header-s1 .navbar-collapse {
        background-color: #0B1F3A;
    }
    .eepl-body .header-s1 .navbar-collapse .navbar-nav > li.active > a:not(.btn),
    .eepl-body .header-s1 .navbar-collapse .navbar-nav > li.active > a:not(.btn):focus,
    .eepl-body .header-s1 .navbar-collapse .navbar-nav > li.active > a:not(.btn):hover {
        color: #F15A22;
    }
}

.btn-alt,
.eepl-btn-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn-alt:hover,
.eepl-btn-outline:hover {
    background: #fff;
    color: #0B1F3A;
}
.footer-widget {
    background: #0B1F3A;
    color: #fff;
}
.footer-widget a,
.footer-widget .wgs-title,
.copyright {
    color: #fff;
}
.footer-widget .wgs-title:not([class*="color-"]) {
    color: #F15A22;
}
.copyright {
    background: #071525;
}

.section.has-bg.light:after,
.section.has-bg.fixed-bg:after {
    opacity: 0.72;
}
.section.has-bg.light .container,
.section.has-bg.fixed-bg .container {
    color: #fff;
}
.section.has-bg.light h2,
.section.has-bg.light .heading-section,
.section.has-bg.fixed-bg h2,
.section.has-bg.fixed-bg .heading-section {
    color: #fff;
}
.section.has-bg.light p,
.section.has-bg.fixed-bg p {
    color: rgba(255, 255, 255, 0.92);
}
.section.has-bg.light .eepl-kicker,
.section.has-bg.fixed-bg .eepl-kicker {
    color: #F15A22;
}

.eepl-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    background-color: #0B1F3A;
    background-image: url(https://dt-public-production.s3.ap-southeast-2.amazonaws.com/resources/eepl/images/capability-cnc.jpg);
    background-size: cover;
    background-position: 70% center;
    background-repeat: no-repeat;
    color: #fff;
}
.eepl-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(11, 31, 58, 0.45);
}
.eepl-hero-feather {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: calc(45% - 9%);
    width: 18%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(11, 31, 58, 0.95) 0%,
        rgba(11, 31, 58, 0.55) 42%,
        rgba(11, 31, 58, 0.12) 100%
    );
    filter: blur(22px);
    transform: scale(1.08);
}
.eepl-hero.eepl-hero--video-on .eepl-hero-feather {
    display: block;
}
.eepl-hero.eepl-hero--video-on {
    background-position: 20% center;
}
.eepl-hero.eepl-hero--video-on::after {
    background: rgba(11, 31, 58, 0.5);
}
.eepl-hero.eepl-hero--video-on .eepl-hero-media {
    left: 45%;
    right: 0;
    width: auto;
    background-color: #0B1F3A;
    background-image: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 100%);
}
.eepl-hero.eepl-hero--video-on .eepl-hero-media::after {
    display: none;
}
.eepl-hero.eepl-hero--video-on .eepl-hero .eepl-hero-video,
.eepl-hero.eepl-hero--video-on .eepl-hero-video {
    object-position: 72% center;
    opacity: 1;
}
.eepl-hero.eepl-hero--video-on .eepl-hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(11, 31, 58, 0.9) 0%,
        rgba(11, 31, 58, 0.84) 42%,
        rgba(11, 31, 58, 0.74) 45%,
        rgba(11, 31, 58, 0.64) 100%
    );
}
.eepl-hero.eepl-hero--video-on .eepl-hero-copy {
    max-width: 520px;
}
.eepl-hero-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #0B1F3A;
    background-image: url(https://dt-public-production.s3.ap-southeast-2.amazonaws.com/resources/eepl/images/capability-cnc.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.eepl-hero .eepl-hero-video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 70% center;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.eepl-hero-overlay {
    position: relative;
    z-index: 2;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 72px 0;
    background: linear-gradient(
        180deg,
        rgba(11, 31, 58, 0.94) 0%,
        rgba(11, 31, 58, 0.88) 55%,
        rgba(11, 31, 58, 0.82) 100%
    );
}
.eepl-hero-copy {
    max-width: 640px;
}
.eepl-hero h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
    margin-top: 0;
    text-transform: none;
}
.eepl-hero h1 span {
    color: #F15A22;
}
.eepl-hero .eepl-sub {
    font-size: 18px;
    margin-bottom: 24px;
}
.eepl-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.eepl-hero-cta a {
    margin: 0;
}

.eepl-section-light {
    background: #F4F7FA;
}
.eepl-kicker {
    color: #F15A22;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}
.eepl-grid-followup {
    margin-top: 36px;
}
.eepl-card-grid + .eepl-grid-followup,
.eepl-step-grid + .eepl-grid-followup {
    margin-top: 12px;
}
.feature-row.mgno {
    margin-top: 24px;
}
.feature-row.mgno .feature {
    margin-top: 24px;
    height: 100%;
}

/* Text cards: feature-s1 (home/about/etc.) + bordered step/industry boxes */
.feature-row.feature-s1 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.feature-row.feature-s1 > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.feature-s1 .feature,
.eepl-step-grid .feature-imagebox.border,
.eepl-card-grid .feature-imagebox.border {
    text-align: left !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 22px 26px;
    margin-top: 24px;
    height: 100%;
}
.feature-s1 .feature h3,
.feature-s1 .feature h4,
.eepl-step-grid .feature-imagebox.border .block > h4,
.eepl-card-grid .feature-imagebox.border .block > h4 {
    color: #0B1F3A;
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(241, 90, 34, 0.35);
    text-align: left;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.35;
}
.feature-s1 .feature p,
.feature-s1 .feature ul,
.feature-s1 .feature .eepl-card-list,
.eepl-step-grid .feature-imagebox.border .block > p,
.eepl-step-grid .feature-imagebox.border .block > ul,
.eepl-card-grid .feature-imagebox.border .block > p,
.eepl-card-grid .feature-imagebox.border .block > ul {
    text-align: left;
    margin-top: 0;
}
.eepl-step-grid .feature-imagebox.border ul,
.eepl-card-grid .feature-imagebox.border ul {
    padding-left: 1.15em;
    list-style-position: outside;
    margin-bottom: 0;
}
.eepl-step-grid .feature-imagebox.border li,
.eepl-card-grid .feature-imagebox.border li {
    margin-bottom: 6px;
}
.feature-s1 .feature p + p {
    margin-top: 12px;
}
.feature-s1 .feature ul:last-child,
.feature-s1 .feature p:last-child {
    margin-bottom: 0;
}

.feature-s4 .fbox-over {
    text-align: center;
    padding: 16px 18px 18px;
}
.feature-s4 .fbox-over .title,
.feature-s4 .fbox-over .fbox-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.feature-imagebox.border .block {
    text-align: left;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.feature-imagebox.border .block h3,
.feature-imagebox.border .block h4,
.feature-imagebox.border .block p,
.feature-imagebox.border .block ul {
    text-align: left;
}
.eepl-contact-form-box.feature-imagebox.border,
.eepl-contact-side.feature-imagebox.border {
    padding: 24px 22px 26px;
}
.eepl-contact-side .block > h4:first-of-type {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 2px solid rgba(241, 90, 34, 0.35);
}
.eepl-contact-side .block > h4:not(:first-of-type) {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1em;
}
.eepl-capabilities-section .eepl-section-intro,
.col-xs-12.eepl-section-intro {
    margin-bottom: 44px;
}
.eepl-capability-cards {
    margin-top: 0;
}
.eepl-capability-cards.feature-row.mgno {
    margin-top: 0;
}
.eepl-footer-row {
    display: flex;
    flex-wrap: wrap;
}
.eepl-footer-links .row {
    margin-left: -15px;
    margin-right: -15px;
}
.eepl-footer-copyright .eepl-copyright-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.eepl-footer-copyright .site-copy,
.eepl-footer-copyright .site-by {
    float: none;
}
.eepl-footer-copyright p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    .eepl-footer-row > .eepl-footer-links,
    .eepl-footer-row > .eepl-footer-contact {
        display: flex;
        flex-direction: column;
    }
}

.feature-row.feature-s4:not(.boxed-filled) .feature {
    margin-top: 24px;
}
.feature-row.feature-s4 .fbox-photo {
    height: 225px;
}
.feature-row.feature-s4 .fbox-photo img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.eepl-process-carousel .feature {
    margin-top: 0;
}
.eepl-process-carousel .fbox-photo {
    height: 220px;
}
.eepl-process-carousel .fbox-photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.eepl-process-carousel .fbox-over {
    position: relative;
    background: #0B1F3A !important;
    padding: 18px 16px 20px;
}
.eepl-process-carousel .fbox-over .title {
    margin: 0 0 8px;
    font-size: 16px;
    text-align: center;
}
.eepl-process-carousel .fbox-content {
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}
.eepl-process-carousel.owl-carousel {
    position: relative;
    padding-bottom: 36px;
}

.eepl-flag {
    display: block;
    width: 48px;
    height: auto;
    margin: 0 auto 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.eepl-bridge-card {
    background: rgba(7, 21, 37, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 20px 18px;
    height: auto;
    box-shadow: none;
    backdrop-filter: blur(4px);
}
.eepl-bridge-card h3 {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.35;
    color: #fff;
}
.eepl-bridge-card > p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
    font-size: 14px;
}
.eepl-bridge-map {
    display: grid;
    grid-template-columns: 1fr minmax(120px, 1.35fr) 1fr;
    align-items: center;
    gap: 6px 14px;
    margin: 16px 0 18px;
    padding: 14px 12px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}
.eepl-bridge-site {
    text-align: center;
}
.eepl-bridge-place {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.78);
}
.eepl-bridge-place strong {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}
.eepl-bridge-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
}
.eepl-bridge-pill {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(241, 90, 34, 0.92);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.35;
    border-radius: 999px;
    text-align: center;
    box-shadow: none;
}
.eepl-bridge-connector {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(241, 90, 34, 0.35) 0%, #F15A22 45%, #F15A22 100%);
    position: relative;
}
.eepl-bridge-connector::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #F15A22;
}
.eepl-why-india {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.eepl-why-india-copy {
    margin-bottom: 24px;
}

.eepl-boxed-split {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0 28px;
    background: #fff;
    border: 1px solid rgba(11, 31, 58, 0.08);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(11, 31, 58, 0.06);
}
.eepl-boxed-split-photo {
    flex: 1 1 280px;
    min-height: 260px;
    background-size: cover;
    background-position: center;
}
.eepl-boxed-split-body {
    flex: 1 1 320px;
    padding: 28px 32px;
}
.eepl-boxed-split-body h2,
.eepl-boxed-split-body h3 {
    margin-top: 0;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(241, 90, 34, 0.35);
    color: #0B1F3A;
    text-align: left;
    font-weight: 600;
    line-height: 1.35;
}
.eepl-boxed-split-body h2 {
    font-size: 1.5em;
}
.eepl-boxed-split-body h3 {
    font-size: 1.125em;
}
.eepl-split-list {
    margin: 0;
    padding-left: 18px;
}
.eepl-boxed-split-reverse {
    flex-direction: row-reverse;
}

.feature-imagebox h3,
.feature-imagebox h4 {
    color: #0B1F3A;
    text-transform: none;
}
.feature-imagebox p:last-child {
    margin-bottom: 0;
}

.eepl-page-banner {
    background-color: #0B1F3A;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: left;
}
.eepl-page-banner.only-pg-title .container {
    position: relative;
    min-height: 160px;
}
.eepl-page-banner.banner-static .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: none;
    margin: 0;
    float: none;
    text-align: left;
}
.eepl-header-align .content.row {
    margin-left: 0;
    margin-right: 0;
}
.section.has-bg.eepl-bg-panel {
    background-color: #0B1F3A;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.eepl-section-intro {
    margin-bottom: 36px;
}
.eepl-section-intro p:last-child {
    margin-bottom: 0;
}
.eepl-section-intro h2 {
    margin-top: 0;
}

.eepl-carousel-shell {
    margin-top: 8px;
    overflow: hidden;
}
.eepl-process-carousel.owl-carousel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
/* Owl sets slide width; Bootstrap cols must fill each slide, not 33% of it */
.eepl-process-carousel.owl-carousel [class*="col-"] {
    width: 100% !important;
    max-width: none;
    float: none !important;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 1px;
}
.eepl-process-carousel.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
}
.eepl-process-carousel.owl-carousel .owl-item .feature {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.eepl-process-carousel.owl-carousel .owl-item .fbox-over {
    flex: 1 1 auto;
}
.eepl-process-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.eepl-process-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
    pointer-events: none;
}
.eepl-process-carousel.owl-carousel .owl-nav button {
    pointer-events: auto;
}
.eepl-process-carousel.owl-carousel .owl-dots {
    display: block !important;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-top: 4px;
}
.eepl-process-carousel.owl-carousel .owl-dot span {
    background: rgba(11, 31, 58, 0.25);
}
.eepl-process-carousel.owl-carousel .owl-dot.active span,
.eepl-process-carousel.owl-carousel .owl-dot:hover span {
    background: #F15A22;
}

.eepl-step-grid,
.eepl-card-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.eepl-step-grid > [class*="col-"],
.eepl-card-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}
.eepl-step-grid .feature-imagebox,
.eepl-card-grid .feature-imagebox {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
}
.eepl-step-grid .feature-imagebox .block,
.eepl-card-grid .feature-imagebox .block {
    height: 100%;
}
.eepl-step-grid .feature-imagebox.border,
.eepl-card-grid .feature-imagebox.border {
    margin-top: 0;
}

.eepl-contact-lead {
    margin-bottom: 28px;
}
.eepl-contact-row {
    margin-top: 0;
    align-items: stretch;
}
.eepl-contact-row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}
.eepl-contact-form-box,
.eepl-contact-side {
    flex: 1 1 auto;
    width: 100%;
    margin: 0;
}
.eepl-contact-form-box .form-horizontal,
.eepl-contact-form-box form {
    max-width: 100%;
}
.eepl-card-list {
    margin: 0 0 0 0;
    padding-left: 1.15em;
    text-align: left;
    list-style-position: outside;
}
.eepl-card-list li {
    margin-bottom: 6px;
    padding-left: 0;
}
.eepl-card-list li:last-child {
    margin-bottom: 0;
}
.eepl-sticky-cta {
    display: none;
}

.eepl-rfq-box {
    margin-top: 12px;
    padding: 28px 28px 8px;
}
.eepl-rfq-box .feature-imagebox {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.eepl-form-section {
    margin-top: 18px;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 2px solid #F15A22;
    color: #0B1F3A !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

@media only screen and (min-width: 992px) {
    .eepl-why-india {
        align-items: center;
    }
    .eepl-why-india-copy {
        margin-bottom: 0;
        padding-right: 24px;
    }
    .eepl-why-india > [class*="col-"] {
        display: block;
        float: none;
    }
    .eepl-bridge-card {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .section.fixed-bg,
    .section.has-bg.fixed-bg,
    .fixed-bg {
        background-attachment: scroll !important;
    }
    .section.has-bg.eepl-bg-panel,
    .eepl-page-banner {
        background-size: cover;
        background-position: center center;
    }
    .eepl-hero {
        min-height: 460px;
        background-position: center center;
    }
    .eepl-hero-media {
        background-position: center center;
    }
    .eepl-hero-media::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(11, 31, 58, 0.35);
        pointer-events: none;
    }
    .eepl-hero-video {
        object-position: center center;
    }
    .eepl-hero-overlay {
        min-height: 460px;
        align-items: flex-start;
        padding: 40px 0 48px;
    }
    .eepl-hero-copy {
        max-width: none;
        width: 100%;
    }
    .eepl-hero h1 {
        font-size: 30px;
    }
    .eepl-hero .eepl-sub {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .eepl-hero-copy p {
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .eepl-body .header-s1 .navbar-brand.eepl-brand {
        max-width: min(300px, 32vw);
    }
    .eepl-wordmark-name {
        font-size: clamp(12px, 1.2vw, 15px);
    }
    .eepl-wordmark-pty,
    .eepl-wordmark-tag {
        font-size: clamp(8px, 0.75vw, 9px);
    }
}

@media only screen and (max-width: 991px) {
    .eepl-footer-links .eepl-footer-quicklinks {
        margin-top: 0;
    }
    .eepl-body {
        padding-bottom: 72px;
    }
    .eepl-sticky-cta {
        display: flex !important;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 40;
        background: #0B1F3A;
        padding: 10px 12px;
        gap: 8px;
        justify-content: center;
    }
    .eepl-sticky-cta .btn {
        flex: 1;
        margin: 0;
    }
    .eepl-bridge-map {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 28px 22px;
        text-align: center;
    }
    .eepl-bridge-link {
        padding: 12px 0;
        gap: 10px;
    }
    .eepl-bridge-connector {
        width: 3px;
        height: 36px;
        margin: 0 auto;
        background: linear-gradient(180deg, rgba(241, 90, 34, 0.35) 0%, #F15A22 50%, rgba(241, 90, 34, 0.45) 100%);
    }
    .eepl-bridge-connector::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -2px;
        transform: translateX(-50%);
        border-top: 9px solid #F15A22;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 0;
    }
    .eepl-bridge-pill {
        max-width: 280px;
        white-space: normal;
    }
    .eepl-boxed-split-reverse {
        flex-direction: row;
    }
    .call-action .btn + .btn {
        margin-left: 0;
        margin-top: 0;
    }
    .call-action .eepl-cta-inline {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .call-action .eepl-cta-inline .btn {
        width: 100%;
        max-width: 320px;
    }
    .eepl-footer-row > .eepl-footer-contact {
        margin-top: 8px;
    }
    .eepl-rfq-box .form-group > [class*="col-sm-"],
    .eepl-rfq-box [class*="col-sm-"] {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .eepl-hero h1 {
        font-size: 26px;
    }
    .eepl-header-align > .container,
    .eepl-page-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .eepl-page-banner.only-pg-title .container {
        min-height: 180px;
    }
    .eepl-process-carousel .fbox-photo,
    .eepl-process-carousel .fbox-photo img {
        height: 200px;
    }
    .feature-row.feature-s4 .fbox-photo,
    .feature-row.feature-s4 .fbox-photo img {
        height: 200px;
    }
    .eepl-boxed-split-body {
        padding: 22px 20px;
    }
    .eepl-rfq-box {
        padding: 20px 16px 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eepl-footer-links .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .eepl-footer-links .footer-col {
        float: none;
    }
    .eepl-footer-links .wgs-title {
        font-size: 14px;
    }
    .eepl-footer-links .menu a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .eepl-page-banner {
        background-size: 100% auto;
        background-position: center center;
    }
}

@media only screen and (max-width: 480px) {
    .fixed-bg { background-attachment: scroll; }
    .eepl-hero {
        min-height: 420px;
    }
    .eepl-hero-overlay {
        min-height: 420px;
        padding: 32px 0 40px;
    }
    .eepl-flag {
        width: 42px;
    }
    .eepl-footer-copyright .site-copy p,
    .eepl-footer-copyright .site-by p {
        font-size: 11px;
    }
}
