/* Above-fold critical CSS for ecommerce-website-development
   Geometry locked so deferred CSS cannot CLS the hero / breadcrumbs / trusted strip. */
:root {
    --clr-pri: #f47a1f;
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/poppins/poppins-400.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/poppins/poppins-600.woff2") format("woff2");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/poppins/poppins-700.woff2") format("woff2");
}

html,
body {
    overflow-x: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
body {
    font-family: Poppins, sans-serif;
    margin: 0;
    color: #314252;
}
body a {
    text-decoration: none;
}

header,
header.mega-header,
header.white {
    padding: 0 !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}

.breadcrumbs_style {
    margin-bottom: 100px !important;
}
.breadcrumbs_style .container {
    position: relative;
    z-index: 9;
}
.breadcrumbs_style .container ul.breadcrumb {
    left: 15px;
    margin-bottom: 0;
    position: absolute;
    top: 120px !important;
}
.breadcrumbs_style .container ul.breadcrumb li {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    padding-right: 50px;
    position: relative;
}
.breadcrumbs_style .container ul.breadcrumb li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=");
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 17px;
}
.breadcrumbs_style .container ul.breadcrumb li:last-child a {
    color: #f47a1f;
}
.breadcrumbs_style .container ul.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumbs_style.white {
    position: relative;
    z-index: 9;
}
.breadcrumbs_style.white ul.breadcrumb li a {
    color: #fff;
}
.breadcrumbs_style.white ul.breadcrumb li a:hover,
.breadcrumbs_style.white ul.breadcrumb li:last-child a {
    color: #f47a1f;
}
.breadcrumbs_style.white ul.breadcrumb li:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTcgOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2LjM1NCA0LjM1NGEuNS41IDAgMCAwIDAtLjcwOEwxMy4xNzIuNDY0YS41LjUgMCAxIDAtLjcwOC43MDhMMTUuMjkzIDRsLTIuODI5IDIuODI4YS41LjUgMCAxIDAgLjcwOC43MDhsMy4xODItMy4xODJaTTAgNC41aDE2di0xSDB2MVoiLz48L3N2Zz4=");
}

.service_usa.web_dev_service.healthcare_banner.android_banner.chatbot_banner.ecomm_web_banner.hero-lcp {
    position: relative !important;
    z-index: 1;
    height: 100vh !important;
    margin-top: -100px !important;
    overflow: hidden !important;
    background-image: none !important;
}
.hero-lcp > .hero-lcp-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
}

.service_usa.ecomm_web_banner.hero-lcp .banenr_content {
    margin-top: 0;
}

.service_usa.ecomm_web_banner.hero-lcp > .container {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.service_usa.ecomm_web_banner .banenr_content {
    padding-right: 40px;
}
.service_usa .banenr_content .h1,
.service_usa .banenr_content h1,
.service_usa .banenr_content p,
.service_usa .banenr_content span {
    color: #fff;
}
.service_usa .banenr_content h1 {
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.service_usa .banenr_content span {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: block;
}
.service_usa .banenr_content p {
    font-family: Poppins, sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 24px;
}

body a.border_btn {
    background: #f47a1f;
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    min-width: 180px;
    padding: 0 30px;
    text-align: center;
}
.service_usa.ecomm_web_banner a.border_btn {
    background: #f47a1f;
    border: 2px solid #f47a1f;
    color: #fff;
}
.service_usa.ecomm_web_banner a.border_btn:hover {
    background: #fff;
    color: #f47a1f;
}

.trustedtop_brands {
    padding: 30px 0;
    position: relative;
    overflow-x: hidden;
}
.trustedtop_brands .h5,
.trustedtop_brands h5 {
    color: #000;
    letter-spacing: 0;
}
.trustedtop_brands .top_brands_item_img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    min-height: 60px;
}
.trustedtop_brands .top_brands_item_img img {
    max-height: 50px;
    width: auto;
}
.top_brands_slider.swiper-container {
    overflow: hidden;
    max-width: 100%;
}
.top_brands_slider .swiper-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.top_brands_slider .swiper-slide {
    flex-shrink: 0;
    width: auto;
    min-width: 120px;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .service_usa .banenr_content h1 {
        font-size: 40px;
        line-height: 1.25;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service_usa .banenr_content h1 {
        font-size: 34px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 0 !important;
    }
    .service_usa.web_dev_service.healthcare_banner.android_banner.chatbot_banner.ecomm_web_banner.hero-lcp {
        height: auto !important;
        min-height: 90vh;
        padding-bottom: 40px;
    }
    .service_usa.ecomm_web_banner.hero-lcp .banenr_content {
        margin-top: 80px;
    }
    .service_usa .banenr_content h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs_style {
        margin-bottom: 40px !important;
    }
    header {
        padding: 0 !important;
    }
    .breadcrumbs_style .container ul.breadcrumb {
        top: 90px !important;
    }
    .service_usa.web_dev_service.healthcare_banner.android_banner.chatbot_banner.ecomm_web_banner.hero-lcp {
        height: 100% !important;
        margin-top: -40px !important;
        padding-bottom: 10px;
        background-color: #051928 !important;
    }
    .service_usa.ecomm_web_banner.hero-lcp > .hero-lcp-img {
        display: none !important;
    }
    .service_usa.ecomm_web_banner.hero-lcp > .container {
        padding-top: 110px;
    }
    .service_usa.ecomm_web_banner.hero-lcp .banenr_content {
        margin-top: 30px;
    }
    .service_usa.ecomm_web_banner .banenr_content {
        padding-right: 0;
    }
    .service_usa .banenr_content h1 {
        font-size: 24px;
        line-height: 1.3;
    }
    body a.border_btn {
        border-radius: 25px;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        min-width: 150px;
    }
    .trustedtop_brands {
        padding: 25px 0;
    }
    .trustedtop_brands .top_brands_item_img img {
        max-height: 40px;
    }
}

/* FAQ accordion — collapsed by default (custom.min.js loads deferred under CWV) */
.faq_loc .services_faqs .accordion-body,
.faq_loc .accordion-body {
    display: none;
}
