
/* RESPONSIVE FIXES */
@media(max-width: 768px)
{
	/* Transparent Header */
	.transparent-header {
	  background: rgba(0, 0, 0, 0.0);
	  backdrop-filter: blur(4px);
	  padding: 12px 0;
	}

	.navbar-brand {
	  color: #fff;
	  font-size: 1.2rem;
	}

	.nav-link {
	  color: #fff !important;
	  font-weight: 500;
	}

	.nav-link:hover {
	  color: #f8b400 !important;
	}
	
	.sugest-open-btn
		{
			background: linear-gradient(120deg, #224fff, #ec513f, #205ab5);
			background: linear-gradient(120deg, #5bb903, #3f51ec, #ff8901);
			background-size: 200% 200%;
			animation: borderMove 5s linear infinite;
			padding: 10px 25px;
			border-radius: 6px;
			color:#FFF;
			font-size:19px;
			font-weight:500;
			text-decoration:none;
			margin-bottom:30px;
		}
		@keyframes borderMove
		{
			0% {
			background-position: 0% 50%;
			}
			100% {
				background-position: 200% 50%;
			}
		}

	/* Full screen hero */
	.hero-section 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-mobile.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.hero-section2 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-hero-mobile2.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.hero-section3 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-hero-mobile3.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.hero-section4 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-hero-mobile4.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.hero-section5 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-hero-mobile5.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.hero-section6 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-hero-mobile6.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.hero-section7 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-hero-mobile7.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.hero-section8 
	{
	  height: 800px;
	  width: 100%;
	  background-image: url("../images/bg-image-hero-mobile8.jpg");   /* ← put your background image here */
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	}
		.disktop-none
		{
			display:none;
		}
		.mobile-none
		{
			display:block;
		}

	.hero-left 
	{
		position: relative;
		overflow: hidden;
	}

	.hero-img 
	{
		width: 100%;
		height: 100vh;
		object-fit: cover;
		object-position: center;
	}

	/* Right section text */
	.hero-right 
	{
		color: white;
		/*background: linear-gradient(to right, rgba(5,11,22,0.6), #050b16);*/
		padding: 40px;
	}

	.hero-heading 
	{
		font-size: 2.2rem;
		font-weight: 600;
		line-height: 1.4;
		font-family:var(--manrope-fontvar);
	}
	.navbar-brand
	{
		position: relative;
		z-index: 2;
	}
	.navbar-brand::before
	{
		content: "";
		position: absolute;
		width: 50px;
		height: 50px;
		margin-top: -4px;
		margin-left: 5px;
		opacity: 0.9;
		z-index: -1;
		/*background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
		background-image: url(../images/tri-col.png); */
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.mob-top-margin
	{
		margin-top:50px;
	}
	.ashoka 
	{
		width: 170px;
	}


	.three-bar 
	{
		display: flex;
		width: 100%; /* full width, you can set fixed width if needed */
		height: 10px;
	}

	.bar 
	{
		flex: 1; /* equal width */
	}

	.part1 
	{
		background-color: #ff8901;
	}

	.part2 
	{
		background-color: #d9d9d9;
	}

	.part3 
	{
		background-color: #5bb903;
	}


	/* RESPONSIVE FIXES media(max-width: 991px)  */
	
		.transparent-header 
		{
			background: rgba(0,0,0,0.0) !important;
			backdrop-filter: blur(8px);
		}
		#navbarMain 
		{
			/*background: rgba(0,0,0,0.75);*/
			padding: 15px;
			border-radius: 8px;
		}
		.hero-img 
		{
			height: 60vh;
		}
		.hero-heading 
		{
			font-size: 1.6rem;
		}
		.ashoka 
		{
			width: 90px;
		}
	

	
			.transparent-header 
			{
				background: rgba(0,0,0,0.75) !important;
				backdrop-filter: blur(8px);
			}
			#navbarMain 
			{
				/*background: rgba(0,0,0,0.75);*/
				padding: 15px;
				border-radius: 8px;
			}
			.hero-heading 
			{
				font-size: 1.4rem;
			}
	






















	.leader-section .quote {
	  font-size: 2rem;
	  line-height: 1.4;
	  font-weight: 500;
	  z-index:10;
	  position: relative;
		z-index: 2;
	}

	.quote::before
	{
		content: "";
		position: absolute;
		width: 80px;
		height: 80px;
		margin-top:-20px;
		margin-left:-10px;
		opacity: 0.9;     /* light behind effect */
		z-index: -1;   
		background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
		background-image:url('../images/tri-col.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.text-flag {
	  font-weight: 700;
	  color: #000;
	}

	.signature {
	  width: 180px;
	}

	.about-text {
	  color: #555;
	  line-height: 1.7;
	  font-size: 15px;
	}

	.leader-section-hero-img 
	{
		width:100%;
		height:auto;
		border-radius: 10px;
		box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	}

	/* Instagram / YouTube / X / Facebook icon styling */
	.social-icons a {
	  font-size: 24px;
	  color: #000;
	  border: 1px solid #555;
	  padding: 10px;
	  border-radius: 50%;
	  display: flex;
	  width: 45px;
	  height: 45px;
	  justify-content: center;
	  align-items: center;
	  transition: 0.3s;
	}

	.social-icons a:hover {
	  background: #000;
	  color: #fff;
	}















	.area-hero-section {
	  /*background-image: url('../images/area-crowd-bg.png');*/
	  background-image: linear-gradient(rgba(15, 29, 60,0.9), rgba(15, 29, 60,0.9)),
		  url('../images/area-crowd-bg.png');
	  background-size: cover;
	  background-position: center;
	  padding: 100px 0;
	  position: relative;
	}
	.area-hero-section .row>*
	{
		padding-right: calc(var(--bs-gutter-x) * .15);
		padding-left: calc(var(--bs-gutter-x) * .15);
	}
	.area-overlay {
	  position: absolute;
	  inset: 0;
	  background: rgba(0,0,0,0.55);
	}

	.area-hero-title {
	  font-size: 40px;
	  line-height: 46px;
	  position: relative;
	  padding-left: 10px;
	  font-weight:400;
	  position: relative;
	  z-index: 2;
	  font-family:var(--manrope-fontvar);
	  text-align:center;
	}
	.area-hero-title::before
	{
		content: "";
		position: absolute;
		width: 80px;
		height: 80px;
		margin-top: -20px;
		margin-left: -10px;
		opacity: 0.6;
		z-index: -1;
		background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
		background-image: url(../images/tri-col.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.area-hero-title span
	{
		font-weight:700;
	}

	.area-title-icon {
	  
	}

	.area-hero-gif {
	  max-height: 190px;
	}

	.area-feature-card {
	  position: relative;
	  overflow: hidden;
	  border-radius: 10px;
	  height: 400px;
		width:94%;
		margin-left:3%;
	  box-shadow: 0 15px 35px rgba(0,0,0,.25);
	}

	.area-feature-image {
	  height: 100%;
	  background-size: cover;
	  background-position: center;
	  transition: .4s ease;
	  position: relative;
	}

	.area-feature-image::after {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: linear-gradient(to bottom, transparent, rgba(0,0,50,0.8));
	}

	.area-feature-footer {
	  position: absolute;
	  bottom: 15px;
	  width: 100%;
	  z-index: 10;
	}

	.area-footer-icon {
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  margin: auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 22px;
	}
	
	.area-footer-title::after {
		content: "";
	  width: 15px;
	  height: 15px;
	  margin-left: 10px;
	  background-image: url("../images/arrow-up1.png");
	  background-repeat: no-repeat;
	  background-size: contain;
	  background-position: center;
	          display: block;
        position: absolute;
		right:10px;
		bottom:15px;
	}
	

	.area-footer-title {
	  margin-top: 10px;
	  color: white;
	  font-weight: 600;
	}

	.area-feature-hover {
	  position: absolute;
	  bottom: -100%;
	  left: 0;
	  width: 100%;
	  height: 50%;
	  background: rgba(255,255,255,1);
	  color: #000;
	  padding: 20px;
	  text-align: center;
	  transition: .4s ease;
	}
	.area-feature-hover-big {
		  position: absolute;
		  bottom: -100%;
		  left: 0;
		  width: 100%;
		  height: 70%;
		  background: rgba(255,255,255,1);
		  color: #000;
		  padding: 20px;
		  text-align: center;
		  transition: .4s ease;
		}
	.area-feature-hover-btn
	{
		padding:10px 40px;
		background-color:#0F1D3C;
		color:#FFF;
	}
		.area-feature-hover-btn:hover
		{
			padding:10px 40px;
			background-color:#0F1D3C;
			color:#FFF;
		}

	.area-feature-card:hover .area-feature-image {
	  transform: translateY(-15%);
	}

	.area-feature-card:hover .area-feature-footer
	{
		display:none;
	}

	.area-feature-card:hover .area-feature-hover {
	  bottom: 0;
	}
	.area-feature-card:hover .area-feature-hover-big {
		  bottom: 0;
	}


	.area-icon-text-center1 
	{
		display: flex;
		align-items: center;   /* vertically center icon + text */
		gap: 8px;   
		max-width:150px;
		margin:auto;  /* space between icon & text */
	}
	.area-icon-text-center2 
	{
		display: flex;
		align-items: center;   /* vertically center icon + text */
		gap: 8px;   
		max-width:150px;
		margin:auto;  /* space between icon & text */
	}
	.area-icon-text-center3 
	{
		display: flex;
		align-items: center;   /* vertically center icon + text */
		gap: 8px;   
		max-width:215px;
		overflow-x:visible;
		margin:auto;  /* space between icon & text */
	}
	.area-icon-text-center4 
	{
		display: flex;
		align-items: center;   /* vertically center icon + text */
		gap: 8px;   
		max-width:180px;
		overflow-x:visible;
		margin:auto;  /* space between icon & text */
	}
		.area-feature-icons
			{
				width:40px;
				height:auto;
			}



















#mainContent
{
	margin-bottom:40px;
}

	.journey-journey-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
		position: relative;
	}
	.journey-hero-title {
		font-size: 40px;
		line-height: 46px;
		/* position: relative; */
		/* padding-left: 70px; */
		font-weight: 500;
		font-family: var(--manrope-fontvar);
		position:relative;
		z-index:2;
	}
	.journey-hero-title::before
	{
		content: "";
		position: absolute;
		width: 80px;
		height: 80px;
		margin-top: -20px;
		margin-left: -10px;
		opacity: 0.9;
		z-index: -1;
		background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
		background-image: url(../images/tri-col.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	/* ---------------- LEFT YEAR LIST ---------------- */
	.journey-year-list {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  gap: 10px;
	  font-size: 14px;
	  font-weight: 500;
	  margin-bottom:33px;
	}

	.journey-year-item {
	  cursor: pointer;
	  opacity: 0.8;
	  transition: 0.3s;
	  padding:10px 15px;
	  background-color:#5bb903;
	  color:#FFF;
	}

	.journey-year-item.active {
	  opacity: 1;
	  color: #FFF;
	  background-color:#ff4d00;
	}

	/* ---------------- MAIN CONTENT ---------------- */
	.journey-main-box {
	  padding-left: 0;
		margin-top: 40px;
	}
	/* ---------------- RESPONSIVE ---------------- */
	

	  
	

	.journey-title-year {
	  font-size: 54px;
	  font-weight: 700;
	  color: #666;
	}

	.journey-main-title {
	  font-size: 28px;
	  font-weight: 700;
	  color: #0d2137;
	}

	.journey-main-desc {
	  margin-top: 10px;
	  font-size: 15px;
	  color: #444;
	  max-width: 420px;
	}

	/* ---------------- IMAGE SLIDER ---------------- */
	.journey-img-slider {
	  position: relative;
	}

	.journey-img-slider img {
	  width: 100%;
	  border-radius: 8px;
	  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	}

	.journey-arrow {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: #fff;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  cursor: pointer;
	  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	  transition: 0.2s;
	}

	.journey-arrow:hover {
	  background: #f0f0f0;
	}

	.journey-arrow.left { top: -30px; right: 60px; left: auto; }
	.journey-arrow.right { top: -30px; right: 10px; }
	.journey-arrow.left{ left: 0; }
	  .journey-arrow.right{ right: 0; }

	/* ---------------- FADE ANIMATION ---------------- */
	.fade { animation: fadeEffect 0.4s ease; }

	@keyframes fadeEffect {
	  from { opacity: 0; transform: translateY(10px); }
	  to { opacity: 1; transform: translateY(0); }
	}

	


















	/* ------------------ SPOKEN SECTION ------------------ */
	.spoken-section {
	background: linear-gradient(rgba(15, 29, 60, 0.9), rgba(15, 29, 60, 0.99)), url('../images/spoken-bg.png') center/cover no-repeat;
	padding: 120px 0;
	position: relative;
	color: #fff;
	}


	.spoken-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	}


	.spoken-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 0px 0px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.15);
	position: relative;
	display: flex;
	align-items: center;
	width:90%;
	margin-left:5%;
	}


	.spoken-card img {
	width: 30%;
	height: auto;
	object-fit: cover;
	border-radius: 6px;
	}


	.spoken-quote-icon {
	font-size: 40px;
	line-height:15px;
	margin-top:5px;
	color: #ff5a3c;
	text-align:left;
	margin-left:10px;
	}


	.spoken-content {
	padding-left: 30px;
	}


	.spoken-name {
		font-size:17px;
		line-height:20px;
	font-weight: 700;
	color: #ff5a3c;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:5px;
		margin-right:10px;
		text-align:left;
	}


	.spoken-designation {
	font-size: 14px;
	line-height:17px;
	color: #444;
	margin-top:0px;
	margin-left:5px;
		margin-right:10px;
		text-align:left;
	}


	/* Arrows */
	.spoken-arrow {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	/*background: rgba(255,255,255,0.2);
	border: 1px solid #fff;*/
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-size: 35px;
	transition: 0.3s;
	}


	.spoken-arrow:hover {
	background: #fff;
	color: #000;
	}
	.spoken-content p
	{
		font-size:14px;
		color:#877d7d;
		margin-left:5px;
		margin-right:10px;
		margin-bottom:5px;
		font-weight:400;
		text-align:left;
		
	}


	.spoken-arrow-left 
	{
		position: absolute;
		left: -50px;
		top: 50%;
	}
	.spoken-arrow-right
	{
		position: absolute;
		right: -50px;
		top: 50%;
	}















	.gallerypics .container
	{
		width:100% !important;
		max-width: 100% !important ;
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.gallerypics .container .row 
	{
		width:100%;
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.galleryMain-title {
		font-size: 26px;
		font-weight: 700;
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.galleryMain-flag {
		width: 40px;
	}

	.galleryMain-big {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 6px;
	}

	.galleryMain-small {
		width: 100%;
		height: 140px;
		object-fit: cover;
		border-radius: 0px;
	}




	/* Zoom-out effect */
	.galleryMain-small:hover{
		width: 100%;
		object-fit: cover;
	  animation: 12s 
	linear infinite alternate zoompro;
	}

	@keyframes zoompro
	{
		0% {
		transform: scale(1);
		transition: transform 12s linear;
	}
	100% {
		transform: scale(0.9);
		transition: transform 12s linear;
	}
	}

	/* Wrapper for hover effect */
	.galleryHover {
		position: relative;
		overflow: hidden;
		border-radius: 6px;
		cursor: pointer;
	}

	/* Base image */
	.galleryHover img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.4s ease;
	}

	/* Slight zoom-out on hover */
	.galleryHover:hover img {
		transform: scale(1.08);
		filter:grayscale(70%);
		  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.99) 100%);
	   -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%);
	}

	/* Dark overlay */
	.galleryHover::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.75);
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	/* Show overlay on hover */
	.galleryHover:hover::before {
		opacity: 1;
		background: rgba(0, 0, 0, 0.75);
	}

	/* Plus sign */
	.galleryHover::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(0.1);
		font-size: 50px;
		font-weight: 600;
		color: #fff;
		opacity: 0;
		transition: all 0.1s ease;
		
	}

	/* Animate plus sign on hover */
	.galleryHover:hover::after {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}











/* Slide Wrapper */
.top-person-slide {
  width: 100%;
  overflow: hidden;
}

/* Row full height */
.top-person-slide-row {
  min-height: 500px;
}

/* Left Side */
.top-person-left {
  background: url('../images/big-slide/left-bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

/* Overlay */
.top-person-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 30, 70, 0.85);
}

/* Content */
.top-person-left-content {
  position: relative;
  z-index: 2;
  padding: 60px;
  color: #fff;
  max-width: 500px;
}

/* Icon */
.top-person-icon img {
  width: 70px;
  margin-bottom: 20px;
}

/* Text */
.top-person-title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.top-person-text {
  font-size: 20px;
  opacity: 0.9;
}

/* Right Side */
.top-person-right {
  background: #f5f5f5;
}

.top-person-right-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
}







#indexsugestpopup
{
	display:none;
}
/* Overlay */
.index-sugest-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: block;
  z-index: 9999;
  overflow-y: auto;
}

/* Center Box */
.index-sugest-popup {
	margin-top:100px;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main Box */
.index-sugest-box {
  background: #fff;
  border-radius: 18px;
  max-width: 1100px;
  width: 95%;
  overflow: hidden;
}

/* Close Button */
.index-sugest-close {
  position: fixed;
  top: 20px;
  right: 30px;
  background: transparent;
  border: none;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

/* Image */
.index-sugest-image-wrapper {
  background: #000;
}

.index-sugest-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Form */
.index-sugest-form-wrapper {
  padding: 40px;
}

.index-sugest-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0b1c39;
}

.index-sugest-input {
  margin-bottom: 15px;
  padding: 12px 14px;
  font-size: 14px;
}

.index-sugest-textarea {
  margin-bottom: 15px;
  padding: 12px 14px;
  font-size: 14px;
  height:100px;
}

.index-sugest-textarea {
  min-height: 120px;
  resize: none;
}

/* Checkbox */
.index-sugest-checkbox {
  font-size: 13px;
  margin: 15px 0 20px;
}
.suggest-checkbox-space
{
	margin-right:10px;
}
.index-sugest-checkbox span {
  color: #e53935;
}

/* Button */
.index-sugest-btn {
  background: #ff4d3f;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 25px;
  font-weight: 600;
}







	


















	.news-heading {
	  
	  font-size: 28px;
	  font-weight: 700;
	  line-height: 1.3;
	  color: #001838;
	  position:relative;
	  z-index:2;
	  
	}
	.news-heading::before
	{
		content: "";
		position: absolute;
		width: 80px;
		height: 80px;
		margin-top: -20px;
		margin-left: -10px;
		opacity: 0.9;
		z-index: -1;
		background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
		background-image: url(../images/tri-col.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.news-big-img {
	  border-radius: 6px;
	  width: 100%;
	}

	.news-big-title {
	  font-size: 17px;
	  font-weight: 600;
	  color: #001838;
	  margin-top:20px;
	  line-height:22px;
	  text-align:justify;
	}

	.news-date {
	  font-size: 17px;
	  color: #777;
	  margin-top: 10px;
	}

	.news-small {
	  align-items: flex-start;
	}

	.news-small-img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 6px;
		max-height: auto;
		object-position: top;
		margin-top:33px;
	}

	.news-small-title {
	  font-size: 17px;
	  font-weight: 600;
	  color: #001838;
	  line-height: 22px;
	  text-align: justify;
	}

	

















	.iconpart-section
	{
		background-image: linear-gradient(rgba(15, 29, 60,0.9), rgba(15, 29, 60,0.9)),
		  url('../images/area-crowd-bg.png');
		background-size: cover;
		background-position: center;
		padding: 100px 0;
		position: relative;
	}
	.iconpart-box 
	{
		background: #ffffff;
		border-radius: 0px;
		transition: 0.3s;
		border: 1px solid #e5e5e5;
		
	}

	.iconpart-box:hover 
	{
		transform: translateY(-1px);
		box-shadow: 0px 8px 18px rgba(0,0,0,0.15);
		border-radius:10px;
	}
		.padding-socialicon
		{
			width:89
		}
		.padding-socialicon a
		{
			background-color:transparent;
			border:0px;
			background-color:#FFF;
		}

	
		.iconpart-img 
		{
			width: 60px;
			height: 60px;
		}
		.iconpart-title 
		{
			font-size: 14px;
		}
	
















	.homecontact-section {
	  
	}
	.homecontact-bg
	{
		position: absolute;
	}

	
		.homecontact-bg-img 
		{
			height: 800px;
			object-position: center;
		}

		.homecontact-formbox 
		{
			background: #ffffff;
			border-radius: 20px;
			margin-top: 160px;
			margin-bottom: 60px;
			box-shadow: 0 8px 20px rgba(0,0,0,0.15);
			margin-top: 20px;
		}
	.homecontact-bg-over
	{
		width:100%;
		min-height:100px;
		position: relative;
	}
	

	.homecontact-title 
	{
		font-size: 31px;
		font-weight: 700;
		color: #0a1930;
		line-height:40px;
	}

	.homecontact-input, .homecontact-textarea 
	{
		border: 1px solid #e3e3e3;
		border-radius: 8px;
		height: 60px;
		margin-top:26px;
		margin-bottom:15px;
	}
	.homecontact-input
	{
		height:60px;
		
	}
	.homecontact-textarea 
	{
		height: auto !important;
	}

	.homecontact-input:focus, .homecontact-textarea:focus 
	{
		border-color: #ff6b5c;
		box-shadow: 0 0 0 0.1rem rgba(255,107,92,0.25);
	}

	.homecontact-btn 
	{
		background: #ff6b5c;
		color: #fff;
		padding: 12px 0;
		border-radius: 30px;
		font-weight: 600;
		border: none;
	}

	.homecontact-btn:hover 
	{
		background: #ff5645;
	}

	.homecontact-checklabel 
	{
		font-size: 13px;
		color: #333;
	}

	

















	.footercommon-section
	{
		position:relative;
	}
	.footercommon-title 
	{
		font-size: 28px;
		font-weight: 700;
		color: #ffffff;
	}

	.footercommon-desc 
	{
		color: #dcdcdc;
		line-height: 1.6;
		max-width: 420px;
	}

	.footercommon-icon img 
	{
		width: 32px;
		height: 32px;
	}

	.footercommon-ashoka 
	{
		width: 150px;
	}

	.footercommon-news-title 
	{
		color: #ffffff;
		font-size: 15px;
		font-weight: 600;
		text-align:left;
		margin-left:4px;
	}

	.footercommon-inputbox 
	{
		background: #ffffff;
		border-radius: 30px;
		overflow: hidden;
		width: 100%;
		max-width: 380px;
	}

	

	.footercommon-btn 
		{
			background: #ff6b5c;
			color: #fff;
			border: none;
			padding: 15px 18px;
			font-size: 14px;
			font-weight: 600;
			border-radius: 30px;
			white-space: nowrap;
		}

	.footercommon-btn:hover 
	{
		background: #ff533f;
	}

	.footercommon-line 
	{
		border-color: #2a3454;
	}

	.footercommon-copy 
	{
		color: #b8bfd3;
		font-size: 14px;
	}
	
		.footercommon-social-icon
		{
			margin-bottom:50px;
		}
		.footercommon-social-icon a {
			font-size: 35px;
			color: #ffdfdf;
			border: 1px solid #555;
			padding: 10px;
			border-radius: 50%;
			display: flex;
			width: 50px;
			height: 50px;
			justify-content: center;
			align-items: center;
			transition: 0.3s;
		}
		.footercommon-title-small
		{
			font-size:22px;
			font-weight:700;
			color:#FFF;
			margin-bottom:20px;
			margin-top:0px;
		}
		.helpline-number-footertext
		{
			font-size:20px;
			font-weight:500;
			color:#FFF;
			margin-bottom:20px;
			margin-top:0px;
			margin-left:40px;
			text-decoration:none;
		}
		.helpline-number-footertext::before {
			content: "";
			position: absolute;
		  
			margin-top:0px;
			margin-left:-44px;
			width: 33px;
			height: 33px;
			background: url("../images/phone-icon-footer.png") no-repeat center / contain;
		}

	
		.footercommon-inputbox 
		{
			flex-direction: column;
			border-radius: 15px;
		}
		.footercommon-btn 
		{
			border-radius: 0 0 15px 15px;
			width: 100%;
		}
		.footercommon-input 
		{
			border: none;
			padding: 10px 15px;
			width: 100%;
			outline: none;
		}
		
.footer-new-wrapper {
  background: linear-gradient(180deg, #0a1435, #050b22);
  /* padding: 70px 80px 30px; */
  color: #ffffff;
}
.footer-new-wrapper .container-fluid
{
	width:96%;
	margin-left:2%;
}

/* TOP SECTION */
.footer-new-top {
  align-items: flex-start;
  margin-top:20px;
}
.footer-new-top-icon
{
	margin-bottom:20px;
	height:44px;
	width:auto;
}

/* LOGO */
.footer-new-logo {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.footer-new-flag {
  width: 34px;
  height: 22px;
  background: linear-gradient(
    to bottom,
    #ff9933 0%,
    #ff9933 33%,
    #ffffff 33%,
    #ffffff 66%,
    #138808 66%,
    #138808 100%
  );
}

/* MENU */
.footer-new-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-new-menu li {
  margin-bottom: 10px;
}

.footer-new-menu a {
  color: #d6d9e6;
  text-decoration: none;
  font-size: 15px;
}

.footer-new-menu a:hover {
  color: #ffffff;
}

/* NEWSLETTER */
.footer-new-newsletter-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-new-newsletter-form {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

.footer-new-newsletter-form input {
	max-width:200px;
  background: #ffffff;
  flex: 1;
  border: none;
  padding: 12px 18px;
  font-size: 14px;
  outline: none;
}

.footer-new-newsletter-form button {
  background: #ff6b5c;
  border: none;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  color:#FFF;
}

/* SOCIAL */
.footer-new-social {
  display: flex;
  gap: 14px;
}

.footer-new-social a {
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

/* DIVIDER */
.footer-new-divider {
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin: 50px 0 20px;
}

/* BOTTOM */
.footer-new-bottom {
  text-align: left;
}

.footer-new-bottom p {
  font-size: 13px;
  color: #cdd1e5;
}

.footer-new-bottom a {
  color: #cdd1e5;
  text-decoration: none;
}

.footer-new-bottom a:hover {
  color: #ffffff;
}



.mobile-sugestion-footer
{
	display:block;
	position:fixed;
	height:50px;
	min-width:200px;
	bottom:10px;
	left:10px;
	z-index:999;
}
.mobile-chatboat-footer
{
	display:block;
	position:fixed;
	height:80px;
	width:70px;
	bottom:0px;
	right:10px;
	z-index:999;
}	
	.mobile-chatboat-img
	{
		width:50px;
		height:auto;
	}

#openchtbt
{
display:none;
}
.new-chatboatbtn
{
	background: linear-gradient(120deg, #224fff, #ec513f, #205ab5);
        background-size: 200% 200%;
        animation: borderMove 3s linear infinite;
        padding: 10px 10px;
        border-radius: 6px;
        color: #FFF;
        font-size: 19px;
        font-weight: 500;
        text-decoration: none;
		border-radius:50px;
}
.mobile-chatboat-fullimg
{

	height:400px;
	width:auto;
	margin-top:-460px;
margin-left:-240px;
}
	.mobile-chatboat-fullimg-img
	{
		height:400px;
		width:auto
	}
		
		

.phone-iconside
{
	position: fixed;
    right: 1px;
    top: 50%;
    z-index: 10;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: translateY(-50%);
}
.leftside-calllinkicon-href {
    width: 50px;
    height: 50px;
    text-decoration: none;
    margin: 0px;
    background-color: #5bb903;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2), 0 3px 30px rgba(0, 0, 0, .5);
    float: left;
}
.leftside-calllinkicon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

		
		
		
		
		
		
		

			.area-hero-section .blaze-prev 
			{
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/left.png);
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 15px;
				background-color: rgba(33, 33, 33, .0);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				left: -15px;
				z-index: 200;
			}
			
			.area-hero-section	.blaze-next 
			{
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/right.png);
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 15px;
				background-color: rgba(33, 33, 33, .0);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				margin-top: 0px;
				right: -10px;
				z-index: 200;
			}
			
			
			
			
			.torchbear-interfaith-section .blaze-prev 
			{
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/left.png);
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 15px;
				background-color: rgba(33, 33, 33, .0);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				left: -15px;
				z-index: 200;
			}
			
			.torchbear-interfaith-section	.blaze-next 
			{
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/right.png);
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 15px;
				background-color: rgba(33, 33, 33, .0);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				margin-top: 0px;
				right: -10px;
				z-index: 200;
			}
			
			
			
			
			
			.hero .blaze-prev 
			{
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/left.png);
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 20px;
				background-color: rgba(33, 33, 33, .3);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				left: 10px;
				z-index: 200;
			}
			
			.hero	.blaze-next 
			{
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/right.png);
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 20px;
				background-color: rgba(33, 33, 33, .3);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				margin-top: 0px;
				right: 10px;
				z-index: 200;
			}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
		.object-cover 
		{
			object-fit: cover;
		}

		.galleryLeft,
		.galleryRight {
			overflow: hidden;
			border-radius: 0px;
		}
	
}
























/* =====================================


		New Pages design css 


======================================= */

@media(max-width: 768px)
{
	
	
	
	
	.hero-tags 
	{
		
		/*display: grid;
		grid-template-columns: repeat(2, max-content);
*/
		/* top:100px;
		position:absolute;
		gap: 12px; */
		margin-left:0px;
	}

	.hero-tag 
	{
		min-height:30px;
		padding: 10px 22px;
		border: 1px solid #ffffff80;
		border-radius: 50px;
		font-size: 17px;
		color: #fff;
		white-space: nowrap;
		text-decoration:none;
		margin-bottom:10px;
		margin-top:10px;
		margin-right:20px;
		float:left;
	}	
	.aboutus-hero-section
	{
		min-height:780px;
		height:auto;
		width: 100%;
		background-image: url("../images/about-us/bg-image-aboutus-mob.jpg");   /* ← put your background image here */
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		padding-top: 120px;
	}
	.about-mt-1
	{
		margin-top:0px;
		margin-left:20px;
	}
	.aboutus-earlylife-section 
	{
	  padding: 80px 0;
	  background-color: #ffffff;
	}

	.aboutus-earlylife-title 
	{
	  font-size: 28px;
	  font-weight: 700;
	  margin-bottom: 25px;
	  line-height: 1.3;
	}

	.aboutus-earlylife-section p 
	{
	  font-size: 17px;
	  line-height: 28px;
	  color: #333;
	  margin-bottom: 18px;
	}

	.aboutus-earlylife-image 
	{
	  border-radius: 14px;
	  width: 100%;
	  height: auto;
	  object-fit: cover;
	}

	.aboutus-earlylife-date 
	{
	  font-size: 22px;
	  font-weight: 700;
	  margin-bottom: 12px;
	}


	.aboutus-edu-section {
  padding: 100px 0;
  background: radial-gradient(circle at top, #0b2a4a, #020814);
   background-image: url("../images/about-us/aboutus-2025.jpg");
  background-size: cover;
  background-position: top center;
  color: #ffffff;
  color: #ffffff;
}

.aboutus-edu-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.aboutus-edu-timeline {
  position: relative;
}

.aboutus-edu-item {
  /* margin-bottom: 80px; 
  padding-bottom:20px;
  padding-top:20px;*/
}

.aboutus-edu-line {
	display:none;
  position: relative;
  width: 2px;
  background: #ffffff33;
  height: 100%;
}

.aboutus-edu-dot {
  width: 10px;
  height: 10px;
  background: #ff2a2a;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.aboutus-edu-year {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
	margin-top:20px;
	text-align:left;
}

.aboutus-edu-text {
	font-size: 18px;
	line-height: 28px;
	color: #dcdcdc;
	margin-bottom:30px;
}
.aboutus-edu-text-right {
	
	font-size: 18px;
	line-height: 28px;
	color: #dcdcdc;
	text-align:left;
}
.aboutus-edu-text-left {
	
	font-size: 18px;
	line-height: 28px;
	color: #dcdcdc;
	text-align:left;
}

.aboutus-edu-image {
	margin-top:50px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}



.aboutus-philanthropy-section {
  padding: 90px 0;
  background-color: #ffffff;
}

.aboutus-philanthropy-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}

.aboutus-philanthropy-heading span {
  font-weight: 500;
  color: #555;
}

.aboutus-philanthropy-divider {
  width: 120px;
  margin: 20px auto 0;
  border-top: 1px solid #e7cfcf;
}

.aboutus-philanthropy-card {
  height: 100%;
}

.aboutus-philanthropy-month {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.aboutus-philanthropy-year {
  font-size: 36px;
  font-weight: 700;
  color: #999;
  margin-bottom: 10px;
}

.aboutus-philanthropy-text {
min-height:100px;
  font-size: 17px;
  line-height: 28px;
  color: #333;
  margin-bottom: 25px;
}

.aboutus-philanthropy-image {
  border-radius: 14px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom:40px;
}




.aboutus-psg-section {
  padding: 100px 0;
  background-color: #f6f3ed;
}

.aboutus-psg-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}

.aboutus-psg-heading-year {
  font-size: 20px;
  font-weight: 500;
}

.aboutus-psg-timeline {
  position: relative;
}

.aboutus-psg-timeline-item {
 /* margin-bottom: 80px; */
}

.aboutus-psg-line {
  position: relative;
  width: 2px;
  height: 120px;
  background-color: #d6d6d6;
}

.aboutus-psg-dot {
  width: 10px;
  height: 10px;
  background-color: #cfcfcf;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.aboutus-psg-month {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.aboutus-psg-year {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top:10px;
}

.aboutus-psg-text {
  font-size: 17px;
  line-height: 28px;
  color: #333;
}

.aboutus-psg-icon {
  max-width: 120px;
}





.timeline-section {
  padding: 80px 0;
  background-color: #fff;
}

.timeline-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.timeline-year {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}

.timeline-flag {
  width: 60px;
  height: auto;
}

.timeline-line-wrapper {
  position: relative;
  margin-top: 40px;
}

.timeline-line {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  background: #dcdcdc;
  z-index: 1;
}

.timeline-items {
  position: relative;
  z-index: 2;
}

.timeline-item {
  padding-top: 30px;
}

.timeline-dot {
   width: 12px;
   height: 12px;
   background: #0b1d3a;
   border-radius: 50%;
   display: inline-block;
   margin-bottom: 15px;
   margin-top: 7px;
   position: absolute;
}

.timeline-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left:20px;
}

.timeline-item p {
	width:80%;
	margin:0px 0%;
  font-size: 17px;
  line-height: 28px;
  color: #444;
}

.aboutus-2025-section {
  position: relative;
  padding: 120px 0;
  background-image: url("../images/about-us/aboutus-2025.jpg");
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}

.aboutus-2025-overlay {
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at top, #123a63, #020814 70%); */
  opacity: 0.95;
}

.aboutus-2025-container {
  position: relative;
  z-index: 2;
}

.aboutus-2025-block {
  margin-bottom: 80px;
}
.aboutus-2025-block-title
{
	font-size:42px;
	color:#FFF;
	text-align:center;
	opacity:0.7;
}
.aboutus-2025-month {
  font-size: 15px;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-top:30px;
}

.aboutus-2025-year {
  font-size: 36px;
  font-weight: 700;
  margin: 5px 0 15px;
}

.aboutus-2025-text {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

.aboutus-2025-timeline {
  position: relative;
  width: 2px;
  background: #ffffff66;
  height: 100%;
}

.aboutus-2025-dot {
  width: 10px;
        height: 10px;
        background: #cfcfcf;
        border-radius: 50%;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
}

/*
.aboutus-2025-dot:nth-child(1) { top: 80px; }
.aboutus-2025-dot:nth-child(2) { top: 260px; }
.aboutus-2025-dot:nth-child(3) { top: 440px; }
*/

.aboutus-2025-icon-wrap {
  margin-bottom: 60px;
}

.aboutus-2025-icon {
  width: 90px;
}

.aboutus-2025-parliament {
  max-width: 100%;
  opacity: 0.9;
}


.aboutus-international-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.aboutus-international-month {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
}

.aboutus-international-year {
  font-size: 36px;
  font-weight: 700;
  margin: 5px 0 20px;
  color: #000;
}

.aboutus-international-text {
  font-size: 17px;
  line-height: 28px;
  color: #333;
  max-width: 520px;
}

.aboutus-international-image {
  border-radius: 16px;
  max-width: 100%;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.aboutus-international-divider {
  margin-top: 0px;
  height: 2px;
  background-color: #dcdcdc;
}















.press-header-section {
  position: relative;
  min-height: 600px;
  background-image: url("../images/press/press-hero-mobile.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}

.press-header-overlay {
  position: absolute;
  inset: 0;
  /*
  background: linear-gradient(
    90deg,
    rgba(4, 18, 44, 0.9) 0%,
    rgba(4, 18, 44, 0.7) 45%,
    rgba(4, 18, 44, 0.3) 100%
  );
  */
}

.press-header-container {
  position: relative;
	
  margin-top:-200px;
  z-index: 2;
}

.press-header-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.press-header-icon {
  width: 100px;
  height: auto;
}

.press-header-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}



.press-section {
  padding: 60px 0;
}

.press-card {
  margin-bottom: 40px;
}

.press-card-img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 15px;
}

.press-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 6px;
  text-decoration:none;
  color:#000;
}

.press-card-date {
  font-size: 13px;
  color: #888;
}

.press-sidebar {
  padding-left: 30px;
}

.press-widget {
  margin-bottom: 40px;
}

.press-widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.press-search-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  outline: none;
}

.press-recent-item {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.press-recent-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.press-recent-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.press-recent-date {
  font-size: 12px;
  color: #888;
}





.gallery-header-section {
  position: relative;
  min-height: 600px;
  background-image: url("../images/gallery/gallery-hero-mob.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}
.gallery-section {
  padding: 60px 0;
  background: #ffffff;
}

.gallery-col {
  margin-bottom: 24px;
}

.gallery-card {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.gallery-img {
  width: calc( 100% - 10px );
  height: calc( 100% - 10px );
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.3s ease;
  padding:5px 5px;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.05);
}

/* Optional equal height feel */
.gallery-card {
  aspect-ratio: 4 / 3;
}




.parliament-section
{
	position: relative;
  min-height: 700px;
  background-image: url("../images/parliament/parliamentary-hero-img-mob.jpg");
  background-size: cover;
  background-position: center left;
  display: flex;
}

.parliament-section-1 {
  min-height: 100vh;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("parliament-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.parliament-row {
  width: 100%;
}

.parliament-left {
  text-align: center;
}

.parliament-leader-img {
  max-width: 100%;
  height: auto;
}

.parliament-right {
  text-align: center;
}

.parliament-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top:80px;
}

.parliament-icon {
  width: 150px;
}

.parliament-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}


/*

.parliament-dropdown-section {
  padding: 50px 0;
}

.parliament-dropdown-sidebar {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.parliament-dropdown-link {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.parliament-dropdown-link:hover {
  background-color: #f5f5f5;
}

.parliament-dropdown-active {
  background-color: #0b1d3a;
  color: #fff;
}

.parliament-dropdown-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.parliament-dropdown-item {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}

.parliament-dropdown-button {
  font-size: 18px;
  line-height: 28px;
  font-weight:700;
  background-color: #fff;
}
.parliament-dropdown-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.accordion-button::after 
{
    position: absolute;
  right: 16px;
  top: 52%;
  transform: translateY(-50%);
  margin-left: 0;
	
}
.accordion-button p
{
	width:100%;
}

.parliament-dropdown-button:not(.collapsed) {
  background-color: #f9f9f9;
  box-shadow: none;
}

.parliament-dropdown-date {
	width:100%;
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.parliament-dropdown-body {
  font-size: 14px;
  color: #555;
}



*/

.ardent-header-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    90deg,
    rgba(4, 18, 44, 0.9) 0%,
    rgba(4, 18, 44, 0.7) 45%,
    rgba(4, 18, 44, 0.3) 100%
  );
  */
}
.ardent-header-content {
  /* display: flex; */
  margin-top:-100px;
  align-items: center;
  gap: 16px;
}




.parliament-dropdown-section {
  padding: 50px 0;
}

.parliament-dropdown-sidebar {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.parliament-dropdown-link {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.parliament-dropdown-link:hover {
  background-color: #f5f5f5;
}

.parliament-dropdown-active {
  background-color: #0b1d3a;
  color: #fff;
}

.parliament-dropdown-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.parliament-dropdown-item {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 16px;
  overflow: hidden;
}

.parliament-dropdown-button {
  font-size: 18px;
  line-height: 28px;
  font-weight:700;
  background-color: #fff;
}
.parliament-dropdown-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.accordion-button::after 
{
    position: absolute;
  right: 16px;
  top: 52%;
  transform: translateY(-50%);
  margin-left: 0;
	
}
.accordion-button p
{
	width:100%;
}

.parliament-dropdown-button:not(.collapsed) {
  background-color: #f9f9f9;
  box-shadow: none;
}

.parliament-dropdown-date {
	width:100%;
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.parliament-dropdown-body {
  font-size: 14px;
  color: #555;
}






.international-header-section {
  position: relative;
  min-height: 700px;
  background-image: url("../images/international-affairs/ardent-national-hero-mob.jpg");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}
.international-affairs-section {
  padding: 40px 0;
  background-color: #ffffff;
}

/* LEFT MENU */
.international-affairs-menu {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 12px;
}

.international-affairs-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  text-decoration: none;
  color: #111;
  border-radius: 8px;
  font-size: 17px;
  transition: all 0.3s ease;
}

.international-affairs-link span {
  font-size: 18px;
}

/* Hover */
.international-affairs-link:hover {
  background-color: #f3f6fb;
  color: #111;
}

/* ACTIVE STATE */
.international-affairs-active {
  background-color: #0d1b3d;
  color: #ffffff;
}

.international-affairs-active span {
  color: #ffffff;
}

/* IMAGE */
.international-affairs-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.international-affairs-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}



.international-affairs-footprint {
  padding: 60px 0;
  background: #ffffff;
}

.international-affairs-title {
  font-weight: 600;
  margin-bottom: 30px;
}

/* Stats container */
.international-affairs-stats {
  background: #0b1635;
  border-radius: 6px;
  overflow: hidden;
}

/* Stat item */
.international-affairs-stat {
  padding: 30px 20px;
  color: #ffffff;
}

.international-affairs-stat h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 6px;
}

.international-affairs-stat p {
  font-size: 14px;
  margin: 0;
}

/* Vertical divider */
.international-affairs-border {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* Countries strip */
.international-affairs-countries {
  background: #e9e9e9;
  color: #222;
  padding: 14px 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

/* Notch arrow */
.international-affairs-countries::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e9e9e9;
}



.international-affairs-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.international-affairs-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.international-affairs-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.international-affairs-content {
  padding-left: 10px;
}

.international-affairs-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.international-affairs-flag {
  font-size: 22px;
}

.international-affairs-list {
  padding-left: 18px;
}

.international-affairs-list li {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 28px;
  font-weight:600;
}




.international-affairs-award-section {
  padding: 0px 0;
  background-color: #f9f9f9;
}

.international-affairs-award-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.international-affairs-award-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
}


.international-affairs-meetup-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.international-affairs-meetup-heading h2 {
  font-size: 28px;
  font-weight: 700;
}

.international-affairs-meetup-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  text-align: center;
  height: 100%;
}

.international-affairs-meetup-image {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.international-affairs-meetup-text {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.5;
}


.international-affairs-segments-section {
  padding: 80px 0;
  background: linear-gradient(120deg, #07172e, #020a18);
  color: #ffffff;
}

.international-affairs-segments-heading h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.international-affairs-segments-list {
  list-style: none;
  padding: 0;
}

.international-affairs-segments-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* Green Icon Bullet */
.international-affairs-segments-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: #1dd3a7;
  clip-path: polygon(
    50% 0%, 61% 35%, 98% 35%,
    68% 57%, 79% 91%, 50% 70%,
    21% 91%, 32% 57%, 2% 35%, 39% 35%
  );
}








.torchbear-header-content {
 /* display: flex; */
  align-items: center;
  gap: 16px;
}

	.torchbear-interfaith-header-section 
	{
        position: relative;
        min-height: 700px;
        background-image: url(../images/interfaith-solidarity/hero-bg-mobile.jpg);
        background-size: cover;
        background-position: center right;
        display: flex;
        align-items: center;
    }
	.torchbear-interfaith-section 
	{
			position: relative;
		  background-image: url(../images/interfaith-solidarity/snapshot-bg.jpg);
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  min-height: 400px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
	}
	.torchbear-interfaith-section::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background-color: rgba(255, 255, 255, 0.9); /* white opacity filter */
	  z-index: 1;
	}

	.torchbear-interfaith-heading h2 
	{
	  font-size: 26px;
	  font-weight: 600;
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  color:#000;
	  position:relative;
	  z-index:10;
	}

	.torchbear-interfaith-flag-x {
		width: 40px;
		height: 24px;
		background: linear-gradient(
		to bottom,
		#ff9933 0%,
		#ff9933 33%,
		#ffffff 33%,
		#ffffff 66%,
		#138808 66%,
		#138808 100%
		);
		display: inline-block;
	}

	.torchbear-interfaith-slider {
		position: relative;
		z-index:4;
	}

	.torchbear-interfaith-card {
		height: 100%;
		flex-direction: column;
		justify-content: center;
		border: 1px solid #e6e6e6;
		padding: 40px 30px;
		text-align: center;
		background: #112551;
	}

	.torchbear-interfaith-card h4 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 15px;
		color:#FFF;
	}

	.torchbear-interfaith-card p {
		font-size: 15px;
		color: #555;
		line-height: 1.6;
		color:#FFF;
	}

	.torchbear-interfaith-icon {
		margin-bottom: 20px;
	}

	.torchbear-interfaith-icon img {
		width: 48px;
	}

	/* Arrows */
	.torchbear-interfaith-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 44px;
		height: 44px;
		border: none;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-color: transparent;
		z-index: 2;
	}

	.torchbear-interfaith-arrow-left {
		right: 40px !important;
		top:-30px;
		background-image: url("../images/interfaith-solidarity/arrow-left.png") !important;
	}

	.torchbear-interfaith-arrow-right {
		right: 0px !important;
		top:-30px;
		background-image: url("../images/interfaith-solidarity/arrow-right.png") !important;
		
	}
	.torchbear-interfaith-section .blaze-prev {
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/left.png);
				position: absolute;
				
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 15px;
				background-color: rgba(33, 33, 33, .0);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				right: 40px;
				left:auto;
				z-index: 200;
				top: -20px;
			}
			
			.torchbear-interfaith-section .blaze-next {
				border: none;
				font-size: 0;
				background: none;
				cursor: pointer;
				background-position: center;
				background-size: 22px;
				background-image: url(../images/right.png);
				position: absolute;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				padding: 15px;
				background-color: rgba(33, 33, 33, .0);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				margin-top: 0px;
				right: 0px;
				z-index: 200;
				top: -20px;
			}
	.blaze-track 
	{
		display: flex;
	}

	/* Each slide full height */
	.blaze-track > * 
	{
		/* height: auto; */
	  
	}


	.torchbear-affairs-award-card 
	{
		  border-radius: 0px;
		  overflow: hidden;
		  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
	}














.venerable-philanthropist-header-section 
	{
        position: relative;
        min-height: 700px;
        background-image: url(../images/venerable-philanthropist/hero-bg-mobile.jpg);
        background-size: cover;
        background-position: center left;
        display: flex;
        align-items: center;
    }
	.venerable-philanthropist-heading-h2 
	{
        font-size: 26px;
        font-weight: 600;
        display: inline-flex;
        align-items: start;
        gap: 10px;
        color: #000;
        position: relative;
        z-index: 10;
    }
	.venerable-philanthropist-heading-h2::before
	{
		content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        margin-top: -20px;
        margin-left: -10px;
        opacity: 0.9;
        z-index: -1;
        background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
        background-image: url(../images/tri-col.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
	}

		/* Section Background */
	.venerable-philanthropist-section 
	{
		padding: 80px 0;
		background-image:
		linear-gradient(  rgba(0, 0, 0, 0.55),  rgba(0, 0, 0, 0.55)  ),
		url("../images/venerable-philanthropist/record-bg.png");

		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	/* Heading */
	.venerable-philanthropist-heading2-h2 
	{
		font-size: 26px;
        font-weight: 600;
        display: inline-flex;
        align-items: start;
        gap: 10px;
        color: #FFF;
        position: relative;
        z-index: 10;
	}
	.venerable-philanthropist-heading2-h2::before
	{
		content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        margin-top: -15px;
        margin-left: -10px;
        opacity: 0.9;
        z-index: -1;
        background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
        background-image: url(../images/tri-col.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
	}

.venerable-philanthropist-heading p {
  color: #cfd8e3;
  font-size: 20px;
  margin-left: 40px;
}



/* Card */
.venerable-philanthropist-card 
{
  background: #07123a;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
}

.venerable-philanthropist-card h4 
{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Image */
.venerable-philanthropist-image-wrap {
  border-radius: 12px;
  overflow: hidden;
}

.venerable-philanthropist-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}



	.venerable-philanthropist-health-section 
	{
		padding: 80px 0;
		background-image:
		
		url("../images/venerable-philanthropist/health-bg.png");

		background-size: cover;
		background-position: left center;
		background-repeat: no-repeat;
	}


/* LEFT CONTENT */
.venerable-philanthropist-health-content {
  padding-left: 0px;
}

.venerable-philanthropist-health-title {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

	.venerable-philanthropist-health-title::before
	{
		content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        margin-top: -15px;
        margin-left: -10px;
        opacity: 0.9;
        z-index: -1;
        background-image: linear-gradient(rgba(235, 235, 235, 0.1), rgba(235, 235, 235, 0.1)), url(../images/tri-col.png);
        background-image: url(../images/tri-col.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
	}

.venerable-philanthropist-health-subtitle {
  font-size: 18px;
  color: #111;
  margin-bottom: 35px;
}

/* STATS CARDS */
.venerable-philanthropist-health-card {
  background: #122c5b;
  color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}

.venerable-philanthropist-health-card h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.venerable-philanthropist-health-card p {
  font-size: 16px;
  margin: 0;
}

/* NOTE */
.venerable-philanthropist-health-note {
  margin-top: 30px;
  font-size: 15px;
  color: #222;
}

/* RIGHT IMAGE */
.venerable-philanthropist-health-image-wrap {
  padding-right: 60px;
  padding-left: 20px;
}

.venerable-philanthropist-health-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}







.quote
{
	margin-top:30px;
}















.infographic-wrapper {
  background: #ffffff;
min-height:270px;
max-height:330px;
width:100%;
  padding: 60px 0;
padding-top:0px;
padding-bottom:0px;
  position: relative;
  z-index: 2;
/*
background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 66.66%,
    #2ecc71 66.66%,
    #2ecc71 100%
  );
*/
}

.infographic-left
{
margin-top:30px;
margin-bottom:30px;
}

/* LEFT */
.infographic-icon {
  width: 70px;
}

.infographic-title {
  font-weight: 700;
  font-size: 35px;
  color: #000;
}

.infographic-title span {
  font-weight: 500;
}

/* CARDS */
.infographic-cards {
  position: relative;
}

.infographic-card {
	width: 33%;
	height:auto;
	max-width:233px;
  /*padding: 25px 15px 40px;*/
	text-align: center;
	color: #000;
	border-radius: 6px 6px 14px 14px;
	position: relative;
}


.infographic-card-img {
  width: 98%;

}



/* BOTTOM SECTION */
.infographic-bottom-section {
	min-height:500px;
	background: #0e1f39;
	margin-top: -80px;
	position: relative;
	z-index: 1;
	margin-bottom:0px;
padding-top:100px;
padding-bottom:20px;
}


.infographic-pointer-section {
  background: #0e1f39;
  padding: 60px 0;
  color: #ffffff;
}

.infographic-pointer-title {
font-size:35px;
  font-weight: 600;
  /*text-transform: lowercase;*/
}

.infographic-pointer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.infographic-pointer-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.infographic-pointer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #ff8901;
  border-radius: 50%;
}



.infographic-cta-section {
  background-color: #E7E7E7;
  padding: 40px 0;
	margin-bottom:0px;
}

.infographic-cta-title {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 6px;
  color: #000;
}

.infographic-cta-text {
  font-size: 15px;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
}

.infographic-cta-button {
  display: inline-block;
  padding: 12px 26px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  background: linear-gradient(90deg, #3f5efb, #fc466b);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infographic-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  color: #fff;
}
















	
	
	
}