/* Responsive Styles */


@media (max-width: 1199px) {
    .navbar .navbar-nav {
        gap: 1rem;
    }

    /* 2. Job Page */

    .search-card {
        max-width: 900px;
    }

    .can-dashboard .status-bar {
        display: none;
    }

    /* Blog Home Page */
    .blog-post-sec .post-card .image-left {
        flex: 0 0 280px;
    }

    .blog-post-sec .post-card .image-left img {
        height: auto;
    }
}

@media (min-width:992px){

   .gap-20 .profile-main {
    flex: 0 0 calc(33.33% - 20px);
   }

}

@media (max-width: 992px) {
    .section {
        padding: 40px 0 20px;
    }

    .navbar .navbar-toggler {
        box-shadow: none;
        border: 0;
    }

    .navbar .navbar-collapse {
        justify-content: flex-start;
    }

    .navbar .navbar-nav {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .dropdown-menu.one {
        left: 0;
    }

    .navbar-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 1rem;
    }

    .navbar-nav-actions {
        gap: 0.5rem;
    }

    .navbar .nav-link.dropdown-toggle {
        margin-right: 0;
        width: 100%;
        padding: 0.75rem 2rem;
    }

    .navbar .nav-link.dropdown-toggle.register {
        padding-left: 0;
    }

    .btn-brand {
        /* width: 100%; */
        text-align: left;
    }

    .navbar-nav-actions .nav-item.dropdown {
        width: 100%;
    }

    .navbar .nav-link {
        padding: 0.75rem 0;
    }

    .dropdown-menu {
        width: 100%;
    }

    /* Hero Section */
    .hero-section {
        height: 550px;
    }

    .hero-section .hero-content h1,
    .blog-title h1,
    .faq-head h1,
    .get-in-touch-bg .blog-title h1 {
        font-size: 2.8rem;
    }

    .hero-section .count {
        gap: 3rem;
    }

    .hero-section .count .job-stats {
        font-size: 1.4rem;
    }

    .hero-section .count .job-stats span {
        font-size: 0.875rem;
    }

    /* About */
    .about-job.bg {
        padding: 3rem 0;
    }

    .about-job h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .about-back-bg {
        min-height: 400px;
        margin-top: 2rem;
    }

    .top-image img {
        max-width: 180px;
    }

    .person-image img {
        height: 300px;
    }

    /* Highlight Section */
    .highlight .row {
        gap: 1.5rem;
    }

    /* Footer */
    .footer-subscribe {
        text-align: center;
    }

    .subscribe-form {
        justify-content: center;
    }

    /* 2. Job Page */
    .search-row {
        display: block;
        text-align: center;
        width: 100%;
        padding: 0 .8rem;
    }

    .search-element {
        border: 1px solid var(--secondary-color);
        margin-bottom: 1rem;
    }

    .col-bar {
        display: none;
    }

    .filter-wrapper {
        display: inline-block;
    }

    .search-submit {
        margin-left: 10px;
        margin-right: 0;
        height: 40px;
    }

    .search-card {
        border: 0;
        max-width: 700px;
    }

    .filter-btn {
        height: 40px;
    }

    /*  4. Sign In form */
    .btn-brand.sign-in {
        text-align: center;
    }

    /* Candidate Settings  */
    .settings-scroll {
        flex-direction: column;
    }

    /* Pricing Plan Page */
    .price-plan-sec .price-card.recommended {
        transform: translateY(0);
    }

    .pricing-row {
        row-gap: 1.5rem;
    }

    /* Blog Home Page */
    .blog-post-sec .post-card .post-content {
        flex-wrap: wrap;
    }

    .blog-post-sec .col-lg-8 {
        margin-bottom: 2rem;
    }

    .blog-post-sec .post-card .image-left {
        flex: 0 0 320px;
    }

    .post-card .post-content-right {
        padding: 1.75rem 2rem;
    }

    .post-card .post-content-right h2 {
        font-size: 1.35rem;
    }

    .post-card .post-content-right .btn-brand.blog {
        text-align: center;
    }

    /* FAQ */

    .faq .row {
        flex-direction: column;
    }

    .faq .col-lg-3 {
        flex: 1;
    }

    .faq .faq-left {
        position: static;
    }

    .faq-left h3 {
        font-size: 1.1rem;
    }

    .faq-left span {
        display: inline-block;
        margin-right: 8px;
        padding: 10px 16px;
    }

    /* Get In Touch */

    .get-in-touch .row {
        row-gap: 2rem;
    }

    .find-job-search {
        width: 370px;
    }

    .sectop {
        padding: 80px 0px !important;
    }
}


@media (max-width: 768px) {
    .hero-section {
        height: 450px;
        padding: 40px 0;
    }

    .hero-section form {
        margin-bottom: 1rem;
    }

    .hero-section .count {
        padding-top: 1rem;
    }

    .hero-section .form-input button {
        max-width: 120px;
        padding: 0 10px;
    }

    .hero-section .hero-content h1,
    .faq-head h1,
    .blog-title h1,
    .get-in-touch-bg .blog-title h1 {
        font-size: 2.2rem;
    }

    .hero-section input.form-control {
        padding: 0.875rem;
    }

    .highlight-image img {
        max-width: 100px;
    }

    .about-job.bg {
        padding: 2.5rem 0;
    }

    .about-job h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }

    .about-job-content {
        margin-bottom: 1.5rem;
    }

    .about-job-content h4 {
        font-size: 1.2rem;
        gap: 0.5rem;
    }

    .about-job-content h4 i {
        font-size: 1.3rem;
    }

    .about-job-content p {
        font-size: 0.95rem;
    }

    .about-back-bg {
        min-height: 350px;
        margin-top: 2rem;
    }

    .top-image {
        left: 5%;
        top: 20px;
    }

    .top-image img {
        max-width: 150px;
    }

    .about-back-bg {
        background-size: contain;
    }

    .person-image {
        left: 38%;
        transform: translateX(-50%);
    }

    .person-image img {
        height: 260px;
    }

    .subscribe-form .btn {
        padding: 10px 16px;
    }

    /* 2. Job Page Css */

    .profile-card.favourite {
        align-items: flex-start;
        text-align: left;
        gap: 0.8rem;
    }

    .page-sec .right-side .divider {
        margin: 0;
    }

    .search-card {
        border: 0;
        max-width: 500px;
    }

    /* 3. Description Page  */
    .profile-card {
        flex-wrap: wrap;
        gap: 2rem;
    }

    /* 5. Candidate Register Form  */
    .candidate-page .sign-in-form {
        padding: 3rem 4rem;
    }

    /* Plan & Billing */
    .job-content {
        padding: 0;
    }

    .page-sec {
        display: none;
    }

    .plan-box .card-body h5 {
        font-size: 1rem;
    }

    /* Employer Profile Page CSS */
    .employer-profile {
        min-height: 490px;
    }

    .employer-pro-content {
        flex-direction: column;
        padding: 30px;
    }

    .employer-pro-content .text {
        text-align: center;
        width: auto;
    }

    .employer-pro-content .text h4 {
        font-size: 1.2rem;
    }

    .employer-pro-content span {
        margin: 0;
        font-size: 1rem;
    }

    .employer-pro-content .logo {
        width: 50px;
        height: 50px;
        padding: 6px;
    }

    /* Employer My Job  */
    .job-content .job-header {
        margin-bottom: 1rem;
    }

    /* Pricing Plan Page */
    .price-plan-sec .choose-plan h2 {
        font-size: 1.6rem;
    }

    .price-plan-sec .price-card {
        padding: 1.4rem;
    }

    /* Blog Details Page */
    .blog-post-sec .blog-post-title {
        font-size: 1.6rem;
    }

    .blog-post-sec .post-sort {
        gap: 0;
    }

    .comment-box {
        flex-direction: column;
        gap: 1rem;
    }

    .blog-post-sec .post-card .post-content {
        flex-direction: column;
    }

    .blog-post-sec .post-card .image-left {
        flex: 0 0 auto;
        width: 100%;
    }

    .blog-post-sec .post-card .image-left img {
        min-height: 220px;
        max-height: 250px;
    }

    .post-card .post-content-right {
        padding: 1.5rem;
    }

    .post-card .post-content-right h2 {
        font-size: 1.4rem;
    }

    .post-card .post-time {
        font-size: 0.85rem;
        gap: 1.25rem;
    }

    /* FAQ */

    .faq-header {
        font-size: 1rem;
        padding: 1.2rem;
    }

    .faq-body {
        padding: 0 1.2rem;
    }

    .faq-item.is-open .faq-body {
        padding-bottom: 1.2rem;
    }

    .faq-left {
        padding: 20px;
    }

    .faq-left span {
        font-size: 0.9rem;
    }

    /* Get In Touch */

    .get-in-touch h5 {
        font-size: 1.4rem;
    }

    .custom-table th,
    .custom-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }

    .page-sec.setting {
        display: flex;
    }

    .page-sec .left-side h4,
    .page-sec .right-side a,
    .page-sec .right-side .divider {
        display: none;
    }

    .can-dashboard .main-content {
        padding: 1rem 0;
    }

    .sidebar-toggle {
        display: inline-flex;
    }

    .can-dashboard .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 290px;
        transform: translateX(-115%);
        transition: transform 300ms cubic-bezier(.2, .9, .2, 1);
        z-index: 1075;
        padding-top: 4.5rem;
        overflow-y: auto;
        box-shadow: 2px 0 18px rgba(0, 0, 0, 0.12);
        border-radius: 0;
    }

    body.sidebar-open .can-dashboard .sidebar {
        transform: translateX(0);
    }

    body.sidebar-open #sidebarOverlay {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    body.sidebar-open {
        overflow: hidden;
    }

    /* new css by hawa */

    .sectop {
        padding: 60px 0px !important;
    }

    .find-job-search input {
        width: 80%;
    }

    .find-job-search select {
        width: 90px;
    }

    .description.employer {
        margin-bottom: 40px;
    }

    section.description.employer.section {
        margin-bottom: 0px !important;
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {

    /* Navbar */
    .navbar .navbar-nav {
        gap: 0;
    }

    .navbar .nav-link {
        padding: 0.5rem 0;
    }

    .navbar .nav-link.dropdown-toggle {
        padding: 0.5rem 1rem;
    }

    .btn-brand {
        padding: 0.5rem 1rem;
    }

    .navbar-brand img {
        height: 40px;
    }

    h2 {
        font-size: 1.5rem;
    }

    /* Footer */
    .site-footer {
        margin-top: 60px;
    }

    /* Hero Section */
    .hero-section .count {
        display: none;
    }

    .highlight-box {
        flex-direction: column;
        text-align: center;
    }

    .about-job.bg {
        padding: 2rem 0;
    }

    .person-image {
        left: 30%;
        top: 20%;
    }

    .about-job h2 {
        font-size: 1.6rem;
        margin-bottom: 1.25rem;
    }

    .about-job-content {
        margin-bottom: 1.25rem;
    }

    .about-job-content h4 {
        font-size: 1.1rem;
    }

    .about-job-content h4 i {
        font-size: 1.2rem;
    }

    .about-job-content p {
        font-size: 0.9rem;
    }

    .about-back-bg {
        min-height: 300px;
        margin-top: 1.5rem;
    }

    .top-image {
        left: 2%;
        top: 15px;
    }

    .top-image img {
        max-width: 120px;
    }

    .person-image img {
        height: 220px;
    }

    .subscribe-form {
        flex-direction: column;
    }

    .subscribe-form .btn {
        display: block;
        width: 100%;
    }

    .blog .blog-title {
        justify-content: center;
    }

    .blog .swiper-btn {
        display: none;
    }

    .filter-panel {
        width: 100%;
    }

    /* 4. Sign In Form */
    .sign-in-form {
        padding-bottom: 0;
    }

    /* 5. Candidate Register Form  */
    .candidate-page {
        padding: 1rem 0;
    }

    .btn-group {
        flex-direction: column;
    }

    .candidate-page .sign-in-form {
        padding: 2rem;
        background: transparent;
        box-shadow: none;
    }

    /* Job Alert */
    .can-dashboard {
        padding: 0;
    }

    /* .can-dashboard .sidebar {
        display: none;
    } */

    .can-dashboard .profile-card.job-alert {
        grid-template-columns: 1fr 40px;
    }

    .can-dashboard .company-icon {
        width: 50px;
        height: 50px;
    }

    /* Blog Home Page */

    .blog-sec,
    .blog-sec.blog-sec.get-in-touch-bg {
        min-height: 250px;
    }

    .hero-section .hero-content h1,
    .faq-head h1,
    .blog-title h1,
    .get-in-touch-bg .blog-title h1 {
        font-size: 1.8rem;
    }

    /* Get In Tuuch */
    .get-in-touch .contact-bx {
        flex-direction: column;
        align-items: flex-start;
    }

    .get-in-touch .contact-box {
        width: 100%;
    }

    .can-dashboard .main-content {
        padding: 1rem 1.5rem;
    }

    .edu-head {
        flex-wrap: wrap;
    }

    .job-page .more-job-btn {
        margin-top: 2rem;
    }

    .find-job-search {
        width: 100%;
    }

    .find-job-search .dropdown-toggle {
        min-width: 84px;
        padding: 12px;
    }

    .sidebar-toggle {
        top: 10rem;
    }

    .blog-title.blog-title-new {
        justify-content: flex-start;
        text-align: left;
    }

    .padd-all .card-inner {
        padding: 0.5em 0rem;
    }

    section.sign-in-page {
    padding-top: 30px;
   }
}

@media (max-width: 414px) {

    /* Plan & Billing */
    .plan-box .plan-bx {
        flex-direction: column;
        align-items: flex-start;
    }
}