 p.wow.fadeInLeft.poppins-medium.animated {
    text-align: justify;
}
.outer-div{
  width: 100%;
  max-width: 1800px;
  align-items: center;
}

@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{
    color: rgb(0, 0, 0);
    font-size: 18px; 
    font-weight: 500;
} 
h2.gplp {
    font-size: 22px;
    font-weight: 600;
}
.cgcstats2{
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
} 
span.pkgsts {
    color: #016db5;
    font-weight: 600;
}
.placestats{
    color: #016db5;
    font-size: 52px;
    font-weight: 700;
}
h2.placestats2 {
    color: #016db5;
    font-size: 26px;
    font-weight: 600;
}

/* 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;
}
h2.researchstats {
    color: #016db5;
    font-size: 52px;
    font-weight: 700;
}
.single_counter.text_center.mb-4.rsrbrdr {
    border-right: 1px solid black;
}

/* Keep carousel images aligned */
.single_blog_thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 10px;
}

/* Optional: content below slider should take about 8 cols */
.recruiter-content {
  max-width: 66%;
  margin: 0 auto;
  color: white;
}
.bxstl{
      border: 1px solid #ff8c03;
    border-radius: 20px;
    background: white;
}



/* why cgc tabs start here */

.why-tabs {
    display: flex;
    gap: 20px;
}

.why-tab {
    display: flex;
    gap: 15px;
    align-items: center;
    transition: all 0.5s ease;
}

/* TAB BUTTON */
.tab-btn {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    min-height: 350px;
    height: auto;
    padding: 0px 17px;
    border-radius: 20px;
    border: none;
    background: #f1f1f1;
    color: #026db4;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    transition: all 0.4s ease;
    font-size: 18px;
}
.why-tab {
    align-items: stretch;
}

.why-tab.active .tab-btn {
    background: #026db4;
    color: #ffffff;
}

/* CONTENT */
.tab-content-item {
    display: none;
    animation: fadeSlide 0.5s ease;
}

.why-tab.active .tab-content-item {
    display: block;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.image-overlay-box {
    position: relative;
    overflow: hidden;
}

/* Overlay gradient for shadow */
.image-overlay-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.2),
        transparent
    );
    z-index: 1;
}

/* Text over image */
.overlay-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #ffffff;
}

.overlay-content h3 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
}

.overlay-content p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

.tab-btn {
    position: relative;
    padding-top: 40px; /* space for + icon */
}

/* + / - icon */
.tab-icon {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 700;
    color: inherit;
    transition: transform 0.3s ease;
}

/* Active state: show minus */
.why-tab.active .tab-icon {
    content: "-";
}

/* MOBILE VIEW */
@media (max-width: 767px) {

    .why-tabs {
        flex-direction: column;
        gap: 15px;
    }

    .why-tab {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-btn {
        writing-mode: horizontal-tb;
        transform: none;
        min-height: auto;
        width: 100%;
        text-align: left;
        padding: 14px 40px 14px 30px;
        border-radius: 8px;
        font-size: 16px;
        position: relative;
    }

    /* 🔥 FIXED ICON POSITION */
    .tab-icon {
        position: absolute;
        left: 5px;              /* sharp left */
        right: auto;
        top: 50%;
        transform: translateY(-50%); /* REMOVE translateX */
        font-size: 22px;
        font-weight: 700;
    }

    .tab-content-item {
        max-width: 100%;
        margin-top: 10px;
    }

    .tab-content-item img {
        width: 100%;
        height: auto;
    }
}
.case_study_list.owl-carousel.curosel-style.owl-loaded.owl-drag {
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    background: aliceblue;

}
.col-lg-12.text-center.rankings{
  border-right: 3px dotted #c5c5c5;
}
/* why cgc tabs end here */
.info-box {
    background: #2f6fd6;
    color: #ffffff;
    border-radius: 12px;
    padding: 18px 16px;
    height: 100%;
    gap: 14px;
}

.icon-box {
    font-size: 30px;
    min-width: 44px;
    text-align: center;
}

.info-text h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 2px;
}
.info-text p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.info-text small {
    font-size: 12px;
    opacity: 0.9;
}
img.ra {
    width: 100%; 
    padding: 20px;
}
.col-12.col-md-7.cgc-rectext {
    background: #e9f2fe;
}
.est-text{
    font-size: 30px;
    font-weight: 600;
    color: #3b6ee6;
    margin-top: 20px;
    padding-left: 40px;
}
.style-2 .rankings
 {
    margin-bottom: 30px;
    border: 0;
    background: #e8f4fc;
    border-radius: 20px;
}
.brdrrt {
    border-right: 1px solid #bbb4b4;
}
.brdrtp {
    border-top: 1px solid #bbb4b4;
}
.section_main_title h2 span.oet {
    font-size: 36px;
    font-weight: 200;
    color: #1b5583;
}
.section_main_title h2 span.oettr {
    color: #ff8c03;
}
img.img-fluid.virtual_tour {
    border-radius: 20px;
}


.cta-wrapper {
  background: linear-gradient(90deg, #0a2a78, #1146b5);
  border-radius: 20px;
  height: 140px;
  overflow: hidden;
}

/* Full-height image */
.cta-image-full {
  width: 400px;
  height: 100%;
  flex-shrink: 0;
}

.cta-image-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.cta-text h2 {
  font-size: 38px;
  line-height: 1.2;
}

/* Button */
.cta-button {
  padding-right: 30px;
}

.cta-button .btn {
   border-radius: 12px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
}
i.fa.fa-long-arrow-right.ctaarw {
    font-size: 18px;
}
.altsec{
  background: #f1f1f1;
}
@media (max-width: 767px) {

  /* Hide image */
  .cta-image-full {
    display: none;
  }

  /* Convert layout to single row */
  .cta-wrapper {
    flex-wrap: nowrap;
    padding: 14px 16px;
    height: auto;
  }

  /* Text styling */
  .cta-text {
    text-align: left;
  }

  .cta-text h2 {
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
    margin: 0;
  }

  /* Button alignment */
  .cta-button {
    padding-right: 0;
    margin-left: 12px;
  }

  .cta-button .btn {
    font-size: 13px;
    padding: 6px 14px;
    white-space: nowrap;
  }
}