body {
		font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
		font-family: 'Lora', sans-serif;
}

.custom-box-shadow-1 {
		box-shadow: 0px 0px 31px -5px rgba(0, 0, 0, 0.14) !important;
}

.custom-box-shadow-2 {
		box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07) !important;
}

.custom-container-position-1 {
		position: relative;
		transform: translate3d(-50%, 0, 0);
		left: 50%;
}

.custom-container-style-1 {
		min-width: 85vw;
}

@media (min-width: 576px) {
		.custom-container-style-1 {
				min-width: 540px;
		}
}

@media (min-width: 768px) {
		.custom-container-style-1 {
				min-width: 720px;
		}
}

@media (min-width: 992px) {
		.custom-container-style-1 {
				min-width: 960px;
		}
}

@media (min-width: 1200px) {
		.custom-container-style-1 {
				min-width: 1140px;
		}
}

@media (min-width: 1440px) {
		.custom-container-style-1 {
				min-width: 1440px;
		}
}

.custom-font-secondary {
		font-family: 'Lora', sans-serif !important;
}

.custom-font-size-1 {
		font-size: 112px;
		font-size: 7rem;
		line-height: 0.4;
}

.fluid-col-lg-5 .fluid-col {
		left: 50%;
		width: 100vw;
		transform: translate3d(-50%, 0, 0);
}

@media (min-width: 992px) {
		.fluid-col-lg-5 {
				min-height: 0;
		}
		.fluid-col-lg-5 .fluid-col {
				width: calc(44.2vw - 15px);
				left: 15px;
				transform: none;
		}
}

@media (max-width: 991px) {
		.fluid-col-lg-5 {
				min-height: 400px !important;
		}
}

.custom-read-more-link svg {
		transition: ease transform 300ms;
}

.custom-read-more-link:hover svg {
		transform: translate3d(7px, 0, 0);
}

.custom-shape-1 {
		position: absolute;
		top: 25px;
		left: -30px;
		bottom: 25px;
		right: 30px;
		z-index: 0;
}

.custom-stroke-width-1 svg path {
		stroke-width: 1.5 !important;
}

/*
* Header
*/
@media (min-width: 992px) {
		#header .header-top {
				border-bottom-width: 1px;
		}
		#header .header-nav-main nav > ul > li > a {
				font-size: 14px;
				font-weight: 600;
				padding: 0 1.2rem !important;
		}
}

/*
* Cards
*/
.custom-card-style-1 .custom-read-more svg,
.custom-card-style-2 .custom-read-more svg {
		transition: ease transform 300ms;
}

.custom-card-style-1:hover .custom-read-more svg,
.custom-card-style-2:hover .custom-read-more svg {
		transform: translate3d(7px, 0, 0);
}

.custom-card-style-1 {
		transition: ease transform 300ms;
}

.custom-card-style-1 .card-title {
		transition: ease color 300ms;
}

.custom-card-style-1:hover {
		transform: scale(1.03);
}

.custom-card-style-2 .card-img-top {
		padding-left: 35px;
}

.custom-card-style-2 .card-body {
		position: relative;
		background: var(--light);
		margin-top: -70px;
		max-width: 83%;
}

/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
		margin-top: 0 !important;
}

.custom-dots-style-1 .owl-dots .owl-dot span {
		background: transparent;
		border: 1px solid var(--grey-500);
		width: 12px;
		height: 12px;
}

.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span {
		background: var(--grey-500);
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot span {
		border-color: var(--dark);
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-dark .owl-dots .owl-dot.active span {
		background: var(--dark) !important;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot span {
		border-color: var(--light);
		background: transparent;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-light .owl-dots .owl-dot.active span {
		background: #FFF !important;
}

.custom-carousel-style-1 {
		position: relative;
		overflow: hidden;
}

.custom-carousel-style-1:before, .custom-carousel-style-1:after {
		content: '';
		position: absolute;
		top: 0;
		width: 0;
		height: 30%;
		box-shadow: -10px 0px 30px 50px white;
		z-index: 1;
}

.custom-carousel-style-1:before {
		left: 0;
}

.custom-carousel-style-1:after {
		right: 0;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 120px;
		height: 120px;
		border: 3px solid var(--grey-500);
		border-radius: 100%;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before, .custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
		content: '';
		position: absolute;
		top: 50%;
		width: 85%;
		border-bottom: 2px solid var(--grey-500);
		transform: translate3d(0, -50%, 0);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before {
		left: calc( 100% + 25px);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
		right: calc( 100% + 25px);
}

.custom-carousel-style-2 .owl-item:not(.active) {
		opacity: 0;
		transition: ease opacity 300ms;
}

.custom-carousel-style-2 .owl-item.active .custom-card-style-2 .card-body {
		box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07);
}

.custom-carousel-style-2.owl-grab .owl-item:not(.active) {
		opacity: 1;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
		border: 0 !important;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		font-family: 'Poppins', sans-serif;
		padding: 23px 30px;
		background-color: var(--light);
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header + .collapse.show,
.custom-accordion-style-1 > .card .card-header + .collapsing {
		border-top: 0;
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 17px;
}

.custom-accordion-style-1.custom-accordion-style-1-grey > .card .card-header a {
		background-color: #f4f4f4;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
		height: calc(1.8em + 1.75rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
		background: var(--grey-100);
		border-color: var(--grey-100);
		line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
		border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 select {
		color: #495057;
}

.custom-form-style-1 select option {
		color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
		color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}

/*
* Social Icons
*/
.custom-social-icons-style-1 li a {
		font-size: 22.4px;
		font-size: 1.4rem;
		width: auto;
		height: auto;
		line-height: 1.3;
}

.custom-social-icons-style-1 li:hover.social-icons-instagram a {
		background: none !important;
}

.custom-social-icons-style-1 li:hover.social-icons-facebook a {
		background: none !important;
}

.custom-social-icons-style-1 li:hover.social-icons-x a {
		background: none !important;
}

/*
* List
*/
.custom-list-style-1 > li {
		margin-bottom: 17px;
}

.custom-list-style-1 > li > a {
		font-size: 1.1em;
		transition: ease padding 300ms;
}

.custom-list-style-1 > li.active > a, .custom-list-style-1 > li:hover > a {
		position: relative;
		padding-left: 15px;
}

.custom-list-style-1 > li.active > a:before, .custom-list-style-1 > li:hover > a:before {
		content: '\f054';
		position: absolute;
		left: 0;
		top: 50%;
		font-family: 'Font Awesome 7 Free';
		font-weight: 900;
		font-size: 0.7em;
		transform: translate3d(0, -50%, 0);
}

.custom-list-style-1 > li:last-child {
		margin-bottom: 0;
}

/*
* Process
*/
@media (min-width: 768px) {
		.custom-process-style-1.process-vertical .process-step:after {
				width: 3px;
				height: calc(100% - 110px);
				top: 97px;
				left: 41px;
		}
		.custom-process-style-1.process-vertical .process-step-circle {
				flex: 0 0 auto;
				width: 85px;
				height: 85px;
		}
		.custom-process-style-1.process-vertical .process-step-circle-content {
				font-size: 1.3em;
		}
}

@media (max-width: 767px) {
		.custom-process-style-1.process-vertical .process-step:after {
				top: 80px;
		}
}

@media (max-width: 575px) {
		.custom-process-style-1.process-vertical .process-step:after {
				top: 93px;
		}
}

/*
* Custom See More Overlay
*/
.custom-seemore-overlay {
		position: relative;
		overflow: hidden;
}

.custom-seemore-overlay .custom-seemore-overlay-button {
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		padding: 35px 0 5px;
		width: 100%;
		opacity: 1;
		transition: ease opacity 300ms;
		z-index: 1;
}

.custom-seemore-overlay .custom-seemore-overlay-button:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #020024;
		background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #ad9263 100%);
		transition: ease background 300ms;
		z-index: 1;
}

.custom-seemore-overlay.active .custom-seemore-overlay-button {
		opacity: 0;
}

/*
* Footer
*/
#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css) {
		color: #999;
}

#footer .footer-copyright p {
		color: #999;
}

/* Skin */
/*
* Accordion
*/
.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
		color: var(--primary) !important;
}

.custom-accordion-style-1 > .card .card-header a:not(.collapsed):after {
		color: var(--primary);
}

.custom-accordion-style-1 > .card:hover .card-header a {
		color: var(--primary) !important;
}

.custom-accordion-style-1 > .card:hover .card-header a:after {
		color: var(--primary);
}

/*
* Background
*/
.bg-primary-darken {
		background-color: var(--primary-300) !important;
}

/*
* Buttons
*/
.custom-btn-primary-darken {
		color: var(--primary-inverse);
		background-color: var(--primary-300);
}

.custom-btn-primary-darken.active, .custom-btn-primary-darken:focus, .custom-btn-primary-darken:hover {
		color: var(--primary-inverse);
		background-color: var(--primary-300);
}

/*
* Cards
*/
.custom-card-style-1:hover .card-title {
		color: var(--primary) !important;
}

/*
* Social Icons
*/
.social-icons.custom-social-icons-style-1 li a {
		color: var(--primary) !important;
}

/*
* Custom See More Overlay
*/
.custom-seemore-overlay .custom-seemore-overlay-button:before {
		background: var(--primary);
		background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, var(--primary) 100%);
}

/* ========================================================
   MODULE THEME OVERRIDES — Professional Light Theme
   --------------------------------------------------------
   skin-law-firm-2 defines:
     --primary: #1A325D (dark navy blue)
     --secondary: #808080 (grey) → too grey for section bg
     --quaternary: #383f48 (dark grey)
     --dark: #212529

   Modules use inline styles with var(--secondary) for section bg,
   var(--dark) for cards, var(--light) for text.
   ======================================================== */

/* === 1. Section Backgrounds → Neutral professional === */
html.demo-law-firm-2 .main section[style*="--secondary"]:not(.page-header) {
	background-color: #f8f7f5 !important;
}

/* === 2. Card/Panel Backgrounds → White with subtle border === */
html.demo-law-firm-2 .main section div[style*="background-color: var(--dark)"],
html.demo-law-firm-2 .main section aside [style*="background-color: var(--dark)"] {
	background-color: #fff !important;
	border: 1px solid #e5e0d8 !important;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

/* === 3. Cards por clase === */
html.demo-law-firm-2 .main section[style*="--secondary"] .blog-card,
html.demo-law-firm-2 .main section[style*="--secondary"] .service-card,
html.demo-law-firm-2 .main section[style*="--secondary"] .project-card {
	background-color: #fff !important;
	border: 1px solid #e5e0d8 !important;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

html.demo-law-firm-2 .main section[style*="--secondary"] .blog-card:hover,
html.demo-law-firm-2 .main section[style*="--secondary"] .service-card:hover,
html.demo-law-firm-2 .main section[style*="--secondary"] .project-card:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1) !important;
}

/* === 4. Text light→dark === */
html.demo-law-firm-2 .main section[style*="--secondary"] [style*="color: var(--light)"] {
	color: #212529 !important;
}

html.demo-law-firm-2 .main section[style*="--secondary"] strong[style*="--light"] {
	color: #212529 !important;
}

/* === 5. Muted text === */
html.demo-law-firm-2 .main section[style*="--secondary"] [style*="color: var(--quaternary)"] {
	color: #777 !important;
}

/* === 6. Cyan borders → Warm neutral === */
html.demo-law-firm-2 .main [style*="rgba(0, 240, 255"] {
	border-color: #e5e0d8 !important;
}

html.demo-law-firm-2 .main [style*="border: 1px solid rgba(0, 240, 255"] {
	border: 1px solid #e5e0d8 !important;
}

html.demo-law-firm-2 .main [style*="background-color: rgba(0, 240, 255"] {
	background-color: #f8f7f5 !important;
	border-color: #ddd !important;
}

/* === 7. Gallery filter pills === */
html.demo-law-firm-2 .main .btn-outline-light {
	color: #555 !important;
	border-color: #ccc !important;
	background: #fff !important;
}

html.demo-law-firm-2 .main .btn-outline-light:hover {
	color: var(--primary) !important;
	border-color: var(--primary) !important;
	background: var(--primary-rgba-10) !important;
}

html.demo-law-firm-2 .main .text-muted {
	color: #777 !important;
}

/* === 8. FAQs MODULE === */
html.demo-law-firm-2 .faq-category-section {
	background: #fff !important;
	border: 1px solid #e5e0d8 !important;
}

html.demo-law-firm-2 .faq-item {
	background: #fff !important;
	border: 1px solid #e5e0d8 !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

html.demo-law-firm-2 .faq-item:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
}

html.demo-law-firm-2 .faq-question {
	background: #f8f7f5 !important;
	border-bottom: 1px solid #e5e0d8 !important;
}

html.demo-law-firm-2 .faq-question h5 {
	color: #212529 !important;
}

html.demo-law-firm-2 .faq-question:hover h5 {
	color: var(--primary) !important;
}

html.demo-law-firm-2 .faq-answer {
	background: #fff !important;
}

html.demo-law-firm-2 .faq-content {
	color: #555 !important;
}

html.demo-law-firm-2 .category-header h4 {
	color: #212529 !important;
}

html.demo-law-firm-2 .main aside.card {
	background-color: #fff !important;
	border: 1px solid #e5e0d8 !important;
}

html.demo-law-firm-2 .main aside .card-header {
	background-color: #f8f7f5 !important;
	border-bottom: 1px solid #e5e0d8 !important;
}

html.demo-law-firm-2 .main aside .card-header h5 {
	color: #212529 !important;
}

html.demo-law-firm-2 .category-nav-item {
	color: #555 !important;
	border: 1px solid #e5e0d8 !important;
}

html.demo-law-firm-2 .category-nav-item:hover {
	background: var(--primary-rgba-10) !important;
	color: var(--primary) !important;
}

html.demo-law-firm-2 .category-nav-item.active {
	background: var(--primary) !important;
	color: #fff !important;
	border-color: var(--primary) !important;
}

html.demo-law-firm-2 .badge-count {
	background: #f0ede8 !important;
	color: #777 !important;
}

/* === 9. Sidebar nav links === */
html.demo-law-firm-2 .main section[style*="--secondary"] .nav-link {
	color: #212529 !important;
}

html.demo-law-firm-2 .main section[style*="--secondary"] .nav-link.active,
html.demo-law-firm-2 .main section[style*="--secondary"] .nav-link:hover {
	color: var(--primary) !important;
}

/* === 10. Pagination === */
html.demo-law-firm-2 .main section[style*="--secondary"] .pagination .page-link {
	color: #212529;
	background-color: #fff;
	border-color: #e5e0d8;
}

html.demo-law-firm-2 .main section[style*="--secondary"] .pagination .page-item.active .page-link {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

/* === 11. Empty state gradients === */
html.demo-law-firm-2 .main [style*="linear-gradient(135deg, var(--dark)"] {
	background: #fff !important;
}

/* === 12. Blog card overrides === */
html.demo-law-firm-2 .main .blog-card .card-body {
	background-color: #fff;
}

html.demo-law-firm-2 .main .blog-card .card-title a {
	color: #212529 !important;
}

html.demo-law-firm-2 .main .blog-card .card-title a:hover {
	color: var(--primary) !important;
}

/* === 13. Inner divs with var(--secondary) bg === */
html.demo-law-firm-2 .main section div[style*="background-color: var(--secondary)"] {
	background-color: #f0ede8 !important;
	border-color: #e5e0d8 !important;
}

/* === 14. Category/Tag badges === */
html.demo-law-firm-2 .main .badge[style*="background-color: var(--secondary)"] {
	background-color: #f0ede8 !important;
	border: 1px solid #e0dbd3;
}

html.demo-law-firm-2 .main .badge[style*="background-color: var(--secondary)"][style*="color: var(--primary)"] {
	color: #1A325D !important;
}

html.demo-law-firm-2 .main .badge[style*="background-color: var(--secondary)"][style*="color: var(--quaternary)"] {
	color: #777 !important;
}

/* === 15. Service category badge === */
html.demo-law-firm-2 .main .service-badge[style*="background-color: var(--secondary)"] {
	background-color: rgba(26, 50, 93, 0.08) !important;
	color: #1A325D !important;
}

/* === 16. btn-outline-secondary === */
html.demo-law-firm-2 .main .btn-outline-secondary {
	color: #555 !important;
	border-color: #ccc !important;
	background: #fff !important;
}

html.demo-law-firm-2 .main .btn-outline-secondary:hover,
html.demo-law-firm-2 .main .btn-outline-secondary:focus {
	color: var(--primary) !important;
	border-color: var(--primary) !important;
	background: var(--primary-rgba-10) !important;
}

/* === 17. Service icon circle === */
html.demo-law-firm-2 .main .service-card .rounded-circle[style*="primary-rgb"] {
	background: rgba(26, 50, 93, 0.08) !important;
	border: 1px solid rgba(26, 50, 93, 0.15) !important;
}

html.demo-law-firm-2 .main .service-card .font-weight-extra-bold[style*="primary-rgb"] {
	color: rgba(26, 50, 93, 0.15) !important;
}

/* === 18. Projects sidebar filter text === */
html.demo-law-firm-2 .main .projects-sidebar-sticky .card-body a {
	color: #555;
}

html.demo-law-firm-2 .main .projects-sidebar-sticky .card-body a:hover,
html.demo-law-firm-2 .main .projects-sidebar-sticky .card-body a.text-color-primary {
	color: var(--primary) !important;
}

html.demo-law-firm-2 .main .projects-sidebar-sticky .card-header h5 {
	color: #212529 !important;
}

/* === 19. Project card internal borders === */
html.demo-law-firm-2 .main .project-card [style*="border-top: 1px solid rgba(240"] {
	border-top: 1px solid #e5e0d8 !important;
}

/* === 20. Mobile filter button === */
html.demo-law-firm-2 .main .projects-filter-btn {
	color: #555 !important;
	border-color: #ccc !important;
}

html.demo-law-firm-2 .main .projects-filter-btn:hover {
	color: var(--primary) !important;
	border-color: var(--primary) !important;
}
