* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', sans-serif;
    overflow-x: hidden;

}

/* body{
    font-family: 'Helvetica Neue', sans-serif;
} */

/* ===========navbar style =========*/

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff; /* Prevents content from showing through */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand img {
    margin-left: 100px;
}

.banner-btn .btn {
   padding: 10px;
   border: none;
   /* background-color: white; */
}

.banner-btn .btn-1{
padding: 10px;
   border: none;
}

.banner-btn .btn a{
    background: #fff;
    border-radius: 30px;
    border: 1px solid #3150A0;
    color: #3150A0;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
}
.banner-btn .btn a:hover{
    background: #3150A0;
    border-radius: 30px;
    border: 1px solid #3150A0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
}
.banner-btn .btn-1  {
    background: transparent;
}

.banner-btn .btn-1 a{
    background: #3150A0;
    border-radius: 30px;
    border: 1px solid #3150A0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
}
.banner-btn .btn-1 a:hover{
    background: #fff;
    border-radius: 30px;
    border: 1px solid #3150A0;
    color: #3150A0;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
        text-decoration: none;
}


.navbar-collapse{
    margin-right: 100px;
}

.navbar-nav a{
font-size: 16px;
font-weight: 400;
}
/*============ banner style ===========*/


.banner-row{
    align-items: center;
    margin: 50px 100px;
}


.career-banner {
    background: #f2eff5;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    /* line-height: 1.1; */
    color: #000;
    margin-bottom: 12px;
}

.banner-content p {
    font-size: 16px;
    color: #000;
    margin: 0;
    margin-top: 10px;
}

/* Search Box */
.search-box {
    background: #fff;
    border-radius: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.search-field {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
    padding: 0 15px;
}

.search-field img {
    width: 16px;
    height: 16px;
}

.search-field input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.divider {
    width: 1px;
    height: 22px;
    background: #ddd;
}

.find-job-btn {
    background: #7c88c9;
    border: 1px solid #7c88c9;
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 14px;
}
.find-job-btn:hover {
    background: #fff;
    border: 1px solid #7c88c9;
    color: #7c88c9;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 14px;
}

/* Recommended Jobs */
.recommended-jobs {
    margin-top: 18px;
    font-family: 'Helvetica Neue', sans-serif;
}

.recommended-jobs h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: medium;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
   
}

.job-tags span {
    padding: 10px 12px;
    /* border: 1px solid #d8dcef; */
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    color: #3150A0;
    font-family: 'Helvetica Neue', sans-serif;
}









/*---------Quick action section style----------*/

/* .action-card {
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
    transition: .3s;
    height: 200px;
}

.action-card img {
    width: 150px;
    height: 100px;
    object-fit: cover;
} */

/* .action-card p {
    font-size: 18px;
    
    font-weight: 400;
    margin-top: 5px;
}

#3150A0;
    text-decoration: underline;
    transition: transform 0.3s ease;
}

.action-card a {
    color: black;
    text-decoration: none;
} */
/* 
.action-card a:hover {
    color: #3150A0;
    text-decoration: underline;
    transition: transform 0.3s ease;
}

.text-end a{
    color: #3150A0;
    border: 1px solid #3150A0;
    border-radius: 30px;
}
.text-end a:hover{
    color: #fff;
    border: 1px solid #3150A0;
    background-color: #3150A0;
    border-radius: 30px;
} */

.action-card {
    border: 1px solid #ddd;
    border-radius: 14px;
    background: #fff;
    height: 200px;
    transition: all 0.3s ease;
}

.action-card:hover {
    border: 1px solid #3150A0;
    box-shadow: 0 4px 12px rgba(49, 80, 160, 0.15); /* Optional */
}

.action-card a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Change link when the card is hovered */
.action-card:hover a {
    color: #3150A0;
    text-decoration: underline;
}

.action-card:hover a {
    color: #3150A0;
    text-decoration: underline;
}




/*---------- be ready style--------*/



.icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.accordion-header-custom {
    cursor: pointer;
}

.accordion-content-custom {
    display: none;
    padding-left: 40px;
}

/* Accordion Header */
.accordion-header-custom  {
    padding: 18px 20px;
    background: #fff;
    color: #000;
    border-radius: 12px;
    
    cursor: pointer;
    /* transition: all 0.3s ease; */
}

/* Active Header */
.accordion-item-custom.active .accordion-header-custom  {
    background: #3150A0;
    color: #fff;
    border-radius: 12px 12px 0 0;
    
}

/* Header Text & Icon White */

.accordion-item-custom.active .accordion-header-custom i {
    color: #fff;
}

/* Optional Icon White */
.accordion-item-custom.active  .accordion-header-custom .icon {
    filter: brightness(0) invert(1);
}

/* Accordion Content */
.accordion-content-custom {
    display: none;
    padding: 20px 40px;
    background: #3150A0;
    color: #fff;
    border-radius: 0 0 12px 12px;
    margin-top: 0;
}

/* Show Content */
.accordion-item-custom.active .accordion-content-custom {
    display: block;
}

/* Content Text White */
.accordion-content-custom p,
.accordion-content-custom li,
.accordion-content-custom h1,
.accordion-content-custom h2,
.accordion-content-custom h3,
.accordion-content-custom h4,
.accordion-content-custom h5,
.accordion-content-custom h6 {
    color: #fff;
}

/* Arrow Animation */
.bi-chevron-down {
    transition: transform 0.3s ease;
}

.accordion-item-custom.active .bi-chevron-down {
    transform: rotate(180deg);
}


/* Active Header */
.accordion-item-custom.active .accordion-header-custom,
.accordion-item-custom.active .accordion-header-custom * {
    color: #fff !important;
    text-decoration: underline;
}

/* Active Content */
.accordion-item-custom.active .accordion-content-custom,
.accordion-item-custom.active .accordion-content-custom * {
    color: #fff !important;
}


/*-----------top company section style -----------*/


.company-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    transition:.3s;
}

.company-card:hover{
    transform:translateY(-3px);
}
/* 
.company-logo{
    width:40px;
    height:40px;
    object-fit:contain;
}

.company-card h6{
    font-size:14px;
    margin:0;
}

.company-card small{
    font-size:11px;
    color:#666;
} */

.company-btn a{
    background: #fff;
    border: 1px solid #3150A0;
    color: #3150A0;
    border-radius: 30px;
}
.company-btn a:hover{
    background: #3150A0;
    border: 1px solid #3150A0;
    color: #fff;
    border-radius: 30px;
}


/* ===== COMPANY SLIDER ===== */

.company-slider-section {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

/* SLIDER WRAPPER */
.slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* TRACK */
.slider-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

/* COMPANY CARD */
.company-card {
    min-width: 260px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    flex-shrink: 0;
}

.company-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.company-card h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.company-card small {
    color: #666;
    font-size: 13px;
}

.company-logo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 12px;
}

/* RIGHT MOVING */
.slider-right .slider-track {
    animation: scrollRight 25s linear infinite;
}

/* LEFT MOVING */
.slider-left .slider-track {
    animation: scrollLeft 25s linear infinite;
}

/* CONTINUOUS RIGHT */
@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

/* CONTINUOUS LEFT */
@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* PAUSE ON HOVER */
.slider-wrapper:hover .slider-track {
    animation-play-state: paused;
}

/* MOBILE */
@media (max-width: 768px) {

    .company-card {
        min-width: 220px;
        padding: 14px;
    }

    .company-card h6 {
        font-size: 14px;
    }

    .company-card small {
        font-size: 12px;
    }

    .company-logo {
        width: 42px;
        height: 42px;
    }

    .slider-right .slider-track,
    .slider-left .slider-track {
        animation-duration: 18s;
    }
}



/*------------featured style-----------*/

.job-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    transition: .3s;
    height: 150px;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
     
}

.company-logo {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 12px;
}

.tag {
    border: 1px solid #e5e5e5;
    padding: 6px 10px;
    border-radius: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag img {
    width: 14px;
}

.details-btn {
    border: 1px solid #3150A0;
    color: #3150A0;
    border-radius: 30px;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 13px;
    transition: .3s;
}

/* BUTTON WRAPPER */
.more-btn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    overflow: hidden;
}

/* BUTTON */
.more-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3150A0;
    color: #3150A0;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    background: #fff;
    transition: 0.3s;
    white-space: nowrap;
}

.details-btn:hover  ,
.more-btn:hover{
    background: #3150A0;
    color: #fff;
}


/*------------ career style ---------------*/

.career-box{
    background:#edf6fd;
    border-radius:24px;
    padding:50px;
}

.career-box h6{
    font-size: 36px;
    font-weight: 700;
}

.career-box p{
    font-size: 21px;
    font-weight: 300;
}

.download-box{
    max-width:420px;
    background:#fff;
    border-radius:50px;
    padding:6px;
}

.input-box{
    flex:1;
    padding:0 14px;
}

.input-box input{
    outline:none;
    font-size:14px;
}

.link-btn{
    border:1px solid #3150A0;
    background:#3150A0;
    color:#fff;
    padding:12px 24px;
    border-radius:40px;
    font-size:14px;
}
.link-btn:hover{
    border:1px solid #3150A0;
    background:#fff;
    color:#3150A0;
    padding:12px 24px;
    border-radius:40px;
    font-size:14px;
}

.qr-card{
    background:#fff;
    border-radius:18px;
    padding:18px;
    max-width:330px;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
}
.qr-card h6{
   font-size:21px;
   font-weight:300;

}

.qr-img{
    width:120px;
    height:120px;
    object-fit:cover;
}

.store-img{
    width:130px;
    display:block;
}






/*----footer style------*/

/* .footer-section {
    background: #efefef;
    border-top: 2px solid #7b3ff2;
} */

.footer-top {
    padding: 50px 0;
}

.footer-logo img {
    max-width: 110px;
    margin-bottom: 20px;
}

.footer-logo p {
    font-size: 13px;
    color: #222;
    max-width: 220px;
    line-height: 1.7;
}

.footer-links h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

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

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links ul li a:hover {
    color: #3150A0;
}

.footer-bottom {
    border-top: 1px solid #d8d8d8;
    padding: 18px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #222;
}
