

/* 1. Pehle sab paragraphs par styling apply karein (Mobile View) */
@media (max-width: 575px) {
   

    /* 2. Phir Banner wale paragraph ko EXCLUDE (Reset) kar dein */
    /* Is se banner wali paragraph par pichli (original) styling apply ho jayegi */
    .banner-inner-service-details-1 p.disc {
        text-align: left !important;
        letter-spacing: normal !important;
          line-height: 1.5 !important;
        word-spacing: normal !important;
        word-break: normal !important;
    }
}

 @media (max-width: 575px) {
.service-details-left-area .service-short-main-wrapper .single-short-service {
    display: flex;
    align-items: center;
    gap: 16px !important;
    max-width: 350px;
}
     
     
     
 }
 @media (max-width: 767px) {
    .inner-content {
        display: flex !important;
        line-height: 0.2px;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0px;
    }
}

 /*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;
    
}}
/* Nav Logo size */
.nav-logo {
    width: 150px;       
    height: auto;        
    display: block;      
    object-fit: contain; 
}

/* Footer Logo size */
.footer-logo {
    width: 150px;       
    height: auto;        
    display: block;      
    object-fit: contain; 
}
@media (max-width: 575px) {
    .nav-logo {
        width: 130px;
    }
}
    @media (max-width: 575px) {
.spacing {
        padding:12px;
    }

}

.rts-service-details-area-main-bottom {
    padding-bottom: 120px; 
}

/* service img radius */
.thumbnail img {
    border-radius: 8px;
}

/* category div mobile view gap adjustment */
@media (max-width: 768px) {
    .rts-single-wized.Categories {
        margin-top: 50px !important; 
        display: block !important;    
    }
}

.single-short-service .icon img {
    width: 60%;
    height: auto; 
    
}


/* 3. Small Mobile Phones - 575px se niche */
@media (max-width: 575px) {
    .banner-inner-service-details-1 {
        height: 250px !important;
       
    }
   
}

/* Mobile aur Tablet screens ke liye */
@media (max-width: 575px) {
    .title.rts-text-anime-style-1 {
        margin-bottom:10px;
        font-size:32px;
    }
}
.banner-inner-service-details-1 p.disc {
    font-size: 16px;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
}



/* Jab li par 'active' class ho, toh uske link ka background blue aur text white ho jaye */
.single-categories li.active a {
    background-color: #00AEEF !important; /* Blue background */
    color: #ffffff !important;            /* White text */
}

/* Optional: Active item ke left side par dark blue line (Patti) */
.custom-sidebar-style .single-categories li.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background-color: #0056b3; 
}