@media screen and (min-width: 1031px) {
    .bg-orengered{
        background:url(/catalog/view/theme/chinadivision_web/image/resources/help/magento/api_integration.webp) no-repeat center;
        background-size: cover;
         margin-top: 51px;
         height: 400px;
         padding-top: 5%;
        }
        .bg-orengered p{
            font-size: 18px  !important;
          }
    .main-resources{padding:100px 0;}
    .resources{padding:0 120px;}
    .resources-content{background: #FFFFFF;box-shadow: 0 3px 21px 0 rgba(220,223,230,0.50);border-radius: 4px;padding:30px;}
    .content-title{font-size: 18px;color: #2C2D2E;letter-spacing: 0;line-height: 18px;margin-bottom:10px;}
    .content-title .point{width: 8px;height: 8px;background: #FF812F;margin-right: 15px;}
    .content-text{font-size: 14px;color: #6B6B6B;line-height: 26px;padding-left:23px;}
    .text-space{width:20px;}
    .interface-line table{border-collapse:separate; border-spacing:0px 10px;}
    .interface-line table thead tr{background: #F4F4F4;border-radius: 4.85px;}
    .interface-line table tbody tr{border-radius: 4.85px;}
    .interface-line table thead tr th{font-size: 14px;color: #5A5856;line-height: 14px;border:none;}
    .interface-line table tbody tr td{font-size: 14px;color: #5A5856;line-height: 14px;border-top: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;}
    .interface-line table tbody tr .tr-left{border-left: 1px solid #E5E5E5;}
    .interface-line table tbody tr .tr-right{border-right: 1px solid #E5E5E5;}
    .faqs-nav ul{list-style: none;}
    .left-nav-bar{background: #FFFFFF;box-shadow: 0 3px 21px 0 rgba(220,223,230,0.50);border-radius: 4px;}
    .faqs-nav .left-nav-bar li a{font-size: 16px;color: #2C2D2E;line-height: 16px;}
    .faqs-nav a{padding:12px 0;}
    .faqs-nav>ul>.active,.faqs-nav>ul>.active>a{color: #004097;}
    .faqs-nav .left-nav-bar li:hover>a{color: #004097;text-decoration: none;}
    .active-bor{width: 6px;height:20px;background: #004097;left:0;top:25%;}
    .code-highlight,.json-code{margin-bottom: 20px;}
    .navbar-grey {margin: 0 auto;background: #e8eff4;border-bottom: 1px solid #ddd;border-radius: 0;}
    .navbar-grey .nav>li {position: relative;padding: 7px 25px;cursor: pointer;}
    .navbar-grey .nav>li h4{font-size: 14px;margin-bottom: 0;padding:5px;color:#003D98;}
    .navbar-grey .nav>li.active i {width: 16px;height: 8px;position: absolute;bottom: -1px;left: 50%;margin-left: -8px;}

    /* .Advantages  img{
        border-radius: 130px 5px 5px 130px;
    }
    .reverse img{
        border-radius: 5px 130px 130px 5px !important;
    } */
     .content-menu{
        display: none;
     }

}



.CodeMirror-linenumber{
    color: #2C2D2E !important;
}
.enhance-box {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 20px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    .header {
        text-align: center;
        margin-bottom: 60px;
        }
        .header h1 {
        font-size: 42px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 20px;
        line-height: 1.2;
        }
        .features-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0px;
        margin-top: 40px;
        }
        .feature-card:nth-child(1) {
            grid-column: span 2;
            box-shadow: initial;
        }
        .feature-card:nth-child(2),
        .feature-card:nth-child(4),
        .feature-card:nth-child(5) {
            background: #F8FAFB;
            box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        }
        .feature-card:nth-child(5),
        .feature-card:nth-child(6),
        .feature-card:nth-child(7),
        .feature-card:nth-child(8) {
            margin-top: 0px;
        }
        .feature-card {
        background: #fff;
        padding: 32px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        }

        .feature-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 24px;
        color: #0047FF;
        }
        .feature-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
        color: #1a1a1a;
        }
        .feature-description {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        }
        .feature-title-h2{
            font-size: 31px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 20px;
            margin-top: 56px;
            line-height: 1.2;
            text-align: left;

        }


        .Advantages {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .Advantages  h2 {
            text-align: center;
            font-size: 35px;
            margin-bottom: 60px;
            color: #1c1c1c;
        }

        .Advantages .section {
            display: flex;
            align-items: center;
            margin-bottom: 60px;
            gap: 15px;
        }

        .Advantages .column {
            flex: 1;
            max-width: 50%;
        }

        .Advantages .text-content {
            padding: 20px;
        }

        .Advantages .text-right {
            text-align: right;
        }

        .Advantages  .text-left {
            text-align: left;
        }

        .Advantages  h3 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #1a1a1a;
        }

        .Advantages p {
            font-size: 16px;
            line-height: 1.8;
            color: #666;
        }

        .Advantages  img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

@media screen and (max-width: 1030px) {
    .w-1030{
        flex: 0 !important;
        width:100%;
        max-width:100%;
    }
    .resources{
        padding: 0  20px;
    }
    .bg-orengered{
        background:url(/catalog/view/theme/chinadivision_web/image/resources/help/magento/api_integration.webp) no-repeat center;background-size: cover;
        padding-top: 20%;
    }
    .bg-orengered p{
      font-size: 16px !important;
    }
    .main-content .container p{
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 20px;
    }
	.main-resources{padding:100px 0;}
    h1{
        font-size: 30px !important;
    }
	.resources-content{background: #FFFFFF;box-shadow: 0 3px 21px 0 rgba(220,223,230,0.50);border-radius: 4px;padding:30px;}
	.content-title{font-size: 18px;color: #2C2D2E;letter-spacing: 0;line-height: 18px;margin-bottom:10px;}
	.content-title .point{width: 8px;height: 8px;background: #FF812F;margin-right: 15px;}
	.content-text{font-size: 14px;color: #6B6B6B;line-height: 26px;padding-left:23px;     word-wrap: break-word;}
	.text-space{width:20px;}
	.interface-line table{border-collapse:separate; border-spacing:0px 10px;}
	.interface-line table thead tr{background: #F4F4F4;border-radius: 4.85px;}
	.interface-line table tbody tr{border-radius: 4.85px;}
	.interface-line table thead tr th{font-size: 14px;color: #5A5856;line-height: 14px;border:none;}
	.interface-line table tbody tr td{font-size: 14px;color: #5A5856;line-height: 14px;border-top: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;}
	.interface-line table tbody tr .tr-left{border-left: 1px solid #E5E5E5;}
	.interface-line table tbody tr .tr-right{border-right: 1px solid #E5E5E5;}
	.faqs-nav ul{list-style: none;}
	.left-nav-bar{background: #FFFFFF;box-shadow: 0 3px 21px 0 rgba(220,223,230,0.50);border-radius: 4px;}
	.faqs-nav .left-nav-bar li a{font-size: 16px;color: #2C2D2E;line-height: 16px;}
	.faqs-nav a{padding:7px 0;}
	.faqs-nav>ul>.active,.faqs-nav>ul>.active>a{color: #004097;}
	.faqs-nav .left-nav-bar li:hover>a{color: #004097;text-decoration: none;}
	.active-bor{width: 6px;height:20px;background: #004097;left:0;top:25%;}
	.code-highlight,.json-code{margin-bottom: 20px;}
	.navbar-grey {margin: 0 auto;background: #e8eff4;border-bottom: 1px solid #ddd;border-radius: 0;}
	.navbar-grey .nav>li {position: relative;padding: 7px 25px;cursor: pointer;}
	.navbar-grey .nav>li h4{font-size: 14px;margin-bottom: 0;padding:5px;color:#003D98;}
	.navbar-grey .nav>li.active i {width: 16px;height: 8px;position: absolute;bottom: -1px;left: 50%;margin-left: -8px;}
    .main-center {margin-top: 10px;}
.table-responsive h3{
     font-size: 18px;
}
    .enhance-box{
        padding-top: 0;
    }
       .enhance-box  .features-grid {
        display: block;
        margin-top: 20px;
    }

    .feature-card{
         background: #fff !important;
         margin-bottom: 24px !important;
         box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.05) !important;
    }
    .feature-card:nth-child(1){
        margin-bottom: 0 !important;
        box-shadow: initial !important;
    }
    .feature-title-h2{
        text-align: center;
        font-size: 24px;
        margin-top: 0px;



    }
    .Advantages .section {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .Advantages .column {
        width: 100%;
        max-width: 100%;
    }
    .Advantages .text-content{
        padding: 0;
    }
    .Advantages .text-right p{
        text-align: center;
    }
    .Advantages  p{
        font-size: 14px;
    }

    .Advantages .text-left p{
        text-align: center;
    }
    .Advantages h3{
        text-align: center !important;
        font-size: 20px;

    }
    .Advantages h2{
        text-align: center;
        font-size: 24px;
        margin-bottom: 40px;
        color: #1c1c1c;
        font-weight: 700;

    }

    .reverse{
        flex-direction: column-reverse !important;
    }



.content-menu {
    position: fixed;
    background: #fff;
    top: 50%;
    width: 0.6rem;
    height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 5px 25px #0000000a, 0 3.2px 12px #00000014;
    z-index: 10001;

}
.content-menu  .content-menu-item {
    width: 0.43rem;
    height: 0.43rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.content-menu  .content-menu-item  img {
    width: 100%;
}
.faqs-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    justify-content: center;
    align-items: center;

}
.faqs-nav  .mask-nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}
.faqs-nav  .left-nav-bar {
    z-index: 10003;
    width: calc(100% - 2rem);
    margin-top: 1.5rem;

}
.faqs-nav  .left-nav-bar li {
    display: flex;
    flex-direction: column;
}
}
@media screen and  (max-width: 768px){
    .bg-orengered{height:400px;padding-top: 30%;}
    .resources{padding:0px;}
    .main-resources{padding:50px 0;}
}
@media (min-width: 768px) and (max-width: 992px){
    .bg-orengered{height:400px;padding-top: 20%; }
    .resources{padding:0 20px;}
    .main-resources{padding:50px 0;}
    .enhance-box {
        padding: 40px 20px;
        }
        .header h1 {
        font-size: 32px;
        }
        .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        }
        .feature-card {
        padding: 24px;
        }
}