@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?mzjvw8');
    src: url('/assets/fonts/icomoon.eot?mzjvw8#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?mzjvw8') format('truetype'),
    url('/assets/fonts/icomoon.woff?mzjvw8') format('woff'),
    url('/assets/fonts/icomoon.svg?mzjvw8#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-mail:before {
    content: "\e902";
}

.icon-map-pin:before {
    content: "\e901";
}

.icon-mobile:before {
    content: "\e958";
}

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: #f97316 !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;
}

.section-soft {
    background-color: #f1f5f9;
}

.job-card {
    border-radius: 1rem;
    transition: all .25s ease;
}

.job-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.bg-success-soft {
    background-color: rgba(25, 135, 84, .1);
}

.btn-dark {
    background-color: #0f172a !important;
    border-color: #0f172a !important;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff !important;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-dark:hover {
    background-color: #1e293b !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.btn-dark:active {
    background-color: #0f172a !important;
}

.btn-primary:focus {
    background-color: #0f172a !important;
    box-shadow: unset !important;
}

.btn-outline-primary {
    background-color: #f97316 !important;
    border-color: #f97316 !important;
    border-radius: .5rem !important;
    font-weight: 600;
    padding: 7px 20px;
    cursor: pointer;
    color: #fff !important;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-outline-primary:hover {
    background-color: #ea580c !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(255, 0, 50, 0.4);
}

.btn-outline-primary:focus {
    box-shadow: unset !important;
}

.hover-scale:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

.popular-services {
    background: #fff;
}

.service-card {
    display: block;
    background: #fff;
    border: 1px solid #e6e9ef;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    text-decoration: none;
    color: #0f172a;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all .25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(15, 23, 42, .15);
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.service-card span {
    font-size: 14px;
    color: #64748b;
}

.service-card .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

/* ikon rəngləri */
.bg-orange {
    background: #f97316;
}

.bg-blue {
    background: #0ea5e9;
}

.bg-green {
    background: #22c55e;
}

.bg-purple {
    background: #8b5cf6;
}

.icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-soft {
    background: rgba(13, 110, 253, 0.08);
}

.why-us-section {
    background-color: #f1f5f9;
}

.why-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
    transition: all .25s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

.icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto;
}

/* Soft background colors */
.bg-success-soft {
    background: rgba(25, 135, 84, .1);
}

.bg-primary-soft {
    background: rgba(13, 110, 253, .1);
}

.bg-warning-soft {
    background: rgba(255, 193, 7, .15);
}

.bg-danger-soft {
    background: rgba(220, 53, 69, .1);
}

.activity-list {
    max-width: 1024px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    transition: .2s ease;
}

.activity-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.activity-icon {
    width: 42px;
    height: 42px;
    background: #fff7ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.activity-content {
    flex: 1;
}

.activity-text {
    font-size: .95rem;
    color: #111827;
}

.activity-text .job-name {
    font-weight: 600;
    color: #ea580c;
}

.activity-time {
    font-size: .8rem;
    color: #6b7280;
    margin-top: 2px;
}

@media screen and (min-device-width: 300px) and (max-device-width: 450px) {
    .offcanvas-end {
        width: 70% !important;
    }
}

@media screen and (min-device-width: 749px) and (max-device-width: 1023px) {
    .offcanvas-end {
        width: 50% !important;
    }
}

.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;
    }
}
