/*====================================
    BREADCRUMB
=====================================*/

.breadcrumb-section {
    background: #f8f9fb;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #666;
    transition: .3s;
}

.breadcrumb-item a:hover {
    color: #ED284C;
}

.breadcrumb-item.active {
    color: #ED284C;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #999;
}


/*====================================
    HERO BANNER
=====================================*/

.career-banner {
    position: relative;
    overflow: hidden;
    padding: 210px 0 90px  0;
    /* background: linear-gradient(135deg, #fff8f9 0%, #ffffff 100%); */
    background: rgba(244, 122, 38, .08);
    
}

.career-banner::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(237, 40, 76, .06);
    top: -120px;
    right: -80px;
}

.career-banner::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(244, 122, 38, .08);
    bottom: -70px;
    left: -70px;
}

.career-banner .container {
    position: relative;
    z-index: 2;
}

.career-banner h1 {
    font-size: 52px;
    font-weight: 700;
    color: #0D2C6B;
    margin-bottom: 20px;
    line-height: 1.2;
}

.career-banner p {
    font-size: 18px;
    color: #666;
    max-width: 550px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.career-banner .btn {
    padding: 14px 32px;
    border-radius: 50px;
    background: #ED284C;
    color: #fff;
    border: none;
    font-weight: 600;
    transition: .3s;
}

.career-banner .btn:hover {
    background: #d81f42;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(237,40,76,.25);
}

.career-banner img {
    max-width: 100%;
    /* animation: floatImage 4s ease-in-out infinite; */
}
.career-banner {
    position: relative;

}
.hero-banner {
    position: absolute;
    right: 20px;
    width: 50%;
    bottom: -62px;

}

.hero-sub-head {
    color: #B02025;
    font-weight: bold;
}

/* Floating Animation */

@keyframes floatImage {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }

}


/*====================================
    RESPONSIVE
=====================================*/

@media (max-width:991px) {

    .career-banner {
        padding: 60px 0;
        text-align: center;
    }

    .career-banner h1 {
        font-size: 40px;
    }

    .career-banner p {
        margin: 0 auto 25px;
        font-size: 16px;
    }

   
}

@media (max-width:767px) {


    .hero-banner {
    position: relative;
    width: 100%;
    margin-top: -25px;
   
}
    .breadcrumb-section {
        padding: 12px 0;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

    .career-banner {
        padding: 195px 0 80px; 
    }

    .career-banner h1 {
        font-size: 32px;
    }

    .career-banner p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 0;
    }

   

}



/*====================================
    CAREER SECTION
=====================================*/

.career-section {
    padding: 70px 0;
    background: #f8f9fb;
}

/*====================================
    ACCORDION
=====================================*/

.career-accordion .accordion-item {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

.career-accordion .accordion-button {
    background: #fff;
    color: #0D2C6B;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 20px;
    border: none;
    box-shadow: none;
}

.career-accordion .accordion-button:not(.collapsed) {
    background: #B02025;
    color: #fff;
}

.career-accordion .accordion-button:focus {
    box-shadow: none;
}

.career-accordion .accordion-button::after {
    background-size: 18px;
    transition: .3s;
}



.career-accordion .accordion-body {
    background: #fff;
    padding: 30px;
}

.career-accordion h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #0D2C6B;
}

.career-accordion p {
    color: #0D2C6B;
    line-height: 1.8;
}

.career-accordion ul {
    margin: 20px 0 0;
    padding-left: 20px;
}


.career-accordion li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 27px;
    color: #0D2C6B;
}


.accord-marker {
    position: absolute;
    top: 5px;
    left: -26px;
    color: #B02025;
}

.career-accordion li::marker {
    color: #B02025;
}
.accordion-button.collapsed .tab-icon {
    width: 50px;
    height: 50px;
    background: #ED284C14;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    margin-right: 15px;
}
.accordion-button.collapsed .tab-icon i {
    margin-top: 15px;
    color: #b02025;
    font-size: 22px;
   
}

.accordion-button .tab-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    margin-right: 15px;
}
.accordion-button .tab-icon i {
    margin-top: 15px;
    color: #b02025;
    font-size: 22px;
   
}

/*====================================
    APPLY CARD
=====================================*/

.apply-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    position: sticky;
    top: 100px;
    height: 1015px;
    overflow: auto;
}
.apply-card h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0D2C6B;
}

.apply-card p {
    color: #777;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #b02025;
}


/*====================================
    FORM
=====================================*/

.apply-card label {
    font-weight: 600;
    color: #0D2C6B;
    margin-bottom: 8px;
    display: block;
}

.apply-card .form-control,
.apply-card .form-select {
    height: 52px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    font-size: 15px;
    padding-left: 15px;
    transition: .3s;
    box-shadow: none;
}

.apply-card input[type="file"] {
    padding-top: 12px;
}

.apply-card .form-control:focus,
.apply-card .form-select:focus {
    border-color: #B02025;
    box-shadow: 0 0 0 .15rem rgba(237,40,76,.15);
}

.apply-card .mb-3 {
    margin-bottom: 18px !important;
}

.form-title {
    margin-bottom: 12px;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px !important;
    color: #B02025;
    font-weight: bold;
    text-transform: uppercase;
}

/*====================================
    BUTTON
=====================================*/

.apply-card .btn-danger {
    background: #B02025;
    border: none;
    border-radius: 10px;
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.apply-card .btn-danger:hover {
    background: #d71b3e;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(237,40,76,.30);
}

/*====================================
    RESPONSIVE
=====================================*/

@media (max-width:991px){

    .career-section{
        padding:50px 0;
    }

    .apply-card{
        margin-top:40px;
        position:relative;
        top:0;
    }

    .career-accordion .accordion-button{
        font-size:16px;
        padding:18px;
    }

    .career-accordion .accordion-body{
        padding:22px;
    }

    .apply-card{
        padding:25px;
    }

}

@media (max-width:576px){

    .career-accordion .accordion-button{
        font-size:15px;
    }

    .apply-card h2{
        font-size:24px;
    }

}




/*====================================
    ELIGIBILITY SECTION
=====================================*/

.eligibility {
    padding: 70px 0;
    background: #ffffff;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0D2C6B;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title h2::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #B02025;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}

.section-title p {
    color: #0D2C6B;
    font-size: 16px;
}

/*====================================
    HIGHLIGHT CARD
=====================================*/

.highlight-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .35s ease;
    height: 100%;
    border: 1px solid #f1f1f1;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.highlight-card i {
    width: 75px;
    height: 75px;
    background: rgba(237,40,76,.08);
    color: #B02025;
    border-radius: 50%;
    font-size: 32px;
    line-height: 75px;
    margin-bottom: 20px;
    transition: .3s;
}


.highlight-card:hover i {
    background: #B02025;
    color: #fff;
}

.highlight-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #0D2C6B;
    margin-bottom: 15px;
    position: relative;
}

.highlight-card h4::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #B02025;
    margin: 12px auto 0;
    border-radius: 50px;
}

.highlight-card p {
    color: #0D2C6B;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
}

/*====================================
    INFORMATION SECTION
=====================================*/

.info-section {
    padding: 70px 0;
    background: #f8f9fb;
}

/*====================================
    INFORMATION CARD
=====================================*/

.info-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    height: 100%;
    transition: all .35s ease;
    border-top: 5px solid #B02025;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.info-card h4 {
    font-size: 24px;
    font-weight: 600;
    color: #0D2C6B;
    margin-bottom: 20px;
}

.info-card p {
    color: #0D2C6B;
    line-height: 1.8;
    margin-bottom: 0;
}

.info-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.info-card ul li {
     color: #0D2C6B;
    margin-bottom: 12px;
    line-height: 1.7;
}

.info-card ul li:last-child {
    margin-bottom: 0;
}

.info-card ul li::marker {
    color: #B02025;
}

/*====================================
    OPTIONAL ICON STYLE
=====================================*/

.info-card .card-icon {
    display: inline-block !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(237,40,76,.08);
    color: #B02025;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: .3s;
    line-height: 2.2;
    text-align: center;
    margin-right: 14px;
}

.info-card:hover .card-icon {
    background: #B02025;
    color: #fff;
}

/*====================================
    RESPONSIVE
=====================================*/

@media (max-width: 991px) {

    .eligibility,
    .info-section {
        padding: 50px 0;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .highlight-card,
    .info-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .section-title h2 {
        font-size: 26px;
    }

    .highlight-card {
        padding: 30px 20px;
    }

    .highlight-card i {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 28px;
    }

    .highlight-card h4 {
        font-size: 20px;
    }

    .info-card {
        padding: 28px;
    }

    .info-card h4 {
        font-size: 22px;
    }
}


/*==form css==*/

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/accordian-up-arrow.svg");
}




/*=========================
Hero Trust Bar
=========================*/

.hero-trust-bar{

    margin-top:-30px;
    position:relative;
    z-index:20;

}

.trust-wrapper{

    background:#0D2C6B;

    display:flex;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.trust-item{

    flex:1;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:15px;

    padding:18px 15px;

    border-right:1px solid rgba(255,255,255,.15);

    transition:.35s;

}

.trust-item:hover{

    background:#B02025;

}

.trust-icon{

    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:26px;

}

.trust-content h6{

    color:#fff;

    margin:0;

    font-size: 17px !important;

    font-weight:700;

    line-height:20px;

}

.trust-content span{

    color:#fff;

    font-size:13px;

    opacity:.9;

}

/* Tablet */

@media(max-width:991px){

.trust-wrapper{

    flex-wrap:wrap;

}

.trust-item{

    width:50%;

    flex:0 0 50%;

    border-bottom:1px solid rgba(255,255,255,.12);

}

}

/* Mobile */

@media(max-width:576px){

.trust-item{

    width:100%;
    flex:0 0 100%;

    justify-content:flex-start;

    padding:18px;

}

}


.ctc-input {
    position: relative;
}

.ctc-input .form-control {
    padding-left: 35px;
    padding-right: 105px;
}

.ctc-symbol {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #555;
    font-weight: 500;
    pointer-events: none;
}

.ctc-suffix {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    font-size: 13px;
    pointer-events: none;
}

