.card-custom {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 14px 14px 18px;
    animation-delay: 0.1s;
    /*animation: fadeInUp 0.6s ease-out;*/
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color:#fff;
    cursor:pointer;
}
.card-custom:not(:last-child) {
    margin-bottom: 1rem;
}
.card-custom::last-child {
    margin-bottom: 0;
}
.card-custom .logo-square {
  width: 64px;
  height: 64px;
  border-radius: 0.125rem;
  object-fit: cover;
}
.read-more:not(.less):after {
	content: "\f107";
}
.read-more:after {
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 900;
	margin-left: 4px;
	font-size: 12px;
}

.rating-stars i {
  color: #fbbf24; /* Tailwind yellow-400 */
  margin-right: 0.125rem;
}
.rating-text {
  font-weight: 600;
  font-size: 0.75rem;
  color: #111827; /* Tailwind gray-900 */
  margin-left: 0.5rem;
}
.subtitle {
  font-size: 0.875rem;
  color: #6b7280; /* Tailwind gray-500 */
  margin-top: 0.25rem;
    margin-bottom: 10px;
}
.description {
  font-size: 0.875rem;
  color: #111827;
  margin-top: 1rem;
  line-height: 1.4;
}
.info-row {
  font-size: 0.875rem;
  color: #4b5563; /* Tailwind gray-600 */
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.info-item i {
    
    min-width: 16px;
    text-align: center;
    margin-right: 5px;
}
.info-item i.fa-phone {
    transform:rotate(90deg);
    color: var(--secondary);
}
.info-item i.fa-envelope {
    color:#fff;
}
.info-item .extra-count {
  color: #9ca3af;
  margin-left: 0.25rem;
}
.bookmark-btn {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #9ca3af;
  background: transparent;
  border: none;
  font-size: 1.125rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.bookmark-btn:hover {
  color: #4b5563;
}
    
.card-custom:hover {
/*transform: translateY(-4px) scale(1.01);*/
    box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
}
h3.fw-semibold.text-dark {
    font-size: 20px;
    margin-bottom: 10px;
}
.info-item img {
    width: 15px;
}
.highlights.for_our_new-listing ul li i {
    display: none;
}

.highlights.for_our_new-listing .highlight-item {
    display: block;
    list-style: none;
    padding: 1px 6px;
    font-size: 14px;
    position: relative;
    top: 0;
    background-color: #f2f3f3;
}

section.all_dv.cities_restoration {
    padding-bottom: 70px;
}



.detail_main .highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.detail_main .highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 14px;
    color: #4b5563;
    padding: 0.75rem;
    background: #f8fafc;
    margin-right:0 !important;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;

}

.detail_main .highlight-item:hover {
    background: #eff6ff;
    border-color: var(--primary);
    transform: translateY(-1px);
}

.detail_main .highlight-item i {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc;
    font-size: 10px;
    flex-shrink: 0;
    background: var(--secondary);
    border-radius: 50%;
}

.detail_main .highlight-item span {
    font-weight: 500;
}
 /* Minimal styles: sirf ring draw karta hai */
.score-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #ff6a00;
    font-weight: 600;
    position: absolute;
    right: 50px !important;
}

/* Ring (border) â€” center cut-out, sirf arc fill dikhayega */
.score-circle::before{
  content:"";
  position:absolute; inset:0; border-radius:50%;
  padding:3px;                     /* border ki thickness */
  background: conic-gradient(currentColor 0 var(--angle,0deg),
                              transparent var(--angle,0deg) 360deg);
  /* center ko kaatne ke liye mask (reliable) */
  -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
section.card-custom .row {
    align-items: center;
}
 

section.card-custom .for_our_circle {
    position: relative;
}
.listin_text_services p {
    padding: 0;
    margin: 0;
    color: #000;
}

.ph_dir_contact_us.info-row .info-item {
    border: 1px solid var(--secondary);
    padding: 6px 14px;
}
.info-item.message_button {
    background: var(--secondary);
    transition: 0.5s;
}
.info-item.message_button:hover {
    background-color:transparent;
}
.info-item.message_button:hover a,
.info-item.message_button:hover i{
    color:var(--secondary);
}
.info-item.message_button a{
    color:#fff;
}
.ph_dir_contact_us.info-row {
    justify-content: space-between;
}
.listin_text_services {
    display: flex
;
    align-items: center;
}
.listin_text_services p {
    margin-right: 5px;
}
.listing_box_text.d-flex.align-items-center.justify-content-space-between.flex-wrap {
    justify-content: space-between;
}
.dlc-verification-icons.d-flex.align-items-center.gap-3.flex-wrap i {
    padding-right: 7px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.listing_tags_nw li:not(:last-child) {
    margin-right: 6px;
}
.detail-img.dm{
    /*margin-top:10px;*/
}
.hb-reviews-section {
    margin-top:0;
}

.hb-reviews-section {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hb-review-item {
    border: 1px solid #e9ecef;
    padding: 1rem;
    transition: all 0.3s ease;
}
.hb-review-item:not(:last-child){
    margin-bottom: 1rem;
}
.hb-review-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.hb-review-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: .5rem;
}

.hb-reviewer-avatar i {
    font-size: 2.5rem;
    color: var(--hb-gray-400);
}

.hb-reviewer-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--heading-color);
}

.hb-review-stars {
    color: var(--hb-warning-color);
    margin-bottom: 0.25rem;
}

.hb-review-date {
    color: var(--hb-gray-500);
    font-size: 0.9rem;
}

.hb-review-text {
    color: var(--hb-gray-700);
    line-height: 1.6;
    margin: 0;
}
.detail-img:not(.dm) {
    border-top: 1px solid var(--secondary);
    padding: 11px 0;
    margin-top: 8px;
}
.dlc-verification-icons {
    font-size: 12px;
}
.dlc-verification-icons *{
    display:block;
}
.dlc-verification-icons img {
    width:16px;
}

/*Gallery*/
.detail-img .gallery img {
  background-color: #e0e0e0; /* light grey placeholder */
  background-image: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 37%, #e0e0e0 63%);
  background-size: 400% 100%;
  animation: placeholderShimmer 1.4s ease infinite;
  display: block;
}
.detail-img .gallery img.loaded {
  background: none;
  animation: none;
}
@keyframes placeholderShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.gallery.listing_gallery {
  gap: 8px;
  grid-template-columns: repeat(5, 1fr);
}

.gallery.listing_gallery:not(.slick-initialized),
.gallery:not(.slick-initialized) {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(5, 1fr);
}
 
.gallery.listing_gallery:not(.slick-initialized) a,
.gallery:not(.slick-initialized) a
{
	flex:1;
	margin:5px;
}
.gallery.listing_gallery .slick-track,
.gallery .slick-track{
	margin-left:0;
	margin-right:0;
}
.gallery.listing_gallery img,
.gallery img {
	
	object-fit: cover;
}
.gallery .slick-slide, .listing_gallery .slick-slide {
    margin-right: 8px;
}
.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.more-content{
    display:none;
}
.quick-contact,
.find-affordable{
    padding: 12px;
    margin: 16px 0;
    background-color:#fff;
}
.quick-contact {
    border: 1px solid #ddd;
}
.find-affordable {
    border:3px solid transparent;
    border-left-color: var(--secondary);
}
.quick-contact h2,
.quick-contact h3,
.quick-contact p,
.find-affordable h3{
    margin-bottom:0;
}
.content-main.bg-custom-white .quick-contact .row{
    margin-top:0;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__img-box {
    position: relative;
    display: block;
}

.why-choose-one__img {
    position: relative;
    display: block;
}

.why-choose-one__img img {
    width: 100%;
    border-radius: var(--theme-border-radius);
}
.icon_counter p {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.why-choose-one__count-box {
    position: absolute;
    background-color: var(--secondary);
    text-align: center;
    padding: 16px;
    left: 25px;
    bottom:25px;
    display:flex;
    align-items: center;
}
.why-choose-one__count-box .phone_icon{
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    background-color:var(--primary);
    color: #fff;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 20px;
}
.why-choose-one__count-box .phone_icon i{
	transform:rotate(90deg)
}
p.contact-bar__call-number a:hover {
    text-decoration: underline;
}
.icon_counter {
    display: flex
;
    justify-content: center;
}
.why-choose-one__count-box .icon {
    position: relative;
    display: inline-block;
}

.why-choose-one__count-box .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--color2);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.why-choose-one__count-box:hover .icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.why-choose-one__content-box {
    position: relative;
    display: block;
    /* margin-top: 9px; */
}
.why-choose-one__content-box a:hover,
.why-choose-one__content-box a:focus{
    color:#fff;
}
.why-choose-one__content-box h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: var(--endreox-font) !important;
    line-height: 45px !important;
}

.why-choose-one__letter {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: var(--endreox-font) !important;
    line-height: 42px !important;
    position: relative;
    top: -3px;
    padding-left: 3px;
}

.why-choose-one__count-text {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
}

.why-choose-one__count-box .odometer-formatting-mark {
    display: none;
}

.why-choose-one__right {
    position: relative;
    display: block;
}

.why-choose-one__right .section-title__title {
    color: var(--primary);
}

.why-choose-one__text {
    position: relative;
    display: block;
}

.why-choose-one__points {
    position: relative;
    display: block;
    margin-top: 10px;
}

.why-choose-one__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
}

.why-choose-one__points li+li {
    margin-top: 8px;
}

.why-choose-one__points li .icon {
    position: relative;
    display: inline-block;
    top: 5px;
    background: var(--secondary);
    color: #fff;
    padding: 9px 10px;
    border-radius: 50%;
}

.why-choose-one__points li .icon span {
    align-self: center;
    position: relative;
    display: inline-block;
    font-size: 13px;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.why-choose-one__points li .text {
    position: relative;
    display: block;
}

.why-choose-one__points li .text p {
    line-height: 22px;
    margin-left: 12px;
    padding: 3px 0;
    margin-bottom: 0;
}
.googe_rating .review-card {
    background: #f8f9fa;
    padding: 20px 20px 25px;
    text-align: left;
    position: relative;
    user-select: none;
    /*min-height: 375px;*/
}
.googe_rating .review-header {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.site_testi .rev_top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.googe_rating .review-header .avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    user-select: none;
    background: var(--primary);
}
.googe_rating .slick-slide:nth-child(1) .avatar{
    background: #4CAF50;
}
.googe_rating .slick-slide:nth-child(2) .avatar{
    background: #FF9800;
}
.googe_rating .slick-slide:nth-child(3) .avatar{
    background: #2196F3;
}
.googe_rating .slick-slide:nth-child(4) .avatar{
    background: #9C27B0;
}
.googe_rating .slick-slide:nth-child(5) .avatar{
    background: #3F51B5;
}
.googe_rating .slick-slide:nth-child(6) .avatar{
    background: #673AB7;
}
.googe_rating .slick-slide:nth-child(7) .avatar{
    background: #00BCD4;
}
.googe_rating .slick-slide:nth-child(8) .avatar{
    background: #8BC34A;
}
.googe_rating .slick-slide:nth-child(9) .avatar{
    background: #F44336;
}
.site_testi .review-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--theme-border-radius);
    padding: 1.5rem 2rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

.site_testi .review-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color1), var(--color2), var(--color1));
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}

.site_testi .review-box:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Review header */
.site_testi .review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.site_testi .user-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.site_testi .avatar {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.site_testi .avatar:hover {
    transform: scale(1.05);
}

.site_testi .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site_testi .avatar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.site_testi .user-details {
    flex: 1;
}

.site_testi .user-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.15rem;
}
.site_testi .user-title {
    font-size: 0.875rem;
    color: #718096;
    font-weight: 500;
    margin-bottom:0;
}

/* Review meta */
.site_testi .review-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.site_testi .rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.site_testi .stars {
    display: flex;
    gap: 2px;
}


.site_testi .review-date {
    font-size: 0.8rem;
    color: #9ca3af;
    font-weight: 500;
}

/* Review content */

.site_testi .testi_slider .slick-slide {
  padding: 0 5px;  
}
.site_testi .rating-first-sec .excellent{
    font-size:20px;
    line-height:normal;
    font-weight:500;
    margin-bottom:4px;
}

.testi_slider .slick-list {
  margin: 0 -5px; 
}
.review-text {
    font-size: 0.95rem;
    color: #4a5568;
    /* line-height: 1.7; */
    font-weight: 400;
    margin-bottom: 0;
    background-color:transparent;
    padding:10px;
}

.hb-company-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hb-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 0.5rem;
}

.hb-company-header {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--secondary);
}

.hb-header-content {
    margin-bottom: .75rem;
}

.hb-company-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hb-address {
    color: var(--hb-gray-600);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hb-address i {
    color: var(--accent);
}

.hb-rating-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.hb-rating-text {
    color: var(--hb-gray-600);
    font-weight: 500;
}

.hb-verified-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #28a745;
    font-weight: 500;
}

.hb-review-btn {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--hb-border-radius);
    font-weight: 500;
    transition: var(--hb-transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hb-review-btn:hover {
    background-color: var(--hb-secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(44, 85, 48, 0.3);
    color:#fff;
}



.hb-description p {
    margin: 0;
    color: var(--hb-gray-700);
    line-height: 1.7;
}

/* Services and Categories Sections */
.hb-services-section,
.hb-categories-section {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hb-service-tag,
.hb-category-tag {
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 5px;
}
section.iimage-slider.details_page_gallery {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: var(--hb-border-radius);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
section.iimage-slider.details_page_gallery .detail-img {
    border: navajowhite;
    margin: 0;
    padding: 0;
}
section.iimage-slider.details_page_gallery .slick-track {
    /*width: 100% !important;*/
}
section.iimage-slider.details_page_gallery .detail-img img {
    width: 154px;
    height: auto;
    object-fit: cover;
}
.dlc-verification-icons.d-flex.align-items-center.gap-3.flex-wrap

 {
    display: none !important;
}
.hb-service-tag:hover,
.hb-category-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(44, 85, 48, 0.3);
}

.hb-category-tag {
    background: var(--secondary);
}
button.btn.hb-submit-btn {
    color: #fff;
}
/* Location Section */
.hb-location-section {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: var(--hb-border-radius);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hb-map-container {
    border-radius: var(--hb-border-radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hb-map-placeholder {
    background: linear-gradient(135deg, var(--hb-info-color), #20c997);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}

.hb-map-content {
    text-align: center;
}

.hb-map-content i {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hb-map-btn {
    background-color: #fff;
    color: var(--hb-info-color);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--hb-border-radius);
    font-weight: 500;
    transition: var(--hb-transition);
}

.hb-map-btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

/* Reviews Section */
.hb-reviews-section {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: var(--hb-border-radius);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.hb-review-item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.hb-review-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hb-reviewer-avatar i {
    font-size: 2.5rem;
    color: var(--hb-gray-400);
}

.hb-reviewer-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: var(--heading-color);
}

.hb-review-stars {
    color: var(--hb-warning-color);
    margin-bottom: 0.25rem;
}

.hb-review-date {
    color: var(--hb-gray-500);
    font-size: 0.9rem;
}

.hb-review-text {
    color: var(--hb-gray-700);
    line-height: 1.6;
    margin: 0;
}
@media (min-width: 768px){
    .highlights.for_our_new-listing .highlights-grid {
        display: flex;
        gap: .25rem;
        flex-wrap:wrap;
    }
    .card-custom {
        padding: 16px 16px 24px;
        padding-left:0;
      }
      .quick-contact a {
          width:100%;
      }
      .find-affordable .btn{
          width:25%;
      }
      .detail_main .highlights-grid{
          grid-template-columns: 1fr 1fr;
      }
      .detail_main .highlight-item {
          font-size:16px;
      }
      .detail_main .highlight-item i {
          font-size: 12px;
          width: 20px;
            height: 20px;
      }
}

@media (min-width: 992px) {
    .site_testi .rating-first-sec .excellent{
        font-size:26px;
    }
    .all_dv .col-md-2.col-3 {
        width: calc(100% - 83.33333333%);
        position: absolute;
        height: 100%;
    }
    .all_dv .col-md-10 {
        width: calc(100% - 16.66666667%);
        margin-left: auto;
    }
    .logo-wrapper {
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    .quick-contact,
    .find-affordable{
        padding: 16px;
    }
    h3.fw-semibold.text-dark{
        font-size:26px;
    }
    .gallery.listing_gallery img {
	   height: 120px;
	   width:100%;
    }
    .hb-reviews-section {
        padding:1.5rem;
    }
    .hb-reviews-section {
        /*margin-top:30px;*/
    }
    .hb-company-name{
        font-size:2.5rem;
    }
}
@media(max-width:991px){
    .for__slider {
        overflow: hidden;
    }
    .logo-wrapper {
        display: flex;
        align-items: center;
    }
    .all_dv .col-md-2{
        align-items:center;
        display:flex;
    }
    .gallery.listing_gallery img {
        height: 80px;
        width: 100%;
    }
}
@media (max-width: 576px) {
  .score-circle {
    position: absolute;
    top: 5%;
    right: 8%;
}
section.card-custom .for_our_circle {
    position: static;
}

.ph_dir_contact_us.info-row .info-item {
    border: 1px solid var(--secondary);
    padding: 6px 10px;
}
.info-row {
    gap: 0.1rem 0.1rem;
}
.content-main h2 {
    line-height: 30px;
    font-size: 28px;
}
h2.sec-title__title {
    font-size: 30px;
}
section.testimonial-two.googe_rating.site_testi.section-padding h2 {
    font-size: 30px;
    margin-bottom: 10px !important;
    line-height: 32px;
}
section.btm-cities p {
    line-height: 35px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.faq-wrapper h2 {
    font-size: 30px;
}
      }    
    @media (min-width: 576px) {
      .card-custom {
        /*display: flex;*/
      }

      .card-content {
        flex: 1;
      }
      .logo-wrapper {
        /*flex-shrink: 0;*/
      }
      .description {
        margin-top: 0.75rem;
      }
      
    }
    
    /* Sidebar Styles */
.hb-sidebar {
    position: sticky;
    top: 102px;
}

.hb-logo-section {
    background: linear-gradient(135deg, var(--accent), var(--hb-secondary-color));
    color: #fff;
    padding: 2rem;
    border-radius: var(--hb-border-radius);
    margin-bottom: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hb-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hb-logo i {
    font-size: 2rem;
}

.hb-claim-btn {
    background-color: #ff8c00;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--hb-border-radius);
    font-weight: 500;
    transition: var(--hb-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.hb-claim-btn:hover {
    background-color: #e67e00;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.hb-verification-section {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--primary);
}

.hb-verification-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 1rem;
}

.hb-verification-text {
    color: var(--hb-gray-600);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.hb-action-buttons {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: var(--hb-border-radius);
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hb-call-btn {
    background-color: var(--secondary);
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius:0;
    width: 100%;
}

.hb-call-btn:hover {
    background-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    color:#fff;
}

.hb-contact-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hb-quote-btn,
.hb-whatsapp-btn,
.hb-website-btn {
    background-color: #fff;
    border: 2px solid #aeaeae;
    padding: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.hb-quote-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
    background-color: var(--hb-gray-50);
}
.fancybox-thumbs__list a:before{
        border: 6px solid var(--accent);
}
.hb-whatsapp-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
    background-color: var(--hb-gray-50);
}

.hb-website-btn:hover {
    border-color: var(--hb-info-color);
    color: var(--hb-info-color);
    background-color: var(--hb-gray-50);
}

.hb-social-share {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.hb-share-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hb-social-buttons {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.hb-social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.hb-facebook {
    background-color: #1877f2;
}

.hb-twitter {
    background-color: #000000;
}

.hb-whatsapp-share {
    background-color: #25d366;
}

.hb-linkedin {
    background-color: #0077b5;
}

.hb-social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #ff5500;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .hb-sidebar {
        position: static;
        margin-top: 2rem;
    }
    
    .hb-company-name {
        font-size: 1.75rem;
    }
    
    .hb-company-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
}
    