@font-face {
    font-family: "Cera Pro";
    src: url("/assets/fonts/CeraPro-Regular.woff2") format("woff2"),
    url("/assets/fonts/CeraPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cera Pro";
    src: url("/assets/fonts/CeraPro-Medium.woff2") format("woff2"),
    url("/assets/fonts/CeraPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cera Pro";
    src: url("/assets/fonts/CeraPro-Bold.woff2") format("woff2"),
    url("/assets/fonts/CeraPro-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('/assets/fonts/icomoon.eot?e3gpgd');
    src: url('/assets/fonts/icomoon.eot?e3gpgd#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?e3gpgd') format('truetype'),
    url('/assets/fonts/icomoon.woff?e3gpgd') format('woff'),
    url('/assets/fonts/icomoon.svg?e3gpgd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
    content: "\e900";
}

.icon-map-pin:before {
    content: "\e901";
}

.icon-eur:before {
    content: "\f153";
}

.icon-euro:before {
    content: "\f153";
}

body {
    margin: 0;
    font-family: "Cera Pro", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #111;
    background-color: #e3e2dd;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility
}

.bg-dark {
    background-color: #0f172a !important;
}

a {
    color: #5a9bff !important;
    text-decoration: underline;
    transition: all 0.3s ease-out;
}

a:hover {
    color: #5a9bff !important;
    text-decoration: none;
}

.offcanvas {
    background: #0f172a;
}

.offcanvas-header {
    padding: 1rem 1rem 0 1rem !important;
}

.offcanvas-title {
    color: #fd6602 !important;
}

.offcanvas-body {
    padding: 0.5rem 1rem !important;
}

.back {
    position: relative;
    min-height: 420px;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.45)
    ),
    url("/assets/images/Montenegro_0.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.back > * {
    position: relative;
    z-index: 1; /* məzmun overlay-dən yuxarıda qalsın */
}

.hero-title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 720px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .6);
}

.hero-subtitle {
    color: #f1f1f1;
    font-size: 18px;
    opacity: .9;
    margin-bottom: 25px;
}

.search-form {
    margin: 0 auto;
}

.search-group {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.search-group:focus-within {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.search-input {
    flex: 1;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.search-btn {
    background: #f97316;
    border: none;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn .icon {
    width: 20px;
    height: 20px;
}

.hero-trust {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.hero-trust span {
    background: rgba(255, 255, 255, .9);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(0, 0, 0, .08);
    transition: .25s;
}

.hero-trust svg {
    color: #1ea44f; /* Çox yaxşı kontrast */
    width: 18px;
    height: 18px;
}

.hero-trust span:hover {
    transform: translateY(-2px);
    background: white;
}

@media (max-width: 576px) {
    .hero-trust span {
        padding: 2px 5px !important;
    }
}

#whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 6rem;
    right: .5rem;
    margin: 20px;
    border-radius: 50%;
    background-color: #25d366;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

#whatsapp img {
    display: inline-block;
    border-radius: 50%;
    max-width: 100%;
}

#whatsapp:hover {
    transform: scale(1.1);
    transition: transform 2.2s ease-in-out;
}

#whatsapp::after {
    border: 1px dashed #25d366;
    transform: scale(1.2);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .2s, opacity .3s;
    -moz-transition: -moz-transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s;
}

.navbar-brand {
    font-weight: 600;
    color: #fff !important;
    line-height: 1 !important;
    font-size: 1.5rem !important;
}

.navbar-brand img {
    display: block;
}

.navbar-brand:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.navmenu li:first-child .nav-link {
    padding-left: 0 !important;
}

.nav-link {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

@media (min-width: 300px) and (max-width: 991px) {
    .nav-link {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
}

.mobileNavmenu .nav-link {
    padding-left: 0 !important;
}

.navmenu .nav-link,
.mobileNavmenu .nav-link {
    color: #fff !important;
    font-weight: 500;
}

.navmenu .nav-link:hover, .mobileNavmenu .nav-link:hover {
    box-shadow: 0 3px 0 #e95e02;
    transition: none;
}

.navmenu .active,
.mobileNavmenu .active,
.navmenu .active:hover,
.mobileNavmenu .active:hover {
    font-weight: 600;
    box-shadow: 0 3px 0 #f97316;
}

.mobileNavmenu .active {
    background-color: unset !important;
}

.navmenu .active:hover,
.mobileNavmenu .active:hover {
    text-decoration-line: none;
}

/* ================= FORM GLOBAL ================= */
.form-control,
.form-select {
    padding: .75rem !important;
    border: 1px solid #a4a4af !important;
    border-radius: .6rem;
    transition: all .2s ease;
    background-color: #fff;
}

.form-control:focus,
.form-select:focus {
    border-color: #fd6602 !important;
    box-shadow: 0 0 0 2px rgba(253, 102, 2, .18) !important;
}

/* Required label işarəsi */
.required::after {
    content: " *";
    color: #ff4d4d;
    font-weight: 700;
}

/* Label */
.form-label {
    margin-bottom: .25rem;
    font-weight: 600;
    font-size: .95rem !important;
    color: #2d2d2d;
}

/* Placeholder yaxşı görünsün */
.form-control::placeholder {
    color: #9da3af;
}

/* ================= ERROR STATES ================= */
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, .15) !important;
}

.invalid-feedback {
    font-size: .85rem;
}

/* ================= PHONE FIELD ================= */
.phone-group {
    display: flex;
    align-items: stretch;
    border-radius: .6rem;
    overflow: hidden;
    border: 1px solid #a4a4af;
    background: #fff;
    transition: all .2s ease;
}

.phone-country {
    border: none;
    padding: 0 14px;
    background: #f8fafc;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    min-width: 105px;
}

.phone-input {
    flex: 1;
    border: none;
    padding: 12px 14px;
    outline: none;
    font-size: 15px;
}

/* Focus */
.phone-group:focus-within {
    border-color: #fd6602;
    box-shadow: 0 0 0 2px rgba(253, 102, 2, .18);
}

/* Error üçün telefon */
.phone-group.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, .15);
}

.btn-apply {
    background: #f97316;
    border: none !important;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 12px 28px;
    font-size: 1.1rem;
    transition: all 0.3s ease-out;
}

.btn-apply:hover {
    box-shadow: 0 4px 12px rgba(255, 0, 50, 0.4);
    color: #fff !important;
}

.btn-apply svg {
    transition: transform 0.3s ease;
}

.btn-apply:focus {
    box-shadow: unset !important;
}

.btn-apply:hover svg {
    transform: translateX(4px);
}

.btn-add {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: .85rem 1.5rem;
    border-radius: .75rem;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all .25s ease;
    width: auto;
}

/* Hover effekt */
.btn-add:hover {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    transform: translateY(-2px);
    color: #fff !important;
}

/* SVG icon animasiyası */
.btn-add .btn-icon {
    transition: transform .25s ease;
}

/* Hover zamanı icon irəli sürüşür */
.btn-add:hover .btn-icon {
    transform: translateX(4px);
}

/* Mobil */
@media (max-width: 767px) {
    .btn-add {
        width: 100%; /* mobil 100% */
        justify-content: center; /* icon və text mərkəz */
        font-size: 1.05rem; /* mobil üçün bir az böyük font */
        padding: 0.85rem 1rem;
    }
}

.success-box {
    display: flex;
    align-items: center;
    gap: 16px;

    background: linear-gradient(
        135deg,
        #ecfdf5,
        #f0fdf4
    );

    border: 1px solid #86efac;
    border-radius: 14px;

    padding: 16px 20px;
    color: #065f46;

    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.success-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #22c55e;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.success-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 15px;
}

.success-text strong {
    font-weight: 600;
}

.success-text span {
    font-size: 14px;
    color: #047857;
}

@media screen and (min-device-width: 300px) and (max-device-width: 450px) {
    .offcanvas-end {
        width: 70% !important;
    }

    .job-card h2 {
        line-height: 1.4 !important;
    }
}

@media screen and (min-device-width: 749px) and (max-device-width: 1023px) {
    .offcanvas-end {
        width: 50% !important;
    }

    .job-card h2 {
        line-height: 1 !important;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
    .job-card h2 {
        line-height: 1 !important;
    }
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bolder {
    font-weight: 500 !important
}

.fw-bold {
    font-weight: 600 !important
}

.fs-7 {
    font-size: .9375rem;
}

.fs-8 {
    font-size: .875rem;
}

.breadcrumb {
    font-size: .9375rem;
}

.breadcrumb-item {
    font-weight: 500;
}

.job-item {
    margin-bottom: 2rem;
    border-bottom: 1px solid #aaa;
}

.job-content p {
    line-height: 1.6;
    color: #374354;
}

.job-meta {
    font-size: 1.1rem;
    color: #444;
}

.job-meta .text-salary {
    color: #28a745; /* Yaşılımtıl, maaş üçün ideal */
    font-weight: 600;
}

.job-meta .icon-map-pin {
    font-size: 1.2rem;
    line-height: 1;
}

/* Salary və city arasındakı məsafə (Bootstrap me-4 əvəzinə alternativ) */
.job-meta > span:not(:last-child) {
    margin-right: 1.5rem;
}

#apply {
    scroll-margin-top: 100px; /* header-in hündürlüyü qədər */
}

.shadow {
    box-shadow: 0 20px 25px -5px rgb(0 0 0/0.1), 0 8px 10px -6px rgb(0 0 0/0.1) !important;
}

@media (min-width: 1200px) {
    .job-header {
        flex-wrap: nowrap !important;
    }

    .job-header h1 {
        margin-bottom: 0 !important;
        flex: 1; /* başlıq genişlik alsın */
    }

    .job-header .btn-apply {
        white-space: nowrap; /* düymə qırılmasın */
    }
}

@media (max-width: 576px) {
    textarea {
        min-height: 80px;
    }
}

.job-form-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.site-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 60px 0 25px;
    font-size: 14px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer-brand h4 {
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: .5px;
}

.footer-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(
        90deg,
        #c8102e, /* Montenegro red */ #fd6602, /* sənin əsas rəng */ #f2c94c /* gold accent */
    );
    border-radius: 2px;
    margin-bottom: 15px;
}

.footer-brand p {
    line-height: 1.6;
    max-width: 320px;
}

.site-footer h6 {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cbd5e1 !important;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: #fd6602 !important;
}

.footer-contact i {
    color: #fd6602;
    margin-right: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #94a3b8;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 16px;
    margin-top: 40px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-links span {
    margin: 0 8px;
    opacity: 0.4;
}

@media (max-width: 576px) {

    .site-footer {
        padding: 45px 0 20px;
        text-align: center;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-brand h4 {
        font-size: 1.6rem;
    }

    .footer-line {
        margin: 10px auto 14px;
    }

    .footer-brand p {
        font-size: 14px;
        max-width: 100%;
    }

    .site-footer h6 {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .footer-links li {
        margin-bottom: 6px;
    }

    .footer-links a {
        display: inline-block;
        padding: 4px 0;
    }

    .footer-contact p {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .footer-bottom {
        margin-top: 30px;
        padding-top: 12px;
        font-size: 12.5px;
    }
}


