* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Cambria, Calibri, serif;
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    overflow: hidden;
}
h1 {
    font-family: Cambria, Calibri, serif;
}
h4 {
    font-family: Cambria, Calibri, serif;
}
.pt-5 {
    padding-bottom: 2rem !important;
}
.w-100 {
    height: 100%;
}
.w-25 {
    width: 30% !important;
}
.container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
}
.container {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.titlehead {
    text-align: -webkit-center;
}
.divider {
    border-bottom: 1px solid black;
}
.divider2 {
    border-top: 1px solid #415093;
    border-bottom: 1px solid #415093;
}
.table {
    color: white;
}

/* Start Upper Header */
.upperheader {
    height: 20px;
    background-color: #415093;
}
/* End Upper Header */

/* Start Navbar */
.navbar-nav {
    font-size: 20px;
}
.navlogo {
    width: 60%;
}
.navbar-brand {
    margin: 4px 30px;
}
.navbar-brand {
    width: 20%;
}
.nav-item {
    margin-right: 20px;
}
.nav-item:hover {
    background-color: #415093;
    color: white;
}
.nav-link:hover {
    color: white;
}
.nav-link.active:hover {
    color: white;
}
.nav-link2:hover {
    color: black;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none !important;
    background-color: #415093;
}
.nav {
    font-size: 17px;
    font-family: Cambria, Calibri, serif;
    --bs-nav-link-color: black;
    --bs-nav-link-hover-color: black;
    place-content: center;
}
.nav-tabs .nav-link.active {
    color: white;
}
.nav-link {
    color: black;
}
.nav-link.active {
    font-size: 19px;
}
.nav-tabs {
    border-bottom: 4px solid #415093;
    width: 63%;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-item:hover {
    background-color: #415093;
    color: white;
}
.dropdown-menu {
    font-family: Cambria, Calibri, serif;
    font-size: 18px;
}
.dropdown:hover .nav-link {
    color: white;
}
.collapse {
    margin: 10px 10px;
    width: auto;
}
.navbar-toggler {
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px;
    position: relative;
}
/* End Navbar */

/* Start Banner Slider */
.bannersec {
    margin-bottom: 10px;
}
.bannerimg {
    border: 1px solid #415093;
    border-radius: 5px;
}
.carousel-item {
    height: 500px;
}
.carousel-caption {
    background: black;
    border-top: 6px solid #415093;
    border-bottom: 6px solid #415093;
    width: 40%;
}
.bannercontentp {
    font-size: 18px;
    text-align: justify;
}
.typing-container {
    font-size: 24px;
    color: white;
}
.cursor {
    font-weight: bold;
    color: white;
    animation: blink 0.7s infinite step-end;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
/* End Banner Slider */

/* Start Home About Section */
.about {
    background: linear-gradient(180deg, #f0f4f8, #ffffff);
    padding: 2rem 0;
}
.abouttitle {
    margin-top: 10px;
    text-align: center;
}
.homeabouthr {
    border: 1px solid #415093;
}
.homeabouthr2 {
    border: 1px solid #415093;
    width: 20%;
}
.about2 {
    background-image: url(../Images/background2.jpg);
}
.w3-animate-left {
    animation: animateleft 3s;
}
.w3-animate-zoom {
    animation: animatetop 5s;
}
.w3-animate-right {
    animation: animateright 5s;
    position: relative;
}
/* End Home About Section */

/* Start Home Client Section */
.belowtitlehr {
    border: 3px solid #415093;
    width: 8%;
}
.slick-slide {
    margin: 0 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End Home Client Section */

/* Start Work Section */
.single-content {
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.single-content:hover {
    transform: scale(1.1);
}
@media (max-width: 576px) {
    .single-content:hover {
        transform: scale(1.05);
    }
}
.button-group .btn.active {
    background-color: var(--primary-clr);
    color: var(--body-clr);
}
.single-content .text-content,
.single-content::after {
    position: absolute;
    left: 20px;
    right: 20px;
}
.single-content::after {
    content: '';
    display: block;
    background-color: rgba(28, 54, 62, 120);
    top: 20px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
}
.single-content:hover::after {
    opacity: .9;
    transform: rotate3d(0, 0, 0, 0deg);
}
.single-content img {
    width: 100%;
    height: auto;
    border: 1px solid #415093;
    border-radius: 5px;
    object-fit: cover;
}
.custom-img {
    width: 100%;
    height: auto;
}
.custom-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    background-color: #f8f9fa;
    position: relative;
    border-bottom: 5px solid #0056b3;
}
.custom-nav-link {
    margin: 0;
    padding: 10px 20px;
    border: none;
    background-color: #ffffff;
    color: #343a40;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.custom-nav-link.active {
    background-color: #415093;
    color: #ffffff;
    border-bottom: 5px solid #415093;
    z-index: 1;
}
.custom-nav-link:hover {
    background-color: #007bff;
    color: #ffffff;
    border-bottom: 5px solid #007bff;
}
@media (max-width: 768px) {
    .custom-nav-link {
        font-size: 14px;
        padding: 8px 16px;
    }
}
@media (max-width: 576px) {
    .custom-nav-link {
        font-size: 12px;
        padding: 6px 12px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.single-content:hover img {
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 6px solid #415093;
}
.single-content:hover .text-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: .3s;
}
.text-content {
    top: 45%;
    opacity: 0;
    z-index: 1;
    transform: translate(10%, -30%);
    transition: .3s;
    text-align: center;
    color: white;
    font-weight: bolder;
}
/* End Work Section */

/* Start Service Section */
.service:hover .serviceleft {
    animation: animateleft 3s;
    position: relative;
}
.service:hover .serviceright {
    animation: animateright 3s;
    position: relative;
}
.serviceimg {
    background-color: #415093;
    width: 370px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 10px;
}
.serviceimg img {
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .serviceimg {
        width: 100px;
        height: 90px;
    }
}
@media (max-width: 480px) {
    .serviceimg {
        width: 100px;
        height: 70px;
    }
}
.servicediv {
    display: flex;
}
.servicediv2 {
    margin-left: 10px;
}
.servicecont {
    text-align: justify;
}
.serviceimg:hover img {
    -webkit-transform: rotate(360deg) translateZ(0);
}
/* End Service Section */

/* Start Upper Footer Section */
.upperfooter {
    background-color: #415093;
    padding: 1.5rem 0;
}
.quicklink {
    text-decoration: none;
    color: white;
}
.quicklink2 {
    text-decoration: none;
    color: white;
}
.quicklink {
    transition: 0.3s;
}
.quicklink:hover {
    transform: scale(1.1);
}
.linksec:hover {
    color: red;
}
.horiline {
    width: 30%;
    color: white;
}
.icon {
    font-size: 35px;
    display: flex;
    gap: 15px;
}
.icon a {
    display: inline-block;
    transition: transform 0.3s ease;
}
.icon a:hover {
    transform: scale(1.2);
}
.icon svg {
    width: 35px;
    height: 35px;
}
.fa-brands {
    color: white;
}
/*.fa-facebook:hover {
    color: blue;
}
.fa-instagram:hover {
    color: palevioletred;
}
.fa-linkedin:hover {
    color: dodgerblue;
}
.fa-youtube:hover {
    color: red;
}
.fa-whatsapp:hover {
    color: green;
}*/
/* End Upper Footer Section */

/* Start Copy Footer */
.copyfooter {
    font-family: Cambria, Calibri, serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #202849;
    width: 100%;
    padding: 5px 0;
    margin: 0;
}
.copyfooter p {
    font-family: Cambria, Calibri, serif;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
/* End Copy Footer */

/* Start Vision Mission Section */
.bg-light {
    background: linear-gradient(135deg, #f8fafc, #eef2f7) url('https://source.unsplash.com/1600x900/?abstract,light') no-repeat center center fixed;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 40px;
    min-height: 60vh;
    position: relative;
    overflow: hidden;
}

.vision-card, .mission-card {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #415093;
    border-right: 5px solid #415093;
    min-height: 350px; /* Fixed minimum height for both cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vision-card:hover, .mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.vision-card .card-body, .mission-card .card-body {
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff, #f7fafc);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2d3748;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a5568;
}

.list-unstyled li {
    font-size: 1rem;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.list-unstyled li:hover {
    color: #2b6cb0;
}

.fa-check {
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .row.g-4 > .col-12 {
        width: 100%;
    }
    .card-body {
        padding: 1rem;
    }
    .display-4 {
        font-size: 2rem;
    }
    .lead {
        font-size: 1rem;
    }
    .vision-card, .mission-card {
        min-height: 300px; /* Adjusted for smaller screens */
    }
}

/* Typing Animation Styles */
.typed-text {
    display: inline-block;
    min-height: 1.5em;
}
.typed-cursor {
    display: none; /* Cursor hidden after typing */
}
.typed-complete .typed-text {
    animation: none;
}

/* End Vision Mission Section */

/* Start Profile Page */
.profileaboutcont {
    font-size: 18px;
    font-family: Cambria, Calibri, serif;
}
.about {
    background: linear-gradient(180deg, #f0f4f8, #ffffff);
}
.about .row.text-center {
    background: #415093;
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}
.about .row.text-center2 {
    color: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.about .visioncont {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.about .visioncont:hover {
    transform: translateY(-10px);
}
.about .col-6 {
    padding: 1rem;
}
.about .aboutimg {
    border-radius: 10px;
    border: 3px solid #415093;
    transition: transform 0.3s ease;
}
.about .aboutimg:hover {
    transform: scale(1.05);
}
.about h4 {
    color: #415093;
    position: relative;
    margin-bottom: 1rem;
}
.about h4::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #415093;
    bottom: -5px;
    left: 0;
}
.profileaboutcont ul {
    list-style: none;
    padding-left: 0;
}
.profileaboutcont ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.profileaboutcont ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #415093;
    margin-right: 10px;
}
.profileaboutcont p {
    line-height: 1.6;
    color: #333;
}
/* End Profile Page */

/* Start Contact Us Page */
.contactdiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 15px 10px;
}
.contacttitle {
    color: white;
    background: #415093;
    padding: 8px;
}
.contactform {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: white;
    width: 100%;
    max-width: 600px;
    margin: 10px;
}
.contactsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
}
.form-control {
    border: 1px solid black;
}
.form-check-input[type=checkbox] {
    border: 2px solid black;
}
.input-group-text {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
}
.img-fluid2 {
    max-width: 100%;
    height: 360px;
}
.aboutdesc {
    text-align: justify;
}
@media (max-width: 768px) {
    .contactform {
        width: 100%;
        margin: 10px 0;
    }
    .contactsec {
        flex-direction: column;
        justify-content: center;
    }
    .img-fluid2 {
        height: 300px;
    }
    .contacttitle {
        font-size: 18px;
    }
    .form-control, .input-group-text {
        font-size: 14px;
    }
    .btn {
        width: 100%;
        padding: 10px;
    }
}
@media (max-width: 1400px) {
    .contactsec {
        place-content: center;
    }
}
.contacthover {
    border: 1px solid black;
    padding: 15px;
    overflow: hidden;
    max-height: 100%;
    box-sizing: border-box;
    flex: 1 1 calc(30% - 20px);
    margin: 10px;
    min-width: 250px;
    background: white;
    transition: all 0.3s ease-in-out;
}
.contacthover h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #415093;
}
.contacthover p {
    font-size: 1rem;
    line-height: 1.5;
}
.contacthover:hover {
    background: aliceblue;
    font-size: 16px;
    font-family: Cambria, Calibri, serif;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.btn-primary {
    --bs-btn-bg: #415093;
    --bs-btn-hover-bg: grey;
}
.contacticon {
    color: #415093;
    font-size: 2rem;
    transition: color 0.3s ease;
}
.contacticon:hover {
    color: red;
}
@media (max-width: 768px) {
    .contactdiv {
        flex-direction: column;
        align-items: center;
    }
    .contacthover {
        width: 90%;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .contacthover h2 {
        font-size: 1.2rem;
    }
    .contacthover p {
        font-size: 0.9rem;
    }
    .contacticon {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    .contactform {
        max-width: 100%;
    }
}
/* End Contact Us Page */

/* Start Career Page */
.careerbtn {
    background: #415093;
    color: white;
}
.table {
    --bs-table-bg: linear-gradient(90deg, pink, wheat);
    width: 100%;
    margin: 0 auto;
    table-layout: auto;
}
.careerform {
    width: 100%;
    background: linear-gradient(180deg, #B9D9EB, white);
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 1);
    border-radius: 10px;
    padding: 20px;
}
.formdiv {
    display: flex;
    margin-bottom: 15px;
}
.lablediv {
    margin-right: 15px;
    width: 30%;
}
.inputdiv {
    width: 70%;
}
@media (max-width: 1200px) {
    .careerform {
        width: 80%;
    }
    .lablediv {
        width: 35%;
    }
    .inputdiv {
        width: 65%;
    }
}
@media (max-width: 992px) {
    .careerform {
        width: 90%;
    }
    .lablediv {
        width: 40%;
    }
    .inputdiv {
        width: 60%;
    }
    .table {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .careerform {
        width: 100%;
        padding: 15px;
    }
    .lablediv {
        width: 45%;
    }
    .inputdiv {
        width: 55%;
    }
    .table {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .careerform {
        width: 100%;
        padding: 10px;
    }
    .lablediv {
        width: 50%;
    }
    .inputdiv {
        width: 50%;
    }
    .table {
        font-size: 11px;
    }
}
/* End Career Page */

/* Start Media Queries */
@media only screen and (max-width: 575px) {
    .bannerimg {
        width: 400px;
    }
}
@media only screen and (max-width: 1200px) {
    .w-25 {
        width: 40% !important;
    }
    .aboutimg {
        width: 300px;
    }
}
@media only screen and (max-width: 1270px) {
    .navbar-nav {
        font-size: 14px;
    }
    .dropdown-menu {
        font-size: 14px;
    }
    .nav-link.active {
        font-size: 14px;
    }
}
@media (min-width: 1270px) and (max-width: 1280px) {
    .navbar-nav {
        margin-left: 20px;
    }
    .navbar-brand {
        max-width: 150px;
    }
    .navbar-nav .nav-item {
        padding-right: 20px;
    }
    .navbar-toggler {
        margin-right: 10px;
    }
    .navlogo {
        max-width: 120px;
    }
    .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 1050px) {
    .navbar-nav {
        font-size: 12px;
    }
    .dropdown-menu {
        font-size: 12px;
    }
    .nav-link.active {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .w-25 {
        width: 50% !important;
    }
    .aboutimg {
        width: 330px;
    }
    .aboutdiv {
        margin: 0%;
    }
}
@media only screen and (max-width: 766px) {
    .w-25 {
        width: 85% !important;
    }
}
@media only screen and (max-width: 471px) {
    .w-25 {
        width: 87% !important;
    }
}
/* End Media Queries */

/* Start HSSE Policy Section */
.hsse-section {
    background: linear-gradient(135deg, #f8fafc, #eef2f7) url('https://source.unsplash.com/1600x900/?abstract,light') no-repeat center center fixed;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 40px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-section {
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    margin-bottom: 2rem;
}

.hsse-card {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #415093;
    border-right: 5px solid #415093;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hsse-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.hsse-card .card-body {
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff, #f7fafc);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2d3748;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
}

.list-unstyled li {
    font-size: 1.1rem;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.list-unstyled li:hover {
    color: #2b6cb0;
}

.fa-circle-check {
    margin-right: 0.5rem;
}

/* Sticky CTA Button */
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 50px 0;
    }
    .display-3 {
        font-size: 2rem;
    }
    .lead {
        font-size: 1rem;
    }
    .hsse-card {
        min-height: 300px;
    }
    .sticky-cta {
        bottom: 10px;
        right: 10px;
        font-size: 0.9rem;
    }
}

/* Typing Animation Styles (Reused from Vision Mission) */
.typed-text {
    display: inline-block;
    min-height: 1.5em;
}
.typed-cursor {
    display: none;
}
.typed-complete .typed-text {
    animation: none;
}

/* End HSSE Policy Section */

/* Start Career Section */
.career-section {
    background: linear-gradient(135deg, rgba(65, 80, 147, 0.8), rgba(0, 0, 0, 0.2)) url('https://source.unsplash.com/1600x900/?career,professional') no-repeat center center fixed;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 40px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-section {
    padding: 120px 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    margin-bottom: 3rem;
}

.career-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.career-tabs .nav-link {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.career-tabs .nav-link.active {
    background-color: #415093;
    color: white;
    border-bottom: 3px solid #fff;
}

.career-tabs .nav-link:hover {
    background-color: #e9ecef;
    color: #415093;
}

.career-card {
    background: linear-gradient(135deg, #ffffff, #f0f4f8);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.career-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.career-card .card-title {
    font-size: 1.3rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.career-card .card-text {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
}

.application-form {
    background: linear-gradient(135deg, #ffffff, #f7fafc);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-weight: 500;
    color: #2d3748;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0.75rem;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #415093;
    box-shadow: 0 0 5px rgba(65, 80, 147, 0.3);
}

.btn-primary {
    background-color: #415093;
    border: none;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #34406a;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }
    .display-4 {
        font-size: 1.8rem;
    }
    .lead {
        font-size: 0.9rem;
    }
    .career-tabs .nav-link {
        font-size: 1rem;
        padding: 8px 15px;
        margin: 0 5px;
    }
    .career-card {
        padding: 1rem;
    }
    .career-card .card-title {
        font-size: 1.1rem;
    }
    .career-card .card-text {
        font-size: 0.9rem;
    }
    .application-form {
        padding: 1.5rem;
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .form-control {
        padding: 0.5rem;
    }
    .btn-primary {
        padding: 0.5rem 1rem;
    }
}

/* Typing Animation Styles (Reused) */
.typed-text {
    display: inline-block;
    min-height: 1.5em;
}
.typed-cursor {
    display: none;
}
.typed-complete .typed-text {
    animation: none;
}

/* End Career Section */