

/*  slider section css  */

.carousel-item img {
    height: 460px; /* Set desired height */
    object-fit: cover;
    z-index: 0;
  }


  @media (max-width: 768px) {
    .carousel-item img {
      height: 250px;      /* Smaller height for tablets and mobile */
    }
  }

  @media (max-width: 480px) {
    .carousel-item img {
      height: 180px;      /* Even smaller height for very small phones */
    }
  }


/*  third section css code  */
 


 .business-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      padding: 60px 30px;
      gap: 40px;
      z-index: 0;
    }

    .business-video-frame,
    .business-text-block {
      flex: 1 1 500px;
      max-width: 550px;
      min-height: 200px;
      border-radius: 20px;
      overflow: hidden;
    }

    .business-video-frame {
      background: linear-gradient(145deg, #a78bfa, #d3cfdc);
      padding: 8px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      height: 400px;
    }

    .business-video-frame:hover {
      transform: scale(1.03);
    }

    .business-video-frame iframe {
      width: 100%;
      height: 100%;
      border-radius: 15px;
      aspect-ratio: 16 / 9;
      border: none;
      display: block;
    }

    .business-text-block {
      position: relative;
      background-color: #fff;
      padding: 40px 30px;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
      z-index: 0;
    }

    .business-text-block::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url('https://www.ginfosoft.com/assets/img/about2.png') no-repeat bottom right;
      background-size: contain;
      opacity: 0.25;
      z-index: 0;
    }

    .business-text-block > * {
      position: relative;
      z-index: 1;
    }

    .business-badge {
      background: #7c3aed;
      color: #fff;
      display: inline-block;
      padding: 8px 16px;
      font-size: 0.85rem;
      font-weight: 600;
      border-radius: 30px;
      margin-bottom: 15px;
    }

    .business-text-block h2 {
      font-size: 2.2rem;
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .business-highlight {
      color: #7c3aed;
      border-bottom: 3px solid #a78bfa;
    }

    .business-text-block p {
      font-size: 1.05rem;
      color: #555;
      margin-bottom: 30px;
    }

    

    @media (max-width: 768px) {
  .business-video-frame {
    height: 250px;
    padding: 6px;
  }

  .business-video-frame iframe {
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  .business-text-block {
    padding: 30px 20px;
  }

  .business-text-block h2 {
    font-size: 1.6rem;
  }

  .business-text-block p {
    font-size: 0.95rem;
  }
}

 
  /*  service page css code  */
   .service-grid {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            position: relative;
            overflow: hidden;
            z-index: 0;
        }
        
        .service-grid::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
            z-index: 1;
        }
        
        .container {
            position: relative;
            z-index: 2;
        }
        
        .service-title h4 {
            font-size: 2.5rem;
            font-weight: 500;
            color: #2c3e50;
            position: relative;
            display: inline-block;
            margin-bottom: 1rem;
        }
        
        .service-title h4::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            border-radius: 2px;
        }
        
        .service-wrap {
            background: white;
            padding: 2.5rem 2rem;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            height: 100%;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .service-wrap::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }
        
        .service-wrap:hover::before {
            transform: scaleX(1);
        }
        
        .service-wrap:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        .service-icon::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transition: all 0.4s ease;
            transform: translate(-50%, -50%);
        }
        
        .service-wrap:hover .service-icon::before {
            width: 100%;
            height: 100%;
        }
        
        .service-wrap:hover .service-icon {
            transform: scale(1.1) rotate(10deg);
        }
        
        .service-wrap h4 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 1rem;
            transition: color 0.3s ease;
        }
        
        .service-wrap:hover h4 {
            color: #667eea;
        }
        
        .service-wrap p {
            color: #6c757d;
            line-height: 1.7;
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
            
        }
        
        .service-wrap a {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
            position: relative;
            display: inline-block;
            padding: 8px 20px;
            border: 2px solid #667eea;
            border-radius: 25px;
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        .service-wrap a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            transition: left 0.3s ease;
            z-index: -1;
        }
        
        .service-wrap a:hover::before {
            left: 0;
        }
        
        .service-wrap a:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }
        
        /* Animation on scroll */
        .service-wrap {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .service-wrap:nth-child(1) { animation-delay: 0.1s; }
        .service-wrap:nth-child(2) { animation-delay: 0.2s; }
        .service-wrap:nth-child(3) { animation-delay: 0.3s; }
        .service-wrap:nth-child(4) { animation-delay: 0.4s; }
        .service-wrap:nth-child(5) { animation-delay: 0.5s; }
        .service-wrap:nth-child(6) { animation-delay: 0.6s; }
        
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .service-title h4 {
                font-size: 2rem;
            }
            
            .service-wrap {
                padding: 2rem 1.5rem;
                margin-bottom: 2rem;
            }
            
            .service-icon {
                width: 70px;
                height: 70px;
                font-size: 1.8rem;
            }
            
            .service-wrap h4 {
                font-size: 1.3rem;
            }
        }
        
        @media (max-width: 576px) {
            .service-title h4 {
                font-size: 1.8rem;
            }
            
            .service-wrap {
                padding: 1.5rem 1rem;
            }
        }
/*  testmonals css  */
.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}
.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}





/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
      z-index: 0;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}
.testimonial4_slide h5 {
  color: #ffffff;
  font-size: 22px;
  }
  
.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

@media (max-width: 768px) {
  .testimonial {
    padding-top: 20px;
    padding-bottom: 20px;
  
  }

  .testimonial4_slide {
    margin-top: 50px;
    padding: 10px;
  }

  .testimonial4_slide img {
    width: 70px;
    height: 70px;
  }

  .testimonial-text {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .heading {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  h4, h5 {
    font-size: 0.95rem;
    margin: 5px 0;
  }
}


/* ------testimonial  close-------*/



/* client project Section start css code  */
.stats-section {
  
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 40px;
  background: #e6e6e7;
  text-align: center;
}

.stat-box {
  background: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 20px;
  width: 180px;
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-box .icon {
  font-size: 35px;
  margin-bottom: 10px;
  color: #84d5e3;
}

.stat-box h2 {
  font-size: 28px;
  color: #242121;
  margin: 0;
  font-weight: bold;
}

.stat-box p {

  font-size: 16px;
  color: #061d06;
  margin: 5px 0 0;
}

/* Responsive */
@media (max-width: 768px) {
  .stat-box {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .stat-box {
    width: 100%;
  }
}
/*    -------     */



/*  Our Partners/ Our Clients css code  */
section {
  display: grid;
  place-items: center;
}
.partners-section{
  margin-top: -50px;
}
   .head {
            font-size: 2.0rem;
            font-weight: 500;
            color: #2c3e50;
            position: relative;
            display: inline-block;
            margin-bottom: 1rem;
        }
        
        .head::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            border-radius: 2px;
        }


.slider {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 80%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

  0% {
      transform: translateX(80%);
  }

  100% {
      transform: translateX(-20%);
  }
}

.slider-items img {
  width: 12%;
  margin: 20px;

}


/*  footer css code start   */

  footer {
      background: linear-gradient(135deg, #00BFA6, #0288D1);
      color: #fff;
      position: relative;
      z-index: 0;
      margin-top: 30px;
    }

    .footer-wave {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      overflow: hidden;
      line-height: 0;
    }

    .footer-wave svg {
      position: relative;
      display: block;
      width: calc(100% + 1.3px);
      height: 100%;
    }

    .footer-wave .shape-fill {
      fill: #ffffff;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      padding: 80px 30px 30px;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: space-between;
      position: relative;
      z-index: 1;
    }

    .footer-column {
      flex: 1 1 250px;
      padding: 20px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-logo img {
      width: 140px;
      margin-bottom: 15px;
    }

    .footer-column h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #ffffff;
      position: relative;
    }

    .footer-column h3::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 40px;
      height: 3px;
      background-color: #ffb74d;
      border-radius: 2px;
    }

    .footer-column p,
    .footer-column li,
    .footer-column a,
    .footer-contact span {
      color: #e0f7fa;
      font-size: 16px;
      line-height: 28px;
      text-decoration: none;
    }

    .footer-column ul {
      list-style: none;
      padding-left: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      position: relative;
      transition: color 0.3s ease;
    }

    .footer-column ul li a:hover {
      color: #ffb74d;
    }

    .footer-column ul li a::after {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -2px;
      left: 0;
      background-color: #ffb74d;
      transition: width 0.3s;
    }

    .footer-column ul li a:hover::after {
      width: 100%;
    }

    .footer-social {
      margin-top: 20px;
    }

    .footer-social a {
      display: inline-block;
      margin-right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: #ffffff;
      color: #0288D1;
      border-radius: 50%;
      text-align: center;
      transition: all 0.3s ease;
    }

    .footer-social a:hover {
      background-color: #ffb74d;
      color: #fff;
    }

    .footer-contact p {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
    }

    .footer-contact i {
      margin-right: 12px;
      font-size: 18px;
      color: #ffb74d;
    }

    .footer-bottom {
      /* background-color: #01579b; */
        background: linear-gradient(135deg, #00BFA6, #0288D1);
      color: #fff;
      padding: 15px 20px;
      text-align: center;
      color: #e0f7fa;
      font-size: 16px;
      margin-bottom: 40px;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        padding-top: 100px;
      }

      .footer-column {
        margin-bottom: 30px;
      }
    }
  





/* go to top button css  */


.go-top-button {
  position: fixed;
  bottom: 45px;
  right: 85px;
  background: linear-gradient(145deg, #ff5e14, #e14e0f);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease, visibility 0.3s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.go-top-button.show {
  opacity: 2;
  visibility: visible;
}
.go-top-button:hover {
  background: linear-gradient(145deg, #25b4b4, #ff5e14);
  transform: translateY(-5px);
}
.go-top-button i {
  font-size: 22px;
  color: white;
}

/* help button  */
#goToTopHelpWrapper {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 1000;
}

 #helpBtn {
  background-color: #b30000;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
}
#helpBtn:hover {
  background: linear-gradient(145deg, #25b4b4, #ff5e14);
  /* transform: translateY(-5px); */
 
}
#helpBox {
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #fff;
  border: 2px solid #b30000;
  padding: 10px;
  border-radius: 8px;
  display: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  width: 285px;
}
@media (max-width: 767px) {
#helpBox {
  width: 250px;

}
/* #helpBtn{
    margin-right:-10px;
}
.go-top-button{
  margin-right: -10px;
} */
}

#helpBox h4 {
  margin: 0 0 10px;
  background-color: #b30000;
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 16px;
}

#helpBox p {
  margin: 5px 0;
  font-size: 14px;
}




/*  try  */

 
    /* Fixed header updates bar */
    .updates-bar {
      position: fixed;
      bottom:0;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      /* background: #7e0e13; */
      background-color: #0A295B; 
      color: white;
      height: 40px;
      z-index: 0;
    
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .updates-title {
      /* background-color: #1a237e; */
      background-color: #b30000;
      color: white;
      padding: 0 15px;
      font-weight: bold;
      display: flex;
      align-items: center;
      height: 100%;
      white-space: nowrap;
      font-size: 14px;
    }

      .marquee {
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      flex: 1;
      cursor: pointer;
    }

    .marquee-content {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 50s linear infinite;
    }

   .marquee:hover .marquee-content,
.marquee-content span:hover {
  animation-play-state: paused;
}
    .marquee-content span {
      margin-right: 50px;
      display: inline-block;
      font-size: 16px;
     font-weight: 500;
      color: #fff;
    }

    .marquee-content span::before {
      content: 'âž¤';
      margin-right: 8px;
      color: white;
    }


    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

   
/* nav bar dropdown css code */



  /* press media photo gallery section start   */
    
       
    #links {
        margin-top: 80px;
      }
      @media (max-width: 768px) {
       #links {
        margin-top: 0;
      }
      #manit{
        display: none;
      }
      }

 /* press media photo gallery section start   */
 
        .section-container {
           z-index: 0;
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
            position: relative;
            z-index: 2;
             
        }

       
/* 
        .section-subtitle::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #00bcd4, #4caf50);
            border-radius: 2px;
             z-index: 0
        } */

 .section-subtitle {
            font-size: 2.0rem;
            font-weight: 500;
            color: #2c3e50;
            position: relative;
            display: inline-block;
            margin-bottom: 1rem;
        }
        
        .section-subtitle::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            border-radius: 2px;
        }



          .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            background: linear-gradient(135deg, #ffffff, #e0e0e0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: rgb(180, 235, 237);
            background-clip: text;
            margin-bottom: 1rem;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            z-index: 1000; /* Lower than fixed bar only if bar is z-index 100+ */
             position: relative; /* Required for z-index to take effect */
             
            
        }

        .section-description {
           color: #2c3e50;
            font-size: 1.2rem;
            max-width: 600px;
           
           
        }

      #iiit{
         color: #2c3e50;
         z-index: 0;
      }
        /* Photo Gallery Styles */
        .gallery-section {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 25px;
            padding: 4rem 2rem;
            margin-bottom: 3rem;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            position: relative;
            overflow: hidden;
            width: 100%;
            margin-top: -50px;
        }

        .gallery-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
        }

        .gallery-filter {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 3rem;
            
        }

        .filter-btn {
            padding: 0.8rem 2rem;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border: none;
            border-radius: 50px;
            cursor: pointer;
            font-weight: 600;
            color: #495057;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .filter-btn:hover,
        .filter-btn.active {
            background: linear-gradient(135deg, #00bcd4, #26a69a);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 188, 212, 0.3);
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .gallery-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.4s ease;
            background: linear-gradient(45deg, #f8f9fa, #e9ecef);
            height: 250px;
        }

        .gallery-item:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
            
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 188, 212, 0.9), rgba(38, 166, 154, 0.9));
            opacity: 0;
            transition: all 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-overlay h3 {
            color: white;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            transform: translateY(20px);
            transition: all 0.4s ease 0.1s;
        }

        .gallery-overlay p {
            color: rgba(255, 255, 255, 0.9);
            text-align: center;
            transform: translateY(20px);
            transition: all 0.4s ease 0.2s;
        }

        .gallery-item:hover .gallery-overlay h3,
        .gallery-item:hover .gallery-overlay p {
            transform: translateY(0);
        }

        .view-more-btn {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: linear-gradient(135deg, #00bcd4, #26a69a);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            margin-top: 2rem;
            position: relative;
            overflow: hidden;
        }

        .view-more-btn:hover {
            
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(0, 188, 212, 0.4);
        }

        .view-more-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: all 0.5s ease;
        }

        .view-more-btn:hover::before {
            left: 100%;
        }

       

        @media (max-width: 768px) {
            .section-title {
                font-size: 2.5rem;
            }

            .gallery-grid,
            .press-grid {
                grid-template-columns: 1fr;
            }

            .gallery-filter {
                flex-direction: column;
                align-items: center;
            }

            .filter-btn {
                width: 200px;
            }

            .press-item {
                padding: 1.5rem;
            }

            .media-stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }

        .shape {
            position: absolute;
            opacity: 0.1;
            animation: float 8s ease-in-out infinite;
        }

        .shape:nth-child(1) {
            top: 10%;
            left: 10%;
            width: 80px;
            height: 80px;
            background: #00bcd4;
            border-radius: 50%;
            animation-delay: -1s;
        }

        .shape:nth-child(2) {
            top: 60%;
            right: 10%;
            width: 60px;
            height: 60px;
            background: #26a69a;
            transform: rotate(45deg);
            animation-delay: -3s;
        }

        .shape:nth-child(3) {
            bottom: 20%;
            left: 20%;
            width: 70px;
            height: 70px;
            background: #4caf50;
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            animation-delay: -5s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            33% { transform: translateY(-30px) rotate(120deg); }
            66% { transform: translateY(15px) rotate(240deg); }
        }

/*    about section css code   */


       
       
     
        
       