body {
    font-family: 'Segoe UI', sans-serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	
	width: 100%;
	
  }
  .section-heading {
    font-weight: bold;
    color: #2e7d32;
  }

/* =============================
   ABOUT US TEAM SECTION STYLING
   ============================= */

#management-team {
  padding: 60px;
  background: #f4f7fb;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#management-team h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Inknut Antiqua', serif;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Each Profile Card */
.team-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  width: 280px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  align-items: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* 👈 all cards equal height */
  min-height: 450px; /* 👈 ensure min height for consistency */
  box-sizing: border-box; /* 👈 include padding in height */
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

/* Profile Image Placeholder */
.team-card .profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: #ddd url('') center/cover no-repeat;
  border: 4px solid #0077b6;
}

/* Member Name */
.team-card h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Designation */
.team-card h4 {
  font-size: 1rem;
  color: black;
  margin-bottom: 15px;
  font-weight: 600;
  font-style: italic;
  font-family: 'Inknut Antiqua', serif;
}

/* Description */
.team-card p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    text-align: center;   /* 👈 content justified */
    flex-grow: 1;          /* fill available space */
    min-height: 120px;  /* 👈 ensure min height for consistency */
    display: flex;
    align-items: flex-end; /* align text to bottom */
    margin-bottom: 20px;
}

/* LinkedIn Button */
.linkedin-btn {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
}

.linkedin-btn img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 50%;
}

.linkedin-btn img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.team-card .linkedin-link {
  margin-top: auto; /* linkedin icon ko bottom fix karega */
}

/* =============================
   RESPONSIVE DESIGN
   ============================= */

/* Tablets (max-width: 992px) → 2 cards per row */
@media (max-width: 992px) {
  .team-container {
    justify-content: center;
  }
  .team-card {
    width: 45%;
    height: auto; /* auto so text wraps better on smaller screens */
  }
}

/* Mobiles (max-width: 600px) → 1 card per row */
@media (max-width: 600px) {
  .team-card {
    width: 90%;
    height: auto;
  }

  #management-team h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;  
    color: black;
  }
}


  .execution-title {
    font-weight: bold;
    color: #2e7d32;
    margin: 40px 0 20px;
    text-align: center;
  }
  .our-mission {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 5px solid #4caf50;
    margin-bottom: 20px;
  }
  .nav-link {
	color: black;
	transition: all 0.3s ease;
  }
  
  .nav-link:not(.fw-bold):hover {
	color: white;
	background-color: #F8AF18;
	border-radius: 5px;
	padding: 5px 10px;
  }
  
  .nav-link.fw-bold {
	border-bottom: 3px solid #F8AF18;
  }
  
  .navbar-nav {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 15px;
  }
  .navbar {
    height: 70px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: background-color 0.3s;
  }

        :root {
	--rotate-speed: 70;
	--count: 6; /* Default count, the DOM element should override this */
	--easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
	--easing: cubic-bezier(0.000, 0.37, 1.000, 0.63);
}

:root {
	--rotate-speed: 15;
	--count: 6;
	--easing: linear;
  }
  
  * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }

  
 
  
  .execution-title {
	text-align: center;
	font-size: 28px;
	color: #333;
	margin-bottom: 15px;
  }
  
  .execution-subtitle {
	text-align: left;
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	max-width: 600px;
	margin-top: 15px;
	
  }
  
  .execution-subtitle p {
	margin-right: auto;
  }
  
  /* Horizontal void container */
  .void {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	position: relative;
	height: 120vh; /* Adjusted for horizontal orientation */
  }
  
  .crop {
	position: relative;
	width: 100%;
	height: 100%;
  }
  
  .crop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
  
  .crop li {
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	width: 100%;
	animation: rotateHorizontal calc(var(--rotate-speed) * 1s) var(--easing) infinite;
  }
  
  .card {
	width: 27%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 12px;
	gap: 10px;
	background: #183665;
	background-color: #183665;
	box-shadow: 0px 4px 12px rgba(26, 202, 94, 0.1), 0px 16px 32px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #183665   ;
	animation: counterRotateHorizontal calc(var(--rotate-speed) * 1s) var(--easing) infinite;
  }
  
  a {
	text-decoration: none;
	color: unset;

  }
  
  .model-name {

	font-size: 23;
	font-weight: 600;
	line-height: 150%;
	color: #fcaf17   ;
	display: block;
  font-family: 'Inknut Antiqua', serif; 
  }
  
  /* Delay animations for each card */
  li:nth-child(1), li:nth-child(1) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * 0s);
  }
  li:nth-child(2), li:nth-child(2) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -0.8s);
  }
  li:nth-child(3), li:nth-child(3) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -1.6s);
  }
  li:nth-child(4), li:nth-child(4) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -2.4s);
  }
  li:nth-child(5), li:nth-child(5) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -3.2s);
  }
  li:nth-child(6), li:nth-child(6) .card {
	animation-delay: calc((var(--rotate-speed)/var(--count)) * -4.0s);
  }
  
  /* Horizontal rotation keyframes */
  @keyframes rotateHorizontal {
	from {
	  transform: translate3d(-50%, -50%, -1px) rotate(0deg);
	}
	to {
	  transform: translate3d(-50%, -50%, 0px) rotate(360deg);
	}
  }
  
  @keyframes counterRotateHorizontal {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(-360deg);
	}
  }
  
  /* Circle backgrounds */
  .center-circle {
	position: absolute;
	width: 240px;
	height: 240px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fcaf17;
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
  }
  
  .second-circle {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #f57c00;
	opacity: 0.5;
	box-shadow: 0px 18px 36px -18px rgba(52, 30, 165, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
  }
  
  .last-circle {
	position: absolute;
	width: 360px;
	height: 360px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #c00d0d;
	opacity: 0.25;
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
  }
  
  /* Horizontal masking */
  .crop {
	-webkit-mask-image: linear-gradient(0deg, rgba(59, 142, 170, 0), rgba(35, 137, 159, 0) 50%, rgb(98, 189, 225) 50%, rgb(30, 132, 132));
	mask-image: linear-gradient(0deg, rgba(59, 142, 170, 0), rgba(35, 137, 159, 0) 50%, rgb(98, 189, 225) 50%, rgb(30, 132, 132));
  }
  
  .mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 50%;
	animation: pulseGlow 5s linear infinite alternate;
	background-position: 50% 100%;
	background-repeat: no-repeat;
  }
  
  .mask:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	display: block;
	background-image: linear-gradient(90deg, rgba(60, 26, 229, 0) 0%, #196994 50%, rgba(60, 26, 229, 0) 100%);
  }
  
  @keyframes pulseGlow {
	from {
	  background-size: 60%;
	}
	to {
	  background-size: 100%;
	}
  }
  .blocks-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 0 20px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
  }
  
  .info-block {
	background: #183665;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	transition: all 0.3s ease;
	width: 80vw;
	
  }
  
  .info-block:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
 .rays {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; /* Make sure rays are on top of other content */
  pointer-events: none;
  overflow: hidden;
}

/* Individual ray styling */
.ray {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  height: 0.2vw; /* Increased for better visibility */
  width: 15vw; /* Width adjusted */
  background-color: yellow; /* Color for better contrast */
  opacity: 1; /* Make rays fully visible */
  box-shadow: 0 0 15px yellow; /* Glow effect */
  border: 1px solid red; /* Border for debugging visibility */
  overflow: hidden;
}

 /* Sun Circle */
.center-circle {
	position: absolute;
	width: 240px;
	height: 240px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, #ffcc00, #ff6600);
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
	animation: sunRotation calc(var(--rotate-speed) * 1s) var(--easing) infinite;
}

/* Sun Rays */
.center-circle::before,
.center-circle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 10px 10px rgba(255, 204, 0, 0.5);
	animation: sunRaysAnimation 2s ease-in-out infinite;
}

.center-circle::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.center-circle::after {
	transform: translate(-50%, -50%) rotate(90deg);
	animation-delay: 1s;
}

@keyframes sunRaysAnimation {
	0% {
		box-shadow: 0 0 10px 10px rgba(255, 204, 0, 0.5);
	}
	50% {
		box-shadow: 0 0 20px 30px rgba(255, 204, 0, 0.7);
	}
	100% {
		box-shadow: 0 0 10px 10px rgba(255, 204, 0, 0.5);
	}
}

/* Horizontal rotation keyframes */
@keyframes rotateHorizontal {
	from {
		transform: translate3d(-50%, -50%, -1px) rotate(0deg);
	}
	to {
		transform: translate3d(-50%, -50%, 0px) rotate(360deg);
	}
}

/* Counter Rotation keyframes for card animation */
@keyframes counterRotateHorizontal {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}

/* Circle Backgrounds - For sun effect */
.last-circle {
	position: absolute;
	width: 360px;
	height: 360px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(255, 204, 0, 0.1), rgba(255, 165, 0, 0.2));
	opacity: 0.3;
	box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);
	border-radius: 50%;
}
.col-md-6 {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

/* Animation styles */
.animated-image-container {
	position: relative;
	overflow: hidden;
	border-radius: 1000px;
	width: 100%;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1s ease, transform 1s ease;
	margin-top: 470px;
}

.animated-image-container.loaded {
	opacity: 1;
	transform: translateY(0);
}

.animated-image-container img {
	width: 100%;
	height: auto;
	display: block;
}
.vision-mission-section {
  max-width: 100vw;
  margin: auto;
  padding: 60px 20px;
  background: #f7f9fc;
  text-align: center;
}

.vision-mission-section h2 {
  color: #183665; 
  font-family: 'Inknut Antiqua', serif; 
  font-weight: 800;
  
  margin-bottom: 10px;
}

.vision-mission-section p {
  color: #555;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
   font-family: 'Inknut Antiqua', serif; 
}

.vision-mission-section .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.vision-mission-section .custom-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  flex: 1 1 300px;
  max-width: 300px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.vision-mission-section .custom-card:hover {
  transform: translateY(-5px);
  background-color: #ffe5b4; /* Peach hover effect */
}

.vision-mission-section .custom-card i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #2e86de;
}

.vision-mission-section .custom-card h3 {
  margin: 10px 0;
 color: #183665; font-family: 'Inknut Antiqua', serif; font-weight: 500;
}

.vision-mission-section .custom-card p {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
   font-family: 'Inknut Antiqua', serif; 
   font-weight: lighter;
}

.vision-mission-section .custom-card.mission i { color: #f39c12; }
.vision-mission-section .custom-card.values i { color: #e74c3c; }