@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?1lftlc');
    src: url('/assets/fonts/icomoon.eot?1lftlc#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?1lftlc') format('truetype'),
    url('/assets/fonts/icomoon.woff?1lftlc') format('woff'),
    url('/assets/fonts/icomoon.svg?1lftlc#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-sliders:before {
    content: "\f1de";
}

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

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

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
}

#services, #visa {
    scroll-margin-top: 100px; /* header hündürlüyünə görə dəyiş */
}

.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: 992px) {
    .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;
}

.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;
}

/* İkon */
.service-card {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    background: #fff;
    cursor: pointer;
    padding-bottom: 0 !important;
}

.service-card:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    transform: translateY(-4px);
}

.service-card .service-icon {
    color: #f97316; /* əsas ikon rəngi */
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.2);
    color: #ff7f33; /* hover zamanı ikon rəngi bir az açıq */
    text-shadow: 0 0 15px rgba(253, 102, 2, 0.5); /* halo effekti */
}

.modal-header-montenegro {
    background: linear-gradient(
        135deg,
        #c40308 0%,
        #a80206 100%
    );
    color: #fff;
    border-bottom: 3px solid #d4af37;
}

.modal-header-montenegro .modal-title {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.modal-header-montenegro .btn-close {
    filter: invert(1);
    opacity: 0.85;
}

.modal-header-montenegro .btn-close:hover {
    opacity: 1;
}

.card-title {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333; /* qara oxunaqlı */
}

.card-body {
    padding: 1rem 0 !important;
}

.card-footer {
    background-color: transparent !important;
    padding: .5rem 0 !important;
}

.cta-box {
    background: linear-gradient(135deg, #020617, #0f172a);
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
    color: #fff;
    margin: 50px auto 80px auto;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(253, 102, 2, .25);
    box-shadow: 0 40px 80px rgba(0, 0, 0, .55),
    0 0 0 1px rgba(253, 102, 2, .08);
    transform: translateY(-10px);
}

.cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center,
        rgba(253, 102, 2, .18),
        transparent 65%
    );
    pointer-events: none;
}

.cta-box h3 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -.4px;
}

.cta-box p {
    color: #e5e7eb;
    font-size: 1.05rem;
    max-width: 540px;
    margin: 0 auto 34px;
    line-height: 1.65;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.cta-btn:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

.whatsapp {
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: #fff !important;
}

.whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(37, 211, 102, .45);
    color: #fff !important;
}

.telegram {
    background: linear-gradient(135deg, #229ED9, #1b89bd);
    color: #fff !important;
}

.telegram:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(34, 158, 217, .45);
    color: #fff !important;
}

@media (max-width: 768px) {
    .cta-box h3 {
        font-size: 1.6rem;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}

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

@media screen and (min-device-width: 451px) 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;
    }
}




