/* =========================================================
   Vocation Wizard — new-home.blade.php styles
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-family: Poppins !important;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* Typography */
h2 {
    font-size: 45px;
    font-weight: 600;
    color: #1f2936;
}
/*
p {
    font-size: 14px;
    color: #343d49;
    font-weight: 400;
}*/

a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

h1, h2, h3, h4, {
    color: #343d49;
    font-weight: 400;
}

a:hover {
    color: #000;
    text-decoration: none;
}

label {
    margin: 0;
}



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

/* =========================================================
   Header / Navigation
   ========================================================= */
header {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    top: 0;
}

header.whiteheader {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
}

nav.navbar {
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c9;
}

a.navbar-brand {
   font-size: 30px;
    font-weight: 700;
    
}

a.navbar-brand img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

nav.navbar ul.navbar-nav li.nav-item {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    transition: .5s;
    line-height: normal;
    height: 45px;
}

nav.navbar ul.navbar-nav li.nav-item a {
    font-weight: 600;
    text-transform: capitalize;
    padding: 23px 29px;
    border-radius: 5px;
    color: #343d49;
}

nav.navbar ul.navbar-nav li.nav-item a, nav.navbar ul.navbar-nav li.nav-item.show a {
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 29px;
    border-radius: 5px;
    color: #343d49;
}

nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
    min-width: 152px;
    width: 100%;
    padding: 0;
    border: 1px solid #2d8427;
    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin: 2px 0 0;
    right: 0;
    left: inherit;
}

nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item {
    margin: 0;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}

nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-divider {
    margin: 0;
    border-color: #ccc;
}

nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item:focus,
nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item:active {
    outline: none;
    background-color: transparent;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    outline-style: none;
}

.profile_dropdown .profile_avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.user_name {
    font-weight: 600;
    color: #343d49;
}

/* =========================================================
   Banner
   ========================================================= */
#banner {
    background-image: url("https://vocationimages.s3.amazonaws.com/assets/images/banner_bg.jpg");
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
}

#banner p {
    font-size: 16px; 
    
}

/* Sign-up popup card inside banner */
.global-signup-popup {
    position: unset;
    transform: none !important;
    margin-bottom: 60px;
}
.global-signup-popup {
        box-shadow: 0px 0px 15px #00000061;
        text-align: center;        
        z-index: 2;
        right: 150px;
        width: 400px;
        top: 170px;
        padding: 20px;
        background: #000000db;
    }
  
 .global-signup-popup h3 {
        margin-top: 0 !important;
        text-align: center;
        font-size: 26px;
        font-family: "Poppins";
        color: white;
        font-weight: bold;
        line-height: normal;
        margin: 10px 0;
    }
    

.global-signup-popup .color_text {
    color: #3b9332;
}

.global-signup-popup p,
.global-signup-popup .first-paragrapha {
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}

    .global-signup-popup button.close {
        line-height: 26px;
        color: #fff;
        opacity: 0.8;
        font-weight: 200;
        font-size: 45px;
        float: none;
        display: flex;
        margin-left: auto;
        outline: none !important;
    }
    .global-signup-popup a.btn {
        background-color: #2d8427;
        color: #fff !important;
        border: none;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 16px;
        margin-bottom: 10px;
    }
/* =========================================================
   Job Search Block
   ========================================================= */
.job-search-wrapper {
    position: relative;
    margin-top: -120px;
    z-index: 10;
}

.custom_search_block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('https://vocationwizard.jobs/assets/images/search-bg.webp');
    padding: 40px 25px;
    border-radius: 6px;
    position: relative;
}

.custom_search_block:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    content: '';
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 6px;
}

.custom_search_block h2,
.custom_search_block p {
    position: relative;
    z-index: 10;
    text-align: center;
}

.custom_search_block h2 {
    font-size: 22px;
    margin-top: 0;
}

.custom_search_block p {
    font-size: 14px;
    line-height: 1.5;
}

.job-search-image-ui {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 0.6fr;
    gap: 20px;
    padding: 0;
    margin-top: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    align-items: flex-end;
}

.job-search-image-ui .search-item label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #fff;
}

.job-search-image-ui input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
}

.job-search-image-ui button {
    width: 100%;
    height: 52px;
    background: #0a8f3c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}

.job-search-image-ui button:hover {
    background: #087532;
}

/* =========================================================
   Section spacing helpers
   ========================================================= */
.custom-space {
    padding: 70px 0;
}

.login_register_banner {
    background: transparent;
}

.gray-bg {
    background-color: #f1f5f8;
}

.gray-gradient {
    background: linear-gradient(to bottom, rgba(241, 245, 248, 1) 0%, rgba(246, 248, 250, 1) 34%, rgba(255, 255, 255, 0) 100%);
}

.first_heading {
    color: #1f2936;
    font-weight: 700;
    font-size: 28px;
    font-family: Poppins;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
.login_register_banner .btn {
    background: green;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-color: green;
}
/* =========================================================
   Jobs by Industry / Location tabs
   ========================================================= */
.jobs-container {
    max-width: 1200px;
    margin: 0 auto;
}

.custom_tab .jobs-categories {
    justify-content: flex-start;
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
}

 .category-tab:hover {
        background: #087532;
        /*background: #e9ecef;*/
        transform: translateY(-2px);
        /*color: white;*/
    }
    
 
 .custom_tab .jobs-categories .category-tab.active {
    border-bottom: 1px solid transparent;
    box-shadow: none;
    color: #222;
}
  .custom_tab .jobs-categories .category-tab {
        border-radius: 10px 10px 0 0;
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: -1px;
        background: #fff;
    } 
.jobs-categories {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
      margin-bottom: 2rem;
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
}

.category-tab {
    padding: 12px 24px;
    border: 1px solid #e2e2e2;
    /* border-bottom: 1px solid transparent; */
    border-radius: 10px 10px 0 0;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #6c757d;
    margin-bottom: -1px;
    transition: all 0.3s ease;
}


.category-tab.active {
    color: #222;
    background: #fff;
}


.custom_tab .tab-content {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0 0 10px 10px;
}


.jobs-grid.active {
    display: block;
}


.jobs-grid {
    display: none;
    animation: fadeIn 0.5s ease;
}
.custom_tab .tab-content .jobs-list {
        margin: 0;
        padding: 20px 30px;
    }


.jobs-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2px;
    margin-bottom: 2rem;
}

 

.job-item {
    padding: 0;
    border: none;
    text-align: left;
    transition: transform 0.3s ease;
}

 
.job-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 4px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   Buttons
   ========================================================= */
.btn_ {
    background-color: #2d8427;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    transition: background .2s ease;
}

.btn:hover {
    background-color: #087532;
    color: #fff;
}

/* =========================================================
   Bulleted lists with custom check marker
   ========================================================= */
ul.list-style {
    list-style: none;
    padding: 0;
}

ul.list-style li {
    padding: 4px 0 5px 44px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

ul.list-style li:after {
    content: "";
    border-left: 2px solid green;
    border-bottom: 2px solid green;
    position: absolute;
    left: 8px;
    width: 15px;
    height: 8px;
    transform: rotate(-45deg);
    top: 12px;
}

ul.list-style li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.11);
    border-radius: 9px;
}

.custom_list_space h3 {
    padding: 4px 0 5px 44px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.custom_list_space h3:after {
    content: "";
    border-left: 2px solid green;
    border-bottom: 2px solid green;
    position: absolute;
    left: 8px;
    width: 15px;
    height: 8px;
    transform: rotate(-45deg);
    top: 12px;
}

.custom_list_space h3:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.11);
    border-radius: 9px;
}

.custom_list_space p {
    padding-left: 45px;
    font-size: 14px;
}

.aside-img img {
    width: 95%;
    border-radius: 20px;
}

/* =========================================================
   Hiring trends slider cards
   ========================================================= */
.slider {
    width: 100%;
    margin: auto;
    cursor: pointer;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slick-prev { left: -10px; }
.slick-next { right: -10px; }

.Advertising {
    margin: 60px 0 140px;
    border: 1px solid #f0e7e7;
    box-shadow: 3px 3px 3px 3px #f0eaea;
    height: 540px;
    padding: 0px 10px;
}


.Advertising img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.Advertising h5 {
    font-size: 18px;
    font-weight: 600; 
}

.hiring-trends h5 {
    font-size: 18px;
    font-weight: 600;
}

.hiring-trends .Advertising {
    margin: 25px 0 0;
    height: auto;
    box-shadow: none;
    border: none;
    background: transparent !important;
    }

.hiring-trends .Advertising img {
    margin-bottom: 15px;
    border-radius: 20px;
    width: 100%;
    min-height: 185px;
    object-fit: cover;
}

.hiring-trends h2 {
    text-align: center; 
}

/* =========================================================
   Download / Install section
   ========================================================= */
#download_install {
    background-image: url("https://vocationimages.s3.amazonaws.com/assets/images/download-bg.jpg");
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content_wrap {
    min-height: 350px;
    display: flex;
    align-items: center;
}

.content_wrap_inner h2 {
    font-size: 32px;
}

section#download_install .content_wrap .easy_install {
    margin: 0;
    color: #1f2936;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    background-image: url("https://vocationimages.s3.amazonaws.com/assets/images/easy_bg.png");
    background-repeat: no-repeat;
   
}

.app_btn_wrap {
    flex-wrap: wrap;
    gap: 10px;
}

.app_btn_wrap a img {
    max-width: 100%;
    height: auto;
}

/* =========================================================
   FAQ accordion
   ========================================================= */
.accordion .card {
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.accordion .card-header {
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
}

.accordion .card-header h3.btn-link {
    padding: 15px 50px 15px 20px;
    background: green;
    color: #fff !important;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    text-align: left;
    margin: 0;
    border: none;
    font-size: 18px;
}

.accordion .card-header h3.btn-link.collapsed {
    background: #f5f5f5;
    color: #151515 !important;
}
 

.accordion .card-header h3.btn-link.collapsed:before {
    border-color: #151515;
    top: 18px;
    transform: rotate(-45deg);
}

.card-body {
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.btn-link {
    border: 0 !important;
    font-weight: 400;
    font-size: 18px;
}

.btn-link:hover,
.btn-link.focus,
.btn-link:focus {
    text-decoration: none !important;
}

button:focus { outline: 0 !important; }

/* =========================================================
   Footer
   ========================================================= */
.footer-dark {
    background-color: #0f172a;
    color: #e2e8f0;
    padding: 70px 0 40px;
}

.footer-logo-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-logo-brand img {
    height: 55px;
    margin-right: 16px;
}

.footer-section h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

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

.footer-section ul li {
    margin-bottom: 14px;
}

.footer-section .social-icons ul a {
    fill: #fff;
}

.footer-section ul li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.org-info p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 12px;
}

.social-icons {
    display: flex;
    margin-top: 30px;
}

.footer-section .social-icons ul {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
}
.social-icons ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
}
.social-icons a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border-radius: 50%;
    transition: 0.3s;
    margin-right: 5px;
}

.social-icons a:hover {
    background: #0077b5;
    transform: translateY(-3px);
}

.social-icons svg {
    width: 24px;
    fill: #fff;
}
.footer-copyright {
    background-color: #0f172a;
    color: #94a3b8;
    text-align: center;
    padding: 25px 15px;
    font-size: 13.5px;
    border-top: 1px solid #1e293b;
}

.mobile_logo { display: none; }

/* =========================================================
   Inline-style overrides from blade (keep markup untouched)
   ========================================================= */ 
/* The banner right column has inline min-height: 280px — flatten on small screens */
@media (max-width: 991px) {
    #banner .col-md-4[style*="min-height"] { min-height: auto !important; }
}

/* =========================================================
   Responsive breakpoints
   ========================================================= */

/* Extra-large desktops */
@media (min-width: 1500px) {
    .container { max-width: 1170px; }
     
     
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .container { max-width: 1140px; }
}

/* Small desktops / large tablets landscape */
@media (max-width: 1199px) {
    .container { max-width: 100%; padding-left: 20px; padding-right: 20px; }
    a.navbar-brand { font-size: 22px; }
    a.navbar-brand img { width: 55px; height: 55px; }
    nav.navbar ul.navbar-nav li.nav-item a { padding: 10px 12px; font-size: 13px; }
    nav.navbar ul.navbar-nav li.nav-item { margin: 0 2px; }
    #banner { min-height: 500px; padding-top: 120px; }
  
    h2 { font-size: 36px; }
    .job-search-image-ui { padding: 0; }
    section[style*="padding: 120px 0"] { padding: 60px 0 !important; }
}

/* Tablet portrait */
@media (max-width: 991px) {
    h2 { font-size: 30px; }
    .container { padding-left: 15px; padding-right: 15px; }

    nav.navbar button.navbar-toggler {
        background-color: #fff;
        border: 1px solid #2d8427;
        height: 44px;
        width: 44px;
    }

    nav.navbar div#navbarSupportedContent {
        background-color: #fff;
        position: relative;
        top: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
    }

    nav.navbar ul.navbar-nav { padding: 20px; }

    nav.navbar ul.navbar-nav li.nav-item {
        height: auto;
        margin: 0 0 5px;
        width: 100%;
    }

    nav.navbar ul.navbar-nav li.nav-item a {
        border: none;
        width: 100%;
       /* background-color: #f6f7fb; */
        border-radius: 0;
    }
    
    

    #banner {
        padding-top: 110px;
        min-height: auto;
    }
 

    .global-signup-popup {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .job-search-wrapper { margin-top: 20px; }

    .job-search-image-ui {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 14px;
    }

    .first_heading { font-size: 24px; }
    .custom-space { padding: 50px 0; }

    .aside-img { text-align: center; margin-bottom: 25px; }
    .aside-img img { width: 100%; max-width: 500px; }

    .Advertising { margin: 15px 0; }
    .hiring-trends .Advertising img { min-height: auto; }

    #download_install { min-height: 320px; padding: 40px 0; }
    .content_wrap { min-height: auto; }
    .content_wrap_inner h2 { font-size: 26px; }
    .content_wrap_inner { text-align: center; }
    .app_btn_wrap { justify-content: center; }
    .app_btn_wrap.d-flex { justify-content: center !important; }

    .slick-prev { left: 5px; z-index: 5; }
    .slick-next { right: 5px; z-index: 5; }

    .footer-dark { padding: 50px 0 30px; text-align: center; }
    .footer-logo-brand { justify-content: center; text-align: center; margin-bottom: 30px; }
    .footer-section { margin-bottom: 40px; text-align: center; }
    .footer-section .social-icons ul { justify-content: center; }
    .org-info { text-align: center; }
}

/* Landscape phones / small tablets */
@media (max-width: 767px) {
    h2 { font-size: 26px; }
    p { font-size: 13.5px; }
    .container { padding-left: 12px; padding-right: 12px; }

    a.navbar-brand { font-size: 18px; }
    a.navbar-brand img { width: 48px; height: 48px; margin-right: 6px; }

    #banner { padding-top: 90px; min-height: auto; padding-bottom: 30px; }
   
    #banner p { font-size: 14px; }
    #banner p br { display: none; }

    .custom_search_block { padding: 25px 15px; }
    .custom_search_block h2 { font-size: 18px; }

    .jobs-categories { flex-wrap: wrap; gap: 4px; }
    .category-tab { padding: 10px 14px; font-size: 14px; flex: 1 1 auto; text-align: center; }
    .custom_tab .jobs-categories .category-tab { font-size: 14px; }

    .jobs-list {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.5rem;
        padding: 20px 15px;
    }

    .aside-img img { width: 100%; }
    .aside_one-content { margin-top: 25px; }

    .Advertising { margin: 15px 0; }

    #download_install { min-height: auto; padding: 60px 0; }
    .content_wrap { min-height: auto; }
    .content_wrap_inner h2 { font-size: 22px; }
    .app_btn_wrap a { display: inline-block; }

    .accordion .card-header h3.btn-link { font-size: 16px; padding: 14px 45px 14px 16px; }

    .desktop_logo { display: none; }
    .mobile_logo { display: flex; justify-content: center; margin-bottom: 30px; }

    /* Footer columns: in blade they use col-6 col-sm-6 — ensure balanced two-up */
    .footer-section { margin-bottom: 30px; }
}

/* Phones */
@media (max-width: 480px) {
    h2 { font-size: 22px; }
    a.navbar-brand { font-size: 18px; }
    a.navbar-brand img { width: 45px; height: 45px; }

    nav.navbar { padding: 10px 0; }
    nav.navbar button.navbar-toggler { padding: 2px 5px; }
    nav.navbar button.navbar-toggler span.navbar-toggler-icon { width: 22px; height: 23px; }

    header.whiteheader.menu-open { padding: 0 0 20px; }

  

    .global-signup-popup h3 { font-size: 20px; }

    .jobs-list { grid-template-columns: repeat(2, 1fr); }

    .first_heading { font-size: 20px; }
    .paragraph { font-size: 14px; }

    .content_wrap_inner h2 { font-size: 20px; }
    section#download_install .content_wrap .easy_install { font-size: 16px; }

    .accordion .card-header h3.btn-link { font-size: 14px; padding: 12px 38px 12px 14px; } 
    .accordion .card-header h3.btn-link.collapsed:before { top: 16px; }

    .footer-copyright { font-size: 12px; padding: 18px 12px; }

    .global-signup-popup { padding: 16px; }
    .global-signup-popup h3 { font-size: 18px; }
    .global-signup-popup a.btn { font-size: 14px; padding: 8px 14px; }

    .custom_search_block { padding: 20px 12px; }
    .custom_search_block h2 { font-size: 16px; }
    .job-search-image-ui input,
    .job-search-image-ui button { height: 46px; font-size: 14px; }
    .job-search-image-ui { gap: 10px; }

    .btn { font-size: 14px; padding: 8px 14px; }
    .footer-logo-brand img { height: 42px; margin-right: 10px; }
    .footer-logo-brand { font-size: 18px; }
    .footer-section h5 { font-size: 15px; margin-bottom: 16px; }
    .footer-section ul li a { font-size: 14px; }
}

/* Very small / older phones */
@media (max-width: 360px) {
    h2 { font-size: 19px; }
    #banner h1 { font-size: 19px; }
    .first_heading { font-size: 18px; }
    .global-signup-popup h3 { font-size: 16px; }
    .jobs-list { grid-template-columns: 1fr; }
    .category-tab { font-size: 13px; padding: 8px 10px; }
    .content_wrap_inner h2 { font-size: 18px; }
    .app_btn_wrap a img { max-width: 130px; }
}

/* Landscape phones — squat screen, keep banner usable */
@media (max-width: 920px) and (orientation: landscape) and (max-height: 500px) {
    #banner { min-height: auto; padding-top: 80px; padding-bottom: 40px; }
    header nav.navbar { padding: 10px 0; }
}

 .slider.slick-initialized {
        opacity: 1;
        }
        
 .slider { 
    min-height: 420px;
    transition: opacity 0.3s ease;
}

.banner_content_inner h1.mb-4,p  {
    color: #343d49;
    font-weight: 400;
}

