
a{
  text-decoration: none!important;
}
        .custom-navbar {
            background-color: none; /* Dark blue with transparency */
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            position: absolute; /* Set to absolute to overlay on the background content if desired */
            width: 100%;
            z-index: 1000;
            
        }

        .custom-navbar .nav-link,
        .custom-navbar .navbar-brand {
            color: #fff !important; /* White text for links and brand */
            font-weight: 500;
            margin-right: 1.5rem; /* Spacing between links */
        }
        .nav-link{
            font-size: 16px;
        }
        .custom-navbar .dropdown-toggle::after {
            vertical-align: 0.15em;
             /* Adjust arrow position */
        }
        .navbar-nav .dropdown-menu {
            background-color: #f2792a;
        }
        .dropdown-item {
            color: white;
            font-weight: 500;
        }
        /* Custom CSS to force the navbar toggler icon to be white */
.navbar-toggler-icon {
    /* White color represented by %23ffffff */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Ensure the button border/color is also light for contrast */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5); 
}
.logo{
    border: 1px solid white;
}

.career-banner-container {
    height: 400px; 
    overflow: hidden;
}

.career-background-image {
    background-image: url('images/bg.jpg'); 
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color:#0d95a7; 
    background-blend-mode: multiply; 
}

.career-content {
    z-index: 10;
}

.career-text-overlay {
    margin-bottom: 20px; 
    letter-spacing: 5px; 
}

.career-wavy-divider {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 100px; 
    z-index: 20; 
}

.wavy-fill {
    /* Set the color of the wave to white */
    fill: white; 
}

/* Make the text responsive for smaller screens */
@media (max-width: 768px) {
    .career-banner-container {
        height: 300px; 
    }
    .career-text-overlay {
        font-size: 2rem; /* Smaller text on mobile */
    }
    .boy-addition-img {
        max-width: 100px; /* Smaller image on mobile */
    }

    /* Override Bootstrap's left alignment for mobile */
    .career-content {
        justify-content: center !important; /* Center the content horizontally on mobile */
    }
}


/* Styling for the form card */
.form-card {
    background-color:#075f6b ; 
    border-radius: 10px;
}

/* Style the Apply Button */
.apply-button {
    background-color: #f2792a ;
    border-color: #f2792a ;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.apply-button:hover {
    background-color: var(--apply-btn-hover-color);
    border-color: var(--apply-btn-hover-color);
    color: white;
}
.form-label{
  font-weight: 600;
  color: white;
}


/* Base Footer Styling */
.web-footer {
    background-color:#075f6b;
    font-size: 0.95rem;
}

/* Footer Title (Webocto) Style */
.footer-title {
    font-size: 1.8rem;
    font-weight: 600; /* Semi-bold */
}

/* Contact Info Styling */
.footer-contact-item {
    color: #e0e0e0; /* Slightly lighter text for contact info */
    line-height: 1.6;
}
.footer-contact-item .fas {
    font-size: 1rem;
    color: #ffffff; /* Icons are white */
}

/* List Headings and Links */
.footer-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.footer-links a, .policy-link {
    color: var(--link-color);
    text-decoration: none;
    transition: color 0.3s;
}
.footer-links a:hover, .policy-link:hover {
    color: #b0b0b0; /* Light grey hover */
}

/* Social Icon Styling */
.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1); 
    color: var(--link-color);
    margin-right: 10px;
    transition: background-color 0.3s;
}
.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.map-container {
    width: 100%;
    height: 180px; 
    overflow: hidden;
    border-radius: 5px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-copyright {
    background-color: rgba(0, 0, 0, 0.1); /* Example: slight overlay */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
    line-height: 1.3;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.job-openings-section {
    background-color: #ffffff; /* White background */
}

/* Section Title */
.job-section-title {
    color: var(--text-color-primary);
    font-size: 2rem;
    font-weight: 600;
}

.job-card {
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
   box-shadow: 0 0px 0px rgba(0,0,0,0);


}
.job-card:hover {
    transform: scale(1.03); 
    box-shadow: 0 8px 16px rgba(0,0,0,0.1); 
    cursor: pointer;
    border: 1px solid #075f6b;
}
/* Icon Styling (to replicate the thin, gray line-art style) */
.job-icon {
    font-size: 3rem; /* Large icon size */
    color: #075f6b;
    /* For Font Awesome, we'll use a thin line style where available, 
       but primarily focus on the color to match the image's aesthetic. */
}

/* Job Title */
.job-title {
    color: var(--text-color-primary);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Job Description */
.job-description {
    color: #222;
    font-size: 0.90rem;
}

/* APPLY NOW Button Styling */
.apply-btn {
    background-color: #f2792a;
    color: #ffffff;
    border-radius: 0; /* Square button */
    padding: 8px 30px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.apply-btn:hover {
    background-color: #075f6b; 
    color: #ffffff;
}


.careers-title {
  font-weight: 700;
  color: #222;
}

.career-card {
  border-radius: 12px;
  color: #fff;
  transition: all 0.3s ease;
  transform: scale(1);
}

.career-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #075f6b;
}

.career-icon-box {
  width: 50px;
  height: 50px;
  background: #f2792a; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.career-icon-box i {
  color: #fff; 
  font-size: 20px;
}

.career-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 3px;
  color:black;
}

.career-description {
  font-size: 0.95rem;
  color:black;

}

.modal-40 {
  max-width: 40%;
}
ul{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 14px;
    color: grey;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);} 
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0); 
    }
}

/* 2. Create the Animation Class */
.animate__fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
}
  .why-card {
    background-color: white!important;
    transition: all 0.3s ease;
  }

  .why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(13, 149, 167, 0.2);
  }
  .card2:hover{
    background-color: #075f6b!important;
    color: white;
  }
  .dark{
    color: black;
  }
  .card2:hover .dark{
    color: white;
  }