.carousel-item {
    transition: opacity 1s ease-in-out;
  }
  
  .carousel-caption h5 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
  }
  
  .carousel-caption p {
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.7;
  }
  
  /* Optional: Add a darker background behind the caption text */
  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
  }
.blue_box{
  background-color: #1a394e;
  padding: 50px;
  color: white;
}  

.zerosp{
  margin: 0px;
  padding: 0px;
}
.full_box{
  height: 100%;
}
.full_box .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center; 
  border: 1px solid gray;
}
.inner_box{
  color: black;
  font-weight: 700;
  font-size: 70px;
}
.inner_tx{
  color: black;
  font-weight: 600;
}
.service_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service_card img {
  width: 100%;
  border-radius: 15px;
}

.service_card .card-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: center;
}

.service_card:hover .card-heading {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.b4{
  padding-top: 50px;
  padding-bottom: 50px;
}
.box_saparator{
  margin-top: 10px;
  margin-bottom: 10px;
}
.info_section{
  background-image: url('images/info_back.jpg');
  background-size: cover;
}
.info_color{
  background-color: #1a394eba;
}

.lrgap{
  padding-left: 40px;
  padding-right: 40px;
}

.wh_htx{
  color: white;
  font-weight: 700;
}
.contact_detail{
  color: white!important;
  font-weight: 600;
}
.cd_gap
{
  padding: 35px;
}
.cd_gap h4
{
  color: black;
  font-weight: 600;
}
.border_corner{
  border-radius: 0px;
}
.icon_adj{
  color: black;
  font-size: 30px!important;
}
.cd_height{
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.centerd_tx {
  display: flex;
  flex-direction: column;  
  justify-content: center; 
  align-items: center;               
  text-align: center;      
}
.mv_cd{
  border: 1px solid black;
  padding: 25px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.mv_cd h1{
  color: black;
  font-weight: 600;
}
.uspsec{
  background-image: url('images/back-im.jpg');
  background-size: cover;
}
.uspsecbk{
background-color:#000000c7;
padding-top: 60px;
padding-bottom: 60px;
}
.ups_tx{
  color: black;
  text-align: center;
  padding-top: 5px;
}
.round_box{
  width: 130px;
  height: 130px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.round_box h6{
 color: black;
 font-weight: 600;
}
.round_box i{
  color: blue;
  font-weight: 600;
 }
.ups_supsec:hover .round_box{
  background-color: blue;
  color: white;
}
.ups_supsec:hover .round_box h6{ 
  color: white;
}
.ups_supsec:hover .round_box i{ 
  color: white;
}
.paragraph_in{
  color: white;
}
.ups_heading{
  color: white;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .ups_heading{
    font-size: 60px;
    padding-bottom: 20px;
  }
  .reach_out_sec{
    text-align: right;
  }
  .sub_ln{
    margin-top: -25px!important;
  }
}
.blk{
  color: black!important;
}
.footer_company_lnk{
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.banner_about{
  background-image: url('images/about.jpg');
  background-size: cover;
  background-position: center;
}
.banner_service{
  background-image: url('images/service-banner.jpg');
  background-size: cover;
  background-position: center;
}
.banner_contact{
  background-image: url('images/contact.jpg');
  background-size: cover;
  background-position: center;
}
.over_lay{
  background-color: #000000b5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.vission_bgr{
  background-image: url('images/vision-.jpg');
  background-size: cover;
  background-position: center;
}
.mission_bgr{
  background-image: url('images/Mission.jpg');
  background-size: cover;
  background-position: center;
}
.over_lay_2{
  background-color: #000000b5;
  padding: 50px 25px;
}
.over_lay_3{
  background-color: #1c2f85b5;
  padding: 50px 25px;
}
.mivi_tx{
  color: white;
  font-weight: 600;
  text-align: center;
}
.no_space .col-md-6{
  margin: 0px;
  padding: 0px;
}
.ab_tx{
  color: black;
  font-weight: 600;
  text-align: center;
}
.center_tx{
  text-align: center;
}
.value_img{
  width: 100%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-front {
  background: #fff;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-front h2 {
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.flip-card-back {
  background: #007bff;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
}
.flip-card {
  perspective: 1000px;
  width: 100%;
  height: 250px;
  margin: 20px auto;
}

.underline_heading {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #0939a0, #171081);
  margin: 10px auto 0;
  border-radius: 4px;
  position: relative;
  animation: slide-in 1s ease-in-out, pulse 1.5s infinite;
}

@keyframes slide-in {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.1);
  }
}

.contact-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
}

.contact-section h2 {
  font-size: 2rem;
}

.contact-box {
  background: linear-gradient(135deg, #007bff, #6fa3ef);
  color: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.contact-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.contact-box .icon-container {
  display: flex
;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.contact-box .icon-container i {
  color: #fff;
}

.contact-box .content {
  position: relative;
  z-index: 1;
}

.contact-box h5 {
  font-size: 1.25rem;
  margin: 15px 0 10px;
}

.contact-box p {
  font-size: 0.95rem;
  opacity: 0.9;
}

.contact-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: 0;
}

@media (max-width: 768px) {
  .contact-section h2 {
    font-size: 1.8rem;
  }
  .grid_img{
    display: none;
  }
}

.logo_sz{
  width: 120px;
}
.navbar .container .collapse .navbar-nav .nav-item .nav-link{
  font-weight: 600;
  color: black;
}
.top_strip{
  background-color: #1d76b0!important;
}
.top_strip span{
  color: white!important;
}
.top_strip i{
  color: white!important;
}
footer{
  background-color: rgb(31 116 173)!important;
}
.active {
  color: #000 !important;
  background-color: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-transform: none;
}
.active a{
  padding: 10px 15px;
}
.carousel-caption {
  opacity: 0;
  transform: translateX(-100%); /* Start from left */
  transition: opacity 0.7s ease, transform 0.7s ease; /* Smooth slide and fade */
}

/* Apply animation when the slide is active */
.carousel-item.active .carousel-caption {
  opacity: 1; /* Fade-in */
  transform: translateX(0); /* Slide in from the left */
}
.parner_logo{
  border: 1px solid gray;
  transition: all ease-in-out 0.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.parner_logo:hover{
  margin-top: -5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.animated_cd{
  background-color: #0f446a;
  color: white;
  transition: all ease-in-out 0.5s;
}
.animated_cd h1{
  color: white!important;
}
.animated_cd:hover{
  margin-top: -10px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.animated_cd2{
  transition: all ease-in-out 0.5s;
}
.animated_cd2:hover{
  margin-top: -10px;
  background-color: #0f446a;
  color: white;
  transition: all ease-in-out 0.5s;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.animated_cd2:hover h1{
  color: white;
}
