@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
/*=== google fonts css === */


#hero-carousel-indicators {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
  top: 10%; /* Adjust as needed */

  transform: translatex(70%); /* Center vertically */
  right: 20px; /* Adjust distance from the right side */
}
#hero .carousel-indicators li {
  /* list-style-type: none; */
  cursor: pointer;
  /* background: #fff; */
  overflow: hidden;
  border: 0;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 0.9;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #212760;
  border: 5px solid #ffffff;
  box-shadow: rgba(255, 255, 255, 1) 0px 0px 19px 0px;

}
.card-contat h1 {
  font-size: 40px;
}
.carousel-indicators [data-bs-target] { 
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
/* --card hover-- */
.card img:hover {
    /* border: 1px dashed #686565; */
    /* padding: 4px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 10px;
    border-radius: 15px;
  }
/* .card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
} */
/* --circle-icon-- */
.circle-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4e3f985;
}
.coal-field-img  img {
  transition: 0.5s all cubic-bezier(0.11, 0.945, 0.565, 0.97) 0s;
  width: 60%;
  height: 100%;
  border-radius: 21%;
  margin: 0 auto;
  top: 0px;
  left: 50px;
  position: absolute;
}
.coal-field-img  img:hover{
  transform-origin: center bottom;
  transform: perspective(1000px) rotateX(-10deg) translateY(-5px);
}
.ciantitle{ 
  color: #212760;
}
.cianButton{
  color: #212760;
}

/* --visition-- */

  
  .visition {
    bottom: 25%;
    width: 70%;
  }
  
.vision .fix_bg {
  background-image: url('../images/covered2.jpeg');
  height: 300px;
  width: 100%;
  opacity: 0.2;
  background-size: cover;
  object-fit: cover;
  background-attachment: fixed;
  background-position: center;
}
.vision .visition{
  bottom: 15%;
  width: 70%;
  position : absolute;
  left : 50%;

  text-align: center;
  transform: translateX(-50%) !important;
  

}

@media (max-width: 825px) {
  .visition {
      bottom: 14% !important;
  }
}
@media (max-width: 767px) {
    .visition {
        bottom: 24% !important;
    }

    #header {
        background-color: #00060e;
    }
    .coal-field-img  img {
      transition: 0.5s all cubic-bezier(0.11, 0.945, 0.565, 0.97) 0s;
      width: 60%;
      height: 55%;
      border-radius: 21%;
      margin: 0 auto;
      bottom: opx;
      left: 50px;
      position: relative;
    }


}


@media (max-width: 500px) {
  .visition {
    bottom: 18% !important;
}

}
@media (max-width: 350px) {
  .visition {
    bottom: 10% !important;
} 
}

/* form -mage box  */

.form-image-box .slider {
	width: 100%;
	position: relative;
}

.form-image-box .slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-image-box .slider li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.form-image-box img {
	height: 400px;
	width: 400px;
}

.form-image-box .slider li.active {
	opacity: 1;
}

.form-image-box .slider .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 18px;
	padding: 10px;
	text-align: center;
}

.form-box input,
.form-box select,
.form-box textarea{
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 14px;
  border: 0px;
}
.form-control:focus,
.form-select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #212760;
}
.form-box .form-submit{
  border: 1px solid #212760;
  color: #212760;
  border-radius: 30px;
  padding: 10px 40px;
  font-weight: 600;
}
.form-box .form-submit:hover{
  background-color: #212760;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 40px;
  transition-delay: 0.2s;
  font-weight: 600;
}

/*radio button design*/

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;


  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  width: 100%;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 100px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  margin-right: 30px;
  height: 32px;
}

.plans .plan .plan-details span {
  margin-bottom: 0px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #212760;
}


.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #e3981e;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #212760;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Added this line */
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 0px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }
  .plans .plan .plan-details span {
    margin-bottom: 0px;
    display: block;
    font-size: 15px;
  
    line-height: 24px;

}

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 100%;
    display: inline-block;
  }
      /*=== Vision Section ===*/
      .vision .fix_bg {
        height: 400px;

      }
      .plans .plan .plan-content {
        padding: 20px 20px 20px 20px;
      }
      .plans .plan .plan-content img {
        margin-right: 30px;
        height: 28px;
    }
    
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 0px;
    margin-right: 30px;
    height: 20px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }
  .plans {
  
      margin: 0 0px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; /* Added this line */
    
}
  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 10px 10px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .plans .plan input[type="radio"]:checked + .plan-content {
    padding: 10px 10px 10px 10px;
}
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }

}

.form-image{
    display: flex;
    justify-content: center;
    align-items: center;
  }


.form-image img{
width: 90%
}


/*contect Us Page*/


.contect-details .card{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contect-details .card .card-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
}

.contect-details .card .card-body .card-text {
  text-align: center;
  margin: auto 0px;
  font-size: 0.8rem;
  color: #585555;
  line-height: 30px;
}
.contect-details .card .card-footer .btn-box{
  border:  1px solid #212760;
  border-radius: 50px;
  
}
.contect-details .card .card-footer .btn-box:hover{
  background-color: #212760;
  color: #ffffff;
  border: 0px;
  
}


/*===Solution card ===*/

.solution-container .card .card-header{
  background-color: #ffffff;
 
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-container .card:hover img {
  transform-origin: center bottom;
  transform: perspective(1000px) rotateX(-10deg) translateY(-5px);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
.solution-container .card .card-header img{
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  width: 70%;
  box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.8); 
}

.solution-container .card .card-title{
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 550;
  margin-bottom: 0;
  color: #2c2c4f;
  text-align: center;
  margin-bottom: 10px;
}
.solution-container .card .card-text{
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #000000a5;
  text-align: center;
}

.solution-container .card .card-header img:hover,
.solution-container .card .card-heade img:active{
  background-color: #ffffff;
  border-radius:  3px;
  box-shadow: none;
  /* transform-origin: center bottom;
  transform: perspective(1000px) rotateX(-10deg) translateY(-5px);
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  box-shadow: 0 10px 12px -2px rgba(0, 0, 0, 0.8);  */

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 540px) {
}