
.community-event-banner-wraper {
	padding: 40px 0;
	margin-left: 30px;
}

.community-event-banner {
	background: rgba(253, 242, 244, 90%);
	color: #000;
	padding: 15px 15px 15px 160px;
	text-align: left;
	position: relative;
}

.community-banner-right {
	display: flex;
	align-items: center;
}

.community-banner-right .h4 {
	color: #fff;
	font-size: 23px;
}

.community-banner-right .icon {
	width: 65px;
	margin-right: 15px;
}

.community-banner-content .community-banner-title {
	font-size: 60px;
	font-weight: 700;
	color: #0d1b2a;
	line-height: 73px;
}

.community-box {
	border: 1px solid #dedede;
	padding: 10px;
	border-radius: 20px;
	height: 100%;
	background: #fff;
	text-align: center;
	transition: all .5s ease;
}

.community-banner-description {
	margin-top: 50px;
	font-size: 18px;
	color: #0d1b2a;
}

.community-banner {
	position: relative;
	background-position: center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 450px;
	display: flex;
	align-items: center;
	text-align: center;
}

/* .community-banner::after {
    position: absolute;
    content: '';
    background-color: transparent;
    background-image: linear-gradient(0deg, #1B263B 25%, #FFFFFF00 45%);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    bottom: 0;
} */
.community-slider .slick-next {
	right: 0px;
}

/* Style the 'Read More' button */
.read-more-btn {
	color: #007bff;
	cursor: pointer;
	text-decoration: underline;
}

/* Popup styles */
.popup {
	display: none;
	position: fixed;
	top: 35px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.popup-content {
	background-color: white;
	padding: 20px;
	max-width: 600px;
	width: 80%;
	position: relative;
	border-radius: 2%;
}

.close-btn {
	position: absolute;
	font-size: 30px;
	cursor: pointer;
	right: -16px;
	top: -10px;
	padding-left: 10px !important;
	margin: 0 !important;
	background-color: #3fc;
	width: 36px;
	height: 35px;
	opacity: 1 !important;
	border-radius: 50%;
	filter: invert(1);
	background-size: 12px;
	background-position: center;
	display: flex;
	align-items: center;
}

.popup-text {
	font-size: 18px;
	padding: 10px 15px 25px;
	font-weight: 400 !important;
}

h2.popup-title {
	font-size: 24px;
	font-weight: 600;
	color: #0d1b2a;
}

.banner-box {
	background-size: cover;
	background-position: center;
	padding: 40px 120px 70px;
	margin-bottom: 30px;
	border: 10px solid rgba(255, 255, 255, .2);
	text-align: center;
	color: #fff;
}

.community-event-description {
	font-size: 16px;
	line-height: 25px;
}

.community-event-subtitle {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 30px;
	margin-bottom: 10px;
	line-height: 45px;
}

.community-event-title {
	font-size: 120px;
	text-transform: uppercase;
	line-height: 100px;
	margin-bottom: 15px;
	font-family: "TeamLead";
	letter-spacing: 2px;
}

.community-event-date {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
}

.community-event-loaction {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.community-event-loaction svg {
	margin-right: 7px;
}

.community-loaction {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.community-event-alert {
	width: 180px;
	height: 180px;
	position: absolute;
	left: -40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	font-family: "TeamLead";
}

.community-event-time {
	position: absolute;
	right: 30px;
	background: #c03;
	font-size: 25px;
	color: #fff;
	line-height: 28px;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% + 30px);
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.event-time-inner hr {
	margin: 15px auto;
	width: 20px;
	display: block;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
}

.community-box:hover {
	box-shadow: 0 12px 26px 0 rgba(0, 0, 0, .5);
}

.community-box-content-wraper {
	padding: 30px 10px;
}

.community-btn {
	color: #f5f3ef;
	border: 1px solid #c03;
	text-transform: uppercase;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	background: #c03;
	padding: 18px 25px;
	border-radius: 0px;
	white-space: normal;
	display: inline-block;
}

.community-btn:hover {
	text-decoration: none;
	background: #415a77;
	border: 1px solid #415a77;
}

.community-box-image img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: center top;
	display: block;
	border-radius: 10px;
}

.community-box-image {
	position: relative;
}

.community-image-caption {
	position: absolute;
	bottom: 0;
	background: #c03;
	color: #fff;
	padding: 7px 20px;
	border-radius: 10px 10px 0 0;
	margin: auto;
	width: 74%;
	left: 50%;
	transform: translateX(-50%);
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.community-logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 80%;
	margin: auto;
}

.community-logos-list {
	padding: 10px 20px;
}

.community-logos img {
	max-height: 42px;
	width: auto;
}

.community-image-caption span.caption-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
}

.community-image-caption span.caption-sub-title {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
}

.community-box-content {
	color: #000;
	margin-bottom: 15px;
	font-weight: 500;
}

.page-template-community .image_firm_slider.mt-80 {
	margin-top: 0 !important;
}

.event-section {
	padding: 80px 0;
	position: relative;
	z-index: 9;
}

.section-header {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 50px;
}

.section-header h2 {
	font-size: 60px;
	font-weight: 700;
	color: #0d1b2a;
}

.section-header .right-content {
	max-width: 50%;
}

.btn-red {
	display: inline-block;
	background: #c03;
	color: #fff;
	padding: 10px 25px;
	margin-top: 15px;
	text-decoration: none;
}

.btn-red:hover {
	background: #415a77;
	text-decoration: none;
}

.section-header .right-content p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
}

/* Grid */
.event-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.event-card img {
	width: 100%;
	margin-bottom: 15px;
	height: 319px;
}

.event-card h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #1b263b;
	font-weight: 700;
}

.event-card p {
	font-size: 18px;
	line-height: 32.4px;
}

.event-card a {
	color: #c8102e;
	font-weight: 600;
}

.community-strip .section-title {
	text-align: left;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #0d1b2a;
}

/* Image row */
.image-strip {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.strip-item {
	flex: 1;
	min-width: 0;
}

.strip-item img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.recent-wins {
	padding: 80px 0;
	background: linear-gradient(135deg, #1e2a3b, #111827);
}

.wins-wrap {
	display: flex;
	align-items: center;
	gap: 60px;
}

.wins-left h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.wins-left {
	width: 30%;
}

.wins-right {
	display: flex;
	gap: 25px;
	width: 70%;
}

.win-card {
	background: rgba(255, 255, 255, .06);
	padding: 25px 30px;
	border-radius: 14px;
	min-width: 220px;
	position: relative;
	overflow: hidden;
}

/* texture effect */
.win-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05) 2px, transparent 2px, transparent 6px);
}

.win-card * {
	position: relative;
	color: #fff;
}

.win-card .case {
	font-size: 12px;
	letter-spacing: 1px;
	opacity: .8;
}

.win-card h3 {
	font-size: 28px;
	margin: 8px 0;
}

.win-card small {
	font-size: 13px;
	opacity: .75;
}

.recent-wins {
	padding: 80px 0;
	background: linear-gradient(135deg, #1e2a3b, #111827);
	background-image: url("https://ggllawyers.com/nitropack_static/kgnPTxhJNZduCCEaEicFwevQfrwbmUIm/assets/images/optimized/rev-d5c7e60/ggllawyers.com/wp-content/uploads/2026/01/Breakpoint3.jpg");
}

.recent-wins.nitro-lazy {
	background-image: none !important;
}

.wins-right .case_box {
	padding: 15px 25px;
	margin-bottom: 30px;
	background-image: url("https://ggllawyers.com/nitropack_static/kgnPTxhJNZduCCEaEicFwevQfrwbmUIm/assets/images/optimized/rev-d5c7e60/ggllawyers.com/wp-content/themes/GGL-Lawyers/img/case_bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0 !important;
	min-height: auto;
}

.wins-right .case_box.nitro-lazy {
	background-image: none !important;
}

.comunity-testimonial-sec {
	background: linear-gradient(135deg, #1f2b3a, #2a3b52);
	padding: 100px 0;
	background-image: url("https://ggllawyers.com/nitropack_static/kgnPTxhJNZduCCEaEicFwevQfrwbmUIm/assets/images/optimized/rev-d5c7e60/ggllawyers.com/wp-content/uploads/2026/01/Breakpoint3.jpg");
}

.comunity-testimonial-sec.nitro-lazy {
	background-image: none !important;
}

.testimonial-slider .content {
	background: #fff;
	padding: 40px 30px;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	margin: 0 auto;
}

.quote-icon svg {
	width: 23px;
}

.wrap-top {
	display: flex;
	justify-content: space-between;
}

.stars {
	color: #f5b50a;
	font-size: 30px;
	margin-bottom: 10px;
}

.content-wrap {
	display: flex;
	gap: 10px;
}

.google-icon {
	text-align: right;
}

.client-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	text-align: left;
}

.comunity-testimonial-sec h2 {
	font-size: 60px;
}

/* Make each slide stretch full height */
.testimonial-slider .swiper-slide {
	height: auto;
	display: flex;
}

/* Make content box equal height */
.testimonial-slider .content {
	background: #fff;
	padding: 40px 30px;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.google-icon img {
	width: 24px;
	text-align: right;
}

.client-name {
	font-size: 20px;
	color: #222;
}

.time {
	font-size: 16px;
	color: #777;
	margin-right: 5px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.community-card {
	border: 1px solid #dedede;
	border-radius: 20px;
	height: calc(100% - 20px);
	overflow: hidden;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background-color: #f3f3f3;
}

.community-slider .slick-slide > div {
	height: 100%;
}

.card-inner.d-flex {
	height: 100%;
}

.community-slider .slick-track {
	display: flex;
}

.community-slider .slick-slide {
	height: auto;
}

.community-card .card-content {
	padding: 40px;
	width: 45%;
}

.card-image {
	width: 55%;
}

.community-card h3.card-title {
	font-size: 25px;
}

.community-section .container-fluid {
	padding: 0px !important;
}

.card-text p {
	color: #000;
	font-size: 18px;
	line-height: 32.4px;
}

.community-slider .slick-slide {
	margin: 0px 20px;
}

.community-slider .slick-slide.slick-current.slick-active.slick-center + .slick-slide .card-inner {
	flex-direction: row-reverse;
}

.community-slider .slick-prev, .community-slider .slick-next {
	font-size: 30px;
	color: white;
	background-color: #eee;
	border-radius: 50%;
	padding: 10px;
	position: relative;
	top: 100%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.community-slider .slick-next {
	left: 8em;
	margin-top: 50px;
}

.community-slider .slick-prev:before, .community-slider .slick-next:before {
	content: "";
	display: block;
	border: solid #c03;
	border-width: 0 3px 3px 0;
	padding: 5px;
	transform: rotate(45deg);
}

.community-slider .slick-next:before {
	content: ">";
	display: block;
	border: solid #c03;
	border-width: 0 3px 3px 0;
	padding: 5px;
	transform: rotate(-39deg);
}

.slick-prev, .slick-next {
	width: 80px !important;
	height: 80px !important;
}

@media (min-width: 1800px) {
	.card-image img {
		object-fit: cover;
	}
}

/* Responsive */
@media (max-width: 991px) {
	.section-header {
		flex-direction: column;
	}
	
	.section-header h2, .section-header .right-content {
		max-width: 100%;
	}
	
	.event-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1200px) {
	.banner-box {
		margin: 0 30px 30px;
	}
}

@media screen and (max-width: 1700px) {
	.community-card .card-content {
		padding: 40px 20px;
		width: 45%;
	}
	
	.card-image {
		width: 55%;
	}
	
	.comunity-testimonial-sec .row.align-items-center {
		margin-left: 0em !important;
	}
}

@media screen and (max-width: 1600px) {
	.card-text p {
		color: #000;
		font-size: 16px;
		line-height: 28px;
	}
	
	.comunity-testimonial-sec .row.align-items-center {
		margin-left: 2em !important;
	}
	
	.community-event-title {
		font-size: 110px;
		line-height: 65px;
	}
	
	.banner-box {
		padding: 30px 120px 30px;
	}
	
	.community-event-banner-wraper {
		padding: 20px 0;
	}
	
	.community-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1400px) {
	.banner-box {
		padding: 30px 50px;
	}
	
	.comunity-testimonial-sec .row.align-items-center {
		margin-left: 4em !important;
	}
	
	.comunity-testimonial-sec h2 {
		font-size: 40px;
	}
	
	.community-event-subtitle {
		font-size: 32px;
		letter-spacing: 24px;
	}
	
	.community-banner {
		padding-top: 20px;
	}
	
	.community-event-title {
		font-size: 100px;
		line-height: 60px;
	}
	
	.community-event-subtitle {
		font-size: 30px;
		letter-spacing: 18px;
		margin-bottom: 0;
		line-height: 40px;
	}
	
	.community-event-banner-wraper {
		padding: 10px 0;
	}
}

@media screen and (max-width: 1199px) {
	.banner-box {
		padding: 40px 30px 70px;
	}
	
	.community-event-title {
		font-size: 95px;
		line-height: 80px;
	}
	
	.community-event-subtitle {
		font-size: 30px;
		letter-spacing: 20px;
	}
	
	.community-event-date {
		font-size: 26px;
	}
	
	.community-event-description {
		font-size: 14px;
		line-height: 22px;
	}
	
	.community-event-alert {
		width: 160px;
		height: 160px;
		font-size: 32px;
	}
	
	.community-banner-right .h4 {
		font-size: 18px;
	}
	
	.community-banner-right .icon {
		width: 50px;
	}
	
	.community-event-banner {
		padding: 10px 10px 10px 140px;
	}
	
	.community-event-time {
		right: 20px;
		font-size: 20px;
		line-height: 24px;
		padding: 15px;
	}
	
	.community-banner-content .community-banner-title {
		font-size: 28px;
	}
	
	.community-banner-description {
		margin-top: 30px;
	}
}

@media screen and (max-width: 991px) {
	.community-event-title {
		font-size: 78px;
		line-height: 70px;
	}
	
	.community-event-subtitle {
		font-size: 24px;
		letter-spacing: 14px;
	}
	
	.community-event-date {
		font-size: 22px;
	}
	
	.community-event-banner {
		padding: 10px 10px 10px 90px;
	}
	
	.community-event-time {
		right: 0;
		font-size: 16px;
		line-height: 18px;
		padding: 10px;
	}
	
	.community-event-alert {
		width: 150px;
		height: 150px;
		font-size: 24px;
		left: -60px;
	}
	
	.community-event-banner-wraper {
		padding: 25px 0;
	}
	
	.community-banner-right .h4 {
		font-size: 14px;
	}
	
	.community-banner-right .icon {
		width: 42px;
		margin-right: 6px;
	}
	
	.banner-box {
		padding: 20px 30px 50px;
	}
}

@media screen and (max-width: 767px) {
	.comunity-testimonial-sec .row.align-items-center {
		margin-left: 0em !important;
	}
	
	.card-content {
		width: 100% !important;
	}
	
	.community-slider .slick-prev, .community-slider .slick-next {
		left: 18px !important;
	}
	
	.community-slider .slick-next {
		left: 110px !important;
	}
	
	.card-inner.d-flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.card-image {
		width: 100%;
	}
	
	.community-box-image img {
		height: auto;
	}
	
	.community-logos {
		max-width: 100%;
	}
	
	.community-box-content-wraper {
		padding: 20px 10px;
	}
	
	.community-list {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.community-image-caption {
		padding: 10px;
		width: 100%;
		left: 0;
		transform: initial;
		height: auto;
		display: flex;
		position: relative;
		top: -20px;
	}
	
	.wins-wrap {
		display: block !important;
	}
	
	.wins-left {
		width: 100% !important;
	}
	
	.wins-right {
		display: block !important;
		width: 100% !important;
	}
	
	.image-strip {
		display: block !important;
	}
	
	.community-strip .section-title, .wins-left h2 {
		font-size: 28px !important;
	}
	
	.comunity-testimonial-sec h2, .section-header h2 {
		font-size: 28px !important;
	}
	
	.wins-right .case_box {
		margin: 10px 0 !important;
	}
	
	.community-banner-right {
		margin-top: 20px;
	}
	
	.community-event-title {
		font-size: 50px;
		line-height: 55px;
	}
	
	.community-event-subtitle {
		font-size: 26px;
		letter-spacing: 10px;
	}
	
	.community-event-time {
		position: static;
		transform: initial;
		margin-top: 15px;
		font-size: 18px;
		padding: 10px;
		line-height: 25px;
	}
	
	.event-time-inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.community-event-description {
		font-size: 16px;
		line-height: 25px;
	}
	
	.community-event-banner-wraper {
		padding: 20px 0;
		margin: 0;
	}
	
	.community-event-alert {
		width: 90px;
		height: 90px;
		font-size: 21px;
		left: -30px;
		transform: initial;
		top: -45px;
		line-height: 17px;
	}
	
	.event-time-inner hr {
		margin: 0px 6px;
		width: 10px;
	}
	
	.community-event-banner {
		padding: 45px 15px 30px;
		margin-top: 35px;
	}
}

@media screen and (max-width: 575px) {
	.community-event-subtitle {
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 25px;
	}
	
	.community-event-title {
		font-size: 48px;
		line-height: 38px;
	}
	
	.community-event-date {
		font-size: 16px;
	}
	
	span.event-location-address {
		width: 100%;
	}
	
	.community-event-loaction svg {
		margin: auto;
	}
	
	.community-banner {
		position: relative;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 576px) {
	.event-grid {
		grid-template-columns: 1fr;
	}
}

.community-strip {
	padding: 60px 0 0;
}

.comunity-testimonial-sec .row.align-items-center {
	margin-left: 16em;
}
