/* **************************** TopBar CSS Code */

.inner-page-heading {
    background: #1a55a5;
    padding: 50px;
    overflow: hidden;
    text-align: center;
    background: url(../image/bg/bgimg.jpg) no-repeat fixed #fff 50% bottom;
    background-size: cover;
}

.inner-page-heading h2 {
    color: #ffffff;
    margin-top: 25px;
    font-size: 32px;
}

.path-link {
    margin-top: 1em;
}

.path-link li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 11px;
    letter-spacing: 1px;
    color: #ffe1d0;
}

.path-link a {
    color: #fff;
    font-size: 12px;
}

.text-center {
    text-align: center;
}
/* End */

/* **************************** Progress Bar CSS Code */
 #scroll-progress {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
  display: none;
  place-items: center;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

#scroll-progress svg {
  position: absolute;
  transform: rotate(-90deg);
}

#scroll-progress i {
  position: relative;
  z-index: 2;
  color: #0d6efd;
  font-size: 1.2rem;
}

/* End */

/* **************************** Count CSS Code */
.count .container{
    padding: 10px;
    border-radius: 10px;
}
.count .container .row{
    padding: 10px;
}
.count .container .row .list p{
    color:white;
}
/* End */

/* **************************** Services CSS Code */
.details {
  position: relative;
  background: white;
  margin: 5px 45px;
  padding: 30px 5px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #d19a57;
  border-radius: 10px;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
  color: black;
}

.details .icon {
  width: 60px;
  height: 60px;
  border: 2px solid black;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.details .icon i {
  font-size: 24px;
  color: black;
  transition: color 0.3s ease;
}

.details h5 {
  margin-top: 10px;
  font-weight: bold;
  color: black;
  transition: color 0.3s ease;
}

.details p {
  font-size: 14px;
  color: black;
  transition: color 0.3s ease;
}

.details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #314E52;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.4s ease-in-out;
}

.details:hover::before {
  width: 100%;
}

.details:hover {
  color: white;
  border-bottom: 5px solid #198754;
}

.details:hover .icon {
  border-color: white;
}

.details:hover .icon i,
.details:hover h5,
.details:hover p {
  color: white;
}
@media(max-width:1020px){
    .details{
        margin: 0;
    }
}
/* End */

/* **************************** Content with Slider CSS Code */
.slider-container {
  position: relative;
  height: 100vh;
  background: url('../image/bg/bgimg.jpg') no-repeat center center/cover;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* black overlay */
  z-index: 1;
}

.txt{
    font-size: 60px;
    font-weight: bold;
}
.fade-slider {
  position: relative;
  height: 100%;
  z-index: 2;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 60px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
}

.slide.active {
  opacity: 1;
}

.content-wrapper {
  width: 100%;
}

.rounded-image {
  width: 575px;
  height: 600px;
  object-fit: cover;
  border-radius: 25% 0% 25% 0%;
  border: 4px solid #d19a57;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}
@media(max-width:1020px){
    .rounded-image{
        margin-top: 20px;
        width: 250px;
        height: 350px;
        object-fit: cover;
        border-radius: 25% 0% 25% 0%;
        border: 4px solid #d19a57;
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    }
    .txt{
        font-size: 36px;
        font-weight: bold;
    }
}
/* End */

/* **************************** Case Study CSS Code */
.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.img-box img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.img-box:hover img {
  transform: scale(1.05);
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  /*padding: 15px 25px;*/
  padding: 50%;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
}

.img-box:hover .overlay-text {
  opacity: 1;
}

/* End */

/* **************************** Services CSS Code */
.service-row {
      padding: 0;
      background: #314E52;
      margin: 10px;
    }

    .service-content {
      transition: transform 0.3s ease;
    }

    .service-content:hover {
      transform: translateY(-5px);
    }

    .service-content h2 {
      color: white;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
    }

    .service-content h2::after {
      content: '';
      width: 60px;
      height: 4px;
      background: #d4af37;
      position: absolute;
      bottom: -10px;
      left: 0;
      border-radius: 2px;
    }

    .service-content p {
      font-size: 1.1rem;
      text-align: justify;
      line-height: 1.8;
      color: white;
    }

.service-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: clip-path 0.3s ease;
}

.clipped-left img {
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.clipped-right img {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

    @media (max-width: 767px) {
      .service-row {
        padding: 50px 0;
      }
    }
/* End */

/* **************************** Testimonials CSS Code */
.testimonial {
  padding: 2rem 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.testimonial-text {
  font-style: italic;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 1rem;
}

.testimonial img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #d63384;
}

.testimonial h5 {
  color: #d63384;
  font-weight: 600;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #d63384;
  padding: 1.5rem;
  border-radius: 50%;
  opacity: 1;
}

@media (max-width: 768px) {
  .testimonial-text {
    font-size: 1rem;
  }

  .testimonial img {
    width: 60px;
    height: 60px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 1rem;
  }
}


/* End */

/* **************************** Contact CSS Code */
.contact-icon {
    font-size: 1.5rem;
    color: #0d6efd;
}
.info-box {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    text-align: center;
}
 .contact-form {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 27%);
}
iframe {
    width: 100%;
    height: 400px;
    border: none;
}
/* End */

/* **************************** Footer Code */
.footer-section {
  background-color: #111;
  color: #ddd;
  font-size: 15px;
}

.footer-section h5 {
  color: #fff;
  font-weight: bold;
}

.footer-section a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-section a:hover {
  color: orange;
  font-weight: bold;
  padding-left: 5px;
  text-decoration: none;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section .social-icons a {
  font-size: 18px;
  color: #aaa;
  transition: 0.3s ease;
}

.footer-section .social-icons a:hover {
  color: orange;
}

/* End */

