/* ======================================================
   DEHRADUN PAGE - COMPLETE CSS (Same as Gurgaon)
   ====================================================== */

/* =========================================================
   CTA SECTION - GURGAON STYLE (ep-cta-section-two)
   ========================================================= */
.ep-cta-section-two {
	padding: 40px 0;
}

	.ep-cta-section-two .cta-main {
		background: #f8f9fa;
		border-radius: 20px;
		padding: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.ep-cta-section-two .cta-main .text {
			flex: 1;
		}

			.ep-cta-section-two .cta-main .text .title {
				font-size: 1.8rem;
				font-weight: 700;
				color: #111827;
			}

			.ep-cta-section-two .cta-main .text .desc {
				color: #4b5563;
				font-size: 1rem;
			}

	.ep-cta-section-two .theme-btn {
		background: #FEBE42;
		color: #000;
		padding: 12px 25px;
		font-weight: 600;
		border-radius: 50px;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}

	.ep-cta-section-two .cta-main .img img {
		max-width: 200px;
	}

@media (max-width: 768px) {
	.ep-cta-section-two .cta-main {
		flex-direction: column;
		text-align: center;
	}

		.ep-cta-section-two .cta-main .img img {
			margin-top: 20px;
			max-width: 150px;
		}
}

/* =========================================================
   FACILITY TABS - SAME AS GURGAON
   ========================================================= */
.warehouse-wrapper {
	width: 100%;
	padding: 20px 0;
}

	.warehouse-wrapper .warehouse-nav {
		list-style: none;
		padding: 0;
		margin: 0 0 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		flex-wrap: wrap;
	}

		.warehouse-wrapper .warehouse-nav li {
			list-style: none;
		}

	.warehouse-wrapper .nav-link {
		border: none;
		background: #f1f1f1;
		padding: 12px 24px;
		font-weight: 600;
		border-radius: 8px;
		cursor: pointer;
		transition: 0.3s ease;
	}

		.warehouse-wrapper .nav-link.active {
			background: #e60023;
			color: #fff;
		}

	.warehouse-wrapper .warehouse-main-box {
		background: #fff;
		border-radius: 14px;
		overflow: hidden;
	}

	.warehouse-wrapper .tab-pane {
		display: none;
	}

		.warehouse-wrapper .tab-pane.active {
			display: block;
		}

	.warehouse-wrapper .contact-map-row {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 20px;
		margin: 20px 0;
	}

	.warehouse-wrapper .contact-info-box {
		flex: 1;
	}

	.warehouse-wrapper .contact-red {
		display: block;
		margin-bottom: 12px;
		color: #e60023;
		text-decoration: none;
		font-weight: 600;
	}

		.warehouse-wrapper .contact-red:hover {
			color: #b8001c;
		}

	.warehouse-wrapper .mini-map iframe {
		width: 200px;
		height: 150px;
		border: 0;
		border-radius: 10px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}

	.warehouse-wrapper .image-slider-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.warehouse-wrapper .stats-grid-bar {
		gap: 8px;
	}

	.warehouse-wrapper .stat-box {
		border-radius: 8px;
		padding: 8px !important;
	}

		.warehouse-wrapper .stat-box h2 {
			margin: 0;
			font-size: 18px;
			font-weight: 700;
			line-height: 1.1;
		}

		.warehouse-wrapper .stat-box p {
			margin: 3px 0 0;
			font-size: 11px;
		}

@media (max-width: 767px) {
	.warehouse-wrapper .contact-map-row {
		flex-direction: column;
	}

	.warehouse-wrapper .mini-map iframe {
		width: 100%;
		height: 200px;
	}

	.warehouse-wrapper .warehouse-nav {
		gap: 10px;
	}

	.warehouse-wrapper .nav-link {
		width: 100%;
		text-align: center;
	}

	.warehouse-wrapper .stat-box {
		padding: 7px !important;
	}

		.warehouse-wrapper .stat-box h2 {
			font-size: 16px;
		}

		.warehouse-wrapper .stat-box p {
			font-size: 10px;
		}
}

/* =========================================================
   SECTION 6: CTA WITH BACK LINK
   ========================================================= */
.section6-dehradun {
	padding: 20px 0;
}

	.section6-dehradun .cta-box {
		border: 1px solid #e0e0e0;
		border-radius: 20px;
		padding: 40px;
		background: #ffffff;
	}

	.section6-dehradun .theme-btn {
		background: #FEBE42;
		color: #000;
		padding: 12px 25px;
		font-weight: 600;
		border-radius: 50px;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}

	.section6-dehradun .title-icon {
		background: #fef2f2;
		width: 48px;
		height: 48px;
		border-radius: 14px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

		.section6-dehradun .title-icon i {
			color: #dc2626;
			font-size: 1.4rem;
		}
