 :root {
    --svarn-blue: #0d203f;
    --svarn-dark: #0f172a;
    --svarn-red: #dc3545;
    --text-muted: #6c757d;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    /* Light grey background for the whole page */
}

/* .svarn-navbar {
    background-color: #000000;
    padding: 1rem 0;
} */

.hero-section img{
    width: 100%;
}
.journey-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    /* margin: 20px 0px 30px 0; */
    /* padding: 10px; */
    background-color: #f7f7f7;
    flex-wrap: wrap;
}

.journey-image {
    flex: 1;
    position: relative;
    width: 100%;
}

.journey-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

/* .journey-image::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    background-color: #f7a21b;
    border-radius: 6px;
    z-index: -1;
} */

.journey-content {
    flex: 1.2;
    /* min-width: 300px; */
}

.journey-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0b2240;
    line-height: 1.2;
}

.journey-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
}

.journey-content strong {
    color: #0b2240;
}

@media (max-width: 992px) {
    .journey-section {
        flex-direction: column;
        text-align: center;
        /* padding: 40px 5%; */
    }

    .journey-image::before {
        left: 10px;
        bottom: -10px;
        width: 60px;
        height: 60px;
    }

    .journey-content h2 {
        font-size: 28px;
    }

    .journey-content p {
        font-size: 15px;
    }
}

/* NEW STYLES for Career Section */
.job-categories a {
    display: block;
    padding: 0.5rem 0;
    font-weight: 600;
    color: #001833;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: color 0.2s ease-in-out;
}

.job-categories a:hover {
    color: var(--svarn-red);
}

.job-categories a.active {
    color: var(--svarn-red);
}

.job-listing {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-bottom: none;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.job-listing:first-of-type {
    border-radius: 8px 8px 0 0;
}

.job-listing:last-of-type {
    border-bottom: 1px solid #dee2e6;
    border-radius: 0 0 8px 8px;
}

.job-listing:hover {
    background-color: #fdfdfd;
    color: inherit;
}

.job-listing .job-title {
    width: 40%;
    font-weight: 700;
    font-size: 24px;
    color: #001833;
}

.job-listing .job-detail:first-child {
    width: 40%;
    font-weight: 700;
    font-size: 18px;
    color: #001833;
}

.job-listing .job-detail {
    width: 150px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #001833;
}

.job-listing .job-detail-label {
    display: block;
    font-size: 16px;
    color: #D4D4D4;
    margin-bottom: 0.25rem;
}

.job-listing .job-detail-value {
    font-weight: 600;
    color: #001833;
    font-size: 24px;
}

.job-listing-header {
    background-color: #001833;
    color: #ffffff;
    box-shadow: none;
}

.job-listing-header:hover {
    background-color: #001833;
    color: #ffffff;
}

.job-listing-header .job-detail:first-child {
    width: 40%;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.job-listing-header .job-detail {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.job-listing-header .job-arrow {
    color: #ffffff;
    font-weight: 600;
}

.job-listing-header .job-detail-value {
    display: none;
}

.job-listing .job-arrow {
    font-size: 1.5rem;
    color: #D4D4D4;
}

.mailSection {
    background: #ffffff;
    padding: 36px;
    font-size: 20px;
}





.excellence-badge {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #000;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
}


.content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    color: #001833;
}

.mainSection {
    border-bottom: 2px solid #B4B4B4;
    margin-bottom: 2rem;
}

.submitButton {
    border-top: 2px solid #B4B4B4;
    padding-top: 3rem;
}

.job-summary-card {
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.summaryCardBg {
    background: #ffffff;
}

.summary-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.summary-item i {
    margin-right: 0.75rem;
    width: 20px;
    font-size: 25px;
    width: 40px;
}

.summary-item strong {
    color: #D4D4D4;
}

.textJob {
    color: #001833;
}

.apply-btn {
    background: #D2232A;
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    width: 224px;
    height: 64.71px;
    opacity: 1;
    margin-bottom: 1rem;
}

.apply-btn:hover {
    background: #c82333;
    color: white;
}

.form-control,
.form-select {
    border-radius: 8px;
    /* border: 1px solid #ced4da; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 1rem;
}
.inputBold{
    font-size: 24px;
    color: #001833;
    font-weight: 600;
}
.inputsemiBold {
    color: #A8A8A8;
}

.form-group-heading {
    font-weight: 700;
    font-size: 24px;
    color: var(--svarn-dark-blue, #001833);
    margin-bottom: 0.75rem;
}

.form-sub-label {
    font-size: 16px;
    color: #9ca3af;
    /* A muted grey */
    display: block;
    margin-top: 0.5rem;
}

.form-control.custom-input {
    border: none;
    border-radius: 0.5rem;
    /* 8px */
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.02) 0px 1px 2px 0px;
}

.form-control.custom-input:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
    /* Red glow on focus */
    border: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.linkedInborderBottom{
    border-bottom: 2px solid #B4B4B4;
    padding-bottom: 4rem;
}

.upload-area {
    border: 2px dashed #ced4da;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-area:hover {
    border-color: #dc3545;
    background: #fff5f5;
}

.social-share {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.social-share a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-share a:hover {
    transform: scale(1.1);
}

.linkedin {
    background: #0077b5;
}

.instagram {
    background: #e4405f;
}

.facebook {
    background: #1877f2;
}

.twitter {
    background: #1da1f2;
}

.applicationForm {
    background: #F9F9F9;
}

.viewAllJobsBtn a {
    color: #001833;
}

.textInfoHeader {
    background: #F9F9F9;
}


/* Footer */
.footer-section {
    background: #000000;
    color: #adb5bd;
    /* A light grey for text */
    font-size: 0.9rem;
}

.footer-heading {
    font-weight: 700;
    color: #FFCB00;
    /* Svarn Gold */
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.footer-logo {
    
    font-weight: 800;
    font-size: 2.5rem;
    color: #FFD700;
    text-decoration: none;
    display: inline-block;
    position: relative;
}


.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-divider {
    border-color: #f1f1f1;
}

.copyright-section {
    font-size: 0.8rem;
    color: #6c757d;
}

.social-icons a {
    color: #adb5bd;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ffffff;
}
.linkColor a{
    color: #6c757d !important;
}

@media (max-width: 768px) {
    .certification-badge-img {
        position: static;
        display: block;
        margin: 0 auto 2rem auto;
        width: 120px;
    }

    .hero-content {
        padding-top: 50px;
    }

    .job-listing {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }

    .job-listing .job-detail {
        width: 100%;
    }

    .job-listing .job-arrow {
        align-self: flex-end;
    }
        .job-listing .job-title {
            width: 100%;
          }
}

/* Header */
/* Header */
.site-header {
    background: #000;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}

.site-header .header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    height: 90px;
    padding: 0 20px;
    position: relative;
}

/* Logo */
.logo img {
    height: 48px;
    display: block;
}

/* Nav links */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    position: relative;
    height: auto;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

nav ul li a:hover {
    color: #ffc400;
}

/* Down arrow for main dropdowns */
nav ul li.dropdown>a::after {
    content: "▼";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.7rem;
    margin-left: 6px;
}

/* Dropdown */
nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    flex-direction: column;
    min-width: 240px;
    height: auto;
    z-index: 999;
}

nav ul li:hover>ul {
    display: flex;
}

nav ul li ul li a {
    padding: 15px 10px;
    line-height: normal;
    border-bottom: 1px solid #222;
    font-size: 0.95rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-weight: 500;
}

nav ul li ul li {
    position: relative;
    height: auto;
}

nav ul li ul li a:hover {
    background: #111;
    color: #ffc400;
}

nav ul li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.95);
    min-width: 220px;
}

nav ul li ul li:hover>ul {
    display: flex;
}

nav ul li ul li.has-submenu>a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.7rem;
    color: #ffc400;
    margin-left: auto;
}

.text-right {
    margin-right: 75px;
}

.arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


/* Menu Icon - Desktop side drawer toggle */
.menu-icon {
    width: 38px;
    height: 38px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-icon svg {
    width: 26px;
    height: 26px;
}

.menu-icon.active {
    border: 1px solid #fff;
    border-radius: 4px;
}

/* Side Drawer - Desktop */
.side-drawer {
    position: absolute;
    top: 100%;
    right: 0;
    background: #111;
    width: 240px;
    display: none;
    flex-direction: column;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.side-drawer a {
    color: #fff;
    padding: 16px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #222;
    transition: 0.3s;
    font-size: 0.95rem;
}

.side-drawer a i {
    width: 20px;
    text-align: center;
}

.side-drawer a:hover {
    background: #000;
    color: #ffc400;
}

nav ul li ul li a img {
    width: 24px;
    height: 24px;
}

/* Mobile Icon */
.mobile-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
}

.mobile-icon svg {
    width: 28px;
    height: 28px;
}

/* Mobile Drawer */
.mobile-drawer {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
    background: #000;
    transition: top 0.3s ease;
    overflow-y: auto;
    z-index: 999;
}

.mobile-drawer.active {
    top: 90px;
}

.mobile-drawer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-drawer>ul>li {
    border-bottom: 1px solid #222;
}

.mobile-drawer li a {
    color: #fff;
    text-decoration: none;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: 0.3s;
}

.mobile-drawer li a .expand-icon {
    margin-left: auto;
}

.mobile-drawer li a:hover {
    background: #111;
    color: #ffc400;
}

/* Mobile submenu */
.mobile-drawer .submenu {
    max-height: 0;
    overflow: hidden;
    background: #0a0a0a;
    transition: max-height 0.3s ease;
}

.mobile-drawer .submenu.active {
    max-height: 1000px;
}

.mobile-drawer .submenu li a {
    padding-left: 40px;
    font-size: 0.9rem;
}

.mobile-drawer .submenu .submenu li a {
    padding-left: 60px;
}

.mobile-drawer .expand-icon {
    transition: transform 0.3s ease;
}

.mobile-drawer .expand-icon.rotate {
    transform: rotate(180deg);
}

/* Overlay */
.overlay {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 998;
}

.overlay.active {
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .mobile-icon {
        display: flex;
    }

    nav {
        display: none;
    }

    .menu-icon {
        display: none;
    }

    .side-drawer {
        display: none !important;
    }

    .header-container {
        justify-content: space-between !important;
    }
}

@media (max-width: 480px) {
    .logo img {
        height: 40px;
    }

    .site-header {
        padding: 0 6px;
    }

    .header-container {
        padding: 0 10px;
    }
}

@media (max-width: 320px) {
    .logo img {
        height: 30px;
    }
}