@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rye&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap");

:root {
    --color-primary: #58cdff;
    --color-secondary: #282f44;
    --color-white: #fff;
    --color-background: #3e3e3e;
    --color-cardbackground: #343434;
    --color-yellow: #ffc107;
    --footer-background: #222222;
    --color-black: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* ;line-height: ; */
    background-color: var(--color-background);
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    color: var(--color-white);
}

h1 {
    font-family: "Sansita", sans-serif;
    font-size: 60px;
    line-height: 1.24;
    /* text-transform:; */
}

h2 {
    font-family: "Sansita", sans-serif;
    font-size: 40px;
    line-height: 1.24;
    /* text-transform: capitalize; */
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.24;
    text-transform: capitalize;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 1.24;
    text-transform: capitalize;
}

h5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.24;
    text-transform: capitalize;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col100 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}

.col70 {
    max-width: 70%;
    flex: 0 0 70%;
    padding: 0 15px;
}

.col60 {
    max-width: 60%;
    flex: 0 0 60%;
    padding: 0 15px;
}

.col50 {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

.col40 {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0 15px;
}

.col33 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
}

.col25 {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 15px;
}

header {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: var(--color-background);
    padding: 15px 0;
}

.navcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 100px;
}

.navbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s all;
}

.brand {
    display: flex;
    align-items: center;
}

.brand img {
    max-height: 50px;
    width: 50px;
    display: block;
}

.brand span {
    font-family: "Rye", serif;
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0 0 10px;
}

.brand a {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 24px;
}

.logo-icon {
    color: var(--color-primary);
    font-size: 28px;
    margin-right: 10px;
}

.navbar {
    display: flex;
    position: relative;
    align-items: center;
}

.navbar li {
    padding: 0 16px;
}

.navbar li a {
    /* position: relative; */
    color: var(--color-white);
    text-transform: capitalize;
    /* font-weight: 200; */
}

.navbar li a:hover,
.navbar li a.active {
    color: var(--color-primary);
}

.navbar li a.active {
    border-bottom: 3px solid var(--color-primary);
    /* border-width: 3px; */
}

.auth-buttons {
    display: flex;
    gap: 10px;
}

.register-btn,
.login-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease all;
}

.register-btn {
    background: transparent;
    color: var(--color-white);
    border: none;
}

.register-btn:hover {
    color: var(--color-primary);
}

.login-btn {
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
}

.login-btn:hover {
    color: var(--color-primary);
    background: var(--color-white);
}

#click {
    display: none;
}

.menu-btn {
    display: none;
    color: var(--color-white);
    font-size: 22px;
    cursor: pointer;
}

/* banner  */

.banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 550px;
    margin-top: 10px;
    margin-bottom: 68px;
    padding: 30px 0;
}

.bannercontent h1 {
    max-width: 583px;
    padding-right: 30px;
    margin-bottom: 40px;
}

.bannercontent h1 span {
    color: var(--color-primary);
}

.banner-description {
    line-height: 1.5;
    color: var(--color-white);
    /* max-width: 530px; */
    padding-right: 257px;
    margin-bottom: 80px;
}

.search-container {
    width: 100%;
    max-width: 688px;
    height: 85px;
    background: linear-gradient(to bottom, #3e3e3e, #51a9cf);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.search-input {
    display: flex;
    align-items: center;
    flex: 1;
    height: 50px;
    background-color: transparent;
    color: var(--color-white);
}

.search-icon {
    color: var(--color-white);
    font-size: 24px;
    margin-right: 10px;
}

.search-text {
    border: none;
    background: transparent;
    color: var(--color-white);
    font-size: 18px;
    width: 100%;
    outline: none;
    opacity: 0.8;
}

.search-text::placeholder {
    color: var(--color-white);
    opacity: 0.8;
}

.divider {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 20px;
}

.country-selector {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 180px;
}

.flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    background: linear-gradient(to bottom,
            #ff9933 33%,
            #fff 33%,
            #fff 66%,
            #138808 66%);
    position: relative;
    overflow: hidden;
}

.flag::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000080;
}

.dropdown-menu {
    position: absolute;
    top: 500px;
    left: 500px;
    width: 10%;
    border: 1px solid var(--color-background);
    border-top: none;
    background-color: #2f2f2f;
    display: none;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu div p {
    color: var(--color-white);
}

.dropdown-menu.active {
    display: block;
}

.dropdown-menu div {
    padding: 10px;
    cursor: pointer;
}

.dropdown-menu div:hover {
    background-color: var(--color-primary);
}

.country-text {
    color: var(--color-white);
    font-size: 18px;
    margin-right: 10px;
}

.dropdown-icon {
    color: var(--color-white);
    font-size: 20px;
}

.search-button {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    height: 50px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    min-width: 150px;
}

.banner-right {
    position: relative;
    height: 550px;
}

.blue-circle {
    position: absolute;
    right: -250px;
    top: 45%;
    left: -120px;
    transform: translateY(-50%);
    width: 530px;
    height: 510px;
    background-color: var(--color-primary);
    border-radius: 50%;
    z-index: 1;
}

.connected-people {
    position: absolute;
    top: 30px;
    left: -190px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 15px;
    z-index: 3;
    width: 290px;
    height: 115px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.connected-text {
    font-size: 14px;
    color: var(--color-black);
    margin-bottom: 12px;
    text-align: center;
}

.avatar-group {
    display: flex;
    justify-content: center;
}

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: -10px;
    overflow: hidden;
    background-color: #ccc;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar-more {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    margin-left: -10px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--color-white);
}

.person-image {
    position: absolute;
    bottom: -68px;
    left: -184px;
    width: 570px;
    height: 543px;
    z-index: 2;
    background-image: url("images/bannerhero.png");
    background-size: cover;
    background-position: top center;
}

/* step */
.steps-container {
    width: 100%;
    max-width: 1070px;
    height: auto;
    min-height: 130px;
    background: linear-gradient(to top, #585858, #64bee4);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    position: relative;
    z-index: 1;
}

.step-icon {
    width: 60px;
    height: 60px;
    border: 2px dashed #5ecbff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

/* For using your own images - replace the background with your actual image */
.icon-img {
    width: 30px;
    height: 30px;
}

.register-icon,
.upload-icon,
.apply-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-icon img,
.upload-icon img,
.apply-icon img {
    max-width: 30px;
    max-height: 30px;
}

.step-text {
    color: var(--color-white);
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.steps-container::before {
    left: 0;
}

.steps-container::after {
    right: 0;
    background: linear-gradient(to left,
            rgba(58, 127, 158, 0.9),
            rgba(58, 127, 158, 0));
}

.step-bar {
    margin-bottom: 50px;
    overflow: hidden;
}

/* desire catagory */

.categories-section {
    padding: 60px 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.section-title h2 {
    color: var(--color-white);
    font-size: 40px;
    font-weight: 800;
    max-width: 430px;
    /* padding-right: 40px; */
}

.section-title h2 span {
    color: var(--color-primary);
}

.view-all a {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.view-all a i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.view-all a:hover i {
    transform: translateX(5px);
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-rows: auto auto;
    gap: 20px;
}

.category-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category-card {
    /* background-color: rgba(255, 255, 255, 0.08); */
    background-color: var(--color-background);
    box-shadow: 0 2px 4px #242424;
    border-radius: 0 20px 0 20px;
    padding: 18px 25px 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    min-height: 130px;
    width: 100%;
}

.category-card:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.category-icon {
    margin-top: -35px;
    width: 65px;
    height: 70px;
    min-width: 65px;
    padding: 15px;
    background-color: var(--color-primary);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-size: 22px;
}

.category-info {
    width: 100%;
}

.category-info h4 {
    margin-top: -5px;
    color: var(--color-white);
    font-weight: 500;
    /* margin-bottom: 15px; */
    word-wrap: break-word;
}

.category-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-top: 20px;
}

/* about-section */

.about-section {
    margin-bottom: 110px;
}

.about-row {
    display: flex;
    flex-wrap: wrap;
}

.about-us-col {
    margin-left: 55px;
    margin-top: -20px;
    max-width: 100%;
    height: auto;
}

.about-sec {
    margin-top: 125px;
    margin-bottom: 40px;
}

.about-sec h2 {
    color: var(--color-white);
    font-size: 40px;
    font-weight: 800;
    max-width: 430px;
    padding-right: 40px;
    margin-bottom: 25px;
}

.about-sec span {
    color: var(--color-primary);
}

.h5-title {
    line-height: 1.5;
    color: var(--color-white);
    max-width: 411px;
    /* margin-bottom: 80px; */
}

.section-card {
    width: 415px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.card {
    width: 200px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.card:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.icon {
    width: 30px;
    height: 35px;
    background-color: var(--color-primary);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.card-text p {
    color: var(--color-white);
}

/* Companies */

.companies-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.company-h2 span {
    color: var(--color-primary);
}

.company-h2 {
    margin-bottom: 30px;
}

.h5title {
    line-height: 1.5;
    color: var(--color-white);
    max-width: 600px;
    margin-bottom: 50px;
}

.companies-card {
    background-color: var(--color-cardbackground);
    border-radius: 0 30px;
    color: var(--color-white);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.companies-card-content {
    padding: 24px 0 0 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.companies-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.companies-logo {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.companies-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.company-name {
    font-size: 24px;
    font-weight: 400;
    color: var(--color-white);
}

.companies-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0 0 50px 70px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #b0b0b0;
    font-size: 16px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    opacity: 0.9;
    flex-shrink: 0;
}

.companies-card-footer {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vacancies {
    font-size: 16px;
    color: var(--color-white);
}

.apply-btn {
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 8px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background-color: rgba(41, 163, 255, 0.1);
}

.companies-row {
    margin-bottom: 50px;
}

.companies {
    margin-bottom: 40px;
}

/* testimonials */

.testimonials-section {
    padding: 80px 0;
    color: var(--color-white);
    position: relative;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    pointer-events: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading span {
    color: var(--color-primary);
}

/* Testimonial Cards */

.container-test {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 15px;
    height: 650px;
    /* border: 1px solid ; */
    box-shadow: 0 2px 12px #000000;
}

.testimonial-card {
    padding: 15px;
    width: 360px;
    height: 320px;
}

.testimonial-content {
    background-color: var(--color-background);
    border: 1px solid rgba(56, 182, 231, 0.3);
    /* border-color: linear-gradient(to top,
            rgba(255, 255, 255, 1),
            rgba(88, 205, 255, 1)); */
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.testimonial-content:hover {
    border-color: var(--color-primary);
    transform: translateY(-5px);
}

.client-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-name h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none;
}

.rating {
    color: var(--color-yellow);
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Slick Slider Customization */
.slick-dots {
    position: relative;
    bottom: -30px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color);
    opacity: 1;
}

/* Custom Dots */
.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
}

/* daily bar */

.daily-bar {
    margin-bottom: 80px;
}

.newsletter-container {
    width: 100%;
    /* background-color: #3a7f9e; */
    background: linear-gradient(to top right, #3e3e3e, #55bbe7);
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
}

.newsletter-heading {
    color: white;
    margin-bottom: 40px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
}

.subscription-form {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.form-group {
    display: flex;
    width: 755px;
    height: 80px;
}

input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px 0 0 10px;
    background-color: #f0f0f0;
}

button {
    background-color: #3a3a3a;
    color: white;
    border: none;
    border-radius: 0 10px 10px 0;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #2a2a2a;
}

/* footer section */

.footer {
    background-color: var(--footer-background);
    color: var(--color-white);
    padding: 0;
    width: 100%;
}

.footer-upper {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}

.col-left span {
    font-family: "Rye", serif;
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 400;
    line-height: 1.2;
    /* margin-left: 10px;
  margin-top: 10px; */
    margin: 10px 0 0 10px;
}

.col-left {
    display: flex;
    flex-direction: column;
}

.col-left .brand {
    margin-bottom: 25px;
}

.footer-desc {
    margin-bottom: 25px;
    width: 470px;
}

.newsletter {
    width: 465px;
    height: 60px;
    display: flex;
    background-color: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.newsletter input {
    flex: 1;
    border: none;
    /* padding: 12px 15px; */
    background: transparent;
    outline: none;
}

.submit-btn {
    width: 50px;
    height: 50px;
    background-color: var(--color-primary);
    border: none;
    border-radius: 5px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px;
}

.submit-btn {
    color: var(--color-black);
}

.footer-links-section {
    padding: 0 15px;
}

.footer-links-section h4 {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 20px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: #42b4e6;
}

.footer-copyright {
    border-top: 1px solid #333;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.footer-copyright a {
    color: var(--color-white);
}

.footer-copyright a:hover {
    color: var(--color-primary);
}

.footer-copyright p {
    font-size: 16px;
    color: var(--color-white);
    text-transform: lowercase;
    margin: 0;
    margin-bottom: 50px;
}

.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap:4px;
    margin: auto;
  }
  .hamburger .bar{
    width: 25px;
    height: 3px;
    background-color: azure;
    transition: transform 0.3s ease;
  }

/* media nav  */

@media (max-width: 991px) {
     .navbox .navbar{
        position: fixed;
        top: 0;
        right: 0;
        /* right: -100%; */
        width: 100%;
        height: 100vh;
        background-color: var(--color-background);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translate(100%);
        transition: transform 0.3s ease;
        border-radius: 12px;
    }
    .navbox .navbar.active{
        transform: translate(0);
    }
    .hamburger{
        display: flex;
    }
    .navbox .navbar li{
        margin: 20px 0;
    }
    .navbox .navbar a{
        font-size: 22px;
    }
     .hamburger.active .bar:nth-child(1){
        transform: rotate(-50deg) translateY(7px);
         background-color: var(--color-primary);
         position: fixed;
    } 
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    
    }
    .hamburger.active .bar:nth-child(3){
        transform: rotate(50deg) translateY(-7px);
        background-color:var(--color-white);
        position: fixed;
    }
    
    /* .auth-buttons{
        display: none;
    } */
  }
/* media banner  */

@media (max-width: 1200px) {
    .blue-circle {
        width: 450px;
        height: 450px;
        left: -120px;
    }

    .person-image {
        width: 480px;
        height: 460px;
        left: -180px;
    }

    .connected-people {
        left: -130px;
        width: 240px;
    }

    .banner-description {
        padding-right: 100px;
    }

    .dropdown-menu {
        position: absolute;
        top: 475px;
        left: 375px;
    }
}

@media (max-width: 992px) {
    .banner-row {
        flex-direction: column;
    }

    .col70 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col30 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner {
        margin-top: 150px;
    }

    .bannercontent h1 {
        font-size: 40px;
        padding-right: 0;
    }

    .banner-description {
        padding-right: 30px;
        margin-bottom: 40px;
    }

    .search-container {
        height: auto;
        padding: 15px;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .search-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .divider {
        display: none;
    }

    .country-selector {
        width: 45%;
        min-width: unset;
        margin-bottom: 10px;
    }

    .search-button {
        width: 45%;
        min-width: unset;
        margin-left: auto;
    }

    .blue-circle {
        width: 400px;
        height: 400px;
        left: 450px;
        top: 25px;
        transform: translateX(-50%);
    }

    .person-image {
        width: 430px;
        height: 410px;
        left: 400px;
        top: 50px;
        transform: translateX(-50%);
        z-index: 1;
    }

    .connected-people {
        left: 320px;
        top: 20px;
        width: 200px;
        height: auto;
        transform: translateX(-50%);
        z-index: 1;
    }

    .dropdown-menu {
        position: absolute;
        top: 145px;
        left: 130px;
        width: 20%;
        z-index: +4;
    }
}

@media (max-width: 768px) {
    .banner {
        padding: 20px 0px;
        margin-bottom: 40px;
        margin: 120px 0px 0 0px;
        /* margin-top: 120px; */
    }

    .row {
        flex-direction: column;
    }

    .col70,
    .col30 {
        width: 100%;
    }

    .bannercontent h1 {
        text-align: center;
        /* margin: 0 auto; */
        /* margin-top: 200px; */
        padding: 0;
        font-size: 28px;
    }

    .banner-description {
        text-align: center;
        padding: 0;
        margin: 0 auto 30px;
        max-width: 500px;
    }

    .search-container {
        margin: 0 auto;
        width: 100%;
    }

    .banner-right {
        margin-top: 60px;
        height: 400px;
        display: flex;
        justify-content: center;
    }

    .blue-circle {
        position: relative;
        width: 300px;
        height: 300px;
        left: 0;
        right: 0;
        top: -40px;
        transform: none;
    }

    .person-image {
        width: 320px;
        height: 300px;
        left: 45%;
        transform: translateX(-50%);
        /* bottom: -40px; */
        top: 10px;
    }

    .connected-people {
        left: 33%;
        transform: translateX(-50%);
        top: -50px;
        width: 200px;
    }

    .dropdown-menu {
        position: absolute;
        top: 160px;
        left: 170px;
        z-index: +4;
    }
}

@media (max-width: 576px) {

    .banner {
        padding: 20px 0px;
        margin-bottom: 40px;
        margin: 170px 0px 0 0px;
        /* margin-top: 120px; */
    }

    .bannercontent h1 {
        font-size: 24px;
    }

    .banner-description {
        font-size: 14px;
    }

    .search-container {
        padding: 10px;
    }

    .search-input,
    .country-selector,
    .search-button {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-button {
        margin-left: 0;
    }

    .blue-circle {
        width: 270px;
        height: 270px;
        left: 0;
    }

    .person-image {
        width: 290px;
        height: 280px;
        left: 230px;
        transform: translateX(-50%);
        top: -7px;
    }

    .connected-people {
        width: 200px;
        padding: 10px;
        transform: translateX(-50%);
        left: 170px;
    }

    .search-text,
    .country-text,
    .search-button {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .bannercontent h1 {
        font-size: 22px;
    }

    .banner-description {
        font-size: 13px;
    }

    .blue-circle {
        width: 270px;
        height: 270px;
    }

    .person-image {
        width: 290px;
        height: 280px;
        left: 175px;
        top: -16px;
    }

    .connected-people {
        width: 180px;
        padding: 10px;
        left: 105px;
    }

    .connected-text {
        font-size: 12px;
    }

    .avatar,
    .avatar-more {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 320px) {
    .banner {
        padding: 15px 0;
    }

    .bannercontent h1 {
        font-size: 20px;
    }

    .banner-description {
        font-size: 12px;
    }

    .search-icon {
        font-size: 18px;
    }

    .search-text,
    .country-text,
    .search-button {
        font-size: 14px;
    }

    .flag {
        width: 20px;
        height: 20px;
    }

    .blue-circle {
        width: 200px;
        height: 200px;
    }

    .person-image {
        width: 200px;
        height: 190px;
    }

    .connected-people {
        width: 160px;
    }

    .connected-text {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .avatar,
    .avatar-more {
        width: 22px;
        height: 22px;
    }
}

/* step-bae media  */

@media (max-width: 991px) {
    .steps-container {
        max-width: 100%;
    }

    .step-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .steps-container {
        padding: 15px 10px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
    }

    .step-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .steps-container {
        flex-direction: column;
        height: auto;
        padding: 20px 10px;
    }

    .step {
        width: 100%;
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .step:last-child {
        margin-bottom: 0;
    }

    .step-icon {
        margin-bottom: 0;
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }

    .step-text {
        text-align: left;
    }
    .steps-container::after {
        display: none;
    }
}

@media (max-width: 420px) {
    .step-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .register-icon img,
    .upload-icon img,
    .apply-icon img {
        max-width: 20px;
        max-height: 20px;
    }

    .step-text {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .step {
        margin-bottom: 15px;
    }

    .step-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin-right: 10px;
    }

    .step-text {
        font-size: 12px;
    }
}

/* categories-section media  */

@media screen and (max-width: 1200px) {
    .category-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .category-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-title h2 {
        font-size: 32px;
        padding-right: 0;
    }
}

@media screen and (max-width: 576px) {
    .category-row {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .category-card {
        width: 100%;
        min-height: 110px;
        padding: 15px;
    }

    .category-icon {
        width: 55px;
        height: 60px;
        min-width: 55px;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .section-title h2 {
        font-size: 24px;
    }

    .category-info h4 {
        font-size: 14px;
    }

    .category-info p {
        font-size: 12px;
    }

    .category-icon {
        width: 50px;
        height: 55px;
        min-width: 50px;
        padding: 12px;
        font-size: 16px;
    }
    .register-btn, .login-btn{
        display: none;
    }
}

/* about-section media  */

@media (max-width: 1024px) {
    .about-sec {
        margin-top: 80px;
    }

    .about-sec h2 {
        font-size: 36px;
    }

    .section-card {
        width: 100%;
        max-width: 415px;
        margin-left: 20px;
    }
}

@media (max-width: 992px) {
    .col50 {
        max-width: 100%;
    }

    .about-us-col {
        margin-left: 0;
        margin-top: 40px;
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }

    .about-sec {
        margin-top: 60px;
        text-align: center;
    }

    .about-sec h2 {
        padding-right: 0;
        margin: 0 auto 25px;
        max-width: 100%;
    }

    .h5-title {
        margin: 0 auto;
        max-width: 100%;
    }

    .section-card {
        margin: 0 auto;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .col50 {
        max-width: 100%;
    }

    .col2 {
        margin-top: 70px;
    }

    .about-sec h2 {
        font-size: 32px;
    }

    .section-card {
        gap: 10px;
    }

    .card {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .about-section {
        margin-bottom: 70px;
    }

    .about-us-col {
        max-width: 100%;
    }

    .about-sec {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .about-sec h2 {
        font-size: 28px;
    }

    .h5-title {
        font-size: 14px;
    }

    .section-card {
        width: 100%;
    }

    .card {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .about-section {
        margin-bottom: 50px;
    }

    .about-sec h2 {
        font-size: 24px;
    }

    .about-sec {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .card {
        height: 50px;
    }

    .icon {
        width: 25px;
        height: 30px;
    }

    .card-text p {
        font-size: 14px;
    }
}

/* companies-section media  */

@media (max-width: 1200px) {
    .col33 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 40px;
    }

    .companies-row {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .companies-header {
        flex-direction: column;
    }

    .view-all.com {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .h5title {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .col33 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .company-h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .h5title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .companies-card {
        max-width: 100%;
    }

    .company-name {
        font-size: 20px;
    }

    .info-item {
        font-size: 14px;
    }

    .vacancies {
        font-size: 14px;
    }

    .apply-btn {
        font-size: 14px;
        padding: 6px 20px;
    }
}

@media (max-width: 575px) {
    .companies-card-body {
        margin-left: 0;
    }

    .companies-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .companies-logo {
        margin-bottom: 15px;
    }

    .companies-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .vacancies {
        margin-bottom: 15px;
    }

    .apply-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 350px) {
    .companies-card-content {
        padding: 15px;
    }

    .companies-card-footer {
        padding: 15px;
    }

    .company-name {
        font-size: 18px;
    }

    .info-item {
        font-size: 13px;
    }
}

/* footer-section media  */
@media (max-width: 1200px) {
    .footer-container {
        margin-left: 150px;
    }

    .col40 {
        width: 50%;
    }

    .col20 {
        width: 33.333%;
        margin-top: 40px;
    }

    .footer-upper {
        padding: 40px 0;
        flex-wrap: wrap;
    }

    .footer-links-section h4 {
        margin-bottom: 25px;
    }

}

@media (max-width: 992px) {
    /* .footer-container {
        margin-left: 60px;
    } */

    .col40 {
        max-width: 100%;
    }

    .col20 {
        max-width: 100%;
        margin-top: 40px;
        flex: 0 0 100%;
    }

    .footer-upper {
        padding: 40px 0;
        flex-wrap: wrap;
    }

    .footer-links-section h4 {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        margin-left: 50px;
    }

    .col40 {
        max-width: 100%;
        width: 500px;
    }

    .col20 {
        /* width: 33.33%; */
        max-width: 100%;
        /* max-width: 200px; */
        margin-top: 40px;
    }

    .footer-upper {
        padding: 30px 0;
    }

    .footer-desc {
        max-width: 100%;
    }

    .newsletter {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    /* .footer-container {
        margin-left: 90px;
    } */

    .col40 {
        width: 100%;
        /* max-width: 300px; */
    }

    .col20 {
        width: 100%;
        margin-top: 30px;
        margin-left: 20px;
    }

    .footer-links-section {
        padding: 0;
    }

    .footer-links-section h4 {
        margin-bottom: 20px;
    }

    .footer-upper {
        padding: 25px 0;
    }

    .footer-links li {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .col-left .brand {
        display: flex;
        align-items: flex-start;
    }

    .col-left .brand img {
        max-width: 80px;
    }

    .col-left span {
        font-size: 18px;
    }

    .newsletter {
        height: 50px;
        width: 100%;
    }

    .submit-btn {
        width: 40px;
        height: 40px;
    }

    .footer-copyright p {
        font-size: 14px;
    }
}