/* =========================================================
   BBSR SERVICES
   SECTION 8 COMPANY REGISTRATION
========================================================= */

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

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


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

.section8-hero {
    position: relative;
    margin-bottom: 30px;
    padding: 50px 45px;
    overflow: hidden;
    background: linear-gradient(135deg, #183d59, #286b8e);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.section8-hero:after {
    content: "";
    position: absolute;
    right: -110px;
    top: -110px;
    width: 330px;
    height: 330px;
    border: 55px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

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

.section8-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;
}

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

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


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

.section8-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

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

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

.section8-btn-primary:hover {
    background: #df5500;
}

.section8-btn-call {
    background: #ffffff;
    color: #183d59 !important;
}

.section8-btn-call:hover {
    background: #eeeeee;
}

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

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


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

.section8-section {
    margin-bottom: 32px;
}

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

.section8-section h3 {
    color: #183d59;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

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


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

.section8-highlight-box {
    margin: 18px 0;
    padding: 20px 22px;
    background: #f3f8fb;
    border-left: 4px solid #286b8e;
    border-radius: 5px;
}

.section8-highlight-box h3 {
    margin: 0 0 7px;
}

.section8-highlight-box p {
    margin-bottom: 8px;
}

.section8-highlight-box p:last-child {
    margin-bottom: 0;
}


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

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

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

.section8-card i {
    margin-bottom: 12px;
    color: #286b8e;
    font-size: 30px;
}

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

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


/* =========================================================
   LIST GRID
========================================================= */

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

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

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


/* =========================================================
   CHECK LIST
========================================================= */

.section8-check-list {
    list-style: none;
    margin: 8px 0;
    padding-left: 0 !important;
}

.section8-check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 9px;
}

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


/* =========================================================
   EXAMPLES
========================================================= */

.section8-example-list {
    margin-top: 18px;
}

.section8-example {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
    padding: 18px;
    background: #f8fafb;
    border: 1px solid #e1e7ea;
    border-radius: 6px;
}

.section8-example > span {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #286b8e;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.section8-example h3 {
    margin: 0 0 5px;
}

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


/* =========================================================
   TABLE
========================================================= */

.section8-table {
    width: 100%;
    margin-top: 18px;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #dfe6ea;
}

.section8-table th {
    padding: 13px 15px;
    background: #183d59;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.section8-table td {
    padding: 13px 15px;
    color: #555555;
    border: 1px solid #dfe6ea;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
}

.section8-table tr:nth-child(even) {
    background: #f7fafb;
}


/* =========================================================
   NAME EXAMPLES
========================================================= */

.section8-name-examples {
    margin: 15px 0 20px;
    padding: 18px 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 6px;
}

.section8-name-examples div {
    padding: 9px 0;
    color: #555555;
    border-bottom: 1px solid #e7ebed;
    font-size: 14px;
}

.section8-name-examples div:last-child {
    border-bottom: none;
}

.section8-name-examples strong {
    color: #183d59;
}


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

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

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

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

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

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


/* =========================================================
   DOCUMENT CARD
========================================================= */

.section8-document-card {
    min-height: 250px;
    margin-bottom: 20px;
    padding: 22px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

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

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

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


/* =========================================================
   PROJECT CARDS
========================================================= */

.section8-project-card {
    min-height: 170px;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    box-shadow: 0 3px 10px rgba(0,0,0,.04);
}

.section8-project-card h3 {
    margin: 0 0 9px;
}

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


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

.section8-odisha-box {
    padding: 25px;
    background: #f3f8fb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.section8-odisha-box h2 {
    margin-bottom: 13px;
}


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

.section8-related a {
    color: #286b8e;
    font-weight: 600;
    text-decoration: none;
}

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


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

.section8-faq {
    margin-bottom: 15px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.025);
}

.section8-faq h3 {
    margin: 0 0 7px;
    color: #183d59;
}

.section8-faq p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 25px;
}


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

.section8-cta {
    margin: 35px 0;
    padding: 35px 30px;
    background: linear-gradient(135deg, #183d59, #286b8e);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.10);
}

.section8-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 27px;
    line-height: 36px;
    border: none;
}

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

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


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

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

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

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


/* =========================================================
   BACK TO TOP / HOME
========================================================= */

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

.section8-top-btn,
.section8-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 5px;
    padding: 9px 18px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.section8-top-btn {
    background: #183d59;
    color: #ffffff !important;
}

.section8-top-btn:hover {
    background: #ff6600;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.section8-home-btn {
    background: #286b8e;
    color: #ffffff !important;
}

.section8-home-btn:hover {
    background: #ff6600;
    color: #ffffff !important;
    transform: translateY(-2px);
}


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

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

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

    .section8-container {
        width: 100%;
    }

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

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

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

    .section8-buttons {
        display: block;
    }

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

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

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

    .section8-section h3 {
        font-size: 16px;
    }

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

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

    .section8-card,
    .section8-document-card,
    .section8-project-card {
        min-height: auto;
    }

    .section8-example {
        gap: 12px;
        padding: 14px;
    }

    .section8-example > span {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

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

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

    .section8-process-item p {
        font-size: 13px;
        line-height: 23px;
    }

    .section8-odisha-box {
        padding: 18px;
    }

    .section8-highlight-box {
        padding: 15px 16px;
    }

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

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

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

    .section8-faq {
        padding: 16px;
    }

    .section8-faq p {
        font-size: 13px;
        line-height: 23px;
    }

    .section8-table {
        display: block;
        overflow-x: auto;
        white-space: normal;
        min-width: 700px;
    }

    .section8-top-btn,
    .section8-home-btn {
        padding: 9px 15px;
        font-size: 12px;
    }

}


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

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

    .section8-container {
        width: 95%;
    }

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

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

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

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

}


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

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

    .section8-container {
        max-width: 1120px;
    }

}