.about-slogan {
	width: 70%;
	background: rgba(0,144,167,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 80px;
}

.about-slogan-title {
	color: #fff;
	font-size: 62px;
	line-height: 68px;
	font-weight: 800;
	font-family: 'Lora';
	letter-spacing: -0.7px;
	margin-bottom: 12px;
}

.about-slogan-text {
	color: #fff;
	font-size: 37px;
	line-height: 44px;
	font-weight: 500;
	font-family: 'Lora';
	letter-spacing: -0.7px;
}

.section-about {
    padding-top: 75px;
    padding-bottom: 80px;
}

.about-bg {
	width: 100%;
	height: 524px;
    display: block;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.contribution-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contribution-block-item {
	width: 50%;
}

.contribution-block-title {
	color: #3f8ea4;
	font-size: 35px;
	line-height: 46px;
	font-weight: 600;
	font-family: 'Lora';
	letter-spacing: -0.7px;
	margin-bottom: 21px;
}

.contribution-block-text {
	color: #84919A;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Inter';
	letter-spacing: -0.32px;
}

.doit-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
  	grid-row-gap: 20px;
}

.doit-block-item-title {
	color: #3f8ea4;
	font-size: 28px;
	line-height: 70px;
	font-weight: 600;
	font-family: 'Lora';
	letter-spacing: -0.7px;
}

.doit-block-item-text {
	color: #84919A;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Inter';
	letter-spacing: -0.32px;
}

.whylra-block {
	display: grid;
	grid-template-rows: 1fr 1fr;
   	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

#item-0 {
	display: block;
   grid-row-start: 1;
   grid-column-start: 1;
   grid-row-end: 3;
   grid-column-end: 2;
}

#item-1 {
   grid-row-start: 1;
   grid-column-start: 2;
   grid-row-end: 2;
   grid-column-end: 3;
}

#item-2 {
   grid-row-start: 1;
   grid-column-start: 3;
   grid-row-end: 2;
   grid-column-end: 4;
}

#item-3 {
   grid-row-start: 2;
   grid-column-start: 2;
   grid-row-end: 3;
   grid-column-end: 3;
}

#item-4 { 
   grid-row-start: 2;
   grid-column-start: 3;
   grid-row-end: 3;
   grid-column-end: 4;
}

.whylra-block-title {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Lora';
	letter-spacing: -0.32px;
	font-weight: 500;
	color: #172f64;
}

.whylra-block-text {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Lora';
	letter-spacing: -0.32px;
	font-weight: 400;
	color: #3f8ea4;
}

.about-def {
	padding: 0 0 40px 0;
}

.about-def .form-block {
	margin: 0 auto;
}

.photo-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
	flex-wrap: wrap;
}

.photo-block img {
	margin-bottom: 8px;
}

.photo-block img:first-child {
	width: 172px;
}

.photo-block img:nth-child(2) {
	width: 249px;
}

.photo-block img:nth-child(3) {
	width: 137px;
}

.photo-block img:nth-child(4) {
	width: 268px;
}

.photo-block img:nth-child(5) {
	width: 324px;
}

.photo-block img:nth-child(6) {
	width: 329px;
}

.photo-block img:nth-child(7) {
	width: 333px;
}

.photo-block img:nth-child(8) {
	width: 509px;
}

.commit-item {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: 110px 110px;
    grid-column-gap: 15%;
    grid-row-gap: 0px;
    padding: 20px 0;
}

.commit-item.reverse {
    grid-template-columns: 1fr 50%;
    grid-template-rows: 110px 110px;
}

.commit-item-first {
  	grid-column: 1 / 1;
  	grid-row: 1 / 1;
  	display: block;
  	align-self: end;
}

.reverse .commit-item-first {
	grid-column: 2 / 2;
  	grid-row: 1 / 1;
}

.commit-item-second {
	grid-column: 1 / 1;
	grid-row: 2 / 2;
	display: block;
	color: #84919A;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.32px;
}

.reverse .commit-item-second {
	grid-column: 2 / 2;
  	grid-row: 2 / 2;
}

.commit-item-third {
	grid-column: 2 / 2;
	grid-row: 1 / 2;
	display: block;
	text-align: left;
}

.reverse .commit-item-third {
	grid-column: 1 / 1;
  	grid-row: 1 / 2;
  	text-align: right;
}

.bx-wrapper .bx-pager {
    bottom: 0px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #84919A !important;
	border: 2px solid #fff;
}

/* ═══════════════════════════════════════════════════════
   Mobile-first About page overhaul
   ═══════════════════════════════════════════════════════ */

/* Disable horizontal scrollflow on mobile (same fix as course pages) */
@media (max-width: 1024px) {
	.scrollflow.-slide-left,
	.scrollflow.-slide-right {
		transform: none !important;
		opacity: 1 !important;
	}
}

@media (max-width:567px) {

	/* ── Hero ── */
	.about-slogan {
		width: 90%;
		padding: 10px;
		position: absolute;
		margin: 0 auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		bottom: 0;
		left: 5%;
	}
	.section-about {
		padding-top: 60px;
		padding-bottom: 12px;
	}
	.about-slogan-title {
		font-size: 20px;
		line-height: 28px;
	}
	.about-slogan-text {
		font-size: 14px;
		line-height: 17px;
	}
	.about-bg {
		height: 157px;
		background-size: cover;
	}

	/* ── Our Vision ── */
	.about-heart {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.about-heart .bg-animation p {
		font-size: 14px;
		line-height: 1.6;
	}

	/* ── Our Contribution ── */
	.contribution-block-item {
		width: 100%;
	}
	.contribution-block {
		flex-wrap: wrap;
	}
	.contribution-block img {
		margin-bottom: 16px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.contribution-block-title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 12px;
	}
	.contribution-block-text {
		font-size: 14px;
		line-height: 20px;
	}

	/* ── How We Do It ── */
	.doit-block {
		grid-template-columns: 1fr;
		gap: 4px;
	}
	.doit-block-item {
		padding: 8px 0;
		border-bottom: 1px solid #eef0f2;
	}
	.doit-block-item:last-child {
		border-bottom: none;
	}
	.doit-block-item-title {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 4px;
	}
	.doit-block-item-text {
		font-size: 14px;
		line-height: 20px;
	}

	/* ── Testimonials ── */
	.section-mentors {
		padding: 24px 0;
	}
	.section-mentors .mentor img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		object-fit: cover;
	}
	.section-mentors .mentor p {
		font-size: 13px;
		line-height: 1.6;
		max-height: 300px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.section-mentors .mentor-name h3 {
		font-size: 18px;
	}

	/* ── Why LRA grid ── */
	.whylra-block {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-gap: 16px;
	}
	#item-0 {
		grid-column: 1;
		grid-row: 1;
		text-align: center;
	}
	#item-0 img {
		width: 80px;
	}
	#item-1 { grid-column: 1; grid-row: 2; }
	#item-2 { grid-column: 1; grid-row: 3; }
	#item-3 { grid-column: 1; grid-row: 4; }
	#item-4 { grid-column: 1; grid-row: 5; }
	.whylra-block-title {
		font-size: 16px;
		line-height: 22px;
		font-family: 'Lora';
		font-weight: 600;
		color: #172f64;
		margin-bottom: 2px;
	}
	.whylra-block-text {
		font-size: 14px;
		line-height: 20px;
		padding-left: 12px;
		position: relative;
		color: #3f8ea4;
	}
	.whylra-block-text:before {
		content: "";
		width: 5px;
		height: 5px;
		background: #3f8ea4;
		border-radius: 50%;
		position: absolute;
		left: 0px;
		top: 7px;
	}

	/* ── Commitment to Excellence ── */
	.commit-item,
	.commit-item.reverse {
		display: grid;
		grid-template-columns: 56px 1fr;
		grid-template-rows: auto auto;
		grid-column-gap: 12px;
		grid-row-gap: 0;
		padding: 12px 0;
		align-items: start;
	}
	.commit-item-first,
	.reverse .commit-item-first {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		text-align: left;
	}
	.commit-item-second,
	.reverse .commit-item-second {
		grid-column: 1 / -1;
		grid-row: 2;
		margin-left: 0;
		font-size: 14px;
		line-height: 20px;
		padding-top: 6px;
	}
	.commit-item-third,
	.reverse .commit-item-third {
		grid-column: 1;
		grid-row: 1;
		text-align: left;
		align-self: center;
	}
	.commit-item-first .statistic-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0;
		text-align: left;
		max-width: none;
	}
	.commit-item-third img {
		width: 56px;
		height: auto;
	}

	/* ── Founder section ── */
	.section-founder .bg-animation {
		padding: 20px 0;
	}
	.section-founder .py {
		padding: 0;
	}
	.section-founder .img-text {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	.section-founder .img-c {
		text-align: center;
	}
	.section-founder .img-c img {
		max-width: 200px;
		border-radius: 12px;
	}
	.section-founder .text-container {
		font-size: 14px;
		line-height: 1.6;
	}
	.section-founder .text-container p {
		font-size: 14px;
		line-height: 1.6;
	}
	.section-founder .text-container .blob {
		width: 40px;
		height: 40px;
		margin-bottom: 8px;
	}
	.section-founder .text-container .blob img {
		width: 40px;
		height: 40px;
	}
	.section-founder .text-container p.float {
		float: none !important;
		shape-outside: none !important;
	}

	/* ── Photo gallery ── */
	.photo-block {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 6px;
		margin-top: 16px;
	}
	.photo-block img,
	.photo-block img:first-child,
	.photo-block img:nth-child(2),
	.photo-block img:nth-child(3),
	.photo-block img:nth-child(4),
	.photo-block img:nth-child(5),
	.photo-block img:nth-child(6),
	.photo-block img:nth-child(7),
	.photo-block img:nth-child(8) {
		width: 100%;
		height: auto;
		border-radius: 6px;
		object-fit: cover;
	}
	.photo-block div {
		width: 100%;
	}
	.photo-block div img {
		width: 100%;
	}

	/* ── Client logos ── */
	.today {
		gap: 12px;
	}
	.today img {
		max-height: 40px;
		width: auto;
	}

	/* ── General section tightening ── */
	section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wrap {
		padding: 0 16px;
	}
	.title h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	.center-btn {
		margin-top: 16px;
		margin-bottom: 8px;
	}
}
