#content{
    background: #ffffff;
}
br {
  line-height: 0;
  margin: 0;
  display: none;
}
.shopify-section-1 .section-1-box{
    background-color: #348504;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 30px; 
    display: flex;
}
.shopify-section-1 .section-1-box .box-left{
    width: 30%;
    min-height: 1px;
}
.shopify-section-1 .section-1-box .box-right{
    width: 80%;
    padding:60px 40px;
}
.shopify-section-1 .section-1-box .box-right .title{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom:10px;
}

.shopify-section-1 .section-1-box .box-right .title h1{
    color: #FFFFFF;
}
.shopify-section-1 .section-1-box .box-right .title h1 text{
    display: block;
}
.shopify-section-1 .section-1-box .box-right p{
    color: #FFFFFF;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.shopify-section-1 .section-1-box .box-right a{
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
}
.shopify-section-1 .section-1-box .box-left img{
    height: 100%;
    border-radius: 30px 0 0 30px; 
}
.shopify-section-2 {
    margin: 40px;
}
.shopify-section-2 .section-2-box{
    display: flex;
}
.shopify-section-2 .section-2-box .box-left{
    width: 50%;
    min-height: 1px;
    padding: 30px 0;
}
.shopify-section-2 .section-2-box .box-right{
    width: 50%;
}
.shopify-section-2 .section-2-box .box-left h2{
    font-size: 32px;
    color: #373737;
    font-weight: 400;
    margin-bottom:40px;
}
.shopify-section-2 .section-2-box .box-left p{
    line-height: 2.2em;
    font-size: 16px;
    color: #474747;
}
.height{
    height: 22px;
}
.shopify-section-2 .section-2-box .box-left .button{
    display: inline-block;
    padding: 10px 30px 10px 55px;
    background-color: #11b714;
    color: #ffffff;
    border-radius: 50px;
    border-color: #333;
    position: relative;
    top: 30px;
    cursor: pointer;
    position: relative;
}
.shopify-section-2 .section-2-box .box-left .button .ico{
    position: absolute;
    top: 8px;
    left: 20px;
}
.shopify-section-2 .section-2-box .box-left .button:hover{
    background-color:#348504
}
.shopify-section-2 .section-2-box .box-left .button:hover  .alert-box{
     display: block;
}
.shopify-section-2 .section-2-box .box-left .button:hover  i{
     display: block;
}
.shopify-section-2 .section-2-box .box-left  .button .alert-box{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: -190px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 15px;
    z-index: 9;
    background: #efefef;
    text-align: center;
}
.shopify-section-2 .section-2-box .box-left  .button .alert-box p{
    line-height: 1;
}
.shopify-section-2 .section-2-box .box-left  .button i{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #efefef; 
  position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -5px;
     display: none;
   
}

.shopify-section-3 {
    margin: 0 40px;
}
.shopify-section-3 .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }
.shopify-section-3 .service-card {
        background: white;
        border-radius: 20px;
        padding: 30px;
        transition: all .3s ease;
        position: relative;
        border: 1px solid rgba(92, 106, 196, 0.1);
        overflow: hidden;
    }
.shopify-section-3  .service-card:hover {
       transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(92, 106, 196, 0.1);
        border-color: rgba(92, 106, 196, 0.2);
    }
.shopify-section-3    .service-card:hover::before {
    opacity: 1;
}
.shopify-section-3  .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #5c6ac4, #4a55a8);
    opacity: 0;
    transition: opacity .3s ease;
}
.shopify-section-3 .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #5c6ac4, #4a55a8);
        opacity: 0;
        transition: opacity .3s ease;
    }
.shopify-section-3 .service-icon {
        width: 60px;
        height: 60px;
        background: rgba(92, 106, 196, 0.1);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
.shopify-section-3 .service-icon svg {
        width: 30px;
        height: 30px;
        color: #5c6ac4;
    }
.shopify-section-3 .service-title {
        font-size: 1.5em;
        color: #2c2c2c;
        margin-bottom: 15px;
        font-weight: 600;
    }
.shopify-section-3 .service-description {
        color: #666;
        line-height: 1.6;
        margin-bottom: 20px;
    }
.shopify-section-3 .service-features {
        list-style: none;
        padding: 0;
        margin: 0;
    }
.shopify-section-3 .service-features li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 12px;
        color: #4a4a4a;
        font-size: .95em;
    }
.shopify-section-3 .service-features li svg {
        width: 18px;
        height: 18px;
        color: #5c6ac4;
        margin-right: 10px;
        flex-shrink: 0;
        margin-top: 3px;
    }



.shopify-section-4 {
    margin: 40px;
}
.shopify-section-4 .section-4-title{
    font-size: 42px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
}



.shopify-section-4 .section-4-desc{
    color: #6A6C87;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}


.shopify-section-4 .section-4-ul{
    display: flex;
}
.shopify-section-4 .section-4-ul .section-4-li{
    text-align: center;
    padding: 30px;
}
.shopify-section-4 .section-4-ul .section-4-li .icon{
    font-size: 39px;
    border-radius: 50%;
    padding: .5em;
    background-color: #11b714;
    color: #ffffff;
    fill: #ffffff;
    transition-duration: .3s;
    transition-property: transform;
    display: inline-block;
    margin: 12px;
}
.shopify-section-4 .section-4-ul .section-4-li .icon:hover {
    transform: scale(1.1);
}
.shopify-section-4 .section-4-ul .section-4-li .icon svg,.shopify-section-4 .section-4-ul .section-4-li .icon img{
    width: 1em;
    height: 1em;
    display: block;
}


.shopify-section-4 .xian{
    border-bottom: 1px solid #efefef;
}

.shopify-section-4 .section-4-ul .section-4-li  .section-4-li-title{
        margin-bottom: 15px;
        color: #000000;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.3em;
    }
.shopify-section-4 .section-4-ul .section-4-li  .section-4-li-desc{
        margin-bottom: 15px;
        text-align: center;
        color: #555555;
        font-size: 15px;
        font-weight: 400;
    }

.shopify-section-5 {
    margin: 40px;
}
.shopify-section-5 .clear{
    clear: both;
}
.shopify-section-5  .shopify-section-5-title{
    font-size: 42px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

.shopify-section-5 .alias {
    display: table;
    margin: 0 auto;
    background: linear-gradient(-90deg, #304ab6, #4366d9);
    border-radius: 27px;
    padding: 10px 34px;
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    line-height: 1em;
    margin-bottom: 30px;
}
.shopify-section-5 .text{
    max-width: 848px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: center;
}

.shopify-section-5  .shopify-section-5-ul{
    margin: 0 -32px;
    margin-top: 87px
}

.shopify-section-5  .shopify-section-5-ul {
    margin: 0 -32px;
    margin-top: 87px
}

.shopify-section-5  .shopify-section-5-ul .item {
    padding: 0 32px;
    margin-bottom: 70px
}

.shopify-section-5  .shopify-section-5-ul .flex{
    display: flex;
}
.shopify-section-5  .shopify-section-5-ul   .col-md-4 {
        width: 33.33333333%;
        float: left;
    }

.shopify-section-5  .shopify-section-5-ul .item .box {
    position: relative;
    height: 150px
}

.shopify-section-5  .shopify-section-5-ul .item .box .num {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(249,143,49,0.1);
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 25px
}
 .shopify-section-5  .shopify-section-5-ul .item .box  .flex-center {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        justify-content: center;
    }

.shopify-section-5  .shopify-section-5-ul .item .box .num .round {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(249,143,49,0.5);
    border-radius: 50%
}

.shopify-section-5  .shopify-section-5-ul .item .box .num .round .round2 {
    width: 60px;
    height: 60px;
    border: 1px solid #f98f31;
    border-radius: 50%
}

.shopify-section-5  .shopify-section-5-ul .item .box .num .round .round2 span {
    width: 50px;
    height: 50px;
    background: linear-gradient(0deg, #f98e31, #f7b341);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.shopify-section-5  .shopify-section-5-ul .item .box .num2 {
    font-size: 180px;
    font-weight: bold;
    color: #f7f7f7;
    line-height: 26px;
    position: absolute;
    left: 35px;
    top: 2px;
    z-index: -1;
    display: block;
    line-height: .7em
}

.shopify-section-5  .shopify-section-5-ul .item .box .title {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px
}

.shopify-section-5  .shopify-section-5-ul .item .box .summary {
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 26px
}
.shopify-section-6{
    text-align: center;
    margin-bottom: 40px;
}
.shopify-section-6 .shopify-section-6-title{
    font-size: 42px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.shopify-section-6 .shopify-section-6-desc{
    font-size: 18px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 40px;
}

.shopify-section-6 .faq-container {
        display: inline-grid;
        gap: 20px;
        width: 90%;
    }
.shopify-section-6  .faq-section * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
.shopify-section-6  .faq-item {
        border: 1px solid #e0e5e9;
        border-radius: 12px;
        overflow: hidden;
        transition: all .3s ease;
    }
.shopify-section-6  .faq-question {
        padding: 24px 30px;
        background: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
        user-select: none;
    }
.shopify-section-6   .faq-question::after {
        content: '+';
        font-size: 24px;
        font-weight: 300;
        transition: transform .3s ease;
    }
.shopify-section-6  .faq-item.active .faq-question::after {
    transform: rotate(45deg);
}
.shopify-section-6   .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out;
        background: #f8fafc;
    }
.shopify-section-6   .faq-answer-content {
        padding: 0 30px 24px;
        color: #64748b;
        line-height: 1.6;
        font-size: 16px;
        text-align: left;
    }
.shopify-section-7{
    position: relative;
    display: flex;
    padding: 23px 160px;
    background-image: url(/wp-content/uploads/2025/03/2-8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin: 10px 0;
}

.shopify-section-7 .bj{
    position: absolute;
    border-radius: 30px;
    left: 0;
    top: 0;
    height: 240px;
    width: 100%;
}
.shopify-section-7 .shopify-section-7-left{
     width: 70%;
     position: relative;
     text-align: left;
}
.shopify-section-7 .shopify-section-7-right{
     width: 30%;
     position: relative;
     text-align: center;
}
.shopify-section-7 .shopify-section-7-left h2{
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.4em;
    margin:40px 0;
}
.shopify-section-7 .shopify-section-7-left p{
    color: #FFFFFF;
    font-size: 24px;
}
.shopify-section-7 .shopify-section-7-right img{
    width: 150px;
    margin-bottom: 10px;
}
.shopify-section-7 .shopify-section-7-right p{
    color: #FFFFFF;
    font-size: 16px;
}

.site-footer{
    margin: 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
    .shopify-section-1 .section-1-box .box-right {
        padding:10px 40px;
    }
    .shopify-section-1 .section-1-box .box-right .title {
        font-size:26px;
    }
    .shopify-section-1 .section-1-box .box-right p {
        font-size:14px;
    }
    .shopify-section-2 .section-2-box .box-left h2 {
        font-size:26px;
    }
    .shopify-section-2 .section-2-box .box-left p {
        line-height: inherit;
    }
    .shopify-section-4 .section-4-title {
        font-size: 32px;
        margin: 30px 0;
    }
    .shopify-section-4 .section-4-ul .section-4-li {
        padding: 10px;
    }
    .shopify-section-5 .shopify-section-5-title {
        font-size:32px;
    }
    .shopify-section-5 .alias {
        font-size:24px;
    }
    .shopify-section-5 .shopify-section-5-ul .item {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .shopify-section-5 .shopify-section-5-ul .item .box {
        height:auto;
    }
    .shopify-section-7 {
        padding:20px 80px;
    }
    .shopify-section-7 .shopify-section-7-left h2 {
        font-size:32px;
    }
}
@media (max-width: 767px) {
    #content{
        margin:15px;
    }
    .shopify-section-1 .section-1-box .box-right .title{
        font-size:32px;
    }
      .shopify-section-1 .section-1-box,.shopify-section-2 .section-2-box {
        display: block;
      }
      .shopify-section-1 .section-1-box .box-left{
          display: none;
      }
      
      .shopify-section-2 .section-2-box .box-left,.shopify-section-7 .shopify-section-7-left{
          width:100%;
      }
      .shopify-section-1 .section-1-box .box-right,.shopify-section-2 .section-2-box .box-right,.shopify-section-7 .shopify-section-7-right {
          width:100%;
      }
      .shopify-section-1 .section-1-box .box-left img{
          border-radius: 30px 30px 0 0 ;
      }
      .shopify-section-2,.shopify-section-3,.shopify-section-4,.shopify-section-5{
         margin:0; 
      }
      .shopify-section-2 .section-2-box .box-left h2{
         line-height: 1.6; 
         margin-bottom: 20px;
      }
      .shopify-section-2 .section-2-box .box-left h2{
            font-size:24px;
        }
      .shopify-section-2 .section-2-box .box-right{
          margin-top:20px;
      }
      .shopify-section-3 .service-card {
          padding:20px;
      }
      .shopify-section-4 .section-4-title {
        font-size: 32px;
        margin: 20px 0 50px 0;
      }
      .shopify-section-4 .section-4-ul .section-4-li{
          padding: 10px;
            border: 1px solid rgba(92, 106, 196, 0.1);
            margin: 20px;
            border-radius: 20px;
      }
      .shopify-section-4 .section-4-ul{
          display: block;
      }
      .shopify-section-5 .shopify-section-5-title{
          font-size:32px;
          margin: 30px 0;
      }
      .shopify-section-5 .alias{
          line-height: 1.6;
          padding: 18px 10px;
        font-size: 18px;
        text-align: center;
        margin: 0 20px 30px;
      }
      .shopify-section-5 .shopify-section-5-ul .col-md-4{
          width: 100%;
        float: none;
      }
      .shopify-section-5 .text{
          margin-bottom: 30px;
      }
      .shopify-section-5 .shopify-section-5-ul {
          margin-top:0;
      }
      .shopify-section-5 .shopify-section-5-ul .item{
          margin-bottom: 20px;
      }
      .shopify-section-6 .shopify-section-6-title {
          font-size: 32px;
        margin: 30px 0 20px 0;
      }
      .shopify-section-7{
          padding:15px;
          flex-direction: column;
      }
      .shopify-section-7 .shopify-section-7-left{
          margin-bottom: 20px;
      }
      .shopify-section-7 .shopify-section-7-left h2{
          font-size:36px;
          margin:0 0 20px 0;
          text-align:center
      }
      .shopify-section-7 .shopify-section-7-left p{
          font-size: 18px;
      }
      .shopify-section-7 .bj{
          height: 410px;
      }
    }