/* ==========================================================================
   Holcim Egypt Microsite - Mobile Responsive Styles
   Matches Reference Mobile Specification Pixel-for-Pixel
   ========================================================================== */

@media screen and (max-width: 767px) {
	/* Base & Reset for Mobile */
	html, body {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
		background: #ffffff;
	}

	.desktop-only {
		display: none !important;
	}

	.mobile-only {
		display: flex !important;
	}

	/* ==========================================================================
	   1. MOBILE HEADER
	   ========================================================================== */
	.header {
		height: 52px;
		padding: 0 16px;
		background: #ffffff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		width: 100%;
		box-sizing: border-box;
	}

	.header-container-inner {
		padding: 0;
		justify-content: center;
		width: 100%;
		max-width: 100%;
	}

	.header-phone,
	.header-nav,
	.mobile-header-menu {
		display: none !important;
	}

	.header-logo {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.header-logo-svg {
		width: 185px;
		height: 25px;
	}

	/* ==========================================================================
	   2. MOBILE HERO SECTION
	   ========================================================================== */
	.promo-section {
		height: 285px;
		min-height: 260px;
		padding: 0 16px 20px;
		align-items: flex-end;
		justify-content: flex-end; /* in RTL, right-aligned */
		box-sizing: border-box;
		width: 100%;
	}

	.promo-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	user-select: none;
  	-webkit-user-select: none;
}

	.promo-overlay {
		background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.05) 100%);
	}

	.promo-content {
		position: absolute;
		right: 16px;
		bottom: 20px;
		max-width: 250px;
		width: 100%;
		gap: 12px;
		align-items: flex-end;
		margin: 0;
		text-align: right;
	}

	.promo-title {
		font-size: 16px;
		line-height: 1.35;
		font-weight: 700;
		width: 100%;
		text-align: right;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	}

	.promo-btn {
		font-size: 13px;
		font-weight: 600;
		padding: 8px 22px;
		align-self: flex-start;
		border-radius: 4px;
		box-shadow: 0 3px 10px rgba(24, 67, 112, 0.35);
	}

	/* ==========================================================================
	   3. MOBILE SECTION 2: PRODUCT SHOWCASE
	   ========================================================================== */
	.section {
		padding: 32px 10px 36px;
		gap: 18px;
		background: #ffffff;
		width: 100%;
		box-sizing: border-box;
	}

	.section-col-top {
		width: 100%;
		max-width: 320px;
		gap: 6px;
		margin: 0 auto;
		text-align: center;
	}

	.section-subtitle-symbol {
		font-size: 18px;
		line-height: 1.35;
		color: #041739;
		font-weight: 700;
	}

	.section-text {
		font-size: 11.5px;
		line-height: 1.5;
		color: #6f6e73;
		max-width: 290px;
		margin: 0 auto;
	}

	.showcase-container {
		width: 100%;
		max-width: 100%;
		padding: 0 4px;
		gap: 4px;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}

	.slider-arrow {
		padding: 4px;
		flex-shrink: 0;
	}

	.slider-arrow svg {
		width: 16px;
		height: 16px;
	}

	.showcase-content {
		gap: 12px;
		width: 100%;
		justify-content: center;
		align-items: center;
		flex: 1;
	}

	.showcase-card-wrapper {
		gap: 0;
	}

	.showcase-card-bg {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: right center;
		display: block !important;
		border-radius: 4px;
		z-index: 0;
	}

	.showcase-card {
		position: relative;
		width: 155px;
		height: 215px;
		background: #ffffff;
		box-shadow: none;
		border-radius: 4px;
		overflow: visible;
	}

	.showcase-card-bag {
		position: absolute;
		bottom: auto;
		top: 8px;
		left: 0;
		right: auto;
		width: 140px;
		height: auto;
		display: block;
		filter: drop-shadow(-6px 8px 12px rgba(0, 0, 0, 0.25));
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	.showcase-typography {
		min-width: 0;
		text-align: right;
	}

	.product-subcode {
		font-size: 11px !important;
		font-weight: 600 !important;
		margin-bottom: 4px !important;
		letter-spacing: 0;
		line-height: 1.4 !important;
		color: #041739 !important;
	}

	.product-catchphrase {
		font-size: 24px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		letter-spacing: -0.4px !important;
		color: #041739 !important;
	}

	.showcase-indicators {
		display: none !important;
	}

	/* ==========================================================================
	   4. MOBILE SECTION 3: STRATEGIC PILLARS / ACCORDION
	   ========================================================================== */
	.row {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		min-height: auto !important;
		background: #ffffff;
	}

	.story-image {
		order: 1 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: 215px !important;
		overflow: hidden;
	}

	.story-image .img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}

	.col-left {
		order: 2 !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 24px 16px 28px !important;
		gap: 14px;
		box-sizing: border-box !important;
	}

	.col-top1 {
		gap: 8px;
		text-align: right !important;
		align-items: stretch;
		width: 100%;
	}

	.subtitle-symbol1 {
		font-size: 20px !important;
		line-height: 1.4 !important;
		font-weight: 700 !important;
		color: #041739 !important;
		text-align: right !important;
		width: 100%;
	}

	.text-symbol1 {
		font-size: 12px !important;
		line-height: 1.6 !important;
		color: #6f6e73 !important;
		text-align: right !important;
		max-width: none;
		width: 100%;
		margin: 0;
	}

	.horizontal-border {
		margin-top: 12px;
		border-top: 1px solid rgba(157, 157, 157, 0.25);
		width: 100%;
	}

	.accordion-item {
		border-bottom: 1px solid rgba(157, 157, 157, 0.25);
		width: 100%;
	}

	.accordion-header {
		padding: 13px 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	/* In RTL: button-text (01) is child 1 = on right, button-subtitle is child 2 = middle/right, button-icon-wrapper is child 3 = on left */
	.button-text {
		font-size: 12px !important;
		font-weight: 700 !important;
		line-height: 16px !important;
		min-width: 20px;
		color: #4bb05b !important;
		margin-left: 8px;
	}

	.button-subtitle {
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 24px !important;
		margin: 0;
		color: #041739 !important;
		flex: 1;
		text-align: right;
	}

	.button-icon-wrapper {
		width: 16px;
		height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.accordion-chevron {
		width: 14px;
		height: 14px;
	}

	.accordion-body p {
		font-size: 12px;
		line-height: 1.55;
		padding-bottom: 12px;
		color: #555555;
		text-align: right;
	}

	/* ==========================================================================
	   5. MOBILE SECTION 4: SUSTAINABILITY & PRODUCTS LINEUP
	   ========================================================================== */
	.sustainability-section {
		width: 100%;
		background: #ffffff;
		padding: 24px 0 0;
	}

	.sustainability-mobile-wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
		background: #ffffff;
	}

	.sustainability-mobile-text {
		padding: 0 16px;
		text-align: right;
		box-sizing: border-box;
	}

	.sustainability-mobile-title {
		font-size: 20px;
		line-height: 1.4;
		font-weight: 700;
		color: #041739;
		margin: 0;
		text-align: right;
	}

	.sustainability-mobile-desc {
		font-size: 12px;
		line-height: 1.6;
		color: #6f6e73;
		max-width: 320px;
		margin: 10px 0 14px auto;
		text-align: right;
	}

	.sustainability-mobile-brand {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 4px 16px 12px;
	}

	.sustainability-brand-svg {
		width: 185px;
		height: 25px;
		pointer-events: none;
	}

	.sustainability-mobile-img-wrap {
		width: 100%;
		overflow: hidden;
		background: #ffffff;
	}

	.sustainability-mobile-img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* ==========================================================================
	   6. MOBILE FOOTER
	   ========================================================================== */
	.footer {
		padding: 28px 16px 20px;
		gap: 16px;
		background-color: #041739;
		box-sizing: border-box;
		width: 100%;
	}

	.footer-row-top {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		width: 100%;
	}

	.footer-logo {
		order: 1;
	}

	.footer-graphic {
		width: 185px;
		height: 25px;
	}

	.footer-contact {
		order: 2;
		font-size: 13px;
		gap: 6px;
		color: #ffffff;
	}

	.footer-phone-icon {
		width: 16px;
		height: 16px;
	}

	.footer-row-left1 {
		order: 3;
		justify-content: center;
		gap: 12px;
	}

	.circle-light {
		width: 34px;
		height: 34px;
	}

	.circle-light-icon {
		width: 16px;
		height: 16px;
	}

	.footer-row-bottom {
		border-top: none;
		padding-top: 6px;
		width: 100%;
	}

	.footer-text-mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
		width: 100%;
	}

	.footer-text-mobile p {
		font-size: 10.5px;
		line-height: 1.5;
		text-align: center;
		color: rgba(255, 255, 255, 0.7);
		font-family: 'Montserrat', sans-serif;
		margin: 0;
	}
}
