/* Overlay for date on top right of image */
.img-wrapper {
  position: relative;
  display: inline-block;
}
.date-overlay {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 4px 10px;
  text-align: center;
  z-index: 2;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.center{
    align-content: center;
}
a {
  text-decoration: none;
}

.why-img {
  background: url(img/pexels-pixabay-210538.jpg);
  background-size: cover;
  background-position: bottom;
  height: 85vh;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .why-img {
    height: 40vh;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .why-img {
    height: 40vh;
    background-size: cover;
    background-position: bottom;
    width: 100%;
  }
}

.c-img{
    height: 60vh;
}

.we-bring {
  color: #0a1026;
  font-weight: bolder;
}
.contact-bg {
  background: url(img/carousel-2.webp);
  background-size: cover;
}
.over {
  background-color: rgba(0, 0, 0, 0.6);
}
.input {
  border-radius: 50px;
  height: 7vh;
  line-height: 2em;
}
.input-1 {
  border-radius: 50px;
  width: 100%;
}
/* Testimonial round icon image */
.testimonial-img {
  width: 9%;
  object-fit: cover;
  border-radius: 50%;
  text-align: left;
}
.inputt {
  border-radius: 20px;
  height: 30vh;
  width: 100%;
}
.bb {
  width: 100%;
  border-radius: 50px;
  transition: 0.3s;
}
.round {
  border-radius: 50px;
}
.c {
  align-self: center;
  text-align: end;
}
.bgg {
  background: url(img/carousel-3.webp);
  background-size: cover;
}
.b {
  color: black;
}
.b1 {
  align-content: center;
}
.ro {
  height: 30vh;
  border-radius: 5px;
  width: 100%;
}
.bgr {
  background-color: #0a1026;
  color: white;
}
.linkk {
  color: white;
  text-decoration: none;
  line-height: 2em;
}
.linkk:hover {
  color: white;
  text-decoration: underline;
}
.lh-2 {
  line-height: 2;
}
.vr {
  border-left: 1px solid rgb(106, 203, 217);
  height: 100%;
}
.link-bar {
  font-size: 1rem;
  background-color: rgb(10, 16, 38);
}
.link-bar .fa-solid,
.link-bar .fa-brands {
  color: rgb(106, 203, 217);
}
.logo {
  background-color: rgb(8, 96, 191);
}
.nav-contact a {
  font-size: 0.8rem;
  color: white;
}
.office,
.phone {
  background-color: rgb(106, 203, 217);
}
.email {
  background-color: rgb(8, 96, 191);
}
.office i,
.phone i {
  font-size: 3rem;
  color: rgb(8, 96, 191);
}
.email i {
  font-size: 3rem;
  color: rgb(106, 203, 217);
}
.office p,
.email a,
.phone a {
  color: white;
}
.about-us-img {
  background-image: url(img/about.jpg);
  height: 100%;
  background-size: cover;
  color: rgb(106, 203, 217);
}
.about-us-img i {
  font-size: 4rem;
}
.about-us-img h3 {
  font-size: 4rem;
}
.nav-item {
  font-size: 1.1rem;
  transition: 0.3s;
}
.nav-link :hover {
  color: rgb(8, 96, 191);
}
/* .preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    
} */
  #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #ffffff 0%, #e6f7ff 100%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease-out;
        }
        
        .loading-text {
            font-size: 24px;
            font-weight: 500;
            color: #2a6b8b;
            letter-spacing: 1px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        
        .progress-container {
            width: 300px;
            height: 8px;
            background: #e0f7fa;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        
        .progress-bar {
            height: 100%;
            width: 0%;
            background: linear-gradient(90deg, #4fc3f7 0%, #29b6f6 100%);
            border-radius: 8px;
            transition: width 0.3s ease;
        }
        
        .percentage {
            margin-top: 15px;
            font-size: 18px;
            font-weight: 600;
            color: #2a6b8b;
        }
.services-section {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/carousel-1.webp) no-repeat center center;
  background-size: cover;
}
.image-container{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image-container img{
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.image-container .overlay{
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
}
.image-container .service{
  position: absolute;
  top: 40%;
  font-size: 2rem;
}
a{
  color: white;
}

.services-btn {
  background-color: rgb(106, 203, 217);
}
.services-btn :hover {
    background-color:  rgb(106, 203, 217);
}
.card-content {
  color: rgb(8, 96, 191);
}
.card i {
  font-size: 2.5rem;
}
.nav-link {
  font-size: 1rem;
  color: black;
}
.nav-link:hover {
  color: rgb(8, 96, 191);
}
.home {
  color: rgb(8, 96, 191) !important;
}
.lh-2 a {
    color: white !important;
}
.gray{
    color: rgb(139, 138, 138);
}
.btnn{
    background-color: #6acbd9;
    padding: 1%;
    border-radius: 50px;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 20px;
}
.btnn:hover{
    background-color: #9edce5;
}
@media (min-width:1024px){
    .c-img{
        height: 100vh;
    }
}
.section-title {
  position: relative;
  padding-left: 60px;
}

.section-title::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 45px;
  height: 2px;
  background: #91d6e3;
}

.section-title::after {
  position: absolute;
  content: '';
  top: 14px;
  left: 0;
  width: 45px;
  height: 2px;
  background: #0860bf;
}
.footer-icon{
    font-size: 1.4rem;
}
.text-justify{
    text-align: justify;
}
.contact-info{
    font-size: 0.8rem;
}
.image-container:hover .img{
    transform: scale(1.1);
}
.contact-img{
    height: 80%;
    background-image: url(img/carousel-2.webp);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.contact-lg-bg{
  background-color: #0a1026;
}
.hero-heading{
  color: #6acbd9;
}
.icon-colour{
    color: rgb(106, 203, 217);
}