/* =========================================================
   BBSR SERVICES
   IMPORT EXPORT CODE / IEC PAGE
========================================================= */

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

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


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

.iec-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);
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.iec-btn-related:hover {
    background: #eeeeee;
}


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

.iec-section {
    margin-bottom: 34px;
}

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

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

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


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

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

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

.iec-highlight p {
    margin: 0;
}


/* =========================================================
   CARD GRID
========================================================= */

.iec-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 20px;
}

.iec-card-grid > div {
    min-height: 160px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    transition: all .25s ease;
}

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

.iec-card-grid i {
    display: block;
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 29px;
}

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

.iec-card-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   INDUSTRIES
========================================================= */

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

.iec-industry-grid > div {
    min-height: 95px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    text-align: center;
}

.iec-industry-grid i {
    display: block;
    margin-bottom: 8px;
    color: #286b8e;
    font-size: 26px;
}

.iec-industry-grid h3 {
    margin: 0;
    font-size: 13px;
}


/* =========================================================
   SERVICE GRID
========================================================= */

.iec-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 20px;
}

.iec-service-grid > div {
    min-height: 170px;
    padding: 22px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

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

.iec-service-grid h3 {
    margin: 0 0 8px;
}

.iec-service-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


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

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

.iec-document-grid > div {
    min-height: 190px;
    padding: 22px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

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

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

.iec-document-grid li {
    margin-bottom: 8px;
    color: #555555;
    font-size: 13px;
    line-height: 22px;
}


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

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

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

.iec-process-grid strong {
    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;
}

.iec-process-grid h3 {
    margin: 0 0 8px;
}

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


/* =========================================================
   SUPPORT
========================================================= */

.iec-support-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.iec-support-grid > div {
    min-height: 160px;
    padding: 21px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.iec-support-grid i {
    display: block;
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 27px;
}

.iec-support-grid h3 {
    margin: 0 0 8px;
}

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


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

.iec-odisha-box {
    padding: 29px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
}

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

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

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


/* =========================================================
   PAN INDIA
========================================================= */

.iec-pan-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.iec-pan-grid > div {
    min-height: 150px;
    padding: 21px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.iec-pan-grid i {
    display: block;
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 27px;
}

.iec-pan-grid h3 {
    margin: 0 0 8px;
}

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


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

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

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

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

.iec-related-grid h3 {
    margin: 0 0 8px;
    font-size: 15px;
}

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

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


/* =========================================================
   BUSINESS SUPPORT
========================================================= */

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

.iec-business-grid > div {
    min-height: 160px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.iec-business-grid i {
    display: block;
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 28px;
}

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

.iec-business-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   AGRICULTURE
========================================================= */

.iec-agri-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.iec-agri-grid > div {
    min-height: 90px;
    padding: 18px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    text-align: center;
}

.iec-agri-grid i {
    display: block;
    margin-bottom: 8px;
    color: #286b8e;
    font-size: 25px;
}

.iec-agri-grid h3 {
    margin: 0;
    font-size: 13px;
}


/* =========================================================
   MISTAKES
========================================================= */

.iec-mistake-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 20px;
}

.iec-mistake-grid > div {
    min-height: 145px;
    padding: 21px;
    background: #fffaf6;
    border: 1px solid #eadfd6;
    border-radius: 7px;
}

.iec-mistake-grid strong {
    display: block;
    margin-bottom: 7px;
    color: #ff6600;
    font-size: 11px;
}

.iec-mistake-grid h3 {
    margin: 0 0 8px;
}

.iec-mistake-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   CHECK GRID
========================================================= */

.iec-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 20px;
}

.iec-check-grid > div {
    min-height: 130px;
    padding: 21px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.iec-check-grid strong {
    display: block;
    margin-bottom: 7px;
    color: #ff6600;
    font-size: 11px;
}

.iec-check-grid h3 {
    margin: 0 0 8px;
}

.iec-check-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

    .iec-buttons {
        display: block;
    }

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

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

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

    .iec-card-grid,
    .iec-industry-grid,
    .iec-service-grid,
    .iec-document-grid,
    .iec-process-grid,
    .iec-support-grid,
    .iec-pan-grid,
    .iec-related-grid,
    .iec-business-grid,
    .iec-agri-grid,
    .iec-mistake-grid,
    .iec-check-grid {
        display: block;
    }

    .iec-card-grid > div,
    .iec-industry-grid > div,
    .iec-service-grid > div,
    .iec-document-grid > div,
    .iec-process-grid > div,
    .iec-support-grid > div,
    .iec-pan-grid > div,
    .iec-related-grid > div,
    .iec-business-grid > div,
    .iec-agri-grid > div,
    .iec-mistake-grid > div,
    .iec-check-grid > div {
        margin-bottom: 14px;
    }

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

    .iec-districts {
        gap: 6px;
    }

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

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

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

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

    .iec-faq {
        padding: 16px;
    }

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

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

    .iec-cta-links {
        display: block;
    }

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

}


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

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

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

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

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

    .iec-card-grid,
    .iec-service-grid,
    .iec-document-grid,
    .iec-process-grid,
    .iec-support-grid,
    .iec-pan-grid,
    .iec-related-grid,
    .iec-business-grid,
    .iec-mistake-grid,
    .iec-check-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .iec-industry-grid,
    .iec-agri-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


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

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

    .iec-container {
        width: 1120px;
    }

}