


.read-more-linkss:hover{
 
  color: #DA9133 !important;
}
.newpremium-services {
  
  background:#DA9133;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-clip: border-box;
  background-size: 200% auto;
  background-position: 0% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 6s linear infinite;
  -webkit-text-size-adjust: none;
}

.citywise-card-title{
font-size:24px !important;
color:rgba(12, 36, 60, 0.98) !important;
font-weight:600;

}


#cityList a{
color:rgba(12, 36, 60, 0.98);}

.dropdown-menu .dropdown-item {
  color: inherit; 
  position: relative;
  transition: all 0.2s ease;
  padding: 10px;
}


.dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
}


.dropdown-menu .dropdown-item:hover::before {
  content: '|';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor; 
  font-weight: bold;
}


/*blog grid start here*/

@media (min-width: 1440px) {
  #blog-list {
    max-width: 85%;
	height:auto;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-nav .nav-link{
  font-size:24px;
  }
}
 
:root {
    --primary-blue: rgba(12, 36, 60, 0.98);
    --accent-yellow: #f4b028;
    --text-muted: #6c757d;
}


#read-more{
background-color:#DA9133;
color:#fff;
}
.breadcrumb{
background:none;}


.hero-section {
    position: relative;
    background: url('/assets/images/commonbg.png') center/cover;
    /*min-height: 570px;*/
	min-height:460px;
    display: flex;
    align-items: center;
    z-index: 1;
    color: white; 
	/*padding-top:90px;*/
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(15, 44, 75);*/
	/*background: rgba(20, 37, 55, 0.81);*/
	/*background: rgba(6, 25, 10, 0.85);
    backdrop-filter: blur(1px);*/
    z-index: -1;
}

.blog-side-text h6 a{
color:rgba(12, 36, 60, 0.98);
}

.for-phone-p-0 {
    padding: 25px !important;
  }


@media (max-width: 576px) {

 .for-phone-p-0 {
    padding: 10 !important;
  }
  .dfew{
  width:100% !important;
  
  }


.sdfs h2 a {
  font-size: 18px;
  color: #fff;
}
.blog-side-text{
text-align:left;
}
.connectwithadvocatebksingh a {
    font-weight: 500;
    font-size: 16px;
}



  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination .page-item {
    margin: 2px;
  }

  .pagination .page-link {
    padding: 6px 10px;
    font-size: 0.875rem;
    min-width: 36px;
    text-align: center;
  }

  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    font-size: 1rem; 
  }
}
.read-more-link:hover,
.read-more-link:hover .arrow-classic {
  color: #DA9133; 
}

.breadcrumb-item.active {
    background-color:#DA9133;
    padding: 4px 12px;
    border-radius: 20px;
    color: #fff;
}



.section-title {
    color: #DA9133;
    font-size: 21px;
    letter-spacing: 2px;
}

.category-badge {
    background-color: #DA9133;
	letter-spacing:2px;
    color:#fff;
    top: 15px;
    left: 15px;
    font-size: 0.75rem;
    padding: 6px 12px;
	font-family: 'Lato', sans-serif;
}
.text-shortdesc{
font-size: 16px;
}

.blog-meta {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.blog-meta span i{

 color: #DA9133;
}

.blog-title {
  color: rgba(12, 36, 60, 0.98);
  font-weight: 600;
  /*font-family: 'Domine', serif;*/
  font-family: "Poppins", sans-serif !important;
  font-size: 1.5rem;
}

.blog-title:hover {
    color: #DA9133;

}

.arrow-classic {
  font-family: 'Font Awesome 5 Free';
  content: '\f30b';
  font-weight: 600;
  color: #ffffff;
  padding: 0 15px;
}

.arrow-classic{
  font-family: 'Font Awesome 5 Free';
  content: '\f30b';
  font-weight: 600;
  color: #6c757d;
  padding: 0 5px;
}

.before-line{
background:#ededed;
}
.center-line{
background:#DA9133;
}
.after-line{
background:#ededed ;
}

.read-more-link {
    color:#6c757d;
    text-decoration: none;
    
    transition: color 0.3s ease;
}

.custom-underline {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
}
.custom-underline .start-yellow {
  
  width: 65px;
  height: 2px;
  background-color: #DA9133; 
}
.custom-underline .rest-gray {
  flex: 1;
  height: 2px;
  background-color: #4c5c74;
}



.read-our-latest-insights{
/*font-family: 'Domine', serif;*/
/*font-weight:600;*/
color:rgba(12, 36, 60, 0.98);
}

/* Pagination */
.page-link {
    color: rgba(12, 36, 60, 0.98) !important;
    border: 2px solid #dee2e6;
    border-radius: 50px !important;
    margin: 0 3px;
    padding: 8px 15px;
}

/* Pagination continued */
.page-item.active .page-link {
    background-color: #DA9133 !important;
    border-color: #ec6106 !important;
    color: white !important;
}

.page-link:hover {
    background-color: #DA9133;
    border-color: var(--accent-yellow);
    color: #ec6106 !important;
}


/* Responsive adjustments */
@media (max-width: 576px) {
.full-container-padding{
padding-left:0px !important;
padding-right:0px !important;

}

    .hero-section .col-lg-8 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	 .about-text{
  color: #434343 !important;
  }

.ankit{
font-size:25px !important;
font-family: 'Domine', serif;
/* padding-top:40px; */
}


.ankit2{
color:#fff !important;
font-size:18px !important;
font-family: 'Domine', serif;
}
	
}

.news-titles-font{
font-size:35px !important;
}

.ankit{
font-size:32px;
font-family: 'Domine', serif;}


.ankit2{
color:#fff !important;
font-size:18px !important;
letter-spacing:2px;
font-family: 'Domine', serif;
}
	




@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
        padding: 2rem 0;
    }

    
    .display-4 {
        font-size: 2rem;
    }
    
    .blog-meta {
        font-size: 0.8rem;
    }
    
    .blog-meta span {
        display: block;
        margin-bottom: 0.25rem;
    }
    
    .category-badge {
        font-size: 0.7rem;
        padding: 4px 8px;
    }
}

.overlap-box {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: auto;
    max-width: 90vw;
}
.overlap-box span a{
color:#fff;
}

.custom-page {
  padding: 10px 20px;
  font-size: 1rem;
  color: rgba(12, 36, 60, 0.98);
  border-radius: 6px !important; 
  min-width: 50px;
  text-align: center;
}

.page-item.active .custom-page {
  background-color: rgba(12, 36, 60, 0.98);
  color: white;
  border-color: rgba(12, 36, 60, 0.98);
}

.page-item.disabled .custom-page {
  color: #999;
  pointer-events: none;
  background-color: #f0f0f0;
  border-color: #ddd;
}


.overlap-cross-2-section {
    background-color: #DA9133;
}

.section-cross-box {
    height: 55px;
	width:400px;
    border-radius: 5px;
    font-size: 20px;
    padding: 0 2rem;
}

/* Responsive text and spacing */
.section-cross-box span {
    color: white;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-cross-box {
        height: 48px;
        font-size: 16px;
        padding: 0 1.5rem;
    }

    .section-cross-box span {
        font-size: 16px;
    }

    .pe-5 {
        padding-right: 1rem !important;
    }

    .ps-5 {
        padding-left: 1rem !important;
    }
}

@media (max-width: 480px) {


    .section-cross-box {
        flex-direction: column;
        height: auto;
        padding: 0.75rem 1rem;
        gap: 0.25rem;
        text-align: center;
    }

    .section-cross-box span {
        font-size: 14px;
    }
}



@media (max-width: 576px) {
    .breadcrumb-item.active {
        padding: 2px 8px;
        font-size: 0.85rem;
    }

	.floating-body{
	/*height: 335px !important;*/
	
	}
    
    .section-title {
        font-size: 13px;
    }
    
    .pagination {
        flex-wrap: wrap;
        gap: 0.25rem;
    }
    
    .page-link {
        padding: 6px 12px;
        font-size: 0.9rem;
    }
}



.card-img-top {
    height: 250px;

   
}

.floating-body {
    margin-top: -50px;
    margin-left: 18px;
    margin-right: 18px;
    background: white;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
	
    box-shadow: 0 8px 25px rgba(0,0,0,0.08); 
}

}


@media (max-width: 768px) {
    .floating-body {
        margin-top: -30px;
        padding: 1rem;
    }
	
}

/*blog grid end here*/














/* about uss start here */

.offset-image-border img{
  outline: 1px solid rgba(255,255,255,0.4);
  outline-offset: -20px;
  }


 .new-animated-fadein {
      animation: fadeIn 1.5s ease-in-out;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .new-highlight {
      color: #ec6106;
    }

    .legal-section {
      background: linear-gradient(rgba(20, 48, 34, 0.77)), url('/assets/images/supremcourt.jpg') no-repeat top center;
      background-size: cover;
      color: white;
      padding: 100px 0;
      text-align: center;
      font-family: 'Poppins', sans-serif;
    }

    .legal-icon {
      font-size: 100px;
      color: white;
      margin: 40px auto;
    }
	.legal-icon img{
	width:91%;
	height:auto;
	}
	

    .legal-item {
      margin-bottom: 30px;
    }

    .legal-item h5 {
      font-weight: 600;
	  font-size:27px;
	  font-family: 'Domine', serif !important;
    }

    .legal-item p {
      font-size: 16px;
      margin-top: 10px;
      color: #fff;
    }

    @media (min-width: 768px) {
      .legal-item {
        text-align: left;
      }
    }

	.about-most-populer{
	color:rgba(12, 36, 60, 0.98);}
	.about-new-image img {
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .img-overlap-down {
    margin-bottom: -50px;
  }


  .img-overlap-up {
    margin-top: -50px;
  }
}


 .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
	margin-top:40px;
  }

 .most-populer3{
  margin-top:102px;
}
  @media (max-width: 575px){

  .call-info span {
    color: #ec6106;
	font-size:18px;
  }

  .why-to-reach h2{
  color:rgba(12, 36, 60, 0.98);
  font-size:31px;
  padding-bottom:20px;
  text-align:center !important;
  }
  .why-to-reach p{
  letter-spacing: 2px;
  color:#ec6106;
  text-align:center !important;
  }

  
  .about-section {
	margin-top:34px;
  }
  .about-heading {
   font-size: 35px !important;
  padding-top: 18px !important;
  }
  
 
  }

  .about-heading {
    font-size: 38px;
    font-weight: 600;
    color: rgba(12, 36, 60, 0.98);
    margin-bottom: 20px;
  }

  .about-quote {
    font-style: italic;
    color: #3a3a3a;
    border-left: 4px solid #f4b028;
    padding-left: 16px;
    margin-bottom: 16px;
  }

  .about-name {
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(12, 36, 60, 0.98);
  }

  .about-text {
    color: #6c757d;
    font-size: 15px;
    line-height: 28.5px;
  }

  .about-img {
    
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  }

  .icon-box i {
    font-size: 40px;
    color: #DA9133;
	max-width: 100%;
  height: auto;
  vertical-align: top;
  }

  .icon-box h6 {
    font-weight: 400;
  margin-top: 10px;
  color: rgba(12, 36, 60, 0.98);
  font-size: 21px;
  font-family: 'Domine', serif;
  }
  .bi{
  color:#DA9133;}

  .icon-box p {
    font-size: 16px;
    color: #6c757d;
  }

  .call-info {
    font-weight: 600;
    font-size: 20px;
    
    color: rgba(12, 36, 60, 0.98);
  }

  .call-info span {
    color: #DA9133;
  }

  @media (min-width: 768px) {

   #mainNav{

    border-bottom: 0.5px solid #9d9d9d42;

   }


    .img-up {
      margin-top: -50px;
    }

    .img-down {
      margin-bottom: -50px;
    }
  }

  .most-populer-margin {
    margin-top: 50px;
  }

  .why-to-reach h2{
  color:rgba(12, 36, 60, 0.98);
  font-size:35px;
  text-align:right;
  }
  .why-to-reach p{
  letter-spacing: 2px;
  color:#ec6106;
  text-align:right;
  }

.new-about-research{

border: 2px solid #ededed;
}
.new-about-research2{
margin-top:-3px; 
border: 2px solid #ededed; 
width: 29%;
}
.new-about-research h5{
font-size:1.5rem;
}

.new-about-research p{
color:#DA9133;
font-family: 'Domine', serif !important;
}

/* about us end here */









/*Testimonal start here*/

.designation-color{
color:#DA9133;
}
    .testimonial-main-title {
      font-family: 'Domine', serif;
      font-size: 50px;
	  line-height: 45px;
      font-weight: 700;
      color: rgba(12, 36, 60, 0.98);
    }

    .testimonial-title-underline {
      width: 60px;
      height: 3px;
      background-color: #DA9133 !important;
      margin: 0 auto;
      border-radius: 2px;
    }
  .our-clients-say{
      font-size:36px !important;}

	  .svg-icon{
	  color:#ec61064a;
	  }

    .testimonial-testimonial-card {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 0;
  left: -61%;
  z-index: 2;
  background: #fff;
  width: 82%;
   margin-top: -298px; 
}

.testimonial-color-test p{

  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ec6106;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

    .testimonial-professional-image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }

    @media (max-width: 992px) {
      .testimonial-testimonial-card {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: -100px;
      }
	  .contact-sec-box {
	  height:auto !important;}
    }
    }

    @media (max-width: 768px) {
      .testimonial-testimonial-card {
        margin: -80px 20px 0;
      }

      .testimonial-main-title {
        font-size: 1.75rem;
      }
	  .contact-sec-box {
	  height:auto !important;}
    }
    }

    @media (max-width: 576px) {

	
	#testimonialCarousel{
	margin-top:12px !important;
	}

    .testimonial-professional-image{
	
	   margin-bottom: 43px;
	
	}
      .testimonial-testimonial-card {
        margin: -60px 0 0;
        padding: 20px;

      }

      .testimonial-client-photo {
        width: 50px;
        height: 50px;
      }

      .testimonial-client-name {
        font-size: 1rem;
      }

      .testimonial-client-title {
        font-size: 0.8125rem;
      }

	.contact-sec-box {
	  height:auto !important;}
    }


.fst-normal{
color:#1D3557 !important;}
/*testimonial end here*/




/*for single blog title phone */




















/*contact us start here*/

.contact-required{
color:red;}



.call-us-legals365 h4{
font-size:1.75rem;
font-family: 'Domine', serif !important;
}

.call-us-legals365 p{
color:#575a7b;
}

.contact-sec-box h5{
font-size: 20px !important;
color:rgba(12, 36, 60, 0.98);
font-weight:600;
}

.contact-sec-box p{
font-size: 17px !important;
color:rgba(12, 36, 60, 0.98);
font-weight:600;
}

.badge{
border-radius:0px !important;}

.badge a{
color:#fff;
}


.category-badge {
  top: 10px;
  left: 10px;
  background-color: #DA9133;
  padding:10px !important;
  border-radius: 0px;
  font-size: 2rem;

}
.image-overlay-box {
  position: relative;
  overflow: hidden;
}

.image-overlay-box img {
  width: 100%;
  height: auto;
  display: block;
}

.image-overlay-box .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 75, 160, 0.5); 
  z-index: 1;
}

.image-overlay-box .category-badge,
.image-overlay-box .position-absolute.text-white {
  z-index: 2;
  position: relative;
}


/*contact us end here*/
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 75, 160, 0.5);
  z-index: 1;
}
.overlay-text,
.category-badge {
  z-index: 2;
  position: relative;
}

.blue-text-overflow p{
	font-size: 15px !important;
	}


	.new-contact-use{
	color:#DA9133;
	font-family: inherit;
	}

.contact-btn-massage {
background-color:#DA9133 !important;
}


/*city wise lawyer page css start here*/

/* Minimal Custom CSS - Bootstrap-focused Legal Blog */

/* Essential Custom Properties */



/* Essential Custom Classes */
.newbtn-circle {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
}

.city-wise-lawyer-blog-post .city-wise-lawyer-card-img-top {
    height: 400px;
    object-fit: cover;
}

.popular-post img {
    object-fit: cover;
}

/* Responsive Image Heights */
@media (max-width: 768px) {
    .city-wise-lawyer-blog-post .city-wise-lawyer-card-img-top {
        height: 250px;
    }
    .newbtn-circle {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
.forsingleblog{
font-size:34px;
}

    .newbtn-circle {
        width: 35px;
        height: 35px;
    }
}
.text-dark{
    color: rgba(12, 36, 60, 0.98) !important;
}

.newsend-message {
    background: #DA9133 !important;
    color: #fff !important;
    border: none;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.newsend-message .btn-text {
    z-index: 2;
    position: relative;
}

.newsend-message:hover {
    background-color: rgba(12, 36, 60, 0.98) !important;
    color: #DA9133 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Shine animation */
.btn-shine {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-20deg);
    z-index: 1;
    transition: none;
}

.newsend-message:hover .btn-shine {
    animation: shine 1.2s ease forwards;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.lawyer-city-form-box{
    background-color: #DA9133;
    color: #fff !important;
	padding:12px;
}

.city-lead{

color: rgba(12, 36, 60, 0.98) !important;

}
.no-font{
font-family: inherit;
font-size:16px;
}

.attractive-form{
  background-color: rgb(15, 44, 75);
  box-shadow: rgba(1, 58, 2, 0.44) 0px 2px 8px 0px;
  }

.sdfs h2 a{
font-size:20px;
color:#fff;
}

.sdfs h2 a:hover{

color:#DA9133;
}

.city-lead h3{
font-size:24px;
}

.expert-lawyer-font{
font-size:24px;
}

/*city wise lawyer page css end here*/


 .search-input-wrapper {
    position: relative;
    width: 0;
    overflow: hidden;
    transition: width 0.4s ease;
}

.search-input-wrapper.active {
    width: 200px; /* Fixed width instead of 100% for better control */
}

#citySearch {
    border: none;
    border-bottom: 2px solid #007bff;
    outline: none;
    padding: 6px 25px 6px 8px; /* Extra padding for clear button */
    width: 100%;
    font-size: 14px;
    background: transparent;
    color: #333;
}

#citySearch:focus {
    border-bottom-color: #0056b3;
}

#citySearch::placeholder {
    color: #999;
    font-size: 13px;
}


.city-item.highlight {
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
}


.city-item {
    transition: all 0.3s ease;
}


.no-results {
    padding: 15px;
    text-align: center;
    color: #666;
    font-style: italic;
}


/*connectwithadvocatebksingh*/
.connectwithadvocatebksingh a{
font-size:15px;
font-width:700;
background:#f7f7ff;
padding:12px;
}

/*lawyer city faq css start */
 .advocatebksingh-faq-main-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 80px 0;
            color: white;
        }
        .advocatebksingh-faq-content-wrapper {
          
            overflow: hidden;
        }
        .advocatebksingh-faq-header-section {
            background: linear-gradient(45deg, #1e3c72, #2a5298);
            color: white;
            padding: 40px 30px;
            text-align: center;
        }
        .advocatebksingh-faq-accordion-button {
            font-size: 1.1rem;
            padding: 20px 25px;
            border: none;
            background: #f8f9fa;
            color: #2c3e50;
        }
        .advocatebksingh-faq-accordion-button:not(.collapsed) {
            background: #e3f2fd;
            color: #1565c0;
            box-shadow: none;
        }
        .advocatebksingh-faq-accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(21, 101, 192, 0.25);
        }
        .advocatebksingh-faq-answer-content {
            padding: 25px;
            background: white;
            color: #555;
            line-height: 1.7;
        }
        .advocatebksingh-faq-question-item {
            border: none;
            margin-bottom: 10px;
            border-radius: 8px !important;
            overflow: hidden;
            
        }
        .advocatebksingh-legal-service-icon {
            color: #ffd700;
            margin-right: 10px;
        }
        .advocatebksingh-law-firm-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        .advocatebksingh-legal-consultation-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
        }
       /* .advocatebksingh-attorney-services-container {
            padding: 2rem;
        }*/
        .advocatebksingh-legal-advice-accordion {
            background: transparent;
        }
        .advocatebksingh-lawyer-consultation-question {
            
            color: #2c3e50;
        }
        .advocatebksingh-legal-expertise-answer {
            color: #666;
            font-size: 1rem;
        }
        .advocatebksingh-law-practice-icon-wrapper {
            display: inline-flex;
            align-items: center;
        }
        .advocatebksingh-legal-firm-branding {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.9rem;
            opacity: 0.8;
        }
/*lawyer city faq css end*/


/*blink whatsapp icon*/
.blinl-whatsapp-btn {
    background-color: #25D366;
    animation: blinkWhatsApp 1.2s infinite;
    transition: transform 0.3s ease;
}

.blinl-whatsapp-btn:hover {
    transform: scale(1.05);
    background-color: #1ebe5b;
    text-decoration: none;
}

/* Blinking effect */
@keyframes blinkWhatsApp {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}




.advocateimage-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 8px; /* Optional for rounded edges */
}

.advocateoptimized-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill; 
    max-height: 530px; 
    border-radius: 4px;
    transition: transform 0.3s ease; 
}

.advocateoptimized-image:hover {
    transform: scale(1.02); 
}

.usleh a {
    display: block;
    text-decoration: none;
    color: #0f2c4bc7;
    transition: background-color 0.3s, color 0.3s;
}

.usleh a:hover li {
    background-color: rgba(12, 36, 60, 0.98);
    color: #ffffff;
}


#citySearchInput {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 4px 8px;
}



/*follow us */
.follow-icons {
  
  margin-top: 10px;
}

.follow-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0px;
  background-color: #0a2647; /* dark navy blue */
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}

.follow-icons a:hover {
  background-color: #DA9133; 
  color: #fff;
}


.citywise-testimonial-card {
  box-shadow: rgba(1, 58, 2, 0.44) 0px 2px 8px 0px;
  border-radius: 6px;
  overflow: hidden;
}

.citywise-testimonial-header {
  background-color: #DA9133;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 1.1rem;
}

.citywise-testimonial-header i {
  margin-right: 8px;
  font-size: 1rem;
}

.citywise-testimonial-body {
  padding: 30px 20px;
  text-align: center;
}


.citywise-testimonial-body img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.citywise-quote-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 15px;
}

.citywise-line {
  height: 1px;
  background-color: #ddd;
  flex: 1;
  max-width: 60px;
}

.citywise-quote-icon {
  color: #DA9133;
  font-size: 28px;
  padding: 0 15px;
}

.citywise-testimonial-body p {
  color: #333;
  font-size: 15px;
}

.citywise-testimonial-name {
  font-weight: 700;
  color: #0a2647;
  margin-bottom: 0;
}

.citywise-testimonial-role {
  color: #DA9133;
  font-weight: 500;
  font-size: 14px;
}


/*old contact us */
/* Hero Section */
.get-a-free-consultation {
    position: relative;
    background-image: url("/assets/images/commonbg.png");
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    text-align: center;
    z-index: 1;
    overflow: hidden;
	
}


.get-a-free-consultation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba(253, 253, 253, 0.18);*/
    /*background: rgba(6, 25, 10, 0.85);*/
    
}
.get-a-free {
    position: relative;
    z-index: 2;    /* Text visible above overlay */
}


.loan-settlement-lawyer-hero .loan-settlement-lawyer-container,
.loan-settlement-lawyer-hero .get-a-free {
    position: relative;
    
}

.get-a-free span a {
    text-decoration: none;
    list-style: none;
    color: #fff;
    font-weight: 700;
}

.loan-settlement-lawyer-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 20px;
    line-height: 1.2;
	padding-top:27px;
}


.loan-settlement-lawyer-hero-description {
    font-size: 18px;
    color: #fff !important;
    line-height: 1.7;
}



/*advocate profile css start here */


.advocate-bk-singh-list li{

list-style: square !important;

}

/*advocate profile css end here*/


@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.zoom-animate {
  animation: zoomInOut 1.5s infinite;
}



/*footer email font size*/
.footer-email-font-size{
	font-size:17px !important;
}




@media screen and (min-width: 320px) and (max-width:557px){
.get-a-free-consultation {
    position: relative;
    background-image: url("/assets/images/commonbg.png");
    background-size: cover;
    background-position: center;
    padding-top: 5px;
	padding-bottom:10px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
	
}
.footer-email-font-size{
	font-size: 11px !important;
}
.contact-box p{
font-size:14px !important;
}
#typingDRTTextWrapper{
font-size:40px !important;
}
 .shine-heading {
  font-size:38px !important;
  }
.call-text-hide{
display:none;
}
.index-main-banner-button-left-padding{
padding-left:0px !important;
}
.loan-settlement-lawyer-cta-button{
padding: 12px 6px !important;
font-size:12px !important;
}
.phone-font-size-no{
font-size:14px !important;

}
.top-introduction-image img{
margin-top:12px !important;
}
.main-banner a button {
  margin-left: 0px !important;
}
}

/* ==============================
   MOBILE DROPDOWN SCROLL – FINAL
   OUR EXPERTICES & NGT ZONES
============================== */

@media (max-width: 991.98px) {

  /* Navbar collapse scroll enable */
  .navbar-collapse {
    max-height: 100vh;
    overflow-y: auto;
  }

  /* All dropdown menus scrollable on mobile */
  .dropdown-menu {
    position: static !important;
    width: 100% !important;
    max-height: 60vh !important;
    overflow-y: auto !important;   /* vertical scroll */
    overflow-x: auto !important;   /* horizontal scroll */
    -webkit-overflow-scrolling: touch;
  }

  /* OUR EXPERTICES special */
  .dropdown-menu.scrollable-dropdown {
    max-height: 60vh !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
  }

  /* Remove multi-column on mobile */
  .multi-column-dropdown {
    columns: unset !important;
    column-count: 1 ;
  }

  .dropdown-item {
    white-space: normal !important;
    word-break: break-word;
    min-width: 100%;
  }
}
.pill-btn {
  background: #DA9133;
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}


.pill-btn i{
    font-size: 14px;
    transition: transform 0.3s ease;
}

.pill-btn:hover{
    background: #996623;              
    box-shadow: 0 10px 18px -8px rgba(0,0,0,0.25);
}

.pill-btn:hover i{
    transform: translateX(4px);        
}
@media only screen and (max-width: 557px) {
.pill-btn{
font-size:12px;
}
.citywise-card-title{
padding:0px !important;
font-size:0px !important;
}
.for-phone-p-0 {
  padding: 7px !important;
}
.city-top-padding{
	padding-top:0px !important;
}
/*.btn-intro{
margin-top:5px;
}*/

}

/*citye page css*/


.city-top-padding{
	padding-top:70px !important;
}


/*****************/


/*phone whatapp call hanger*/
/* Mobile sticky bar hidden by default */
#mobileActionBar {
  display: none;              
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 6px 0;
  justify-content: space-between;
}
/* Buttons */
#mobileActionBar a {
  flex: 1;
  text-align: center;
  padding: 1px 0px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* WhatsApp */
#mobileActionBar .wa-btn {
  background: #25d366;
}

/* Call */
#mobileActionBar .call-btn {
  background: #f0a500;
}

/*  Desktop par bilkul nahi dikhe */
@media (min-width: 992px) {
  #mobileActionBar {
    display: none !important;
  }
}

.accordion-button:not(.collapsed){
background-color: #195c1a21;
border-color: #195c1a21;
}

.ngt-faq-font-size{
font-size:30px !important;
}

#faq-section .accordion-button::after {
      display: none !important;
    }

    /* Icon wrapper right side */
    #faq-section .faq-toggle-icon {
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    /* Same size, same color for + & - */
    #faq-section .faq-toggle-icon i {
      font-size: 1.4rem;   /* same for plus & minus */
      color: #DA9133;      /* golden */
      line-height: 1;
    }

    /* Default: sirf + dikhana, - hide */
    #faq-section .accordion-button .bi-dash-lg {
      display: none;
    }

    /* Open (not collapsed): + hide, - show */
    #faq-section .accordion-button:not(.collapsed) .bi-plus-lg {
      display: none;
    }
    #faq-section .accordion-button:not(.collapsed) .bi-dash-lg {
      display: inline-block;
    }
	.accordion-button:not(.collapsed) {
  background-color: #8dffa957;
  border-color: #8dffa957;
}
.accordion-button:not(.collapsed) {
  color: #193359;
  }

/*fun fact css start here*/


.client-number {
    display: flex;
    align-items: center;
}


@media (max-width: 767px) {
    .client-number {
        flex-direction: column;   
        text-align: center;
        justify-content: center;
    }

    .client-number i {
        margin-right: 0 !important; 
        margin-bottom: 8px;        
    }

    .funfact-color h5,
    .funfact-color p {
        text-align: center;
    }
}
/* ===============================
   MOBILE FIX : ICON TOP, TEXT BOTTOM
   =============================== */
@media (max-width: 575px) {

  .client-number {
    display: flex !important;
    flex-direction: column !important;   /* icon upar */
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .client-number i {
    margin-right: 0 !important;  /* me-3 override */
    margin-bottom: 10px !important;
  }

  .client-number .funfact-color h5,
  .client-number .funfact-color p {
    text-align: center !important;
  }
}


.footer-ngt-icon-case{
font-size:30px;
}


 .top-padding-area-heading{
  padding-top:95px !important;
  }

/*fun fact css end here*/