@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
:root {
    --brand: #062590;
  --sub: #00dbd7;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.btn_33{
    
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff !important;
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
    border: 5px solid #97a6db;
background-image: linear-gradient(to left, #3051c9 0%, #062590 51%, #3051c9 100%);
}

/*** Feature Start ***/
@media (max-width: 767px) { /* Adjust 767px if you want a different breakpoint */
  .feature {
    margin-top: 150px;
  }
}

.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    height: 400px;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}
.feature .feature-item p{
  color: #FFFFFF;
}
.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/
.feature .feature-item h4{
  color:#FFF6E3;
}
/* =================================== */
.highlight .button {
  display: inline-block;
  color: #fff;
  background: var(--brand);
  padding: 5px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transform: skewX(-15deg);
  border: 2px dotted rgba(255, 235, 205, 0.8);
}

/* SHINING EFFECT */
.highlight .button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150%; /* Start way outside the button */
  height: 200%;
  width: 60%; /* Wide enough for full shine effect */
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(-50%) rotate(20deg) skewX(-15deg);
  opacity: 0.8;
}

/* HOVER ANIMATION */
.highlight .button:hover:before {
  left: 150%; /* Move fully across */
  transition: all 0.5s ease-in-out; /* Smooth movement */
}

/* ========================================== */
/*** Section Title ***/
.section-titles-03 {
    position: relative;
    display: inline-block;
  }
  
  .section-titles-03::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--brand);
  }
  
  .section-titles-03::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--brand);
  }
  
  .ff-secondary {
    font-family: 'Pacifico', cursive;
  }
  /* ============== */
  /* .custom-list{
    display: flex; 
    align-items: center; 
    margin-bottom: 10px;

    span{
        color: #d91e18; font-size: 24px; margin-right: 10px;
    }
  } */
  .custom-list {
    /* display: flex; */
    /* align-items: center; */
    padding: 12px 20px;
    margin-top: 10px;
    border-radius: 50px; /* Pill Shape */
    background-color: #d8d7f8; /* Light Red */
    color: #333;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    width: 75%;
}

.custom-list span {
    color: var(--brand);
    font-size: 24px;
    margin-right: 10px;
}

.custom-list strong {
    margin-right: 5px;
}

/* Move the center list slightly to the right on larger screens */
@media (min-width: 768px) {
    .center-list {
        transform: translateX(20px);
    }
}

/* On mobile, all lists stay aligned */
@media (max-width: 767px) {
    .custom-list {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    
    .center-list {
        transform: none;
    }
}
/* ============================= */
@media (max-width: 992px) {
.service-box-img{
    height: 300px;
  }
  .service-box-img{
    order: 0;
  }
  .service-box-content{
    order: 1;
  }
}
.service-box-img-1{
    background: linear-gradient(rgba(2, 26, 54, 0), rgba(2, 26, 54, 0)), url("../img/image-3/mission.jpg") no-repeat center 0/cover;
  }
  .service-box-img-2{
    background: linear-gradient(rgba(2, 26, 54, 0), rgba(2, 26, 54, 0)), url("../img/image-3/vision.jpg") no-repeat center 0/cover;
  }
  .service-box-content{
    background-color: #1c1c1c;
  }
  
  .service-box-content h2{
    color: #ffffff;
  }
  .service-box-content p{
    color: #ffffff;
  }
 
   /*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  border: 1px solid transparent;
  transform: scale(.85);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  box-shadow: none;
  border-color: var(--brand);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-item img {
  width: 50px;
  height: 50px;
}

.testimonial-carousel .owl-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  border: 1px solid var(--brand);
  border-radius: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: var(--brand);
}
