body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}
/* custom css */
.container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 20px; */
}

/* header css */
.nav-item.active .nav-link,
.nav-link.active {
    font-weight: bold;
    color: #65a6d7;
}
/* header css end */

/* footer css start */
.text-white {
    --bs-text-opacity: 1;
    color: white !important;
}

.help-center-header .input-wrapper {
    max-width: 30.25rem;
}

.light-style .landing-footer .footer-top {
    background-color: #1a1919 !important;
    background-image: unset !important;
}

.light-style .landing-footer .footer-bottom {
    background-color: #080707 !important;
}

.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    width: 100% !important;
}

.h-fit-content {
    height: fit-content;
}

.h-230 {
    height: 230px;
}

.pr-10 {
    padding-right: 10px !important;
}

.mobile_number {
    margin-left: 3px !important;
    border-radius: 5px !important;
}

.display_none {
    display: none;
}

.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* contact us  */
.address-style {
    font-size: 25px;
    font-weight: 500;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    color: #65a6d7;
}

a:hover {
    color: #007bff;
}
/* media query */
@media (max-width: 768px) {
    .app-brand-logo.demo {
        width: 195px !important;
        height: auto !important;
    }
    .navbar-brand {
        margin-right: 0rem;
    }
}

.width_unset {
    width: unset !important;
}

.step-img {
    height: 250px;
    width: 250px;
}

@media (max-width: 340px) {
    .app-brand-logo.demo {
        width: 190px !important;
        height: auto !important;
    }

    .avatar_responsive {
        height: 2rem;
    }
}

@media (max-width: 340px) {
    .image-size {
        width: 40px !important;
    }

    .font-come {
        font-size: 1rem !important;
    }

    .icon-download {
        line-height: 0.9 !important;
    }
    .download-padding {
        --bs-btn-padding-x: 0.6rem;
        --bs-btn-padding-y: 0.6rem;
    }
}

@media (max-width: 340px) {
    .image-size {
        width: 40px !important;
    }

    .font-come {
        font-size: 1rem !important;
    }

    .icon-download {
        line-height: 0.9 !important;
    }
    .download-padding {
        --bs-btn-padding-x: 0.6rem;
        --bs-btn-padding-y: 0.6rem;
    }
}

/* swiper */
@media (max-width: 767.98px) {
    .desktop-view {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .mobile-view {
        display: none !important;
    }
}

.vai-cont {
    margin-top: 100px !important;
    margin-bottom: 80px !important;
}

.job-role-section {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    height: 100%;
}

.job-card {
    border: 1px solid #eee;
    border-radius: 0.75rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #65a6d7;
}

.job-role-swipper {
    margin-top: -390px;
    margin-left: 500px;
    min-height: 420px;
}

.desktop-view {
    height: 420px;
}

.job-section {
    padding: unset;
}

.carousel-inner {
    min-height: 420px;
    transition: height 0.4s ease;
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 2;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.change-color {
    background-color: #65a6d7 !important;
}
.card {
    box-shadow: var(--bs-box-shadow-sm) !important; /* or a Tailwind equivalent */
    border: 3 !important;
}

@media (max-width: 768px) {
    .mobile-margin {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.custom-padding {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .custom-pt-mobile {
        padding-top: 30px;
    }
}
/* Header Login Btn */
.btn-box-one {
    background-color: #68cb663d;
}

.btn-box-two {
    background-color: #f3d2503b;
}
.btn-box-three {
    background-color: #bbd4e7;
}
/* Header Jobs City Menu */
.city-submenu {
    display: none;
    position: absolute;
    top: 16px;
    left: 80%;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.city-parent:hover .city-submenu {
    display: block;
}

.navbar.landing-navbar .navbar-nav .nav-item.mega-dropdown > .city-menu {
    max-width: 100px !important;
    inset-inline-start: 43% !important;
    top: 80%;
}

@media (max-width: 480px) {
    .city-submenu {
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

@media (max-width: 768px) {
    .city-submenu {
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

.blinking-text {
    animation: blink-animation 1s steps(2, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.invalid-feedback {
    margin-top: 0px !important;
}
.common-page-loader {
    min-height: 400px;
    padding: 200px;
}
.section-profile-loader {
    padding-top: 12rem !important;
}
@media (max-width: 767.98px) {
    .common-page-loader {
        min-height: 200px;
        padding: 100px 20px;
    }
}

.ti-external-link {
    cursor: pointer;
}
.h-34 {
    height: 34rem !important;
}

/* ==============google icon css ============== */
.google-login-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    border: 1px solid #ccc;
    padding: 9px 20px;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.google-icon {
    width: 20px;
    height: 20px;
}

.bg-light-gradient {
    background: linear-gradient(135deg, #f9eeb3, #bfe0f2);
}

.img-float {
    animation: floatImg 4s ease-in-out infinite;
}

@keyframes floatImg {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}
