.services-section{
      padding:70px 0;
      background:#f9fcfc;
    }

    .section-subtitle{
      color:#4fbcc0;
      font-size:15px;
      font-weight:700;
      letter-spacing:1px;
      text-transform:uppercase;
      margin-bottom:10px;
    }

    .section-title{
      font-family:'Playfair Display', serif;
      font-size:32px;
      font-weight:700;
      color:#202548;
      margin-bottom:10px;
    }

    .service-card{
      background:#fff;
      border:1px solid #ececf4;
      border-radius:22px;
      padding:20px 10px;
      height:100%;
      text-align:center;
      transition:.3s;
    }

    .service-card:hover{
      transform:translateY(-8px);
      box-shadow:0 20px 40px rgba(0,0,0,.06);
    }

    .service-icon{
      width:70px;
      height:70px;
      border-radius:50%;
      margin:0 auto 25px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      font-weight:600;
    }

    .purple-bg{
      background:#f5ebff;
      color:#b16ff0;
    }

    .cyan-bg{
      background:#e9fbfb;
      color:#58cdd2;
    }

    .orange-bg{
      background:#fff1e8;
      color:#ff9c5d;
    }

    .pink-bg{
      background:#ffeef4;
      color:#f67ea8;
    }

    .blue-bg{
      background:#eef6ff;
      color:#69aef7;
    }

    .light-purple-bg{
      background:#f7efff;
      color:#b478ef;
    }

    .service-title{
      font-family:'Playfair Display', serif;
      font-size:16px;
      line-height:1.4;
      color:#202548;
      margin-bottom:10px;
      font-weight:700;
    }

    .service-desc{
      color:#677084;
      font-size:14px;
      line-height:1.5;
      margin-bottom:0;
    }

    @media(max-width:991px){

      .section-title{
        font-size:38px;
      }

    }

    @media(max-width:576px){

      .section-title{
        font-size:30px;
      }

      .service-title{
        font-size:14px;
      }

      .service-card{
        padding:35px 20px;
      }

    }

    .approach-section{
      padding:70px 0;
      background:linear-gradient(to right,#fffdfc,#ffffff);
      overflow:hidden;
    }

    .approach-tag{
      color:#f28b52;
      font-size:15px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1px;
      margin-bottom:15px;
    }

    .approach-title{
      font-family:'Playfair Display', serif;
      font-size:30px;
      line-height:1.18;
      color:#1f2447;
      font-weight:700;
      margin-bottom:25px;
    }

    .approach-text{
      font-size:18px;
      line-height:1.9;
      color:#6a7186;
      max-width:520px;
    }

    .steps-wrapper{
      position:relative;
    }

    .steps-row{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:20px;
      position:relative;
    }

    .steps-row::before{
      content:'';
      position:absolute;
      top:36px;
      left:12%;
      width:76%;
      border-top:2px dashed #b7c0cf;
      z-index:0;
    }

    .step-box{
      width:20%;
      text-align:center;
      position:relative;
      z-index:2;
    }

    .step-icon{
      width:70px;
      height:70px;
      border-radius:50%;
      margin:0 auto 25px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      position:relative;
    }

    .green-bg{
      background:#edf9f4;
      color:#69c8a1;
    }

    .purple-bg{
      background:#f4ebff;
      color:#a76de8;
    }

    .orange-bg{
      background:#fff2e8;
      color:#f69656;
    }

    .blue-bg{
      background:#edf6ff;
      color:#67aef5;
    }

    .pink-bg{
      background:#ffeef5;
      color:#f37fa5;
    }

    .step-title{
      font-size:18px;
      font-weight:700;
      color:#1f2447;
      margin-bottom:12px;
      font-family:'Playfair Display', serif;
    }

    .step-desc{
      color:#6d7488;
      font-size:13px;
      line-height:1.5;
      margin-bottom:0;
      padding:0 5px;
    }

    @media(max-width:1199px){

      .approach-title{
        font-size:46px;
      }

      .step-title{
        font-size:22px;
      }

      .step-icon{
        width:90px;
        height:90px;
        font-size:38px;
      }

    }

    @media(max-width:991px){

      .approach-content{
        text-align:center;
        margin-bottom:50px;
      }

      .approach-text{
        margin:auto;
      }

      .steps-row{
        flex-wrap:wrap;
        justify-content:center;
      }

      .steps-row::before{
        display:none;
      }

      .step-box{
        width:45%;
        margin-bottom:30px;
      }

    }

    @media(max-width:576px){

      .approach-title{
        font-size:24px;
      }

      .step-box{
        width:40%;
      }


    }

    /*------------- Features Section -------------*/

    .expertise-section
    {
        background:#faf7fa;
    }

    .section-title
    {
        color:#454545;
        font-size:32px;
        font-weight:700;
        letter-spacing:1px;
    }

    .icon
    {
        width:65px;
        height:65px;
        margin:0 auto 18px;
        display:flex;
        align-items:center;
        justify-content:center;
    }

.icon img{
    width:42px;
}

.expertise-box h5{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:15px;
}

.expertise-box p{
    font-size:14px;
    line-height:1.8;
    color:#444;
    margin-bottom:0;
}

/* Icon Colors */
.purple img{
    filter: invert(45%) sepia(28%) saturate(1092%) hue-rotate(239deg) brightness(88%) contrast(86%);
}

.cyan img{
    filter: invert(66%) sepia(58%) saturate(456%) hue-rotate(138deg) brightness(92%) contrast(88%);
}

.pink img{
    filter: invert(54%) sepia(61%) saturate(530%) hue-rotate(308deg) brightness(94%) contrast(89%);
}

.blue img{
    filter: invert(53%) sepia(82%) saturate(458%) hue-rotate(180deg) brightness(91%) contrast(88%);
}

.green img{
    filter: invert(57%) sepia(42%) saturate(516%) hue-rotate(95deg) brightness(92%) contrast(88%);
}

@media(max-width:991px){
    .expertise-box{
        border-right:none;
    }
}

/*-------- Testimonials Section ----------*/

.testimonial-section{
    background:#f8f9fc;
}

.sub-title{
    color:#7b61ff;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.main-title{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-top:10px;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
    margin:10px;
    height:100%;
    position:relative;
}

.quote-icon{
    font-size:60px;
    color:#7b61ff;
    line-height:1;
    margin-bottom:10px;
    font-weight:700;
}

.testimonial-text{
    font-size:15px;
    line-height:1.9;
    color:#555;
    margin-bottom:30px;
}


.testimonial-user img.am-author
{
    width:60px!important;
    height:60px;
    border-radius:50%;
    
}

.testimonial-user h5{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#222;
}

.testimonial-user span{
    font-size:14px;
    color:#888;
}

/* Owl Dots */
.owl-theme .owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#d4d4d4;
    transition:0.3s;
}

.owl-theme .owl-dots .owl-dot.active span{
    background:#7b61ff;
    width:28px;
    border-radius:20px;
}

@media(max-width:768px)
{
    .main-title{
        font-size:28px;
    }

    .testimonial-card{
        padding:25px;
    }

    .feature-icon
    {
        width: 60px;
        height: 60px;
    }

    .feature-box h6
    {
      font-size:12px;
    }

    .hero-content
    {
      text-align:Center;
    }

    .hero-mob
    {
        flex-direction: column-reverse;
    }

    .hero-image-wrap img
    {
      margin-top:20px;
    }
    
    .hero-item 
    {
        padding-top:40px;
    }

    .services-section
    {
      padding:40px 0;
    }

    .section-title
    {
      font-size:24px;
    }

    .navbar-brand img
    {
      width:250px!important;
    }

    .navbar
    {
        padding:5px 0;
    }

    .navbar-collapse
    {
        background: #f4edff;
        padding: 20px;
        border-radius: 10px;
    }

    a.btn-main
    {
        margin-top:10px;
    }
}

    .contact-section
    {
        padding:70px 0;
    }

    .contact-card, .form-card
    {
        background:#fff;
        border:1px solid #ece7ef;
        border-radius:24px;
        padding:25px;
        height:100%;
        position:relative;
    }

    .form-card
    {
        background:#fcf8ff;
    }

    .section-title
    {
        font-size:38px;
        font-family:'Playfair Display', serif;
        color:#1d2340;
        margin-bottom:10px;
    }

    .card-heading
    {
        font-size:34px;
        font-family:'Playfair Display', serif;
        color:#1d2340;
        margin-bottom:12px;
    }

    .card-subtitle
    {
        color:#5d647c;
        font-size:17px;
        margin-bottom:35px;
    }

    .contact-item
    {
        display:flex;
        gap:16px;
        margin-bottom:28px;
        align-items:flex-start;
    }

    .contact-icon
    {
        width:50px;
        height:50px;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-shrink:0;
    }

    .icon-purple
    {
        background:#efe5ff;
    }

    .icon-green
    {
        background:#dff8f4;
    }

    .icon-orange
    {
        background:#ffe9dc;
    }

    .icon-pink
    {
        background:#ffe0ea;
    }

    .contact-icon svg
    {
        width:24px;
        height:24px;
    }

    .contact-label
    {
        font-size:20px;
        font-weight:600;
        color:#1d2340;
        
    }

    .contact-text
    {
        font-size:16px;
        line-height:1.7;
        color:#3c4360;
    }

    .form-control, .form-select
    {
        height:66px;
        border-radius:14px;
        border:1px solid #e8e3ee;
        padding:15px 22px;
        font-size:20px;
        color:#1d2340;
        box-shadow:none !important;
        background:#fff;
    }

    textarea.form-control{
        height:140px;
        resize:none;
        padding-top:18px;
    }

    .submit-btn{
        height:70px;
        border:none;
        border-radius:14px;
        background:linear-gradient(90deg,#8f53d6,#9a4fd3);
        color:#fff;
        font-size:22px;
        font-weight:600;
        width:100%;
        transition:.3s;
    }

    .submit-btn:hover{
        opacity:.95;
    }

    .submit-btn svg{
        width:24px;
        margin-left:12px;
    }

    .teddy{
        position:absolute;
        right:-85px;
        bottom:20px;
        width:170px;
    }

    @media(max-width:991px){

        .contact-card,
        .form-card{
            padding:30px;
        }

        .card-heading{
            font-size:38px;
        }

        .contact-label{
            font-size:22px;
        }

        .contact-text{
            font-size:18px;
        }

        .teddy{
            display:none;
        }
    }

    .page_service .services-section .service-card img
        {
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
        }

    .about_two .card ul li img
        {
            width:16px;
        }

