/* =========================================================
   BBSR SERVICES
   ONE PERSON COMPANY (OPC) REGISTRATION PAGE
   SAME DESIGN SYSTEM AS PRIVATE LIMITED PAGE
========================================================= */

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

.opc-company-container {
    max-width: 1120px;
    margin: 0 auto;
}


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

.opc-company-hero {
    position: relative;
    margin-bottom: 30px;
    padding: 50px 45px;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #003366 0%,
        #005b8f 55%,
        #0077a8 100%
    );
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
}

.opc-company-hero:after {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 300px;
    height: 300px;
    border: 50px solid rgba(255,255,255,.06);
    border-radius: 50%;
}

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

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

.opc-company-hero h1 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.opc-hero-subtitle {
    max-width: 850px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 29px;
}


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

.opc-hero-buttons,
.opc-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

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

.opc-btn-primary {
    background: #ff6600;
    color: #ffffff !important;
}

.opc-btn-primary:hover {
    background: #e65500;
}

.opc-btn-call {
    background: #ffffff;
    color: #003366 !important;
}

.opc-btn-call:hover {
    background: #f0f0f0;
}

.opc-btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
}

.opc-btn-whatsapp:hover {
    background: #1da851;
}


/* =========================================================
   SECTIONS
========================================================= */

.opc-section {
    margin-bottom: 30px;
}

.opc-section h2 {
    margin: 0 0 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #003366;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
}

.opc-section h3 {
    color: #003366;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.opc-section p {
    margin: 0 0 14px;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}


/* =========================================================
   FEATURE CARDS
========================================================= */

.opc-feature-card {
    min-height: 185px;
    margin-bottom: 20px;
    padding: 23px 20px;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 7px;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    transition: all .25s ease;
}

.opc-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0,0,0,.09);
}

.opc-feature-card i {
    margin-bottom: 12px;
    color: #0066a1;
    font-size: 30px;
}

.opc-feature-card h3 {
    margin: 0 0 8px;
}

.opc-feature-card p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}


/* =========================================================
   LISTS
========================================================= */

.opc-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.opc-list-grid ul,
.opc-check-list {
    margin: 8px 0;
    padding-left: 23px;
}

.opc-list-grid li,
.opc-check-list li {
    margin-bottom: 9px;
    color: #555555;
    font-size: 15px;
    line-height: 27px;
}

.opc-check-list {
    list-style: none;
    padding-left: 0;
}

.opc-check-list li {
    position: relative;
    padding-left: 28px;
}

.opc-check-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: #0066a1;
    font-family: FontAwesome;
    font-size: 14px;
}


/* =========================================================
   DOCUMENT CARDS
========================================================= */

.opc-document-card {
    min-height: 245px;
    margin-bottom: 20px;
    padding: 22px;
    background: #f8fafc;
    border: 1px solid #e1e6eb;
    border-radius: 7px;
}

.opc-document-card h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e6eb;
}

.opc-document-card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.opc-document-card li {
    margin-bottom: 7px;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}


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

.opc-process {
    margin-top: 20px;
}

.opc-process-item {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 15px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e1e6eb;
    border-radius: 6px;
}

.opc-process-item > span {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #0066a1;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.opc-process-item h3 {
    margin: 0 0 5px;
}

.opc-process-item p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}


/* =========================================================
   INFO BOX
========================================================= */

.opc-info-box {
    margin: 15px 0;
    padding: 18px 20px;
    background: #f7f9fc;
    border-left: 4px solid #0066a1;
    border-radius: 5px;
}

.opc-info-box h3 {
    margin: 0 0 6px;
}

.opc-info-box p {
    margin: 0;
}


/* =========================================================
   BENEFIT CARDS
========================================================= */

.opc-benefit-card {
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 7px;
}

.opc-benefit-card h3 {
    margin-top: 0;
}

.opc-benefit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}


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

.opc-odisha-section {
    padding: 25px;
    background: #f7f9fc;
    border-radius: 7px;
    border: 1px solid #e4e8ed;
}


/* =========================================================
   NOTE
========================================================= */

.opc-note {
    margin-top: 18px;
    padding: 15px 18px;
    background: #fff8ed;
    border-left: 4px solid #ff6600;
    border-radius: 4px;
}


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

.opc-faq {
    margin-bottom: 15px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 6px;
}

.opc-faq h3 {
    margin: 0 0 7px;
}

.opc-faq p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}


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

.opc-cta {
    margin: 35px 0;
    padding: 35px 30px;
    background: linear-gradient(
        135deg,
        #003366,
        #0066a1
    );
    border-radius: 8px;
    text-align: center;
}

.opc-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 27px;
}

.opc-cta p {
    max-width: 850px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.9);
    font-size: 15px;
    line-height: 27px;
}

.opc-cta-buttons {
    justify-content: center;
}


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

.opc-disclaimer {
    margin-top: 25px;
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
}

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

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


/* =========================================================
   OFFICIAL REFERENCE
========================================================= */

.opc-official-reference {
    margin-top: 25px;
    padding: 20px;
    background: #f7f9fc;
    border: 1px solid #e3e7eb;
    border-radius: 6px;
}

.opc-official-reference h3 {
    margin: 0 0 7px;
    color: #003366;
}

.opc-official-reference p {
    margin: 0 0 10px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.opc-official-reference a {
    color: #0066a1;
    font-weight: 600;
    text-decoration: none;
}

.opc-official-reference a:hover {
    text-decoration: underline;
}


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

.opc-related-services {
    margin-top: 20px;
}

.opc-related-services a {
    color: #0066a1;
    font-weight: 600;
    text-decoration: none;
}

.opc-related-services a:hover {
    color: #ff6600;
    text-decoration: underline;
}


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

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

    .opc-company-page {
        padding: 20px 10px 40px;
    }

    .opc-company-hero {
        padding: 32px 20px;
        border-radius: 7px;
    }

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

    .opc-hero-subtitle {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .opc-hero-buttons,
    .opc-cta-buttons {
        display: block;
    }

    .opc-hero-buttons .opc-btn,
    .opc-cta-buttons .opc-btn {
        display: block;
        margin-bottom: 9px;
        text-align: center;
    }

    .opc-section {
        margin-bottom: 24px;
    }

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

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

    .opc-list-grid {
        display: block;
    }

    .opc-feature-card {
        min-height: auto;
    }

    .opc-document-card {
        min-height: auto;
    }

    .opc-process-item {
        gap: 12px;
        padding: 14px;
    }

    .opc-process-item > span {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .opc-cta {
        padding: 28px 18px;
    }

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

}


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

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

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

    .opc-section h2 {
        font-size: 23px;
    }

    .opc-section p {
        font-size: 15px;
        line-height: 28px;
    }

}