/*new*/
    
    .feature-card {
      background: #fdfdfd;
      border-radius: 20px;
      padding: 30px;
      display: flex;
      gap: 20px;
      align-items: flex-start;
      /*box-shadow: 0 10px 35px rgba(0, 0, 0, .08);*/
      border: 1px solid #eee;
      transition: all .35s ease;
      border: 1px solid #be9b3a88;
    }


    .icon {
      width: 70px;
      height: 70px;
      min-width: 70px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #d4af37, #f6d365);
      color: #fff;
      font-size: 28px;
      box-shadow: 0 10px 20px rgba(212, 175, 55, .35);
      transition: .35s;
    }

    .feature-card:hover .icon {
      transform: rotate(-8deg) scale(1.08);
    }

    .content h3 {
      font-size: 24px;
      font-weight: 700;
      color: #182848;
      margin-bottom: 12px;
    }

    .content p {
      color: #666;
      line-height: 1.8;
      margin-bottom: 0;
    }
    
    .our-process {
        margin-top: 0px !important;
    }
    
    .online-success-section {
        margin-bottom: 0px !important;
    }
    
    .owner-section {
        padding-bottom: 0px !;
    }
    
    .link-building-section {
        margin-top: 0px !important;
    }
    
    
     @media (max-width: 576px) {
      .process-section {
        margin: 0px !important;
        padding-top: 0px !important;
    }
    }
    
    

    @media (max-width: 767px) {

      .feature-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
      }

      .content h3 {
        font-size: 22px;
      }
      
      .on-page-seo-sec {
    padding-top: 80px;
    }
    
    .kode-content-section {
        padding-top: 30px;
    }
    
    .owner-section {
        margin-bottom: 0px !important;
        padding-bottom: 80px !important;
    }
    
    .audit-section {
        margin-top: 0px !important;
    }
    
    .why-seo-section {
        margin-bottom: 20px !important;
    }
    
    .process-section {
        
        padding-bottom: 60px !important;
    }
    
    .trust-us-section {
        padding-top: 20px !important;
    }
    
    .mv {
    padding: 0px !important;
}

.ready-capture-section {
    margin-top: 0px !important;
}

    .results {
    padding: 40px 20px !important;
    }
    
    .services-section {
        padding: 0px 15px !important;
    }
    
    .card-grid-section {
        padding-bottom: 20px !important;
    }

}
    
    
    
    .stats-section {
      padding: 100px 0;
      background: #fff;
      position: relative;
    }

    .stats-section::before {
      content: '';
      position: absolute;
      width: 450px;
      height: 450px;
      background: #f5d56d;
      opacity: .08;
      border-radius: 50%;
      top: -150px;
      left: -100px;
      filter: blur(80px);
    }

    .stats-section::after {
      content: '';
      position: absolute;
      width: 450px;
      height: 450px;
      background: #15345d;
      opacity: .05;
      border-radius: 50%;
      bottom: -180px;
      right: -120px;
      filter: blur(90px);
    }

    .stat-item {
      position: relative;
      padding: 0px 25px;
    }

    .stat-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 20%;
      width: 1px;
      height: 60%;
      background: #d9d9d9;
    }

    .stat-item h2 {
      font-size: 44px;
      font-weight: 700;
      background: linear-gradient(180deg, #f7d56c, #b8870d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
    }

    .stat-item h4 {
      font-size: 18px;
      font-weight: 700;
      color: #17385f;
      text-transform: uppercase;
      line-height: 1.4;
      margin-bottom: 12px;
    }

    .stat-item p {
      color: #8c8c8c;
      font-size: 20px;
    }

    @media(max-width:992px) {

      .stat-item::after {
        display: none;
      }

        .stat-item {
        padding: 25px;
    }

      .stat-item h2 {
        font-size: 60px;
      }

    }

    @media (max-width: 991.98px) {
    
    .trust-sub-section {
        padding: 10px 0px;
    }
    
    .stat-item .trust-num {
        font-size: 38px !important;
    }
    
    .stat-item h4 {
        font-size: 16px !important;
    }
      

      /* Remove desktop vertical divider */
      .stat-item::after {
        display: none;
      }

      /* Right border for left items */
      .stat-item:nth-child(odd) {
        border-right: 1px solid #ddd;
      }

      /* Bottom border for first row */
      .stat-item:nth-child(-n+2) {
        border-bottom: 1px solid #ddd;
      }

      .stat-item .trust-num {
        font-size: 50px;
      }

      .stat-item h4 {
        font-size: 18px;
      }

      .stat-item p {
        font-size: 15px;
      }
      
      .mv {
          padding: 0px;
      }
      
      .kode_wel_demo_des {
   margin-bottom: 0px !important;
}
      
    }
    
    
    /*Testimonials*/
    
    .review-section {
      padding: 70px 0;
      background: #f7f7f7;
    }


    .rating-box {
      text-align: center;
    }

    .rating-box h2 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 0;
    }

    .rating-stars {
      color: #FFC107;
      font-size: 34px;
    }

    .rating-box p {
      font-size: 18px;
      margin-bottom: 0;
    }

    .rating-box span {
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
    }

    .google-logo {
      font-size: 42px;
      font-weight: bold;
    }

    .google-logo .b {
      color: #4285F4;
    }

    .google-logo .r {
      color: #EA4335;
    }

    .google-logo .y {
      color: #FBBC05;
    }

    .google-logo .g {
      color: #34A853;
    }

    .slider-wrapper {
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: .5s ease;
    }

    .slide {
      min-width: 33.3333%;
      padding: 12px;
    }

    .small-g-image img {
      height: 22px;
    }

    .review-card {

      background: #fff;
      border-radius: 18px;
      padding: 22px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
      height: 100%;
    }

    .review-header {

      display: flex;
      justify-content: space-between;
    }

    .user {

      display: flex;
      gap: 12px;
    }

    .user img {

      width: 55px;
      height: 55px;
      border-radius: 50%;
      object-fit: cover;
    }

    .user h5 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }

    .user small {
      color: #888;
    }

    .review-stars {

      color: #FFC107;
      font-size: 20px;
      margin: 10px 0;
    }

    .review-text {

      color: #444;
      font-size: 14px;
      line-height: 1.6;
    }

    .read-more {

      color: #777;
      text-decoration: none;
    }

    .google-icon {

      color: #4285F4;
      font-size: 24px;
    }

    .arrow {

      width: 45px;
      height: 45px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
      z-index: 10;
    }

    .prev {
      left: -20px;
    }

    .next {
      right: -20px;
    }

    @media(max-width:992px) {

      .slide {
        min-width: 100%;
      }

      .prev,
      .next {
        display: none;
      }

      .rating-box {
        margin-bottom: 40px;
      }

    }