@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM.ttf) format('truetype');
}

/* HERO Çø */
.hero {
    background: linear-gradient(135deg,#FFF0E6 0%,#FFF5E6 50%,#E8F4FD 100%);
    padding: 0;
    overflow: hidden;
    position: relative
}

.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 60px 40px;
    gap: 40px
}

.hero-text h1 {
    font-family: 'Nunito',sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #2D2D2D
}

    .hero-text h1 .highlight {
        color: #FF6B6B;
        position: relative;
        display: inline-block
    }

        .hero-text h1 .highlight::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 4px;
            background: #FFD93D;
            border-radius: 2px
        }

.hero-text p {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 30px
}

.hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}


.hero-image {
    position: relative;
    height: 360px
}

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.15)
    }

.hero-sticker {
    position: absolute;
    background: #FFD93D;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: .85rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    white-space: nowrap
}

    .hero-sticker.s1 {
        top: -10px;
        right: 20px;
        color: #333;
        transform: rotate(5deg)
    }

    .hero-sticker.s2 {
        bottom: 20px;
        left: -10px;
        background: #6BCB77;
        color: #fff;
        transform: rotate(-3deg)
    }

    .hero-sticker.s3 {
        top: 40%;
        right: -15px;
        background: #C77DFF;
        color: #fff;
        transform: rotate(8deg)
    }
.btn-primary {
    background: #FF6B6B;
    color: #fff;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
    box-shadow: 0 4px 15px rgba(255,107,107,0.4);
    display: inline-block
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(255,107,107,0.5)
    }

.btn-secondary {
    background: #fff;
    color: #FF6B6B;
    border: 2px solid #FF6B6B;
    padding: 11px 28px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
    display: inline-block
}

    .btn-secondary:hover {
        background: #FF6B6B;
        color: #fff
    }
html, body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    background-color: #ffffff;
}
.jobs-ul .li {
    box-shadow: 0 4px 10px rgba(255,107,107,0.1);
}
#search input {
    border: 2px solid #FF7A45;
}
#search-btn {
    cursor: pointer;
    width: 150px;
    line-height: 50px;
    text-align: center;
    background-color: #FF7A45;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    color: #ffffff;
}
/* ¸¡¶¯ÅÝÅÝ */
.bubble {
    position: absolute;
    border-radius: 50%;
    opacity: .6;
    animation: float-bubble 6s ease-in-out infinite
}

    .bubble.b1 {
        width: 60px;
        height: 60px;
        background: #FFD93D;
        top: 10%;
        left: 5%;
        animation-delay: 0s
    }

    .bubble.b2 {
        width: 40px;
        height: 40px;
        background: #FF6B6B;
        top: 60%;
        right: 8%;
        animation-delay: 1s
    }

    .bubble.b3 {
        width: 80px;
        height: 80px;
        background: #4D96FF;
        bottom: 10%;
        left: 15%;
        animation-delay: 2s;
        opacity: .3
    }

@keyframes float-bubble {
    0%,100% {
        transform: translateY(0) rotate(0deg)
    }

    50% {
        transform: translateY(-20px) rotate(10deg)
    }
}
.footer{
    display:none !important;
}