 p.wow.fadeInLeft.poppins-medium.animated {
    text-align: justify;
}

@media (max-width: 576px) { /* Adjust for mobile screens */
    
    h4.cgctext {
      font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 19px !important;
    color: #1c56e1;
  }

}
h4.cgctext {
  font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 19px !important;
    color: #1c56e1;
  }
/* Default: Show desktop slider */ 
.desktop-slider {
    display: block;
}
.mobile-slider {
    display: none;
}

/* For small screens: Show mobile slider */
@media (max-width: 768px) {
    .desktop-slider {
        display: none;
    }
    .mobile-slider {
        display: block;
    }
}




.section_main_title span {
      color: #ae163e;
    }

    .stat-box h2 {
      font-size: 2.5rem;
      color: #ae163e;
    }

    .stat-box p {
      font-size: 1rem;
      color: #555;
    }

    .stats-container {
      position: relative;
      height: 340px; 
    }

    .stats-container::before,
    .stats-container::after {
      content: '';
      position: absolute;
      background: black;
    }

    .stats-container::before {
      height: 1px;
      width: 100%;
      top: 50%;
      left: 0;
    }

    .stats-container::after {
      height: 100%;
      width: 1px;
      top: 0;
      left: 50%;
    }



 /* Flexbox for centering slider content */
.slider_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Shadow effect for images */
.shadow-img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

/* Text (caption) over the image */
.slider_caption {
  position: absolute;
  bottom: 10px; /* Places the text at the footer of the image */
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6); /* Adds semi-transparent background for better visibility */
  color: white; /* Makes the text white */
  text-align: center; /* Centers the text */
  padding: 5px; /* Adds padding around the text */
  font-size: 0.9rem; /* Adjusts the font size */
  border-radius: 0 0 8px 8px; /* Matches the image's rounded corners */
}

.statshead{
    margin-top: 58px;
    color: #2068f0 !important; 
    font-size: 64px !important;
    margin-bottom: 0px;
    }
.statsdesc{
    text-align:center !important;
    color:#616161 !important;
  }
  p.poppins-bold.newsttl {
    font-size: 20px !important;
}
.col-lg-12.pdn_0 {
    padding: 0;
}
.globalfnt{
  font-family: "Poppins", sans-serif;
  font-size: 11px !important;
}



/* Box Slider container */
.box-slider-container {
  width: 100%; /* Ensures full width for the container */
}

/* Box slider item styling */
.box-slider-item {
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Box Styling */
.box {
  position: relative;
  overflow: hidden;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: white; /* Solid background color for the box */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #1a4cd8;
  text-align: center;
  cursor: pointer;
  border: 2px solid;
}

/* Hover Text (initially visible) */
.hover-text {
  margin: 0;
  z-index: 2; /* Keep it above background */
  transition: opacity 0.3s ease; /* Smoothly hide on hover */
  font-size: 25px !important;
}

/* Zoom Content (initially hidden) */
.zoom-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; /* Stack elements vertically */
  justify-content: center; /* Center content vertically */
  align-items: center; /* Center content horizontally */
  transform: scale(0); /* Start hidden and scaled down */
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9); /* Add a white overlay with transparency */
  border-radius: 10px; /* Match the box's border radius */
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-align: center;
  padding: 1rem; /* Add padding for the text */
  box-sizing: border-box; /* Include padding in the box dimensions */
}

/* Hover State */
.box:hover .hover-text {
  opacity: 0; /* Hides the "Hover Me" text smoothly */
}

.box:hover .zoom-text {
  transform: scale(1); /* Fully visible and scaled up */
  opacity: 1;
}

/* Slight box lift effect on hover */
.box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.05);
}
.whitehead{
  color:white;
}




/* Add styles for the new section and slider */
.rtl-slider {
  direction: rtl;  /* This ensures the slider moves in the opposite direction */
}

.rtl-slider-sports {
  direction: rtl;  /* This ensures the slider moves in the opposite direction */
}

.slick-prev {
  left: -15px; /* Position arrows for RTL */
}

.slick-next {
  right: -15px; /* Position arrows for RTL */
}

/* Optional: Adjust the positioning of arrows and dots as needed */
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #22a6b3;
}

.hoverdesc{
  color:black;
}


.service_style_four.institute.pt-30.pl-4.pr-3.mb-4.pb-20 {
    height: 400px;
}


@media (min-width: 992px) { /* Desktop screens */
  .cgc-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.statstext{
  font-size:40px !important;
}

h2.fntcolor{
  color:black;
}
h5.fntcolor{
  color:black;
}

.box-slider-container {
  display: flex;
  gap: 20px;
}

.box-slider-item {
  position: relative;
}

.image-overlay {
  position: relative;
}

.image-overlay img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent dark background */
  color: #fff; /* White text color */
  text-align: justify;
  padding: 10px;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
}
.ue_gap{
  background: #fff;
    border-radius: 8px;
}
.cgcstats{
  background: #ff8c03;
    color: white;
    padding: 3px;
    border-radius: 5px;
} 
.placestats{
    font-size: 40px;
}


/* counter Box Styles */
#countdown-box, #fresher-box {
  position: fixed;
  bottom: 126px;
  left: 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  width: 260px;
  text-align: center;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

/* Position fresher box above countdown */
#fresher-box {
  bottom: 280px;
}

/* Shared Header */
#fresher-box .countdown-header,
#countdown-box .countdown-header {
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  padding: 8px;
  font-weight: bold;
  border-bottom: 1px solid #ff8c03;
  position: relative;
  border-radius: 10px 10px 0 0;
}

/* Close Buttonss */
#close-btn, #fresher-close {
  position: absolute;
  right: 0px;
  top: 18%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ff8c03;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  transition: 0.3s;
}

#close-btn:hover, #fresher-close:hover {
  background: #e67600;
}

/* Apply Button */
.apply-btn {
  width: 100%;
  background: linear-gradient(to top, #2475fc, #1129b9);
  color: #fff;
  border: none;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.apply-btn:hover {
  background: #ff8c03;
}

.countdown-timer {
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: none;
  cursor: default;
}
#countdown-timer {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

#countdown-timer div {
  text-align: center;
}

#countdown-timer span {
  display: block;
  font-size: 12px;
  color: #666;
}
#fresher-timer {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

#fresher-timer div {
  text-align: center;
}

#fresher-timer span {
  display: block;
  font-size: 12px;
  color: #666;
}

#countdown-timer div,
#fresher-timer div {
  display: inline-block;
  margin: 4px;
  padding: 6px 8px;       /* smaller padding */
  background: #ff8c03;       /* Black background */
  color: #fff;            /* White text */
  font-weight: bold;
  border-radius: 6px;     /* Rounded corners */
  min-width: 55px;        /* smaller width */
  text-align: center;
  font-size: 14px;        /* smaller number size */
  line-height: 1.2;
}

#countdown-timer span,
#fresher-timer span {
  display: block;
  font-size: 10px;        /* smaller label */
  font-weight: normal;
  margin-top: 2px;
  color: #fff; 
}
.row.navbtm {
    border-bottom: 1px solid #ffffff40;
    margin-bottom: 8px;
}
div#textSlider {
    margin-right: 50px; 
}
img.img-fluid.bnrmrgn { 
    margin-top: 60px;
}