body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* animation */
.stat-number {
    font-size: 3.5rem;
    font-weight: bold;
    color: #f8f5f5;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
   
}

.logo h1{
    font-size: 6vh;
    /* font-weight: 800; */
    text-shadow: 2px 2px 3px black;
    color: #1e40af;

}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
  
}

.language select {
    padding: 5px;
}
.auth{
    display: flex;
}
.auth button {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #06147c;
    color: rgb(255, 255, 255);
    border: none;
    width: 75px;
    cursor: pointer;
   
}

.auth button:hover {
    background-color: #62acfb;
    color: black;
    
}
nav ul li:hover{
    background-color: rgb(137, 154, 227);
    text-shadow:rgb(255, 255, 255);
    border-radius: 3px;
    width: 75px;
    text-align: center;
    box-shadow: 2px 3px 3px #000000;
    color: black;
}

.hero {
    text-align: center;
    padding: 50px 20px;
    background-image: url(https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvdjEwMTYtYy0wOF8xLWtzaDZtemEzLmpwZw.jpg);
    background-repeat: no-repeat; 
  background-size: cover;

}

.hero h1 {
    font-size: 56px;
    margin-bottom: 20px;
    color: white;
    text-shadow: 2px 2px 3px rgb(243, 29, 36);
}

.hero p {
    font-size: 18px;
    color: #a79e9e;
}

.stats {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.stats1{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* opacity: 0.10;
    color: rgb(0, 0, 0); */
}
.stats div p{
    font-size: 32px;
    color: rgb(225, 223, 231);
    font-weight: 700;
}

.stats h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: rgb(195, 187, 187);
}

.stats p {
    font-size: 20px;
    color: #007bff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* .search-container {
    margin-top: 22vh;
    max-width: 800px;
    margin-left: 23vh;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */

/* .search-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: center;
}

.form-group {
    position: relative;
    height: 50px;
}

input, select, button {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
} */

select {
    appearance: none;
    background: white url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 15px center;
}

input:focus, select:focus, button:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

button {
    background: linear-gradient(135deg, #4a90e2, #3068b3);
    color: white;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

button:hover {
    background: linear-gradient(135deg, #3068b3, #1a4b8c);
    transform: translateY(-1px);
}


/* how it work page */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

:root {
    --primary: #4F46E5;
    --secondary: #6366F1;
    --accent: #5012e2;
    --dark: #1E1B4B;
    --text: #374151;
}

body {
    background: #f2f4f6e9;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.hero-section {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
}

.hero-title {
    font-size: 3rem;
    color: blue;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--accent));
    border-radius: 2px;
}

.hero-subtitle {
    color: #64748B;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 1rem auto;
    line-height: 1.8;
}

.steps-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    /* gap: 1.5rem; */
    position: relative;
}

.step-card {
    background: #FFFFFF;
   margin-left: 30px;
    width: 50vh;
    height: 40vh;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 23px;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 25px 55px 25px rgba(70, 37, 145, 0.2);
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--accent));
}

.step-number {
    font-size: 1.2rem;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.step-icon {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.step-card:hover .step-icon {
    transform: scale(1.1);
}

.step-title {
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-description {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.8;
}

/* footer section */

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

:root {
    --primary: #2563eb;
    --secondary: #1e40af;
    --text: #a39898;
    --light: #dbdee2;
}

.footer {
    background: #000000;
    padding: 4rem 2rem 2rem;
    border-top: 1px solid #e2e8f0;
    color: #ffffff;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}

.footer-section {
    margin-bottom: 2rem;
    display:inline-block;
}
.footer-section h1{
    font-size: 22px;
}

.footer-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1.5rem;
    /* position: relative; */
    padding-bottom: 0.75rem;
    /* display: flex; */
    margin-left: 40vh;
}
.link-grid{
    display: flex;
    gap: 15vh;
    text-align: center;
    
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 2px;
    background: var(--primary);
}

.footer-links {
    list-style: none;
    display: inline-block;
    width: 25vh;
    gap: 1.75rem;
}

.footer-links li a {
    color: var(--light);
    text-decoration: none;
    transition: all 0.3s ease;
    
    align-items: center;
    gap: 1.5rem;
}

.footer-links li a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

.app-download {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.app-btn {
    display: flex;
    align-items: center;
    padding: 2rem;
    background: #000000;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 40vh;
    margin-left: 35vh;
}

.app-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.app-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.support-line {
    color: var(--primary);
    font-weight: 600;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 40vh;
}

.footer-bottom {
    max-width: 1200px;
    margin: 3rem ;
    padding-top: 0rem;
    border-top: 1px solid #e2e8f0;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.brand-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
}

.copyright {
    color: var(--light);
    font-size: 0.9rem;
}

.legal-links {
    display: flex;
    gap: 1.5rem;
}

.legal-links a {
    color: var(--light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: var(--primary);
}
/* jobs category */
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: #f9f9f9;
    margin: 0;
    padding: 0;
}
.job-category {
    padding: 40px;
}
.categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.category {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
}
.category1 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
}
.category2 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
}
.category3 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
}
.category4 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
}
.category5 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
}
.category:hover {
    transform: translateY(-5px);
    background-image: url(https://www.shutterstock.com/image-photo/businessmans-hand-draws-rising-arrow-600nw-2221463507.jpg);
    background-size: cover;
   
    color:rgb(222, 221, 234);
    font-weight: 900;
}
.category1:hover {
    transform: translateY(-5px);
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/054/801/964/small/abstract-dark-red-geometric-simple-shape-pattern-gradient-illustration-background-3d-look-and-curve-pattern-cool-design-and-luxury-vector.jpg);
    background-size: cover;
   
    color:rgb(222, 221, 234);
    font-weight: 900;
}
.category2:hover {
    transform: translateY(-5px);
    background-image: url(https://hillendale.millenniummedicalcare.com/wp-content/uploads/nurse-practitioner-420.jpg);
    background-size: cover;
   
    color:rgb(0, 0, 0);
    font-weight: 900;
}
.category3:hover {
    transform: translateY(-5px);
    background-image: url(https://timesproweb-static-backend-dev.s3.amazonaws.com/small_Exec_Ed_Marketing_and_Sales_1_222be2cd4b.webp);
    background-size: cover;
   
    color:rgb(250, 243, 243);
    font-weight: 900;
}
.category4:hover {
    transform: translateY(-5px);
    background-image: url(https://5.imimg.com/data5/SELLER/Default/2022/2/GX/PT/SG/50971950/civil-structural-engineering-design-services.jpg);
    background-size: cover;
   
    color:rgb(0, 0, 0);
    font-weight: 900;
}
.category5:hover {
    transform: translateY(-5px);
    background-image: url(https://img.freepik.com/free-vector/blue-futuristic-networking-technology-vector_53876-151537.jpg);
    background-size: cover;
   
    color:rgb(250, 243, 243);
    font-weight: 900;
}
.icon {
    font-size: 40px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 2rem 1rem;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .steps-grid {
        gap: 1.5rem;
    }

    .step-card {
        padding: 1.8rem;
    }
}

/* Animations */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.step-card:nth-child(1) { animation-delay: 0.1s; }
.step-card:nth-child(2) { animation-delay: 0.2s; }
.step-card:nth-child(3) { animation-delay: 0.3s; }
.step-card:nth-child(4) { animation-delay: 0.4s; }

.animate-float {
    animation: float 4s ease-in-out infinite;
}
/* @media (max-width: 768px) {
    .search-section {
        grid-template-columns: 1fr;
    }
    
    .search-container {
        margin: 1rem;
    } */
/* } */
/* animation */

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item:nth-child(n+3) {
        display: none;
    }
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .stat-item:nth-child(n+5) {
        display: none;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .stat-item:nth-child(n+5) {
        display: flex;
    }

    .stats-section {
        padding: 2rem;
    }

}
 #button3,#button2,#button1{
    width: 150px;
    height: 50px;
 }
 a{
    color: white;
  direction: none;
  text-decoration:none ;
 }

/* Responsive Styles */
@media (max-width: 768px) {
    /* Navbar buttons alignment */
    .auth {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .auth button {
        width: auto;
        flex: 1 1 auto;
    }

    /* Stats section horizontal scroll */
    .stats {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .stats > div {
        display: inline-block;
        margin-right: 20px;
        min-width: 150px;
    }

    /* Job categories grid */
    .categories {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .category, .category1, .category2, .category3, .category4, .category5 {
        display: inline-block;
        margin-right: 20px;
        min-width: 200px;
    }

    /* Footer adjustments */
    .footer-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .footer-section {
        margin-bottom: 1rem;
    }

    .link-grid {
        gap: 10px;
        flex-direction: column;
    }

    .link-column {
        width: 100%;
    }

    .app-download {
        flex-direction: column;
        align-items: center;
    }

    .app-btn {
        width: 100%;
        margin-left: 0;
    }

    .support-line {
        margin-left: 0;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .legal-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    /* Navbar buttons alignment */
    .auth {
        flex-direction: column;
        gap: 5px;
    }

    .auth button {
        width: 100%;
    }

    /* Stats section horizontal scroll */
    .stats > div {
        min-width: 120px;
    }

    /* Job categories grid */
    .category, .category1, .category2, .category3, .category4, .category5 {
        min-width: 150px;
    }

    /* Footer adjustments */
    .footer-title {
        margin-left: 0;
        text-align: center;
    }

    .link-grid {
        gap: 5px;
    }

    .app-btn {
        width: 100%;
        margin-left: 0;
    }

    .support-line {
        margin-left: 0;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .legal-links {
        justify-content: center;
    }
}
a{
    color: #000000;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Animation */
.stat-number {
    font-size: 3.5rem;
    font-weight: bold;
    color: #f8f5f5;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.logo h1 {
    font-size: 6vh;
    text-shadow: 2px 2px 3px black;
    color: #1e40af;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
}

.language select {
    padding: 5px;
}

.auth {
    display: flex;
}

.auth button {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #06147c;
    color: rgb(255, 255, 255);
    border: none;
    width: 75px;
    cursor: pointer;
}

.auth button:hover {
    background-color: #62acfb;
    color: black;
}

nav ul li:hover {
    background-color: rgb(137, 154, 227);
    text-shadow: rgb(255, 255, 255);
    border-radius: 3px;
    width: 75px;
    text-align: center;
    box-shadow: 2px 3px 3px #000000;
    color: black;
}

.hero {
    text-align: center;
    padding: 50px 20px;
    background-image: url(https://images.rawpixel.com/image_800/czNmcy1wcml2YXRlL3Jhd3BpeGVsX2ltYWdlcy93ZWJzaXRlX2NvbnRlbnQvbHIvdjEwMTYtYy0wOF8xLWtzaDZtemEzLmpwZw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero h1 {
    font-size: 56px;
    margin-bottom: 20px;
    color: white;
    text-shadow: 2px 2px 3px rgb(243, 29, 36);
}

.hero p {
    font-size: 18px;
    color: #a79e9e;
}

.stats {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    overflow-x: auto; /* Horizontal scroll for mobile */
    white-space: nowrap; /* Prevent wrapping */
    padding-bottom: 20px; /* Space for scrollbar */
}

.stats > div {
    flex: 0 0 auto; /* Prevent flex shrinking */
    margin: 0 20px; /* Space between stats */
    text-align: center;
    min-width: 150px; /* Minimum width for each stat */
}

.stats h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: rgb(195, 187, 187);
}

.stats p {
    font-size: 20px;
    color: #007bff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Job Categories */
.job-category {
    padding: 40px;
}

.categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.category, .category1, .category2, .category3, .category4, .category5 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s;
    cursor: pointer;
}

.category:hover, .category1:hover, .category2:hover, .category3:hover, .category4:hover, .category5:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 40px;
    margin-bottom: 10px;
}

/* Footer */
.footer {
    background: #000000;
    padding: 4rem 2rem 2rem;
    border-top: 1px solid #e2e8f0;
    color: #ffffff;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}
#button1{
    border-radius: 20px;
}


.footer-section {
    margin-bottom: 2rem;
    display: inline-block;
}

.footer-section h1 {
    font-size: 22px;
}

.footer-links {
    list-style: none;
    display: inline-block;
    width: 25vh;
    gap: 1.75rem;
}

.footer-links li a {
    color: var(--light);
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    gap: 1.5rem;
}

.footer-links li a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

/* Mobile Navigation */
.mobile-nav-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mobile-nav-icon {
        display: block;
    }

    nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #f8f9fa;
    }

    nav ul.active {
        display: flex;
    }

    .auth {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .auth button {
        width: 100%;
        margin-left: 0;
    }

    .stats {
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .stats > div {
        min-width: 150px;
    }

    .categories {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .category, .category1, .category2, .category3, .category4, .category5 {
        display: inline-block;
        margin-right: 20px;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .auth {
        flex-direction: column;
        gap: 5px;
    }

    .auth button {
        width: 100%;
    }

    .stats > div {
        min-width: 120px;
    }

    .category, .category1, .category2, .category3, .category4, .category5 {
        min-width: 150px;
    }
}

a {
    color: #000000;
}