/* =========================================================
   BBSR SERVICES
   SHOP & ESTABLISHMENT REGISTRATION
   ODISHA
========================================================= */

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

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


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

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

.shop-est-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    top: -140px;
    width: 360px;
    height: 360px;
    border: 60px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

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

.shop-est-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;
}

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

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


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

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

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

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

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

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

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

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

.shop-est-btn-call {
    background: #ffffff;
    color: #173f5f !important;
}

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

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

.shop-est-btn-whatsapp:hover {
    background: #1ca951;
}

.shop-est-btn-related {
    background: #ffffff;
    color: #173f5f !important;
}


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

.shop-est-section {
    margin-bottom: 35px;
}

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

.shop-est-section h3 {
    color: #173f5f;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

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


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

.shop-est-highlight {
    margin: 20px 0;
    padding: 23px;
    background: #f3f8fb;
    border-left: 4px solid #286b8e;
    border-radius: 6px;
}

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

.shop-est-highlight p {
    margin: 0;
}


/* =========================================================
   2026 UPDATE
========================================================= */

.shop-est-update-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.shop-est-update-box > div {
    min-height: 190px;
    padding: 21px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-update-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    background: #286b8e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.shop-est-update-box h3 {
    margin: 0 0 8px;
}

.shop-est-update-box p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}

.shop-est-note {
    margin-top: 20px;
    padding: 18px 22px;
    background: #fff8f0;
    border-left: 4px solid #ff6600;
    border-radius: 6px;
}

.shop-est-note strong {
    color: #173f5f;
}

.shop-est-note p {
    margin: 7px 0 0;
    font-size: 13px;
    line-height: 24px;
}


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

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

.shop-est-industry-grid > div {
    min-height: 175px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    transition: all .25s ease;
}

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

.shop-est-industry-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 28px;
}

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

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


/* =========================================================
   BUSINESS TYPES
========================================================= */

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

.shop-est-business-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-business-grid h3 {
    margin: 0 0 8px;
}

.shop-est-business-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

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

.shop-est-process-grid > div {
    min-height: 165px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-process-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    background: #286b8e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.shop-est-process-grid h3 {
    margin: 0 0 7px;
}

.shop-est-process-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

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

.shop-est-document-grid > div {
    min-height: 190px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-document-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 27px;
}

.shop-est-document-grid h3 {
    margin-top: 0;
}

.shop-est-document-grid ul {
    margin: 0;
    padding-left: 20px;
}

.shop-est-document-grid li {
    margin-bottom: 7px;
    color: #555555;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   SIGNBOARD
========================================================= */

.shop-est-signboard-box {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 30px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
}

.shop-est-signboard-icon {
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #286b8e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
}

.shop-est-signboard-box h3 {
    margin-top: 0;
}

.shop-est-signboard-box p {
    margin-bottom: 10px;
}


/* =========================================================
   COMPLIANCE
========================================================= */

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

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

.shop-est-compliance-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 27px;
}

.shop-est-compliance-grid h3 {
    margin: 0 0 7px;
}

.shop-est-compliance-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   WORKING HOURS
========================================================= */

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

.shop-est-working-grid > div {
    min-height: 170px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-working-grid strong {
    display: inline-block;
    color: #ff6600;
    font-size: 16px;
    letter-spacing: .5px;
}

.shop-est-working-grid h3 {
    margin: 8px 0;
}

.shop-est-working-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   24x7
========================================================= */

.shop-est-247-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.shop-est-247-box > div {
    min-height: 155px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-247-box i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 27px;
}

.shop-est-247-box h3 {
    margin: 0 0 7px;
}

.shop-est-247-box p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

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

.shop-est-related-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-related-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 27px;
}

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

.shop-est-related-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

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

.shop-est-services-grid > div {
    min-height: 125px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-services-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 27px;
}

.shop-est-services-grid h3 {
    margin: 0 0 9px;
    font-size: 15px;
}

.shop-est-services-grid a {
    color: #286b8e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.shop-est-services-grid a:hover {
    color: #ff6600;
}


/* =========================================================
   GROWTH
========================================================= */

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

.shop-est-growth-grid > div {
    min-height: 150px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.shop-est-growth-grid strong {
    color: #ff6600;
    font-size: 11px;
}

.shop-est-growth-grid h3 {
    margin: 7px 0;
}

.shop-est-growth-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

.shop-est-odisha-box {
    padding: 30px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
}

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

.shop-est-districts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.shop-est-districts span {
    padding: 8px 13px;
    background: #ffffff;
    border: 1px solid #dce6ea;
    border-radius: 20px;
    color: #286b8e;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   WHY BBSR SERVICES
========================================================= */

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

.shop-est-why-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

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

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

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


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

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

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

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


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

.shop-est-final-cta {
    margin: 35px 0;
    padding: 40px 30px;
    background: linear-gradient(135deg, #173f5f, #286b8e);
    border-radius: 8px;
    text-align: center;
}

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

.shop-est-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;
}

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


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

.shop-est-business-cta {
    margin: 30px 0;
    padding: 30px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
    text-align: center;
}

.shop-est-business-cta h2 {
    margin: 0 0 12px;
    color: #173f5f;
    font-size: 24px;
}

.shop-est-business-cta p {
    max-width: 900px;
    margin: 0 auto 20px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}

.shop-est-cta-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}

.shop-est-cta-links a {
    display: inline-block;
    padding: 9px 14px;
    background: #ffffff;
    border: 1px solid #d8e0e4;
    border-radius: 5px;
    color: #286b8e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.shop-est-cta-links a:hover {
    background: #286b8e;
    color: #ffffff;
}


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

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

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

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


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

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

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

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


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

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

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

    .shop-est-container {
        max-width: 100%;
    }

    .shop-est-hero {
        padding: 32px 20px;
    }

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

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

    .shop-est-buttons {
        display: block;
    }

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

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

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


    .shop-est-update-box,
    .shop-est-industry-grid,
    .shop-est-business-grid,
    .shop-est-process-grid,
    .shop-est-compliance-grid,
    .shop-est-working-grid,
    .shop-est-247-box,
    .shop-est-related-grid,
    .shop-est-services-grid,
    .shop-est-growth-grid,
    .shop-est-why-grid {
        display: block;
    }


    .shop-est-update-box > div,
    .shop-est-industry-grid > div,
    .shop-est-business-grid > div,
    .shop-est-process-grid > div,
    .shop-est-compliance-grid > div,
    .shop-est-working-grid > div,
    .shop-est-247-box > div,
    .shop-est-related-grid > div,
    .shop-est-services-grid > div,
    .shop-est-growth-grid > div,
    .shop-est-why-grid > div {
        margin-bottom: 14px;
    }


    .shop-est-document-grid {
        display: block;
    }

    .shop-est-document-grid > div {
        margin-bottom: 14px;
    }


    .shop-est-signboard-box {
        display: block;
        padding: 22px 18px;
    }

    .shop-est-signboard-icon {
        margin-bottom: 15px;
    }


    .shop-est-odisha-box {
        padding: 22px 18px;
    }

    .shop-est-districts {
        gap: 6px;
    }

    .shop-est-districts span {
        padding: 7px 10px;
        font-size: 11px;
    }


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

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

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


    .shop-est-business-cta {
        padding: 23px 17px;
    }

    .shop-est-cta-links {
        display: block;
    }

    .shop-est-cta-links a {
        display: block;
        margin-bottom: 8px;
    }


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

}


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

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

    .shop-est-container {
        width: 95%;
        max-width: 95%;
    }

    .shop-est-hero {
        padding: 40px 30px;
    }

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


    .shop-est-update-box,
    .shop-est-industry-grid,
    .shop-est-process-grid,
    .shop-est-compliance-grid,
    .shop-est-working-grid,
    .shop-est-247-box,
    .shop-est-services-grid,
    .shop-est-growth-grid,
    .shop-est-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .shop-est-business-grid,
    .shop-est-document-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .shop-est-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


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

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

    .shop-est-container {
        width: 1120px;
    }

}