/* COMMENT: Override txt-sec p font-size for who-we-are intro text - Added: 2026-04-07 */
.txt-sec p {
    font-size: 1.375rem !important;
    line-height: 1.5 !important;
}

/* COMMENT: Contact page - remove input hover/focus effects - Added: 2026-04-07 */
.contact-sec .form-control:hover,
.contact-sec .form-control:focus {
    border-color: #f4f4f4 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Updated: 2026-02-23 - Buy It button background color */
.package-sec .package-grid .coloum .innere-coloum .price .btn {
    background-color: #F5CA66 !important;
    border-color: #F5CA66 !important;
    color: #000 !important;
}

/* Fix duplicate dropdown issue - hide original select when Select2 is active */
/* COMMENT: Moved overflow-x to html in claude-custom.css for sticky sidebar support - Updated: 2026-04-08 */
body {
    overflow-x: visible !important;
}

header.header .navbar-brand img {
    width: 250px;
}

.filter-dropdown select.select2-hidden-accessible {
    display: none !important;
}

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

.filter-dropdown .select2-container .select2-selection--single {
    height: 50px !important;
    border-radius: 30px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px 15px !important;
    display: flex !important;
    align-items: center !important;
}

.filter-dropdown .select2-container .select2-selection__rendered {
    line-height: normal !important;
    padding-left: 0 !important;
}

.filter-dropdown .select2-container .select2-selection__arrow {
    height: 100% !important;
    right: 15px !important;
}

.personal-info-form .select-dropdown,
div#map {
    position: relative;
    z-index: 0;
}

.main-sidebar {
    position: sticky !important;
    top: 150px;
}

.header .navbar .navbar-nav .userbtn a {
    padding: unset;
}

.listpgWraper>.container>.row {
    --bs-gutter-x: 4.5rem;
}

.listpgWraper .main-sidebar {
    width: 100%;
}

.pending-approval-page {
    margin-top: 160px;
    background: #ffffff !important;
}

.job-steps-container .personal-info-form,
.formpanel .personal-info-form>div.row .col-md-6 {
    padding-left: 0 !important;
}

.formpanel .personal-info-form>div.row::before {
    content: unset !important;
}

/* Header alignment fix for profile image and language dropdown */

header.header {
    position: fixed;
    width: 100%;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
}

header .navbar-nav {
    align-items: center !important;
    display: flex !important;
}

header .navbar-nav .nav-item {
    display: inline-block !important;
    vertical-align: middle !important;
}

header .navbar-nav .nav-item.dropdown.userbtn {
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}

header .navbar-nav .nav-item.dropdown.userbtn>a {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
}

/* Ensure profile image is aligned */
header .navbar-nav .nav-item.dropdown.userbtn img {
    vertical-align: middle !important;
}

/* Fix dropdown menu items - full width background */
header .navbar-nav .nav-item.dropdown.userbtn .dropdown-menu {
    padding: 0 !important;
    min-width: 220px !important;
}

header .navbar-nav .nav-item.dropdown.userbtn .dropdown-menu li {
    display: block !important;
    width: 100% !important;
}

header .navbar-nav .nav-item.dropdown.userbtn .dropdown-menu li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 20px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

/* Fix sidebar profile image text overlap issue */
.main-sidebar .dash-profile .user-img {
    height: 120px !important;
    width: 120px !important;
    margin-bottom: 10px !important;
}

.main-sidebar .dash-profile .user-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 100% !important;
}

.main-sidebar .dash-profile h6 {
    margin-top: 10px !important;
    width: 100% !important;
}

/* 23-12-2025 css */

.four-plan .row {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.four-plan .row>div {
    width: calc(100% / 3 - 27px);
    border-radius: 15px;
    padding: 0;
}

.four-plan .row>div .boxes {
    margin-top: 0;
    background: unset !important;
    border: unset;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    z-index: 8;
    border-radius: unset;
}

.four-plan .row>div .boxes li i {
    display: none;
}

.four-plan .row>div .boxes li:first-child,
.four-plan .row>div .boxes li:nth-child(2),
.four-plan .row>div .boxes li:last-child {
    text-align: center;
}

.four-plan .row>div:first-child {
    border: 26px solid #F5CA66;
    position: relative;
}

.four-plan .row>div:first-child::before {
    position: absolute !important;
    content: "";
    width: 50px;
    height: 140px;
    background: #ffffff;
    right: 0;
    top: 30%;
    transform: translateY(-50%) translateX(40px) skew(0deg, -25deg);
}

.four-plan .row>div:first-child::after {
    position: absolute !important;
    content: "";
    width: 50px;
    height: 140px;
    background: #ffffff;
    left: 0;
    top: 42%;
    transform: translateY(-50%) translateX(-40px) skew(0deg, -25deg);
}

/* second box styling */

.four-plan .row>div:nth-child(2) {
    border: 26px solid #F3A696;
    position: relative;
    background: unset;
    /* z-index: 0; */
}

.four-plan .row>div:nth-child(2)::before {
    position: absolute !important;
    content: "";
    width: 50px;
    height: 140px;
    background: #ffffff;
    right: 0;
    top: 60%;
    transform: translateY(-50%) translateX(40px) skew(0deg, -25deg);
}

.four-plan .row>div:nth-child(2)::after {
    position: absolute !important;
    content: "";
    width: 50px;
    height: 140px;
    background: #ffffff;
    left: 0;
    top: 72%;
    transform: translateY(-50%) translateX(-40px) skew(0deg, -25deg);
}

/* third box styling */

.four-plan .row>div:nth-child(3) {
    border: 26px solid #4FA7B3;
    position: relative;
    /* z-index: 0; */
    /* background: unset; */
}

.four-plan .row>div:nth-child(3)::before {
    position: absolute !important;
    content: "";
    width: 50px;
    height: 140px;
    background: #ffffff;
    right: 0;
    top: 30%;
    transform: translateY(-50%) translateX(40px) skew(0deg, -25deg);
}

.four-plan .row>div:nth-child(3)::after {
    position: absolute !important;
    content: "";
    width: 50px;
    height: 140px;
    background: #ffffff;
    left: 0;
    top: 42%;
    transform: translateY(-50%) translateX(-40px) skew(0deg, -25deg);
}

.cv_search_package .paypackages .four-plan h3 {
    font-size: 34px;
}

.listpgWraper .paypackages .order {
    font-size: 14px !important;
    font-weight: unset !important;
}

.listpgWraper .paypackages .order a {
    font-size: 14px !important;
    font-weight: unset !important;
    padding: 10px 30px !important;
    font-family: "Helvetica-Neue-m" !important;
}

.paypackages .order .package-detail-hover {
    color: #000000 !important;
    background-color: #f7cd61 !important;
    border-radius: 50px !important;
}

.paypackages .order .package-detail-hover:hover {
    color: #ffffff !important;
    background: #42A0A3 !important;
}

.page-header-section h3,
.dahboardalign h1 {
    font-family: "Nearo-SemBd";
    color: #42a0ae !important;
    font-size: 34px !important;
    font-weight: 600 !important;
}

.formpanel .access-records-grid .card-title {
    font-family: "Helvetica-Neue-m" !important;
    font-size: 22px;
    font-weight: unset !important;
    color: #000000 !important;
}

.media-upload-box form button[type="submit"] {
    color: #ffffff !important;
    background: #42A0A3 !important;
    font-family: "Helvetica-Neue-m" !important;
    font-weight: unset !important;
    font-size: 20px;
    border-radius: 50px !important;
}

.media-upload-box form button[type="submit"]:hover {
    color: #000000 !important;
    background-color: #f7cd61 !important;
}

.navbar-light .navbar-toggler {
    display: none;
}

.left-border .grid {
    height: 100%;
}

header.header .top-bar {
    background-color: #efae9d;
    height: unset;
    padding: 5px 0;
}

.hero-sec.employer-sec-1 .grid .txt {
    z-index: 1;
}

.hero-sec.employer-sec-1 .grid figure.img {
    z-index: 0;
}

section.sec-p.premium-features {
    background: #F5F1F1;
}

.listpgWraper .row.d-flex.job-grid {
    align-items: start;
}

.compnysidebarserch .industry-filter-section .industry-item {
    padding: 6px 0 6px 25px;
}

.listpgWraper.sec-p.pt-200.job-post.browse-companies {
    overflow: unset;
}

.listpgWraper .job-grid .col-lg-3.left-side {
    position: sticky;
    top: 130px;
}

.blog-page .blog-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog .blog-post .txt {
    flex-grow: 1;
}

.faq-sec .d-flex.job-grid {
    align-items: start;
}

.faq-sec .d-flex.job-grid>div input:focus {
    box-shadow: unset;
}

.dash-welcome-text {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #42A0AE;
    font-style: normal;
    font-family: 'Nearo-SemBd';
    margin-bottom: 40px;
    padding-top: 10px;
}

/* Responsive fix for smaller screens */

@media(max-width:1499px) {

    .listpgWraper>.container>.row {
        --bs-gutter-x: 2.5rem;
    }

    .listpgWraper .row.dahboardalign {
        display: flex;
        flex-wrap: wrap;
    }

    /* .listpgWraper .row.dahboardalign>div.col-lg-3 {
        width: 30% !important;
    } */

    /* .listpgWraper .row.dahboardalign>div.col-md-9 {
        width: 70% !important;
    } */

    .four-plan .row>div {
        width: calc(100% / 2 - 27px);
    }
}

@media(max-width:1399px) {
    .navbar ul.navbar-nav.hidden_nav .nav-item .nav-link {
        padding: 6px 0;
    }

    .header .navbar .navbar-nav.hidden_nav {
        margin-top: 100px;
    }

    .blog .blog-post .txt h5 {
        font-family: "Nearo-SemBd";
        margin: 0 0 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-sidebar-content .dash-cards-grid {
        grid-template-columns: repeat(2, 360px);
    }

    .c-sidebar-content .dash-circle-card {
        width: 360px;
        height: 360px;
        padding: 25px 30px 35px;
    }
}

@media(max-width:1199px) {
    .how-it-work .grid {
        gap: 50px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .how-it-work .grid .coloum {
        width: 50%;
    }

    .footer .container>.row {
        display: flex;
        flex-wrap: wrap;
        gap: 50px 0;
    }

    .footer .row>div:first-child {
        width: 30%;
    }

    .footer .row>div:nth-child(2) {
        width: 70%;
    }

    .left-border .grid h2 br {
        display: none;
    }

    .our-hub .left {
        max-width: 670px;
        transform: translateY(-30%);
        height: 373px;
    }

    .hero-sec.employer-sec-1 .grid figure.img {
        max-width: 547px;
        width: 100%;
    }

    .how-it-work.employer-sec-3 .inner-row .grid {
        gap: 30px;
    }

    .how-it-work.employer-sec-3 .inner-row .grid .coloum {
        width: calc(100% / 2 - 29px);
    }

    .hero-sec.employer-sec-1 {
        padding-bottom: 73px;
        padding-top: 209px;
    }

    .package-sec .package-grid .coloum .innere-coloum .price h5 {
        font-size: 24px;
    }

    .package-sec .package-grid .coloum .innere-coloum .price h6.h2 {
        font-size: 28px;
    }

    .package-sec .package-grid .coloum .innere-coloum .price em {
        font-size: 27px;
    }

    .package-sec .package-grid .coloum .innere-coloum .price h6.h2 span {
        font-size: 19px;
    }

    .package-sec .package-grid .coloum .innere-coloum .price .btn {
        font-size: 18px;
    }

    .package-sec .package-grid .coloum .innere-coloum .detail .quantity li {
        font-size: 16px;
    }

    .premium-features .row {
        gap: 20px;
        flex-wrap: wrap;
    }

    .premium-features .row .col-lg-4 {
        width: calc(100% / 3 - 14px);
    }

    .premium-features .grid {
        padding: 20px 30px;
    }

    .job-post.browse-companies .right-side .post-grid.browse-companies-grid .inner-grid .img-detail .txt .companies-logo-grid {
        flex-direction: column;
        gap: 10px;
    }

    .job-post.browse-companies .right-side .post-grid.browse-companies-grid .inner-grid .img-detail .txt .companies-logo-grid>div {
        align-items: start;
    }

    .job-post.browse-companies .right-side .post-grid.browse-companies-grid .inner-grid .img-detail .txt .companies-logo-grid .text-center {
        text-align: left !important;
    }

    .browse-companies .right-side .post-grid.browse-companies-grid .inner-grid .img-detail .txt .d-flex.btn-grid a.btn {
        line-height: 2;
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .footer .row>div {
        width: 100% !important;
    }

    .footer .container>.row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
    }

    header.header .collapse.navbar-collapse {
        display: flex !important;
        gap: 10px;
    }

    .collapse.navbar-collapse ul.navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    header.header .navbar .center-logo {
        width: 45%;
        text-align: right;
        display: flex;
        align-items: end;
        justify-content: end;
    }

    header.header .navbar-brand img {
        width: 140px;
    }

    header.header .navbar .navbar-nav {
        width: 45%;
        gap: 15px;
    }

    .left-border .row.sec-w {
        gap: 40px;
    }

    .left-border .grid p {
        min-height: unset;
    }

    .our-hub .grid-txt P {
        font-size: 25px;
    }

    .our-hub .left {
        max-width: 550px;
        transform: translateY(-20%);
        height: 290px;
    }

    .our-hub {
        min-height: unset;
    }

    .how-it-work .grid {
        gap: 20px 0;
        flex-direction: column;
        align-items: center;
    }

    .how-it-work .grid .coloum {
        width: 60%;
    }

    .hero-sec.employer-sec-1 .grid figure.img {
        max-width: 447px;
    }

    section.hero-sec.employer-sec-1 h1 {
        font-size: 38px;
    }

    .why-mawhub .grid .img-grid figure {
        width: 352px;
        height: 398px;
    }

    section.sec-p.why-mawhub.employer-sec-2 h2,
    .sec-p.how-it-work.employer-sec-3 h2 {
        font-size: 42px;
    }

    .why-mawhub .grid .grid-txt .txt-grid h5 {
        font-size: 24px;
    }

    .why-mawhub .grid .grid-txt .txt-grid p {
        font-size: 17px;
        padding-left: 23px;
    }

    .how-it-work.employer-sec-3 .inner-row .grid .coloum {
        width: 100%;
    }

    header.header .navbar .menu-btn {
        width: 10%;
        display: flex;
        align-items: start;
        justify-content: start;
    }

    .header .navbar .menu-btn .toggle {
        width: 100% !important;
    }

    section.sec-p.bg-1.our-hub.our-mission .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .our-hub.our-mission .right {
        max-width: 100%;
        width: 100%;
        position: static;
    }

    .our-hub.our-mission .grid-txt {
        max-width: 100%;
        margin-left: unset;
    }

    section.sec-p.left-border.sets-us-apart.sec-3 .row {
        gap: 40px;
    }

    .founders .row {
        align-items: center;
        flex-direction: column-reverse;
        display: flex;
    }

    .founders .row {
        align-items: center;
        flex-direction: column-reverse;
        display: flex;
    }

    section.sec-p.founders figure {
        height: 450px;
        width: 100%;
    }

    section.sec-p.founders figure img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .txt-sec p {
        font-size: 20px;
    }

    section.sec-p.bg-1.our-hub.our-mission .btn {
        margin: auto;
    }

    section.sec-p.glimpse-into h2 {
        text-align: left;
    }

    .glimpse-into .sec-row,
    .glimpse-into .sec-row .txt,
    .job-seekers .grid-txt {
        max-width: 100%;
    }

    .glimpse-into .sec-row .row:nth-child(2),
    .glimpse-into .sec-row .row:nth-child(4) {
        flex-direction: column-reverse;
    }

    .job-seekers .row {
        max-width: 100%;
        gap: 50px;
    }

    .package-sec .package-grid,
    .premium-features .row {
        gap: 45px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .package-sec .package-grid .coloum,
    .premium-features .row .col-lg-4 {
        width: calc(100% / 2 - 23px);
    }

    .listpgWraper .right-side.posts-side h1 {
        font-size: 32px;
    }

    .job-post .job-grid .right-side .post-grid .inner-grid {
        width: 100% !important;
    }
}

@media(max-width:990px) {
    .navbar-collapse {
        position: inherit;
        top: 0;
        bottom: 0;
        left: unset;
        width: 80%;
        overflow-y: auto;
        visibility: visible;
        background-color: unset;
        transition: unset;
        z-index: 10000;
        padding: 0;
        box-shadow: unset;
    }
}

@media only screen and (max-width: 767px) {
    .main-sidebar .dash-profile .user-img {
        height: 80px !important;
        width: 80px !important;
        margin-bottom: 10px !important;
    }

    .main-sidebar .dash-profile h6 {
        font-size: 15px !important;
        margin-top: 5px !important;
    }

    .main-sidebar .dash-profile span {
        font-size: 13px !important;
    }

    .hero-sec {
        padding-bottom: 95px;
    }

    .main-hero-sec h1 {
        font-size: 35px;
    }

    .hero-sec .txt span.h5 {
        font-size: 22px;
    }

    .filter-form .search-bar {
        padding: 10px;
    }

    .filter-form .search-bar input.form-control {
        height: 50px;
        border-radius: 12px;
    }

    .btn,
    .btn-bg {
        font-size: 16px;
    }

    .left-border .grid h2 {
        font-size: 32px;
    }

    .left-border .grid p {
        font-size: 18px;
        min-height: 100px;
    }

    .txt-sec p {
        font-size: 18px;
    }

    .full-video {
        height: 400px;
        overflow: hidden;
    }

    section.sec-p.our-hub.sec-6 .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .our-hub .left {
        max-width: 100%;
        height: 100%;
        position: static;
        width: 100%;
        transform: unset;
    }

    .our-hub .grid-txt {
        max-width: 100%;
        margin-left: auto;
    }

    .sec-heading h2 {
        font-size: 32px;
        text-align: center;
    }

    .our-hub .grid-txt P {
        font-size: 18px;
        text-align: center;
    }

    .how-it-work .grid .coloum {
        width: 100%;
    }

    .footer .ftr .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .how-it-work .grid .coloum .inner-grid h4 {
        font-size: 24px;
    }

    .hero-sec.employer-sec-1 .grid {
        flex-direction: column;
    }

    .hero-sec.employer-sec-1 .grid .txt {
        width: 100%;
    }

    .hero-sec.employer-sec-1 .grid figure.img {
        max-width: 100%;
        position: static;
    }

    section.hero-sec.employer-sec-1 h1 {
        font-size: 33px;
    }

    .why-mawhub .grid {
        flex-direction: column-reverse;
    }

    .why-mawhub .grid .grid-txt,
    .why-mawhub .grid .img-grid,
    .why-mawhub .grid .img-grid figure {
        width: 100%;
    }

    section.sec-p.why-mawhub.employer-sec-2 h2 {
        text-align: left;
    }

    section.sec-p.why-mawhub.employer-sec-2 h2,
    .sec-p.how-it-work.employer-sec-3 h2,
    .experience .grid h2 {
        font-size: 35px;
    }

    .hero-sec.hero-sec-inner h1 {
        margin: 0 0;
        font-size: 32px;
    }

    .hero-sec.hero-sec-inner {
        padding-bottom: 105px;
    }

    section.sec-p.founders p {
        font-size: 20px;
    }

    .sets-us-apart .grid h5 {
        font-size: 22px;
    }

    .btn-bg {
        font-size: 18px;
    }

    .glimpse-into p,
    .job-seekers .grid-txt p.h6 {
        font-size: 18px;
    }

    .sec-p.job-seekers .sec-heading h2 {
        text-align: left;
    }

    .package-sec .package-grid,
    .premium-features .row {
        gap: 25px;
    }

    .package-sec .package-grid .coloum,
    .premium-features .row .col-lg-4 {
        width: 100%;
    }

    .package-sec .package-grid .coloum .innere-coloum {
        min-height: 0;
    }

    .package-sec .package-grid .coloum.coloum-Plus:after {
        top: 160px;
    }

    .package-sec .package-grid .coloum.coloum-Plus:before {
        top: 130px;
    }

    header.header ul.navbar-nav.hidden_nav .nav-item .nav-link {
        font-size: 16px !important;
    }

    header.header .navbar .navbar-nav.hidden_nav {
        margin-top: 0;
    }

    header.header .navbar .navbar-nav {
        z-index: 1;
    }

    .listpgWraper .row.d-flex.job-grid {
        flex-direction: column;
    }

    .listpgWraper .row.d-flex.job-grid>div {
        width: 100%;
    }

    .blog-page .txt .pageTitle h5.page-heading {
        font-size: 42px;
    }

    section.plane-hero-sec-inner h1 {
        font-size: 42px;
    }

    .faq-sec .d-flex.job-grid {
        flex-direction: column;
    }

    .faq-sec .d-flex.job-grid>div {
        width: 100%;
    }

    .faq-sec .job-grid .right-side .post-filter .post-side-filter h5 {
        font-size: 22px;
    }

    .contact-wrap.sec-w.contact-grid h1 {
        font-size: 42px;
    }

    .contact-grid {
        padding: 20px 23px;
    }
}

@media(max-width:575px) {
    .main-hero-sec h1 {
        font-size: 30px;
    }

    .left-border .grid h2 {
        font-size: 28px;
    }

    .hero-sec .txt span.h5 {
        font-size: 20px;
    }

    header.header .navbar-brand img {
        width: 120px;
    }

    .header .navbar .navbar-nav {
        width: unset;
        gap: 40px;
    }

    .sec-p.txt-sec.sec-4 .btn-bg {
        font-size: 18px;
        padding: 0 20px;
    }

    .sec-heading h2 {
        font-size: 28px;
    }

    .how-it-work .grid .coloum .inner-grid h4 {
        font-size: 22px;
    }

    .how-it-work .grid .coloum .inner-grid h2 {
        font-size: 32px;
    }

    .how-it-work .grid .coloum .inner-grid {
        height: 440px;
    }

    .sec-p {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .filter-form.sec-2 .search-bar .btn {
        min-width: unset;
    }

    .hero-sec {
        padding-bottom: 85px;
    }

    .filter-form {
        padding-top: 20px;
        padding-bottom: 40px;
        background-color: #F5F1F1;
    }

    footer.footer .ftr form .btn {
        min-width: unset;
    }

    header.header li.nav-item.register {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        text-orientation: upright;
        border: 1px solid #ffffff;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    header.header li.nav-item.register a {
        padding: 8px 5px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 13px !important;
    }

    header.header .navbar .navbar-nav {
        width: 45%;
        gap: 7px;
    }

    .hero-sec.employer-sec-1 {
        padding-bottom: 40px;
        padding-top: 209px;
    }

    section.sec-p.why-mawhub.employer-sec-2 h2,
    .sec-p.how-it-work.employer-sec-3 h2,
    .experience .grid h2 {
        font-size: 28px;
    }

    .why-mawhub .grid .grid-txt .txt-grid h5,
    .how-it-work.employer-sec-3 .inner-row .grid .coloum .inner-grid h4 {
        font-size: 20px;
    }

    .how-it-work .grid .coloum .inner-grid {
        height: 370px;
        max-width: 100%;
        width: 370px;
    }

    .btn-bg,
    .agency-banner .btn-grid .btn {
        font-size: 18px;
    }

}

@media(max-width:475px) {
    header.header .navbar .center-logo {
        justify-content: center;
    }
}

@media(max-width:375px) {
    .how-it-work .grid .coloum .inner-grid {
        height: 370px;
        max-width: 100%;
        width: 100%;
    }
}

/* COMMENT: Already Applied button styling in job detail header - Added: 2025-12-25 */
.header-apply-btn {
    flex-shrink: 0;
    margin-left: 15px;
}

.header-apply-btn .applied-btn {
    background-color: #5BB381;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: default;
}

.header-apply-btn .applied-btn:hover {
    background-color: #4a9e6e;
}

.header-apply-btn .btn-secondary {
    background-color: #6c757d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
}

/* Responsive for mobile */
@media only screen and (max-width: 767px) {
    .img-detail.justify-content-between {
        flex-direction: column;
    }

    .header-apply-btn {
        margin-left: 0;
        margin-top: 15px;
    }
}

/* COMMENT: Apply Now button styling in header - Updated: 2025-12-25 - Theme color matched */
/* COMMENT: Apply Now button style updated - Updated: 2026-04-07 */
.header-apply-btn .apply-now-btn {
    background: #42A0AE;
    color: #fff;
    border: none;
    padding: 0 10px;
    border-radius: 2px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-indent: 0px;
    transition: all 0.3s ease;
}

/* COMMENT: Apply button hover color updated to match site theme - Updated: 2026-04-03 */
.header-apply-btn .apply-now-btn:hover {
    background-color: #f7cd61;
    color: #000;
}

.header-apply-btn .complete-profile-btn {
    background-color: #ffc107;
    color: #000;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.header-apply-btn .complete-profile-btn:hover {
    background-color: #e0a800;
    color: #000;
}

/* COMMENT: Job header styling - Added: 2025-12-25 */
.job-header {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    /* border: 1px solid #eee; */
}

/* COMMENT: Override btn-yellow to theme color - Added: 2025-12-25 */
.btn-yellow {
    background: #4FA7B3 !important;
    color: #fff !important;
    border: none !important;
}

.btn-yellow:hover {
    background: #3d8a94 !important;
    color: #fff !important;
}

/* Hide hamburger menu on desktop - Added: 2026-01-02 */
@media (min-width: 992px) {

    .navbar-toggler,
    .navbar-header .navbar-toggler,
    nav.navbar .navbar-toggler,
    .navbar-light .navbar-toggler,
    button.navbar-toggler {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }
}