/* Section Titles */
.new-section {
  background: rgba(28, 92, 205, 0.9);
  color: #fff;
  padding: 60px 20px;
  /* border-radius: 15px; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 70px;
  color: black;
  font-family: arial;
}

/* Feature & Work Boxes */
.feature-box, .work-box {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s ease-in-out;
}

.feature-box img, .work-box img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.feature-box:hover, .work-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
#imageSlider{
  margin-top: -13vh;
}
.objective-section {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  margin-top:-17vh;
}

.objective-section p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.cta-btn{
  background-color: #ffcc00;
}

/* Fifth Section */
.fifthContainer {
  background-color: #DAE7F7;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6rem 3rem 5rem 30px;
  z-index: 1;
}

#fifthSection .row {
  display: flex;
  align-items: stretch;
}

/* Make image fill its section */
#executiveFrame img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures full fit */
  display: block;
}
/* Circle will now be visible */
.circle {
  position: absolute;
  top: 30px;  /* Move down to align under "FAST" */
  left: 13px;  /* Adjust left to center with "FAST" */
  width: 100px;
  height: 100px;
  background-color: #1f56cf;
  border-radius: 50%;
  z-index: 2; /* Higher than .fifthContainer */
}

.small-circle {
  position: absolute;
  top: 33px;
  right: 330px;
  width: 30px;
  height: 30px;
  background-color: #1f56cf;
  border-radius: 50%;
}

.dots {
  position: absolute;
  top: 19px;
  right: 245px;
  width: 40px;
  height: 40px;
  background-image: radial-gradient(black 10%, transparent 11%);
  background-size: 8px 8px;
}

/*  Proper text styling */
#dhur {
  font-size: 28px;
  color: #0d2568;
  font-weight: bold;
  position: relative;
}

.highlight {
  color: white;
  /* background-color: #1f56cf;  */
  padding: 5px;
  border-radius: 3px;
  position: relative;
  z-index: 3; /* Above everything */
  margin-right: -15px;
}

#vallagena {
  font-size: 16px;
  color: #333;
}

.list {
  list-style: none;
  padding: 0;
}

.list li {
  font-size: 16px;
  font-weight: bold;
  color: #0d2568;
  margin-bottom: 10px;
}

.list li::before {
  content: '\2713';
  color: #1f56cf;
  font-weight: bold;
  margin-right: 10px;
}

.FifthBtn{
  display: inline-block;
  background-color: #1f56cf;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
}
#myT {
  position: relative;
  display: inline-block;
  color: white; /* Default color */
  margin-left: -9px;
}

#myT::after {
  content: "T";
  position: absolute;
  left: 0;
  top: 0%; /* Adjust this to control how much of the bottom is black */
  color: black; /* Bottom part color */
  clip-path: inset(60% 0 0 0); /* Hides top 60%, shows bottom 40% */
}
/* Image container */
.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Image Styling */
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}

/* Dark Hover Overlay */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); /* Default (transparent) */
  transition: background 0.4s ease-in-out;
}

/* Plus Icon */
.plus-icon {
  position: absolute;
  font-size: 50px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Hover Effect */
.image-container:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.6); /* Dark semi-transparent effect */
}

.image-container:hover .plus-icon {
  opacity: 1; /* Show the plus icon */
}
/* seventh-section */
.TheBigGuy {
  position: absolute;
  top: -58px;
  left: -24px;
  width: 100px;
  height: 100px;
  background-color: #1f56cf;
  border-radius: 50%;
  z-index: -1;
}

.TheSmallGuyg {
  position: absolute;
  top: -100px;
  left: 173px;
  width: 50px;
  height: 47px;
  background-color: #1f56cf;
  border-radius: 50%;
  z-index: -1;
}

.DoTBaba {
  position: absolute;
  top: -100px;
  right: 170px;
  width: 40px;
  height: 40px;
  background-image: radial-gradient(black 10%, transparent 11%);
  background-size: 8px 8px;
}

.news-date-box {
  text-align: center;
  padding: 7px 16px;
  margin-right: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #1f56cf;
  font-weight: bold;
}

.news-date-box:hover {
  background-color: #1f56cf;
  color: white;
}

.events-list .event-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}

.news-info h4 a {
  text-decoration: none;
  color: #1f56cf;
  font-weight: bold;
}

.support-section {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
}

.view-events {
  color: #1f56cf;
  font-weight: bold;
  text-decoration: none;
}
.view-events:hover {
  text-decoration: underline;
}

.highlight-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}

.highlight-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.highlight-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
}
/* Eighth Section */
/* solved */

.stats-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.section-title-eight {
  font-size: 2rem;
  margin-bottom: 20px;
}

.highlight-eight {
  color: #1f56cf;
}

.text-content p {
  font-size: 1rem;
  color: #333;
}

.stats-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* More space between elements */
  justify-content: center;
}

.stat-box {
  text-align: center;
  width: 100%;
  max-width: 220px;
  position: relative;
}

svg {
  transform: rotate(-90deg);
}

.background-circle {
  fill: none;
  stroke: #ddd;
  stroke-width: 6; /* Thinner background */
}

.progress {
  fill: none;
  stroke: #1f56cf;
  stroke-width: 6; /* Thinner progress bar */
  stroke-dasharray: 440; /* 2 * PI * R (2 * 3.14 * 70) */
  stroke-dashoffset: 440; /* Start from empty */
  transition: stroke-dashoffset 1.5s ease-in-out;
}

.percentage {
  position: absolute;
  top: 25%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  color: #1f56cf;
}

.tumioPagolAmiopagol {
  margin-top: 20px; /* Added more spacing */
}

.shith4 {
  font-size: 1.2rem;
  margin: 10px 0;
}

.shitP {
  font-size: 0.9rem;
  color: #555;
}

@media (max-width: 768px) {
  .text-content, .stats-content {
    text-align: center;
  }
}

/* nine section */
.crazy-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.crazy-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: saturate(200%) brightness(80%) contrast(120%);
  animation: pulse 5s infinite alternate ease-in-out;
}
.crazy-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.crazy-content {
  position: relative;
  z-index: 3;
  text-align: center;
  animation: float 3s infinite ease-in-out;
  color: white;
}
.crazy-content h1 {
  font-size: 4rem;
  text-shadow: 0 0 20px #f9f9f9;
  animation: neonGlow 1.5s infinite alternate;
}
.crazy-content p {
  font-size: 1.5rem;
  margin-top: 20px;
  text-shadow: 0 0 10px #555;
}

@keyframes pulse {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes neonGlow {
  from { text-shadow: 0 0 20px #fff, 0 0 30px black; } 
  to { text-shadow: 0 0 30px darkgray black; }
}


