/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/




html {
    overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	background: #104f6e;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}
section.siteheader.elementor-sticky--effects {
    background: white !important;
}

.titleborder .elementor-counter {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
	text-align:center;
}

.titleborder .elementor-counter-number-wrapper {
    border-bottom: 1px solid #8da0be;
    padding-bottom: 10px;
}

.pa-card {
    aspect-ratio: 1 / 1;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 10%;
    position: relative;
}
a.pa-card {
    text-decoration: none !important;
}
.pa-icon-wrapper {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	position: relative;
}
.pa-icon-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0; left: 0;
	transition: opacity 0.4s ease;
}
.pa-icon-back { opacity: 0; }
.pa-icon-front { opacity: 1; }



.pa-card:hover {
	background: #357ff8;
	/* transform: translateY(-8px); */
	box-shadow: 0 15px 40px rgba(58,134,255,0.3);
}
.pa-card:hover .pa-icon-front { opacity: 0; }
.pa-card:hover .pa-icon-back { opacity: 1; }
.pa-card:hover .pa-title { color: #ffffff; }
.pa-card:hover .pa-arrow {
	background: rgba(255,255,255,0.2);
	color: #ffffff;
}

.pa-btn-wrap { text-align: center; margin-top: 40px; }
.pa-view-all {
	background: #4182f9;
	color: #fff;
	padding: 14px 35px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	transition: 0.3s;
}
.pa-view-all:hover {
	background: #3a86ff;
	transform: translateY(-2px);
}


.pa-grid {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 30px;
}
h3.pa-title {
	font-size: 30px;
	font-weight: 700;
	color: #0e1d31;
	margin: 0 0 15px 0;
	transition: color 0.3s ease;
	text-align: left;
}
.pa-arrow {
	width: 35px;
	height: 35px;
	background: #ebf6fc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #007bff;
	transition: all 0.3s ease;
}
/* Hidden items */
.pa-item-hidden {
    display: none !important;
}

/* View All Button */
.pa-view-all {
    background: #4182f9;
    color: #fff;
    padding: 14px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.pa-view-all:hover {
    background: #3a86ff;
    transform: translateY(-2px);
}

.pa-btn-wrap {
    text-align: center;
    margin-top: 40px;
}



.countheading .elementor-heading-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.countheading .elementor-heading-title span {
    background: #3c86ff;
    color: white;
    border-radius: 50%;
    padding: 5px;
}






/* After वाले को शुरू में हाइट और ओपेसिटी जीरो कर दो */
.hoverimgbox .showafter {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
}

/* Before वाला शुरू में दिखेगा */
.hoverimgbox .showbefore {
    opacity: 1;
    max-height: 1000px; /* एक बड़ी वैल्यू */
    transition: opacity 0.5s ease-in-out;
}

/* --- HOVER LOGIC --- */

/* होवर पर Before को गायब करो और हाइट हटाओ */
.hoverimgbox:hover .showbefore {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* होवर पर After को दिखाओ और हाइट बढ़ाओ */
.hoverimgbox:hover .showafter {
    opacity: 1;
    max-height: 1000px;
}


.states-grid {
	display: grid;
	gap: 10px 20px;
	padding: 20px;
	width: 100%;
}
.state-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    text-decoration: none !important;
}
.state-item:hover {
	color: #007bff; /* होवर पर ब्लू कलर */
}
.state-icon {
	color: #004a99; /* आइकॉन का कलर */
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.state-name {
	font-weight: 500;
}

.homepost .elementor-post__thumbnail__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3c84fa;
    border-radius: 20px;
    /* z-index: 1; */
    transition: transform 0.4s ease-in-out;
    opacity: 0;
}
.homepost .elementor-posts--skin-classic .elementor-post {
    overflow: unset;
}
.homepost .elementor-post:hover .elementor-post__thumbnail__link::before {
    opacity: 1;
    transform: translate(-10px, -10px); /* यहाँ से वो पीछे वाला शेप बाहर निकलेगा */
}
.homepost .elementor-post__thumbnail img {
    height: 250px;
    object-fit: cover;
}
.gridmenu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}





/* ========== SEARCH FORM ========== */
.lawyer-search-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0px;
}

.ls-form-container {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    /* overflow: hidden; */
    padding: 7px;
}

.ls-input-group {
    display: flex;
    align-items: center;
}

.ls-field {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #fff;
}

.ls-field-name {
    border-right: 1px solid #e0e0e0;
}

.ls-icon {
    color: #999;
    margin-right: 10px;
    display: flex;
}

.ls-field input[type="text"] {
    border: none;
    outline: none;
    padding: 18px 0;
    font-size: 16px;
    width: 100%;
    color: #333;
}

.ls-field input::placeholder {
    color: #999;
}

/* ========== DROPDOWN SUGGESTIONS (UL LI) ========== */
.ls-suggestions-list {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 5px !important;
}

.ls-item,
.ls-location-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 1px solid #f5f5f5;
}

.ls-item:last-child,
.ls-location-item:last-child {
    border-bottom: none;
}

.ls-item:hover,
.ls-location-item:hover {
    background: #f8f9fa;
}

/* Practice Area Item */
.ls-practice-area {
    background: #e3f2fd;
}

.ls-practice-area:hover {
    background: #bbdefb;
}

.ls-term-name {
    font-weight: 600;
    color: #1976d2;
}

/* Lawyer Item - 2 Column Grid */
.ls-lawyer-grid {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 15px;
    align-items: center;
}

.ls-lawyer-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.ls-lawyer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ls-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #999;
    text-align: center;
}

.ls-lawyer-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #1a1a1a;
}

.ls-lawyer-info .ls-address {
    margin: 0;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}

.ls-lawyer-info .ls-address:before {
    content: "📍";
    margin-right: 5px;
}

/* Loading & No Results */
.ls-loading,
.ls-no-results {
    padding: 15px 20px;
    text-align: center;
    color: #999;
    font-style: italic;
}

/* Search Button */
.ls-search-btn {
    background: #3C86FF;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    white-space: nowrap;
}

.ls-search-btn:hover {
    background: #1C417B;
}


.lc-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lc-star {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.lc-rating-num {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-left: 4px;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .ls-input-group {
        flex-direction: column;
    }
    
    .ls-field {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .ls-search-btn {
        width: 100%;
        border-radius: 0 0 50px 50px;
        justify-content: center;
    }
    
    .ls-suggestions-list {
        max-height: 300px;
    }
}















/* ========== FILTERS SECTION ========== */
.lawyer-listing-wrapper {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
}
.ll-filters {
    margin-bottom: 40px;
}


.ll-filter-row {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: end;
}

.ll-select, .ll-input {
    width: 100%;
    padding: 0px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
    height: 44px;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
}

.ll-select:focus,
.ll-input:focus {
    border-color: #4285f4;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
}

/* Also Including Section */
.ll-search-info {
    background: #e3f2fd;
    border-left: 4px solid #4285f4;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.ll-search-info strong {
    font-size: 16px;
    color: #1976d2;
    display: block;
    margin-bottom: 10px;
}

.ll-search-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ll-tag {
    background: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.ll-tag svg {
    color: #4285f4;
    flex-shrink: 0;
}


/* ========== LAWYER CARDS ========== */
.ll-results {
    display: grid;
    gap: 25px;
}
.lawyer-card {
    background: #f6f9fe;
    border-radius: 15px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: 0.3s;
}
.lawyer-card:hover {
    box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.lc-content {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 30px;
    padding: 30px 50px;
}

/* Left Content */
.lc-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-right: 1px solid lightgray;
}

.lc-name {
    margin: 0;
    font-size: 24px;
}

.lc-name a {
    color: #1a1a1a;
    text-decoration: none;
    transition: 0.2s;
}

.lc-name a:hover {
    color: #4285f4;
}

.lc-rating {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lc-rating-num {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.lc-meta {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.lc-meta strong {
    color: #333;
}

.lc-location {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lc-location svg {
    flex-shrink: 0;
    color: #4285f4;
}

.lc-practice-areas {
    font-size: 14px;
    color: #555;
}

.lc-practice-areas strong {
    color: #333;
}

.lc-consultation {
    color: #28a745;
    font-weight: 600;
}

/* Action Buttons */
.lc-actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.lc-btn-call {
    background: #3C86FF !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    white-space: nowrap;
	box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1) !important;
}

.lc-btn-call:hover {
    background: #1C417B !important;
}

.lc-btn-website {
    background-color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    white-space: nowrap;
    color: #1c417b;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1) !important;
}

.lc-btn-website:hover {
    background: #1C417B;
	color: #fff !important;
}

/* Right Side - Image */
.lc-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-image {
    width: 90%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1 / 1;
}

.lc-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), #2f2d2d3d);
    padding: 10%;
    text-align: center;
}

.lc-name-overlay {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.lc-no-image {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc-placeholder svg {
    color: #ccc;
}

/* Load More */
.ll-load-more-wrap {
    text-align: center;
    margin-top: 40px;
}

.ll-load-more-btn {
    background: #3C86FF !important;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    white-space: nowrap;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1) !important;
    margin: auto;
}

.ll-load-more-btn:hover {
    background: #1C417B !important;
}

/* Loading Spinner */
.ll-loader {
    text-align: center;
    padding: 40px;
}

.ll-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #4285f4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ll-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 28px;
}

.ll-disabled {
    background: #f5f5f5 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}












/* ==========================================
   COMMON STYLES - Messages & Buttons
   ========================================== */

/* Messages */
.ll-error, .lea-field-note.lea-error {
    color: #dc3545;
}

.ll-success, .lea-field-note.lea-success {
    color: #28a745;
}

.ll-success, 
.lp-messages .ll-success,
.lea-messages .ll-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ll-error,
.lp-messages .ll-error,
.lea-messages .ll-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ll-error-box {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
}

.ll-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #3C86FF;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 10px;
    font-weight: 600;
}

/* Common Submit Buttons */
button#login-submit-btn, 
button#profile-submit-btn, 
button#account-submit-btn, 
button#register-submit-btn,
.lp-submit-btn,
.lea-submit-btn {
    background: #3C86FF;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.3s;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

button#login-submit-btn:hover,
button#profile-submit-btn:hover,
button#account-submit-btn:hover,
button#register-submit-btn:hover,
.lp-submit-btn:hover,
.lea-submit-btn:hover {
    background: #2a6dd9;
}

button#login-submit-btn:disabled,
button#profile-submit-btn:disabled,
button#account-submit-btn:disabled,
button#register-submit-btn:disabled,
.lp-submit-btn:disabled,
.lea-submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.lp-btn-loader,
.lea-btn-loader {
    display: inline-block;
}

/* ==========================================
   COMMON FORM STYLES
   ========================================== */

/* Form Wrappers */
.lp-profile-wrapper,
.lea-account-wrapper {
    max-width: 100%;
    padding: 0px 20px;
}

/* Form Containers */
.ll-form-container,
.lp-form-container,
.lea-form-container {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Form Titles */
.ll-form-title,
.lp-form-title,
.lea-form-title {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 28px;
    color: #1a1a1a;
}

/* Form Groups */
.ll-form-group,
.lp-form-group,
.lea-form-group {
    margin-bottom: 20px;
}

.ll-form-group label,
.lp-form-group label,
.lea-form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

/* Input Fields */
form#lawyer-login-form input,
form#lawyer-register-form input,
.ll-input,
.lp-input,
.lp-select,
.lp-textarea,
.lea-input,
.lea-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.3s;
    background-color: #ffffff;
}

/* Login & Register specific rounded inputs */
form#lawyer-login-form input,
form#lawyer-register-form input {
    border-radius: 50px;
    border-width: 0;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

/* Input Focus States */
form#lawyer-login-form input:focus,
form#lawyer-register-form input:focus {
    box-shadow: inset 0 0 0 2px rgba(60, 134, 255, 0.5);
    outline: 0;
}

.ll-input:focus,
.lp-input:focus,
.lp-select:focus,
.lp-textarea:focus,
.lea-input:focus,
.lea-select:focus {
    border-color: #3C86FF;
    outline: none;
    box-shadow: 0 0 0 3px rgba(60, 134, 255, 0.1);
}

/* Textarea */
.lp-textarea {
    resize: vertical;
}

/* Field Notes */
.lp-field-note,
.lea-field-note {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}

/* ==========================================
   FIELDSETS
   ========================================== */

.lp-fieldset,
.lea-fieldset {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
}

.lp-fieldset legend,
.lea-fieldset legend {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 0 10px;
}

/* ==========================================
   GRID LAYOUTS (2 Columns)
   ========================================== */

.lp-grid-2,
.lea-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Tablet & Mobile - 1 Column */
@media (max-width: 768px) {
    .lp-grid-2, .lea-grid-2 {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

/* ==========================================
   STATUS BARS
   ========================================== */

.lp-status-bar {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-status-bar p {
    margin: 0;
}

.lp-status-waiting_for_review {
    background: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
}

.lp-status-approved {
    background: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
}

.lp-status-pending_review {
    background: #d1ecf1;
    border: 1px solid #17a2b8;
    color: #0c5460;
}

.lp-view-profile-btn {
    padding: 8px 20px;
    background: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
}

.lp-edit-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.lp-edit-warning p {
    margin: 0;
    color: #856404;
}

/* ==========================================
   IMAGE UPLOAD
   ========================================== */

.lp-image-upload-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.lp-image-preview {
    width: 150px;
    height: 150px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lp-image-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.lp-no-image {
    color: #999;
    font-size: 14px;
    text-align: center;
}

.lp-upload-btn,
.lp-remove-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.lp-upload-btn {
    background: #3C86FF;
    color: #fff;
}

.lp-upload-btn:hover {
    background: #2a6dd9;
}

.lp-remove-btn {
    background: #dc3545;
    color: #fff;
}

.lp-remove-btn:hover {
    background: #c82333;
}

/* ==========================================
   CHECKBOXES
   ========================================== */

.lp-checkbox-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}
label.lp-checkbox-label {
    margin: 0;
}

@media (max-width: 768px) {
    .lp-checkbox-group {
        grid-template-columns: 1fr;
    }
}

.lp-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
}

.lp-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* ==========================================
   FORM FOOTER (Login/Register Links)
   ========================================== */

.ll-form-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.ll-form-footer p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.ll-form-footer a {
    color: #3C86FF;
    text-decoration: none;
    font-weight: 600;
}

.ll-form-footer a:hover {
    text-decoration: underline;
}

/* ==========================================
   RESPONSIVE ADJUSTMENTS
   ========================================== */

@media (max-width: 768px) {
    .ll-form-container,
    .lp-form-container,
    .lea-form-container {
        padding: 25px 20px;
    }
    
    .ll-form-title,
    .lp-form-title,
    .lea-form-title {
        font-size: 24px;
    }
    
    .lp-fieldset,
    .lea-fieldset {
        padding: 20px 15px;
    }
    
    .lp-image-upload-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}




@media (max-width:480px){
	.lp-checkbox-group {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0px;
	}
	.ls-input-group {
        flex-direction: column;
        gap: 10px;
    }
	.ls-form-container {
		box-shadow: unset;
	}
	.lawyer-search-wrapper {
		padding: 10px;
		background: white;
		border-radius: 50px;
	}
	.ls-search-btn {
        width: 100%;
        border-radius: 50px;
        justify-content: center;
    }
	.ls-field {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 50px;
    }
	.mobilegrid2 ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
        text-align: center;
    }
	.mobilegrid3 ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 10px;
        text-align: center;
    }
	.hoverimgbox .showbefore .elementor-image-box-wrapper, 
	.hoverimgbox .showafter .elementor-image-box-wrapper {
		display: flex;
		gap: 15px;
	}
	.pa-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
	.pa-arrow {
		width: 35px;
		height: 35px;
	}
	.pa-icon-wrapper {
        width: 50PX;
        height: 50PX;
        margin-bottom: 10px;
    }
	h3.pa-title {
		font-size: 22px;
		margin: 0 0 15px 0;
	}
	.pa-card {
		aspect-ratio: auto;
	}
	.states-grid {
        gap: 7px 7px;
        padding: 10px 0;
    }
	.homepost .elementor-post__thumbnail img {
		height: 250px;
	}
	
	
	
	
	
	.ll-filters {
		margin-bottom: 30px;
	}


	.ll-filter-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: end;
    }

	.ll-select, .ll-input {
		padding: 0px 20px;
		border-radius: 50px;
		font-size: 15px;
		height: 44px;
	}


	/* Also Including Section */
	.ll-search-info {
		padding: 15px 20px;
		margin-bottom: 25px;
		border-radius: 8px;
	}

	.ll-search-info strong {
		font-size: 16px;
		color: #1976d2;
		margin-bottom: 10px;
	}

	.ll-search-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.ll-tag {
		padding: 8px 15px;
		border-radius: 20px;
		font-size: 14px;
	}



	/* ========== LAWYER CARDS ========== */
	.ll-results {
		display: grid;
		gap: 25px;
	}

	.lc-content {
        gap: 30px;
        padding: 30px 50px;
        display: flex;
        justify-items: center;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        text-align: center;
    }

	/* Left Content */
	.lc-left {
        gap: 12px;
        border: none;
        border-top: 1px solid lightgray;
        padding-top: 10px;
    }

	.lc-name {
		font-size: 24px;
	}

	.lc-rating {
		font-size: 16px;
		display: flex;
		align-items: center;
		gap: 5px;
		justify-content: center;
	}

	.lc-rating-num {
		font-size: 14px;
	}

	.lc-meta {
		font-size: 14px;
		line-height: 1.6;
	}

	.lc-location {
		gap: 5px;
		justify-content: center;
	}

	.lc-practice-areas {
		font-size: 14px;
	}
	/* Action Buttons */
	.lc-actions {
		gap: 12px;
		margin-top: 10px;
	}

	.lc-btn-call {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	.lc-btn-website {
		padding: 10px 20px;
		border-radius: 50px;
	}

	.lc-btn-website:hover {
		background: #1C417B;
		color: #fff !important;
	}

	/* Right Side - Image */

	.lc-image {
		width: 90%;
	}

	.lc-image-overlay {
		padding: 10%;
	}

	.lc-name-overlay {
		font-size: 14px;
	}

	/* Load More */
	.ll-load-more-wrap {
		margin-top: 40px;
	}

	.ll-load-more-btn {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	/* Loading Spinner */
	.ll-loader {
		padding: 40px;
	}

	.ll-spinner {
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}

	.ll-no-results {
		padding: 60px 20px;
		font-size: 28px;
	}
	
}

@media (max-width:767px) and (min-width:481px) {
	.lp-checkbox-group {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0px;
	}
	.ls-input-group {
        flex-direction: column;
        gap: 10px;
    }
	.ls-form-container {
		box-shadow: unset;
	}
	.lawyer-search-wrapper {
		padding: 10px;
		background: white;
		border-radius: 50px;
	}
	.ls-search-btn {
        width: 100%;
        border-radius: 50px;
        justify-content: center;
    }
	.ls-field {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 50px;
    }
	.pa-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
	.pa-arrow {
		width: 35px;
		height: 35px;
	}
	.pa-icon-wrapper {
        width: 80PX;
        height: 80PX;
        margin-bottom: 10px;
    }
	h3.pa-title {
		font-size: 26px;
		margin: 0 0 15px 0;
	}
	.pa-card {
		aspect-ratio: auto;
	}
	.states-grid {
		gap: 7px 7px;
		padding: 20px;
	}
	.state-icon {
		margin-right: 10px;
	}
	.homepost .elementor-post__thumbnail img {
		height: 250px;
	}	
	
	
	
	.ll-filters {
		margin-bottom: 40px;
	}


	.ll-filter-row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		align-items: end;
	}

	.ll-select, .ll-input {
		padding: 0px 20px;
		border-radius: 50px;
		font-size: 15px;
		height: 44px;
	}


	/* Also Including Section */
	.ll-search-info {
		padding: 15px 20px;
		margin-bottom: 25px;
		border-radius: 8px;
	}

	.ll-search-info strong {
		font-size: 16px;
		color: #1976d2;
		margin-bottom: 10px;
	}

	.ll-search-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.ll-tag {
		padding: 8px 15px;
		border-radius: 20px;
		font-size: 14px;
	}



	/* ========== LAWYER CARDS ========== */
	.ll-results {
		display: grid;
		gap: 25px;
	}

	.lc-content {
		grid-template-columns: 1fr 30%;
		gap: 30px;
		padding: 30px 50px;
	}

	/* Left Content */
	.lc-left {
		gap: 12px;
	}

	.lc-name {
		font-size: 24px;
	}

	.lc-rating {
		font-size: 18px;
		gap: 8px;
	}

	.lc-rating-num {
		font-size: 14px;
	}

	.lc-meta {
		font-size: 14px;
		line-height: 1.6;
	}

	.lc-location {
		gap: 5px;
	}

	.lc-practice-areas {
		font-size: 14px;
	}
	/* Action Buttons */
	.lc-actions {
		gap: 12px;
		margin-top: 10px;
	}

	.lc-btn-call {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	.lc-btn-website {
		padding: 10px 20px;
		border-radius: 50px;
	}

	.lc-btn-website:hover {
		background: #1C417B;
		color: #fff !important;
	}

	/* Right Side - Image */

	.lc-image {
		width: 90%;
	}

	.lc-image-overlay {
		padding: 10%;
	}

	.lc-name-overlay {
		font-size: 18px;
	}

	/* Load More */
	.ll-load-more-wrap {
		margin-top: 40px;
	}

	.ll-load-more-btn {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	/* Loading Spinner */
	.ll-loader {
		padding: 40px;
	}

	.ll-spinner {
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}

	.ll-no-results {
		padding: 60px 20px;
		font-size: 28px;
	}
	
}

@media (max-width:1024px) and (min-width:768px) {
	.lp-checkbox-group {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0px;
	}
	.ls-input-group {
        flex-direction: row;
        gap: 5px;
    }
	.ls-form-container {
		box-shadow: unset;
	}
	.lawyer-search-wrapper {
        padding: 2px;
        background: white;
        border-radius: 50px;
    }
	.ls-search-btn {
        width: unset;
        border-radius: 50px;
        font-size: 14px;
        padding: 10px 15px;
        justify-content: center;
    }
	.ls-field {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #e0e0e0;
        border-radius: 50px;
    }
	.pa-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
	.pa-arrow {
		width: 35px;
		height: 35px;
	}
	.pa-icon-wrapper {
        width: 80PX;
        height: 80PX;
        margin-bottom: 10px;
    }
	h3.pa-title {
		font-size: 28px;
		margin: 0 0 15px 0;
	}
	.pa-card {
		aspect-ratio: auto;
	}
	.states-grid {
		gap: 7px 7px;
		padding: 20px;
	}
	.state-icon {
		margin-right: 10px;
	}
	.homepost .elementor-post__thumbnail img {
		height: 200px;
	}	
	
	
	
	
	
	.ll-filters {
		margin-bottom: 30px;
	}


	.ll-filter-row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
		align-items: end;
	}

	.ll-select, .ll-input {
		padding: 0px 20px;
		border-radius: 50px;
		font-size: 15px;
		height: 44px;
	}


	/* Also Including Section */
	.ll-search-info {
		padding: 15px 20px;
		margin-bottom: 25px;
		border-radius: 8px;
	}

	.ll-search-info strong {
		font-size: 16px;
		color: #1976d2;
		margin-bottom: 10px;
	}

	.ll-search-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.ll-tag {
		padding: 8px 15px;
		border-radius: 20px;
		font-size: 14px;
	}



	/* ========== LAWYER CARDS ========== */
	.ll-results {
		display: grid;
		gap: 25px;
	}

	.lc-content {
		grid-template-columns: 1fr 40%;
		gap: 10px;
		padding: 15px 30px;
	}

	/* Left Content */
	.lc-left {
		gap: 12px;
	}

	.lc-name {
		font-size: 24px;
	}

	.lc-rating {
		font-size: 18px;
		gap: 8px;
	}

	.lc-rating-num {
		font-size: 14px;
	}

	.lc-meta {
		font-size: 14px;
		line-height: 1.6;
	}

	.lc-location {
		gap: 5px;
	}

	.lc-practice-areas {
		font-size: 14px;
	}
	/* Action Buttons */
	.lc-actions {
		gap: 12px;
		margin-top: 10px;
	}

	.lc-btn-call {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	.lc-btn-website {
		padding: 10px 20px;
		border-radius: 50px;
	}

	.lc-btn-website:hover {
		background: #1C417B;
		color: #fff !important;
	}

	/* Right Side - Image */

	.lc-image {
		width: 90%;
	}

	.lc-image-overlay {
		padding: 10% 20%;
	}

	.lc-name-overlay {
        font-size: 18px;
        line-height: 22px;
    }

	/* Load More */
	.ll-load-more-wrap {
		margin-top: 40px;
	}

	.ll-load-more-btn {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	/* Loading Spinner */
	.ll-loader {
		padding: 40px;
	}

	.ll-spinner {
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}

	.ll-no-results {
		padding: 60px 20px;
		font-size: 28px;
	}
	
}

@media (max-width:1280px) and (min-width:1024px) {
	.pa-grid { 
        grid-template-columns: repeat(3, 1fr);
	}
	.pa-arrow {
		width: 35px;
		height: 35px;
	}	
	.pa-icon-wrapper {
		width: 100px;
		height: 100px;
		margin-bottom: 20px;
	}
	.homepost .elementor-post__thumbnail img {
		height: 220px;
	}

	
	.ll-filters {
		margin-bottom: 40px;
	}


	.ll-filter-row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		align-items: end;
	}

	.ll-select, .ll-input {
		padding: 0px 20px;
		border-radius: 50px;
		font-size: 15px;
		height: 44px;
	}


	/* Also Including Section */
	.ll-search-info {
		padding: 15px 20px;
		margin-bottom: 25px;
		border-radius: 8px;
	}

	.ll-search-info strong {
		font-size: 16px;
		color: #1976d2;
		margin-bottom: 10px;
	}

	.ll-search-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.ll-tag {
		padding: 8px 15px;
		border-radius: 20px;
		font-size: 14px;
	}



	/* ========== LAWYER CARDS ========== */
	.ll-results {
		display: grid;
		gap: 25px;
	}

	.lc-content {
		grid-template-columns: 1fr 30%;
		gap: 30px;
		padding: 30px 50px;
	}

	/* Left Content */
	.lc-left {
		gap: 12px;
	}

	.lc-name {
		font-size: 24px;
	}

	.lc-rating {
		font-size: 18px;
		gap: 8px;
	}

	.lc-rating-num {
		font-size: 14px;
	}

	.lc-meta {
		font-size: 14px;
		line-height: 1.6;
	}

	.lc-location {
		gap: 5px;
	}

	.lc-practice-areas {
		font-size: 14px;
	}
	/* Action Buttons */
	.lc-actions {
		gap: 12px;
		margin-top: 10px;
	}

	.lc-btn-call {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	.lc-btn-website {
		padding: 10px 20px;
		border-radius: 50px;
	}

	.lc-btn-website:hover {
		background: #1C417B;
		color: #fff !important;
	}

	/* Right Side - Image */

	.lc-image {
		width: 90%;
	}

	.lc-image-overlay {
		padding: 10%;
	}

	.lc-name-overlay {
		font-size: 18px;
	}

	/* Load More */
	.ll-load-more-wrap {
		margin-top: 40px;
	}

	.ll-load-more-btn {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	/* Loading Spinner */
	.ll-loader {
		padding: 40px;
	}

	.ll-spinner {
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}

	.ll-no-results {
		padding: 60px 20px;
		font-size: 28px;
	}
	
}

@media (min-width:1280px) and (max-width:1400px) {
	.pa-grid { 
        grid-template-columns: repeat(3, 1fr);
	}
	.pa-arrow {
		width: 35px;
		height: 35px;
	}
	.pa-icon-wrapper {
		width: 100px;
		height: 100px;
		margin-bottom: 20px;
	}
	.homepost .elementor-post__thumbnail img {
		height: 250px;
	}	
	
	.ll-filters {
		margin-bottom: 40px;
	}


	.ll-filter-row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		align-items: end;
	}

	.ll-select, .ll-input {
		padding: 0px 20px;
		border-radius: 50px;
		font-size: 15px;
		height: 44px;
	}


	/* Also Including Section */
	.ll-search-info {
		padding: 15px 20px;
		margin-bottom: 25px;
		border-radius: 8px;
	}

	.ll-search-info strong {
		font-size: 16px;
		color: #1976d2;
		margin-bottom: 10px;
	}

	.ll-search-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.ll-tag {
		padding: 8px 15px;
		border-radius: 20px;
		font-size: 14px;
	}



	/* ========== LAWYER CARDS ========== */
	.ll-results {
		display: grid;
		gap: 25px;
	}

	.lc-content {
		grid-template-columns: 1fr 30%;
		gap: 30px;
		padding: 30px 50px;
	}

	/* Left Content */
	.lc-left {
		gap: 12px;
	}

	.lc-name {
		font-size: 24px;
	}

	.lc-rating {
		font-size: 18px;
		gap: 8px;
	}

	.lc-rating-num {
		font-size: 14px;
	}

	.lc-meta {
		font-size: 14px;
		line-height: 1.6;
	}

	.lc-location {
		gap: 5px;
	}

	.lc-practice-areas {
		font-size: 14px;
	}
	/* Action Buttons */
	.lc-actions {
		gap: 12px;
		margin-top: 10px;
	}

	.lc-btn-call {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	.lc-btn-website {
		padding: 10px 20px;
		border-radius: 50px;
	}

	.lc-btn-website:hover {
		background: #1C417B;
		color: #fff !important;
	}

	/* Right Side - Image */

	.lc-image {
		width: 90%;
	}

	.lc-image-overlay {
		padding: 10%;
	}

	.lc-name-overlay {
		font-size: 18px;
	}

	/* Load More */
	.ll-load-more-wrap {
		margin-top: 40px;
	}

	.ll-load-more-btn {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 50px;
	}

	/* Loading Spinner */
	.ll-loader {
		padding: 40px;
	}

	.ll-spinner {
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}

	.ll-no-results {
		padding: 60px 20px;
		font-size: 28px;
	}

}
