/* =========================================================
   BBSR SERVICES
   LIFT LICENCE - ODISHA
========================================================= */

.lift-page {
    padding: 30px 0 55px;
    background: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
}

.lift-container {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.lift-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 52px 45px;
    background: linear-gradient(135deg, #123c63, #1769aa);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.lift-hero:after {
    content: "";
    position: absolute;
    right: -130px;
    top: -150px;
    width: 370px;
    height: 370px;
    border: 60px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.lift-hero-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
}

.lift-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    background: rgba(255,255,255,.10);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.lift-hero h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 39px;
    line-height: 1.25;
    font-weight: 700;
}

.lift-hero-subtitle {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.lift-hero-text {
    max-width: 880px;
    margin: 0 0 14px;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 29px;
}


/* =========================================================
   BUTTONS
========================================================= */

.lift-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.lift-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.lift-btn i {
    margin-right: 6px;
}

.lift-btn-apply {
    background: #198754;
    color: #ffffff !important;
}

.lift-btn-apply:hover {
    background: #146c43;
}

.lift-btn-consult {
    background: #ff6600;
    color: #ffffff !important;
}

.lift-btn-consult:hover {
    background: #dc5400;
}

.lift-btn-light {
    background: #ffffff;
    color: #123c63 !important;
}

.lift-btn-light:hover {
    background: #eeeeee;
}

.lift-btn-green {
    background: #25d366;
    color: #ffffff !important;
}

.lift-btn-green:hover {
    background: #1ca951;
}


/* =========================================================
   SECTION
========================================================= */

.lift-section {
    margin-bottom: 35px;
}

.lift-section h2 {
    margin: 0 0 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e2e7ea;
    color: #123c63;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
}

.lift-section h3 {
    color: #123c63;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.lift-section p {
    margin: 0 0 15px;
    color: #555555;
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
}

.lift-section a {
    color: #1769aa;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.lift-section a:hover {
    color: #ff6600;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.lift-highlight {
    margin: 20px 0;
    padding: 23px;
    background: #f3f8fc;
    border-left: 4px solid #1769aa;
    border-radius: 6px;
}

.lift-highlight h3 {
    margin: 0 0 8px;
}

.lift-highlight p {
    margin: 0;
}


/* =========================================================
   LIFT TYPES
========================================================= */

.lift-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-card-grid > div {
    min-height: 170px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
    transition: all .25s ease;
}

.lift-card-grid > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(0,0,0,.07);
}

.lift-card-grid i {
    display: block;
    margin-bottom: 10px;
    color: #1769aa;
    font-size: 28px;
}

.lift-card-grid h3 {
    margin: 0 0 8px;
}

.lift-card-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   ESCALATOR
========================================================= */

.lift-escalator-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-escalator-grid > div {
    min-height: 160px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.lift-escalator-grid i {
    display: block;
    margin-bottom: 9px;
    color: #1769aa;
    font-size: 27px;
}

.lift-escalator-grid h3 {
    margin: 0 0 8px;
}

.lift-escalator-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   APPROVAL TYPES
========================================================= */

.lift-approval-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-approval-grid > div {
    min-height: 165px;
    padding: 20px;
    background: #f3f8fc;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-approval-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 9px;
    background: #1769aa;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.lift-approval-grid h3 {
    margin: 0 0 8px;
}

.lift-approval-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   WHO NEEDS
========================================================= */

.lift-who-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-who-grid > div {
    min-height: 165px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-who-grid strong {
    color: #ff6600;
    font-size: 10px;
    letter-spacing: .7px;
}

.lift-who-grid h3 {
    margin: 8px 0;
}

.lift-who-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   PROCESS
========================================================= */

.lift-new-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-new-process > div {
    min-height: 160px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.lift-new-process span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 9px;
    background: #1769aa;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.lift-new-process h3 {
    margin: 0 0 8px;
}

.lift-new-process p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   TECHNICAL
========================================================= */

.lift-technical-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-technical-grid > div {
    min-height: 145px;
    padding: 19px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-technical-grid i {
    display: block;
    margin-bottom: 9px;
    color: #1769aa;
    font-size: 25px;
}

.lift-technical-grid h3 {
    margin: 0 0 7px;
}

.lift-technical-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   DOCUMENTS
========================================================= */

.lift-document-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.lift-document-grid > div {
    min-height: 135px;
    padding: 17px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-document-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    background: #1769aa;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

.lift-document-grid h3 {
    margin: 0 0 7px;
}

.lift-document-grid p {
    margin: 0;
    font-size: 11px;
    line-height: 20px;
}


/* =========================================================
   INSPECTION
========================================================= */

.lift-inspection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-inspection-grid > div {
    min-height: 155px;
    padding: 20px;
    background: #f3f8fc;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-inspection-grid i {
    display: block;
    margin-bottom: 9px;
    color: #1769aa;
    font-size: 27px;
}

.lift-inspection-grid h3 {
    margin: 0 0 8px;
}

.lift-inspection-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   RENEWAL
========================================================= */

.lift-renewal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-renewal-grid > div {
    min-height: 140px;
    padding: 19px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-renewal-grid h3 {
    margin: 0 0 8px;
}

.lift-renewal-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   MODERNISATION
========================================================= */

.lift-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-modern-grid > div {
    min-height: 140px;
    padding: 19px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.lift-modern-grid i {
    display: block;
    margin-bottom: 8px;
    color: #1769aa;
    font-size: 25px;
}

.lift-modern-grid h3 {
    margin: 0 0 7px;
}

.lift-modern-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   CONTRACTOR
========================================================= */

.lift-contractor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-contractor-grid > div {
    min-height: 170px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-contractor-grid i {
    display: block;
    margin-bottom: 9px;
    color: #1769aa;
    font-size: 27px;
}

.lift-contractor-grid h3 {
    margin: 0 0 8px;
}

.lift-contractor-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   BUILDING PROJECT
========================================================= */

.lift-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-project-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #f3f8fc;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-project-grid strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    background: #1769aa;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
}

.lift-project-grid h3 {
    margin: 0 0 7px;
}

.lift-project-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   INDUSTRY
========================================================= */

.lift-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-industry-grid > div {
    min-height: 125px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-industry-grid h3 {
    margin: 0 0 7px;
}

.lift-industry-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   SAFETY
========================================================= */

.lift-safety-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-safety-grid > div {
    min-height: 155px;
    padding: 20px;
    background: #fffafa;
    border: 1px solid #eadede;
    border-radius: 7px;
}

.lift-safety-grid i {
    display: block;
    margin-bottom: 9px;
    color: #c0392b;
    font-size: 27px;
}

.lift-safety-grid h3 {
    margin: 0 0 8px;
}

.lift-safety-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   RELATED
========================================================= */

.lift-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-related-grid > div {
    min-height: 175px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-related-grid h3 {
    margin: 0 0 8px;
}

.lift-related-grid p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 21px;
}

.lift-related-grid a {
    display: inline-block;
    padding: 7px 11px;
    background: #123c63;
    border-radius: 4px;
    color: #ffffff !important;
    font-size: 11px !important;
}

.lift-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.lift-related-links a,
.lift-odisha-links a {
    display: inline-block;
    padding: 9px 14px;
    background: #123c63;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 11px !important;
}

.lift-related-links a:hover,
.lift-odisha-links a:hover {
    background: #ff6600;
}


/* =========================================================
   EXAMPLE
========================================================= */

.lift-example-box {
    padding: 30px;
    background: #f8fafb;
    border: 1px solid #dbe5ed;
    border-radius: 8px;
}

.lift-example-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    background: #ff6600;
    border-radius: 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.lift-example-box h2 {
    padding: 0;
    border-bottom: 0;
}

.lift-example-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.lift-example-grid > div {
    padding: 17px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 6px;
}

.lift-example-grid strong {
    color: #1769aa;
    font-size: 14px;
}

.lift-example-grid p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 21px;
}

.lift-example-note {
    margin-bottom: 0 !important;
    color: #777777 !important;
    font-size: 12px !important;
}


/* =========================================================
   ODISHA
========================================================= */

.lift-odisha-box {
    padding: 32px;
    background: #f3f8fc;
    border: 1px solid #dbe5ed;
    border-radius: 8px;
}

.lift-odisha-box h2 {
    padding: 0;
    border-bottom: 0;
}

.lift-odisha-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}


/* =========================================================
   FAQ
========================================================= */

.lift-faq {
    margin-bottom: 13px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 6px;
}

.lift-faq h3 {
    margin: 0 0 8px;
}

.lift-faq p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   WHY
========================================================= */

.lift-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.lift-why-grid > div {
    min-height: 150px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dbe5ed;
    border-radius: 7px;
}

.lift-why-grid strong {
    color: #ff6600;
    font-size: 11px;
}

.lift-why-grid h3 {
    margin: 7px 0;
}

.lift-why-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.lift-final-cta {
    margin: 35px 0;
    padding: 40px 30px;
    background: linear-gradient(135deg, #123c63, #1769aa);
    border-radius: 8px;
    text-align: center;
}

.lift-final-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
}

.lift-final-cta p {
    max-width: 900px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.lift-final-cta .lift-buttons {
    justify-content: center;
}


/* =========================================================
   CASE STUDIES
========================================================= */

.lift-case-section {
    margin: 40px 0 25px;
}

.lift-case-box {
    padding: 35px;
    background: #f8fafb;
    border: 1px solid #dbe5ed;
    border-radius: 9px;
    text-align: center;
}

.lift-case-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    background: #123c63;
    border-radius: 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.lift-case-box h2 {
    margin: 0 0 12px;
    color: #123c63;
    font-size: 25px;
}

.lift-case-box p {
    max-width: 850px;
    margin: 0 auto 20px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}

.lift-case-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #ff6600;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none !important;
}

.lift-case-btn:hover {
    background: #dc5400;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.lift-disclaimer {
    margin: 25px 0;
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.lift-disclaimer strong {
    color: #333333;
    font-size: 14px;
}

.lift-disclaimer p {
    margin: 7px 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.lift-navigation {
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.lift-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 5px;
    padding: 9px 18px;
    background: #123c63;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.lift-home-btn:hover {
    background: #ff6600;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .lift-page {
        padding: 20px 8px 40px;
    }

    .lift-container {
        max-width: 100%;
    }

    .lift-hero {
        padding: 32px 20px;
    }

    .lift-hero h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .lift-hero-subtitle {
        font-size: 17px;
        line-height: 26px;
    }

    .lift-hero-text {
        font-size: 14px;
        line-height: 25px;
    }

    .lift-buttons {
        display: block;
    }

    .lift-buttons .lift-btn {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        box-sizing: border-box;
        text-align: center;
    }

    .lift-section h2 {
        font-size: 21px;
        line-height: 29px;
    }

    .lift-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .lift-card-grid,
    .lift-escalator-grid,
    .lift-approval-grid,
    .lift-who-grid,
    .lift-new-process,
    .lift-technical-grid,
    .lift-document-grid,
    .lift-inspection-grid,
    .lift-renewal-grid,
    .lift-modern-grid,
    .lift-contractor-grid,
    .lift-project-grid,
    .lift-industry-grid,
    .lift-safety-grid,
    .lift-related-grid,
    .lift-why-grid {
        display: block;
    }

    .lift-card-grid > div,
    .lift-escalator-grid > div,
    .lift-approval-grid > div,
    .lift-who-grid > div,
    .lift-new-process > div,
    .lift-technical-grid > div,
    .lift-document-grid > div,
    .lift-inspection-grid > div,
    .lift-renewal-grid > div,
    .lift-modern-grid > div,
    .lift-contractor-grid > div,
    .lift-project-grid > div,
    .lift-industry-grid > div,
    .lift-safety-grid > div,
    .lift-related-grid > div,
    .lift-why-grid > div {
        margin-bottom: 14px;
    }

    .lift-example-grid {
        display: block;
    }

    .lift-example-grid > div {
        margin-bottom: 10px;
    }

    .lift-related-links,
    .lift-odisha-links {
        display: block;
    }

    .lift-related-links a,
    .lift-odisha-links a {
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }

    .lift-odisha-box,
    .lift-example-box,
    .lift-case-box {
        padding: 23px 18px;
    }

    .lift-final-cta {
        padding: 28px 18px;
    }

    .lift-final-cta h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .lift-final-cta p {
        font-size: 14px;
        line-height: 25px;
    }

    .lift-navigation a {
        margin-bottom: 8px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (min-width: 768px)
       and (max-width: 991px) {

    .lift-container {
        width: 95%;
        max-width: 95%;
    }

    .lift-hero {
        padding: 40px 30px;
    }

    .lift-hero h1 {
        font-size: 32px;
    }

    .lift-card-grid,
    .lift-approval-grid,
    .lift-who-grid,
    .lift-new-process,
    .lift-technical-grid,
    .lift-document-grid,
    .lift-escalator-grid,
    .lift-contractor-grid,
    .lift-safety-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lift-inspection-grid,
    .lift-renewal-grid,
    .lift-modern-grid,
    .lift-project-grid,
    .lift-industry-grid,
    .lift-related-grid,
    .lift-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lift-example-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   DESKTOP
========================================================= */

@media only screen and (min-width: 1200px) {

    .lift-container {
        width: 1120px;
    }

}