.elementor-79569 .elementor-element.elementor-element-80be1dd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e66c4ff */.bhaveshwar-group-roadpali-page,
.bhaveshwar-group-roadpali-page * {
    box-sizing: border-box;
}

.bhaveshwar-group-roadpali-page {
    background: #f8fafc;
    color: #111827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}

.bhaveshwar-group-roadpali-page img {
    max-width: 100%;
    display: block;
}

.bhaveshwar-group-roadpali-page ::selection {
    background: #dbeafe;
    color: #1e3a8a;
}

.bhaveshwar-group-roadpali-page ::-webkit-scrollbar {
    width: 8px;
}

.bhaveshwar-group-roadpali-page ::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.bhaveshwar-group-roadpali-page ::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

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

.bhaveshwar-group-roadpali-main > section,
.bhaveshwar-group-roadpali-sidebar > div {
    animation: bhaveshwarGroupRoadpaliFadeIn 0.6s ease-out forwards;
}

.bhaveshwar-group-roadpali-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    min-width: 0;
}

.bhaveshwar-group-roadpali-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
    min-width: 0;
    max-width: 100%;
}

.bhaveshwar-group-roadpali-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.bhaveshwar-group-roadpali-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.bhaveshwar-group-roadpali-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    min-width: 0;
    max-width: 100%;
}

.bhaveshwar-group-roadpali-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.bhaveshwar-group-roadpali-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bhaveshwar-group-roadpali-brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #1d4ed8;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
}

.bhaveshwar-group-roadpali-brand-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.bhaveshwar-group-roadpali-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

.bhaveshwar-group-roadpali-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.bhaveshwar-group-roadpali-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #6b7280;
    transition: 0.3s ease;
}

.bhaveshwar-group-roadpali-topbar-links a:hover {
    color: #1d4ed8;
}

.bhaveshwar-group-roadpali-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

.bhaveshwar-group-roadpali-hero {
    overflow: hidden;
}

.bhaveshwar-group-roadpali-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.bhaveshwar-group-roadpali-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
}

.bhaveshwar-group-roadpali-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.bhaveshwar-group-roadpali-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.bhaveshwar-group-roadpali-badge-gray {
    background: #f9fafb;
    color: #4b5563;
    border-color: #e5e7eb;
}

.bhaveshwar-group-roadpali-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
}

.bhaveshwar-group-roadpali-hero-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bhaveshwar-group-roadpali-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #111827;
}

.bhaveshwar-group-roadpali-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 850px;
}

.bhaveshwar-group-roadpali-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    width: 100%;
}

.bhaveshwar-group-roadpali-hero-actions .bhaveshwar-group-roadpali-btn {
    flex: 1;
    min-width: 140px;
    padding: 14px 10px;
}

.bhaveshwar-group-roadpali-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    transition: all 0.3s ease;
    text-align: center;
}

.bhaveshwar-group-roadpali-btn:active,
.bhaveshwar-group-roadpali-form-btn:active {
    transform: scale(0.98);
}

.bhaveshwar-group-roadpali-btn-primary {
    background: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.18);
}

.bhaveshwar-group-roadpali-btn-primary:hover {
    background: #1e40af;
    transform: translateY(-3px) scale(1.02);
}

.bhaveshwar-group-roadpali-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.bhaveshwar-group-roadpali-btn-outline:hover {
    border-color: #1d4ed8;
    color: #1d4ed8;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.bhaveshwar-group-roadpali-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.bhaveshwar-group-roadpali-btn-white {
    background: #ffffff;
    color: #1d4ed8;
}

.bhaveshwar-group-roadpali-btn-glass {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.bhaveshwar-group-roadpali-full-btn {
    width: 100%;
}

.bhaveshwar-group-roadpali-stat-mini-grid,
.bhaveshwar-group-roadpali-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    width: 100%;
}

.bhaveshwar-group-roadpali-stat-mini-box,
.bhaveshwar-group-roadpali-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 18px;
}

.bhaveshwar-group-roadpali-stat-mini-label,
.bhaveshwar-group-roadpali-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
}

.bhaveshwar-group-roadpali-stat-mini-value,
.bhaveshwar-group-roadpali-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    color: #111827;
}

.bhaveshwar-group-roadpali-hero-facts {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bhaveshwar-group-roadpali-facts-card {
    width: 100%;
    max-width: 900px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 24px;
}

.bhaveshwar-group-roadpali-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 800;
}

.bhaveshwar-group-roadpali-fact-row,
.bhaveshwar-group-roadpali-sidebar-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #d1d5db;
}

.bhaveshwar-group-roadpali-sidebar-row {
    display: block;
    border-bottom: 1px solid #e5e7eb;
}

.bhaveshwar-group-roadpali-fact-row-last,
.bhaveshwar-group-roadpali-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.bhaveshwar-group-roadpali-fact-row span,
.bhaveshwar-group-roadpali-sidebar-row span {
    width: 42%;
    font-size: 14px;
    color: #6b7280;
}

.bhaveshwar-group-roadpali-sidebar-row span {
    display: block;
    width: auto;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 6px;
}

.bhaveshwar-group-roadpali-fact-row strong,
.bhaveshwar-group-roadpali-sidebar-row strong,
.bhaveshwar-group-roadpali-sidebar-row a {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    line-height: 1.8;
}

.bhaveshwar-group-roadpali-sidebar-row strong,
.bhaveshwar-group-roadpali-sidebar-row a {
    width: auto;
}

.bhaveshwar-group-roadpali-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
    min-width: 0;
    max-width: 100%;
}

.bhaveshwar-group-roadpali-gallery-main,
.bhaveshwar-group-roadpali-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    cursor: pointer;
}

.bhaveshwar-group-roadpali-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bhaveshwar-group-roadpali-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bhaveshwar-group-roadpali-gallery-main:hover img,
.bhaveshwar-group-roadpali-gallery-item:hover img {
    transform: scale(1.06);
}

.bhaveshwar-group-roadpali-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    min-width: 0;
}

.bhaveshwar-group-roadpali-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(17, 24, 39, 0.78);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 800;
}

.bhaveshwar-group-roadpali-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.bhaveshwar-group-roadpali-section-head h2,
.bhaveshwar-group-roadpali-dark-inner h2,
.bhaveshwar-group-roadpali-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.bhaveshwar-group-roadpali-section-head p,
.bhaveshwar-group-roadpali-client-box p,
.bhaveshwar-group-roadpali-service-card p,
.bhaveshwar-group-roadpali-testimonial-card p,
.bhaveshwar-group-roadpali-faq-item p,
.bhaveshwar-group-roadpali-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
}

.bhaveshwar-group-roadpali-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.bhaveshwar-group-roadpali-highlight-grid,
.bhaveshwar-group-roadpali-service-grid,
.bhaveshwar-group-roadpali-dark-grid,
.bhaveshwar-group-roadpali-coverage-grid,
.bhaveshwar-group-roadpali-client-grid {
    display: grid;
    gap: 16px;
}

.bhaveshwar-group-roadpali-highlight-grid {
    grid-template-columns: repeat(4, 1fr);
}

.bhaveshwar-group-roadpali-service-grid,
.bhaveshwar-group-roadpali-dark-grid {
    grid-template-columns: repeat(3, 1fr);
}

.bhaveshwar-group-roadpali-coverage-grid {
    grid-template-columns: repeat(4, 1fr);
}

.bhaveshwar-group-roadpali-client-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.bhaveshwar-group-roadpali-highlight-box,
.bhaveshwar-group-roadpali-service-card,
.bhaveshwar-group-roadpali-client-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 24px;
    transition: all 0.3s ease;
}

.bhaveshwar-group-roadpali-highlight-box {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.bhaveshwar-group-roadpali-highlight-box:hover,
.bhaveshwar-group-roadpali-service-card:hover,
.bhaveshwar-group-roadpali-client-box:hover {
    transform: translateY(-5px);
    border-color: #1d4ed8;
    box-shadow: 0 20px 40px rgba(29, 78, 216, 0.08);
}

.bhaveshwar-group-roadpali-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.bhaveshwar-group-roadpali-service-card h3,
.bhaveshwar-group-roadpali-dark-box h3,
.bhaveshwar-group-roadpali-client-box h3,
.bhaveshwar-group-roadpali-faq-item h3,
.bhaveshwar-group-roadpali-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
    color: #111827;
}

.bhaveshwar-group-roadpali-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bhaveshwar-group-roadpali-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
}

.bhaveshwar-group-roadpali-dark-section,
.bhaveshwar-group-roadpali-coverage-card {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #ffffff;
}

.bhaveshwar-group-roadpali-dark-inner p,
.bhaveshwar-group-roadpali-coverage-card .bhaveshwar-group-roadpali-section-head p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.9;
}

.bhaveshwar-group-roadpali-coverage-card .bhaveshwar-group-roadpali-section-head h2 {
    color: #ffffff;
}

.bhaveshwar-group-roadpali-dark-box,
.bhaveshwar-group-roadpali-coverage-grid div {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 20px;
}

.bhaveshwar-group-roadpali-dark-box h3 {
    color: #ffffff;
}

.bhaveshwar-group-roadpali-dark-box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.bhaveshwar-group-roadpali-coverage-grid div {
    border-radius: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.bhaveshwar-group-roadpali-testimonial-slider-container {
    position: relative;
    padding: 0 40px;
}

.bhaveshwar-group-roadpali-testimonial-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.bhaveshwar-group-roadpali-testimonial-grid::-webkit-scrollbar {
    display: none;
}

.bhaveshwar-group-roadpali-testimonial-card {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 30px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.bhaveshwar-group-roadpali-testi-user {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.bhaveshwar-group-roadpali-testi-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f5f9;
    flex-shrink: 0;
}

.bhaveshwar-group-roadpali-testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bhaveshwar-group-roadpali-testi-info h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.bhaveshwar-group-roadpali-testi-sub {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bhaveshwar-group-roadpali-testi-info span {
    font-size: 11px;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.bhaveshwar-group-roadpali-testi-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 2px;
}

.bhaveshwar-group-roadpali-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    transition: all 0.3s ease;
}

.bhaveshwar-group-roadpali-slider-btn:hover {
    background: #1d4ed8;
    color: #ffffff;
    border-color: #1d4ed8;
}

.bhaveshwar-group-roadpali-slider-prev {
    left: -4px;
}

.bhaveshwar-group-roadpali-slider-next {
    right: -4px;
}

.bhaveshwar-group-roadpali-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bhaveshwar-group-roadpali-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
}

.bhaveshwar-group-roadpali-faq-item[open] {
    border-color: #1d4ed8;
    box-shadow: 0 10px 25px rgba(29, 78, 216, 0.05);
}

.bhaveshwar-group-roadpali-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.bhaveshwar-group-roadpali-faq-item summary::-webkit-details-marker {
    display: none;
}

.bhaveshwar-group-roadpali-faq-item summary::after {
    content: '+';
    font-size: 22px;
    color: #1d4ed8;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f7ff;
    border-radius: 50%;
}

.bhaveshwar-group-roadpali-faq-item[open] summary::after {
    content: '−';
    background: #1d4ed8;
    color: #ffffff;
}

.bhaveshwar-group-roadpali-faq-item p {
    padding: 0 24px 24px;
}

.bhaveshwar-group-roadpali-cta-section {
    background: linear-gradient(90deg, #1d4ed8 0%, #1e40af 100%);
    color: #ffffff;
}

.bhaveshwar-group-roadpali-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.bhaveshwar-group-roadpali-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.bhaveshwar-group-roadpali-cta-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.bhaveshwar-group-roadpali-cta-actions {
    display: grid;
    gap: 12px;
}

.bhaveshwar-group-roadpali-profile-card {
    text-align: center;
}

.bhaveshwar-group-roadpali-profile-top {
    margin-bottom: 22px;
}

.bhaveshwar-group-roadpali-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #f3f4f6;
    margin: 0 auto 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bhaveshwar-group-roadpali-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bhaveshwar-group-roadpali-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 900;
}

.bhaveshwar-group-roadpali-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #1d4ed8;
    font-weight: 700;
}

.bhaveshwar-group-roadpali-form-card {
    box-shadow: 0 14px 28px rgba(29, 78, 216, 0.08);
    border: 1px solid #dbeafe;
}

.bhaveshwar-group-roadpali-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bhaveshwar-group-roadpali-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    font-weight: 800;
    margin-bottom: 8px;
}

.bhaveshwar-group-roadpali-form input,
.bhaveshwar-group-roadpali-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    outline: none;
}

.bhaveshwar-group-roadpali-form input:focus,
.bhaveshwar-group-roadpali-form select:focus {
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);
}

.bhaveshwar-group-roadpali-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.bhaveshwar-group-roadpali-form-btn {
    width: 100%;
    border: none;
    background: #1d4ed8;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.bhaveshwar-group-roadpali-form-btn:hover {
    background: #1e40af;
}

.bhaveshwar-group-roadpali-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.bhaveshwar-group-roadpali-lightbox.active {
    display: flex;
}

.bhaveshwar-group-roadpali-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.bhaveshwar-group-roadpali-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.bhaveshwar-group-roadpali-layout,
.bhaveshwar-group-roadpali-main,
.bhaveshwar-group-roadpali-sidebar,
.bhaveshwar-group-roadpali-card,
.bhaveshwar-group-roadpali-hero,
.bhaveshwar-group-roadpali-hero-grid,
.bhaveshwar-group-roadpali-gallery,
.bhaveshwar-group-roadpali-testimonial-grid {
    min-width: 0 !important;
    max-width: 100% !important;
}

@media (max-width: 1199px) {
    .bhaveshwar-group-roadpali-layout {
        grid-template-columns: 1fr;
    }

    .bhaveshwar-group-roadpali-sidebar {
        position: static;
    }

    .bhaveshwar-group-roadpali-highlight-grid,
    .bhaveshwar-group-roadpali-service-grid,
    .bhaveshwar-group-roadpali-client-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bhaveshwar-group-roadpali-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .bhaveshwar-group-roadpali-cta-grid,
    .bhaveshwar-group-roadpali-dark-grid {
        grid-template-columns: 1fr;
    }

    .bhaveshwar-group-roadpali-gallery {
        grid-template-columns: 1fr;
    }

    .bhaveshwar-group-roadpali-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .bhaveshwar-group-roadpali-hero-content h1 {
        font-size: 38px;
    }

    .bhaveshwar-group-roadpali-section-head h2,
    .bhaveshwar-group-roadpali-dark-inner h2,
    .bhaveshwar-group-roadpali-cta-grid h2 {
        font-size: 28px;
    }

    .bhaveshwar-group-roadpali-fact-row {
        flex-direction: column;
    }

    .bhaveshwar-group-roadpali-fact-row span,
    .bhaveshwar-group-roadpali-fact-row strong {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .bhaveshwar-group-roadpali-container {
        padding: 0 12px;
    }

    .bhaveshwar-group-roadpali-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .bhaveshwar-group-roadpali-topbar-links {
        width: 100%;
    }

    .bhaveshwar-group-roadpali-card,
    .bhaveshwar-group-roadpali-topbar {
        border-radius: 24px;
        padding: 20px;
    }

    .bhaveshwar-group-roadpali-hero-content h1 {
        font-size: 30px;
    }

    .bhaveshwar-group-roadpali-hero-content p {
        font-size: 16px;
    }

    .bhaveshwar-group-roadpali-stat-mini-grid,
    .bhaveshwar-group-roadpali-highlight-grid,
    .bhaveshwar-group-roadpali-service-grid,
    .bhaveshwar-group-roadpali-coverage-grid,
    .bhaveshwar-group-roadpali-client-grid,
    .bhaveshwar-group-roadpali-mini-grid,
    .bhaveshwar-group-roadpali-form-double {
        grid-template-columns: 1fr;
    }

    .bhaveshwar-group-roadpali-gallery-side {
        grid-template-columns: 1fr;
    }

    .bhaveshwar-group-roadpali-gallery-main img,
    .bhaveshwar-group-roadpali-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .bhaveshwar-group-roadpali-hero-actions {
        flex-direction: column !important;
        gap: 10px;
        width: 100%;
    }

    .bhaveshwar-group-roadpali-hero-actions .bhaveshwar-group-roadpali-btn,
    .bhaveshwar-group-roadpali-btn {
        width: 100% !important;
        min-width: 0 !important;
    }

    .bhaveshwar-group-roadpali-testimonial-slider-container {
        padding: 0 10px;
    }

    .bhaveshwar-group-roadpali-testimonial-card {
        width: 100%;
        min-width: 100%;
    }

    .bhaveshwar-group-roadpali-slider-btn {
        display: none;
    }
}

@media (max-width: 426px) {
    .bhaveshwar-group-roadpali-hero-content h1 {
        font-size: 28px;
    }

    .bhaveshwar-group-roadpali-topbar-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .bhaveshwar-group-roadpali-topbar-btn {
        grid-column: span 2;
    }
}

@media (max-width: 321px) {
    .bhaveshwar-group-roadpali-hero-content h1 {
        font-size: 24px;
    }

    .bhaveshwar-group-roadpali-card {
        padding: 15px;
    }

    .bhaveshwar-group-roadpali-container {
        padding: 0 10px;
    }
}/* End custom CSS */