.ordinary-price-btn {
    color: blue;
}

.GrayToBlue {
    color: #777777;
}

.GrayToBlue:hover {
    color: #111111;
}

.LinkDark {
    color: #111111;
}

.bootstrap-select.open .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    height: 300px;
}

.subcatopt::before {
    content: "";
    margin-right: 10px;
}

span#more_categories:hover {
    cursor: pointer;
}

.hidden-categories {
    display: none;
}

input#intro-keywords:focus {
    background: #2a41e8;
    color: white !important;
}

input#intro-keywords:focus::placeholder {
    color: transparent;
}

.pricing-plan h3 + p {
    text-align: center;
}

i.fa-caret-up {
    margin-left: 5px;
}

i.fa-caret-down {
    margin-left: 5px;
}

.headline-slogan {
    margin-bottom: -45px;
    margin-top: -45px;
}

.accordion {
    box-shadow: none;
    overflow: inherit
}

.accordion-panel {
    background: none;
    border: none !important;
}

.accordion-header {
    background: none !important;
    color: black !important;
    text-align: center
}

i.fa-caret-down {
    color: #777777
}

.accordion-body {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

div.accordion-body div.row {
    padding: 20px;
    padding-top: 0px
}

.custom-submit-input {
    width: 20%;
    border-radius: 20px;
    box-shadow: 0 7px 12px rgba(42, 65, 232, 0.15);
}

.mt-25 {
    margin-top: 25px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-35 {
    margin-bottom: 35px;
}

#navigation ul li {
    margin: 0px;
    border-radius: 4px;
}

ul#responsive li a {
    padding-left: 15px;
    padding-right: 15px;
}

ul#responsive > li:hover > a {
    color: #fff !important;
    background-color: #007bff !important;
}

ul.dropdown-nav > li:hover > a {
    color: #007bff !important;
}

#navigation ul li a:after,
#navigation ul ul li a:after {
    background-color: transparent !important;
    color: #007bff !important;
}

ul#responsive li:hover a:after {
    color: #ffffff !important;
}

#navigation ul li ul {
    top: 48px;
    left: 0;
}

#navigation ul ul:after {
    display: none !important;
}

#navigation ul ul:before {
    height: 25px;
    top: -24px;
}

.intro-banner:after,
.intro-banner:before {
    background: none !important;
}

.how_it {
    padding: 50px 16px;
}

.how_it .title {
    font-size: 30px;
    line-height: 1.3;
}

.how_it .text-muted {
    --bs-text-opacity: 1;
    color: #74788d !important;
    text-align: left;
}

.how_it .process-menu.nav-pills .nav-link {
    color: #314047;
    margin-bottom: 7px;
    position: relative;
    padding: 10px 0;
    display: block;
}

.how_it .process-menu.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #007bff;
}

.how_it .process-menu.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    border: 1px dashed rgb(84 107 249 / 40%);
    height: 65px;
    left: 17px;
    top: 54px;
}

.how_it .process-menu.nav-pills .nav-link:last-child::before {
    border: none;
}

.how_it .process-menu.nav-pills .nav-link .number {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(116, 120, 141, .15);
    color: #74788d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.how_it .process-menu.nav-pills .nav-link.active .number {
    color: #fff;
    background-color: #007bff;
}

.how_it .process-menu.nav-pills .nav-link.active .fs-18 {
    color: #007bff;
}

.start_text_item {
    width: calc(100% - 35px);
    padding: 0 0 0 20px;
}

.how_it .fs-18 {
    font-size: 18px;
}

.how_it .img-fluid {
    max-width: 100%;
    height: auto;
}

.bf_tb_items {
    display: none;
    width: 100%;
}

.bf_tb_items.active {
    display: block;
}

.cs-ch-inf {
    min-height: 425px;
    padding: 60px 40px;
    background: #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.cs-ch-inf__l {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 246px);
    grid-gap: 12px;
}

.cs-ch-inf__bl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.cs-ch-inf__bl-t {
    font-size: 20px;
    line-height: 1.4;
}

.cs-ch-inf__bl-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    background: #2351e9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.cs-df-alc-jcc {
    justify-content: center;
}

.cs-df-alc,
.cs-df-alc-jcc {
    display: flex;
    align-items: center;
}

.i-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.cs-ch-inf__bl-icon .i-icon {
    color: #fff;
}

.cs-ch-img {
    min-height: 425px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 12%);
    overflow: hidden;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.flex_head {
    display: flex !important;
    justify-content: center;
    width: 100%;
}

.tab_head_items {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    float: left;
    padding: 10px 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.latest_btn {
    display: block;
    float: left;
    font-size: 16px !important;
    line-height: 1.4 !important;
    padding: 8px 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.latest_btn.active {
    background-color: #4417e2;
    color: #fff;
}

/* Faq section */

.faq_body {
    position: relative;
    width: 100%;
    padding: 0px 0px;
}

.collapse_row:first-child {
    border-top: 1px solid #eee;
}

.collapse_row {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.collapse_btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 24px 50px 24px 0;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #333;
    opacity: 1;
    cursor: pointer;
    /* background-color: #f2f2f2; */
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.faq_icn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.faq_icn::before {
    content: "\2b";
    display: block;
    color: #333;
    font-size: 34px;
    font-weight: 300;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.collapse_btn.clp_clicked .faq_icn::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.collapse_btn.clp_clicked .faq_icn {
    background-color: #eee;
}

.collapse_content {
    display: none;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #333;
    opacity: 1;
    word-break: break-word;
    /* background-color: #efeaea; */
    /* border-top: 1px solid #fffdfd; */
}

/* Faq section */

/* Form section */
.form_sect {
    display: block;
    width: 100%;
    min-height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 40px 40px 50px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.frm-title {
    display: block;
    width: 100%;
    text-align: left !important;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.frm-label {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0 10px 0;
}

.frm_label_item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    padding: 8px 16px 8px 8px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 12px;
    margin-bottom: 8px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.frm_label_item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background: #4417e2;
    margin-right: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.frm_label_item svg {
    color: #fff;
}

.frm_inputs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.frm_inputs section#contact {
    width: 100%;
}

.frm_inputs input {
    font-size: 14px !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.frm_inputs textarea {
    height: 90px;
    max-height: 90px;
    font-size: 14px !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* Form section */

/* Telegram info section */


.tg_custom_wrap {
    display: block;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.tg_custom_title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 52px;
    line-height: 1;
    color: #005ff9;
    word-break: break-word;
    padding: 60px;
    border: 3px solid #005ff9;
}

.tg_custom_hd {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    word-break: break-word;
    margin: 45px 0 25px 0;
}

.tg_custom_short_info {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    word-break: break-word;
    margin: 0 0 70px 0;
}

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

.subs_item_buttons {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 70px;
}

.tg_arrow-icon {
    position: absolute;
    top: -5px;
    left: 0;
    width: 45px;
}

.tg_subs_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    background-color: #f7cf28;
    padding: 16px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

.tg_subs_link:hover {
    background-color: #005ff9;
    color: #fff;
}

/* Telegram info section */

@media (max-width: 1024px) {
    .how_it {
        padding: 40px 0px;
    }

    .cs-ch-inf {
        padding: 16px;
    }

    .cs-ch-inf {
        min-height: 0;
        padding: 20px 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        margin-bottom: 20px;
    }

    .cs-ch-inf__bl {
        margin-bottom: 12px;
        padding: 12px;
        flex-direction: row;
        justify-content: normal;
        align-items: center;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    .cs-ch-inf__l {
        display: block;
    }

    .cs-ch-inf__bl-icon {
        margin-right: 12px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        margin-right: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .cs-ch-inf__bl-t {
        font-size: 16px;
    }

    .cs-ch-img {
        min-height: 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .similarjobs .slick-next {
        margin-right: 0;
        position: absolute;
        top: -32px;
        right: 0;
        left: auto;
    }

    .similarjobs .slick-prev {
        margin-left: 0;
        position: absolute;
        top: -32px;
        right: 58px;
        left: auto;
    }

    .job-listing {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .tab_head_items {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .latest_btn {
        margin: 0 auto;
    }

    #packages .section-headline {
        padding-bottom: 34px !important;
    }

    .form_sect {
        min-height: 40px;
        padding: 20px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

    .frm-title {
        font-size: 24px;
    }



    .tg_custom_title {
        font-size: 32px;
        padding: 25px;
    }

    .tg_custom_hd {
        font-size: 26px;
        margin: 25px 0 20px 0;
    }

    .tg_custom_short_info {
        font-size: 18px;
        margin: 0 0 40px 0;
    }

    .subs_item_buttons {
        padding-left: 40px;
    }

    .tg_arrow-icon {
        width: 24px;
    }

    .tg_subs_link {
        min-width: 220px;
        min-height: 50px;
        font-size: 16px;
        padding: 10px;
    }



}

/* ======== Modal =======*/
.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000a6;
    z-index: 99999;
}

.modal_body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px 16px;
}

.modal_content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 368px;
    height: auto;
    padding: 0px 0px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.mdl_payment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mdl_payment_inner {
    display: block;
    float: left;
    width: 100%;
    min-height: 290px;
    overflow: hidden;
    border-radius: 7px;
}

.pay_select {
    display: block;
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.pay_select.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
}

.modal_header {
    width: 100%;
    min-height: 60px;
    padding: 20px 20px;
    border-bottom: 1px solid #e8eaed;
}

.modal_main {
    width: 100%;
    min-height: 100px;
    padding: 20px 40px 30px 40px;
}

.sg_head {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0px;
    color: #0e1013;
    opacity: 1;
}

.close_modal {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/images/close_modal.svg");
    cursor: pointer;
}

.sg_info {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #80868b;
    opacity: 1;
    word-break: break-word;
}

.content_compl {
    padding: 10px 0px 0 0px;
}

.cmpl_row {
    width: 100%;
    padding: 10px 0;
}

.check_lable {
    cursor: pointer;
}

.check_lable input {
    display: none;
}

.checked_input {
    display: block;
    float: left;
    width: 16px;
}

.chk_icon {
    display: block;
    width: 16px;
    height: 16px;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #BDC1C6;
    background-color: #fff;
}

.chk_icon span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
}

.check_quest {
    display: block;
    float: left;
    width: calc(100% - 16px);
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.28px;
    color: #0e1013;
    opacity: 1;
}

.login_submit .apply-now-button {
    margin: 20px 0 0 0 !important;
    background-color: #2a41e8;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    padding: 14px 20px;
    box-shadow: 0 2px 8px rgb(102 103 107 / 15%);
    transition: .3s;
    display: block;
    width: 100%;
}



.check_lable input:checked ~ .checked_input .chk_icon {
    border-color: #2a41e8;
}

.check_lable input:checked ~ .checked_input .chk_icon span {
    background-color: #2a41e8;
}

.check_lable input:checked ~ .check_quest {
    color: #2a41e8;
}

.check_lable input:checked ~ .check_border .checked_input .chk_icon {
    border-color: #2a41e8;
}

.check_lable input:checked ~ .check_border .checked_input .chk_icon span {
    background-color: #2a41e8;
}

.check_lable input:checked ~ .check_border .check_quest {
    color: #2a41e8;
}

.check_lable input:checked ~ .check_border {
    border-color: #2a41e8;
}

.upgrade_premium_button {
    background-color: #f0f0f0;
    color: #000 !important;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    padding: 14px 20px;
    margin-bottom: 35px;
    transition: .3s;
    display: block;
    box-shadow: 0 2px 8px rgb(102 103 107 / 0%);
}

.upgrade_premium_button.apply {
    background: #2a41e8;
    color: #fff !important;
    box-shadow: 0 2px 8px rgb(102 103 107 / 15%);
}

a.upgrade_premium_button:hover {
    box-shadow: 0 2px 8px rgb(00 00 00 / 35%);
    background: #ffffff !important;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

a.upgrade_premium_button.apply:hover {
    box-shadow: 0 2px 8px rgb(42 65 232 / 35%);
    transform: translateY(-3px);
    box-shadow: 0 2px 8px rgb(102 103 107 / 35%);
    background: #0014a7 !important;
}



a.apply-now-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 8px rgb(102 103 107 / 35%);
    background: #0014a7 !important;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.upgrade_premium_button:hover {
    color: white;
}

.task-tags span {
    padding: 10px !important;
}

.task-tags span::first-letter {
    text-transform: uppercase !important;
}

.pb-75 {
    padding-bottom: 75px;
}

/* ======== Modal =======*/
section.blank{
    max-height: 520px;
    overflow: hidden;
    height: 520px;
    position: relative;
    padding: 80px 0;
}
section.blank svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 800px;
    z-index: -1;
}
section.blank h3{
    color: #ffffff;
    font-size: 44px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 30px;
}
section.blank p{
    color: #f8f8f8;
    font-size: 20px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 40px;
    margin-bottom: 30px;
}
section.blank a{
    color: #000000;
    font-size: 14px;
    font-family: 'Arial',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #f7cf28;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
    width: 200px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #4417e2; */
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}
section.blank a:hover{
    /* border: 1px solid #f7cf28; */
    background: #000;
    color: #ffffff;
}
section.blank img{
    position: absolute;
    right: -150%;
    top: 0;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    animation-name: loop;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
section.blank.active img{
    right: 30%;
    top: 10%;
}
@keyframes  loop{
    0%{ transform:translateY(-20px) ; -webkit-transform:translateY(-20px) ; -moz-transform:translateY(-20px) ; -ms-transform:translateY(-20px) ; -o-transform:translateY(-20px) ; }
    50%{ transform:translateY(0) ; -webkit-transform:translateY(0) ; -moz-transform:translateY(0) ; -ms-transform:translateY(0) ; -o-transform:translateY(0) ; }
    100%{ transform:translateY(-20px) ; -webkit-transform:translateY(-20px) ; -moz-transform:translateY(-20px) ; -ms-transform:translateY(-20px) ; -o-transform:translateY(-20px) ; }
}
@media  only screen and (max-width:1440px){
    .blank.active img{
        right: 0
    }
}
@media  only screen and (max-width:992px){
    .blank img{
        display: none
    }
}
@media  only screen and (max-width:565px){
    .blank h3 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 5px;
    }
    .blank p {
        font-size: 18px;
        line-height: 1;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .blank {
        height: 235px;
        padding: 30px 0;
    }
}
.categories-container.active .hidden-categories {
    display: block !important;
}
.mt-65 {
    margin-top: 65px;
}
.pop input[type=checkbox] {
    accent-color: white;
}
.dropdown-nav {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.grid-item {
    display: flex;
    flex-direction: column;
}

.grid_link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gr_news_content {
    flex-grow: 1;
}
.task-listing .task-listing-description p {
    margin: 15px 0 0 0;
    padding: 0;
    color: #666;
    text-align: left;
}
.text-center-important {
    text-align: center !important;
}
.pricing-table h3 {
    background-color: #005ff9;
    color: #ffffff;
    padding: 8px;
}
.intro-search-button .button,.field-title{
    color: #fff !important;
    background-color: #2a41e8 !important;
}
.intro-search-button .ripple-effect:hover, #allrecords a:hover {
    background-color: #0014a7 !important;
}
.pricing-table .button {
    background-color: #005ff9;
    color: #ffffff !important;
    transition: all 0.3s ease;
}
.clicked_tab_btn{
    transform: 0.2s all ease-in-out;
}
/* .clicked_tab_btn:hover{
    background-color: #0052cc !important;
    color: #ffffff !important;
} */
.pricing-table .button:hover {
    background-color: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 95, 249, 0.3);
}
button:focus, a:focus, input:focus, select:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
.pricing-plan-label {
    background-color: #005ff9;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    padding: 15px;
    margin: 0;
    border-radius: 0;
}

.pricing-plan-label strong {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    line-height: 30px;
}
.pricing-plan-features {
    background-color: #f0f0f0;
}
.button.full-width {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 0 !important;
    transition: all 0.3s ease;
}

.button.full-width:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.pricing-plan-features ul {
    padding: 20px;
    margin: 0;
}
.pricing-plan:first-of-type {
    padding-left: 10px;
}
.pricing-plan:last-of-type {
    padding-right: 10px;
}
section.blank p {
    color: #f8f8f8;
    font-size: 20px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: left;
}
/* Job Search Portal Styles */
:root {
  --primary-color: #0066FF;
  --light-grey: #f8f9fa;
  --text-color: #333;
  --card-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  --card-hover-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.job-search-portal {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
}

/* Hero Section */
.hero-section {
    background-color: var(--light-grey);
    padding: 120px 0 60px 0;
    text-align: center;
}

.hero-section h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
}

.hero-section p {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}

.search-form {
  display: flex;
  justify-content: center;
  gap: 15px;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  max-width: 900px;
  margin: 0 auto;
}

.search-form input {
  flex-grow: 1;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  box-shadow: none !important;
}

.search-form .button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-form .button:hover {
  background-color: #0052cc;
}

/* Main Layout */
.page-content {
  padding: 60px 0;
}

.main-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
}

/* Filter Sidebar */
.filter-sidebar {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px;
    position: sticky;
    top: 0;
    height: fit-content;
    box-shadow: var(--card-shadow);
}

.filter-sidebar h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.filter-widget {
  margin-bottom: 30px;
}

.filter-widget h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li a {
  color: #555;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  transition: color 0.3s;
}

.filter-list li a:hover {
  color: var(--primary-color);
}

.filter-widget .checkbox {
  margin-bottom: 10px;
}

/* Job Listings */
.job-listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.job-card {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 15px 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-hover-shadow);
  border-color: transparent;
}

.job-card.premium {
  border-left: 4px solid #FFD700;
}
.job-card{
    display: flex;
    justify-content: space-between;
    align-self: center;
    width: 100%;
}
.premium-badge {
    position: absolute;
    top: 9px;
    right: -33px;
    background: linear-gradient(45deg, #FFD700, #F0C400);
    color: #fff;
    padding: 0px 30px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.job-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  max-width: 600px;
}

.job-card-header img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-right: 20px;
  object-fit: contain;
  border: 1px solid #eee;
}

.job-card-title h3 {
  margin: 0;
  font-size: 20px;
}

.job-card-title h3 a {
  color: var(--text-color);
  text-decoration: none;
}

.job-card-title p {
  margin: 5px 0 0;
  color: #6c757d;
}

.job-card-details {
  display: flex;
  gap: 20px;
  color: #6c757d;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* Posted-time / location meta line that lives inside .job-card-title so it
   sits with the company name rather than colliding with the action button. */
.job-card-date {
  margin: 6px 0 0;
  font-size: 13px;
  color: #6c757d;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.job-card-date i {
  margin-right: 4px;
  font-size: 15px;
}
.job-card-date-sep {
  margin: 0 6px;
}

.job-card-details span {
  display: flex;
  align-items: center;
}

.job-card-details i {
  margin-right: 8px;
  font-size: 18px;
}

.job-card .button {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  position: static;
  top: 50%;
  right: 25px;
  transform: translateY(0);
}

.job-card .button:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

/* Mobile responsive for job card button */
@media (max-width: 768px) {
  .job-card .button {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
}


/* Pagination */
.pagination-container {
  margin-top: 40px;
}
.pagination ul li a.current-page {
  background-color: var(--primary-color);
}

/* Responsive */
.filter-toggle-button {
  display: none;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
}

.filter-close-button {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .main-layout {
    grid-template-columns: 1fr;
  }
  .filter-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    z-index: 1000;
    transition: left 0.3s ease;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    overflow-y: auto;
  }
  .filter-sidebar.open {
    left: 0;
  }
  .filter-toggle-button, .filter-close-button {
    display: block;
  }
}

@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
  }
  .hero-section h1 {
    font-size: 36px;
  }
  .hero-section p {
    font-size: 18px;
  }
}
/* --- Vacancies V2 Filter Styles (Updated based on image) --- */

.filter-widget details {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0;
  padding: 15px 0;
}

.filter-widget details:first-child {
    padding-top: 0;
}

.filter-widget details:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.filter-widget summary {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.filter-widget details[open] summary {
    margin-bottom: 15px;
}

.filter-widget summary::-webkit-details-marker {
  display: none;
}

.filter-widget summary::after {
  content: '';
  border: solid #888;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -4px; /* Align arrow vertically */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}

.filter-widget details[open] > summary::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 0;
}

.filter-widget .filter-search-input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.checkbox-list-wrapper {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Custom Scrollbar for Webkit browsers */
.checkbox-list-wrapper::-webkit-scrollbar {
  width: 6px;
}
.checkbox-list-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.checkbox-list-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.checkbox-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}


.checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkbox-list li {
    margin-bottom: 12px;
}

.checkbox-list li:last-child {
    margin-bottom: 0;
}

.checkbox-list input[type="checkbox"] {
    display: none;
}

.checkbox-list label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #555;
    line-height: normal;
}

.checkbox-list label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
    margin-right: 12px;
    background-color: #fff;
    flex-shrink: 0;
}

.checkbox-list input[type="checkbox"]:checked + label::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    content: '✓';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* --- "Ətraflı" Button Arrow Hover Effect (Updated) --- */
.job-card .button i.icon-material-outline-arrow-right-alt {
    font-size: 22px;
    position: relative;
    top: 3px;
    display: none;
    margin-left: 5px;
}

.job-card .button:hover i.icon-material-outline-arrow-right-alt {
    display: inline-block;
}
/* --- Search Form V2 Styles --- */
.search-form {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 15px;
  background-color: #fff;
  align-items: center;
}

.search-input-wrapper {
    position: relative;
    flex-grow: 1;
}

.search-form input {
    border: 1px solid #e0e0e0 !important;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 48px;
    margin-bottom: 0 !important;
}

.search-form input:focus {
    outline: none !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15) !important;
}

.search-form .button {
    height: 48px;
    padding: 0 40px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 48px;
}

.search-dropdown {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    z-index: 10;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #f0f0f0;
}

.search-dropdown ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.search-dropdown ul li {
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.search-dropdown ul li:hover {
    background-color: #f5f5f5;
}

.search-dropdown ul li {
    text-align: left;
}
/* Custom Select2 Styles */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 48px;
    padding-left: 15px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #777;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
    margin-top: 5px;
}

.select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    width: 100%;
    height: 40px;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23aaa' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.select2-results__option {
    padding: 12px 15px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 15px;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    color: #333;
}

.select2-results__options {
    max-height: 250px;
}
.text-center-h3 {
    margin-bottom: 10px;
    text-align: center;
}

h3 {
    font-size: 1.75rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.single-page-section h3 {
    font-size: 1.75rem;
}
.single-page-section h3 {
    margin-top: 16px;
}
.footer-links ul li:last-child a {
    z-index: 0;
}
.react-tel-input .form-control {
    position: relative !important;
    font-size: 14px !important;
    letter-spacing: .01rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px !important;
    margin-left: 0 !important;
    background: #FFFFFF !important;
    border: 1px solid #CACACA !important;
    border-radius: 5px !important;
    line-height: 25px !important;
    height: 48px !important;
    width: 400px !important;
    outline: none !important;
}

.react-tel-input .flag-dropdown {
    background-color: #ffffff !important;
    border: 1px solid #CACACA !important;
    border-right: none !important;
    border-radius: 5px 0 0 5px !important;
    height: 48px !important;
}

.react-tel-input .country-list {
    z-index: 9999 !important;
}
.footer-links h4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
}
.react-tel-input .flag-dropdown.open {
    z-index: 20;
    background: #fff;
    border-radius: 3px 0 0 0;
}

.react-tel-input .country-list {
    color: #000;
    z-index: 9999 !important;
}
.footer-links ul li a {
    color: #fff !important;
}
.footer-social-links li a {
    font-size: 20px;
    padding: 0 10px;
    color: #fff !important;
    display: inline-flex;
    transition: .3s;
    opacity: .5;
    transform: translate3d(0, -.5px, 0);
    align-items: center;
}
.footer-lang-dropdown {
    position: relative;
    display: inline-block;
    min-width: 160px;
}
.footer-lang-dropdown summary {
    list-style: none;
    cursor: pointer;
    background: #2f2f2f;
    color: #fff;
    border: 1px solid #4a4a4a;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.footer-lang-dropdown summary::marker {
    display: none;
}
.footer-lang-dropdown summary::-webkit-details-marker {
    display: none;
}
.footer-lang-dropdown summary::after {
    content: "▾";
    color: #bdbdbd;
    font-size: 12px;
}
.footer-lang-dropdown[open] summary::after {
    content: "▴";
}
.footer-lang-dropdown ul {
    position: absolute;
    right: 0;
    bottom: 110%;
    background: #2b2b2b;
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    padding: 6px;
    margin: 8px 0 0;
    list-style: none;
    min-width: 180px;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.footer-lang-dropdown ul li {
    margin: 0;
    list-style: none;
}
.footer-lang-dropdown ul button {
    width: 100%;
    background: transparent;
    border: none;
    color: #e6e6e6;
    text-align: left;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}
.footer-lang-dropdown ul button:hover {
    background: #3a3a3a;
}
ul.dashboard-box-list > li {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    flex-flow: row wrap;
    transition: .3s;
}
.headline a.button.ripple-effect:not(.gray) {
    background-color: #2a41e8 !important;
    color: #fff !important;
}
.account-type input[type="radio"]:checked + label.green-button {
    background-color: #50b251 !important;
    color: #fff !important;
}
.dashboard-box .button.red {
    background-color: #dc3139 !important;
    box-shadow: 0 3px 8px rgba(234, 65, 81, .15);
    color: #fff !important;
}
.intro-search-select {
    padding: 0;
    border-left: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    position: relative;
    height: 68px;
    background: transparent;
}

.custom-dropdown-trigger {
    width: 180px;
    height: 48px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.custom-dropdown-trigger:hover {
    background-color: rgba(42, 65, 232, 0.05);
}

.custom-dropdown-trigger i {
    font-size: 10px;
    color: #666;
    transition: transform 0.2s ease;
}

.intro-search-select.open .custom-dropdown-trigger i {
    transform: rotate(180deg);
}

.custom-dropdown-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
}

.custom-dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    transition: all 0.15s ease;
    border-bottom: 1px solid #f5f5f5;
}

.custom-dropdown-item:last-child {
    border-bottom: none;
}

.custom-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #2a41e8;
    padding-left: 18px;
}

.custom-dropdown-item.active {
    background-color: #2a41e8;
    color: #fff;
    font-weight: 600;
}

.custom-dropdown-item.active:hover {
    background-color: #1e35cc;
    padding-left: 18px;
}

.intro-banner-search-form .intro-search-field {
    border-right: none;
}

.salary-slider {
    padding: 10px 0;
}

.horizontal-slider {
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    margin: 20px 0;
}

.slider-track {
    background-color: #9aa6b2;
    height: 6px;
    border-radius: 3px;
}

.slider-thumb {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 2px solid #9aa6b2;
    border-radius: 50%;
    cursor: pointer;
    top: -15px;
    font-size: 12px;
    color: #6b7280;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
}

.slider-thumb::after {
    content: attr(aria-valuenow);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6b7280;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}

.salary-type {
    display: flex;
    margin-top: 15px;
    align-items: center;
    gap: 5px;
}

.salary-type label,
.salary-type input {
    margin-bottom: 0 !important;
    margin-right: 5px;
}

.salary-type label:last-child,
.salary-type input:last-child {
    margin-right: 0;
}

/* Global button cursor pointer */
.button,
a.button,
button,
[class*="button"],
a[class*="button"],
.btn,
a.btn,
[class*="btn"],
a[class*="btn"] {
    cursor: pointer !important;
}

.slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.25);
}
.letters-list a {
    display: inline-block;
    font-size: 18px;
    color: #333 !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 4px;
    transition: .3s;
    margin: 0 -2px;
}.letters-list a:hover {
    color: #fff !important;
    background-color: #333;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}.letters-list a.current {
    box-shadow: 0 2px 8px rgba(42,65,232,0.25);
    /* background-color: #000; */
    color: #fff !important;
}
.intro-banner {
    padding: 150px 0 105px 0;
    position: relative;
}
.page_sectionContainer__k21cq {
    max-width: 1000px;
    margin: 0 auto;
    padding: 110px 20px 0 20px;
    text-align: center;
}
.margin-top-70 {
    margin-top: 120px!important;
}
#home {
    padding-top: 160px;
}
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
/* New Pagination Styles */
.pagination-container .pagination {
    justify-content: center;
}

.pagination ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.pagination ul li {
    margin: 0 5px;
}

.pagination ul li a,
.pagination ul li span {
    display: inline-flex;
    padding: 8px 15px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 500;
    line-height: revert-layer;
    justify-content: center;
    align-items: center;
}

.pagination ul li a:hover {
    background-color: #f0f0f0;
}

.pagination ul li a.current-page,
.pagination ul li a.current-page:hover {
    background-color: #2a41e8;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(42, 65, 232, 0.25);
}

.pagination ul li .pagination-arrow a {
    background-color: #f8f8f8;
    padding: 8px 12px;
}

.pagination ul li .pagination-arrow a:hover {
    background-color: #e9e9e9;
}

.pagination ul li span.ellipsis {
    padding: 8px 0;
}
#titlebar.gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .03) 0, rgba(255, 255, 255, 0));
    padding-bottom: 0;
}
/* --- Modern FAQ Accordion Styles --- */
.faq-container {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.faq-question::after {
    content: '+';
    font-size: 24px;
    color: #888;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
    content: '−';
}

.faq-answer {
    padding: 0 25px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.faq-answer p {
    text-align: left;
}

.faq-item.open .faq-answer {
    max-height: 500px; /* Adjust as needed */
    padding: 0 25px 20px;
}
/* --- Pricing Table Styles --- */
.pricing-table-container {
    overflow-x: auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    min-width: 600px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pricing-table th,
.pricing-table td {
    padding: 15px 20px;
    text-align: left;
}

.pricing-table thead th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.pricing-table thead th:first-child {
    text-align: left;
}

.pricing-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.2s ease;
}

.pricing-table tbody tr:hover {
    background-color: #f8f9fa;
}

.pricing-table tbody td:first-child {
    font-weight: 500;
    color: #555;
}

.pricing-table .text-center {
    text-align: center;
}

.pricing-check {
    color: #28a745;
    font-size: 20px;
    font-weight: bold;
}

.pricing-cross {
    color: #dc3545;
    font-size: 20px;
    font-weight: bold;
}

.pricing-table tfoot td {
    border-top: 2px solid #e5e7eb;
}

.pricing-table tfoot strong {
    font-size: 18px;
    color: #333;
}

/* Shorter button hover in recent jobs + pricing table */
.recent-jobs a.button,
.recent-jobs button.button,
.pricing-table-container a.button,
.pricing-table-container button.button {
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    position: relative;
    overflow: hidden;
}

.recent-jobs a.button::after,
.recent-jobs button.button::after,
.pricing-table-container a.button::after,
.pricing-table-container button.button::after {
    content: '';
    position: absolute;
    inset: -50% auto auto -30%;
    width: 60%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 80%);
    transform: translateX(-120%) rotate(10deg);
    transition: transform .35s ease;
    pointer-events: none;
}

.recent-jobs a.button:hover,
.recent-jobs button.button:hover,
.pricing-table-container a.button:hover,
.pricing-table-container button.button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 22px rgba(42, 65, 232, .25), 0 4px 10px rgba(0, 0, 0, .08);
    filter: brightness(1.03);
}

.recent-jobs a.button:hover::after,
.recent-jobs button.button:hover::after,
.pricing-table-container a.button:hover::after,
.pricing-table-container button.button:hover::after {
    transform: translateX(220%) rotate(10deg);
}

.recent-jobs a.button:active,
.recent-jobs button.button:active,
.pricing-table-container a.button:active,
.pricing-table-container button.button:active {
    transform: translateY(0) scale(0.99);
    box-shadow: 0 4px 10px rgba(42, 65, 232, .18);
}

/* =============================
   Responsive fixes (global)
   ============================= */

/* Prevent accidental horizontal scrolling on mobile caused by fixed widths */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Media elements should never overflow containers */
img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

/* React phone input was forcing 400px width which breaks mobile layouts */
.react-tel-input,
.react-tel-input .form-control {
    width: 100% !important;
    max-width: 100% !important;
}

/* Keep desktop looking reasonable */
@media (min-width: 769px) {
    .react-tel-input .form-control {
        max-width: 400px !important;
    }
}

/* =============================
   Mobile menu (mmenu) fixes
   ============================= */

/*
  Your CSS includes a very broad rule that forces ALL <a> tags to blue.
  MMenu expects inherited white text. Force white in the off-canvas mobile menu.
*/
.mm-menu,
.mm-menu a,
.mm-menu .mm-navbar a,
.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
    color: #fff !important;
}

.mm-menu .mm-listview > li:hover > a,
.mm-menu .mm-listview > li.mm-selected > a {
    color: #fff !important;
}

.mm-menu .mm-listview > li > a i {
    color: inherit !important;
}

/* =============================
   Modern Company Cards Styles
   ============================= */

.modern-companies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.modern-company-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.modern-company-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.company-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px 20px 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #f0f0f0;
}

.company-logo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.company-status-badge {
    position: absolute;
    top: 15px;
    right: 15px;
}

.company-actions {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 20px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-company-card:hover .company-actions {
    opacity: 1;
}

.action-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
}

.action-btn.edit-btn {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.action-btn.edit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.action-btn.delete-btn {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
}

.action-btn.delete-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.company-card-content {
    padding: 20px;
}

.company-name {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 600;
}

.company-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.company-name a:hover {
    color: #2a41e8;
}

.company-industry,
.company-location {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.company-industry svg,
.company-location svg {
    margin-right: 8px;
    color: #999;
}

.company-meta {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.meta-item {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 13px;
}

.meta-item svg {
    margin-right: 6px;
    color: #ccc;
}

.company-description {
    margin-bottom: 15px;
}

.company-description p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.company-contact-info {
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.contact-item svg {
    margin-right: 8px;
    color: #999;
    flex-shrink: 0;
}

.contact-item span {
    word-break: break-all;
}

.company-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #ffa500;
    font-size: 14px;
    font-weight: 500;
}

.company-rating svg {
    margin-right: 6px;
    color: #ffa500;
}

.dashboard-status-button.blue {
    background-color: #007bff;
    color: #fff;
    margin-left: 8px;
}

/* Responsive adjustments for company cards */
@media (max-width: 768px) {
    .modern-companies-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .modern-company-card {
        margin-bottom: 0;
    }
    
    .company-actions {
        opacity: 1;
        position: static;
        margin-top: 10px;
    }
    
    .company-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .company-status-badge {
        position: static;
    }
}

.footer-links ul li a {
  transition: color .2s ease !important;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus-visible {
  color: #3b82f6 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
