body{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
p{
    text-align: justify;
}

.nav-bar-wrapmain{
    width: 55%;
    justify-content: space-around;
}
.nav-bar-wrapmain .navigation{
    margin: 0 !important;
}
h2{
    font-weight: 700 !important;
}
.product-img-new img{
    width: 100%;
    height: 482px;
}

.servi-side-bar-stick{
    position: sticky;
    top: 100px;
}
.clients-img-logo {
    border: 1px solid black;
    border-radius: 10px;
    padding: 12px;
    min-height: 100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clients-img-logo:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.clients-img-logo img{
        height: 70px;
    object-fit: contain;
}

.clamp-text-main {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
.call-back-requmain {
    display: flex;
    align-items: center;
    gap: 20px
}
.call-back-requmain span{
    display: flex;
    justify-content: center;
    padding: 12px;
}
.call-back-requmain span i{
    font-size: 21px;
}

.section-heading {
      color: black;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 2rem;
    }

    .publication-box {
      border: 1px solid #ddd;
      padding: 1.5rem;
      border-radius: 8px;
      background-color: #f9f9f9;
      transition: 0.3s;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%; /* Makes all boxes equal height */
    }

    .publication-box:hover {
      box-shadow: 0 0 10px rgba(0, 85, 255, 0.3);
    }

    .publication-title {
      margin-bottom: 1rem;
      font-weight: 500;
      font-size: 1.1rem;
    }

    .download-icon {
      font-size: 1.8rem;
      color: #9170b3;
      transition: color 0.3s;
    }

    .download-icon:hover {
      color: #003BB5;
    }
    .icon-pdf i{
        font-size: 28px;
         color: #9170b3;
      transition: color 0.3s;
    }
    
    .icon-whychose i{
        background: #9170b3;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    }
    
    .icon-whychose h5{
    display: flex;
    align-items: center;
    gap: 10px;
    }
    
    
    
    
    .contact-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }
        
        .contact-box {
            background: white;
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
            height: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-top: 4px solid #9170b3;
            position: relative;
            overflow: hidden;
        }
        
        .contact-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 85, 255, 0.1);
        }
        
        .contact-icon {
            width: 70px;
            height: 70px;
            background: rgba(0, 85, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--primary-color);
            font-size: 28px;
            transition: all 0.3s ease;
        }
        
        .contact-box:hover .contact-icon {
            background: #9170b3;
            color: white;
            transform: rotate(15deg) scale(1.1);
        }
        
        .contact-title {
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 15px;
            color: #333;
        }
        
        .contact-info {
            color: #666;
            margin-bottom: 0;
        }
        
        .contact-box::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #9170b3;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform 0.3s ease;
        }
        
        .contact-box:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }
        
        .contact-link {
            text-transform: none;
            color: #666;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .contact-link:hover {
            color: var(--primary-color);
        }
        
        .section-titlecontact {
            text-align: center;
            margin-bottom: 60px;
            color: #333;
            position: relative;
        }
        
        .section-titlecontact::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: var(--primary-color);
            margin: 15px auto;
            border-radius: 2px;
        }
        
        .cta-area-main-new{
            margin-top: unset !Important;
        }
        .req-call-new-bordert{
            border-top: 1px solid white;
        }
        .google-ratingmain{
            display: flex;
            margin-bottom: 10px;
            justify-content: space-between;
            align-items: center;
        }
        .google-ratingmain .google-img img{
            width: 50px;
            height: 50px;
        }
        
        /*.resource-head{*/
        /*    max-width: 700px;*/
        /*}*/
        /*.resource-head p{*/
        /*    text-align: center;*/
        /*}*/
        
        .privacy-section {
      background-color: white;
      border-left: 5px solid #9170b3;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      padding: 30px;
      /*margin-top: 40px;*/
      border-radius: 10px;
    }
    .privacy-section h2 {
      color: #9170b3;
      font-weight: bold;
      margin-bottom: 25px;
    }
    .privacy-section h5 {
      color: black;
      margin-top: 20px;
      font-weight: 600;
    }
    .privacy-section p {
      color: #333;
      line-height: 1.7;
    }
    
    .terms-section {
      background-color: white;
      border-left: 5px solid #9170b3;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      padding: 30px;
      /*margin-top: 40px;*/
      border-radius: 10px;
    }
    .terms-section h2 {
      color: black;
      font-weight: bold;
      margin-bottom: 25px;
    }
    .terms-section p {
      color: #333;
      line-height: 1.7;
      margin-bottom: 15px;
    }
    .bg-col-wrap{
        background-color: #47008f8f;
    }
    
    
    .process-line {
            display: flex;
            justify-content: center;
            position: relative;
            /*margin-top: 80px;*/
            
        }
        .main-step-container-super{
            background: linear-gradient(135deg, #9d65c2a8, #6c33a6, #6E36A7);
            padding: 40px;
            border-radius: 121px;
        }
        
        .process-line::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 32px;
            right: 32px;
            height: 3px;
            background: white;
            z-index: 1;
        }
        
        .step-box {
            width: 160px;
            position: relative;
            z-index: 2;
            margin: 0 10px;
        }
        
        .step-link {
            display: block;
            text-decoration: none;
            color: inherit;
        }
        
        .step-content {
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            height: 200px;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
            border: 2px solid #e0e0e0;
        }
        
        .step-link:hover .step-content {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            border-color: #8a3bdad4;
        }
        
        /* Alternate icon positions */
        .step-box:nth-child(odd) .step-content {
            flex-direction: column;
        }
        
        .step-box:nth-child(even) .step-content {
            /*flex-direction: column-reverse;*/
        }
        
        .step-icon {
            width: 50px;
            height: 50px;
            margin: 0 auto;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            background: #8a3bdad4;
        }
        
        .step-title {
            text-align: center;
            margin: 15px 0;
            font-size: 1rem;
            color: #2c3e50;
            font-weight: 600;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .connector-dot {
            width: 15px;
            height: 15px;
            background: white;
            border: 3px solid #3498db;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: none;
            z-index: 3;
        }
         .head-do-what h4{
                color: white;
                 text-align: center;
                margin-bottom: 23px;
                font-size: 35px;
            }
        
        @media (max-width: 1000px) {
            .container {
                min-width: auto;
            }
            
            .process-line {
                flex-wrap: wrap;
                justify-content: space-around;
            }
            
            .process-line::before {
                display: none;
            }
            
            .step-box {
                width: 45%;
                margin: 10px 0;
            }
            
            .connector-dot {
                display: none;
            }
            
        }
           
           .brand-onlymain .col-lg-12{
               padding: 15px 15px;
           }
           
           .fixed-buttons {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      /*gap: 10px;*/
      z-index: 1000;
    }

    .fixed-buttons a {
      display: flex;
      align-items: center;
      font-weight: 800;
      padding: 10px 12px;
      background: #FFD580;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      border-radius: 0;
      transition: background-color 0.3s ease;
      flex-direction: column;
    }

    .fixed-buttons a:hover {
      /*background-color: #47008fd4;*/
    }

    .fixed-buttons i {
      /*margin-right: 8px;*/
      font-size: 16px;
    }
    
    
    
    .stat-card {
      border-radius: 20px;
      color: #fff;
      text-align: center;
      transition: all .3s ease;
      padding: 30px 20px;
      /*margin: 10px 0;*/
      height: 100%;
    }
    .stat-card i {
      font-size: 2rem;
      margin-bottom: 10px;
    }
    .stat-card:hover{
        transform: translateY(-5px) scale(1.02)
    }
    .after-aboutheadnew{
        font-size: 35px;
    }
    .purple { background-color: #9170b3; }
    .pink { background-color: #8a3bdad4; }
    .highlight {
      color: #7f3dbf;
      font-weight: 600;
    }
    .heading {
      font-size: 2rem;
      font-weight: bold;
    }
    
    .about-imgsticky{
        position: sticky;
        top: 100px;
    }
    .glob-positiostick{
        position: sticky;
        top: 90px;
    }
    .whatsapp-newmain{
    background: #62ec72 ! Important;
    }
    .single-pinkcolor {
    background: #EF94C1 !important;
}


.mainimgnewsuper{
    min-height: 340px;
}

.item-shape img{
    filter: sepia(1) saturate(5) hue-rotate(230deg);
}
.about-iconmain img{
    width: 100%;
    min-width: 50px;
    max-width: 50px;
}

.faq-section {
      background: #fff;
      border-radius: 15px;
      padding: 40px;
      max-width: 800px;
      width: 100%;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .faq-header {
      text-align: center;
      margin-bottom: 30px;
    }

    .faq-header h2 {
      font-weight: bold;
      color: #6c33a6;
    font-size: 35px;
    }

    .accordion-button {
      background-color: #ffffff;
      color: #333;
      border-radius: 10px !important;
      font-weight: 800;
      box-shadow: none;
      transition: all 0.3s ease;
    }

    .accordion-button:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 51, 166, 0.25);
    }

    .accordion-button:not(.collapsed) {
      background-color: #f5f5f5;
      color: #6c33a6;
    }

    .accordion-item {
      border: none;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
    }
    .accordion-header{
        border: 5px solid #9170b3;
        border-radius: 10px;
    }
    .disclaimer-container{
      background-color: #f8f9fa;
         padding: 20px 0;
         /* margin-top: 40px; */
         text-align: center;
         font-size: 14px;
         color: #555;
         border-top: 1px solid #ddd;   
    }
    .disclaimer-container p{
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            line-height: 1.6;
    }
    .team-newbrand{
        display: inherit !important;
        padding: 0;
    }
    .team-newbrand img{
        width: 100%;
        height: 100%;
        min-height: 218px;
    }
    .team-detail{
        padding: 10px 10px 0 10px;
    }