/* 
Theme Name: Simmons Law
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: simmons-law
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */

:root {
	--element-border-radius: 0.375rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: -0.05em;
}

.accordion-card {
/* 	border-radius: var(--element-border-radius, 1rem); */
}

.elementor-button {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0.125rem;
    padding: 1.25rem 1.75rem 1.25rem 1.75rem;
}

.global-header {
	width: 100% !important;
}

.page-section {
    padding: clamp(4rem, 6vw, 7rem);
}

.first-section {
    margin-top: -181px;
}

.inner-content {
	padding: 0;
}

.section-heading {
	font-family: "Menseal";
	font-size: clamp(3rem, 3.5vw, 7rem);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -3px;
	line-height: 1em;
  transition: none !important;

}

/* #hero .section-heading {
	opacity: 0;
	visibility: hidden;
} */

@media (max-width:1024px) {
	padding: 0;
}

.pa-accordion-body {
	flex-grow: 1;
	flex-shrink: 1;
	overflow-y: scroll;
	display: block;
}



/* Style the entire scrollbar */
.pa-accordion-body::-webkit-scrollbar {
  width: 8px; /* or whatever size you want */
}

/* Style the scrollbar track (the background area) */
.pa-accordion-body::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}


.pa-accordion-body::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.5); /* transparent by default */
  transition: background 0.3s;
	border-radius: 100vh;
}

.pa-accordion-body:hover::-webkit-scrollbar-thumb {
/*   background: rgba(255,255,255,1); */
}

/* Style the corner where vertical and horizontal scrollbars meet */
.pa-accordion-body::-webkit-scrollbar-corner {
  background: #ccc;
}

.pa-section-name {
	height: 200px;
}

.pa-accordion-heading span {
	font-family: "Menseal";
	font-weight: 700;
	font-size: clamp(1rem, 10cqw, 2rem)
}

.pa-closed-title span {
    display: block;
    font-size: clamp(0.75rem, 15cqw, 1rem) !important;
    line-height: 1.5em !important;
}

.pa-section-title-divider {
    margin-bottom: 1rem !important;
}

.pa-accordion-l1-text {
	padding: 2rem;
}

.pa-accordion-l1-image {
	padding: 2rem;
}


.pa-accordion-l1-image img {
	border-radius: var(--element-border-radius);
}

.rideshare-accordion summary.e-n-accordion-item-title {
    justify-content: flex-start !important;
}

/* .promise-tile:before {
    content: "";
    position: absolute;
    border-left: 3px solid #FF0000;
    left: 1rem;
    border-bottom: 3px solid #FF0000;
    border-bottom-left-radius: 1rem;
    top: -1rem;
} */

.promise-tile:before {
  content: "";
  position: absolute;
  width: 100%; /* adjust */
  height: 100%; /* adjust */
  background: transparent;
  border-left: 3px solid #FF0000;
  border-bottom: 3px solid #FF0000;
  border-bottom-left-radius: 1rem;
  top: -1rem;
  left: 1rem;
}

@media (max-width:767px) {
	.page-section {
		padding: 1rem;
	}
	.pa-accordion {
		padding: 0;
	}

}

.get-in-touch-panel {
    backdrop-filter: blur(5px);
	border-radius: var(--element-border-radius);
}

.promise-tile {
	border-radius: var(--element-border-radius);
	border-bottom-left-radius: 1rem;
}

.video-tile {
/*     border: 1px solid white; */
    border-radius: var(--element-border-radius);
}

.how-we-can-help-card {
/* 	background-image: linear-gradient(30deg, #f7f7f7, #ffffff); */
	background-color: #ffffff;
/* 	box-shadow: 5px 5px 10px rgba(0,0,0,0.2); */
	padding: 2rem;
	border-radius: var(--element-border-radius);
}

.how-we-can-help-icon {
	
}

.lawyer-photo img {
	border-radius: 0.25rem;
}

.how-we-can-help-heading h3 {
	font-family: "Menseal";
	font-weight: 700 !important;
	font-size: 1rem !important;
	color: #ff0000;
	text-transform: uppercase;
	text-align: center;
}

.how-we-can-help-body p {
	text-align: center;
	font-size: clamp(1rem, 1.1vw, 1.25rem);
}

.carousel-container {
	padding-inline: 0;
}

.carousel-container .swiper {
	padding-block: 10px;
}

.loop-grid-item-card {
	padding: 0;
	border-radius: var(--element-border-radius);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-color: #ffffff;
}

.loop-grid-item-card .e-con-inner {
	padding: 0;
	gap: 0;
}

.loop-grid-item-content {
	padding: 2rem;
	gap: 0;
}

.loop-grid-item-image img {
	border-radius: var(--element-border-radius);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.loop-grid-item-title span {
	font-family: "Menseal";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
}

.loop-grid-item-body p {
	font-size: clamp(1rem, 1.1vw, 1.25rem);
}

.promise-heading {
	font-family: "Menseal";
	font-size:clamp(1rem, 1.2vw, 1.5rem);
	font-weight: 700;
}

#site-header,
.elementor-location-header {
  transition: none !important;
  animation: none !important;
}
.site-logo img {
    max-width: 300px;
}

/* Add chevron to menu items with submenus */
.header-nav .elementor-nav-menu li.menu-item-has-children > a {
    position: relative;
    
}

.header-nav .elementor-nav-menu li.menu-item-has-children > a::after {
    content: '' !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-left: 6px;
    position: relative;
    top: 0;
    left: 5px !important;
    opacity: 1 !important;
    background: none;
    transform-origin: center center;
    flex-shrink: 0;
}

/* Rotate chevron on hover - maintain center origin */
.header-nav .elementor-nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(45deg);
}

/* Hide Elementor's default arrow */
.header-nav .elementor-nav-menu li.menu-item-has-children > a .sub-arrow {
    display: none !important;
}

#contact-section {
    padding: clamp(2rem, 3vw, 5rem);
}

#contact-section.footer {
    background-color: #000000;
}

#contact-section .footer-heading {
    font-family: Menseal !important;
	color: #000000;
    font-weight: 700;
    font-size: clamp(2.5rem, 4vw, 5rem);
    line-height: 1.1em;
    letter-spacing: -0.05em;
}

#contact-section.footer .footer-heading {
    color: #FFFFFF;
}

#contact-section .footer-subheading {
    font-weight: 200;
    color: #FFFFFF;
    font-size: clamp(2rem, 3vw, 5rem);
    line-height: 1.1em;
    letter-spacing: -0.05em;
}

#contact-section label {
    margin-bottom: 0.25rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

/* Add chevron to menu items with submenus */
.header-nav .elementor-nav-menu li.menu-item-has-children > a {
    position: relative;
    
}

.header-nav .elementor-nav-menu li.menu-item-has-children > a::after {
    content: '' !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-left: 6px;
    position: relative;
    top: 0;
    left: 5px !important;
    opacity: 1 !important;
    background: none;
    transform-origin: center center;
    flex-shrink: 0;
}

/* Rotate chevron on hover - maintain center origin */
.header-nav .elementor-nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(45deg);
}

/* Hide Elementor's default arrow */
.header-nav .elementor-nav-menu li.menu-item-has-children > a .sub-arrow {
    display: none !important;
}

.marquee-outer .ae-swiper-container {
    overflow: unset;
}

.page-content-column img {
	border-radius: 0.5rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.page-content-column p:has(img) {
  position: relative;
}

.page-content-column p:has(img)::after {
  content: "";
  position: absolute;
	inset: 1rem;
	width: calc(100% - 2rem);
	height: calc(100% - 2.5rem);
  border: 2px solid red;
  pointer-events: none;
	border-radius: 0.5rem;
}

.page-content-column h2 {
/* 	color: var(--e-global-color-primary); */
	margin-top: 2rem;
	
}

.page-content-column h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
/*   background: var(--e-global-color-primary); */
	background: red;
  margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.page-content-column a {
	color: red;
}

.elementor-icon {
	display: flex;
}