:root {
	--primary: #1f3c88;
	--primary-dark: #152757;
	--secondary-start: #4facfe;
	--secondary-end: #00f2fe;
	--accent: #f9a825;
	--accent-soft: rgba(249, 168, 37, 0.1);
	--bg-light: #f7f9fc;
	--text-dark: #1b1f3b;
	--body-font: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Global */

body {
	font-family: var(--body-font);
	color: var(--text-dark);
	background-color: #ffffff;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

/* Navbar */

.navbar-custom {
	background: linear-gradient(120deg, var(--primary-dark), var(--primary));
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-brand .logo-accent {
	color: var(--accent);
}

.navbar .nav-link {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 500;
	margin-inline: 0.25rem;
}

	.navbar .nav-link:hover,
	.navbar .nav-link.active {
		color: #ffffff;
	}

.navbar.scrolled {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}



/* Hero */

.hero-section {
	padding-top: 6rem;
	padding-bottom: 4rem;
	background: radial-gradient(circle at top left, rgba(79, 172, 254, 0.15), transparent 60%), radial-gradient(circle at bottom right, rgba(0, 242, 254, 0.2), transparent 55%), linear-gradient(135deg, var(--primary-dark), var(--primary));
	color: #ffffff;
}

.hero-image-wrapper {
	position: relative;
}

.hero-main-img {
	object-fit: cover;
	max-height: 420px;
	width: 100%;
}

.hero-stats-card {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	background: #ffffff;
	border-radius: 1rem;
	padding: 0.75rem 1rem;
	min-width: 170px;
}

.hero-badge {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	background: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	padding: 0.5rem 0.9rem;
	border-radius: 999px;
	font-size: 0.85rem;
}

.text-gradient {
	background: linear-gradient(120deg, var(--secondary-start), var(--secondary-end));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Buttons */

.btn-gradient {
	background: linear-gradient(135deg, var(--secondary-start), var(--secondary-end));
	border: none;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(79, 172, 254, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

	.btn-gradient:hover {
		color: #ffffff;
		transform: translateY(-1px);
		box-shadow: 0 12px 30px rgba(79, 172, 254, 0.55);
		filter: brightness(1.03);
	}

.btn-outline-light:hover {
	color: #1f3c88 !important;
}

/* Sections & Utilities */

.section-heading h2 {
	font-size: 2rem;
}

.bg-gradient-soft {
	background: linear-gradient(135deg, #f5fbff, #f7f9fc);
}

.speciality-section {
	background: radial-gradient(circle at top right, rgba(79, 172, 254, 0.12), transparent 55%), #ffffff;
}

/* Cards & Features */

.feature-card {
	border: none;
	border-radius: 1.2rem;
	box-shadow: 0 8px 22px rgba(18, 38, 63, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

	.feature-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 12px 36px rgba(18, 38, 63, 0.12);
	}

.icon-circle {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(79, 172, 254, 0.08);
	color: var(--primary);
	font-size: 1.3rem;
}

/* Specialities */

.speciality-item {
	background: #ffffff;
	border-radius: 1rem;
	padding: 1rem 1.1rem;
	box-shadow: 0 6px 18px rgba(18, 38, 63, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

	.speciality-item i {
		color: var(--primary);
		font-size: 1.5rem;
		margin-bottom: 0.3rem;
	}

	.speciality-item h6 {
		font-weight: 600;
	}

	.speciality-item:hover {
		transform: translateY(-4px);
		box-shadow: 0 10px 26px rgba(18, 38, 63, 0.12);
	}

/* CTA */

.cta-section {
	background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.cta-section {
	background: linear-gradient(135deg, var(--primary-dark), var(--primary));
	position: relative;
	overflow: hidden;
}

	.cta-section::before {
		content: "";
		position: absolute;
		inset: -40%;
		background: radial-gradient(circle at top left, rgba(79, 172, 254, 0.25), transparent 60%), radial-gradient(circle at bottom right, rgba(249, 168, 37, 0.18), transparent 60%);
		opacity: 0.9;
		pointer-events: none;
	}

.cta-card-modern {
	background: rgba(5, 8, 22, 0.75);
	border-radius: 1.2rem;
	padding: 1.25rem 1.4rem;
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(10px);
}

/* Footer */

.footer-section {
	/*	background: radial-gradient(circle at top left, rgba(79, 172, 254, 0.12), transparent 55%), radial-gradient(circle at bottom right, rgba(249, 168, 37, 0.12), transparent 55%), #050816;*/
	background: linear-gradient(120deg, var(--primary-dark), var(--primary));
	color: #e5e7eb;
	margin-top: 0;
	position: relative;
	overflow: hidden;
}

	.footer-section::before {
		content: "";
		position: absolute;
		inset: 0;
		background: radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 60%);
		opacity: 0.7;
		pointer-events: none;
	}

.footer-top {
	position: relative;
	z-index: 1;
}

.footer-divider {
	border-color: rgba(148, 163, 184, 0.3);
}

.footer-logo-circle {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--secondary-start), var(--secondary-end));
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.25rem;
	box-shadow: 0 10px 25px rgba(79, 172, 254, 0.55);
}

.footer-links li {
	margin-bottom: 0.45rem;
}

.footer-links a,
.footer-links span {
	color: #b0c4ff;
	transition: color 0.2s ease, transform 0.15s ease;
	display: inline-flex;
	align-items: center;
}

	.footer-links a::before,
	.footer-links span::before {
		content: "›";
		font-size: 0.8rem;
		margin-right: 0.4rem;
		opacity: 0.6;
	}

	.footer-links a:hover {
		color: #ffffff;
		transform: translateX(2px);
	}

.social-icon {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, 0.9);
	color: #e5e7eb;
	font-size: 1.1rem;
	border: 1px solid rgba(148, 163, 184, 0.35);
	transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

	.social-icon:hover {
		background: linear-gradient(135deg, var(--secondary-start), var(--secondary-end));
		color: #ffffff;
		transform: translateY(-2px);
		box-shadow: 0 10px 24px rgba(79, 172, 254, 0.6);
	}

.footer-form .footer-input {
	max-width: 260px;
	background-color: rgba(15, 23, 42, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.5);
	color: #e5e7eb;
}

	.footer-form .footer-input::placeholder {
		color: rgba(148, 163, 184, 0.85);
	}

	.footer-form .footer-input:focus {
		background-color: rgba(15, 23, 42, 0.95);
		border-color: var(--secondary-start);
		box-shadow: 0 0 0 0.125rem rgba(79, 172, 254, 0.45);
	}



/* Page Header (Inner pages) */

.page-header {
	padding-top: 6rem;
	padding-bottom: 2.5rem;
	background: linear-gradient(135deg, rgba(31, 60, 136, 0.96), rgba(31, 60, 136, 0.9)), radial-gradient(circle at top right, rgba(0, 242, 254, 0.18), transparent 55%);
	color: #ffffff;
}

	.page-header h1 {
		color: #ffffff;
	}

	.page-header .breadcrumb {
		--bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.6);
	}

	.page-header .breadcrumb-item a {
		color: rgba(255, 255, 255, 0.8);
	}

/* About / Stats */

.stat-card {
	background: #ffffff;
	border-radius: 1rem;
	padding: 1rem 1.1rem;
	box-shadow: 0 8px 22px rgba(18, 38, 63, 0.06);
}

/* Mission cards */

.mission-card {
	border: none;
	border-radius: 1.2rem;
	box-shadow: 0 8px 24px rgba(18, 38, 63, 0.07);
}

/* Why choose us (about page) */

.why-card {
	background: #ffffff;
	border-radius: 1.1rem;
	padding: 1.5rem 1.4rem;
	box-shadow: 0 8px 20px rgba(18, 38, 63, 0.06);
	text-align: left;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

	.why-card i {
		font-size: 1.7rem;
		color: var(--primary);
		margin-bottom: 0.6rem;
	}

	.why-card h6 {
		font-weight: 600;
	}

	.why-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 12px 34px rgba(18, 38, 63, 0.18);
	}

/* Experience cards */

.exp-card {
	background: #ffffff;
	border-radius: 1.1rem;
	padding: 1.1rem 1.2rem;
	box-shadow: 0 8px 20px rgba(18, 38, 63, 0.06);
}

/* Services */

.service-card {
	border: none;
	border-radius: 1.2rem;
	box-shadow: 0 8px 22px rgba(18, 38, 63, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

	.service-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 14px 34px rgba(18, 38, 63, 0.18);
	}

.service-icon {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(79, 172, 254, 0.08);
	color: var(--primary);
	font-size: 1.4rem;
}

.highlight-card {
	border: 1px solid rgba(249, 168, 37, 0.25);
}

/* Gallery */

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	cursor: pointer;
}

	.gallery-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.35s ease;
	}

.gallery-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
	opacity: 0;
	color: #ffffff;
	display: flex;
	align-items: flex-end;
	padding: 0.9rem;
	transition: opacity 0.25s ease;
}

.gallery-item:hover img {
	transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

/* Contact */

.contact-card {
	border-radius: 1.2rem;
}

.form-control {
	border-radius: 0.75rem;
}

	.form-control:focus {
		border-color: var(--secondary-start);
		box-shadow: 0 0 0 0.125rem rgba(79, 172, 254, 0.42);
	}

.contact-hero {
	background: linear-gradient(135deg, rgba(21, 39, 87, 0.98), rgba(31, 60, 136, 0.95)), radial-gradient(circle at top right, rgba(0, 242, 254, 0.25), transparent 55%);
}

.contact-card-modern {
	border-radius: 1.4rem;
}

.quick-card {
	background: #ffffff;
	border-radius: 1.1rem;
	padding: 0.9rem 1rem;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.quick-icon {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(79, 172, 254, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 1.3rem;
}

/* Floating Buttons */

.floating-btn {
	position: fixed;
	z-index: 999;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-btn {
	right: 1.25rem;
	bottom: 1.25rem;
	background-color: #25d366;
}

.call-btn {
	left: 1.25rem;
	bottom: 1.25rem;
	background: linear-gradient(135deg, #ff9800, #ffb74d);
}

.floating-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.55);
}

/* Accent helpers */

.text-accent {
	color: var(--accent);
}

.bg-accent-soft {
	background-color: var(--accent-soft);
}

.webcolor {
	color:white !important;
}
/* Responsive tweaks */

@media (max-width: 991.98px) {
	.hero-section {
		text-align: center;
	}

	.hero-image-wrapper {
		max-width: 480px;
		margin: 0 auto;
	}

	.hero-stats-card {
		left: 50%;
		transform: translateX(-50%);
	}

	.hero-badge {
		right: 50%;
		transform: translateX(50%);
	}
}

@media (max-width: 575.98px) {
	.hero-section {
		padding-top: 5.5rem;
	}

	.section-heading h2 {
		font-size: 1.7rem;
	}
}

.navbar-logo {
	height: 44px; /* good for desktop */
	width: 52px;
	border-radius: 4px;
}

@media (max-width: 575.98px) {
	.navbar-logo {
		height: 50px; /* slightly smaller on mobile */
	}
}

.testimonial-section {
	padding: 80px 0;
	background: #fff;
	text-align: center;
}

.section-title {
	font-size: 36px;
	font-weight: 700;
}

.section-subtitle {
	margin-bottom: 50px;
	color: rgba(33, 37, 41, 0.75);
}

.testimonial-card {
	background: linear-gradient(135deg, #0f2a5c, #1f4d8f);
	color: #fff;
	padding: 30px;
	border-radius: 15px;
	max-width: 600px;
	margin: auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

	.testimonial-card p {
		font-style: italic;
		margin-bottom: 20px;
	}

	.testimonial-card h4 {
		color: #fff;
		margin-bottom: 5px;
	}

.rating {
	
	font-size: 18px !important;
	margin-bottom: 15px !important;
}

	.rating i {
		margin-right: 3px !important;
	}

.partner-section {
	padding: 180px 0;
	background: #f4f8ff;
	text-align: center;
}

.partner-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	margin-top: 40px;
}

.partner-card {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	transition: 0.3s;
	text-align: left;
}

	.partner-card:hover {
		transform: translateY(-8px);
	}

	.partner-card h4 {
		color: #0f2a5c;
		margin-bottom: 10px;
	}

	.partner-card p {
		font-size: 14px;
		margin-bottom: 10px;
		color: #555;
	}

	.partner-card span {
		display: block;
		font-size: 13px;
		color: #777;
	}


.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5 !important;
	border-left: none;
	border-right: none;
	border-top: none;
}

	.accordion .accordion-item button[aria-expanded='true'] {
		border-bottom: 1px solid #03b5d2;
	}

.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}

	.accordion button:hover,
	.accordion button:focus {
		cursor: pointer;
		color: #03b5d2;
	}

		.accordion button:hover::after,
		.accordion button:focus::after {
			cursor: pointer;
			color: #03b5d2;
			border: 1px solid #03b5d2;
		}

	.accordion button .accordion-title {
		padding: 1em 1.5em 1em 0;
	}

	.accordion button .icon {
		display: inline-block;
		position: absolute;
		top: 18px;
		right: 0;
		width: 22px;
		height: 22px;
		border: 1px solid;
		border-radius: 22px;
	}

		.accordion button .icon::before {
			display: block;
			position: absolute;
			content: '';
			top: 9px;
			left: 5px;
			width: 10px;
			height: 2px;
			background: currentColor;
		}

		.accordion button .icon::after {
			display: block;
			position: absolute;
			content: '';
			top: 5px;
			left: 9px;
			width: 2px;
			height: 10px;
			background: currentColor;
		}

	.accordion button[aria-expanded='true'] {
		color: #03b5d2;
	}

		.accordion button[aria-expanded='true'] .icon::after {
			width: 0;
		}

		.accordion button[aria-expanded='true'] + .accordion-content {
			opacity: 1;
			max-height: 9em;
			transition: all 200ms linear;
			will-change: opacity, max-height;
		}

.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

	.accordion .accordion-content p {
		font-size: 1rem !important;
		font-weight: 300 !important;
		margin: 2em 0 !important;
	}



/* Accordion: allow larger expanded height to avoid clipping */
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 1000px; /* increase from 9em to a big enough value */
	transition: opacity 200ms linear, max-height 300ms ease;
	will-change: opacity, max-height;
}

@media (max-width:568px){
	.accordion button {
		font-size: 14px;
		justify-content: space-between;
		display: flex;
	}
}

@media (max-width:992px){
	.navbar .container {
		width:100%;
	}
}

/* Fix horizontal scroll */

html, body {
	overflow-x: hidden;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.hero-section {
	overflow: hidden;
}

.hero-image-wrapper {
	overflow: hidden;
}

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

.swiper-pagination-bullet{
	background-color: whitesmoke!important;
}

.footer-bottom-bar {
	background: rgba(0,0,0,0.3);
	padding: 12px 0;
	margin-top: 20px;
}

.md-image{
	height: 400px;
	width: 472px;
}

@media (max-width: 575.98px) {
	.footer-form .footer-input {
		max-width: 100%;
	}

	.md-image {
		height: 400px;
		width: 100%;
	}
}


.facebook-btn {
	background-color: #1877f2;
	color: #fff;
	bottom: 90px;
}

	.facebook-btn:hover {
		background-color: #0d65d9;
		color: #fff;
	}

.floating-btn {
	position: fixed;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	z-index: 9999;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.whatsapp-btn {
	background-color: #25d366;
	color: #fff;
	bottom: 25px;
}

/* =========================================================
   CHANNEL PARTNERS SECTION
   ========================================================= */

.channel-partners-section {
	background: #ffffff;
	padding: 18px 0 35px;
}


/* =========================================================
   MAIN OUTER BOX
   ========================================================= */

.channel-partners-box {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #ffffff;
	border: 2px solid #d7e3ef;
	border-radius: 12px;
	padding: 16px 18px 22px;
	overflow: hidden;
}


/* =========================================================
   HEADING
   ========================================================= */

.channel-heading {
	margin-bottom: 18px;
}

	.channel-heading h2 {
		margin: 0;
		color: #073b78;
		font-size: 32px;
		line-height: 1.2;
		font-weight: 800;
		letter-spacing: -0.5px;
	}

	.channel-heading p {
		margin: 5px 0 0;
		color: #4e5f70;
		font-size: 14px;
		font-weight: 500;
	}


/* =========================================================
   GRID
   ========================================================= */

.channel-partners-row {
	margin-left: -7px;
	margin-right: -7px;
}

	.channel-partners-row > div {
		padding-left: 7px;
		padding-right: 7px;
	}


/* =========================================================
   PARTNER CARD
   ========================================================= */

.channel-partner-card {
	position: relative;
	width: 100%;
	background: #ffffff;
	border: 1px solid #cddce9;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(16, 67, 110, 0.10);
	padding-bottom: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

	.channel-partner-card:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 20px rgba(16, 67, 110, 0.16);
	}


/* =========================================================
   BLUE CARD HEADER
   ========================================================= */

.channel-card-header {
	position: relative;
	height: 38px;
	display: flex;
	align-items: center;
	padding-left: 14px;
	background: #064b9b;
	overflow: hidden;
}

	.channel-card-header span {
		position: relative;
		z-index: 2;
		color: #ffffff;
		font-size: 15px;
		font-weight: 700;
		line-height: 38px;
	}


	/* Blue diagonal shape */

	.channel-card-header::after {
		content: "";
		position: absolute;
		top: 0;
		right: 28px;
		width: 125px;
		height: 100%;
		background: #1766bd;
		transform: skewX(-30deg);
	}


	/* Green corner */

	.channel-card-header::before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 18px;
		height: 100%;
		background: #20a85a;
		z-index: 3;
	}


/* =========================================================
   IMAGE AREA
   ========================================================= */

.channel-images {
	padding: 10px 10px 0;
	margin: 0;
}

	.channel-images > div {
		padding-left: 4px;
		padding-right: 4px;
	}

.channel-image-box {
	position: relative;
	height: 125px;
	overflow: hidden;
	border: 1px solid #d4dce3;
	border-radius: 8px;
	background: #eeeeee;
}

	.channel-image-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}


/* =========================================================
   IMAGE LABEL
   ========================================================= */

.image-label {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	background: rgba(4, 57, 112, 0.94);
	color: #ffffff;
	padding: 3px 17px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	white-space: nowrap;
}


/* =========================================================
   EMPTY IMAGE
   ========================================================= */

.channel-no-image {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #edf2f5;
	color: #9aa5ad;
	font-size: 42px;
}


/* =========================================================
   PARTNER NAME
   ========================================================= */

.channel-partner-name {
	min-height: 34px;
	padding: 9px 10px 5px;
	color: #073b78;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* =========================================================
   DETAILS
   ========================================================= */

.channel-details {
	padding: 2px 14px 0;
}

.channel-detail-item {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	min-height: 25px;
	margin-bottom: 6px;
	color: #3e4b57;
	font-size: 13px;
	line-height: 19px;
}

	.channel-detail-item i {
		flex: 0 0 19px;
		width: 19px;
		height: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #0b9b5b;
		font-size: 16px;
	}

	.channel-detail-item span {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}


/* =========================================================
   BRANCH DETAIL
   ========================================================= */

.branch-detail {
	margin-bottom: 5px;
}


/* =========================================================
   VIEW DETAILS BUTTON
   ========================================================= */

.channel-button-area {
	padding-top: 6px;
}

.channel-view-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 125px;
	height: 36px;
	padding: 0 18px;
	background: #079b59;
	color: #ffffff !important;
	border-radius: 7px;
	text-decoration: none;
	font-size: 13px;
	line-height: 36px;
	font-weight: 600;
	transition: background 0.2s ease, transform 0.2s ease;
}

	.channel-view-btn:hover {
		background: #057c48;
		color: #ffffff !important;
		transform: translateY(-1px);
	}

	.channel-view-btn i {
		font-size: 13px;
	}


/* =========================================================
   SOLAR IMAGE
   ========================================================= */

.channel-solar-column {
	display: flex;
	align-items: stretch;
}

.channel-solar-image {
	width: 100%;
	min-height: 325px;
	overflow: hidden;
	border-radius: 12px;
	background: #eaf5ff;
	box-shadow: 0 3px 10px rgba(16, 67, 110, 0.08);
}

	.channel-solar-image img {
		width: 100%;
		height: 100%;
		min-height: 325px;
		object-fit: cover;
		display: block;
	}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

	.channel-partners-box {
		max-width: 1280px;
	}

	.channel-image-box {
		height: 135px;
	}

	.channel-card-header {
		height: 40px;
	}

		.channel-card-header span {
			font-size: 16px;
		}

	.channel-partner-name {
		font-size: 19px;
	}

	.channel-detail-item {
		font-size: 14px;
	}

	.channel-view-btn {
		min-width: 135px;
		height: 38px;
		font-size: 14px;
	}

	.channel-solar-image {
		min-height: 350px;
	}

		.channel-solar-image img {
			min-height: 350px;
		}
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

	.channel-partners-box {
		max-width: 900px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.channel-heading h2 {
		font-size: 29px;
	}

	.channel-heading p {
		font-size: 13px;
	}

	.channel-image-box {
		height: 120px;
	}

	.channel-card-header {
		height: 36px;
	}

		.channel-card-header span {
			font-size: 14px;
		}

	.channel-partner-name {
		font-size: 17px;
	}

	.channel-detail-item {
		font-size: 13px;
	}

	.channel-solar-image,
	.channel-solar-image img {
		min-height: 310px;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575.98px) {

	.channel-partners-section {
		padding: 12px 5px 25px;
	}

	.channel-partners-box {
		border-width: 1px;
		border-radius: 10px;
		padding: 12px 10px 18px;
	}

	.channel-heading {
		margin-bottom: 15px;
	}

		.channel-heading h2 {
			font-size: 24px;
		}

		.channel-heading p {
			font-size: 11px;
		}

	.channel-card-header {
		height: 36px;
	}

		.channel-card-header span {
			font-size: 14px;
		}

	.channel-image-box {
		height: 125px;
	}

	.channel-partner-name {
		font-size: 17px;
	}

	.channel-detail-item {
		font-size: 13px;
		line-height: 18px;
	}

	.channel-view-btn {
		min-width: 125px;
		height: 36px;
		font-size: 13px;
	}

	.channel-solar-column {
		display: none;
	}
}

/* =====================================================
   INDIC SOLAR LEADERSHIP SECTION
===================================================== */

.leadership-section {
	background: #f7fbff;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.leadership-small-title {
	display: inline-block;
	color: #159957;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 5px;
}


.leadership-title {
	margin-bottom: 5px;
	color: #173f70;
	font-size: 32px;
	font-weight: 800;
}


	.leadership-title span {
		color: #2c6fb8;
	}


.leadership-subtitle {
	color: #6b7280;
	font-size: 14px;
	margin-bottom: 0;
}


/* =====================================================
   DIRECTOR BOX
===================================================== */

.director-box {
	position: relative;
	background: #ffffff;
	border-radius: 14px;
	padding: 7px;
	border: 1px solid #dbe8f3;
	box-shadow: 0 6px 20px rgba(44, 111, 184, 0.10);
	overflow: hidden;
	transition: all 0.3s ease;
}


	.director-box:hover {
		transform: translateY(-4px);
		box-shadow: 0 12px 28px rgba(44, 111, 184, 0.16);
	}


/* =====================================================
   DIRECTOR IMAGE
===================================================== */

.director-image-box {
	position: relative;
	width: 100%;
	height: 310px;
	overflow: hidden;
	border-radius: 10px 10px 4px 4px;
	background: #edf5fb;
}


.director-image {
	width: 100%;
	height: 100%;
/*	object-fit: cover;*/
	display: block;
	transition: transform 0.4s ease;
}


.director-box:hover .director-image {
	transform: scale(1.02);
}


/* =====================================================
   DIRECTOR NAME PLATE
   NOT COPIED FROM REFERENCE IMAGE
===================================================== */

.director-info {
	position: relative;
	margin: -32px 18px 8px;
	padding: 13px 20px 11px;
	background: #ffffff;
	border-radius: 8px;
/*	border-left: 5px solid #2c6fb8;*/
	/*	border-bottom: 3px solid #159957;*/
	border-bottom: 3px solid #03b5d2;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
	text-align: center;
	z-index: 2;
}


	.director-info h3 {
		margin: 0 0 3px;
		color: #173f70;
		font-size: 20px;
		font-weight: 750;
	}


	.director-info p {
		margin: 0;
		color: #7288a2;
		font-size: 12px;
		font-weight: 600;
	}


/* =====================================================
   SHARED MESSAGE
===================================================== */

.shared-message {
	position: relative;
	max-width: 900px;
	margin: 28px auto 0;
	padding: 28px 40px 25px;
	text-align: center;
	background: linear-gradient( 135deg, #f0f9f5, #f4f9ff );
	border-radius: 14px;
	border: 1px solid #d9e9e4;
	box-shadow: 0 5px 18px rgba(44, 111, 184, 0.07);
}


/* =====================================================
   QUOTE ICON
===================================================== */

.shared-quote {
	position: absolute;
	top: 13px;
	left: 50%;
	transform: translateX(-50%);
/*	color: #159957;*/
	font-size: 38px;
	line-height: 1;
	opacity: 0.95;
}


	.shared-quote i {
		font-size: 38px;
	}


/* =====================================================
   MESSAGE HEADING
===================================================== */

.shared-message h3 {
	margin: 18px 0 8px;
	color: #173f70;
	font-size: 22px;
	font-weight: 750;
}


.shared-message p {
	max-width: 760px;
	margin: 0 auto;
	color: #5f6b76;
	font-size: 14px;
	line-height: 1.75;
}


/* =====================================================
   GREEN LINE
===================================================== */

.shared-line {
	width: 55px;
	height: 3px;
	margin: 14px auto 10px;
	/*	background: #159957;*/
	background: #7288a2;
	border-radius: 10px;
}


/* =====================================================
   BOTTOM MESSAGE
===================================================== */

.shared-message h4 {
	margin: 0;
	color: #7288a2;
	font-size: 16px;
	font-weight: 750;
}


/*	.shared-message h4 span {
		color: #159957;
	}*/


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

	.director-image-box {
		height: 280px;
	}

	.director-info h3 {
		font-size: 18px;
	}
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

	.leadership-section {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}


	.leadership-title {
		font-size: 26px;
	}


	.director-image-box {
		height: 280px;
	}


	.director-info {
		margin-left: 12px;
		margin-right: 12px;
		padding: 11px 12px;
	}


		.director-info h3 {
			font-size: 17px;
		}


	.shared-message {
		padding: 25px 18px 22px;
		margin-top: 22px;
	}


		.shared-message h3 {
			font-size: 20px;
		}


		.shared-message p {
			font-size: 13px;
			line-height: 1.7;
		}


		.shared-message h4 {
			font-size: 14px;
		}

		.director-box{
			width: 368px;
			margin: auto;
		}
}