
* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    background: #f3f3f3;
}

.hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000b3 0%, #0000005e 30%, rgb(0 0 0 / 27%) 55%, rgb(0 0 0 / 40%) 75%, #0000007a 100%), url(hero.jpg) center / cover no-repeat;
    /* padding: 80px 100px 140px; */
}
    .hero {
       display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    width: 100%;
    padding-top: 130px;
    gap: 20px;
    }



.hero-content {
    display: flex;
    justify-content: space-between;
    /* gap: 60px; */
}

.left {
      max-width: 478px;
    color: white;
}

.left h1 {
    color: #272125;
    font-size: 36px;
    margin-bottom: 10px;
}

.left h2 {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 30px;
}

.left p {
    font-size: 18px;
    margin-bottom: 30px;
}

.left button {
    background: #e67e22;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

/* RIGHT SEARCH */
.search-box {
    /* background: linear-gradient(135deg, #e67e22, #4f46e5); */
    padding: 5px;
    width: 440px;
    color: #fff;
}

.search-box h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
}

.search-box input {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    border: none;
    margin-bottom: 16px;
    font-size: 15px;
}

.search-box small {
    display: block;
    margin-bottom: 12px;
    opacity: 0.9;
}

/* TAGS */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    border: 1px solid rgba(255,255,255,0.8);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background: #f6f3f8; */
    overflow: hidden;
    padding: 16px 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.ticker-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.service {
    white-space: nowrap;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    color: #111;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.cards {
    display: flex;
    gap: 20px;
    padding-left: 40px;
}

/* CARD */
.card {
    min-width: 230px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
}

.card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #111;
}

.card .meta {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #666;
    font-size: 12px;
}





.search-box {
    position: relative;
    width: 100%;
    min-width: 310px;
    /* height: 300px; */
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
}

.bg-image {
    inset: 0;
    max-height: 250px;
    object-fit: cover;
    /* border: 1px solid #8f8f93; */
}


.content {
    position: relative;
    z-index: 2;
    padding: 28px;
}

.content h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.3;
}

.search-info {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
    opacity: 0.95;
}
.osdihjifahiufudsdsasd{
     font-size: 25px;
    line-height: 31px;
    font-weight: bold;
}


    @media (max-width: 908px) {
 .hero-content {
    /* padding-top: 30px; */
         flex-direction: column-reverse;
        display: flex;
        justify-content: start;
        gap: 0px;
}
    }



    @media (max-width: 768px) {

    .hero {
        padding: 20px;
      }
      .role-icon {
    width: 70px;
    height: auto;
}
.hero_pa{
    flex-direction: column;
}
.search-box {
    width: 100%;
    /* height: 36%; */
    color: #fff;
}
/* .main_section_index{
    padding: 5px;
} */
        .search-card, .offer-card{
            width: 100%;
        }
        .bg-image {
    max-height: 180px;
}

        .hero {
    min-height: 90dvh;
        }
    }