﻿/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #e8e8e8;
}

    header .logo {
        font-size: 24px;
        font-weight: bold;
    }

    header nav ul {
        display: flex;
        list-style: none;
    }

        header nav ul li {
            margin: 0 10px;
        }

            header nav ul li a {
                text-decoration: none;
                color: #000;
                font-weight: bold;
            }

.header-buttons {
    display: flex;
    align-items: center;
}

    .header-buttons .post-job {
        padding: 10px 20px;
        border: 1px solid #000;
        background-color: transparent;
        cursor: pointer;
        margin-right: 10px;
    }

    .header-buttons .sign-in {
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

.hero {
    width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 664px;
    z-index: 0;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/3092d6d1b9d3f485580b0110137213c4.jpeg);
    background-position-y: bottom;
    background-size: cover;
    filter: brightness(0.4);
}

.hero-content {
    padding: 60px 40px;
    position: absolute;
    z-index: 2;
    margin-top: 180px;
    margin-left: 50px;
}

.hero h1 {
    font-size: 48px;
    font-weight: 400;
    font-family: system-ui;
}

    .hero h1 span {
        font-size:80px;
    }

.hero p {
    font-size: 18px;
    margin: 20px 0;
}

.search-bar-home {
    display: flex;
    margin: 20px 0;
}

    .search-bar-home input {
        padding: 10px;
        border: none;
        border-radius: 5px;
        width: 200px;
    }

    .search-bar .search-input {
        position: relative;
    }

    .search-bar-home .dropdown {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        color: #333;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        display: none;
    }

        .search-bar-home .dropdown span {
            display: block;
            padding: 10px;
            font-weight: bold;
            border-bottom: 1px solid #e0e0e0;
        }

        .search-bar-home .dropdown ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .search-bar-home .dropdown ul li {
                padding: 10px;
                border-bottom: 1px solid #e0e0e0;
            }

                .search-bar-home .dropdown ul li:last-child {
                    border-bottom: none;
                }

    .search-bar-home .search-input:hover .dropdown {
        display: block;
    }

    .search-bar-home button {
        padding: 10px 20px;  
        border: none;
        background-color: #fdcb6e;
        cursor: pointer;
    }


.search-bar-home {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #D9D9D9;
    margin: 0 auto;
    height: 86px;
}

.search-input-home {
    position: relative;
    flex: 1;
    margin-right: 10px;
}

    .search-input-home input[type="text"] {
        width: 332px;
        border: none;
        padding: 10px 15px;
        border-radius: 50px;
        font-size: 14px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        outline: none;
        height:86px;
    }


        .search-input-home .dropdown span {
            font-size: 12px;
            padding: 10px 15px;
            display: block;
            color: #555;
            font-weight: bold;
        }

        .search-input-home .dropdown ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .search-input-home .dropdown ul li button {
                all: unset;
                display: block;
                width: 100%;
                padding: 10px 15px;
                font-size: 14px;
                color: #333;
                cursor: pointer;
            }

    .search-input-home:hover .dropdown {
        display: block;
    }

input[placeholder="Location"] {
    flex: 1;
    border: none;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 18px;
    background-color: #D9D9D9;
    outline: none;
}

.searchBtn {
    background: #f7941d;
    border-radius:50%;
    color: white;
    border: none;
    width: 60px;
    color:white;
    font-weight:800;
    height: 60px;
    margin-right:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #0d1117; 
    padding: 20px 0;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    bottom: 70px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 10px;
}

    .stat-item h2 {
        margin: 8px 0;
        font-size: 24px;
        color: white;
    }

    .stat-item p {
        font-size: 14px;
        margin: 0;
        color: #cfd8dc; 
    }

.icon {
    font-size: 36px;
    color: #ffb74d;
}

.logos {
    display: flex;
    justify-content: center;
    margin-top: 168px;
    padding: 1px 0;
}

    .logos span {
        margin: 0 10px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

.toolkit {
    padding: 40px 40px;
    text-align: center;
}

    .toolkit h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .toolkit p {
        font-size: 18px;
        margin-bottom: 40px;
    }

.tabs {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
    width: 40%;
    margin: 0 auto;
}

    .tabs button {
        padding: 10px 20px;
        margin: 5px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        border-bottom: 2px solid transparent;
        width: auto;
        box-shadow: none;
        text-decoration: underline;
        text-underline-offset:7px;
    }
.homepage_icon{
    width:662px;
    height:447px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.image-with-backgrounds {
    position: relative;
    width: 534px;
    height: 447px;
    background-image:url('../images/Homepage icon.png');
    background-position:center;
    background-size:cover;
}

.background-shape {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.8;
}

    .background-shape.orange {
        background-color: #f77f00;
        top: 20px;
        left: -30px;
    }

    .background-shape.purple {
        background-color: #8338ec;
        bottom: 20px;
        right: -30px;
    }

.image-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
}

.text-content {
    max-width: 500px;
    text-align: left;
}

    .text-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .text-content p {
        font-size: 16px;
        margin: 10px 0;
    }

    .text-content a {
        color: #f77f00;
        text-decoration: none;
    }

.hot-jobs {
    width: 100%;
    padding: 40px 40px;
    text-align: center;
}

    .hot-jobs h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

.job-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.job-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    text-align: left;
}

    .job-card:hover {
        transform: translateY(-10px);
    }

.job-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.avatar {
    width: 40px;
    height: 40px;
    /*background-color: #333;*/
   /* border-radius: 50%;*/
    margin-right: 10px;
}

    .avatar > img {
        height: 40px;
    }

.job-title {
    flex-grow: 1;
}

    .job-title h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .job-title p {
        font-size: 14px;
        color: #666;
    }


.job-title .no-link {
    color: inherit;
    text-decoration: none;
}

.promoted {
    background-color: #8338ec;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.job-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.job-info p {
    font-size: 14px;
    color: #666;
}

.job-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.meta-item {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

    .meta-item i {
        font-size: 16px;
        margin-right: 5px;
    }

.see-all {
    display: block;
    text-align: center;
    margin: 40px 0;
    text-decoration: none;
    color: #fdcb6e;
}

.reviews {
    width: 100%;
    height: 732px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    /*    background: radial-gradient(#001D3D, #000813);*/
    position:absolute;
    top:0;
    padding-top:70px;
    color: white;
}
.review-background {
    width: 100%;
    height: 732px;
    background-image: url(/images/reviews_image.jpeg);
    background-position: center;
    background-size: cover;
    position:relative;
    filter:brightness(0.5)
}
.reviews-section {
    text-align: center;
    padding: 40px;
}

    .reviews-section h2 {
        font-size: 24px;
        margin: 0;
    }

    .reviews-section h3 {
        font-size: 32px;
        margin: 10px 0 40px;
    }

.reviews-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.review-card {
    background-color: #FFFFFF; /* Card background color */
    width: 390px;
    height: 374px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color:black;
}

    .review-card p {
        margin: 0;
        font-size: 14px; /* Updated text size */
        line-height: 1.6;
        color:black;
    }

.reviewer-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.reviewer-photo {
    width: 50px;
    height: 50px;
    background-color: #001D3D;
    border-radius: 50%;
    margin-right: 10px;
}

.reviewer-name {
    font-weight: bold;
    font-size: 16px;
}

.reviewer-position {
    font-size: 14px;
    color: #bbb;
}

.pagination-dots {
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}

    .dot:hover {
        background-color: #717171;
    }


.featured-companies-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    color: #000;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.featured-companies-section .header{
    background-color:white !important;
}
.company-name a{
    color:black;
}

    .header h2 {
        font-size: 18px;
        margin: 0;
    }

    .header .see-all {
        font-size: 16px;
        color: #ff6200;
        text-decoration: none;
    }

.companies-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.company-card {
    background-color: #f5f5f5;
    width: 229px;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.company-image {
    width: 229px;
    height: 230px;
    border-radius:15px;
    background-color: #d3d3d3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.company-image > img {
    width: 100%;
}

.company-name {
    font-size: 16px;
    padding: 10px 0;
}

.scroll-button {
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

    .scroll-button.left {
        margin-left: -50px;
    }

    .scroll-button.right {
        margin-right: -50px;
    }

.body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

.card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 230px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.image-placeholder {
    width: 229px;
    height: 290px;
    background-color: #d3d3d3;
}

.company-name {
    padding: 10px;
    font-weight: bold;
}

.why-choose-us-section {
    text-align: center;
    padding: 40px;
}

    .why-choose-us-section h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

.why-choose-us-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.why-choose-us-item {
    width: 45%; /* Adjust to ensure two items per row */
    text-align: left;
}

    .why-choose-us-item .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .why-choose-us-item .description {
        font-size: 16px;
        color: #555;
    }

.reasons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .reasons p {
        width: calc(25% - 40px);
        background-color: #f8f8f8;
        padding: 20px;
        border-radius: 5px;
    }

.blog {
    width: 100%;
    padding: 40px 40px;
    text-align: center;
}

    .blog h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

.blog-section {
    text-align: center;
    padding: 40px;
}

    .blog-section h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .blog-section p {
        font-size: 16px;
        color: #555;
        margin-bottom: 40px;
    }

.blog-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-card {
    background-color: #f5f5f5;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.blog-image {
    height: 200px;
    background-color: #d3d3d3;
}

.blog-content {
    padding: 20px;
    background-color: #fff;
}

.blog-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.blog-read-more {
    font-size: 14px;
    color: #6a1b9a;
    text-decoration: none;
    font-weight: bold;
}

    .blog-read-more:hover {
        text-decoration: underline;
    }

.see-all {
    display: block;
    margin-top: 40px;
    font-size: 16px;
    color: #ff6200;
    text-decoration: none;
    font-weight: bold;
}

    .see-all:hover {
        text-decoration: underline;
    }


footer {
    width: 100%;
    background-color: rgba(7, 12, 56, 1);
    color: #fff;
    padding: 40px;
    text-align: center;
    height: 100%;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
}

.footer-social a {
    color: #fff;
    margin: 0 10px;
    font-size: 18px;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
}

    .footer-links div {
        flex: 1;
    }

    .footer-links h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
    }

        .footer-links ul li {
            margin: 5px 0;
        }

            .footer-links ul li a {
                color: #bbb;
                text-decoration: none;
            }

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    font-size: 14px;
}

    .footer-bottom p, .footer-bottom ul, .footer-bottom a {
        color: #bbb;
        text-decoration: none;
    }

    .footer-bottom ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

        .footer-bottom ul li {
            margin: 0 10px;
        }

    .footer-bottom a.language {
        margin-top: 10px;
        display: inline-block;
        color: #bbb;
    }



.main {
    min-height: 70vh;
    width: 100%;
}

.profileBackground {
    width: 100%;
    min-height: 445px;
    background-color: #717171;
}

.main-div {
    width: 100%;
    height: 76%;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
}

.flex {
    display: flex;
}

.user-logo {
    height: 315px;
    width: 315px;
    background-color: #d9d9d9;
}

.user-contact-info {
    position: relative;
    bottom: 150px;
    width: 34%
}

.user-description {
}

.education-logo {
    height: 202px;
    width: 202px;
    background-color: #d9d9d9;
}

.education-card {
    width: 30%
}

.user-margin {
    margin-bottom: 100px;
}

.job-info-elements-place {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 4fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 0 60px;
}

.item1 {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.job-image {
    height: 315px;
    width: 315px;
    background-color: #D9D9D9;
    border-radius: 50%;
    height: 315px;
    width: 315px;
}

.item2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    color: #fff;
}

.item3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    gap: 20px;
}

.item4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    gap: 10px;
}

.item4 a {
    text-decoration: none;
    color: #fff;
}

.mini-box {
    border: 2px solid #fff;
    width: 200px;
    height: 50px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 1rem;
}

    .mini-box p {
        margin: auto;
    }

.one-job-main {
    min-height: 50vh;
    width: 68%;
}

.one-job-main-inner {
    width: 90%;
}

/*.one-job-main-inner div {
    margin: 30px 0;
}*/

.one-job-ads {
    min-height: 50vh;
    width: 32%;
    background-color: #D9D9D9;
}

.one-job-ads-inner {
    width: 80%;
    margin-left: 40px;
    gap: 10px;
    padding-top: 30px;
}

.job-container {
    min-height: 50vh;
}

.ad {
    height: 500px;
    width: 100%;
    background-color: #717171;
    margin: 25px 0;
    color: #fff
}

.btn-apply {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-apply-refer {
    width: 48%;
}

h3 {
    font-size: 32px;
}

p {
    font-size: 24px;
}

.nav-link.job-seeker {
    pointer-events: auto; /* Ensure clicks are enabled */
}

.fire-icon {
    color: #f44336;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 8px;
}


@media(max-width:480px){
    body{
        width:100vw;
    }
    .hero-content {
        margin-left: 5%;
        padding: 0;
        width: 100vw;
        margin-top: 110px;
    }
  .hero h1{
      font-size:15px;
  }
  .hero p{
      width:80%;
  }
  .search-bar{
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      height:140px;
  }
  .search-bar>button{
      width:40px;
      margin-left:1%;
  }
  .hero{
      width:100vw;
      height:431px;
  }
  .hero-bg{
      height:100%;
  }
    .reviews-container {
        flex-direction: row;
        overflow: scroll;
        width: 100vw;
        justify-content: start;
        margin-top:50px;
    }
  .review-card{
      height:auto;
      width:98%;
      margin-left:5%;
  } 
  .review-card p{
      width:250px;
  }
  .reviews{
      height:auto;
      padding:0;
      padding-top:70px;
  }
  .companies-container{
      width:100%;
      justify-content:start;
      overflow:scroll;
  }
  .test_media{
      font-size:10px !important;
  }
  .hero h1 span{
      font-size:30px;
  }
  #categories-input{
      height:45px;
      width:150px;
  }
    .search-bar-home {
        height: 45px;
        width: 90vw;
        margin-left: 0;
    }
    input[placeholder="Location"]{
        width:150px;
    }
    .search-bar-home button {
        width: 24px;
        height: 37px;
        position:absolute;
        right:5vw;
    }
    .stat-item h2{
        font-size:10px;
    }
    .stat-item p{
        font-size:10px;
    }
    .stat-container{
        width:90% !important;
    }
    .image-with-backgrounds{
        height:200px;
    }
    .tabs{
        width:100%;
    }
    .tabs button{
        font-size:10px;
    }
    .review-background{
        height:810px;
    }

}