/*==============================================================================
[Master Stylesheet]

Project:        Recruta - Human Resources & Recruitment Agency
Version:        1.0
Description:    Recruta is a premium Human Resources & Recruitment HTML Bootstrap template
                crafted for high-end staffing agencies, boutique headhunters, corporate
                recruiters, and exclusive talent acquisition brands. Designed with elegance,
                clarity, and conversion in mind, Recruta helps you create a stunning
                recruitment website.
==============================================================================

TABLE OF CONTENTS
------------------------------------------------------------------------------

01.0  Import Vendor
02.0  Variable
      02.1  Color Variable
      02.2  Font Family Variable
      02.3  Animation Duration Preset
      02.4  Animation Delay Preset
03.0  Keyframe
04.0  Base Style
05.0  Section Style
06.0  Header Style
07.0  Footer Style
08.0  Sidebar Style
09.0  Button Style
10.0  Card Style
11.0  Color Style
12.0  Image Style
13.0  Heading Style
14.0  Form Style
15.0  Home Style
16.0  Banner Inner Style
17.0  Not Found Style
18.0  Partnership Style
19.0  About Style
20.0  Service Style
21.0  Why Choose Us Style
22.0  How It Works Style
23.0  Testimonial Style
24.0  FAQs Style
      24.1  FAQs Preview
      24.2  FAQs General
      24.3  FAQs Accordion
25.0  Contact CTA Style
26.0  Story Video Style
27.0  Benchmark Style
28.0  Job Style
      28.1  Job
      28.2  Job Detail
29.0  Blog Style
      29.1  Blog Post
      29.2  Single Post
30.0  Pricing Style
31.0  Contact Style
32.0      Animation Preset
33.0      Spacing Preset
      33.1 Flex Gap
      33.2 Grid Gap

------------------------------------------------------------------------------

COLOR GLOSSARY
------------------------------------------------------------------------------

    --primary           : #182742          (Dark navy     — main text & foreground)
    --secondary         : #97BAFF          (Light blue    — brand secondary, highlights)
    --text-color        : #5C5C5C          (Medium gray   — body paragraph text)
    --accent-color      : #E2FF05          (Electric lime — primary CTA & brand accent)
    --accent-color-2    : #2F384B          (Dark slate    — card & dark surface backgrounds)
    --accent-color-3    : #EEF4FF          (Ice blue      — soft tinted section background)
    --accent-color-4    : #F8FAFC          (Near white    — alternate light background)
    --accent-color-5    : #00C093          (Teal green    — success/positive indicator)
    --accent-color-6    : #FFFFFF          (White         — pure white surface/background)
    --accent-color-7    : #F5F5F5          (Light gray    — subtle background fill)
    --accent-color-8    : #02010100        (Transparent   — ghost/zero-opacity base)
    --accent-color-9    : #C3C04C          (Muted gold    — secondary highlight/badge)
    --accent-color-10   : #4C4DC3          (Indigo        — secondary interactive accent)
    --accent-color-11   : #EEEEEE          (Pale gray     — borders & dividers)
    --accent-color-12   : #00000014        (Black 8%      — subtle shadow/border overlay)
    --accent-color-13   : #EEEEEE26        (White 15%     — light ghost border on dark bg)
    --accent-color-14   : #18274200        (Navy 0%       — transparent gradient endpoint)
    --accent-color-15   : #182742B3        (Navy 70%      — semi-transparent dark overlay)
    --accent-overlay    : rgba(0,0,0,.45)  (Black 45%     — modal/hero dark overlay)

------------------------------------------------------------------------------

TYPOGRAPHY SYSTEM
------------------------------------------------------------------------------

    Font Families
    --font-family-global  : "Plus Jakarta Sans", sans-serif   (all text — body, headings, UI)

    Headings  (font-family: Plus Jakarta Sans, all weight 700)
    h1 / .heading-xl   — 65px / weight 700 / line-height 1.2em
    h2 / .heading-lg   — 48px / weight 700 / line-height 1.25em
    h3 / .heading-md   — 36px / weight 700 / line-height 1.3em
    h4 / .heading-sm   — 28px / weight 700 / line-height 1.35em
    h5 / .heading-xs   — 22px / weight 700 / line-height 1.4em
    h6 / .heading-xxs  — 18px / weight 700 / line-height 1.4em

    Body  (font-family: Plus Jakarta Sans)
    body — 16px / weight 400 / line-height 1.7em / color: --primary
    p    — 16px / weight 400 / line-height 1.7em / margin-bottom: 14.4px / color: --text-color

    Interactive
    button / a / .btn / .nav-link / .dropdown-item
         — 15px / weight 700 / line-height 1.1em / text-decoration: none / color: inherit

------------------------------------------------------------------------------

ANIMATION SYSTEM
------------------------------------------------------------------------------

    Duration Presets  (defined in :root — 02.3)
    --anim-duration-fast    : 0.8s
    --anim-duration-normal  : 1.1s
    --anim-duration-slow    : 1.6s

    Delay Presets  (defined in :root — 02.4)
    --anim-delay-none  : 0s
    --anim-delay-sm    : 0.25s
    --anim-delay-md    : 0.45s

    Keyframes  (section 03.0)
    @keyframes fade-in    — opacity 0 → 1
    @keyframes fade-up    — opacity 0→1 + translateY(80px → 0)
    @keyframes fade-down  — opacity 0→1 + translateY(-80px → 0)
    @keyframes fade-left  — opacity 0→1 + translateX(-120px → 0)
    @keyframes fade-right — opacity 0→1 + translateX(120px → 0)

    Utility Classes  (Animation Preset)
    .animation-box       — base animated element; opacity:0, forwards fill,
                           cubic-bezier(0.25, 0.8, 0.25, 1) easing, will-change set
    .anim-fast           — sets --anim-duration to fast preset  (0.8s)
    .anim-normal         — sets --anim-duration to normal preset (1.1s)
    .anim-slow           — sets --anim-duration to slow preset  (1.6s)
    .anim-delay-none     — sets --anim-delay to none preset (0s)
    .anim-delay-sm       — sets --anim-delay to sm preset   (0.25s)
    .anim-delay-md       — sets --anim-delay to md preset   (0.45s)

    Accessibility
    @media (prefers-reduced-motion: reduce) — disables animation, opacity & transform
                                              on all .animation-box elements

==============================================================================*/

/* ====================== */
/* 01.0 Import Vendor */
/* ====================== */

@import url('./fonts.css');
@import url('../vendor/bootstrap/css/bootstrap.min.css');
@import url('../vendor/fontaweasome/fontawesome.min.css');
@import url('../vendor/fontaweasome/brands.css');
@import url('../vendor/fontaweasome/regular.css');
@import url('../vendor/fontaweasome/solid.css');
@import url('../vendor/swiper/css/swiper-bundle.min.css');

/* ====================== */
/* 02.0 Variable */
/* ====================== */

:root{
    /* 02.1 Color Variable */
    --primary: #182742;
    --secondary: #97BAFF;
    --text-color: #5C5C5C;
    --accent-color: #E2FF05;
    --accent-color-2: #2F384B;
    --accent-color-3: #EEF4FF;
    --accent-color-4: #F8FAFC;
    --accent-color-5: #00C093;
    --accent-color-6: #FFFFFF;
    --accent-color-7: #F5F5F5;
    --accent-color-8: #02010100;
    --accent-color-9: #C3C04C;
    --accent-color-10: #4C4DC3;
    --accent-color-11: #EEEEEE;
    --accent-color-12: #00000014;
    --accent-color-13: #EEEEEE26;
    --accent-color-14: #18274200;
    --accent-color-15: #182742B3;
    --accent-overlay: rgba(0,0,0,.45);
    
    /* 02.2 Font Family Variable */
    --font-family-global: "Plus Jakarta Sans", sans-serif;

    /* 02.3 Animation Duration Preset */
    --anim-duration-fast: 0.8s;
    --anim-duration-normal: 1.1s;
    --anim-duration-slow: 1.6s;

    /* 02.4 Animation Delay Preset */
    --anim-delay-none: 0s;
    --anim-delay-sm: 0.25s;
    --anim-delay-md: 0.45s;
}

/* ====================== */
/* 03.0 Keyframe */
/* ====================== */

@media (prefers-reduced-motion: reduce) {
    .animation-box { 
        animation: none !important;
        opacity: 1 !important; 
        transform: none !important; 
    }
}

@keyframes fade-in   { 
    from {opacity:0;} to {opacity:1;} 
}

@keyframes fade-up   { 
    from {opacity:0; transform:translateY(80px);} to {opacity:1; transform:translateY(0);} 
}

@keyframes fade-down { 
    from {opacity:0; transform:translateY(-80px);} to {opacity:1; transform:translateY(0);} 
}

@keyframes fade-left { 
    from {opacity:0; transform:translateX(-120px);} to {opacity:1; transform:translateX(0);} 
}

@keyframes fade-right{ 
    from {opacity:0; transform:translateX(120px);} to {opacity:1; transform:translateX(0);} 
}

/* ====================== */
/* 04.0 Base Style */
/* ====================== */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: var(--font-family-global);
    font-size: 16px;
    line-height: 1.7em;
    color: var(--primary);
}

h1,
.heading-xl{
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2em;
}

h2,
.heading-lg{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
}

h3,
.heading-md{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
}

h4,
.heading-sm{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35em;
}

h5,
.heading-xs{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}

h6,
.heading-xxs{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 14.4px;
    color: var(--text-color);
}

ul{
    list-style: none;
}

button, a,
.btn, .nav-link,
.dropdown-item{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1em;
    text-decoration: none;
    color: inherit;
}

/* ====================== */
/* 05.0 Section Style */
/* ====================== */

.section{
    padding: 120px 0px;
}

.page-container{
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* ====================== */
/* 06.0 Header Style */
/* ====================== */

.header-container{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.header-info__wrapper{    
    background-color: var(--primary);
    padding: 12px 0px;
}

.header-info__container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.header-info__item{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    color: var(--accent-color-6);
}

.header-info__item i{
    color: var(--accent-color);
    font-size: 18px;
}

.navbar-container{
    padding: 20px 0px;
    background-color: var(--accent-color-6);
}

.navbar{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
}

.navbar-nav{
    flex-direction: row;
    gap: 20px;
}

.navbar-nav-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.navbar-logo-container{
    width: 25%;
    display: flex;
    justify-content: center;
}

.navbar-logo-container img{
    width: 60%;
}

.nav-link-container{
    width: 50%;
}

.navbar-nav .nav-link{
    padding: 0px 20px !important;
    color: var(--primary);
    fill: var(--primary);
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color: var(--secondary);
    fill: var(--secondary);
}

.navbar .dropdown-menu{
    padding: 15px;
    min-width: 220px;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
}

.navbar .dropdown-item{
    background-color: var(--accent-color-8);
    color: var(--primary);
    padding: 15px;
    transition: all 0.3s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item.active{
    color: var(--secondary);
}

.dropdown-toggle::after{
    display: none;
}

.navbar-cta-container{
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.nav-btn{
    display: none;
    background-color: var(--accent-color);
    color: var(--primary);
    box-shadow: 3px 3px 0px 0px var(--secondary);
    transition: all 0.3s ease;
    outline: none;
    width: max-content;
    padding: 10px;
    border-radius: 10px;
    border: none;
    width: 56px;
    font-size: 24px;
    justify-content: flex-end;
}

.nav-btn:hover{
    background-color: var(--secondary);
    color: var(--primary);
}

/* ====================== */
/* 07.0 Footer Style */
/* ====================== */

.footer-container{
    background-color: var(--primary);
    color: var(--accent-color-6);
    padding: 120px 0px 20px;
    position: relative;
    z-index: 1;
}

.footer-container::before{
    content: '';
    position: absolute;
    background-image: url('../images/bg-overlay.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.02;
    z-index: -1;
}

.footer__page-layout{
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.footer__page-header{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.footer-social{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50% 50% 50% 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    aspect-ratio: 1/1;
    font-size: 18px;
    background-color: var(--accent-color);
    color: var(--primary);
    transition: all 0.3s ease;
}

.footer-social:hover{
    background-color: var(--secondary);
}

.footer__page-layout .divider{
    margin: 35px 0px;
    width: 100%;
    border-bottom: 1px solid var(--accent-color-13);
}

.footer__links-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.footer__quick-links{
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-list{
    margin: 0;
    padding: 0;
}

.footer-list li{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: var(--accent-color-6);
    transition: all 0.3s ease;
}

.footer-list a{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.footer-list i{
    color: var(--secondary);
}

.footer-list li:hover{
    color: var(--secondary);
}

.footer__quick-links.contact-link{
    width: 25%;
}

.footer__newsletter-container{
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__copyright{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

/* ====================== */
/* 08.0 Sidebar Style */
/* ====================== */

.sidebar-overlay{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: var(--accent-overlay);
    transition: left 0.4s ease-in-out;
    z-index: 11;
    display: none;
}

.sidebar-overlay.active{
    left: 0;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100%;
    background: var(--accent-color-6);
    color: var(--primary);
    transition: transform 0.4s ease-in-out;
    z-index: 12;
    overflow-y: auto;
    max-height: 100vh;
    padding: 0px 16px 0px 5px;
    display: none;
}

.sidebar.active{
    transform: translateX(350px);
}

.sidebar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
}

.sidebar-close-btn {
    display: inline-block;
    justify-content: center;
    background-color: var(--accent-color);
    color: var(--primary);
    border: none;
    box-shadow: 3px 3px 0px 0px var(--secondary);
    position: relative;
    cursor: pointer;
    padding: 8px 8px 8px 8px;
    margin: 12px 12px 12px 12px;
    border-radius: 3px;
    width: 45px;
    outline: none;
    transition: all 0.3s ease;
}

.sidebar-close-btn:hover{
    background-color: var(--secondary);
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.sidebar-menu li {
    padding: 10px 15px;
}

.sidebar-menu a {
    color: var(--primary);
    text-decoration: none;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.sidebar-menu a:hover,
.sidebar-menu a.active,
.sidebar-menu a:focus {
    color: var(--secondary);
}

.sidebar-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-dropdown-btn {
    background: none;
    border: 1px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
    font-size: 16px;
    cursor: pointer;
    padding: 3px 15px;
    transition: transform 0.3s ease;

}
.sidebar-dropdown-btn:hover {
    color: var(--primary);
}

.sidebar-dropdown-menu {
    list-style: none;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar-dropdown-menu.active {
    max-height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.below-dropdown {
    transition: margin-top 0.1s ease-in-out;
    margin-top: 0px;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

/* ====================== */
/* 09.0 Button Style */
/* ====================== */

.btn{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 17px 34px;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    width: max-content;
    transition: all 0.3s ease;
}

.btn-accent{
    background-color: var(--accent-color);
    color: var(--primary);
    box-shadow: 3px 3px 0px 0px var(--secondary);
}

.btn-accent:hover{
    background-color: var(--secondary);
    color: var(--primary);
}

.btn-transparent{
    background-color: var(--accent-color-8);
    color: var(--accent-color-6);
    border: 1px solid var(--accent-color-6);
    box-shadow: 3px 3px 0px 0px var(--accent-color-6);
}

.btn-transparent:hover{
    background-color: var(--accent-color);
    color: var(--primary);
    border: 1px solid var(--accent-color);
    box-shadow: 3px 3px 0px 0px var(--secondary);
}

/* ====================== */
/* 10.0 Card Style */
/* ====================== */

.card{
    border-radius: 12px;
    border: none;
}

.about-card-companies{
    background-color: var(--secondary);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
}

.about-card-companies__header{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
}

.about-card-candidates{
    background-color: var(--primary);
    color: var(--accent-color-6);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-card-candidates .divider{
    margin: 15px 0px;
    border-bottom: 1px solid var(--accent-color-13);
}

.about-card-candidates p{
    margin-top: 45px;
}

.card-service{
    background-color: var(--accent-color-6);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding: 30px;
}

.card-service__header{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-card-support{
    background-color: var(--accent-color-10);
    color: var(--accent-color-6);
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-card-testimonial{
    background-color: var(--secondary);
    color: var(--accent-color-6);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.why-choose-card-stats{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    background-color: var(--primary);
    color: var(--secondary);
    padding: 15px;
}

.why-choose-card-stats__header{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.how-it-works__step{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap: 20px;

    padding: 25px;

    position: sticky;
    top: 0px;

    margin-bottom: 30px;
}

.how-it-works__step:nth-child(1){
    top:0px;
    z-index: 1;
}

.how-it-works__step:nth-child(2){
    top:100px;
    z-index: 2;
}

.how-it-works__step:nth-child(3){
    top:120px;
    z-index: 3;
}

.how-it-works__step:nth-child(4){
    top:140px;
    z-index: 4;
}

.testimonial__review-card{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 25px;
    background-color: var(--secondary);
    color: var(--primary);
    position: relative;
}

.faq__help-card{
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: var(--accent-color-6);
    color: var(--primary);
}

.benchmark__award{
    background-color: var(--accent-color-7);
    color: var(--primary);
    padding: 35px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.job__card{
    background-color: var(--accent-color-7);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}

.job__card-meta{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}

.job__card-meta i{
    font-size: 16px;
}

.job__card-title{
    color: var(--primary);
    transition: all 0.3s ease;
}

.job__card-title:hover{
    color: var(--secondary);
}

.job-detail__benefit-list{
    background-color: var(--accent-color-7);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 35px;
}

.job-detail__benefit-list .divider{
    margin: 6px 0px;
    border-bottom: 1px solid var(--accent-color-12);
}

.job-detail__info-card{
    background-color: var(--accent-color-7);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 35px;
}

.job-detail__apply-card{
    background-image: url('../images/professional-team-attends-meeting-in-modern-confer-2026-01-09-11-31-29-utc.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--accent-color-6);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.job-detail__apply-card::before{
    content: '';
    position: absolute;
    background-color: var(--primary);
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
}

.job-detail__apply-card .spacer{
    height: 110px;
}

.pricing__card{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 12px;
    background-color: var(--accent-color-7);
    color: var(--primary);
}

.pricing__card-header{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
}

.pricing__card-body{
    background-color: var(--accent-color-6);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
    border-radius: 12px;
}

.blog__card{
    background-color: var(--accent-color-7);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.blog__card-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

.blog__card:hover .blog__card-img img{
    transform: scale(1.05) rotate(2deg);
    opacity: 0.8;
}

.contact__form-col{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    background-color: var(--accent-color-7);
    color: var(--primary);
}

.contact__info-item{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 15px 30px;
    border: 1px solid var(--accent-color-11);
}

/* ====================== */
/* 11.0 Color Style */
/* ====================== */

.accent-color{
    color: var(--accent-color);
}

.accent-color-5{
    color: var(--accent-color-5);
}

.accent-color-6{
    color: var(--accent-color-6);
}

.bg-accent-color-7{
    background-color: var(--accent-color-7);
}

/* ====================== */
/* 12.0 Image Style */
/* ====================== */

.image-container{
    position: relative;
    z-index: 1;
}

.image-container img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.home__image-intro{
    width: 65%;
}

.about-card-comanies-img{
    display: flex;
    justify-content: flex-end;
}

.about-card-comanies-img img{
    width: 56%;
}

.swiper-partner img{
    max-width: 100%;
}

.why-choose-card-support-img img{
    width: 75%;
}

.why-choose-card-testimonial-avatar{
    width: 35%;
    height: auto;
}

.why-choose-card-testimonial-avatar img{
    width: 100%;
    border-radius: 100px;
}

.why-choose-card-stats-avatars{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.why-choose-card-stats-avatars img{
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border: 3px solid var(--primary);
    border-radius: 100px;
}

.why-choose-card-stats-avatars img:not(:nth-child(1)) {
    margin-left: -15px;
}

.testimonial__review-avatar img{
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.story-video__image-decoration{
    width: 120px;
    position: relative;
    z-index: 1;
    margin-left: -106px;
}

.story-video__image-decoration img{
    width: 100%;
    display: block;
}

.job__card-logo{
    width: 25%;
    background-color: var(--accent-color-6);
    border-radius: 12px;
    padding: 15px;
}

.job__card-logo img{
    width: 100%;
    border-radius: 100px;
}

.job-detail__apply-logo img{
    width: 20%;
}

.blog__card-img img{
    width: 100%;
    transition: all 0.3s ease;
}

.single-post__featured-image{
    position: relative;
    min-height: 760px;
}

.single-post__featured-image img{
    width: 100%;
    border-radius: 12px;
}

.banner-notfound__image img{
    width: 60%;
}

.sidebar-logo img{
    max-width: 160px;
    max-height: 60px;
}

.footer-logo{
    display: flex;
}

.footer-logo img{
    width: 40%;
}

/* ====================== */
/* 13.0 Heading Style */
/* ====================== */

.sub-heading{
    background-color: var(--accent-color-3);
    color: var(--primary);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 2px;
    width: max-content;
}

.sub-heading.sub-heading-dark{
    background-color: var(--accent-color-2);
    color: var(--secondary);
}

/* ====================== */
/* 14.0 Form Style */
/* ====================== */

.form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form input,
.form textarea{
    padding: 17px 34px;
    border-radius: 12px;
    background-color: var(--accent-color-6);
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    outline: none;
    box-shadow: none;
    border: none;
}

.alert {
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    align-items: center;
    text-align: center;
    padding: 2em;
    border-radius: 6px;
    background-color: var(--accent-color-6);
    color: var(--primary);
    border: 1px solid var(--accent-color-12);
}

.hidden{
    display: none;
}

/* ====================== */
/* 15.0 Home Style */
/* ====================== */

.banner-home{
    padding: 120px 0px 0px 0px;
    background-color: var(--primary);
    color: var(--accent-color-6);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-home::before{
    content: '';
    position: absolute;
    background-image: url('../images/bg-overlay.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    z-index: -1;
}

.home__page-layout{
    display: flex;
    flex-direction: row;
    gap: 35px;
    justify-content: space-between;
    
}

.home__intro{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}

.home__image-col{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 0;
    justify-content: flex-end;
    position: relative;
    align-self: flex-end;
    align-items: center;
    z-index: 1;
}

.home__image-decoration{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 0;
}

/* ====================== */
/* 16.0 Banner Inner Style */
/* ====================== */

.banner-inner{
    background-color: var(--primary);
    color: var(--accent-color-6);
    position: relative;
    z-index: 1;
}

.banner-inner::before{
    content: '';
    position: absolute;
    background-image: url('../images/bg-overlay.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    z-index: -1;
}

.banner-inner__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.banner-inner__breadcrumb{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.banner-inner__breadcrumb li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: var(--accent-color-6);
    transition: all 0.3s ease;
}

.banner-inner__breadcrumb li:hover{
    color: var(--accent-color);
}

.banner-inner__breadcrumb a{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* ====================== */
/* 17.0 Not Found Style */
/* ====================== */

.banner-notfound{
    background-color: var(--primary);
    color: var(--accent-color-6);
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner-notfound__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.banner-notfound__description{
    width: 42%;
    color: var(--accent-color-6);
}

/* ====================== */
/* 18.0 Partnership Style */
/* ====================== */

.parnership-section{
    padding: 60px 0px 30px;
}

.partnership__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.partnership__heading{
    margin-bottom: 25px;
}

.swiper-partner{
    width:100%;
    overflow:hidden;
}

.swiper-partner .swiper-slide{
    background-color: var(--accent-color-7);
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 26px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

/* ====================== */
/* 19.0 About Style */
/* ====================== */

.about__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__content{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.about__intro{
    width: 38%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__intro-higlight{
    display: flex;
    flex-direction: row;
    gap: 21px;
}

.about__intro-highlight-icon{
    width: 52px;
    height: 52px;
    background-color: var(--secondary);
    color: var(--primary);
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

.about__intro-highlight-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about__intro .divider{
    margin: 15px 0px;
    width: 100%;
    border-bottom: 1px solid var(--accent-color-11);
}

.about__image-col{
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 20px;
}

.about__highlight-image{
    background-image: url('../images/confident-business-woman-in-modern-office-showcasi-2026-03-27-02-12-47-utc.jpg');
    background-position: -24px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.about__highlight-image .spacer{
    height: 50px;
}

.about__card-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__tags{
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.about__tag{
    padding: 8px 15px;
    border: 1px solid var(--accent-color-11);
    border-radius: 50px;
    background-color: var(--accent-color-6);
    color: var(--primary);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 2px;
}

.about-cta{
    display: flex;
    justify-content: center;
    text-align: center;
}

.about__cta-link{
    color: var(--secondary);
    transition: all 0.3s ease;
}

.about__cta-link:hover{
    color: var(--primary);
}

/* ====================== */
/* 20.0 Service Style */
/* ====================== */

.service__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service__heading{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

.service__heading .service__heading-title{
    width: 60%;
}

.service__icon{
    color: var(--primary);
    width: max-content;
    font-size: 36px;
    width: 62px;
    height: 62px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
}

.service__icon.talent-recruit{
    background-color: var(--secondary);
}

.service__icon.executive-search{
    background-color: var(--accent-color-5);
}

.service__icon.hr-consult{
    background-color: var(--accent-color-9);
}

.card-service-cta{
    width: max-content;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: var(--primary);
    transition: all 0.3s ease;
}

.card-service-cta:hover{
    color: var(--accent-color);
}

.service-page-cta{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
}

.service-page-cta-link{
    color: var(--secondary);
    transition: all 0.3s ease;
}

.service-page-cta-link:hover{
    color: var(--primary);
}

/* ====================== */
/* 21.0 Why Choose Us Style */
/* ====================== */

.why-choose__page-layout{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-choose__content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding-left: 20px;
}

.why-choose__checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-choose__checklist .divider {
    grid-column: 1 / -1;
    height: 1px;
    background: var(--accent-color-11);
}

.why-choose__checklist-item{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.why-choose__checklist-icon{
    color: var(--secondary);
    font-size: 20px;
}

.why-choose__image-col{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.why-choose__card-group{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-card-support-heading{
    color: var(--accent-color-6);
    padding: 20px;
}

.why-choose__stats-highlight-image{
    background-image: url('../images/professional-team-attends-meeting-in-modern-confer-2026-01-09-11-31-29-utc.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    border-radius: 12px;
}

.why-choose__stats-highlight-image .spacer{
    height: 50px;
}

/* ====================== */
/* 22.0 How It Works Style */
/* ====================== */

.how-it-works__banner{
    background-color: var(--primary);
    color: var(--accent-color-6);
    position: relative;
    z-index: 1;
}

.how-it-works__banner::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/asset-04.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.03;
}

.how-it-works__page-layout{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.how-it-works__intro{
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 25px;
    position: sticky;
    top: 0em;
}

.how-it-works__step-list{
    width: 55%;
    display: flex;
    flex-direction: column;
}

.how-it-works__step-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.how-it-works__heading-step{
    background-color: var(--accent-color-6);
    color: var(--secondary);
    border: 1px solid var(--accent-color-11);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 2px;
    width: max-content;
}

.how-it-works__step-img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 223px;
    border-radius: 12px 12px 12px 12px;
}

.how-it-works__step-img.understand-your-needs{
    background-image: url('../images/meeting-at-modern-workplace-in-office-setting-2026-01-08-00-16-17-utc.jpg');
}

.how-it-works__step-img.source-screen{
    background-image: url('../images/excited-young-woman-reviewing-important-documents-2026-01-09-10-12-52-utc.jpg');
}

.how-it-works__step-img.present-top-candidates{
    background-image: url('../images/business-team-meeting-in-bright-urban-office-2026-01-09-07-08-10-utc.jpg');
}

.how-it-works__step-img.hire-with-confidence{
    background-image: url('../images/business-agreement-negotiation-with-two-men-in-off-2026-01-08-02-20-17-utc.jpg');
}

/* ====================== */
/* 23.0 Testimonial Style */
/* ====================== */

.testimonial__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial__content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    overflow: hidden;
}

.testimonial__intro{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial__review-rating{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: var(--accent-color);
    font-size: 14px;
}

.testimonial__review-footer{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.swiper-testimonial{
    width:100%;
    overflow:hidden;
}

.testimonial__review-author{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.testimonial__review-author-body{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.testimonial__review-quote-icon{
    font-size: 48px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 1;
}

.testimonial__stats{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 45px;
    padding-top: 65px;
    border-top: 1px solid var(--accent-color-11);
}

.testimonial__stats-item{
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}

.testimonial__stat-number{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3em;
}

/* ====================== */
/* 24.0 FAQs Style */
/* ====================== */

/* 24.1 FAQs Preview */

.faq__page-layout{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.faq__content{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__help-header{
    display: flex;
    flex-direction: row;
    gap: 34px;
    align-items: center;
}

.faq__help-icon{
    width: 68px;
    height: 68px;
    font-size: 34px;
    background-color: var(--secondary);
    color: var(--primary);
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq__help-header-description{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq__accordion-col{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 20px;
}

/* 24.2 FAQs General */

.faq-general__page-layout{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* 24.3 FAQs Accordion */

.faq__accordion{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__accordion .accordion-item{
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: var(--accent-color-6);
    outline: none;
}

.faq__accordion .accordion-button{
    padding: 20px 36px;
    border-radius: 12px !important;
    box-sizing: border-box;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    background-color: var(--accent-color-6);
    color: var(--primary);
}

.faq__accordion .accordion-body{
    background-color: var(--primary);
    border-radius: 0px 0px 12px 12px;
}

.faq__accordion .accordion-body p{
    color: var(--accent-color-4);
}

.faq__accordion .accordion-button:not(.collapsed){
    border-radius: 12px 12px 0px 0px !important;
    background-color: var(--primary);
    color: var(--accent-color-4);
    border-bottom: 1px solid var(--accent-color-13);
}

.faq__accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-arrow-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v10.793l3.146-3.147a.5.5 0 1 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 1 1 .708-.708L7.5 13.293V2.5A.5.5 0 0 1 8 2z"/></svg>');
}

/* ====================== */
/* 25.0 Contact CTA Style */
/* ====================== */

.contact-cta__banner{
    background-attachment: fixed;
    background-image: url('../images/portrait-of-a-pretty-businesswoman-sitting-at-the-2026-01-09-12-34-41-utc.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--accent-color-6);
    position: relative;
    z-index: 1;
}

.contact-cta__banner::before{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, var(--primary) 40%, var(--accent-color-14) 100%);
    opacity: 0.8;
    z-index: -1;
}

.contact-cta__page-layout{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-cta__page-layout .divider{
    margin: 15px 0px;
    border-bottom: 1px solid var(--accent-color-13);
}

.contact-cta__highlight-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.contact-cta__highlight{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.contact-cta__highlight-icon{
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--primary);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-cta__highlight-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ====================== */
/* 26.0 Story Video Style */
/* ====================== */

.story-video__banner{
    background-image: url('../images/professional-woman-smiling-at-workplace-meeting-2026-03-20-06-20-54-utc.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 85vh;
    color: var(--accent-color-6);
    position: relative;
    z-index: 1;
}

.story-video__banner::before{
    content: '';
    position: absolute;
    background-image: linear-gradient(180deg, var(--accent-color-15) 0%, var(--primary) 100%);
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    z-index: -1;
}

.story-video__page-layout{
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.story-video__header{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.story-video__header h2{
    width: 70%;
}

.story-video__play{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.story-video__play-btn{
    position: relative;
    z-index: 2;
    width: 92px;
    height: 92px;
    background-color: var(--accent-color);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    transition: all 0.3s ease;
}

.story-video__play-btn:hover{
    background-color: var(--secondary);
}

/* ====================== */
/* 27.0 Benchmark Style */
/* ====================== */

.benchmark__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benchmark__heading{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

.benchmark__content{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.benchmark__image{
    width: 40%;
    height: auto;
    background-image: url('../images/excited-business-team-celebrating-success-in-moder-2026-01-05-05-57-15-utc.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.benchmark__image .spacer{
    height: 50px;
}

.benchmark__award-list{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 30px;
}

.benchmark__award-icon{
    width: 76px;
    height: 76px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    background-color: var(--secondary);
    color: var(--primary);
    border-radius: 10%;
}

.benchmark__award--green .benchmark__award-icon{
    background-color: var(--accent-color-5);
}

.benchmark__award--yellow .benchmark__award-icon{
    background-color: var(--accent-color-9);
}

.benchmark__award-body{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* ====================== */
/* 28.0 Job Style */
/* ====================== */

/* 28.1 Job */

.job__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job__intro{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.job__content{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.job__content.content-mobile{
    display: none;
}

.job__tab-nav{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.job__tab-nav .nav-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nav-pills .nav-link.job__tab-link,
.job__accordion .accordion-button.job__tab-link{
    padding: 10px 18px;
    border: 1px solid var(--accent-color-11);
    border-radius: 100px !important;
    color: var(--primary);
    background: transparent;
    box-shadow: none;
    font: inherit;
}

.nav-pills .nav-link.job__tab-link.active,
.job__accordion .accordion-button.job__tab-link:not(.collapsed){
    background-color: var(--secondary);
    color: var(--accent-color-6);
}

.job__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.job__card-company{
    font-size: 16px;
    line-height: 1.7em;
}

.job__card-footer{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.job__card-footer-info{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.job__accordion{
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-icon-width: 1rem;
}

.job__accordion .accordion-item{
    border: none;
    background: transparent;
    margin-bottom: 20px;
}

.job__accordion .accordion-header{
    margin: 0;
}

.job__accordion .accordion-button{
    justify-content: center;
}

.job__accordion .accordion-button::after{
    display: none;
}

.job__accordion .accordion-body{
    padding: 30px 0 0;
}

/* 28.2 Job Detail */

.job-detail__page-layout{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.job-detail__content{
    width: 66.66%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 30px;
}

.job-detail__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-detail__checklist{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.job-detail__checklist li{
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}

.job-detail__checklist i{
    color: var(--primary);
}

.job-detail__content-divider{
    margin: 10px 0px;
    border-bottom: 1px solid var(--accent-color-11);
}

.job-detail__benefit-item{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.job-detail__benefit-icon{
    width: 52px;
    height: 52px;
    border-radius: 100px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    color: var(--primary);
}

.job-detail__benefit-body{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.job-detail__sidebar{
    width: 33.33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 1em;
}

.job-detail__info-item{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 25px;
}

.job-detail__info-card .divider{
    margin: 4px 0px;
    border-bottom: 1px solid var(--accent-color-12);
}

.job-detail__info-label{
    color: var(--primary);
}

.job-detail__info-value{
    margin: 0;
}

.job-detail__apply-notice{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--accent-color-6);
    margin: 0;
}

.job-detail__apply-notice i{
    color: var(--accent-color);
}

/* ====================== */
/* 29.0 Blog Style */
/* ====================== */

/* 29.1 Blog Post */

.blog__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.blog__heading{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 45px;
}

.blog__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog__card-cta{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: var(--secondary);
    transition: all 0.3s ease;
}

.blog__card-cta:hover{
    color: var(--primary);
}

/* 29.2 Single Post */

.single-post__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-post__content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 160px;
}

.single-post__quote{
    background-color: var(--accent-color-7);
    color: var(--primary);
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-radius: 12px;
    padding: 35px;
}

.single-post__quote i{
    font-size: 38px;
    color: var(--secondary);
}

.single-post__quote-text{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--primary);
    margin-bottom: 0;
}

.single-post__checklist{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-post__checklist li{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: var(--text-color);
}

.single-post__checklist i{
    color: var(--secondary);
    font-size: 14px;
}

/* ====================== */
/* 30.0 Pricing Style */
/* ====================== */

.pricing__page-layout{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing__header{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

.pricing__content{
    display: flex;
    flex-direction: column;
}

.pricing__price{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3em;
}

.pricing-list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pricing-list li{
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}

.pricing-list li::before{
    content: "\f058";
    font-family: "Font Awesome 7 Free";
    font-weight: 700;
    color: var(--secondary);
    margin-right: 0.5em;
    font-size: 16px;
    display: inline-block;
}

.pricing__footer{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.pricing__footer-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}

.pricing__footer-item i{
    color: var(--secondary);
}

/* ====================== */
/* 31.0 Contact Style */
/* ====================== */

.contact__page-layout{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.contact__info-col{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact__info-icon{
    color: var(--secondary);
    font-size: 32px;
}

.contact__info-body{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact__map{
    height: 554px;
    border-radius: 12px;
}

.contact__form-col .divider{
    margin: 8px 0px;
    border-bottom: 1px solid var(--accent-color-12);
}

#contact-form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
#contact-form textarea,
#contact-form button{
    grid-column: 1 / -1;
}

/* ====================== */
/* 32.0 Animation Preset */
/* ====================== */

.animation-box {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: opacity, transform;
}

.anim-fast {
    --anim-duration: var(--anim-duration-fast);
}

.anim-normal {
    --anim-duration: var(--anim-duration-normal);
}

.anim-slow {
    --anim-duration: var(--anim-duration-slow);
}

.anim-delay-none {
    --anim-delay: var(--anim-delay-none);
}

.anim-delay-sm {
    --anim-delay: var(--anim-delay-sm);
}

.anim-delay-md {
    --anim-delay: var(--anim-delay-md);
}

/* ====================== */
/* 33.0 Spacing Preset */
/* ====================== */

/* 33.1 Flex Gap */

.flex-gap-0 { 
    gap: 0px; 
}
.flex-gap-1 { 
    gap: 10px; 
}
.flex-gap-2 { 
    gap: 20px; 
}
.flex-gap-3 { 
    gap: 30px; 
}
.flex-gap-4 { 
    gap: 40px ; 
}
.flex-gap-5 { 
    gap: 50px; 
}
.flex-gap-x-0 { 
    column-gap: 0px; 
}
.flex-gap-x-1 { 
    column-gap: 10px; 
}
.flex-gap-x-2 { 
    column-gap: 20px; 
}
.flex-gap-x-3 { 
    column-gap: 30px; 
}
.flex-gap-x-4 { 
    column-gap: 40px; 
}
.flex-gap-x-5 { 
    column-gap: 50px; 
}

.flex-gap-y-0 { 
    row-gap: 0px; 
}
.flex-gap-y-1 { 
    row-gap: 10px; 
}
.flex-gap-y-2 { 
    row-gap: 20px; 
}
.flex-gap-y-3 { 
    row-gap: 30px; 
}
.flex-gap-y-4 { 
    row-gap: 40px; 
}
.flex-gap-y-5 { 
    row-gap: 50px; 
}

/* 33.2 Grid Gap */

.grid-gap-0{
    --bs-gutter-x: 0px;
    --bs-gutter-y: 0px;
}

.grid-gap-1{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.grid-gap-2{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.grid-gap-3{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.grid-gap-4{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}

.grid-gap-5{
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}

.grid-gap-x-0 {
    --bs-gutter-x: 0px;
}
.grid-gap-x-1 {
    --bs-gutter-x: 10px;
}
.grid-gap-x-2 {
    --bs-gutter-x: 20px;
}
.grid-gap-x-3 {
    --bs-gutter-x: 30px;
}
.grid-gap-x-4 {
    --bs-gutter-x: 40px;
}
.grid-gap-x-5 {
    --bs-gutter-x: 50px;
}

.grid-gap-y-0 {
    --bs-gutter-y: 0px;
}
.grid-gap-y-1 {
    --bs-gutter-y: 10px;
}
.grid-gap-y-2 {
    --bs-gutter-y: 20px;
}
.grid-gap-y-3 {
    --bs-gutter-y: 30px;
}
.grid-gap-y-4 {
    --bs-gutter-y: 40px;
}
.grid-gap-y-5 {
    --bs-gutter-y: 50px;
}