/*.highlights-grid {*/
/*    max-height: 127px;*/
/*    overflow-y: auto;*/
/*    scrollbar-width: thin;*/
/*    scrollbar-color: #ff5500 transparent;*/
/*}*/

.reviews_box {
  display: none; /* default hidden */
}
.reviews_box.show {
  display: block; /* jab expand hoga */
}


.gallery.listing_gallery img {
    height: 214px;
}
/* Chrome, Edge, Safari scrollbar styling */
.highlights-grid::-webkit-scrollbar {
  width: 6px;
}

.highlights-grid::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

/* Image Slider */
.image-slider {
    position: relative;
    width: 100%;
    height: 200px; /* Adjust as needed */
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 1rem;
}

.slider-images {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.image-slider .prev-btn, .image-slider .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 15px;
    z-index: 10;
}

.image-slider .prev-btn {
    left: 10px;
}

.image-slider .next-btn {
    right: 10px;
}


/* Section Header */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}
.right_listing ul li {
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.right_listing ul li img {
    width: 20px;
    margin-right: 5px;
}
.right_listing ul {
    padding: 0;
}
.section-subtitle {
    font-size: 1.125rem;
    color: #000;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}
section.banner_dir {
    background: #f7f7f7;
    padding: 50px 0;
    display: flex;
    align-items: center;
    color: #000;
}
.img_box_banner img {
    border-radius: 30px;
}
section.banner_dir h1 {
    color: #000;
}
section.banner_dir .row {
   
    align-items: center;
    
}
/* Landscape Company Card */
.company-card-landscape {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    min-height: 280px;
    margin-bottom: 2rem;
    position: relative;
}

.company-card-landscape:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: var(--accent);
}

/* Card Sections */
.card-left-section {
    flex: 0 0 300px;
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-right: 1px solid #e2e8f0;
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}

.card-center-section {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-right-section {
    flex: 0 0 250px;
    padding: 2rem;
    background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
    border-left: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Company Header */
.company-header {
  
    margin-bottom: 1.5rem;
    position: relative;
}

.company-logo {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.company-basic-info {
    flex: 1;
    min-width: 0;
}

.company-name {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.company-location {
    font-size: 16px;
    color: #000;
    margin: 0;
    display: flex;
    /*align-items: center;*/
    gap: 0.375rem;
}

.company-location i {
    color: var(--accent);
    font-size: 16px;
    padding-top: 6px;
}

.verification-badge {
    position: absolute;
    top: 0;
    right: 0;
    color: #10b981;
    font-size: 1.375rem;
}

/* Rating and Badges Section */
.rating-badges-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rating-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 10px 0;
}

.stars {
    display: flex;
    gap: 0.125rem;
}

.stars i {
    color: #fbbf24;
    font-size: 16px;
}

.stars .far {
    color: #d1d5db;
}

.rating-count {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.badges {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.badge-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f1f5f9;
    color: #000;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
     font-size: 16px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    width: fit-content;
}

.badge-item i {
    font-size: 12px;
    color: var(--accent);
}

/* Company Description */
.company-description {
     font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

/* Highlights */
.highlights {
    flex: 1;
}

.highlights-title {
     font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.highlights-title::before {
    content: '';
    width: 3px;
    height: 18px;
    background: var(--accent);
    border-radius: 2px;
}

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

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 16px;
    color: #4b5563;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
        /*width: fit-content;*/
}

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

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

.highlight-item span {
    font-weight: 500;
}

/* Contact Actions */
.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.btn-call {
    background: var(--accent);
    border: none;
    border-radius: 5px;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: white;
}

.btn-call:hover {
    background: #010735;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    color: white;
}
.btn-outline-secondary {
    border: 1px solid #e2e8f0;
    color: #000;
    background: white;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.btn-outline-secondary:hover {
    border-color: #010735;
    color: var(--accent);
    background: #eff6ff;
    transform: translateY(-1px);
}

.help-stats {
    display: flex;
    align-items: center;
    gap: 0.5rem;
     font-size: 16px;
    color: #000;
    padding: 10px;
    background: white;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.help-stats i {
    color: #10b981;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .card-left-section {
        flex: 0 0 280px;
        padding: 1.5rem;
    }
    
    .card-right-section {
        flex: 0 0 220px;
        padding: 1.5rem;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .company-card-landscape {
        flex-direction: column;
        min-height: auto;
    }
    
    .card-left-section,
    .card-center-section,
    .card-right-section {
        flex: none;
        border: none;
    }
    
    .card-left-section {
        border-bottom: 1px solid #e2e8f0;
    }
    
    .card-center-section {
        border-bottom: 1px solid #e2e8f0;
    }
    
    .company-header {
        margin-bottom: 1rem;
    }
    
    .rating-badges-section {
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
    }
    
    .badges {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .contact-actions {
        flex-direction: row;
        gap: 0.5rem;
    }
}
a.btn.btn-outline-secondary.btn-website
 {
    display: none;
}
@media (max-width: 768px) {
    .highlights.for_our_new-listing ul {
        overflow-x: auto;
    white-space: pre;
}
    
    .highlight-item i {
    width: 14px;
    height: 14px;
font-size: 10px;
    }
a.btn.btn-outline-secondary.btn-website {
    display: none;
}
.highlight-item {
    gap: 10px;
}
           .company-logo {
        margin-bottom: 15px;
        width: 100px;
        padding: 10px;
        background-color: #ececec;
     
    }.right_listing ul {
    padding: 0;
    margin: 0;
}
    .card-left-section {
    background: #fff;
}
.card-left-section {
    height: 350px !important;
}
.right_listing ul li img {
    width: 16px;
    margin-right: 5px;
}.for_mbl_trusted {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }
    .rating-section {
    display: block;
    align-items: center;
    gap: 0;
    margin: 10px 0;
}
    
        .badge-item {
        font-size: 10px;
        padding: 4px;
        background: transparent;
        border: none;
    } 
    .badge-item i {
    font-size: 15px;
    color: var(--accent);
}.top_ratting {
        width: 66%;
        float: right;
        position: relative;
        top: -136px;
        right: 8px;
    }
.highlight-item {
        font-size: 12px;
        padding: 4px 8px;
    }
    .highlights-grid {
        grid-template-columns: 1fr 1fr !important;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .company-card-landscape {
        margin-bottom: 1.5rem;
    }
    
    .card-left-section,
    .card-center-section,
    .card-right-section {
        padding: 1.25rem;
    }
    
    .company-name {
        font-size: 1.25rem;
    }
    
    .rating-badges-section {
        flex-direction: column;
        gap: 1rem;
    }
    
    .badges {
        gap: 0.375rem;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
    }
    
    /*.contact-actions {*/
    /*    flex-direction: column;*/
    /*}*/
    .contact-actions a {
    width: 100%;
}
.highlights-grid {
    gap: 8px;
}
.highlights.for_our_new-listing .highlight-item {
    display: block;
    list-style: none;
    padding: 0px 3px !important;
    font-size: 14px;
    position: relative;
    top: 5px;
    line-height: 15px;
     
}
.rating_dir.d-flex.align-items-center.mt-1.mb-3 {
    margin: 0 !important;
}
.info-row {
    font-size: 0.875rem;
    color: #4b5563;
    margin-top: 0 !important;
    display: flex
;
    flex-wrap: wrap !important;
    gap: 0px 10px !important;
}
.box_dir_list h3 {
    margin: 0 !important;
}
/*.box_dir_list {*/
/*           position: absolute;*/
/*        top: 18px;*/
/*        width: 71%;*/
/*        right: 0;*/
/*}*/


.info-item.info_j {
    display: none;
}
.info-item.info_k {
    display: none;
}
.score-circle {
    display: none !important;
}

}
.logo-wrapper img {
    display: flex
;
    margin: auto;
    border-radius: 5px;
}
.highlights-for_our_new-listing ul::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera */
}
.card-custom {
        
        cursor: pointer;
    }
    .detail-img {
    border-top: 1px solid #ff5500;
    padding: 11px 0;
    margin-top: 10px;
}


.info-item.message_button:hover a{
    color:#fff !important;
        text-decoration: underline;
}
@media (max-width: 991px) {
   
    .logo-wrapper {
     
        display: flex
;
        align-items: center;
    }
    
    .card-custom{
        padding-left: 0 !important;
    }
.card-custom {
   
    padding: 16px 8px !important;
  
}
section.card-custom .col-md-2.col-4 {
    margin: 0 !important;
    padding: 0 !important;
}
.logo-wrapper img {
    display: flex;
    margin: 0px 3px !important;
 
    
}
h3.fw-semibold.text-dark {
    width: 96%;
}
  .slider-images img {
    width: 50% !important; 
    border-radius: 30px;
    padding: 5px;
    object-fit: cover;
    height: 100px; /* fixed height */
  }
  .image-slider {
    position: relative;
    width: 100%;
    height: 100px;
   
}
section.banner_dir h1 {
    font-size: 36px;
}
}

@media (max-width: 576px) {
   
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .company-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    
    
    .badge-item {
        font-size: 10px;
        padding: 4px;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.company-card-landscape {
    animation: fadeInUp 0.6s ease-out;
}

.company-card-landscape:nth-child(1) { animation-delay: 0.1s; }
.company-card-landscape:nth-child(2) { animation-delay: 0.2s; }
.company-card-landscape:nth-child(3) { animation-delay: 0.3s; }

/* Focus states for accessibility */
.btn:focus,
.company-card-landscape:focus {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .company-card-landscape {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }
}


/*css below banner cards*/
/* Section Header */
.prt-section_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

.prt-section_subtitle {
    font-size: 1.125rem;
    color: #64748b;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* Company Card */
.prt-company_card {
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 232, 240, 0.8);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.prt-company_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: var(--accent);
}

/* Card Header */
.prt-card_header {
    padding: 1.5rem 1.5rem 0;
    background: transparent;
    border: none;
}

.prt-company_info {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
}

.prt-company_logo {
    width: 48px;
    height: 48px;
    background: var(--accent);
    border-radius: 12px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}
section.below_banner_cards
 {
    padding-top: 70px;
}
.prt-company_details {
    flex: 1;
    min-width: 0;
}

.prt-company_name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.prt-company_location {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.prt-company_location i {
    color: #94a3b8;
    font-size: 0.75rem;
}

.prt-verification_badge {
    position: absolute;
    top: 0;
    right: 0;
    color: #10b981;
    font-size: 1.25rem;
}

/* Card Body */
.prt-card_body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Rating Section */
.prt-rating_section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.prt-stars {
    display: flex;
    gap: 0.125rem;
}

.prt-stars i {
    color: #fbbf24;
    font-size: 0.875rem;
}

.prt-stars .far {
    color: #d1d5db;
}

.prt-rating_count {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
}

/* Badges */
.prt-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.prt-badge_item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #f1f5f9;
    color: #475569;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid #e2e8f0;
}

.prt-badge_item i {
    font-size: 0.625rem;
    color: #64748b;
}

/* Company Description */
.prt-company_description {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

/* Highlights */
.prt-highlights {
    flex: 1;
}

.prt-highlights-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.prt-highlights-title::before {
    content: '';
    width: 3px;
    height: 16px;
    background: var(--accent);
    border-radius: 2px;
}

.prt-highlights-list {
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.prt-highlights-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #4b5563;
    padding: 0.5rem 0;
}

.prt-highlights-list i {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: var(--accent);
    border-radius: 4px;
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* Card Footer */
.prt-card_footer {
    padding: 1.5rem;
    background: #f8fafc;
    border: none;
    margin-top: auto;
}

.prt-contact_actions {
    margin-bottom: 1rem;
}

.prt-btn_call {
    width: 100%;
    background: var(--accent);
    border: none;
    border-radius: 12px;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.prt-btn_call:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.prt-secondary_actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.btn-outline-secondary {
    border: 1px solid #e2e8f0;
    color: #64748b;
    background: white;
    border-radius: 5px;
    padding: 0.625rem 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.btn-outline-secondary:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: #eff6ff;
    transform: translateY(-1px);
}

.prt-help_stats {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #64748b;
    padding: 0.75rem 1rem;
    background: white;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
}

.prt-help_stats i {
    color: #10b981;
    font-size: 0.875rem;
}

ul.prt-prt-highlights_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prt-highlights h4 {
    color: #1a202c;
    font-size: 20px;
}
ul.prt-prt-highlights_list li
 {
    padding-bottom: 10px;
}
ul.prt-prt-highlights_list i {
    color: var(--accent);
    margin-right: 10px;
}
.for_mbl_trusted {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .prt-section_title {
        font-size: 2rem;
    }
    
    /*.card-left-section .for_flex_box {*/
    /*    display: flex;*/
    /*    gap: 10px;*/
    /*       align-items: center;*/
    /*}*/


    .help-stats {
    display: none;
}
.for_mbl_trusted {
    font-size: 14px;
    display: block;
}

.for_mbl_trusted i {
    margin-right: 5px;
    color: #10b981;
}
.help-stats i {
    margin-right: 5px;
}
    
    .prt-company_card {
        margin-bottom: 1.5rem;
    }
    
    .prt-company_info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .prt-verification_badge {
        position: static;
        align-self: flex-end;
        margin-top: -2rem;
    }
    
    .prt-secondary_actions {
        grid-template-columns: 1fr;
    }
    
    .prt-highlights-list {
        grid-template-columns: 1fr;
    }
}
.ph_dir_contact_us.info-row {
    justify-content: space-between;
}
.ph_dir_contact_us.info-row .info-item {
    border: 1px solid #ff5500;
    padding: 2px 12px;
    border-radius: 5px;
}
.info-item.message_button {
    background: #ff5500;
    color: #fff;
}
.info-item.message_button i {
    color: #fff;
}
 
   




@media (max-width: 576px) {
 
    section.banner_dir {
    
    padding: 40px 0 !important;
   
}
h3.fw-semibold.text-dark {
    font-size: 18px !important;
}
.ph_dir_contact_us.info-row {
    justify-content: space-between;
}



    .prt-section_title {
        font-size: 1.75rem;
    }
    
    .prt-section_subtitle {
        font-size: 1rem;
    }
    
    .prt-card_header,
    .prt-card_body,
    .prt-card_footer {
        padding: 1.25rem;
    }
    
    .prt-company_name {
        font-size: 1.125rem;
    }
    
    .prt-badges {
        gap: 0.375rem;
    }
    
    .prt-badge_item {
        font-size: 0.6875rem;
        padding: 0.25rem 0.5rem;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prt-company_card {
    animation: fadeInUp 0.6s ease-out;
}

.prt-company_card:nth-child(1) { animation-delay: 0.1s; }
.prt-company_card:nth-child(2) { animation-delay: 0.2s; }
.prt-company_card:nth-child(3) { animation-delay: 0.3s; }

/* Focus states for accessibility */
.btn:focus,
.prt-company_card:focus {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .prt-company_card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }
}


.slider-images {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slider-images img {
    width: 100%;
    flex-shrink: 0;
}
.gallery.listing_gallery {
  gap: 8px;
  grid-template-columns: repeat(6, 1fr);
}
.gallery.listing_gallery img {
	height: 120px;
}
.gallery.listing_gallery:not(.slick-initialized),
.gallery:not(.slick-initialized) {
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(6, 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;
	border-radius: 5px;
}
.gallery .slick-slide, .listing_gallery .slick-slide {
    margin-right: 8px;
    margin-bottom: 12px;
}
/* Desktop: Show 2 images side by side */
@media (min-width: 992px) {
   .slider-images img {
        width: 50%;
        border-radius: 30px;
        padding: 5px;
    }
    .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: 30px;
    margin-right: 30px;
}
    
    
}




/*new page detials */
.hb-container {
    background-color: #fff;
    min-height: 100vh;
    padding: 20px 0;
}

/* Typography */
.hb-company-name {
    font-size: 2rem;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 1rem;
    line-height: 1.2;
}

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

/* Company Header Section */
.hb-company-header {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: var(--hb-border-radius);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--accent);
}

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

.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-stars {
    color: var(--hb-warning-color);
}

.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: 2rem;
    margin-bottom: 2rem;
    border-radius: var(--hb-border-radius);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.hb-service-tag,
.hb-category-tag {
    background: linear-gradient(135deg, var(--accent), var(--hb-secondary-color));
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--hb-transition);
    /*cursor: pointer;*/
        display: inline-block;
    margin-bottom: 20px;
}
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;
    border-radius: 5px;
    height: 123px;
    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(--accent);
}
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 {
    border: 1px solid var(--hb-gray-200);
    border-radius: var(--hb-border-radius);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: var(--hb-transition);
}

.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;
}

/* Leave a Review Section */
.hb-leave-review-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-rating-input {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.hb-star-rating {
    display: flex;
    gap: 0.25rem;
}

.hb-star-rating i {
    font-size: 1.5rem;
    color: var(--hb-gray-300);
    cursor: pointer;
    transition: var(--hb-transition);
}

.hb-star-rating i:hover,
.hb-star-rating i.active {
    color: var(--hb-warning-color);
}
button.btn.hb-select-rating-btn:hover {
    background: var(--accent);
    color: #fff;
}
.hb-select-rating-btn {
    background-color: var(--black);
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: var(--hb-border-radius);
    font-size: 0.9rem;
}

.hb-form-input,
.hb-form-textarea {
    border: 2px solid var(--hb-gray-200);
    border-radius: var(--hb-border-radius);
    padding: 0.75rem;
    transition: var(--hb-transition);
    font-family: var(--hb-font-family);
}

.hb-form-input:focus,
.hb-form-textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(44, 85, 48, 0.25);
    outline: none;
}

.hb-submit-btn {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: var(--hb-border-radius);
    font-weight: 500;
    transition: var(--hb-transition);
}

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

/* 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;
    border-radius: var(--hb-border-radius);
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--black);
}

.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(--black);
    color: #fff;
    border: none;
    padding: 0.75rem;
    border-radius: var(--hb-border-radius);
    font-weight: 600;
    font-size: 1.1rem;
    transition: var(--hb-transition);
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 8px;
}

.hb-call-btn:hover {
    background-color: var(--accent);
    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;
    color: var(--hb-gray-700);
    border: 2px solid var(--hb-gray-200);
    padding: 0.75rem;
    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-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;
    border-radius: var(--hb-border-radius);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.hb-share-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--heading-color);
    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: var(--hb-transition);
    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;
    }
}

@media (max-width: 767.98px) {
    section.iimage-slider.details_page_gallery .detail-img img {
    width: 148px;
    border-radius: 5px;
    height: 123px;
    object-fit: cover;
    margin: 10px 10px;
}
    .hb-rating-text {
    
    /*font-size: 13px;*/
}
.rating-text {
    font-size: 11px;
  
}
     .gallery.listing_gallery img {
    height: auto !important;
}
.ph_dir_contact_us.info-row .info-item {
    /*border: 1px solid #ff5500;*/
    padding: 2px 8px !important;
   
}
.card-content.mt-3.mt-sm-0 {
    margin-top: 0 !important;
}
section.card-custom .col-md-2.col-3 {
    padding: 0;
}
    section.all_dv {
        padding: 40px 0;
        padding-bottom: 0 !important;
    }
    .hb-container {
        padding: 10px 0;
    }
    
    .hb-company-header,
    .hb-services-section,
    .hb-categories-section,
    .hb-location-section,
    .hb-reviews-section,
    .hb-leave-review-section {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .hb-company-name {
        font-size: 1.5rem;
    }
    
    .hb-section-title {
        font-size: 1.25rem;
    }
    
    .hb-service-tags,
    .hb-category-tags {
        gap: 0.5rem;
    }
    
    .hb-service-tag,
    .hb-category-tag {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .hb-review-header {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .hb-reviewer-avatar {
        align-self: flex-start;
    }
    
    .hb-social-buttons {
        gap: 0.5rem;
    }
    
    .hb-social-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .hb-contact-options {
        gap: 0.5rem;
    }
}
.reviews-sections {
    margin-top: 40px;
}ul.related_listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.related_listing img {
    height: auto !important;
    display: flex
;
    align-items: center;
}
.related_listing .cs_recent_post .cs_recent_post_thumb {
   
    display: flex
;
    align-items: center;
}
@media (max-width: 575.98px) {
    .hb-rating-input {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .hb-star-rating i {
        font-size: 1.25rem;
    }
    
    .hb-map-placeholder {
        height: 250px;
    }
    
    .hb-map-content i {
        font-size: 2.5rem;
    }
}

/* Animation Classes */
.hb-fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hb-slide-in-left {
    animation: slideInLeft 0.6s ease-in-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hb-slide-in-right {
    animation: slideInRight 0.6s ease-in-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Utility Classes */
.hb-text-primary {
    color: var(--accent) !important;
}

.hb-text-secondary {
    color: var(--hb-secondary-color) !important;
}

.hb-text-accent {
    color: #ff8c00 !important;
}

.hb-bg-primary {
    background-color: var(--accent) !important;
}

.hb-bg-secondary {
    background-color: var(--hb-secondary-color) !important;
}

.hb-bg-accent {
    background-color: #ff8c00 !important;
}

.hb-border-primary {
    border-color: var(--accent) !important;
}

.hb-border-secondary {
    border-color: var(--hb-secondary-color) !important;
}

.hb-border-accent {
    border-color: #ff8c00 !important;
}


/*steps css start*/
.quote-form-container {
    min-height: 100vh;
}

.quote-form-title {
    color: var(--black);
    font-weight: 700;
    font-size: 2.5rem;
}

.quote-form-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
}
.modal-footer{
    justify-content: space-between !important;
}
.quote-form-trigger-btn {
    background: var(--accent);
    border: none;
    color: white;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.quote-form-trigger-btn:hover {
    background: #e64a00;
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    color: white;
}

.quote-form-modal-content {
    border: none;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.quote-form-modal-header {
    background: var(--black);
    color: white;
    border-radius: 30px 30px 0 0;
    padding: 20px 30px;
}

.quote-form-modal-title {
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.quote-form-close-btn {
    filter: invert(1);
}

.quote-form-modal-body {
    padding: 30px;
}

/* Stepper Styles */
.quote-form-stepper-container {
    position: relative;
    margin-bottom: 30px;
}

.quote-form-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
}

.quote-form-step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.quote-form-step-item.active .quote-form-step-circle {
    background: var(--accent);
    color: white;
}

.quote-form-step-item.completed .quote-form-step-circle {
    background: #28a745;
    color: white;
}

.quote-form-step-label {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
    font-weight: 500;
}

.quote-form-step-item.active .quote-form-step-label {
    color: var(--accent);
    font-weight: 600;
}

.quote-form-step-connector {
    flex: 1;
    height: 2px;
    background: #e9ecef;
    margin: 0 20px;
    margin-top: -20px;
    z-index: 1;
}

/* Form Styles */
.quote-form-step {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.quote-form-step.active {
    display: block;
    opacity: 1;
}

.quote-form-step-title {
    color: var(--black);
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.quote-form-label {
    color: var(--black);
    font-weight: 500;
    margin-bottom: 8px;
}

.quote-form-input, .quote-form-textarea, .quote-form-select {
    border: 2px solid #e9ecef;
    border-radius: 5px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.quote-form-input:focus, .quote-form-textarea:focus, .quote-form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(255, 85, 0, 0.25);
}

.quote-form-phone-prefix {
    background: var(--light-gray);
    border: 2px solid #e9ecef;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.quote-form-radio-group {
    display: flex;
    gap: 20px;
}

.quote-form-radio-item {
    margin-bottom: 0;
}

.quote-form-radio:checked {
    background-color: var(--accent);
    border-color: var(--accent);
}

.quote-form-checkbox:checked {
    background-color: var(--accent);
    border-color: var(--accent);
}

/* Footer Buttons */
.quote-form-modal-footer {
    padding: 20px 30px;
    border-top: 1px solid #e9ecef;
}

.quote-form-back-btn {
    background: transparent;
    border: 2px solid #e9ecef;
    color: #6c757d;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.quote-form-back-btn:hover {
    border-color: var(--black);
    color: var(--black);
}

.quote-form-next-btn, .quote-form-submit-btn {
    background: var(--accent);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}
#comment:focus, #author:focus, #email:focus{
    
}
.form-check.quote-form-radio-item .required.valid {
    padding: 0;
    background-image: none;
}
input.th-btn.updated-form-btn.cs_btn.cs_style_1.button_popup {
    margin-left: auto;
    float: right;
    position: absolute;
    top: -44px;
    right: 0;
    background: var(--accent);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.form-check.quote-form-checkbox-item input#sendToOthers {
    padding: 0;
    /*background-image: none;*/
}
label#cityName-error {
    display: none !important;
}
label#address-error {
    display: none !important;
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus

 {
    box-shadow: 0 0 0 0 !important;
}
.form-btn.col-12 {
    position: relative;
}
button.btn.btn-secondary.btn_back {
    background: var(--black);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.quote-form-next-btn:hover, .quote-form-submit-btn:hover {
    background: #e64a00;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .quote-form-step-connector {
    flex: 1;
    height: 2px;
    background: #e9ecef;
    margin: 0;
    margin-top: -20px;
    z-index: 1;
}
    
    
    
    .quote-form-radio-group {
        flex-direction: column;
        gap: 10px;
    }
}

/*end steps css */
