






/* Define Manrope font faces */
        @font-face {
            font-family: 'Manrope';
            src: url('fonts/manrope/Manrope-Regular.woff2') format('woff2'),
                 url('fonts/manrope/Manrope-Regular.woff') format('woff');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Manrope';
            src: url('fonts/manrope/Manrope-Medium.woff2') format('woff2'),
                 url('fonts/manrope/Manrope-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Manrope';
            src: url('fonts/manrope/Manrope-Bold.woff2') format('woff2'),
                 url('fonts/manrope/Manrope-Bold.woff') format('woff');
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Manrope';
            src: url('fonts/manrope/Manrope-Light.woff2') format('woff2'),
                 url('fonts/manrope/Manrope-Light.woff') format('woff');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }
        
        /* Define Poppins font faces */
        @font-face {
            font-family: 'Poppins';
            src: url('fonts/poppins/Poppins-Regular.woff2') format('woff2'),
                 url('fonts/poppins/Poppins-Regular.woff') format('woff');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Poppins';
            src: url('fonts/poppins/Poppins-Medium.woff2') format('woff2'),
                 url('fonts/poppins/Poppins-Medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Poppins';
            src: url('fonts/poppins/Poppins-Bold.woff2') format('woff2'),
                 url('fonts/poppins/Poppins-Bold.woff') format('woff');
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Poppins';
            src: url('fonts/poppins/Poppins-Light.woff2') format('woff2'),
                 url('fonts/poppins/Poppins-Light.woff') format('woff');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Poppins';
            src: url('fonts/poppins/Poppins-Italic.woff2') format('woff2'),
                 url('fonts/poppins/Poppins-Italic.woff') format('woff');
            font-weight: 400;
            font-style: italic;
            font-display: swap;
        }
		
:root 
{
  --blue-color: #3498db; /* A blue color */
  --red-color: #e74c3c; /* A red color */
  --poppins-fontvar: 'Poppins', sans-serif;
  --manrope-fontvar: 'Manrope', sans-serif;
}
body
{
	font-family: 'Manrope', sans-serif;
}

.dropdown-menu-dark-new
{
	background-color:#000;
	color:#FFF;
}
.dropdown-menu-dark-new a
{
	color:#FFF;
	margin-bottom:15px;
}


@media(min-width:1026px)
{
		/* 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;
		}
		@keyframes borderMove
		{
			0% {
			background-position: 0% 50%;
			}
			100% {
				background-position: 200% 50%;
			}
		}

		/* Full screen hero */
		.hero-section 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		.hero-section2 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image-hero2.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		
		.hero-section3 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image-hero3.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: left;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		.hero-section4 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image-hero4.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		.hero-section5 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image-hero5.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		.hero-section6 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image-hero6.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		.hero-section7 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image-hero7.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		.hero-section8 
		{
		  min-height: 100vh;
		  height:auto;
		  width: 100%;
		  background-image: url("../images/bg-image-hero8.jpg");   /* ← put your background image here */
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		  position: relative;
		  padding-top: 150px;
		}
		.disktop-none
		{
			display:block;
		}
		.mobile-none
		{
			display:none;
		}

		.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;
		}

		.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;
		}



























		.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: 70px 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: 6px;
		  font-weight:400;
		  position: relative;
		  z-index: 2;
		  font-family:var(--manrope-fontvar);
		}
		.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: 0px;
		  height: 370px;
		  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 {
		  margin-top: 10px;
		  color: white;
		  font-weight: 600;
		}

		.area-feature-hover {
		  position: absolute;
		  bottom: -100%;
		  left: 0;
		  width: 100%;
		  height: 60%;
		  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;
			}




















		.journey-journey-wrapper {
		  padding: 80px 0;
		  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: column;
		  gap: 35px;
		  font-size: 14px;
		  font-weight: 500;
		}

		.journey-year-item {
		  cursor: pointer;
		  opacity: 0.5;
		  transition: 0.3s;
		  font-size:18px;
		}

		.journey-year-item.active {
		  opacity: 1;
		  color: #ff4d00;
		}

		/* ---------------- MAIN CONTENT ---------------- */
		.journey-main-box {
		  padding-left: 50px;
		}

		.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.55);
		}

		.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; }

		/* ---------------- 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;
		}


		.spoken-card img {
		width: auto;
		height: 170px;
		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: 32px;
			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: 170px; */
			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: "+";*/
			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: 34px;
  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: cover;
}







#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 {
  min-height: 100vh;
  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: 38px;
		  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: 25px;
		  font-weight: 600;
		  color: #001838;
		  margin-top:20px;
		  line-height:35px;
		}

		.news-date {
		  font-size: 17px;
		  color: #777;
		  margin-top: 20px;
		}

		.news-small {
		  align-items: flex-start;
		}

		.news-small-img {
		 min-width: 190px;
			height: auto;
			object-fit: cover;
			border-radius: 6px;
			max-height: 175px;
			object-position: top;
		}

		.news-small-title {
		  font-size: 20px;
		  font-weight: 600;
		  color: #001838;
		  line-height: 28px;
		}




















		.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 
		{
			width:100%;
			background: #ffffff;
			border-radius: 10px;
			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;
		}

		.iconpart-img 
		{
			width: 60px;
			height: 60px;
			object-fit: contain;
			margin:0px 1px;
		}

		.iconpart-title 
		{
			font-size: 15px;
			font-weight: 600;
			color: #001a3f;
			line-height: 1.3;
		}
	.padding-socialicon
	{
		padding:0px 10px;
		display:flex;
	}


















		.homecontact-section {
		  width:100%;
		  min-height:400px;
		  position:re
		}
		.homecontact-bg
		{
			position: absolute;
		}

		.homecontact-bg-img 
		{
			width: 100%;
			min-height: 950px;
			height: auto;
			object-fit: cover;
		}
		.homecontact-bg-over
		{
			width:100%;
			min-height:100px;
			position: relative;
		}
		.homecontact-formbox 
		{
			background: #ffffff;
			border-radius: 20px;
			margin-top: 160px;
			margin-bottom: 60px;
			box-shadow: 0 8px 20px rgba(0,0,0,0.15);
		}

		.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: 35px;
			font-weight: 700;
			color: #ffffff;
			margin-left:0px;
		}

		.footercommon-desc 
		{
			font-size:17px;
			color: #dcdcdc;
			line-height: 28px;
			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-input 
		{
			border: none;
			padding: 10px 15px;
			width: 100%;
			outline: none;
		}

		.footercommon-btn 
		{
			background: #ff6b5c;
			color: #fff;
			border: none;
			padding: 10px 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
		{
		}
		.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;
		}


.footer-new-wrapper {
  background: linear-gradient(180deg, #0a1435, #050b22);
  padding: 70px 80px 30px;
  color: #ffffff;
}

/* 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:none;
	position:fixed;
	height:50px;
	min-width:200px;
	bottom:10px;
	left:20px;
	z-index:999;
}
.mobile-chatboat-footer
{
	display:block;
	position:fixed;
	height:80px;
	width:70px;
	bottom:10px;
	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:-520px;
	margin-left:-280px;
}
	.mobile-chatboat-fullimg-img
	{
		height:470px;
		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: -35px;
				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: -30px;
				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: -35px;
				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: -30px;
				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: 22px;
				background-color: rgba(33, 33, 33, .3);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				left: 4px;
				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: 22px;
				background-color: rgba(33, 33, 33, .3);
				background-repeat: no-repeat;
				background-position: 10px;
				border-radius: 50%;
				margin-top: 0px;
				right: 4px;
				z-index: 200;
			}
			
			
			
			
			
			
			
			
			
			
			
			
		.object-cover 
		{
			object-fit: cover;
		}

		.galleryLeft,
		.galleryRight {
			overflow: hidden;
			border-radius: 0px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	.hero-tags 
	{
		
		display: grid;
		grid-template-columns: repeat(2, max-content);
/*
		bottom:10px;
position:absolute;*/
		gap: 12px;
		margin-top:30px;
	}

	.hero-tag 
	{
		min-height:30px;
		padding: 15px 30px;
		border: 1px solid #ffffff80;
		border-radius: 50px;
		font-size: 22px;
		color: #fff;
		white-space: nowrap;
		text-decoration:none;
		margin-bottom:10px;
		margin-top:10px;
		margin-right:20px;
	}	
	.aboutus-hero-section
	{
		min-height:780px;
		height:auto;
		width: 100%;
		background-image: url("../images/about-us/bg-image-aboutus.jpg");   /* ← put your background image here */
		background-size: cover;
		background-position:top left;
		background-repeat: no-repeat;
		position: relative;
		padding-top: 150px;
	}
	.about-mt-1
	{
		margin-top:120px;
	}
	.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 {
  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:50px;
}

.aboutus-edu-text {
	font-size: 18px;
	line-height: 28px;
	color: #dcdcdc;
}
.aboutus-edu-text-right {
	width:70%;
	font-size: 18px;
	line-height: 28px;
	color: #dcdcdc;
	margin-bottom: 50px;
	float:right;
}
.aboutus-edu-text-left {
	width:70%;
	font-size: 18px;
	line-height: 28px;
	color: #dcdcdc;
	margin-bottom: 50px;
	float: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: 20px;
}

.aboutus-philanthropy-text {
min-height:200px;
  font-size: 17px;
  line-height: 28px;
  color: #333;
  margin-bottom: 25px;
}

.aboutus-philanthropy-image {
  border-radius: 14px;
  width: 100%;
  height: auto;
  object-fit: cover;
}




.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: -25px;
        position: absolute;
}

.timeline-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.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;
	margin-bottom:50px;
}
.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: 420px;
  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: 42px;
  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;
}



















.infographic-wrapper {
  background: #e3e0e0;
height:370px;
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:-60px;
}

/* LEFT */
.infographic-icon {
  width: 150px;
}

.infographic-title {
  font-weight: 700;
  font-size: 40px;
  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;
}









}

/* Responsive */
@media (max-width: 991px) {
  .aboutus-psg-line {
    height: 60px;
  }

  .aboutus-psg-year {
    font-size: 28px;
  }

  .aboutus-psg-heading {
    font-size: 26px;
  }
  
  .timeline-header {
    justify-content: center;
  }

  .timeline-line {
    display: none;
  }

  .timeline-item {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .timeline-dot {
    margin-bottom: 10px;
  }
   .aboutus-international-year {
    font-size: 28px;
  }

  .aboutus-international-text {
    max-width: 100%;
  }
}
	

/* Responsive tweaks */
@media (max-width: 768px) 
{
	.hero-tags 
	{
		justify-content: center;
	}
	.aboutus-earlylife-title 
	{
		font-size: 24px;
	}

	.aboutus-earlylife-date 
	{
		font-size: 20px;
	}
	.aboutus-edu-line {
		height: 60px;
	  }

	  .aboutus-edu-dot {
		top: 10px;
	  }

	  .aboutus-edu-year {
		font-size: 28px;
	  }

	.aboutus-philanthropy-month 
	{
		font-size: 26px;
	}

  .aboutus-philanthropy-year 
  {
    font-size: 30px;
  }
  .aboutus-2025-timeline {
    display: none;
  }

  .aboutus-2025-year {
    font-size: 28px;
  }

  .aboutus-2025-block {
    text-align: center;
  }

  .aboutus-2025-icon-wrap {
    text-align: center;
  }
  
  .footer-new-wrapper {
    padding: 50px 20px 30px;
  }

  .footer-new-right {
    margin-top: 40px;
  }
}







.galleryMain-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;
    }

.news-big-card
{
	text-decoration:none;
}
.news-small
{
	text-decoration:none;
}


/* Mobile */
@media (max-width: 991px) {
  .index-sugest-image-wrapper {
    display: none;
  }
  .index-sugest-form-wrapper {
    padding: 25px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .top-person-left-content {
    padding: 40px 25px;
  }

  .top-person-title {
    font-size: 26px;
  }

  .top-person-text {
    font-size: 16px;
  }

  .top-person-slide-row {
    min-height: auto;
  }

  .top-person-right-image {
    min-height: 300px;
  }
}









/* Custom breakpoint: below 1200px = collapsed */
@media (max-width: 1200px) {
  
.transparent-header {
        background: rgba(0, 0, 0, 0.85) !important;
        backdrop-filter: blur(8px);
    }
.navbar {
        background: rgba(0, 0, 0, 0.85) !important;
        backdrop-filter: blur(8px);
    }
}