/* Regular */
@font-face {
    font-family: "RoobertTRIAL";
    src: url("../fonts/RoobertTRIAL-Regular-BF67243fd53fdf2.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: "RoobertTRIAL";
    src: url("../fonts/RoobertTRIAL-Medium-BF67243fd53e059.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

/* Semibold */
@font-face {
    font-family: "RoobertTRIAL";
    src: url("../fonts/RoobertTRIAL-SemiBold-BF67243fd54213d.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

:root {
    --color-text-primary: #101010;
    --color-text-secondary: #F5B502;
    --color-white: #ffffff;
    --color-primary: #F5B502;
    --color-secondary: #005149;
    --color-turnary: #F8F9FB;

    --transition-default: all .3s;
}


* {
    padding: 0px;
    margin: 0px;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    outline: none;
    color: var(--color-text-primary);
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
button,
header {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    padding: 0px;
    margin: 0px;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

/*========== Body ==========*/
html {
    width: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: var(--color-white);
    color: #101010;
    font-weight: normal;
    line-height: normal;
    font-family: "RoobertTRIAL", sans-serif;
}


/* ---------- Comman CSS ---------- */

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 0px;
}

.w-full {
    width: 100%;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fs-16 {
    font-size: 16px;
    line-height: 24px;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

.fs-24 {
    font-size: 24px;
    line-height: 36px;
}

.fs-48 {
    font-size: 48px;
    line-height: 62px;
}




.btn-plain {
    background-color: var(--color-white);
}

.btn {
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 12px;
    display: inline-block;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.btn:hover {
    scale: 1.09;
}

.btn-secondary {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

/* ---------- Custom CSS ---------- */

.header {
    position: sticky;
    top: 0px;
    background-color: var(--color-white);
    z-index: 999;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.header .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}



.header .navbar-nav .nav-item .nav-link {
    color: var(--color-text-primary);
    font-weight: 500;
    line-height: 24px;
}

.header .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-primary);
}



.login {
    color: #101010;
    background-color: var(--color-white);
}

.title {
    font-weight: 600;
    color: var(--color-text-primary);
}

.title span {
    font-weight: 600;
    background-color: var(--color-primary);
    border-radius: 4px;
    padding: 4px 8px;
}

.hamburger {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

/* MOBILE SLIDER MENU */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    padding: 30px;
    transition: right .3s ease;
    z-index: 9999;
}

.mobile-menu.active {
    right: 0;
}

/* X CLOSE ICON */
.close-menu {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
}

/* MOBILE NAV LINKS */
.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.mobile-nav li {
    margin-bottom: 20px;
}

.mobile-nav a {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-primary);
}

/* MOBILE BUTTONS */
.mobile-buttons button {
    width: 100%;
    margin-bottom: 15px;
}


/* Hero Section */

.hero-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.hero-section .content-area {
    max-width: 570px;
}

.hero-section .hero-img {
    max-width: 570px;
}

.hero-section .content-area {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 48px;
}

.content-area .content-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
}

.content-area .rating {
    gap: 8px;
    background-color: var(--color-white);
    border-radius: 100px;
    padding: 10px 16px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);

}

.rating .rating-text {
    font-weight: 600;
}

.rating .rating-text span {
    font-size: 12px;
    color: var(--color-text-primary);
    font-weight: 400;
}

.content-main .hero-title {
    font-size: 70px;
    line-height: 84px;
    font-weight: 600;
    color: var(--color-text-primary);
}

.content-main .hero-title span {
    color: var(--color-primary);
}

.content-main .hero-desc {
    color: var(--color-text-primary);
}

.hero-section .hero-img img {
    border-radius: 16px;
    width: 100%;
}



/* Job Search Section */

.job-search {
    gap: 32px;
}

.job-search .content-area {
    gap: 20px;
}

.job-search .content-area .title {
    font-weight: 600;
    color: var(--color-text-primary);
}

.job-search .content-area .title span {
    font-weight: 600;
    background-color: var(--color-primary);
    border-radius: 4px;
    padding: 4px 8px;
}

.job-search .content-area .desc {
    font-weight: 500;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

/* Track containing logos */
.logo-track {
    display: flex;
    align-items: center;
    gap: 64px;
    animation: scroll 18s linear infinite;
    width: max-content;
}

/* Logo size adjustment */
.logo-track img {
    height: 100px;
    flex-shrink: 0;
    opacity: 0.9;
    transition: opacity .3s;
}

.logo-track img:hover {
    opacity: 1;
}

/* Keyframes for infinite scroll */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* all-in-one Section */

.all-in-one {
    background-color: var(--color-turnary);
}

.all-in-one .all-in-one-inner {
    background-color: var(--color-primary);
    padding: 48px;
    border-radius: 16px;
    gap: 32px;
}

.all-in-one .all-in-one-inner .title {
    font-weight: 600;
    text-align: center;
}

.all-in-one .all-in-one-inner .title span {
    font-weight: 600;
    background-color: var(--color-white);
    border-radius: 4px;
    padding: 4px 8px;
}

.card-wrapper {
    max-width: 1170px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.card {
    background: var(--color-white);
    padding: 24px;
    border-radius: 16px;
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
}

.icon-box {
    width: fit-content;
    padding: 14px;
    border-radius: 12px;
    background: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.icon-box img {
    width: 28px;
    height: 28px;
}

.card h3 {
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 16px;
}

.card p {
    color: var(--color-text-primary);
    font-weight: 400;
}

.card-wrapper .card:nth-child(-n + 3) {
    grid-column: span 4;
}

.card-wrapper .card:nth-child(n + 4) {
    grid-column: span 6;
}



/* How it works Section */

.how-it-works {
    position: relative;
}

.how-it-works-img {
    max-width: 470px;
    gap: 14px;
}

.how-it-works-img img {
    width: 100%;
    height: 206px;
}

.how-it-works .fetured-img {
    position: absolute;
    left: 0px;
    top: 239px;
    width: 635px;
    height: 400px;
    background-color: var(--color-primary);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    z-index: -1;
}

.how-it-works .how-it-works-content {
    max-width: 570px;
}

.how-it-works-inner .how-it-works-content {
    gap: 32px;
}

.how-it-works-inner .mobile {
    display: none;
}

.how-it-works-content .steps-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.steps-wrapper .step-card {
    background: var(--color-turnary);
    padding: 24px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.steps-wrapper .step-badge {
    background: var(--color-secondary);
    color: var(--color-white);
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-wrapper .step-content h3 {
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 12px;
}

.steps-wrapper .step-content p {
    color: var(--color-text-primary);
    font-weight: 500;

}




/* Testimonial Section */

.testimonial {
    background-color: var(--color-primary);
}

.testimonial-inner {
    gap: 32px;
}

.testimonial-inner .title {
    font-weight: 600;
    text-align: center;
}

.testimonial-inner .title span {
    font-weight: 600;
    background-color: var(--color-white);
    border-radius: 4px;
    padding: 4px 8px;
}

.slider {
    width: 100%;
    max-width: 970px;
    overflow: hidden;
    position: relative;
}

/* SLIDES TRACK */
.slides {
    display: flex;
    width: 200%;
    justify-content: center;
/*    animation: slideAnim 10s infinite;*/
    gap: 30px;
}

/* EACH SLIDE */
.slide {
    width: 100%;
    display: flex;

}

/* TESTIMONIAL CARD */
.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    background: var(--color-secondary);
    border-radius: 24px;
    padding: 48px;
    position: relative;
    min-height: 380px;
}

.user-row {
    display: flex;
    align-items: center;
    gap: 20px;
}


.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.avatar {
    width: 80px;
    height: 80px;
}

.name {
    color: var(--color-white);
}

.stars img {
    width: 128px;
}

.review-text {
    color: var(--color-white);
    font-weight: 400;
    line-height: 30px;
}

.trust-icon {
    width: 138px;
}

.quote-icon {
    width: 62px;
    position: absolute;
    top: 40px;
    right: 40px;
}

/* AUTO CAROUSEL ANIMATION */
@keyframes slideAnim {
    0% {
        transform: translateX(0%);
    }

    40% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(-50%);
    }

    90% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}


/* Explore Job Search Section */

.explore-job-search {
    background-color: var(--color-secondary);
}

.explore-job-search-inner {
    width: 100%;
    max-width: 1170px;

}

.explore-job-search-content {
    padding: 62px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background: var(--color-white);
    border-radius: 16px;
}

/* Content Center Box */
.explore-job-search-inner .content-box {
    max-width: 570px;
    margin: auto;
    position: relative;
    z-index: 4;
    gap: 48px;
}

.explore-job-search-inner .main-content {
    gap: 20px;
}

.explore-job-search-inner .desc {
    color: var(--color-text-primary);
}

/* Buttons */
.explore-job-search-inner .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.explore-job-search-inner .btn {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
}

.explore-job-search-inner .btn.primary {
    background: var(--color-primary);
    color: var(--color-text-primary);
    line-height: 24px;
}

.explore-job-search-inner .btn.outline {
    border: 1px solid var(--color-text-primary);
    color: var(--color-text-primary);
    line-height: 24px;

}

/* Yellow corner shapes */
.explore-job-search-inner .shape {
    position: absolute;
    width: 410px;
    height: 260px;
    background: var(--color-primary);
    border-radius: 16px;
    transform: rotate(45deg);
    z-index: 1;
}

.explore-job-search-inner .left-shape {
    left: -197px;
    bottom: -58%;
    transform: translateY(-50%) rotate(-45deg);
}

.explore-job-search-inner .right-shape {
    right: -197px;
    bottom: -58%;
    transform: translateY(-50%) rotate(45deg);
}



/* FAQ Section */

.faq-section {
    background: var(--color-primary);
}

.faq-section-inner {
    width: 100%;
    max-width: 1170px;
    gap: 32px;
}

.faq-title {
    font-weight: 700;
    text-align: center;
    color: var(--color-text-primary);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start;
}

/* FAQ Card */
.faq-item {
    background: var(--color-white);
    padding: 24px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    break-inside: avoid;
}

.faq-item:hover {
    transform: translateY(-2px);
}

/* Question Row */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-text-primary);
}


.faq-question span {
    width: 100%;
    max-width: 90%;
}

/* Icon */
.faq-question .icon {
    width: 32px;
    height: 32px;
    background: var(--color-secondary);
    color: var(--color-white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: bold;
}

.faq-answer {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-text-primary);
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #EEEEEE;
    display: none;
}

/* Active State */
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .icon {
    background: var(--color-secondary);
}

.faq-item.active .icon {
    content: "−";
}



/* Footer Section */

.footer-inner {
    padding: 48px 0px;
    gap: 24px;
}

.footer-inner .tealhq-logo {
    height: 56px;
}

.footer .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}



.footer .footer-nav .nav-item .nav-link {
    color: var(--color-text-primary);
    font-weight: 500;
    line-height: 24px;
}

.footer .footer-nav .nav-item .nav-link:hover {
    color: var(--color-primary);
}

.footer .copyright {
    padding: 20px 0px;
    font-weight: 500;
    background-color: var(--color-secondary);
    color: var(--color-white);
}