/* =========================================================
   BBSR SERVICES
   TECHNICAL CONSULTANCY
   PROFESSIONAL SERVICE PAGE
========================================================= */

.technical-consultancy-page {
    width: 100%;
    background: #ffffff;
    padding: 30px 0 60px;
    font-family: 'Poppins', Arial, sans-serif;
}

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


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

.technical-consultancy-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 58px 45px;
    background: linear-gradient(135deg, #352d4b 0%, #51416b 52%, #293d5b 100%);
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(45,39,67,.18);
}

.technical-consultancy-hero:before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -130px;
    top: -180px;
    border: 65px solid rgba(255,255,255,.055);
    border-radius: 50%;
}

.technical-consultancy-hero:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: 80px;
    bottom: -145px;
    background: rgba(255,255,255,.035);
    border-radius: 50%;
}

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

.technical-consultancy-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    background: rgba(255,255,255,.09);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.technical-consultancy-hero h1 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

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


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

.technical-consultancy-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
}

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

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

.technical-consultancy-btn-apply {
    background: #f58220;
    color: #ffffff !important;
}

.technical-consultancy-btn-apply:hover {
    background: #d9680c;
}

.technical-consultancy-btn-consultation,
.technical-consultancy-btn-call {
    background: #ffffff;
    color: #493b61 !important;
}

.technical-consultancy-btn-consultation:hover,
.technical-consultancy-btn-call:hover {
    background: #eeeeee;
}

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

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


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

.technical-consultancy-section {
    margin-bottom: 42px;
}

.technical-consultancy-section h2 {
    margin: 0 0 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe5e9;
    color: #493b61;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}

.technical-consultancy-section h3 {
    color: #493b61;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

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

.technical-consultancy-section a {
    color: #51416b;
    font-weight: 600;
}


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

.technical-consultancy-highlight {
    margin: 24px 0;
    padding: 23px 25px;
    background: #f1eef7;
    border-left: 4px solid #51416b;
    border-radius: 6px;
}

.technical-consultancy-highlight h3 {
    margin-top: 0;
    margin-bottom: 9px;
}

.technical-consultancy-highlight p {
    margin-bottom: 0;
}


/* =========================================================
   BUSINESS MODEL
========================================================= */

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

.technical-consultancy-business-grid > div {
    min-height: 155px;
    padding: 23px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
    text-align: center;
    transition: all .25s ease;
}

.technical-consultancy-business-grid > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(73,59,97,.10);
}

.technical-consultancy-business-grid i {
    display: block;
    margin-bottom: 10px;
    color: #51416b;
    font-size: 30px;
}

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

.technical-consultancy-business-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}


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

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

.technical-consultancy-service-grid > div {
    padding: 22px;
    background: #f7f5fa;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-service-grid h3 {
    margin-top: 0;
}

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


/* =========================================================
   FEASIBILITY
========================================================= */

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

.technical-consultancy-feasibility-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-feasibility-grid span {
    color: #f58220;
    font-size: 11px;
    font-weight: 700;
}

.technical-consultancy-feasibility-grid h3 {
    margin: 7px 0 8px;
}

.technical-consultancy-feasibility-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   SIMPLE GRID
========================================================= */

.technical-consultancy-simple-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-simple-grid > div {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-simple-grid h3 {
    margin-top: 0;
}

.technical-consultancy-simple-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


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

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

.technical-consultancy-process > div {
    min-height: 160px;
    padding: 21px;
    background: #f7f5fa;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-process span {
    color: #f58220;
    font-size: 11px;
    font-weight: 700;
}

.technical-consultancy-process h3 {
    margin: 7px 0 8px;
}

.technical-consultancy-process p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   MACHINERY
========================================================= */

.technical-consultancy-machinery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-machinery-grid > div {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-machinery-grid h3 {
    margin-top: 0;
}

.technical-consultancy-machinery-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   LAYOUT
========================================================= */

.technical-consultancy-layout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-layout-grid > div {
    padding: 22px;
    background: #f7f5fa;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-layout-grid h3 {
    margin-top: 0;
}

.technical-consultancy-layout-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   CAPACITY
========================================================= */

.technical-consultancy-capacity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-capacity-grid > div {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-capacity-grid span {
    color: #f58220;
    font-size: 11px;
    font-weight: 700;
}

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

.technical-consultancy-capacity-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   UTILITIES
========================================================= */

.technical-consultancy-utility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-utility-grid > div {
    padding: 23px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
    text-align: center;
}

.technical-consultancy-utility-grid i {
    display: block;
    margin-bottom: 10px;
    color: #51416b;
    font-size: 29px;
}

.technical-consultancy-utility-grid h3 {
    margin: 0 0 8px;
}

.technical-consultancy-utility-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}


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

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

.technical-consultancy-industry-grid > div {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-industry-grid h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.technical-consultancy-industry-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   STARTUP
========================================================= */

.technical-consultancy-startup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-startup-grid > div {
    padding: 22px;
    background: #f7f5fa;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-startup-grid h3 {
    margin-top: 0;
}

.technical-consultancy-startup-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


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

.technical-consultancy-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-project-grid > div {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-project-grid h3 {
    margin-top: 0;
}

.technical-consultancy-project-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   DOCUMENT GRID
========================================================= */

.technical-consultancy-document-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-document-grid > div {
    padding: 22px;
    background: #f7f5fa;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

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

.technical-consultancy-document-grid ul {
    margin: 0;
    padding-left: 19px;
}

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


/* =========================================================
   BENEFITS
========================================================= */

.technical-consultancy-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 24px;
}

.technical-consultancy-benefit-grid > div {
    min-height: 150px;
    padding: 23px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
    text-align: center;
}

.technical-consultancy-benefit-grid i {
    display: block;
    margin-bottom: 10px;
    color: #51416b;
    font-size: 28px;
}

.technical-consultancy-benefit-grid h3 {
    margin: 0 0 8px;
}

.technical-consultancy-benefit-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}


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

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

.technical-consultancy-mistake-grid > div {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-mistake-grid h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

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


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

.technical-consultancy-faq {
    margin-bottom: 14px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #ddd9e7;
    border-radius: 6px;
}

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

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


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

.technical-consultancy-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.technical-consultancy-related-grid > div {
    padding: 23px;
    background: #f7f5fa;
    border: 1px solid #ddd9e7;
    border-radius: 7px;
}

.technical-consultancy-related-grid h3 {
    margin-top: 0;
}

.technical-consultancy-related-grid p {
    font-size: 13px;
    line-height: 23px;
}

.technical-consultancy-related-grid a {
    color: #51416b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.technical-consultancy-related-grid a:hover {
    color: #f58220;
    text-decoration: underline;
}


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

.technical-consultancy-case-study {
    margin: 42px 0 30px;
    padding: 38px 30px;
    background: #f1eef7;
    border: 1px solid #ddd9e7;
    border-radius: 9px;
    text-align: center;
}

.technical-consultancy-case-study-inner {
    max-width: 850px;
    margin: 0 auto;
}

.technical-consultancy-case-label {
    display: inline-block;
    margin-bottom: 9px;
    color: #51416b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.technical-consultancy-case-study h2 {
    margin: 0 0 12px;
    color: #493b61;
    font-size: 28px;
    line-height: 36px;
}

.technical-consultancy-case-study p {
    margin: 0 0 20px;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
}

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

.technical-consultancy-case-btn:hover {
    background: #382c4b;
}

.technical-consultancy-case-btn i {
    margin-right: 6px;
}


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

.technical-consultancy-final-cta {
    margin: 38px 0;
    padding: 42px 30px;
    background: linear-gradient(135deg, #352d4b, #51416b);
    border-radius: 10px;
    text-align: center;
}

.technical-consultancy-final-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 29px;
    line-height: 37px;
}

.technical-consultancy-final-cta p {
    max-width: 850px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}


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

.technical-consultancy-disclaimer {
    margin: 28px 0;
    padding: 19px 21px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

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

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


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

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

.technical-consultancy-home-btn,
.technical-consultancy-top-btn {
    display: inline-block;
    margin: 0 5px;
    padding: 9px 18px;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.technical-consultancy-home-btn {
    background: #51416b;
}

.technical-consultancy-top-btn {
    background: #352d4b;
}

.technical-consultancy-home-btn i,
.technical-consultancy-top-btn i {
    margin-right: 5px;
}


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

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

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

    .technical-consultancy-container {
        max-width: 100%;
    }

    .technical-consultancy-hero {
        padding: 33px 20px;
        border-radius: 8px;
    }

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

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

    .technical-consultancy-buttons {
        display: block;
    }

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

    .technical-consultancy-business-grid,
    .technical-consultancy-service-grid,
    .technical-consultancy-feasibility-grid,
    .technical-consultancy-simple-grid,
    .technical-consultancy-process,
    .technical-consultancy-machinery-grid,
    .technical-consultancy-layout-grid,
    .technical-consultancy-capacity-grid,
    .technical-consultancy-utility-grid,
    .technical-consultancy-industry-grid,
    .technical-consultancy-startup-grid,
    .technical-consultancy-project-grid,
    .technical-consultancy-document-grid,
    .technical-consultancy-benefit-grid,
    .technical-consultancy-mistake-grid,
    .technical-consultancy-related-grid {
        display: block;
    }

    .technical-consultancy-business-grid > div,
    .technical-consultancy-service-grid > div,
    .technical-consultancy-feasibility-grid > div,
    .technical-consultancy-simple-grid > div,
    .technical-consultancy-process > div,
    .technical-consultancy-machinery-grid > div,
    .technical-consultancy-layout-grid > div,
    .technical-consultancy-capacity-grid > div,
    .technical-consultancy-utility-grid > div,
    .technical-consultancy-industry-grid > div,
    .technical-consultancy-startup-grid > div,
    .technical-consultancy-project-grid > div,
    .technical-consultancy-document-grid > div,
    .technical-consultancy-benefit-grid > div,
    .technical-consultancy-mistake-grid > div,
    .technical-consultancy-related-grid > div {
        margin-bottom: 14px;
    }

    .technical-consultancy-section h2 {
        font-size: 22px;
        line-height: 31px;
    }

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

    .technical-consultancy-case-study {
        padding: 30px 18px;
    }

    .technical-consultancy-case-study h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .technical-consultancy-final-cta {
        padding: 30px 18px;
    }

    .technical-consultancy-final-cta h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .technical-consultancy-navigation a {
        display: block;
        margin: 7px 0;
    }
}


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

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

    .technical-consultancy-container {
        width: 95%;
        max-width: 95%;
    }

    .technical-consultancy-hero {
        padding: 44px 30px;
    }

    .technical-consultancy-hero h1 {
        font-size: 34px;
    }

    .technical-consultancy-business-grid,
    .technical-consultancy-service-grid,
    .technical-consultancy-simple-grid,
    .technical-consultancy-machinery-grid,
    .technical-consultancy-layout-grid,
    .technical-consultancy-capacity-grid,
    .technical-consultancy-utility-grid,
    .technical-consultancy-startup-grid,
    .technical-consultancy-project-grid,
    .technical-consultancy-document-grid,
    .technical-consultancy-benefit-grid,
    .technical-consultancy-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .technical-consultancy-feasibility-grid,
    .technical-consultancy-industry-grid,
    .technical-consultancy-mistake-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .technical-consultancy-process {
        grid-template-columns: repeat(2, 1fr);
    }
}


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

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

    .technical-consultancy-container {
        width: 1120px;
    }

}