/*new*/
body p, body a, body h1, body h2, body h3, body h4, body h5, body h6, body th, body td, body textarea, body span, body small, body div  {
  
    font-family: 'Sintony', sans-serif !important; 
    
}

body p {
    font-size: 14px !important;
}

body input {
  
    font-family: 'Sintony', sans-serif !important; 
    
}


/*iphone page*/


.swift-modern {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 0 !important;
    color: #101828;
  }

  .swift-modern::before {
    content: "SWIFT";
    position: absolute;
    right: 125px;
    top: 340px;
    font-size: clamp(150px, 16vw, 310px);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -15px;
    color: rgb(15 23 42 / 7%);
    font-family: 'Sintony', sans-serif !important;
    pointer-events: none;
    user-select: none;
  }


  .swift-modern .container {
    position: relative;
    z-index: 2;
  }

  .swift-modern-main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-top: 55px;
    /* border-top: 1px solid #eaecf0; */
  }

  .swift-performance {
    position: relative;
    padding-left: 38px;
  }

  /* vertical line */

  .swift-performance::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
   background: linear-gradient(
    to bottom,
    #be9a3a 0%,
    #d8b866 50%,
    rgba(190, 154, 58, 0) 100%
);
  }

  /* small glowing dot */

  .swift-performance::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #be9a3a;
    box-shadow:
    0 0 0 5px rgba(190, 154, 58, 0.12),
    0 0 25px rgba(190, 154, 58, 0.4);
  }

  .swift-performance-number {
    margin-bottom: 20px;
    color: #be9a3a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Sintony', sans-serif !important;
  }

  .swift-performance-title {
    max-width: 620px;
    margin-bottom: 22px;
    color: #101828;
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: -1.3px;
  }

  .swift-performance-text {
    max-width: 650px;
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.9;
  }

  .swift-technology {
    padding-top: 3px;
  }

  .swift-tech-heading {
    margin-bottom: 28px;
    color: #be9a3a;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Sintony', sans-serif !important;
  }

  .swift-tech-heading span {
    display: block;
    margin-top: 7px;
    color: #98a2b3;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .swift-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }

  .swift-tech-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border: 1px solid #eaecf0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.75);
    color: #344054;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(16, 24, 40, 0.035);
    transition: all 0.3s ease;
    font-family: 'Sintony', sans-serif !important;
  }

  .swift-tech-item i {
    color: #be9a3a;
    font-size: 17px;
    transition: transform 0.3s ease;
  }

  .swift-tech-item:hover {
    transform: translateY(-5px);
    border-color: #b2ddff;
    color: #101828;
    background: #fff;
    box-shadow:
      0 15px 35px rgba(16, 24, 40, 0.08),
      0 0 0 4px rgba(0, 122, 255, 0.035);
  }

  .swift-tech-item:hover i {
    transform: scale(1.15);
  }

  .swift-future-ready {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    padding: 11px 17px;
    border: 1px solid #e4e7ec;
    border-radius: 50px;
    background: #f9fafb;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
  }

  .swift-future-ready i {
    color: #007aff;
    font-size: 15px;
  }

  @media (max-width: 991px) {
    .swift-modern {
      padding: 90px 0;
    }

    .swift-modern-main {
      grid-template-columns: 1fr;

      gap: 60px;
    }

    .swift-technology {
      padding-left: 38px;
    }
  }

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

  @media (max-width: 575px) {
    .swift-modern {
      padding-bottom: 10px !important;
    }

    .swift-modern::before {
      font-size: 110px;
      right: 54px;
      top: 860px;
      letter-spacing: -7px;
      display: none;
    }

    .swift-modern-main {
      gap: 45px;
      padding-top: 10px;
    }

    .swift-performance {
      padding-left: 27px;
    }

    .swift-performance-title {
      font-size: 26px;
    }

    .swift-performance-text {
      font-size: 15px;
    }

    .swift-technology {
      padding-left: 27px;
    }

    .swift-tech-item {
      padding: 10px 14px;

      border-radius: 12px;

      font-size: 12px;
    }

    .swift-tech-item i {
      font-size: 15px;
    }

    .swift-future-ready {
      font-size: 11px;
    }
  }
  
  
  
 .apple-app-area {
        position: relative;
        overflow: hidden;
        padding: 40px 0;
        background:
          radial-gradient(
            circle at 10% 50%,
            rgba(227, 173, 56, 0.12),
            transparent 28%
          ),
          radial-gradient(
            circle at 90% 20%,
            rgba(221, 230, 243, 0.45),
            transparent 30%
          ),
          #ffffff;
      }

      /*.apple-app-area::before {*/
      /*  content: "";*/
      /*  position: absolute;*/
      /*  width: 650px;*/
      /*  height: 650px;*/
      /*  border: 1px solid rgba(227, 173, 56, 0.12);*/
      /*  border-radius: 50%;*/
      /*  left: -280px;*/
      /*  top: 20px;*/
      /*}*/

      .apple-app-area::after {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        right: -230px;
        bottom: -220px;
        background: rgba(227, 173, 56, 0.08);
        filter: blur(20px);
      }

      .apple-app-wrapper {
        position: relative;
        z-index: 5;
      }

      /* =========================================================
           LEFT VISUAL
        ========================================================= */

      .apple-device-zone {
        position: relative;
        min-height: 650px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .apple-device-background {
        position: absolute;
        width: 440px;
        height: 440px;
        border-radius: 50%;
        /*background: radial-gradient(*/
        /*  circle,*/
        /*  rgba(227, 173, 56, 0.17),*/
        /*  rgba(227, 173, 56, 0.03) 55%,*/
        /*  transparent 70%*/
        /*);*/
      }

      .apple-device-circle {
        position: absolute;
        width: 510px;
        height: 510px;
        border: 1px dashed rgba(227, 173, 56, 0.18);
        border-radius: 50%;
      }

      .apple-device-circle::before {
        content: "";
        position: absolute;
        inset: 45px;
        border: 1px dashed rgba(124, 142, 167, 0.12);
        border-radius: 50%;
      }

      /* =========================================================
           IPHONE
        ========================================================= */

      .apple-iphone {
        position: relative;
        width: 300px;
        height: 610px;
        padding: 9px;
        border-radius: 48px;
        background: linear-gradient(145deg, #414650, #16181d 45%, #08090b);
        box-shadow:
          0 0px 30px rgba(20, 24, 31, 0.25),
          inset 1px 1px 2px rgba(255, 255, 255, 0.35);
        transform: rotate(0deg);
        z-index: 5;
      }

      .apple-iphone::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 72px;
        left: -5px;
        top: 130px;
        background: #272b32;
        border-radius: 5px 0 0 5px;
        box-shadow:
          0 90px 0 #272b32,
          0 118px 0 #272b32;
      }

      .apple-iphone::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 82px;
        right: -5px;
        top: 190px;
        background: #272b32;
        border-radius: 0 5px 5px 0;
      }

      .apple-iphone-screen {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 40px;
        background: #f6f7f9;
      }

      /* Dynamic Island */

      .apple-dynamic-island {
        position: absolute;
        z-index: 20;
        top: 11px;
        left: 50%;
        transform: translateX(-50%);
        width: 112px;
        height: 31px;
        border-radius: 30px;
        background: #050505;
      }

      /* =========================================================
           PHONE HEADER
        ========================================================= */

      .apple-mobile-header {
        height: 225px;
        padding: 60px 22px 20px;
        color: #ffffff;
        background:
          radial-gradient(
            circle at 90% 0%,
            rgba(255, 255, 255, 0.25),
            transparent 30%
          ),
          linear-gradient(145deg, #e4b53e, #c18c25);
      }

      .apple-mobile-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
      }

      .apple-mobile-icon {
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(8px);
      }

      .apple-mobile-user {
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #333;
        background: #ffffff;
      }

      .apple-mobile-title {
        font-size: 16px;
        font-weight: 700;
      }

      .apple-mobile-small {
        display: block;
        margin-bottom: 3px;
        font-size: 9px;
        font-weight: 600;
        opacity: 0.75;
      }

      .apple-mobile-heading {
        font-size: 27px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: -1px;
      }

      /* =========================================================
           PHONE CONTENT
        ========================================================= */

      .apple-mobile-content {
        padding: 18px;
      }

      .apple-money-card {
        padding: 21px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #edf0f4;
        box-shadow: 0 15px 35px rgba(35, 42, 52, 0.08);
      }

      .apple-money-label {
        color: #9aa3b2;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 0.4px;
      }

      .apple-money-value {
        margin: 5px 0 16px;
        color: #444;
        font-size: 29px;
        font-weight: 800;
        letter-spacing: -1px;
      }

      .apple-money-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .apple-money-month {
        color: #8c95a4;
        font-size: 10px;
      }

      .apple-money-growth {
        color: #10ad70;
        font-size: 10px;
        font-weight: 800;
      }

      /* Chart */

      .apple-chart {
        width: 100%;
        height: 90px;
        margin-top: 5px;
      }

      .apple-chart-line {
        fill: none;
        stroke: #171717;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
      }

      .apple-chart-grid {
        stroke: #edf0f3;
        stroke-width: 1;
      }

      /* Mobile actions */

      .apple-mobile-actions {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 9px;
        margin-top: 13px;
      }

      .apple-action-box {
        height: 92px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 1px solid #eef0f3;
        border-radius: 18px;
        background: #ffffff;
      }

      .apple-action-box i {
        color: #676767;
        font-size: 18px;
      }

      .apple-action-box span {
        color: #687080;
        font-size: 9px;
        font-weight: 700;
      }


      /* =========================================================
           RIGHT CONTENT
        ========================================================= */

      .apple-content-zone {
        display: flex;
        align-items: center;
        min-height: 650px;
      }

      .apple-content-inner {
        max-width: 760px;
        /*padding-left: 35px;*/
      }

      .apple-main-title {
        margin-bottom: 25px;
        color: #101216;
        font-size: clamp(42px, 5vw, 70px);
        line-height: 1.01;
        font-weight: 850;
        letter-spacing: -4px;
      }

      .apple-main-title em {
        color: #e3ad38;
        font-style: normal;
      }

      .apple-main-text {
        margin-bottom: 17px;
        color: #687080;
        font-size: 16px;
        line-height: 1.85;
      }

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

      @media (max-width: 991px) {
        .apple-app-area {
          padding: 80px 0;
        }

        .apple-device-zone,
        .apple-content-zone {
          min-height: auto;
        }

        .apple-content-zone {
          margin-top: 65px;
          justify-content: center;
        }

        .apple-content-inner {
          max-width: 750px;
          padding-left: 0;
          text-align: center;
          padding-bottom: 30px;
        }
        
         .apple-content-inner h2 {
          text-align: center !important;
        }
        
        .ios-top-line {
            display: none;
        }
      }

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

      @media (max-width: 575px) {
        .apple-app-area {
          padding-top: 0px;
          padding-bottom: 30px;
        }
        
        .apple-mobile-top {
            margin-bottom: 18px;
        }

        .apple-device-zone {
          min-height: 550px;
        }

        .apple-device-circle {
          width: 390px;
          height: 390px;
        }

        .apple-device-background {
          width: 330px;
          height: 330px;
        }

        .apple-iphone {
          width: 275px;
          height: 555px;
          border-radius: 43px;
        }

        .apple-iphone-screen {
          border-radius: 36px;
        }

        .apple-mobile-header {
        height: 170px;
        padding: 50px 20px 0px;
        }

        .apple-mobile-heading {
          font-size: 24px;
        }

        .apple-money-value {
          font-size: 25px;
        }

        .apple-content-zone {
          margin-top: 30px;
        }

        .apple-main-title {
          font-size: 42px;
          letter-spacing: -2.5px;
        }

        .apple-main-text {
          font-size: 14px;
          line-height: 1.75;
        }

      }
 
 
  
      
      
      .industry-experience {
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    background: #ffffff;
    color: #101828;
    overflow: hidden;
    isolation: isolate;
  }




  /* .industry-experience::before {
    content: "EXPERTISE";

    position: absolute;
    top: 35px;
    right: -20px;

    font-size: clamp(100px, 16vw, 230px);
    line-height: 1;

    font-weight: 900;
    letter-spacing: -10px;

    color: rgba(16, 24, 40, 0.025);

    pointer-events: none;
  } */

  
    .industry-experience-para {
        padding: 20px 0;
    }


  .industry-stage {
    position: relative;
    max-width: 1150px;
    min-height: 600px;
    margin: 0px auto 0;
  }

 

  .industry-center {
    position: absolute;
    width: 330px;
    height: 330px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #be9a3a4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.55);

    /*box-shadow:*/
    /*  0 20px 80px rgba(16, 24, 40, 0.06),*/
    /*  inset 0 0 50px rgba(99, 91, 255, 0.03);*/

    backdrop-filter: blur(8px);
  }

  .industry-center::before {
    content: "";
    position: absolute;
    inset: 30px;
    border: 1px solid #be9a3a4f;
    border-radius: 50%;
  }

  .industry-center::after {
    content: "";
    position: absolute;
    inset: 65px;
    border-radius: 50%;
    /*background: radial-gradient(*/
    /*  circle,*/
    /*  rgba(99, 91, 255, 0.13),*/
    /*  rgba(99, 91, 255, 0.025) 60%,*/
    /*  transparent 75%*/
    /*);*/
    /*box-shadow: 0 0 80px rgba(99, 91, 255, 0.12);*/
  }

  .center-content {
    position: relative;
    z-index: 2;

    text-align: center;
  }

  .center-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 17px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d4af37, #f6d365);
    color: #fff;
    font-size: 30px;

  }

  .center-content h3 {
    margin: 0;

    font-size: 25px;

    font-weight: 800;

    color: #101828;
  }

  .center-content p {
    margin: 8px 0 0;
    color: #98a2b3;
    font-size: 13px;
  }

  /* =====================================================
   INDUSTRY NODES
===================================================== */

  .industry-node {
    position: absolute;
    width: 350px;
    padding: 5px 22px;
    border-left: 2px solid #be9a3a4f;
    transition: 0.35s ease;
    background: rgba(255, 255, 255, 0.25);
  }

  .industry-node:hover {
    transform: translateY(-6px);
    border-left-color: #00000061;
  }

 

  .node-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
  }
  
  .node-content-end {
      justify-content: flex-end !important;
  }

  .node-title i {
    color: #be9a3a;
    font-size: 35px;
  }

  .node-title h3 {
    margin: 0;

    color: #101828;

    font-size: 19px;

    font-weight: 750;
  }

  .node-description {
    margin: 0;

    color: #667085;

    font-size: 12px;

    line-height: 1.7;
  }

  /* =====================================================
   NODE POSITIONS
===================================================== */

  .node-one {
    left: 0;
    top: 25px;
  }

  .node-two {
    right: 0;
    top: 25px;
    border-left: 0;
    border-right: 2px solid #be9a3a4f;
    text-align: right;
  }

  .node-three {
    left: 0;
    bottom: 35px;
  }

  .node-four {
    right: 0;
    bottom: 35px;
    border-left: 0;
    border-right: 2px solid #be9a3a4f;
    text-align: right;
  }

  .node-five {
    left: 50%;
    bottom: -45px;

    transform: translateX(-50%);

    width: 300px;

    text-align: center;

    border-left: 0;

    border-top: 2px solid rgba(8, 145, 178, 0.35);

    padding-top: 18px;
  }

  .node-five:hover {
    transform: translateX(-50%) translateY(-6px);
  }

  /* =====================================================
   CONNECTING LINES
===================================================== */

  .connection {
    position: absolute;

    opacity: 0.8;
  }

  .connection-horizontal {
    width: 100%;
    height: 1px;

    top: 50%;
    left: 0;

    background: linear-gradient(90deg, transparent, #be9a3a4f, transparent);
  }

  .connection-vertical {
    width: 1px;
    height: 100%;

    top: 0;
    left: 50%;

    background: linear-gradient(to bottom, transparent, #be9a3a4f, transparent);
  }



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

  @media (max-width: 991px) {
    .industry-experience {
      padding: 90px 0;
    }

    .industry-stage {
      min-height: auto;
      margin-top: 60px;
    }

    .industry-center,
    .connection {
      display: none;
    }

    .industry-node {
      position: relative;
      width: 100%;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      bottom: auto !important;
      transform: none !important;
      text-align: left !important;
      border-left: 2px solid #be9a3a4f;
      border-right: 0;
      border-top: 0;
      margin-bottom: 5px;
      padding: 30px 25px;
    }

    .node-title {
      justify-content: flex-start !important;
    }

    .node-five {
      width: 100%;

      border-top: 0;
    }

   
  }

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

  @media (max-width: 767px) {
    .industry-experience {
      padding: 70px 0;
    }
    
    .industry-experience-para {
        padding: 0;
    }

    /* .industry-experience::before {
      font-size: 80px;

      top: 30px;

      letter-spacing: -5px;
    } */


    .industry-stage {
      margin-top: 30px;
    }

    .industry-node {
      padding: 14px 18px;
      
    }

    .node-title h3 {
      font-size: 18px;
    }

    .node-description {
      font-size: 12px;
    }

  }
  
 
  
  .apple-store-space {
      margin-top: 60px;
      background-color: #f6f6f6;
  }
  
  
  
  .page-section {
        position: relative;

        overflow: hidden;

        padding: 120px 0;
      }

      .hero-title {
        margin: 0;

        max-width: 800px;

        font-size: clamp(48px, 6vw, 82px);

        line-height: 0.98;

        letter-spacing: -5px;

        font-weight: 750;

        color: #000000;
      }

      .hero-title .gold {
        color: #be9a3a;
      }

      .hero-title .outline {
        color: transparent;

        
      }

      .hero-description {
        max-width: 650px;

        margin: 32px 0 0;

       

        font-size: 17px;

        line-height: 1.85;
      }


      /* =====================================================
       SERVICES SECTION
    ====================================================== */

      .services-section-grid {
        padding: 30px 0 60px;

        background-color: #ffffff !important;
      }
      
      .services-section-grid-para {
          padding-top:30px;
          padding-bottom:50px;
      }



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

      .service-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid #be9a3a;
      }

      /* =====================================================
       SERVICE ITEM
    ====================================================== */

      .service-item {
        position: relative;
        min-height: 280px;
        padding: 30px 50px;
        border-bottom: 1px solid #be9a3a;
        transition:
          background 0.35s ease,
          padding-left 0.35s ease;
      }

      /* Vertical line */

      .service-item:nth-child(odd) {
        border-right: 1px solid #be9a3a;
      }

      .service-item {
        background: linear-gradient(
          135deg,
          rgba(190, 154, 58, 0.055),
          transparent 75%
        );

        padding-left: 58px;
      }

      /* =====================================================
       SERVICE NUMBER
    ====================================================== */

      .service-number {
        display: block;
        margin-bottom: 25px;
        color: #be9a3a;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 2px;
      }

      /* =====================================================
       SERVICE ICON
    ====================================================== */

      .service-icon {
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        border: 1px solid #dddddd;
        border-radius: 50%;
        color: #000000;
        font-size: 20px;
        transition: 0.35s ease;
      }

      .service-item:hover .service-icon {
        color: #ffffff;
        background: #be9a3a;
        border-color: #be9a3a;
        transform: translateY(-3px);
        
        
      }

      /* =====================================================
       SERVICE TITLE
    ====================================================== */

      .service-item h3 {
        margin: 0 0 14px;
        max-width: 430px;
        color: #343a40;
        font-size: 23px;
        line-height: 1.25;
        font-weight: 650;
        letter-spacing: -0.5px;
        transition: color 0.3s ease;
      }

      .service-item:hover h3 {
        color: #be9a3a;
      }

      /* =====================================================
       SERVICE DESCRIPTION
    ====================================================== */

      .service-item p {
        max-width: 500px;
        margin: 0;
        font-size: 14px;

        line-height: 1.8;
      }

      /* =====================================================
       CORNER GOLD LINE
    ====================================================== */

      .service-item::after {
        content: "";

        position: absolute;

        right: 0;

        bottom: 0;

        width: 0;

        height: 2px;

        background: #be9a3a;

        transition: width 0.4s ease;
      }

      .service-item:hover::after {
        width: 70px;
      }

      /* =====================================================
       FOOTER STRIP
    ====================================================== */

      

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

      @media (max-width: 991px) {
        .page-section {
          padding: 85px 0;
        }

        .services-section {
          padding-top: 40px;
        }

       


        .service-item {
          padding: 35px;
        }

        .service-item:hover {
          padding-left: 42px;
        }
      }

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

      @media (max-width: 767px) {
        .page-section {
          padding: 30px 0 !important;
        }
        
        .services-section-grid-para {
            padding-top: 0px;
    padding-bottom: 30px;
        }


        .hero-title {
          font-size: 45px;

          letter-spacing: -3px;
        }

        .hero-description {
          font-size: 15px;

          line-height: 1.75;
        }

        .services-section {
          padding: 40px 0 70px;
        }

     
        /* One column on mobile */

        .service-grid {
          grid-template-columns: 1fr;
        }

        .service-item {
          min-height: auto;
          padding: 32px 5px;
        }

        .service-item:nth-child(odd) {
          border-right: 0;
        }

        .service-item:hover {
          padding-left: 10px;
        }

        .service-number {
          margin-bottom: 18px;
        }

        .service-icon {
          width: 46px;
          height: 46px;
          font-size: 18px;
          margin-bottom: 20px;
        }

        .service-item h3 {
          font-size: 20px;
        }

        .service-item p {
          font-size: 13px;
          line-height: 1.7;
        }

      }

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

      @media (max-width: 450px) {
        .hero-title {
          font-size: 38px;

          letter-spacing: -2px;
        }

        .service-item h3 {
          font-size: 18px;
        }
      }
      
      
      
      /*seo company india*/
      
      
      .seo-services-section {
        overflow: hidden;
        padding-top: 70px;
        padding-bottom: 80px;
      }

      .seo-services-grid {
          padding-top: 50px;
        position: relative;
        z-index: 2;
      }

      .seo-service-card {
        position: relative;
        height: 100%;
        overflow: hidden;
        padding: 36px 36px 10px 36px;
        border: 1px solid #be9a3a;
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 12px 35px rgba(24, 38, 68, 0.05);
        transition:
          transform 0.35s ease,
          box-shadow 0.35s ease,
          border-color 0.35s ease;
      }

     
      .seo-service-card:hover::before {
        width: 100%;
      }

      /* Hover */

      .seo-service-card:hover {
        transform: translateY(-8px);
        border-color: rgba(82, 113, 255, 0.18);
        box-shadow: 0 25px 55px rgba(24, 38, 68, 0.11);
      }

      .seo-service-content {
        position: relative;
        z-index: 2;
      }

      .seo-service-category {
        display: inline-block;
        margin-bottom: 13px;
        font-size: 14px !important;
        color: #526fff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
      }

      .seo-service-title {
        margin: 0 0 16px;
        color: #172033;
        font-size: 23px;
        font-weight: 750;
        line-height: 1.25;
      }

      .seo-service-description {
        margin: 0 0 27px;
        color: #707b8e;
        font-size: 15px;
        line-height: 1.8;
      }


      .seo-service-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding-bottom: 5px;
        border-bottom: 1px solid #172033;
        color: #172033;
        font-size: 14px;
        font-weight: 700;
        transition:
          color 0.3s ease,
          border-color 0.3s ease,
          gap 0.3s ease;
      }

      .seo-service-link:hover {
        gap: 13px;
        border-color: #526fff;
        color: #526fff;
      }

      .seo-service-link-arrow {
        font-size: 16px;
      }

     
      .seo-service-technical .seo-service-category {
        color: #be9a3a;
      }

      .seo-service-onpage .seo-service-category {
        color: #be9a3a;
      }

      .seo-service-local .seo-service-category {
        color: #be9a3a;
      }

   
      .seo-service-ecommerce .seo-service-category {
        color: #be9a3a;
      }

      .seo-service-linkbuilding .seo-service-category {
        color: #be9a3a;
      }

      /* ==========================================
           CTA CARD
        ========================================== */

      .seo-service-cta {
        position: relative;
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 38px;
        border-radius: 24px;
        background: linear-gradient(135deg, #d4af37, #f6d365);
        /*box-shadow: 0 20px 50px rgba(82, 91, 238, 0.23);*/
        transition: transform 0.35s ease, box-shadow 0.35s ease;
      }

      .seo-service-cta:hover {
        transform: translateY(-8px);
        box-shadow: 0 0px 15px rgba(82, 91, 238, 0.29);
      }


      /* CTA content */

      .seo-cta-content {
        position: relative;
        z-index: 2;
      }

      .seo-cta-label {
        display: inline-block;
        font-size: 14px !important;
        margin-bottom: 13px;
        color: rgba(255, 255, 255, 0.75);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
      }

      .seo-cta-title {
        margin: 0 0 17px;

        color: #ffffff;

        font-size: 28px;
        font-weight: 750;

        line-height: 1.3;
      }

      .seo-cta-description {
        margin: 0 0 28px;

        color: rgba(255, 255, 255, 0.82);

        font-size: 15px;

        line-height: 1.75;
      }

      /* CTA button */

      .seo-cta-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
        padding: 13px 22px;
        border-radius: 10px;
        background: #ffffff;
        text-decoration: none;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        transition:
          background 0.3s ease,
          color 0.3s ease,
          transform 0.3s ease;
      }

      .seo-cta-button:hover {
        transform: translateY(-2px);

        background: #172033;

        color: #ffffff;
      }


      /* ==========================================
           RESPONSIVE - TABLET
        ========================================== */

      @media (max-width: 991.98px) {
        .seo-services-section {
          padding: 75px 0;
        }


        .seo-service-card {
          padding: 30px;
        }

        .seo-service-cta {
          padding: 30px;
        }
      }

      /* ==========================================
           RESPONSIVE - MOBILE
        ========================================== */

      @media (max-width: 767.98px) {
        .seo-services-section {
          padding: 60px 0;
        }

        .seo-service-card {
          padding: 27px;
          border-radius: 20px;
        }

        .seo-service-cta {
          padding: 30px 27px;
          border-radius: 20px;
        }

        .seo-service-title {
          font-size: 22px;
        }

        .seo-cta-title {
          font-size: 25px;
        }

      }

      /* ==========================================
           RESPONSIVE - SMALL MOBILE
        ========================================== */

      @media (max-width: 575.98px) {
        .seo-services-section {
          padding: 50px 0;
        }



        .seo-service-card {
          padding: 24px;
        }

        .seo-service-cta {
          padding: 27px 24px;
        }

        .seo-service-description {
          font-size: 14px;
        }

        .seo-cta-title {
          font-size: 23px;
        }

      }
      
      
      
      .seo-section {
        position: relative;
        overflow: hidden;
        padding: 55px 0;
        background: #fff;
        color: #111;
      }

      .container {
        position: relative;
        z-index: 2;
      }

      .consol-cards {
        padding-top: 30px;
        padding-bottom: 30px;
      }

      .consol-card {
        position: relative;
        height: 100%;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 28px;
        background: linear-gradient(145deg, #fff 0%, #faf9f6 100%);
        box-shadow: 0 20px 65px rgba(0, 0, 0, 0.09);
        transition:
          transform 0.35s ease,
          border-color 0.35s ease,
          box-shadow 0.35s ease;
      }

      .consol-card:hover {
        transform: translateY(-10px);
        border-color: rgba(190, 154, 58, 0.55);
        box-shadow:
          0 30px 85px rgba(0, 0, 0, 0.13),
          0 0 45px rgba(190, 154, 58, 0.08);
      }

      .card-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 26px 27px 20px;
        gap: 15px;
      }

      .brand {
        display: flex;
        align-items: center;
        gap: 13px;
      }

      .consol-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: linear-gradient(145deg, #e1c77d, #be9a3a);
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        font-size: 18px;
        box-shadow: 0 8px 25px rgba(190, 154, 58, 0.2);
        flex-shrink: 0;
      }

      .brand h3 {
        margin: 0;
        font:
          700 18px "Manrope",
          sans-serif;
        letter-spacing: -0.02em;
      }

      .brand p {
        margin: 3px 0 0;
        color: #777;
        font-size: 14px;
      }

      .status {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 7px 10px;
        border-radius: 50px;
        background: rgba(190, 154, 58, 0.09);
        border: 1px solid rgba(190, 154, 58, 0.18);
        color: #9e8030;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
      }

      .status i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #be9a3a;
      }

      .visual {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 7px;
        border-radius: 19px;
        background: linear-gradient(135deg, #f5f2e9, #fff);
        border: 1px solid #e8e2d3;
        overflow: hidden;
      }

      .visual::before {
        content: "";
        position: absolute;
        inset: 7px;
        border-radius: 13px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        pointer-events: none;
        z-index: 2;
      }

      .visual img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        background: #fff;
        filter: saturate(0.92);
      }

      .floating {
        position: absolute;
        z-index: 4;
        right: 24px;
        bottom: 18px;
        padding: 11px 13px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(190, 154, 58, 0.35);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
      }

      .floating small {
        display: block;
        color: #777;
        font-size: 8px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
      }

      .floating strong {
        display: block;
        margin-top: 2px;
        color: #be9a3a;
        font:
          700 17px "Manrope",
          sans-serif;
      }



      .tick {
        width: 21px;
        height: 21px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #be9a3a;
        color: #050505;
        font-size: 11px;
        font-weight: 900;
        flex-shrink: 0;
      }

      /* Tablet */
      @media (max-width: 991.98px) {
        .card-top {
          padding: 22px 20px 18px;
        }

      }

      /* Mobile */
      @media (max-width: 767.98px) {
        .seo-section {
          padding: 40px 0;
        }

        .card {
          border-radius: 22px;
        }

        .card-top {
          padding: 21px 18px 17px;
        }

        .status {
          display: none;
        }

        .visual {
          margin: 0;
          padding: 5px;
          border-radius: 15px;
        }

        .visual::before {
          inset: 5px;
          border-radius: 11px;
        }

        .visual img {
          width: 100%;
          height: auto;
          border-radius: 10px;
        }

        .floating {
          right: 18px;
          bottom: 14px;
          padding: 9px 11px;
        }

        .floating strong {
          font-size: 15px;
        }

      }

      /* Small mobile */
      @media (max-width: 380px) {
        .seo-section {
          padding: 30px 0;
        }

        .card-top {
          padding-left: 15px;
          padding-right: 15px;
        }

        .consol-icon {
          width: 40px;
          height: 40px;
          font-size: 16px;
        }

        .brand h3 {
          font-size: 13px;
        }

        .brand p {
          font-size: 10px;
        }

      }
      
      
      .seo-trust-section {
        position: relative;
        padding-top: 80px;
        padding-bottom: 70px;
        overflow: hidden;
      }

      .seo-trust-section::before {
        content: "";

        position: absolute;

        width: 500px;
        height: 500px;

        top: -300px;
        right: -180px;

        border: 1px solid rgba(190, 154, 58, 0.1);

        border-radius: 50%;
      }

      .seo-trust-section .container {
        position: relative;
        z-index: 2;
      }

      .seo-trust-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 70px;
        padding-top: 40px;
        margin: 0 auto;
      }

      /* =========================================
           CONTENT ITEM
        ========================================= */

      .seo-trust-item {
        position: relative;

        display: grid;

        grid-template-columns: 65px 1fr;

        gap: 23px;

        padding: 35px 0;

        border-top: 1px solid #e9e5dc;

        transition: all 0.35s ease;
      }

      /* Last row bottom border */

      .seo-trust-item:nth-child(3),
      .seo-trust-item:nth-child(4) {
        border-bottom: 1px solid #e9e5dc;
      }

      /* =========================================
           GOLD HOVER LINE
        ========================================= */

      .seo-trust-item::before {
        content: "";

        position: absolute;

        top: 0;
        left: -15px;

        width: 3px;
        height: 0;

        background: #be9a3a;

        transition: height 0.35s ease;
      }

      .seo-trust-item:hover::before {
        height: 100%;
      }

      .seo-trust-item:hover {
        padding-left: 8px;
      }

      /* =========================================
           ICON
        ========================================= */

      .seo-item-icon {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #be9a3a;
        border: 1px solid rgba(190, 154, 58, 0.2);
        border-radius: 50%;
        font-size: 22px;
        transition: all 0.35s ease;
      }


      /* =========================================
           CONTENT TITLE
        ========================================= */

      .seo-item-content h2 {
        margin: 0 0 11px;

        color: #292929;

        font-size: 20px;

        line-height: 1.4;

        font-weight: 700;

        transition: color 0.3s ease;
      }

      .seo-trust-item:hover .seo-item-content h2 {
        color: #be9a3a;
      }

      /* =========================================
           CONTENT PARAGRAPH
        ========================================= */

      .seo-item-content p {
        margin: 0;

        color: #606060;

        font-size: 14px;

        line-height: 1.85;
      }

      @media (max-width: 1100px) {
        .seo-trust-content {
          gap: 0 40px;
        }
      }

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

      @media (max-width: 991px) {
        .seo-trust-section {
          padding: 80px 0;
        }

        .seo-trust-content {
          max-width: 800px;

          grid-template-columns: 1fr;

          gap: 0;

          margin: 0 auto;
        }

        .seo-trust-item:nth-child(3) {
          border-bottom: none;
        }

        .seo-trust-item:nth-child(4) {
          border-bottom: 1px solid #e9e5dc;
        }
      }

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

      @media (max-width: 767px) {
        .seo-trust-section {
          padding: 60px 0;
        }

        .seo-trust-item {
          grid-template-columns: 50px 1fr;
          gap: 17px;
          padding: 26px 0;
        }

        .seo-trust-item::before {
          left: -8px;
        }

        .seo-item-icon {
          width: 46px;
          height: 46px;

          font-size: 18px;
        }

        .seo-item-content h2 {
          margin-bottom: 8px;

          font-size: 17px;
        }

        .seo-item-content p {
          font-size: 13.5px;

          line-height: 1.75;
        }

      }

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

      @media (max-width: 480px) {
        .seo-trust-section {
          padding: 48px 0;
        }

        .seo-trust-item {
          grid-template-columns: 1fr;

          gap: 14px;
        }

        .seo-item-icon {
          width: 45px;
          height: 45px;
        }

        .seo-trust-item:hover {
          padding-left: 4px;
        }

      }
      
      
      .seo-compant-title {
          margin-bottom: 50px;
      }
      
       .seo-audit-section {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .seo-audit-box {
    position: relative;
    /*max-width: 1100px;*/
    /*margin: 0 auto;*/
    padding: 48px 35px;
    text-align: center;
    overflow: hidden;

    /* GOLD LEFT → BLACK RIGHT */
    background:
      radial-gradient(circle at 18% 50%,
        rgba(255, 255, 255, 0.14),
        transparent 30%),
      linear-gradient(105deg,
        #be9a3a 0%,
        #be9a3a 12%,
        #9c7c2f 30%,
        #55441d 55%,
        #17130b 78%,
        #000000 100%);

    border-radius: 20px;
    border: 1px solid rgba(190, 154, 58, 0.45);
    /*box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);*/
  }

  /* ==========================================
   DECORATIVE GLOW
========================================== */

  .seo-audit-box::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: -170px;
    top: -130px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.08);
    pointer-events: none;
  }

  .seo-audit-box::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    right: -130px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(190, 154, 58, 0.13);
    filter: blur(45px);
    pointer-events: none;
  }

  /* ==========================================
   CONTENT
========================================== */

  .seo-audit-content {
    position: relative;
    z-index: 5;
  }

  /* Small label */

  .seo-audit-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .seo-audit-label i {
    color: #ffffff;
    font-size: 13px;
  }

  /* ==========================================
   HEADING
========================================== */

  .seo-audit-title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.2px;
  }

  .seo-audit-title span {
    color: #ffffff;
  }

  /* ==========================================
   DESCRIPTION
========================================== */

  .seo-audit-description {
    max-width: 760px;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 14px;
    line-height: 1.65;
  }

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

  .seo-audit-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .seo-audit-btn {
    position: relative;
    min-width: 190px;
    height: 45px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      background 0.3s ease,
      color 0.3s ease;
  }

  /* ==========================================
   PRIMARY BLACK BUTTON
========================================== */

  .seo-audit-schedule {
    color: #ffffff;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }

  .seo-audit-schedule:hover {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  }

  /* ==========================================
   GOLD BUTTON
========================================== */

  .seo-audit-whatsapp {
    color: #fff;
    background: #be9a3a;
    border: 1px solid #be9a3a;
    box-shadow: 0 8px 22px rgba(190, 154, 58, 0.2);
  }

  .seo-audit-whatsapp:hover {
    color: #ffffff;
    background: #000000;
    border-color: #be9a3a;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  }

  .seo-audit-btn i {
    font-size: 15px;
  }

 

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

  @media (max-width: 767px) {
   

    .seo-audit-box {
      padding: 40px 20px;
      border-radius: 10px;
      background:
        radial-gradient(circle at 50% 0%,
          rgba(255, 255, 255, 0.13),
          transparent 35%),
        linear-gradient(180deg,
          #be9a3a 0%,
          #765d24 38%,
          #221a0d 70%,
          #000000 100%);
    }

    .seo-audit-title {
      font-size: 29px;
      letter-spacing: -0.7px;
    }

    .seo-audit-description {
      font-size: 13px;
    }

    .seo-audit-buttons {
      flex-direction: column;
      gap: 9px;
    }

    .seo-audit-btn {
      width: 100%;
      max-width: 310px;
    }
    
    .seo-audit-section {
        padding-bottom: 0px;
    }
    
    .seo-company-faq {
        margin-top: 20px;
    }
    
     .seo-compant-title {
          margin-bottom: 10px;
      }
  }

  @media (max-width: 400px) {
    .seo-audit-title {
      font-size: 26px;
    }

    .seo-audit-description {
      font-size: 12px;
    }
  }
  
  
  
  .seo-company-section {
            position: relative;
            padding: 0px;
            overflow: visible;
        }

        .process-item {
            text-align: center;
            position: relative;
            z-index: 2;
            padding: 0 20px;
        }

        .process-item h2 {
            font-size: 20px;
            font-weight: 700;
            color: #202020;
            margin-bottom: 16px;
            text-transform: capitalize;
        }

        .icon-circle {
            width: 90px;
            height: 90px;
            background: #be9a3a;
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            margin: auto;
            border: 8px solid rgba(255,255,255,.5);
            box-shadow: 0 8px 25px rgba(0,0,0,.08);
            transition: .4s;
        }

        .process-item:hover .icon-circle{
            transform: translateY(-10px) scale(1.08);
            background:#000;
        }

        .process-item p{
            font-size:16px;
            line-height:1.7;
            color:#222;
            margin-top:14px;
        }

        /* dotted line */

        .top-line {
    position: absolute;
    left: 16%;
    top: 82px;
    width: 66%;
    border-top: 4px dotted #be9a3a;
    z-index: 1;
}

    .seo-company-top-line {
    position: absolute;
    left: 16%;
    top: 85px;
    width: 66%;
    border-top: 4px dotted #be9a3a;
    z-index: 1;
}

        .seo-company-bottom-line {
    position: absolute;
    left: 20%;
    bottom: 184px;
    width: 63%;
    border-top: 4px dotted #be9a3a;
    z-index: 1;
}

.iso-bottom-line {
    position: absolute;
    left: 15%;
    bottom: 160px;
    width: 68%;
    border-top: 4px dotted #be9a3a;
    z-index: 1;
}

        /* SVG */

        .curve-svg {
    position: absolute;
    right: -18px;
    top: 83px;
    width: 230px;
    height: 311px;
    border: 4px dotted #be9a3a;
    border-left: none;
    border-radius: 0 200px 200px 0;
    overflow: visible;
    z-index: 1;

}

.iso-curve-svg {
    position: absolute;
    right: -35px;
    top: 85px;
    width: 259px;
    height: 286px;
    border: 4px dotted #be9a3a;
    border-left: none;
    border-radius: 0 200px 200px 0;
    overflow: visible;
    z-index: 1;
}

        

        @media(max-width:991px){

            .top-line,
            .bottom-line,
            .curve-svg{
                display:none;
            }
            
            .iso-top-line,
            .iso-bottom-line,
            .iso-curve-svg{
                display:none;
            }

            .process-item{
                margin-bottom:70px;
            }

            .process-item h2{
                font-size:34px;
            }

            .process-item p{
                font-size:18px;
            }
        }
        
        
        
        
        

.workflow-section {
    position: relative;
    padding: 0;
    overflow: visible;
}



.workflow-container {
    position: relative;
}

.workflow-step {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    text-align: center;
}

.workflow-step h2 {
    margin-bottom: 16px;
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.workflow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: auto;
    color: #fff;
    background: #be9a3a;
    border: 8px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    font-size: 40px;
    transition: 0.4s;
}

.workflow-step:hover .workflow-icon {
    transform: translateY(-10px) scale(1.08);
    background: #000;
}

.workflow-step p {
    margin-top: 14px;
    color: #222;
    font-size: 16px;
    line-height: 1.7;
    padding: 0 75px;
}

/* Top Dotted Line */

.workflow-top-line {
    position: absolute;
    top: 82px;
    left: 16%;
    z-index: 1;
    width: 66%;
    border-top: 4px dotted #be9a3a;
}

/* iOS Top Dotted Line */

.workflow-ios-line {
    position: absolute;
   top: 113px;
    left: 22%;
    z-index: 1;
    width: 55%;
    border-top: 4px dotted #be9a3a;
}

/* Bottom Dotted Line */

.workflow-bottom-line {
    position: absolute;
    bottom: 184px;
    left: 20%;
    z-index: 1;
    width: 63%;
    border-top: 4px dotted #be9a3a;
}

/* ISO Bottom Dotted Line */

.workflow-iso-bottom-line {
    position: absolute;
    bottom: 130px;
    left: 24%;
    z-index: 1;
    width: 50%;
    border-top: 4px dotted #be9a3a;
}

/* Right Curve */

.workflow-curve {
    position: absolute;
    top: 83px;
    right: -18px;
    z-index: 1;
    width: 230px;
    height: 311px;
    border: 4px dotted #be9a3a;
    border-left: none;
    border-radius: 0 200px 200px 0;
    overflow: visible;
}

/* ISO Right Curve */

.workflow-iso-curve {
    position: absolute;
    top: 113px;
    right: 60px;
    z-index: 1;
    width: 245px;
    height: 295px;
    border: 4px dotted #be9a3a;
    border-left: none;
    border-radius: 0 200px 200px 0;
    overflow: visible;
}

/* Responsive */

@media (max-width: 991px) {

    .workflow-top-line,
    .workflow-bottom-line,
    .workflow-curve,
    .workflow-ios-line,
    .workflow-iso-bottom-line,
    .workflow-iso-curve {
        display: none;
    }
    
    .workflow-step p {
     padding: 0 !important;
    }

    .workflow-step {
        margin-bottom: 0px;
    }

    .workflow-step h2 {
        font-size: 34px;
    }

    .workflow-step p {
        font-size: 18px;
    }
}


.lseo-cards-section {
        width: 100%;
        padding: 60px 0;
        background: #ffffff;
        overflow: hidden;
      }

      .lseo-cards-container {
        position: relative;

        z-index: 2;
      }

      /* ==================================
           CARD ROW
        ================================== */

      .lseo-cards-row {
        align-items: stretch;
        margin-top: 70px;
      }

      /* ==================================
           MAIN CARD
        ================================== */

      .lseo-card {
        position: relative;
        width: 100%;
        min-height: 360px;
        height: 100%;
        padding: 36px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: #ffffff;
        border: 1px solid #e5e1d7;
        border-radius: 22px;
        overflow: hidden;
        transition:
          transform 0.35s ease,
          box-shadow 0.35s ease,
          border-color 0.35s ease;
      }

      /* ==================================
           GOLD TOP BORDER
        ================================== */

      .lseo-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #be9a3a;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
      }

      .lseo-card:hover::before {
        transform: scaleX(1);
      }

      /* ==================================
           CARD HOVER
        ================================== */

      .lseo-card:hover {
        transform: translateY(-8px);
        border-color: rgba(190, 154, 58, 0.55);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
      }

      /* ==================================
           CENTER / FEATURED CARD
        ================================== */

      .lseo-card-featured {
        background: #be9a3a;
        border-color: #be9a3a;
        color: #000000;
        transform: translateY(-12px);
        box-shadow: 0 20px 55px rgba(190, 154, 58, 0.25);
      }

      .lseo-card-featured:hover {
        transform: translateY(-20px);
        border-color: #be9a3a;
        box-shadow: 0 28px 70px rgba(190, 154, 58, 0.35);
      }

      .lseo-card-featured::before {
        background: #000000;
      }

      /* ==================================
           CARD TOP
        ================================== */

      .lseo-card-top {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 28px;
      }

      /* ==================================
           ICON
        ================================== */

      .lseo-card-icon {
        width: 58px;
        height: 58px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: rgba(190, 154, 58, 0.12);
        color: #be9a3a;
        font-size: 25px;
        transition:
          transform 0.3s ease,
          background 0.3s ease,
          color 0.3s ease;
      }

      /* Icon hover */

      .lseo-card:hover .lseo-card-icon {
        background: #be9a3a;
        color: #fff;
        transform: rotate(-5deg);
      }

      /* Featured icon */

      .lseo-card-featured .lseo-card-icon {
        background: #000000;
        color: #fff;
      }

      .lseo-card-featured:hover .lseo-card-icon {
        background: #000000;
        color: #be9a3a;
        transform: rotate(-5deg);
      }

      /* ==================================
           TITLE
        ================================== */

      .lseo-card-title {
        margin: 0 0 15px;
        color: #000000;
        font-size: 22px;
        line-height: 1.3;
        font-weight: 750;
        letter-spacing: -0.5px;
      }

      .lseo-card-featured .lseo-card-title {
        color: #000000;
      }

      /* ==================================
           DESCRIPTION
        ================================== */

      .lseo-card-description {
        margin: 0;

        color: #6a6a6a;

        font-size: 15px;

        line-height: 1.75;
      }

      .lseo-card-featured .lseo-card-description {
        color: rgba(0, 0, 0, 0.68);
      }

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

      @media (max-width: 991px) {
        .lseo-cards-section {
          padding: 65px 0;
        }

        .lseo-card {
          min-height: 340px;
        }

        .lseo-card-featured {
          transform: none;
        }

        .lseo-card-featured:hover {
          transform: translateY(-8px);
        }
      }

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

      @media (max-width: 767px) {
        .lseo-cards-section {
          padding-top: 20px;
          padding-bottom: 30px;
        }
        
        .lseo-card {
          min-height: auto;
        margin-bottom: 20px;
          padding: 28px;

          border-radius: 18px;
        }

        .lseo-card-featured {
          transform: none;
        }

        .lseo-card-featured:hover {
          transform: translateY(-7px);
        }

        .lseo-card-top {
          margin-bottom: 24px;
        }

        .lseo-card-icon {
          width: 54px;

          height: 54px;

          font-size: 23px;

          border-radius: 14px;
        }

        .lseo-card-title {
          font-size: 20px;

          margin-bottom: 13px;
        }

        .lseo-card-description {
          font-size: 14.5px;

          line-height: 1.7;
        }

        .lseo-cards-row {
        margin-top: 40px;
      }

      }

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

      @media (max-width: 400px) {
        .lseo-card {
          padding: 24px;
        }

        .lseo-card-title {
          font-size: 19px;
        }

        .lseo-card-icon {
          width: 50px;

          height: 50px;

          font-size: 21px;
        }
      }
      
      
      .local-seo-cards {
      width: 100%;
      padding: 35px 20px 20px;
      background: #fff;
    }

    .local-seo-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }


    .phase-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
          margin-top: 70px;
    }


    .phase-card {
      position: relative;
      min-height: 420px;
      overflow: hidden;

      padding: 30px;

      border: 1px solid #e8dfc8;
      border-radius: 22px;

      transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
    }

    .phase-card:hover {
      transform: translateY(-7px);

      border-color: rgba(190, 154, 58, .5);

      box-shadow:
        0 25px 60px rgba(60, 45, 10, .12);
    }

    .phase-card.blue {
      background:
        radial-gradient(circle at 90% 70%,
          rgba(190, 154, 58, .14),
          transparent 34%),
        #faf8f1;
    }

    .phase-card.green {
      background:
        radial-gradient(circle at 90% 70%,
          rgba(190, 154, 58, .12),
          transparent 34%),
        #f9f8f3;
    }

    .phase-card.orange {
      background:
        radial-gradient(circle at 90% 70%,
          rgba(190, 154, 58, .15),
          transparent 34%),
        #fbf8ef;
    }

    .phase-card.purple {
      background:
        radial-gradient(circle at 90% 70%,
          rgba(190, 154, 58, .14),
          transparent 34%),
        #f9f7f0;
    }


    .phase-top {
      position: relative;
      z-index: 5;

      display: flex;
      align-items: center;

      gap: 18px;
      margin-bottom: 25px;
    }


    .phase-number {
      width: 61px;
      height: 47px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border-radius: 13px;
      color: #fff;
      background:
        linear-gradient(135deg,
          #cdb05d,
          #be9a3a);

      font-size: 18px;
      font-weight: 800;
      box-shadow:
        0 10px 25px rgba(190, 154, 58, .25);
    }

    .phase-label {
      color: #9f7e27;

      font-size: 11px;
      font-weight: 800;

      letter-spacing: .08em;
      text-transform: uppercase;

      line-height: 1.5;
    }


    .phase-content {
      position: relative;
      z-index: 5;

      width: 57%;
    }

    .phase-title {
      margin: 0 0 15px;
      color: #151515;
      font-size: 25px;
      line-height: 1.18;
      letter-spacing: -.7px;
      font-weight: 700;
    }


    .phase-description {
      margin: 0;

      color: #626262;

      font-size: 14px;
      line-height: 1.7;
    }


    .phase-visual {
      position: absolute;

      right: 25px;
      bottom: 25px;

      width: 38%;
      height: 70%;

      display: flex;
      align-items: center;
      justify-content: center;

      z-index: 2;
    }


    .visual-panel {
      width: 100%;
      max-width: 190px;
      padding: 15px;
      border: 1px solid rgba(190, 154, 58, .12);
      border-radius: 17px;
      background: rgba(255, 255, 255, .86);
      box-shadow:
        0 18px 40px rgba(50, 40, 10, .10);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    .visual-row {
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 10px 7px;
      margin-bottom: 8px;
      border-radius: 10px;
      background: #fff;
      color: #414141;
      font-size: 10px;
      font-weight: 700;
      box-shadow:
        0 5px 14px rgba(40, 35, 15, .06);
    }

    .visual-row:last-child {
      margin-bottom: 0;
    }

    .visual-row i {
      flex-shrink: 0;
      color: #be9a3a;
      font-size: 17px;
    }

    .ms-auto {
      margin-left: auto;
    }


    .gbp-phone {
      width: 170px;
      padding: 10px;
      border: 5px solid #222;
      border-radius: 24px;
      background: #fff;
      transform: rotate(3deg);
      box-shadow:
        0 20px 45px rgba(40, 35, 15, .18);
    }

    .phone-screen {
      overflow: hidden;
      border-radius: 15px;
      background: #f7f6f1;
    }

    .phone-header {
      padding: 11px;
      font-size: 13px;
      font-weight: 800;
    }

    .google-blue {
      color: #be9a3a;
    }

    .phone-image {
      height: 85px;

      background:
        linear-gradient(180deg,
          #d8d1bc,
          #eee8d9);
    }

    .phone-content {
      padding: 11px;
    }

    .business-name {
      font-size: 11px;
      font-weight: 700;
    }

    .stars {
      margin: 10px 0;

      color: #be9a3a;

      letter-spacing: 2px;
      font-size: 13px;
    }

    .phone-line {
      width: 80%;
      height: 6px;

      margin-bottom: 7px;

      border-radius: 4px;

      background: #dedbd2;
    }

    .phone-buttons {
      display: flex;
      gap: 5px;
      margin-top: 12px;
    }

    .phone-buttons span {
      flex: 1;

      height: 25px;

      border-radius: 6px;

      background: #f8f3e5;
    }


    .code-box {
      width: 210px;

      padding: 18px;

      overflow: hidden;

      border-radius: 17px;

      background: #202020;

      color: #e8e8e8;

      font-family:
        "Courier New",
        Courier,
        monospace;

      font-size: 9px;
      line-height: 1.7;

      box-shadow:
        0 25px 45px rgba(30, 25, 10, .20);

      transform: rotate(2deg);
    }

    .code-purple {
      color: #d8bb63;
    }

    .code-green {
      color: #e5cc82;
    }

    .code-orange {
      color: #be9a3a;
    }


    @media (max-width: 991px) {

      .local-seo-cards {
        padding: 55px 18px 70px;
      }

      .phase-grid {
        grid-template-columns: 1fr;
        gap: 22px;
      }

      .phase-card {
        min-height: 400px;
      }

      .phase-content {
        width: 60%;
      }

      .phase-visual {
        width: 36%;
      }
    }


    @media (max-width: 767px) {

      .local-seo-cards {
        padding: 0px 15px 60px;
      }

      .phase-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 50px;
      }

      .phase-card {
        min-height: auto;
        padding: 25px;
        border-radius: 20px;
      }

      .phase-card:hover {
        transform: none;
      }

      .phase-top {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
      }

      .phase-number {
        width: 55px;
        height: 43px;

        border-radius: 12px;
        font-size: 16px;
      }

      .phase-label {
        font-size: 9px;
        line-height: 1.5;
      }

      .phase-content {
        width: 100%;
      }

      .phase-title {
        font-size: 23px;
        letter-spacing: -.5px;
      }

      .phase-description {
        font-size: 14px;
        line-height: 1.65;
      }

      .phase-visual {
        position: relative;

        right: auto;
        bottom: auto;

        width: 100%;
        height: auto;

        margin-top: 30px;
      }

      .visual-panel {
        width: 100%;
        max-width: 250px;
      }

      .gbp-phone {
        width: 170px;
      }

      .code-box {
        width: 100%;
        max-width: 260px;

        font-size: 8px;
      }
    }



    @media (max-width: 480px) {

      .local-seo-cards {
        padding: 0px 12px 20px;
      }

      .phase-card {
        padding: 20px;
        border-radius: 18px;
      }

      .phase-top {
        gap: 10px;
      }

      .phase-number {
        width: 52px;
        height: 41px;
        font-size: 15px;
      }

      .phase-label {
        font-size: 8.5px;
      }

      .phase-title {
        font-size: 21px;
      }

      .phase-description {
        font-size: 13px;
      }

      .visual-panel {
        max-width: 230px;
      }

      .visual-row {
        font-size: 9px;
      }

      .gbp-phone {
        width: 155px;
      }

      .code-box {
        max-width: 235px;
        padding: 14px;
        font-size: 7px;
      }
    }


    @media (max-width: 360px) {

      .phase-card {
        padding: 18px;
      }

      .phase-top {
        gap: 9px;
      }

      .phase-number {
        width: 48px;
        height: 38px;
        font-size: 14px;
      }

      .phase-label {
        font-size: 8px;
      }

      .phase-title {
        font-size: 20px;
      }

      .phase-description {
        font-size: 12.5px;
      }

    }
    
    
    
    
    .audit-section {
            padding: 70px 15px;
        }

        /* =========================================
           MAIN WRAPPER
        ========================================= */

        .audit-wrapper {
            position: relative;
            max-width: 1200px;
            margin: auto;
        }

        .audit-card {
            position: relative;
            background: #ffffff;
            border: 1px solid #e7e3d9;
            border-radius: 24px;
            overflow: hidden;
            margin-top: 50px;

            box-shadow:
                0 20px 60px rgba(30, 30, 30, 0.06),
                0 2px 8px rgba(30, 30, 30, 0.03);
        }

        /* =========================================
           TABLE
        ========================================= */

        .audit-table {
            width: 100%;
            margin: 0;
            border-collapse: separate;
            border-spacing: 0;
        }


        /* =========================================
           TABLE HEADER
        ========================================= */

        .audit-table thead th {
            padding: 23px 30px;

            background: #fcfbf8;

            color: #77715f;

            border-bottom: 1px solid #e9e6df;

            font-size: 10px;
            font-weight: 800;

            text-transform: uppercase;
            letter-spacing: 1.5px;

            white-space: nowrap;
        }

        .audit-table thead th:first-child {
            padding-left: 34px;
        }


        /* =========================================
           TABLE BODY
        ========================================= */

        .audit-table tbody td {
            position: relative;

            padding: 30px;

            background: #ffffff;

            border-bottom: 1px solid #eeeae2;

            vertical-align: middle;

            font-size: 14px;
            line-height: 1.7;

            transition:
                background .3s ease,
                padding-left .3s ease;
        }

        .audit-table tbody tr:last-child td {
            border-bottom: 0;
        }


        /* =========================================
           ROW HOVER
        ========================================= */

        .audit-table tbody tr:hover td {
            background: #fffdf8;
        }

        .audit-table tbody tr:hover td:first-child {
            padding-left: 38px;
        }


        /* =========================================
           GOLD SIDE INDICATOR
        ========================================= */

        .audit-table tbody td:first-child::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 3px;
            height: 0;
            border-radius: 0 5px 5px 0;
            background: #be9a3a;
            transform: translateY(-50%);
            transition: height .3s ease;
        }

        .audit-table tbody tr:hover td:first-child::before {
            height: 46px;
        }


        /* =========================================
           ELEMENT
        ========================================= */

        .element-box {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .element-icon {
            position: relative;

            width: 44px;
            height: 44px;

            flex: 0 0 44px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 13px;

            background: #faf6e9;

            color: #be9a3a;

            font-size: 17px;

            border: 1px solid #f0e7ca;

            transition:
                transform .3s ease,
                background .3s ease,
                color .3s ease,
                box-shadow .3s ease;
        }

        .audit-table tbody tr:hover .element-icon {
            background: #be9a3a;
            color: #ffffff;

            transform: translateY(-3px) rotate(-2deg);

            box-shadow:
                0 9px 22px rgba(190, 154, 58, 0.25);
        }


        .element-title {
            color: #262626;

            font-size: 15px;
            font-weight: 700;

            line-height: 1.4;
        }

        .element-description {
            margin-top: 4px;

            color: #999999;

            font-size: 11px;
            line-height: 1.4;
        }


        /* =========================================
           METRIC
        ========================================= */

        .metric {
            max-width: 360px;

            color: #656565;

            font-size: 14px;
        }

        .metric strong {
            color: #303030;
            font-weight: 700;
        }

        .metric-icon {
            display: inline-flex;

            width: 27px;
            height: 27px;

            align-items: center;
            justify-content: center;

            margin-right: 8px;

            border-radius: 8px;

            background: #faf6e9;
            color: #be9a3a;

            font-size: 12px;
        }


        /* =========================================
           OUTCOME
        ========================================= */

        .outcome {
            display: flex;
            align-items: flex-start;

            gap: 13px;

            max-width: 430px;

            color: #444444;

            font-size: 14px;
        }

        .outcome-icon {
            width: 29px;
            height: 29px;

            flex: 0 0 29px;

            display: flex;
            align-items: center;
            justify-content: center;

            margin-top: 1px;

            border-radius: 50%;

            background: #faf6e9;
            border: 1px solid #f0e7ca;

            color: #a17e27;

            font-size: 12px;

            transition:
                all .3s ease;
        }

        .audit-table tbody tr:hover .outcome-icon {
            background: #be9a3a;
            border-color: #be9a3a;

            color: #ffffff;

            transform: scale(1.1);
        }
        
        .audit-table tr th {
            color: #be9a3a;
            font-weight: 800px;
            font-size: 13px;
        }


        /* =========================================
           COLUMN WIDTHS
        ========================================= */

        .audit-table th:nth-child(1),
        .audit-table td:nth-child(1) {
            width: 30%;
        }

        .audit-table th:nth-child(2),
        .audit-table td:nth-child(2) {
            width: 30%;
        }

        .audit-table th:nth-child(3),
        .audit-table td:nth-child(3) {
            width: 40%;
        }


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

        @media (max-width: 767.98px) {

            .audit-section {
                padding: 30px 0 50px 0; 
            }

            .audit-card {
                border-radius: 18px;
            }

            .audit-table thead {
                display: none;
            }

            .audit-table,
            .audit-table tbody,
            .audit-table tr,
            .audit-table td {
                display: block;
                width: 100%;
            }

            .audit-table tbody tr {
                padding: 24px 20px;
                border-bottom: 1px solid #e9e5dc;
            }

            .audit-table tbody tr:last-child {
                border-bottom: 0;
            }

            .audit-table tbody td {
                width: 100% !important;
                padding: 10px 0;
                border: 0;
                padding: 20px 16px !important;
            }

            .audit-table tbody td:first-child {
                padding-top: 0;
                border-top: none;
            }

            .audit-table tbody td:last-child {
                padding-bottom: 0;
            }


            /* Mobile labels */

            .audit-table tbody td::before {
                display: block;
                margin-bottom: 8px;
                color: #a17e27;
                font-size: 12px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: 1.3px;
            }

            .audit-table tbody td:nth-child(1)::before {
                content: "Audit Element";
            }

            .audit-table tbody td:nth-child(2)::before {
                content: "Focus Metric";
            }

            .audit-table tbody td:nth-child(3)::before {
                content: "Expected Outcome";
            }


            /* Remove desktop hover movement */

            .audit-table tbody tr:hover td:first-child {
                padding-left: 0;
            }

            .audit-table tbody td:first-child::before {
                display: block;
                position: static;
                width: auto;
                height: auto;
                background: none;
                transform: none;
                font-size: 12px;
            }


            .element-icon {
                width: 40px;
                height: 40px;

                flex-basis: 40px;
            }

            .element-title {
                font-size: 14px;
            }

            .metric,
            .outcome {
                max-width: 100%;
            }
            
            .why-on-page-heading {
        margin-top: 0px !important;
    }


        .on-page-audit {
            margin-top:0px !important;
        }
        
         .results-on-page {
            margin: 0px !important; 
            padding:0px !important;
            padding-bottom:50px !important;
        }

        }




     .on-page-audit {
            margin-top:50px;
        }
        
        .results-on-page {
            margin:30px 0px; 
            padding:30px 0px;
        }
        
    
  

.modern-seo {
      width: 100%;
      padding: 30px 30px 0px 30px;
      background: #ffffff;
    }

    .seo-container {
      width: 100%;
      max-width: 1420px;
      margin: 0 auto;
    }

    .seo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    /* CARD */

    .modern-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 330px;
      padding: 34px 30px;
      background: #f5f5f3;
      border: 1px solid #e5e5e5;
      border-radius: 20px;
      overflow: hidden;
      transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
    }

    .modern-card:hover {
      background: #ffffff;
      border-color: #be9a3a;
      transform: translateY(-7px);
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    }

    /* ICON */

    .onpage-icon-circle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 58px;
      height: 58px;
      margin-bottom: 30px;
      border-radius: 50%;
      background: #111111;
      color: #ffffff;
      font-size: 24px;
      transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
    }

    .modern-card:hover .onpage-icon-circle {
      background: #be9a3a;
      color: #fff;
      transform: rotate(-8deg);
    }

    /* CONTENT */

    .modern-card h3 {
      margin-bottom: 16px;
      color: #111111;
      font-size: 21px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -0.8px;
    }

    .modern-card p {
      max-width: 290px;
      margin-bottom: 0;
      color: #777777;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8;
    }

    /* DECORATIVE LINE */

    .modern-card::after {
      content: "";
      position: absolute;
      right: 30px;
      bottom: 30px;
      width: 35px;
      height: 2px;
      background: #be9a3a;
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.35s ease;
    }

    .modern-card:hover::after {
      transform: scaleX(1);
    }

    /* TABLET */

    @media (max-width: 1199.98px) {
      .seo-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .modern-card {
        min-height: 300px;
      }
    }

    /* MOBILE */

    @media (max-width: 575.98px) {
      .modern-seo {
        padding-top: 20px;
        padding-bottom: 0px;
      }
      
      .serv-sec {
          width: 100% !important;
      }

      .seo-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .modern-card {
        min-height: 280px;
        padding: 28px 24px;
        border-radius: 16px;
      }

      .onpage-icon-circle {
        width: 52px;
        height: 52px;
        margin-bottom: 42px;
        font-size: 22px;
      }

      .modern-card h3 {
        font-size: 18px;
      }

      .modern-card p {
        font-size: 13px;
        line-height: 1.75;
      }
    }

    /* REDUCED MOTION */

    @media (prefers-reduced-motion: reduce) {

      .modern-card,
      .onpage-icon-circle,
      .modern-card::after {
        transition: none;
      }
    }
    
    .seo-on-page-heading {
        margin-top: 20px !important;
    }
    
    .why-on-page-heading {
        margin-top: 30px;
    }