@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@300;400;500;600&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

/* Custom Typography */
.display-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}


/* Navbar Custom Colors */
.navbar-custom {
    background-color: #0953B0;
    border-bottom: 2px solid #fff;
}

.navbar-custom .navbar-brand .logo-icon {
    font-size: 40px;
}

.navbar-custom .nav-link {
    color: rgba(255,255,255,0.9) !important;
}

.navbar-custom .nav-link:hover {
    color: #fff !important;
}

/* Hero Custom */
.hero-section {
    min-height: 600px;
}

.hero-title {
    font-size: clamp(3rem, 10vw, 7rem);
    line-height: 1;
}

/* About Section Custom */
.bg-custom-dark {
    background-color: #0953B0;
}

.about-image {
    background-color: #ccc;
    min-height: 600px;
}

.about-image {
    background-size: cover;
    background-position: center top;
    background-origin: content-box;
}

.text-muted-light {
    color: #d0d0d0;
}

/* Industries Custom */
.industry-icon {
    font-size: 3rem;
}

/* Testimonial Custom */
.testimonial-card {
    border-color: #fff;
    background-color: #0953B0;
}

/* FAQ Custom */
.faq-item {
    border-top: 2px solid #fff;
}

/* Responsive Typography */
@media (max-width: 768px) {
    .display-1 { font-size: 2.5rem; }
    .display-2 { font-size: 2rem; }
    .display-6 { font-size: 1.75rem; }
}

.connecting-section {
    background-color: #0953B0;
    color: #fff;
    min-height: 400px;
}

/*.connecting-title {*/
/*    font-size: clamp(2.5rem, 8vw, 5rem);*/
/*}*/

.team-section {
    background-color: #0953B0;
}

.team-card {
    background-color: #0953B0;
    color: #fff;
    min-height: 450px;
}

.team-card h4 {
    font-size: 1.75rem;
}

.team-card p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.team-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.clients-section h2 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.client-logo-container {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo {
    font-size: 1.5rem;
    font-weight: 600;
}


/* Additional styles specific to Contact page */
.contact-form-section {
    background-color: #0953B0;
    min-height: 600px;
}

/*.contact-title {*/
/*    font-size: clamp(3rem, 10vw, 6rem);*/
/*}*/

.form-control,
.form-select {
    background-color: transparent;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 0;
    color: #fff;
    padding: 12px 15px;
}

.form-control:focus,
.form-select:focus {
    background-color: transparent;
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(255,255,255,0.5);
}

.form-label {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select option {
    background-color: #0953B0;
    color: #fff;
}

.visit-section {
    background-color: #0953B0;
}

.visit-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.visit-info h3 {
    font-size: clamp(2rem, 5vw, 3rem);
}

.visit-info p {
    font-size: 1.25rem;
}
.jobs-hero {
    background-color: #0953B0;
}

/*.jobs-hero h1 {*/
/*    font-size: clamp(2.5rem, 8vw, 5rem);*/
/*}*/

.job-listing {
    background-color: #0953B0;
    border-top: 2px solid #fff;
}

.job-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.job-description {
    color: #d0d0d0;
    line-height: 1.8;
}

.apply-section {
    background-color: #0953B0;
}

.apply-title {
    font-size: clamp(2.5rem, 8vw, 5rem);
}

.apply-form .form-control,
.apply-form .form-select {
    background-color: transparent;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 0;
    color: #fff;
    padding: 12px 15px;
}

.apply-form .form-control:focus,
.apply-form .form-select:focus {
    background-color: transparent;
    border-color: rgba(255,255,255,1);
    color: #fff;
    box-shadow: none;
}

.apply-form .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}

.apply-form .form-label {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.apply-form textarea.form-control {
    min-height: 120px;
}

.apply-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.apply-form .form-select option {
    background-color: #0953B0;
    color: #fff;
}

/* Additional styles specific to Employers page */
.employers-hero {
    background-color: #0953B0;
}

/*.employers-hero h1 {*/
/*    font-size: clamp(2.5rem, 8vw, 5rem);*/
/*}*/

.service-item {
    background-color: #0953B0;
}

.service-title {
    font-size: clamp(2rem, 5vw, 3rem);
}

.service-subtitle {
    font-size: 1.1rem;
}

.service-description {
    line-height: 1.8;
}


/* Additional styles for auth pages */
.auth-section {
    background-color: #0953B0;
    min-height: calc(100vh - 200px);
}

.auth-card {
    background-color: #0953B0;
    border: 2px solid #fff;
    border-radius: 0;
}

.auth-card .card-header {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    padding: 1.5rem;
}

.auth-card .card-body {
    padding: 2rem;
}

.auth-form .form-label {
    color: #fff;
    font-size: 0.9rem;
}

.auth-form .form-control {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 12px 15px;
}

.auth-form .form-control:focus {
    background-color: transparent;
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    box-shadow: none;
}

.auth-form .form-control.is-invalid {
    border-color: #dc3545;
}

.auth-form .invalid-feedback {
    color: #dc3545;
}

.auth-form .form-check-input {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
}

.auth-form .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
}

.auth-form .form-check-label {
    color: #fff;
}

.auth-form .btn-primary {
    background-color: #fff;
    color: #1a1330;
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: 500;
}

.auth-form .btn-primary:hover {
    background-color: #f0f0f0;
}

.auth-form .btn-link {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.auth-form .btn-link:hover {
    color: #fff;
    text-decoration: underline;
}

.border-dark{
    border-color: #0953B0 !important;
}

.fs-1_1{
    font-size: 1.1rem;
}
.text-dark{
    color: #0953b0 !important;
}

/* Remove borders for xs screens */
@media (max-width: 576px) {
    .no-border-xs {
        border: none !important;
    }
}

/* Remove borders for md screens */
@media (max-width: 768px) {
    .no-border-md {
        border: none !important;
    }
}

/* Borders for xs (default/mobile) */
.border-xs {
    border-style: solid;
}

.border-xs-0 {
    border-style: none;
}

.border-xs-top {
    border-top-style: solid;
}

.border-xs-end {
    border-right-style: solid;
}

.border-xs-bottom {
    border-bottom-style: solid;
}

.border-xs-start {
    border-left-style: solid;
}

/* Borders for md and up */
@media (min-width: 768px) {
    .border-md {
        border-style: solid;
    }

    .border-md-0 {
        border-style: none;
    }

    .border-md-top {
        border-top-style: solid;
    }

    .border-md-end {
        border-right-style: solid;
    }

    .border-md-bottom {
        border-bottom-style: solid;
    }

    .border-md-start {
        border-left-style: solid;
    }
}

.navbar-dark .active{
    color: #d0d0d0 !important;
}

.p-6{padding:5rem!important}
.px-6{padding-left:5rem!important; padding-right:5rem!important;}
.py-6{padding-top:5rem!important; padding-bottom:5rem!important;}

.navbar-toggler-icon{
    filter: invert(-100%);
}

.is-invalid{
    border-color: #fa4141 !important;
}
.text-danger{
    color: #fa4141 !important;
}
