/* Common Css */
body {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
    font-display: swap;
}
/* Basic button styling */
#back-to-top {
    position: fixed;
    bottom: 18px;
    right: 20px;
    display: none;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;  
    background-color:#000000;
}
#back-to-top i {
    color:#ffffff;
}
#back-to-top:hover {
    background-color:#f9ad00;
}
#back-to-top:hover i {
    color:#ffffff;
}
#back-to-top.show {
    display: block;
}
/* Common Css  */
.bg-darkblue {
	background-color:#01375d;
}
.bg-yellow {
	background-color:#f8a621;
}
.bg-bule-footer {
    background-color: #093d62;
}
.bg-gry {
    background-color:#f5f5f5f;
}
.bg-copy {
    background-color:#09273c;
}
.sub-title {
    color: #01375d;
}
.color-y {
    color:#f8a621;
}
.title {
    color: #0F1B24;
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    /*text-transform: capitalize;*/
}
.header {
    background-color: #fdfdfd;
}
.breadcrumb-item > a:hover {
    color: #44a4dc!important;
}

/* Custom button */
.arrow-icon {
        color: #000000ff;
        padding: 10px;
        border-radius: 50%;
        background-color: #f9ad00;
    }
    .custom-btn {
        border-color: 1px solid #0F1B24;
        position: relative;
        overflow: hidden;
        background-color: #F5F5F5; 
        color: #000; /* Default text color */
        z-index: 1;
        transition: color 0.3s ease;
    }

    /* Pseudo-element for sliding background */
    .custom-btn::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background-color: #0F1B24; 
        z-index: -1;
        transition: width 0.6s ease;
        transform: skew(30deg);
        transform-origin: bottom left;
    }
    /* On hover: animate background and change text color */
    .custom-btn:hover::before {
        width: 120%;
    }
    .custom-btn:hover {
        color: #fff;
    }
    /* Icon animation */
    .arrow-icon {
        display: inline-block;
        transition: transform 0.4s ease;
    }
    .custom-btn:hover .arrow-icon {
        transform: translateX(10px);   
    }
/* .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
} */
#navbarTogglerDemo02 .custom-btn {
    position: relative;
    overflow: hidden;
    background-color: #01375d;
    color: #ffffff;
    z-index: 1;
    transition: color 0.3s ease;
}

#navbarTogglerDemo02.custom-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0F1B24;
    z-index: -1;
    transition: width 0.6s ease;
    transform: skew(30deg);
    transform-origin: bottom left;
}
.header-menu .navbar-nav a.nav-link {
    font-weight: 500;
    text-transform: uppercase;
}
.header-menu .navbar-nav .nav-link.active, .header-menu .navbar-nav .nav-link.show {
    color: #001e57;
}
.header-menu .navbar-nav .dropdown-menu {
    background-color: rgb(38, 38, 38);
    border-radius: 0;
    padding: 0;
}
.header-menu .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-menu .navbar-nav .dropdown-menu li a.dropdown-item {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    text-transform: capitalize;
    padding: 11px 25px;
    transition: 500ms;
}
.header-menu .navbar-nav .dropdown-menu li a.dropdown-item:hover {
    background-color: #f9ad00;
}
.header-menu .navbar-nav .dropdown-menu li:last-child {
    border-bottom: 0;
}
.header-menu .navbar-nav a.nav-link.dropdown-toggle span {
    border: 1px solid #fff;
    padding: 5px;
    line-height: 0;
    font-size: 11px;
}

ul.custom-list {
  list-style: none; 
  padding-left: 0;
}
#expertise ul li {
    position: relative;
    padding-left: 30px;
}
ul.custom-list li::before {
  content: "\f061"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  color: #f9ad00;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

/* Footer css  */
.icon {
    background-color: #ffffff;
    padding: 7px 12px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    color: #000000;
}
.icon:hover {
    background-color: #f9ad00;
    color: #ffffff;
}

.icon-bg{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #8589274d;
    border: 1px solid #ffffff52;
    padding:6px 3px 6px 6px;
}
.c-details .icon1 {
    padding: 7px 12px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #8589274d;
    border: 1px solid #ffffff52;
    color: #f9ad00;
}
.hover {
    color:#ffffff;
}
.hover:hover {
    color:#f9ad00;
}
.footer-section {
    background-color: #01375d;
    /* margin-top: 140px; */
    z-index: 0;
}
.footer-top {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: -20%;
}
.footer-top-bg {
    background-image: url(../images/cta-one-bg-img.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
/* Target the image inside this column specifically */
.moving-images {
  position: relative;
  animation: moveLeftToRight 3s linear infinite;
  opacity: 0.5;
}

/* Keyframes to move the image from left to right */
@keyframes moveLeftToRight {
  0% {
    transform: translateX(-20%); /* Start off-screen to the left */
  }
  100% {
    transform: translateX(0%); /* End off-screen to the right */
  }
}
.shake-icon i {
  transition: transform 0.1s ease-in-out;
}
.shake-icon {
    border:1px solid #ffffff;
}
.shake-icon:hover {
  background-color: #01375d;
  border-color: #01375d;
  color: #ffffff; 
}
/* Shaking animation on hover */
.shake-icon:hover i {
  animation: shake 0.4s infinite; /* Infinite shake with 0.5s duration */
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px); /* Move to the left */
  }
  50% {
    transform: translateX(5px); /* Move to the right */
  }
  75% {
    transform: translateX(-5px); /* Move to the left again */
  }
  100% {
    transform: translateX(0); /* Return to the original position */
  }
}
/* Define your animation */
@keyframes custom-bounce {
  0% { transform: scale(1); }
  30% { transform: scale(1.2) rotate(5deg); }
  50% { transform: scale(1.1) rotate(-5deg); }
  70% { transform: scale(1.15) rotate(3deg); }
  100% { transform: scale(1); }
}

.icon1 i {
  transform-origin: 50% 60%;
  display: inline-block;
}
.icon-animation:hover .icon1 i {
  animation: custom-bounce 0.6s ease;
}

/* Skew animation keyframes */
@keyframes skewAnimation {
  0%   { transform: skew(0deg, 0deg); }
  30%  { transform: skew(40deg, 0deg); }
  60%  { transform: skew(-20deg, 0deg); }
  100% { transform: skew(0deg, 0deg); }
}

/* Trigger on hover */
.icon-animatio1:hover .icon1 i {
  animation: skewAnimation 0.6s ease;
}

/* Shake animation keyframes */
@keyframes shakeAnimation {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-2px, 0); }
  40%  { transform: translate(2px, 0); }
  60%  { transform: translate(-2px, 0); }
  80%  { transform: translate(2px, 0); }
  100% { transform: translate(0, 0); }
}

/* Trigger shake on hover */
.icon-animatio2:hover .icon1 i {
  animation: shakeAnimation 0.4s ease;
}
.footer-links i {
    color: #f9ad00;
}
.footer-links a {
    color: #ffffff;
}
.footer-links a:hover {
    color: #f9ad00;
}
.service-footer {
    background-color: #44a4dc1f;
    padding: 30px 0 112px;
}

@media (min-width: 992px) {
    /* Header CSS */
    .header-menu .navbar-nav .hover-dropdown:hover > .dropdown-menu {
        display: block !important;
    }
    /* .footer-section {
        margin-top: 278px;
    } */
}
@media only screen and (max-width: 1199px) {
    .footer-top {
        position: relative !important;
    }
    .footer-top-bg {
        max-width: 100% !important;
        border-radius: 0 !important;
    }
    .service-footer {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    /* Header CSS */
    .header-menu .navbar-nav li.nav-item {
        background: #01375d;
        border-bottom: 1px solid #fff;
    }
    .header-menu .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-menu .navbar-nav .nav-link {
        color: #ccc;
    }
    .header-menu .navbar-nav .nav-link.active, .header-menu .navbar-nav .nav-link.show {
        color: #fff;
    }
    .header-menu .navbar-nav .dropdown-menu {
        background-color: #01375d;
    }
    .header-menu .navbar-nav .dropdown-menu li {
        border-bottom: 1px solid rgb(255 255 255 / 38%);
    }
    .header-menu .navbar-nav a.nav-link.dropdown-toggle.show {
        border-bottom: 1px solid #fff;
    }
    .header-menu .navbar-nav a.nav-link.dropdown-toggle::after {
        display: none;
    }
    .header-menu .navbar-nav .hover-dropdown:hover > .dropdown-menu {
        display: none !important;
    }
    .header-menu .navbar-nav .hover-dropdown > .dropdown-menu {
        display: none !important;
    }
    .background-about {
        height: auto !important;
        padding-bottom: 4rem !important;
        border-radius: 0 !important;
    }
}

@media only screen and (max-width: 676px) {
    .footer-top-bg {
        background: #f9ad00!important;
    }
    /* .footer-section {
        margin-top: 269px;
    } */
    .title {
        font-size: 33px;
    }
}