/* index */
.accurate_img {
    height: 300px;
}
.vedio_s{
    width: 100%;
}
.prt-row.testimonials-section {
   padding: 100px 0 100px;
}  

.gallery-img-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery-img-wrapper .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
}

.gallery-img-wrapper:hover .overlay {
  opacity: 1;
}


 
/* header */
.top_bar_contact_item .top_bar_icon i {
    font-size: 16px;
    color: #89c73e;
    margin-right: 7px;
}
.text-base-skin{
    color: #89c73e !important;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: #89c73e;
    border-color: #decfdd;
    color: var(--base-white);
}
.iclass_1{
    background-color: #89c73e;
}

/* about us */
.mv_about {
    display: flex;
    justify-content: center;
    font-size: 30px;
}
.shadow{
    height: 213px;
}
.c_1 {
    padding-top: 22px;
}

.startup-about-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.startup-about-section h2 {
  font-size: 36px;
  color: #0c1e38;
}

.startup-about-section h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #7db942;
  margin-bottom: 5px;
}

.startup-images img {
  width: 100%;
  object-fit: cover;
}

.text{
  color: #89c73e;
}
.ps_2{
  display: flex;
  justify-content: center;
}
.img_s{
  width: 100%;
}

/* tender */
.coming-title {
    font-size: 2rem;
    color: #0b1c39; /* dark blue like image */
}
  
.dots {
    color: #0b1c39;
    letter-spacing: 3px;
}
  
.underline {
    width: 100px;
    height: 4px;
}
.coming_s{
    margin-top: 5.5rem !important;
}
.about{
  font-size: 33px;
  line-height: 96px;
}
.m_f{
  margin: -35px 0 50px;
}

/* gallery */
.gallery-section {
    background-color: #f8f9fa;
  }
  
  .section-title .subtitle {
    font-size: 1rem;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  .section-title .main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b1c39;
    position: relative;
    display: inline-block;
  }
  
  .gallery-card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }
  
  .gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }
  
  .gallery-card:hover img {
    transform: scale(1.05);
  }

  /* facility */
  .mission-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2b2b2b;
  }
  
  .mission-image img {
    border-radius: 6px;
    transition: transform 0.3s ease;
  }
  
  .mission-image img:hover {
    transform: scale(1.02);
  }

  
  /* contact */

  .com_27 {
    font-size: 21px;
  }
  .form-check-input {
  accent-color: #0d6efd; /* Matches Bootstrap primary */
  cursor: pointer;
}
.form-check-label {
  font-weight: 500;
  margin-left: 5px;
  cursor: pointer;
}

/* page */

  .carousel-inner img {
    height: 500px;
    object-fit: cover;
  }

  .carousel-caption h5 {
    font-size: 1.75rem;
    font-weight: bold;
  }

  .carousel-caption p {
    font-size: 1rem;
  }

/* page details */

  .img-zoom {
    transition: transform 0.5s ease;
  }
  .img-zoom:hover {
    transform: scale(1.05);
  }