/******/
/*** SECTIONS ***/
/******/

/* BUBBLES */

	
.bubble-columns {
	display: flex;
	flex-wrap: wrap; /* allow wrapping if needed */
	margin-right: -1.375rem;
}

.bubble-columns > * {
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	box-sizing: border-box;
}

.bubble-columns .grid-33:nth-child(n+4), .bubble-columns .grid-25:nth-child(n+5) {
    padding-top: 2rem;
}


@media screen and ( max-width: 64rem ) {
	.bubble-columns .grid-33,
	.bubble-columns .grid-25 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and ( min-width: 64rem ) {
	.bubble-adjust {
		padding-top: 3rem;
	}
}

.text-bubble img {
	width: 2.25rem;
	height: 2.5rem;
}

.bubbles .grid-33 .text-bubble {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.bubbles .grid-25 .text-bubble {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.text-bubble a.button.tertiary:after {
	content: '';
}

.text-bubble {
	flex: 1;
}

.firefox-display-flex {
	display:flex;
}

/* BUBBLE LINK */

.bubble-link .bubble {
	padding: 3.5625rem 4.125rem;
}

.bubble-link-arrow {
	padding-top: 1.1rem;
}

.bubble-link a {
	text-transform: none;
	text-decoration: none;
}

.bubble-link a p {
	font-weight: 400;
}

.bubble-link a img {
	max-width: 2.25rem;
}

.single-bubble h2 {
	margin-block-start: .75rem;
}

.single-bubble img {
	max-width: 4rem;
}

.single-bubble .bubble-link-arrow {
	padding-top: 0rem;
}

.single-bubble {
	gap: 1rem;
}

.bubble-link-arrow {
    transition: transform 0.3s ease;
}

.bubble:hover .bubble-link-arrow {
    transform: translateX(0.5rem); /* move arrow to the right on hover */
}

/* BLOG */
.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.blog-card {
	padding: 1rem;
}

.blog-link a {
	text-decoration: none;
	color: var(--color-navy);
}

.blog-title {
	text-transform: none;
}

.card-image.round-top {
	border-top-left-radius: var(--radius-2xl);
	border-top-right-radius: var(--radius-2xl);
	overflow: hidden; /* ensures background respects radius */
}

.category-tag {
	width: max-content;
    padding: .25rem .5rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.category-tag p {
	font-size: .75rem;
	font-weight: 600;
	margin-block-start: 0;
	margin-block-end: 0;
}

.categories {
	gap: 2rem;
}

.categories .button {
	margin-right: .5rem;
}

.category-link {
	color: var(--color-navy);
	text-decoration: none;
}

.pagination a  {
	text-decoration: none;
	color: var(--color-navy);
	
}

.pagination .current {
	color: var(--color-blue);
	font-weight: var(--font-weight-extrabold);
	text-transform: uppercase;
	font-size: var(--text-base);
}

.archive a {
	color: var(--color-navy);
	text-decoration: none;
}

.archive a:hover {
	color: var(--color-blue);
}


/* CALL TO ACTION */

.cta-container {
	background-image: url('/wp-content/themes/becker-wright/assets/images/frame.svg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 700px;
}

.cta-content {
	padding-bottom: 3rem;
	padding-left: 1rem;
}

@media screen and ( max-width: 64rem ) {
	.cta-container {
		background-image: none;
		height: auto;
		padding-top: 1rem;
	}
	
	.cta-content {
		padding-left: 0rem;
		padding-bottom: 0rem;
	}
}


/* COLUMNS */

.columns .icon img {
	width: 3.875rem;
	height: 3.75rem;
	padding-bottom: 1rem;
}

.bubble-padding {
	padding: 3.5625rem 4.125rem;
}

/* FAQ */

.faq-item h3 {
	color: var(--color-indigo);
}

.faq-item {
	border-bottom: solid 0.1875rem #f0dcbc; 
	padding: 1rem 0;
}

.faq-item:first-child {
	padding-top: 0;
}


/* IMAGE COLUMNS */

.image-columns h4 {
	color: var(--color-yellow);
}

.image-column-column {
	padding: 1.5rem 1.8125rem;
}

.image-column {
	gap: 2.75rem;
}


/* IMAGE GALLERY */

.logo-container {
	height: 8.875rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
}

.logo-img {
	max-width: 100%;
  	max-height: 100%;
  	height: auto;
 	width: auto;
}

.slope-top {
	/* polygon points: top-left, top-right (shifted down), bottom-right, bottom-left */
	clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	/* For smooth edges across browsers */
	-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	margin-top: -3.5rem;
}

@media screen and ( max-width: 47.9375rem ) {
	.slope-top {
		clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
		margin-top: -1.5rem;
	}
	
	.mobile-padding {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.logo-container {
		height: auto;
	}
}

/* INTRO FORM */

.intro-form h4 {
	color: var(--color-yellow);
}

@media screen and (max-width: 80rem) and (min-width: 64rem) {
	.intro-form .bubble a {
		font-size: .8rem;
	}
}

@media screen and ( max-width: 64rem ) {
	.intro-form .title-text-columns .grid-33 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* INTRO IMAGE */

.intro-image .tay {
	color: var(--color-yellow);
}

.intro-image-img img {
	z-index: -1;
	position: relative;
}

.banner {
	margin-top: -1rem;
	z-index: 5;
	position: relative;
	width: 120%;
}

.banner img {
	margin-left: -10%;
}

/* INTRO INDUSTRY */

.industry-title, .intro-industry .text-bubble h2, .intro-industry ul li::marker  {
	color: var(--color-yellow);
}

.intro-industry ul {
    columns: 2;
    -webkit-columns: 2;
}

.intro-industry ul li:first-child {
	margin-block-start: 0;
}

.industry-details p {
	font-size: 1.25rem;
}

.industry-details li {
	font-size: 1rem;
}

/* OPENINGS */

.job-title {
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 800;
	text-transform: none;
}

.job-location {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
}

.accordion-toggle,
.job-post {
	border-bottom: solid 0.1875rem #f0dcbc !important;
}

.accordion-toggle {
	all: unset;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 1rem !important;
}

.accordion-icon {
	transition: transform 0.3s ease;
	width: 2rem;
	height: 2rem;
}

.accordion-content {
	display: none;
	padding-top: 1rem;
}

.accordion-content.open {
	display: block;
}

.job-post {
	margin-bottom: 2rem;
}

.job-header {
	margin-bottom: 1rem;
}



/* TABS */


.tablink {
	opacity: 0.5;
	transition: opacity 0.3s ease;
	width: 100%;
	padding-top: .625rem;
	border-bottom: solid 0.1875rem #f0dcbc;
}
.tablink.active {
	opacity: 1;
}

.static .tablink {
	opacity: 1;
}

section:not(.static) .tablink,
.tabs:not(.static) .tablink {
	cursor: pointer;
}


@media screen and ( max-width:  64rem ) {
	.tablink {
		opacity: 1;
	}
}

#tab-image {
	opacity: 1;
	transition: opacity 0.5s ease;
	max-width: 100%;
	height: auto;
	display: block;
}
#tab-image.fade-out {
	opacity: 0;
}

#tab-image {
	transition: opacity 0.3s ease;
}
#tab-image.fade-out {
	opacity: 0;
}

.sticky-image {
	position: sticky;
	top: 2rem; /* adjust spacing from top */
}

.static .sticky-image {
	position: relative; /* disable sticky if static */
	top: auto;
}

@media screen and ( max-width: 47.9375rem ) {
	.sticky-image {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
} 


/* TEAM */

.team-links {
	gap: 0.875rem;
}

.team-title {
	font-family: "Albert Sans", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
}

.team-position {
	font-family: "Albert Sans", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
}

.team-content {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
}

.grid-33 .team-image img {
	width: 18rem;
	height: 27rem;
	object-fit: cover;
}

@media screen and ( max-width:  90rem ) {
	.grid-33 .team-image img {
		width: 15.625rem;
		height: 21.875rem;
	}
}

@media screen and ( max-width: 64rem ) {
	.grid-33 .team-image img {
		width: 100%;
		height: 100%;
	}
}

/* TESTIMONIALS */

.testimonial-card {
	border: 0.1875rem solid var(--color-white); /* 3px */
	border-radius: 1rem;
	color: var(--color-white);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: 5%;
	padding-right: 5%;
}
	
.swiper-wrapper {
	align-items: center;
}

.slider-tests > .swiper-wrapper > .swiper-slide-active + .swiper-slide > .testimonial-card, .single-slide {
	background: var(--color-white);
	border-color: var(--color-navy);
	color: var(--color-navy);
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media screen and ( max-width: 47.9375rem ) {
	.swiper-slide-active .testimonial-card {
		background: var(--color-white);
		border-color: var(--color-navy);
		color: var(--color-navy);
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}


@media screen and ( min-width: 47.9375rem ) {
	.single-slide {
		width: 70%;
	}
}

.swiper-nav {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 2rem;
}

.swiper-button-prev,
.swiper-button-next {
	position: static; 
	width: 2.5rem;
	height: 2.5rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.swiper-button-prev {
	background-image: url('/wp-content/themes/becker-wright/assets/images/arrow-left.svg');
}
.swiper-button-next {
	background-image: url('/wp-content/themes/becker-wright/assets/images/arrow-right.svg');
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

/* TEXT LIST */

.background-gradient {
	background: linear-gradient(to bottom, var(--color-neutral) 0% 70%, var(--color-indigo) 70% 100%);
	z-index: 0;
}

.text-list-item {
	border-bottom: solid 0.1875rem #FFFFFF;
	padding-bottom: 1rem;
}

.text-list-padding {
	padding-left: 4rem;
	padding-right: 4rem;
}

@media screen and ( max-width: 47.9375rem ) {
	
	.text-list-padding {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* TITLE TEXT */

.bubble {
	border-radius: var(--radius-2xl);
}

.title-text-columns .grid-33:first-child {
	padding-right: 1.375rem;
}

.title-text-columns .grid-33:nth-child(2) {
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.title-text-columns .grid-33:last-child {
	padding-left: 1.375rem;
}

.text-bubble {
	padding-left: .5rem;
	padding-right: .5rem;
}


@media screen and ( max-width: 47.9375rem ) {
	.title-text-columns .grid-33 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}