

.card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}

.contact-details{
    display: flex;
    justify-content: center;
    position: fixed;
    width:100%;
    z-index: 1200;
    
}

.blue-bage{
    background-color:#000080;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
   
}
.red-bage{
    background-color:red;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.blue-bage::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-bottom: 50px solid #e74c3c;
}

.details{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
}

.social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px;
}

.details .location {
    margin: 0; /* Remove default margin */
}

.navbar{
    margin-top: 40px;
}

.nav-link{
    font-weight: bold;
}


.nav-link {
     
    text-decoration: none;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

/* stroke */

.nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #e74c3c;
  height: 1px;
}
.nav-link:hover:after {
  width: 100%;
}

.nav-link {
  transition: all 2s;
}

.nav-link:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
.nav-link:hover {
  color: #000080;
  z-index: 1;
}
.nav-link:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.btn{
    background-color: #000080;
    color: white;
}
#diff-btn{
    background-color: white;
    color: #000080;
}

#service-btn{
    background-color: #e74c3c;
}

/* Navbar Responsiveness */

@media screen and (max-width: 768px) {
    .contact-details{
        display: none;  
    }
    .navbar{
        margin-top: 0;
    }
}
@media screen and (max-width: 1024px) {
    .red-bage{
        width: 40%; 
    }
}


/* Hero Section */

 
  
  .section-hero {
    background-color:white;
    padding: 8.4rem 0 9.6rem 0;
  }
  
  .hero {
    /* We'll not use px to define the length and will use rem. */
    /* max-width: 1300px; */
    max-width: 130rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 3.2rem;
    margin: 0 auto;
    align-items: center;
    gap: 0 9.6rem;
  }
  
  .heading-primary {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.05;
    margin-bottom: 3.6rem;
  }
  
  
  .hero-img {
    width: 100%;
  }
  
  .delivered-imgs img {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    margin-right: -1.6rem;
    outline: #fdf2e9 solid 3px;
  }

.welcome{
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style:dashed;
    text-decoration-color: #e74c3c;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px; /* Adjust this value to create the desired gap */
    color: #000080;
    font-weight: bold;
    
}

.big-hearding{
    font-size: 60px;
    font-weight:bold;
}

.small-hearding{
    margin: 0;
    font-size:20px;

}


.eye-word{
    color: #000080;
}

@media screen and (max-width: 768px) {
    .big-hearding{
        font-size: 50px; 
    }
    .section-hero{
        margin-top: -60px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .big-hearding{
        font-size: 30px; 
    }
    .small-hearding{
        font-size: 18px;
    }
}

/* Service Request Section */

.form-control, .form-select {
    border-radius: 5px;
}
.form-group {
    flex: 1 1 50%;
    padding: 10px;
}
.btn-container {
    flex: 1 1 100%;
    padding: 10px;
}

@media (max-width: 768px){
    #req-btn{
        width: 100%;
    }
}

/* More Services Banner */

.banner-image-container{
    background-image: url('../images/about/moreservices.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 50vh;
    position: relative;
}

.advert-container{
    background-color: white;
    border-radius: 10px;
    color: white;
}

.banner-content {
    position: absolute;
    border-radius: 10px;
    padding: 20px;
    z-index: 1000;
    background-color:#000080;
    width: 60%;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px){
   .banner-content{
    width: 100%;  
   }

   .banner-image-container{
      height: 100vh;
   }
}

/* Services Styles */

.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  }
  
  .card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
  }
  
  /* First border-left-width setting is a fallback */
  .card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
  }
  
  .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
  }


/* Testimonial Section */

.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 60%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testimonial .description{
    padding: 20px 22px;
    background: #000080;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #e74c3c transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.owl-next:before{ content: "\f054"; }


/* Vision and Mision Section */

.icon {
    font-size: 2rem;
    color: #000080;
}

/* Contact Form Styels */

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  padding: 1rem 0.4rem;
}
.aside {
  background-image: linear-gradient(
    to left bottom,
    #000080,
    #000080,
    #000080,
    #971001,
    #000080
  );
  animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  background-size: 400%;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}


/* Button Flickering Styles */


/* effect-5 styles */

.effect {
    text-align: center;
    /* display: inline-block; */
    position: relative;
    /* overflow: hidden; */
  }

.effect.effect-5 {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .effect.effect-5:before {
    content: "\f054";
    font-family: FontAwesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .effect.effect-5:hover {
    text-indent: 30px;
    background-color: #000080;
    color: white;
  }
  .effect.effect-5:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    text-indent: 0;
}

/* Thank you message */

.thanks-container{
  width: 50%;
}

@media  screen and (max-width:768px) {
  .thanks-container{
    width: 100%;
  }
  
}



  


 
