/* ==========================================================================
   The Capital — About / Who We Are
   Full-width 50/50 split: text left (flush right edge), image right.
   ========================================================================== */

/* ------------------------------------------------------------------
   1. Section Layout
   ------------------------------------------------------------------ */
.tc-about {
	overflow: hidden;
	padding-bottom: 90px;
}

.tc-about > .elementor-container,
.tc-about > .elementor-row {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* ------------------------------------------------------------------
   2. Text Column — left side, no right padding (flush to image)
   ------------------------------------------------------------------ */
.tc-about-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Ensure the inner widget-wrap uses our padding, not Elementor defaults */
.tc-about-content > .elementor-widget-wrap,
.tc-about-content > .elementor-element-populated {
	padding-right: 80px;
	padding-left: 20px !important;

	@media (min-width: 1440px) {
		padding-left: calc((100vw - 1400px) / 2) !important;
	}
}

/* ------------------------------------------------------------------
   3. Eyebrow / Subheading  ("ABOUT US")
   ------------------------------------------------------------------ */
.tc-about-subheading {
	margin-bottom: 40px !important;
}

.tc-about-subheading .elementor-heading-title {
	font-family: 'DM Sans', var(--tc-font-body), sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	letter-spacing: 3.78px !important;
}

/* ------------------------------------------------------------------
   4. Staggered Title
   "Who" large, "We Are" slightly smaller + indented
   ------------------------------------------------------------------ */
.tc-about-title-line1 {
	margin-bottom: 5px !important;
}

.tc-about-title-line1 .elementor-heading-title {
	font-size: 79px !important;
	line-height: 0.95;
}

.tc-about-title-line2 {
	transform: translateX(90px);
	margin-top: -4px !important;
	margin-bottom: 25px !important;
}

.tc-about-title-line2 .elementor-heading-title {
	font-size: 56px !important;
	line-height: 0.95;
}

/* ------------------------------------------------------------------
   5. Tagline / Quote
   ------------------------------------------------------------------ */
.tc-about-tagline,
.tc-about-quote {
	margin-top: 8px;
	margin-bottom: 34px;
}

.tc-about-quote {
	font-size: 21px !important;
}

/* ------------------------------------------------------------------
   5b. Body content text
   ------------------------------------------------------------------ */
.tc-about-text,
.tc-about-text .elementor-widget-container {
	font-size: 16px !important;
	margin-top: 35px;
	padding-right: 20%;
	line-height: 27px;

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

.tc-about-text p {
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------
   6. Divider
   ------------------------------------------------------------------ */
.tc-about-divider {
	margin-bottom: 28px;
}

.tc-about-divider .elementor-divider-separator {
	border-color: rgba(255, 255, 255, 0.15) !important;
}

/* ------------------------------------------------------------------
   7. Body Copy
   ------------------------------------------------------------------ */
.tc-about-body {
	margin-bottom: 24px;
}

.tc-about-body p {
	margin-bottom: 14px;
}

.tc-about-body p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------
   8. Button
   ------------------------------------------------------------------ */
.tc-about-btn {
	margin-top: 8px;
}

/* ------------------------------------------------------------------
   9. Image Column — full-bleed cover, right side
   ------------------------------------------------------------------ */
.tc-about-img-col {
	padding: 0 !important;
	overflow: hidden;
}

.tc-about-img-col .tc-about-img img,
.tc-about-img-col .tc-about-img .elementor-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 600px;
}

/* Remove Elementor image widget default margin */
.tc-about-img-col .elementor-widget-image {
	margin-bottom: 0;
	height: 100%;
}

.tc-about-img-col .elementor-widget-image .elementor-widget-container {
	height: 100%;
}

/* ------------------------------------------------------------------
   10. Responsive
   ------------------------------------------------------------------ */
@media (max-width: 1200px) {

	.tc-about-content > .elementor-widget-wrap,
	.tc-about-content > .elementor-element-populated {
		padding-right: 60px;
		padding-left: 0;
	}
}

@media (max-width: 1024px) {

	.tc-about-content > .elementor-widget-wrap,
	.tc-about-content > .elementor-element-populated {
		padding-right: 40px;
	}

	.tc-about-title-line2 {
		transform: translateX(80px);
	}
}

@media (max-width: 767px) {
	.tc-about {
		padding-bottom: 20px;
	}
	/* Stack: text on top, image below */
	.tc-about > .elementor-container,
	.tc-about > .elementor-row {
		flex-direction: column !important;
	}

	.tc-about-content,
	.tc-about-img-col {
		width: 100% !important;
	}

	.tc-about-content {
		padding: 60px 20px !important;
	}

	.tc-about-content > .elementor-widget-wrap,
	.tc-about-content > .elementor-element-populated {
		padding-right: 0;
		padding-left: 0px !important;
	}

	.tc-about-subheading .elementor-heading-title {
		font-size: 13px !important;
	}

	.tc-about-img-col .tc-about-img img,
	.tc-about-img-col .tc-about-img .elementor-image img {
		min-height: 350px;
		max-height: 450px;
	}
}

@media (max-width: 500px) {
	.tc-about-quote {
		text-align: center !important;
	}

	.tc-about-subheading {
		padding: 0 65px;
	}	

	.tc-about-title-line2 {
		text-align: right !important;
        padding-right: 65px;
		transform: none;
	}

	.tc-about-title-line1 {
		padding: 0 65px;
	}

	.tc-about-title-line2 {
		padding-left: 65px;
	}	
}