* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    line-height: 1.5;
    font-family: 'Nunito Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.z-1050 {
    z-index: 1050 !important;
}

.py-5rem {
    padding: 5rem 0 !important;
}

.fs-14px {
    font-size: 14px !important;
}

.w-max-content {
    width: max-content !important;
}

.h-max-content {
    height: max-content !important;
}

.gradient-text {
    background: linear-gradient(to right, #6D91E5, #5AB5E5) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.bg-purple-grad {
    background: linear-gradient(#000614, #0B0828, #1B0E49, #291869, #482FB7, #7F70DD, #ACA7F1) !important;
}

.bg-blue-gradient {
    background: linear-gradient(to right, #1776E2, #0D417C) !important;
}

.bg-1776E2 {
    background-color: #1776E2 !important;
}

.bg-000314 {
    background-color: #000314 !important;
}

.bg-F3F6FD {
    background-color: #F3F6FD !important;
}

.color-1776E2 {
    color: #1776E2 !important;
}

.color-1DB9DD {
    color: #1DB9DD !important;
}

.color-666666 {
    color: #666666 !important;
}

.border-FFFFFF20 {
    border: 1px solid #FFFFFF20 !important;
}

.border-D2D2D2 {
    border: 1px solid #D2D2D2 !important;
}

.border-1F58A8 {
    border: 1px solid #1F58A8 !important;
}

.border-1776E2 {
    border: 1px solid #1776E2 !important;
}

.border-bottom-d2d2d2 {
    border-bottom: 1px solid #d2d2d2 !important;
}

.border-top-d2d2d2 {
    border-top: 1px solid #d2d2d2 !important;
}

.form-control:focus {
    box-shadow: none !important;
}


/* navbar */
.navbar-nav-link {
    padding: 0.1rem 0 !important;
}

.navbar-nav-link.active {
    background: linear-gradient(to right, #6D91E5, #5AB5E5) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    /* color: #FFFFFF !important; */
    font-weight: 700 !important;
    /* border-bottom: 1px solid #5AB5E5 !important; */
}


/* banner */
.home-banner-section {
    background-image: url('../images/home/home-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    /* background-attachment: fixed; */
    padding: 5rem 0 !important;
}

.about-us-banner-section {
    background-image: url('../images/about-us/about-us-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    padding: 5rem 0 !important;
}

.services-banner-section {
    background-image: url('../images/services/services-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    padding: 5rem 0 !important;
}

.career-banner-section {
    background-image: url('../images/career/career-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    padding: 5rem 0 !important;
}

.contact-us-banner-section {
    background-image: url('../images/contact-us/contact-us-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
    padding: 5rem 0 !important;
}

.services-cards:hover {
    box-shadow: 0px 0px 1px 4px #FFFFFF1A, 0px 0px 20px 2px #38CFF240, inset 0px 0px 1px #FFFFFF40, inset 0px -4px 2px #00000040;
    border: 1px solid #1F58A8 !important;
    cursor: pointer;
}

@media(min-width: 992px) {
    .action-btn-container {
        width: fit-content;
    }
}

.our-story-card {
    box-shadow: 0px 0px 9px #2c34a426;
}

.choose-us-card:hover {
    background-color: #011329 !important;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 1px 4px #FFFFFF1A, 0px 0px 20px 2px #38CFF240, inset 0px 0px 1px #FFFFFF40, inset 0px -4px 2px #00000040;
    border: 1px solid #1F58A8 !important;
    cursor: pointer;
}

.footer-link.active {
    color: #1776E2 !important;
    font-weight: 600 !important;
}

.mobile-nav-link.active {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #FFFFFF !important;
}

.career-form {
    box-shadow: 0px 0px 18px #0000001f !important;
}

.form-control::placeholder {
    color: #666666 !important;
}

.curved-underline {
    position: relative;
    display: inline-block;
    color: #1DB9DD;
}

.curved-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="10" viewBox="0 0 100 10" xmlns="http://www.w3.org/2000/svg"><path d="M0 10 Q50 0 100 10" stroke="%231dc4e9" fill="transparent" stroke-width="1.5"/></svg>');
    background-size: 100% 100%;
}

@media (max-width: 991px) {
    .mobile-order {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        width: 150px;
    }
}

.navbar-nav-link:hover {
    background: linear-gradient(to right, #6D91E5, #5AB5E5) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.navbar-offcanvas {
    top: 60px !important;
}

/* Hidden initially */
.scroll-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  /* Visible after scroll */
  .scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  