/* barnd colors
1. #005086
2. #3392FF
3. #8ABFFF */

.navbar-brand img {
    height: 150px;
    width: auto;
}
#navbarNav{
    margin-right: 50px;
}
.top-header{
    text-align: center;
    background-color: #8ABFFF;
}
.top-header a{
    text-decoration: none;
    color: #005086;
}
.navbar-nav .nav-link {
    color: #005086;
    font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #3392FF !important;
}

.btn-success {
    background-color: #005086!important;
    border: none!important;
}

.btn-success:hover {
    background-color: #3392FF!important;
}

.bi {
    margin-right: 5px;
}

.dropdown-menu {
    min-width: 200px;
}

@media (max-width: 567px) {
    .navbar-brand img {
        height: 100px;
        width: auto;
    }
}


/* General Slider Styling */
#backgroundSlider {
    height: 100vh;
    overflow: hidden;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition: transform 1.5s ease-in-out, opacity 1s ease-in-out;
    position: relative;
}

/* Overlay for Better Readability */
.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

/* Adjust Carousel Controls Position */
.carousel-control-prev {
    left: 2%!important; /* Moves the button further to the left */
}

.carousel-control-next {
    right: 2%!important; /* Moves the button further to the right */
}

.carousel-control-prev, 
.carousel-control-next {
    width: auto!important; /* Keeps the buttons compact */
}

/* .container {
    max-width: 600px;
} */

h1 {
    font-size: 3.5rem;
    animation: fadeInUp 1.5s ease-in-out;
}

p {
    font-size: 1.1rem;
    animation: fadeInUp 1.8s ease-in-out;
}

.btn-success {
    background-color: #28a745;
    border: none;
}

.btn-light {
    background-color: #fff;
    color: #28a745;
    border: none;
}

.btn-light:hover {
    background-color: #f8f9fa;
    color: #218838;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styling */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    p {
        font-size: 1rem;
    }
    .btn {
        padding: 0.6rem 1rem;
    }
}

.rating-num{
    color: #005086;
}
/* Badge Position */
.experience-badge {
    top: -10px;
    left: -10px;
    background-color: #ffffff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.badge-content h2 {
    font-size: 2rem;
}

.badge-content p {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #6c757d;
}

/* Rating Stars */
.rating span {
    font-size: 1.2rem;
}

/* Avatar Group */
.avatar-group img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin-left: -10px;
}

.avatar-group img:first-child {
    margin-left: 0;
}

.avatar-group {
    position: relative;
    display: flex;
}

/* Button Styling */
.btn-success {
    background-color: #28a745;
    border: none;
}

.btn-success:hover {
    background-color: #218838;
}

.service-h{
    color: #005086;
    text-align: center;
}
.service-p{
    color: #3392FF;
    text-align: center;
}
/*  Counter Section  */

#counter {    
    background-color: #005086;
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
}
#counter .count {
    padding: 50px;
    background: #3392FF;
    color: #fff;
    text-align: center;
}
.count h4 {
    color: #fff;
	font-size: 16px;
	margin-top: 0;
}
#counter .count .fa {
    font-size: 40px;
    display: block;
    color: #fff;
}
#counter .number {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
/*  Pricing Section  */

#pricing {
    background: #f7f7f7;
}
.pricing-items {
    padding-top: 50px;
}
.pricing-item {
    background: #fff;
    position: relative;
    box-shadow: 0 0 9px 0 rgba(130, 121, 121, .2);
    padding: 50px 0px;
    border-top-right-radius: 2em;
    border-bottom-left-radius: 2em;
}
.pricing-item.active {
    top: -50px;
}
.price-list li {
    list-style: none;
    margin-bottom: 15px;
}

.price-list .price {
    font-size: 30px;
    font-weight: bold;
}
.pricing-item .ribbon {
    margin: -50px 0 20px;
    display: block;
    background-color: #ffb400;
    padding: 15px 0 2px;
    opacity: 0.8;
    border-top-right-radius: 2em;
}
.pricing-item:hover .ribbon {
    background-color: #ffb400;
	opacity: 1;
}
.pricing-item.active .ribbon {
    background-color: #ffb400;
	opacity: 1;
}
.pricing-item .ribbon p {
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
}
.pricing-item.active .price-list li, .pricing-item:hover .price-list li {
    color: #848181;;
}
ul.price-list {
    margin-bottom: 30px;
    padding: 0;
}
.btn-price {
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 40px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid #848181;
    background-color: transparent;
    color: #848181;
}
.pricing-item:hover .btn-price,
.active .btn-price {
    border: 1px solid #ffb400;
    background-color: #ffb400;
    color: #fff;
}
.btn-price:focus {
    background-color: transparent;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .pricing-items {
        padding-top: 0;
    }
    .pricing-item.active {
        top: 20px;
        margin-bottom: 40px;
    }
}


.service-card {
    cursor: pointer;
    width: 300px;
    margin: 20px;
    padding: 2rem 20px 20px 20px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.icon-container {
    border: 2px solid lightgreen;
    transition: 0.3s linear;
    width: max-content;
    margin: 0 auto;
    transform: rotate(45deg);
}

.service-card:hover {
    box-shadow: 0 0 30px 0 lightgreen;
    transform: scale(1.1);
}

.service-card a {
    color: lightgreen;
    text-decoration: none;
}

@media (max-width: 768px) {
    .service-card {
        width: 100%;
    }
}



.footer-20192 {
    position: relative;
    color: #fff;
    padding: 7rem 0;
    background-color: #000; 
}
.footer-20192 .container {
    position: relative; 
}
.footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; 
}
.footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; 
}
.footer-20192 .links li a {
    color: #8ABFFF;
    text-decoration: none;
    font-weight: 600; 
}
.footer-20192 .links li a:hover {
    color: #005086; 
}
.footer-20192 .social li {
    display: inline-block;
    position: relative; 
}
.footer-20192 .social li a {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #8ABFFF;
    color: #fff; 
}
.footer-20192 .social li a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; 
}
.footer-20192 .copyright {
    color: #8ABFFF; 
}
.footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(108, 171, 235, 0.2);
    box-shadow: -20px -20px 0 0 rgba(95, 168, 241, 0.2);
    padding: 20px;
    background-color: #8ABFFF;
    top: -150px;
    position: relative; 
}
.footer-20192 .cta h2, .footer-20192 .cta h3 {
    line-height: 1.5; 
}
.footer-20192 .cta h3 {
    font-size: 20px; 
}


.ml-auto, .mx-auto{
    margin-left: auto!important;
}


/* Section Background */
.financial-section {
    background: linear-gradient(135deg, #005086, #3392FF);
    border-radius: 16px;
    overflow: hidden;
    color: #ffffff;
}

/* Image Styling */
.img-fluid {
    max-height: 400px;
    object-fit: contain;
}

/* Responsive Padding */
@media (max-width: 768px) {
    .financial-section .text-center img {
        max-height: 300px;
    }

    .financial-section .lead {
        font-size: 1rem;
    }
}


/* Custom Section Styling */
.why-choose-us {
    background-color: #f9fafb;
}

/* Card Customizations */
.card-custom {
    border: none;
    border-radius: 10px;
    background-color: #28a745; /* Green background */
}

.card {
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

/* Icons */
.icon img {
    background-color: #3392FF;
    border-radius: 50%;
    padding: 8px;
    width: 45px;
    height: 45px;
}


/* Testimonial Section Styles */
.testimonial {
    background-color: #f9fafb;
    overflow: hidden;
}

.testimonial h2 {
    color: #212529;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-inner p.lead {
    font-size: 1.1rem;
}

.review-box {
    max-width: 220px;
    transform: translate(-10%, -10%);
}

.review-box h3 {
    font-size: 2rem;
}

.review-box .stars {
    color: #f1c40f; /* Star color */
}

.review-box .badge {
    font-size: 0.9rem;
}

/* For better responsiveness */
@media (max-width: 992px) {
    .review-box {
        position: static;
        transform: none;
        margin: 1rem auto;
    }
}



.about-section {
    position: relative;
    background: url('../img/about-bnr.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }

  .about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .about-content {
    position: relative;
    z-index: 2;
  }

  .breadcrumb-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* float: right; */
  }

  .breadcrumb-container a {
    color: white;
    background-color: #007bff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    /* float: right; */
  }

  .breadcrumb-container a:hover {
    background-color: #0056b3;
  }


  .think-section {
    position: relative;
    background: url('../img/think-bnr.jpg') no-repeat center center/cover;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }

  .think-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 123, 255, 0.3);
    z-index: 1;
  }

  .think-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    background-color: rgba(0, 86, 179, 0.7);
    border-radius: 15px;
  }

  .think-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .think-content p {
    margin: 15px 0;
  }

  .think-content .btn {
    font-weight: bold;
    border-radius: 50px;
    background-color: #FFF;
    border: none;
  }

  .think-content .btn:hover {
    background-color: #005086;
  }




  figure.snip0015 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    background: #000000;
    text-align: center;
  }
  figure.snip0015 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  figure.snip0015 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  figure.snip0015 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3em 3em;
    width: 100%;
    height: 100%;
  }
  figure.snip0015 figcaption::before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  figure.snip0015 h3,
  figure.snip0015 p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  }
  figure.snip0015 h3 {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  figure.snip0015 h3 span {
    font-weight: 800;
  }
  figure.snip0015 p {
    font-weight: 200	;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip0015 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
  }
  figure.snip0015:hover img {
    opacity: 0.35;
  }
  figure.snip0015:hover figcaption h3 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  figure.snip0015:hover figcaption p {
    opacity: 0.9;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  figure.snip0015:hover figcaption::before {
    background: rgba(0, 123, 255, 0.3);
    top: 30px;
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }



  .form-control {
    border-radius: 5px;
  }
  
  .btn-success {
    border-radius: 30px;
  }
  
  .bg-success {
    border-radius: 10px;
  }
  
  .text-white a {
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .text-white a:hover {
    color: #d4edda;
  }
  .con-bg{
    background-color: rgba(0, 123, 255, 0.7);
  }


.career-bg{
    background-image: url("../img/Hero_Pattern.svg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #f3f8ff;
    background-size: cover;
    position: relative;
}
.career-bg-overlay{
    background: transparent;
    vertical-align: middle;
    left: 0;
    right: 0;
    /* position: absolute; */
    z-index: 60;
    /* padding: 0px; */
}

.global-h{
    color: #005086;
}


.logo-scroller {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    /* border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.logos {
    display: flex;
    gap: 120px;
    animation: scroll 60s linear infinite;
    will-change: transform;
}

.logo {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
}

/* Keyframe animation for scrolling */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.logo-scroller:hover .logos {
    animation-play-state: paused;
}



