
 /*upadte by me*/
 p.disc {
   /*4. Word breaking taake extra gaps na ayen */
    word-break: break-word !important;
    hyphens: none !important;
    text-justify: inter-character !important;
}
 @media (max-width: 575px) {
p.disc {
    text-align: justify;
    letter-spacing: -0.2px;
    word-spacing: -1px;
    
}}
/* .rts-section-gap_1 {
  padding: 90px 0;
 
} */
.industry-list li {
    /* display: flex;        */
    align-items: center;
    gap: 10px;               /* Space between icon & text */
    margin-bottom: 10px;     /* Spacing between list items */
    font-size: 16px;
}

.industry-list img {
    width: 20px;             /* Icon size like screenshot */
   
}
.industry-list {
    list-style: none;        /* Removes the bullet dots */
    /* padding: 0; */
    margin: 0;
}

 .outline-text {
    color: transparent; 
    -webkit-text-stroke: 1px #06080a; /* Outline fat solid aur color */
    font-weight: 800; /* bold text weight */
    
}

/* counter section ki styling */
.bar--animated {
    display: none !important;
}
.bar-static {
    display: none !important;
}
.progress-circle-main-wrapper {
    display: flex;
    justify-content: space-between;
}

.single-progress-area {
    width: 25%;
    position: relative;
}

.single-progress-area:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background: #ddd;
}




 About Section Heading Fix 
.title-area-left h1.title {
    font-size: 48px !important;
     /*Size enforce karne ke liye */
    
}

 /*Mobile Responsive adjustment */
@media (max-width: 991px) {
    .title-area-left h1.title {
        font-size: 32px !important; 
    }
}




 /*paragraph section distance from top img Is section ka top gap kam karne ke liye */
.rts-about-area-two.rts-section-gap {
    padding-top: 50px !important; 
     /*Aap apni pasand ke mutabiq 20px ya 30px bhi kar sakte hain */
}

 /*Mobile responsive ke liye mazeed adjustment */
@media (max-width: 991px) {
    .rts-about-area-two.rts-section-gap {
        padding-top: 25px !important;
         /*Mobile par screen choti hoti hai isliye gap aur kam */
    }
}



 /*1. Desktop par 80px gap */
@media (min-width: 575px) {
    .col-lg-4.col-md-6 {
        margin-bottom: 80px !important; 
         /*Bari screen par gap rahega */
    }
}



  