@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
     font-family: "Nunito", sans-serif;

}
.top-bar {
    background-color: #003366;
    color: white;
    padding: 5px 0;
}
.top-bar a{
    color: white;
    text-decoration: none;
}
.navbar-brand {
    font-size: 1.5rem;
}
.navbar-brand img {
    max-height: 50px;
    width: auto;
}
#offcanvasNavbarLabel img{
    max-height: 50px;
    width: auto;
}
.header-bg-white {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-nav li {
  margin: 0px 10px;
}
.navbar-nav li a{
     color: #003366;
    font-weight: 700;
    font-family: "Nunito";
    position: relative;
}
.nav-item .dropdown-item{
 color: rgba(0, 0, 0, 0.822);
 }
.nav-item .dropdown-item:hover{
    color: rgba(0, 0, 0, 0.822);
    background-color: #003366 ;
    color: #fff;
   }
   .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: adjust as needed */
}
.offcanvas-header {
    background-color: #003366;
    color: white;
}
.offcanvas-body {
    background-color: #f8f9fa;
}
.contact-info {
    font-size: 0.875rem;
}

.hero {
    background: #f8f9fa;
    padding: 50px 0;
}
.hero img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.content-section {
    padding: 50px 0;
}

.what-we-do {
    background-color: #f8f9fa;
    padding: 50px 0;
}
.what-we-do h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}
.card-custom {
    border: none;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}
.card-custom h5 {
    font-size: 1.25rem;
    font-weight: bold;
}
.card-custom p {
    font-size: 1rem;
    color: #6c757d;
}
.highlight {
    border-left: 4px solid #003366;
    padding-left: 15px;
    margin-bottom: 20px;
}

.card-icon {
    font-size: 3rem;
    color: #ff9800;
}

.services .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.services .card-icon {
    font-size: 2rem;
    color: #ff7f50; /* Customize icon color */
}

.card-body h5 {
    font-size: 1.25rem;
    font-weight: bold;
}
.card-body p {
    font-size: 1rem;
    color: #6c757d;
}

.disclaimer-card {
    background-color: #f8f9fa;
    border-left: 4px solid #ff9800;
    padding: 1rem;
    margin-top: 2rem;
}
.disclaimer-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ff9800;
}
.disclaimer-text {
    font-size: 1rem;
    color: #6c757d;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 4px solid #003366;
    display: inline-block;
}
.section-bg {
    background-color: #f8f9fa;
    padding: 50px 0;
}
.card-custom {
    border: none;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}
.card-custom h5 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #003366;
}
.card-custom h6 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #003366;
}
.card-custom p {
    font-size: 1rem;
    color: #6c757d;
}

.btn-primary {
    background-color: #003366;
    border: none;
}
.btn-primary:hover {
    background-color: #002244;
}
.icon-phone {
    font-size: 2rem;
    color: #003366;
}
.privacy-notice {
    font-size: 1rem;
    color: #6c757d;
}
.privacy-policy {
    margin-top: 30px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.privacy-policy h5 {
    color: #007bff;
}
.privacy-policy h6 {
    color: #17a2b8;
}
.mark-ul ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
}
.contact-form {
    margin-top: 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.footer {
    background: linear-gradient(to right, #0d47a1, #1976d2);
    color: #fff;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;

}
.footer p{
    font-size: medium;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-title {
    font-weight: bold;
    margin-bottom: 1rem;
}
.footer .icon {
    margin-right: 10px;
}
.footer .contact-info p,
.footer .services a,
.footer .links a {
    margin-bottom: 0.5rem;
}
.footer .container {
    position: relative;
    z-index: 1;
}