:root {
    --brandcolor1: #57AB2C;
    --brandcolor2: #3D7A1E;
    --brandcolor3: #1A1D1E;
    --brandcolor4: #F44D12;
    --brandcolor5: #176A21;
    --brand-primary-light: #E8F5E1;
    --neutral-900: #1A1D1E;
    --neutral-600: #5A5C5C;
    --neutral-100: #F6F7F6;
    --surface-white: #FFFFFF;
    --accent-warm: #F44D12;
    --accent-trust: #176A21;
    --error: #DC2626;
    --font-display: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --header-h: 72px;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 24px;
    --shadow-card: 0 2px 16px rgba(0, 0, 0, .07);
    --transition: all .25s ease;
}

/* ── Base overrides ────────────────────────────────── */
body {
    font-family: var(--font-body) !important;
    color: var(--neutral-600);
    background: var(--surface-white);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font {
    font-family: var(--font-display) !important;
    color: var(--neutral-900);
}

a {
    transition: var(--transition);
}

a:hover,
a:focus {
    color: var(--brandcolor1) !important;
}

/* ── WiseMenu Navbar ───────────────────────────────── */
.wm-navbar {
    height: var(--header-h);
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: box-shadow .3s;
    align-items: center !important;
}

.wm-navbar>.container {
    align-items: center !important;
    height: 100%;
}

.wm-navbar.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .10);
}

.wm-navbar .navbar-brand img {
    height: 42px;
    width: auto;
}

.wm-navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--neutral-600) !important;
    padding: 7px 10px !important;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.wm-navbar .nav-link:hover {
    color: var(--brandcolor1) !important;
    background: var(--brand-primary-light);
}

.wm-navbar .nav-link.active {
    color: var(--brandcolor1) !important;
    font-weight: 600;
    background: var(--brand-primary-light);
}

.wm-navbar .dropdown-item.active {
    color: var(--brandcolor1) !important;
    background: var(--brand-primary-light) !important;
    font-weight: 600;
}

.wm-lang-btn {
    font-size: 13px;
    font-weight: 500;
    color: var(--neutral-600);
    padding: 6px 10px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    transition: var(--transition);
    text-decoration: none;
}

.wm-lang-btn:hover {
    border-color: var(--brandcolor1);
    color: var(--brandcolor1) !important;
}

/* ── Buttons ───────────────────────────────────────── */
.btn-wm-ghost {
    font-size: 14px;
    font-weight: 500;
    color: var(--neutral-900);
    border: 1.5px solid #d0d0d0;
    border-radius: var(--radius-sm);
    padding: 9px 20px;
    background: transparent;
    transition: var(--transition);
}

.btn-wm-ghost:hover {
    border-color: var(--brandcolor1);
    color: var(--brandcolor1) !important;
}

.btn-wm-primary {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: var(--brandcolor1);
    border: 1.5px solid var(--brandcolor1);
    border-radius: var(--radius-sm);
    padding: 9px 22px;
    transition: var(--transition);
}

.btn-wm-primary:hover {
    background: var(--brandcolor2);
    border-color: var(--brandcolor2);
    color: #fff !important;
}

.btn-wm-primary-lg {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    background: var(--brandcolor1);
    border: 1.5px solid var(--brandcolor1);
    border-radius: var(--radius-sm);
    padding: 14px 32px;
    transition: var(--transition);
    display: inline-block;
}

.btn-wm-primary-lg:hover {
    background: var(--brandcolor2);
    border-color: var(--brandcolor2);
    color: #fff !important;
}

.btn-wm-outline-lg {
    font-size: 16px;
    font-weight: 500;
    color: var(--neutral-900) !important;
    background: transparent;
    border: 1.5px solid #ccc;
    border-radius: var(--radius-sm);
    padding: 14px 32px;
    transition: var(--transition);
    display: inline-block;
}

.btn-wm-outline-lg:hover {
    border-color: var(--brandcolor1);
    color: var(--brandcolor1) !important;
}

/* ── Page offset ───────────────────────────────────── */
.wm-page-offset {
    padding-top: var(--header-h);
}

/* ── Hero ─────────────────────────────────────────── */
.wm-hero {
    min-height: 88vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8fcf5 0%, var(--brand-primary-light) 50%, #fff 100%);
    padding: 80px 0 60px;
}

.wm-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-primary-light);
    border: 1px solid rgba(87, 171, 44, .25);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--brandcolor2);
    margin-bottom: 24px;
}

.wm-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.15;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: 20px;
}

.wm-hero h1 em {
    font-style: normal;
    color: var(--brandcolor1);
}

.wm-hero-sub {
    font-size: 17px;
    line-height: 1.7;
    color: var(--neutral-600);
    max-width: 560px;
    margin-bottom: 36px;
}

.wm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.wm-hero-note {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 12px;
}

.wm-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wm-hero-mockup {
    width: 100%;
    max-width: 480px;
    border-radius: var(--radius-lg);
    background: linear-gradient(160deg, var(--neutral-900) 0%, #2d3748 100%);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .18);
    overflow: hidden;
    position: relative;
}

.wm-hero-mockup-inner {
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.wm-hero-mockup-inner svg {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    opacity: .4;
}

/* ── Stats band ───────────────────────────────────── */
.wm-stats {
    background: var(--neutral-900);
    padding: 48px 0;
}

.wm-stat-item {
    text-align: center;
}

.wm-stat-number {
    font-family: var(--font-display);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--brandcolor1);
    line-height: 1;
}

.wm-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    margin-top: 6px;
}

.wm-stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, .12);
    align-self: stretch;
}

/* ── Values section ───────────────────────────────── */
.wm-values {
    padding: 88px 0;
    background: var(--surface-white);
}

.wm-section-tag {
    display: inline-block;
    background: var(--brand-primary-light);
    color: var(--brandcolor2);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 14px;
}

.wm-section-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: var(--neutral-900);
    line-height: 1.25;
    margin-bottom: 0;
}

.wm-value-card {
    border: 1px solid #eee;
    border-radius: var(--radius-md);
    padding: 36px 28px;
    background: var(--surface-white);
    box-shadow: var(--shadow-card);
    height: 100%;
    transition: var(--transition);
}

.wm-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .10);
    border-color: rgba(87, 171, 44, .25);
}

.wm-value-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-sm);
    background: var(--brand-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.wm-value-icon svg {
    width: 26px;
    height: 26px;
    color: var(--brandcolor1);
}

.wm-value-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--neutral-900);
    margin-bottom: 10px;
}

.wm-value-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--neutral-600);
    margin: 0;
}

/* ── Two-path band ────────────────────────────────── */
.wm-twoway {
    padding: 88px 0;
    background: var(--neutral-100);
}

.wm-path-card {
    border-radius: var(--radius-lg);
    padding: 48px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}

.wm-path-card.path-business {
    background: var(--neutral-900);
    color: #fff;
}

.wm-path-card.path-guest {
    background: var(--surface-white);
    border: 1.5px solid #eee;
    box-shadow: var(--shadow-card);
}

.wm-path-card .path-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 10px;
}

.wm-path-card h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
}

.wm-path-card.path-business h2 {
    color: #fff;
}

.wm-path-card p {
    font-size: 16px;
    line-height: 1.65;
    opacity: .8;
    flex: 1;
    margin-bottom: 28px;
}

.wm-path-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.wm-path-card ul li {
    font-size: 14px;
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
    opacity: .85;
}

.wm-path-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: var(--brandcolor1);
    border-radius: 50%;
    opacity: .8;
}

.path-business ul li::before {
    opacity: .9;
}

/* ── How it works ─────────────────────────────────── */
.wm-howitworks {
    padding: 88px 0;
    background: var(--surface-white);
}

.wm-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
}

.wm-step:last-child {
    border-bottom: none;
}

.wm-step-num {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: var(--brand-primary-light);
    color: var(--brandcolor1);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wm-step-body h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--neutral-900);
    margin-bottom: 6px;
}

.wm-step-body p {
    font-size: 14px;
    color: var(--neutral-600);
    margin: 0;
    line-height: 1.6;
}

.wm-uygulama-hero { padding: 88px 0 0; }
.wm-page-hero { padding: 88px 0 64px; }

/* ── CTA band ─────────────────────────────────────── */
.wm-cta-band {
    background: linear-gradient(135deg, var(--brandcolor1) 0%, var(--brandcolor2) 100%);
    padding: 88px 0;
    text-align: center;
}

.wm-cta-band h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.wm-cta-band p {
    font-size: 18px;
    color: rgba(255, 255, 255, .85);
    max-width: 560px;
    margin: 0 auto 36px;
}

.btn-wm-white {
    font-size: 16px;
    font-weight: 600;
    color: var(--brandcolor2) !important;
    background: #fff;
    border: 2px solid #fff;
    border-radius: var(--radius-sm);
    padding: 14px 36px;
    transition: var(--transition);
    display: inline-block;
}

.btn-wm-white:hover {
    background: transparent;
    color: #fff !important;
}

.btn-wm-ghost-white {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: var(--radius-sm);
    padding: 14px 36px;
    transition: var(--transition);
    display: inline-block;
}

.btn-wm-ghost-white:hover {
    border-color: #fff;
}

/* ── Footer ───────────────────────────────────────── */
.wm-footer {
    background: var(--neutral-900);
    color: rgba(255, 255, 255, .7);
    padding: 72px 0 0;
}

.wm-footer-logo {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 16px;
}

.wm-footer-tagline {
    font-size: 14px;
    line-height: 1.65;
    max-width: 260px;
    color: rgba(255, 255, 255, .55);
}

.wm-footer h6 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 16px;
}

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

.wm-footer ul li {
    margin-bottom: 10px;
}

.wm-footer ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    transition: var(--transition);
}

.wm-footer ul li a:hover {
    color: var(--brandcolor1) !important;
}

.wm-footer-contact a {
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.wm-footer-contact a:hover {
    color: var(--brandcolor1) !important;
}

.wm-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 0;
    margin-top: 56px;
    font-size: 13px;
    color: rgba(255, 255, 255, .35);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.wm-footer-bottom a {
    color: rgba(255, 255, 255, .35);
    text-decoration: none;
}

.wm-footer-bottom a:hover {
    color: var(--brandcolor1) !important;
}

/* ── Scroll reveal ────────────────────────────────── */
.wm-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .55s ease, transform .55s ease;
}

.wm-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.wm-reveal-delay-1 {
    transition-delay: .1s;
}

.wm-reveal-delay-2 {
    transition-delay: .2s;
}

.wm-reveal-delay-3 {
    transition-delay: .3s;
}

/* ── Mobile ───────────────────────────────────────── */
@media (max-width: 991px) {

    /* Container yatay boşluk */
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* Navbar — tüm flex override'lar */
    :root {
        --header-h: 64px;
    }

    .wm-navbar {
        height: auto !important;
        min-height: var(--header-h) !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        padding: 0 !important;
    }

    .wm-navbar>.container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        min-height: var(--header-h) !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .wm-navbar .navbar-brand {
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0;
    }

    .wm-navbar .navbar-brand img {
        height: 34px !important;
    }

    .wm-navbar .navbar-toggler {
        border: none !important;
        padding: 10px 8px !important;
        background: transparent !important;
        box-shadow: none !important;
        outline: none !important;
        flex-shrink: 0;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        min-width: 40px;
        min-height: 40px;
    }

    .wm-navbar .navbar-toggler-icon {
        width: 30px !important;
        height: 30px !important;
        display: block;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231A1D1E' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    /* Collapse menü — position:static kalıyor, Bootstrap animasyonu çalışsın */
    .wm-navbar .navbar-collapse {
        background: rgba(255, 255, 255, .98);
        padding: 4px 0 16px;
        border-top: 1px solid #f0f0f0;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .10);
        margin: 0 !important;
        width: 100%;
    }

    /* Collapse içi sağ alan (dil + butonlar) → nav-link ile hizalı */
    .wm-navbar .navbar-collapse .d-flex.mt-3 {
        padding-left: 27px;
    }

    /* Toggler SVG ikonları */
    .wm-toggler .wm-icon-bars,
    .wm-toggler .wm-icon-close {
        color: var(--neutral-900);
        display: block;
        transition: opacity .2s ease;
    }

    .wm-hero {
        min-height: auto;
        padding: 48px 0 48px;
    }

    .wm-hero-visual {
        margin-top: 40px;
    }

    .wm-hero-mockup {
        max-width: 100%;
    }

    .wm-path-card {
        padding: 32px 24px;
    }

    .wm-values {
        padding: 64px 0;
    }

    .wm-twoway {
        padding: 64px 0;
    }

    .wm-howitworks {
        padding: 64px 0;
    }

    .wm-uygulama-hero { padding: 44px 0 0; }
    .wm-page-hero { padding: 44px 0 40px; }

    .wm-cta-band {
        padding: 64px 0;
    }

    .wm-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {

    /* Container yatay boşluk — daha dar ekranlar */
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wm-hero {
        padding: 36px 0 40px;
    }

    .wm-hero h1 {
        font-size: clamp(1.8rem, 6.5vw, 2.2rem);
    }

    .wm-hero-sub {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .wm-hero-actions {
        gap: 10px;
    }

    .wm-hero-actions .btn-wm-primary-lg,
    .wm-hero-actions .btn-wm-outline-lg {
        width: 100%;
        text-align: center;
        padding: 13px 20px;
    }

    .wm-hero-visual {
        margin-top: 32px;
    }

    .wm-values {
        padding: 52px 0;
    }

    .wm-twoway {
        padding: 52px 0;
    }

    .wm-howitworks {
        padding: 52px 0;
    }

    .wm-cta-band {
        padding: 52px 0;
    }

    .wm-cta-band p {
        font-size: 15px;
    }

    .wm-path-card {
        padding: 28px 20px;
    }

    .wm-path-card h2 {
        font-size: 1.5rem;
    }

    .wm-path-card p {
        font-size: 14px;
    }

    .wm-path-card .d-flex {
        flex-direction: column;
    }

    .wm-path-card .d-flex .btn-wm-primary-lg,
    .wm-path-card .d-flex .btn-wm-ghost-white {
        width: 100%;
        text-align: center;
    }

    .wm-section-title {
        font-size: clamp(1.5rem, 5vw, 1.9rem);
    }

    .wm-howitworks .row.align-items-start {
        row-gap: 2rem;
    }

    .wm-stats {
        padding: 40px 0;
    }

    .wm-stats .row>div {
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .wm-stats .row>div:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .wm-stat-divider {
        display: none;
    }

    .wm-stat-number {
        font-size: 2.2rem;
    }

    .wm-footer {
        padding: 52px 0 0;
    }
}

.whitecolor {
    color: #ffffff !important;
}

.blackcolor {
    color: #000000 !important;
}

.brandbg1 {
    background-color: var(--brandcolor1) !important;
}

.brandbg2 {
    background-color: var(--brandcolor2) !important;
}

.brandbg3 {
    background-color: var(--brandcolor3) !important;
}

.brandbg4 {
    background-color: var(--brandcolor4) !important;
}

.brandbg5 {
    background-color: #F0F0EB;
}

.brandbghover {
    background-color: rgba(87, 171, 44, 0.5);
}

.videobg {
    background-color: #f9fbfb;
}

.brandcolor1 {
    color: var(--brandcolor1) !important;
}

.brandcolor2 {
    color: var(--brandcolor2) !important;
}

.brandcolor3 {
    color: var(--brandcolor3) !important;
}

.brandborder1 {
    border: solid 10px var(--brandcolor1) !important;
}

.brandborder2 {
    border: solid 10px var(--brandcolor2) !important;
}

.lightgrayjvns {
    background-color: #F0F0EB !important;
}

.logotop {
    width: 185px;
}

.min-h-40px {
    min-height: 40px;
}

.h-345px {
    height: 345px;
}

.h-350px {
    height: 350px;
}

.h-285px {
    min-height: 285px;
}

.video-crop video {
    display: block;
    width: 100%;
    height: auto;

    /* Alt 100px’i “gizlemek” için videoyu yukarı kaydırıyoruz */
    transform: translateY(-00px);
}

.menubg {
    background-color: #fafafc !important;
}

.bg-gradient-black-transparent-nav {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

.bordery {
    border-right: 1px solid #dddddd;
}

.btn-brand1-line {
    border: 1px solid #000;
    background-color: transparent;
    color: #000000;
    font-weight: 400;
    font-size: 25px;
}

.btn-brand1-line:hover,
.btn-brand1-line:focus {
    border: 0px !important;
    background-color: var(--brandcolor1);
    color: #000;
}

.btn-brand2-line {
    border: 1px solid var(--brandcolor2);
    background-color: transparent;
    color: var(--brandcolor2);
    font-weight: 400;
}

.btn-brand2-line:hover,
.btn-brand2-line:focus {
    background-color: var(--brandcolor2);
    color: #ffffff;
}

.btn-brand3-line {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
}

.btn-black-line:hover,
.btn-brand2-line:focus {
    background-color: #444444;
    color: #ffffff;
}

.btn-black-line {
    border: 1px solid #444444;
    background-color: transparent;
    color: #444444;
    font-weight: 500;
}

.btn-brand3-line:hover,
.btn-brand3-line:focus {
    background-color: #fff;
    color: var(--brandcolor1);
}

.btn-brand1-block {
    border: 1px solid var(--brandcolor1);
    background-color: var(--brandcolor1);
    color: #fff;
    font-weight: 400;
    padding: 8px 20px;
}

.btn-brand1-block:hover,
.btn-brand1-block:focus {
    background-color: transparent;
    color: var(--brandcolor1);
    border: 1px solid var(--brandcolor1);
}

.btn-brand2-block {
    background-color: var(--brandcolor2);
    color: #fff;
    font-weight: 400;
}

.btn-brand2-block:hover,
.btn-brand2-block:focus {
    background-color: var(--brandcolor1);
    color: #fff;
}

.btn-brand3-block {
    border: 1px solid var(--brandcolor3) !important;
    background-color: var(--brandcolor3) !important;
    color: var(--brandcolor1) !important;
    font-weight: 400 !important;
}

.btn-brand3-block:hover,
.btn-brand3-block:focus {
    background-color: transparent !important;
    color: var(--brandcolor3) !important;
}

.bordelinebrand {
    border-bottom: 1px solid #ccc;
}

.subcontent {
    color: #404041 !important;
}

.btn-white-block {
    background-color: #FFFFFF;
    color: #000000 !important;
    font-weight: 400;
}

.btn-white-block:hover,
.btn-white-block:focus {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
}

.mover_mouse {
    width: 30px;
    position: absolute;
    left: 47%;
    bottom: 50px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 1000;
    opacity: 0.5;
    display: block;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.bgcolorpadding {
    box-shadow: inset -10px 60px 0 -10px white;
}

.marginauto {
    margin: 0 auto !important;
}

.wm-navbar .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.headerheight {
    height: 75px;
}

.bgblackbackground07 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bgblackbackground05 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bgblackbackground03 {
    background-color: rgba(0, 0, 0, 0.75);
}

.footerlogofix {
    width: 133px;
    text-align: right;
}

.section-header {
    display: flex;
    width: 100%;
    background-color: #18315D;
    padding: 20px 10px;
    color: white;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mfp-content {
    width: 53% !important;
}

@media only screen and (max-width: 1410px) {
    .bgvideo {
        width: 100%;
        height: unset !important;
    }
}

@media only screen and (min-width: 1201px) {
    .mobilemenupadding {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 1200px) {
    .mobilemenupadding {
        margin-bottom: 71px;
    }
}

@media only screen and (max-width: 767px) {

    .mfp-content {
        width: 100% !important;
    }

    .h-350px {
        height: unset !important;
    }

    .footerlogofix {
        width: unset;
        text-align: unset;
    }

    .mobilemenupadding {
        margin-bottom: 75px;
    }

    .logodelimiter {
        display: none;
    }

    .sliderheight {
        margin-bottom: 0px;
    }
}

.fontsize65 {
    font-size: 65px !important;
}

.fontsize50 {
    font-size: 50px !important;
}

.fontsize55 {
    font-size: 55px !important;
}

.fontsize25 {
    font-size: 25px !important;
}

.fontsize27 {
    font-size: 27px !important;
}

.fontsize23 {
    font-size: 23px !important;
}

.fontsize34 {
    font-size: 34px !important;
}

.fontsize33 {
    font-size: 33px !important;
}

.fontsize30 {
    font-size: 30px !important;
}

.fontsize20 {
    font-size: 20px !important;
}

.fontsize60 {
    font-size: 60px !important;
}

.fontsize15 {
    font-size: 15px !important;
}

.fontsize36 {
    font-size: 36px;
}

.fontsize12 {
    font-size: 12px !important;
}

.fontsize13 {
    font-size: 13px !important;
}

.fontsize14 {
    font-size: 14px !important;
}

.fontsize21 {
    font-size: 21px !important;
}

.fontsize18 {
    font-size: 18px !important;
}

.fontsize40 {
    font-size: 40px !important;
}

.fontsize26 {
    font-size: 26px !important;
}

.fontsize17 {
    font-size: 17px !important;
}

.radius25 {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
}

.radius100 {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -khtml-border-radius: 100px;
}

.line-height-31px {
    line-height: 31px;
}

.line-height-19px {
    line-height: 19px;
}

.line-height-12px {
    line-height: 12px;
}

.contactform {
    bottom: 133px;
    right: 15px;
    position: fixed;
    z-index: 9;
    width: 40px;
}

.leftsidefixbutton {
    position: fixed !important;
    z-index: 10000 !important;
    right: -5px;
    top: 42% !important;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: top right;
}

.leftbutton {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 7px 22px;
    font-size: 14px;
    height: 53px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.leftbutton:hover {
    color: #000 !important;
    background-color: #f8b133;
}

.homelogos {
    max-height: 1500px;
    max-width: 150px;
}

.bottomtopborder {
    border-top: 1px solid rgba(0, 96, 175, .2);
    border-bottom: 1px solid rgba(0, 96, 175, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.whatsapplink {
    bottom: 75px;
    right: 3px;
    position: fixed;
    z-index: 9;
    width: 40px !important;
}

.borderline {
    height: 1px;
    margin-bottom: 10px;
}

.blackline {
    width: 100px;
    height: 1px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 25px;
    margin-bottom: 5px;
}

.cursorgrab {
    cursor: grab;
}

.bordersolid {
    border: 1px solid #cccccc !important;
}

.accordion-style-03 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.footersocialcolor {
    color: #07090c !important;
}

.bottomborder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.bottomborderfooter {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}

.bottomborderhead {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}

.bottombordersoft {
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
    width: 100%;
}

.menubottomborder {
    border-bottom: 1px solid #666;
    width: 75%;
    margin-bottom: 5px;
}

.bottombordergray {
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 7px;
    width: 100%;
}

.bordergray {
    border: 1px solid #dddddd !important;
}

.topborderheader {
    border-top: 1px solid var(--brandcolor2);
    padding-bottom: 2px;
    margin: 0px auto;
    width: 100%;
}

.form-control {
    font-size: 15px !important;
}

@media (max-width: 991px) {
    .navbar-collapse .nav-item.dropdown {
        position: relative;
    }

    /* İkonun tıklama alanını satır bazında genişletir */
    .navbar-collapse .nav-item.dropdown>.dropdown-toggle {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 60px !important;
        /* Alt menüden bağımsız, sadece satır yüksekliği kadar */
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding-right: 25px !important;
        z-index: 1 !important;
        cursor: pointer !important;
    }

    /* Metni ikonun üstünde tutar ki link özelliği bozulmasın */
    .navbar-collapse .nav-item.dropdown .nav-link {
        position: relative !important;
        z-index: 5 !important;
        display: inline-block !important;
        pointer-events: auto !important;
    }
}

.videoyoutube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.homevideobgimage {
    background-image: url(/storage/homepage/home-video-bg.jpg);
}

::placeholder {
    color: #cccccc !important;
}

select {
    padding: 10px;
}

option {
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}

.right-module {
    width: 500px;
    height: 100%;
    overflow-y: auto;
    background: #b38c0f;
    position: fixed;
    right: -550px;
    top: 0px;
    z-index: 1050;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

@media only screen and (max-width: 600px) {
    .right-module {
        width: 95%;
        z-index: 1033;
        padding: 80px 20px 20px 20px;
    }
}

.right-module.active {
    right: 0px;
}

.right-module .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999999;
}

.right-module .close img {
    width: 30px;
}

.right-module .right-content {
    padding-bottom: 20px;
    box-sizing: border-box;
}

.right-module .right-content .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.right-module .right-content .text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.form-btn {
    background: #18864a;
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.form-btn:hover {
    background: #126c3b;
}

.form-btn:disabled,
.form-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.8;
}

.form-btn:disabled:hover,
.form-btn[disabled]:hover {
    background: #18864a;
}

.button-form {
    position: fixed;
    right: -5px;
    top: 25%;
    color: #ffffff;
    padding: 15px 12px 15px 12px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background: #b38c0f;
    font-weight: 400;
    z-index: 19;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(-180deg);
    writing-mode: tb;
    font-size: 17px;
}

.button-form:hover {
    background: #000000;
    color: #fff;
}

.subpageheadertitle {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 30px;
    text-shadow: 2px 2px 2px #777 !important;
}

.subpageheaderoteltitle {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
}

.checkboxzoom {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
}

.zoomeffect img {
    transition: transform .2s;
}

.zoomeffect img:hover {
    transform: scale(1.05);
    transform-origin: center center;
}

.zoomeffectimg {
    transition: transform .2s;
}

.zoomeffectimg:hover {
    transform: scale(1.05);
    transform-origin: center center;
}

ul.icon-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul.icon-table>li {
    display: flex;
    padding: 10px;
    width: 8.3%;
    flex-direction: column;
    padding-bottom: 0px;
}

ul.icon-table>li>span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
}

.centeredbtn {
    margin: 0 auto;
}

.clearboth {
    clear: both;
}

.generalshadow {
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 7%);
}

.h220px {
    height: 220px !important;
}

.g-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
}

.label-default {
    background-color: #000;
}

.label {
    display: inline-flex;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 25px;
    margin-right: 10px;
    margin-top: 7px;
}

.footersocialicon {
    margin: 25px auto;
    text-align: center;
}

.socialmobileleft {
    padding-left: 30px;
}

.langmobileleft {
    padding-left: 25px;
}

.searchdivider {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.imgcolorize {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.basicshadow {
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

.card-title {
    font-size: 18px !important;
    font-weight: 500 !important;
}

@media (max-width: 991px) {
    ul.icon-table>li {
        width: 12% !important;
    }

    .scroll-image {
        width: unset !important;
        height: unset !important;
        object-fit: unset !important;
        transition: unset !important;
        clip-path: unset !important;
        border-radius: 25px;
    }
}

@media (max-width: 767px) {

    ul.icon-table>li {
        width: 16.5% !important;
        padding: 4px !important;
    }

    ul.icon-table>li>span {
        padding-top: 4px;
        padding-bottom: 7px;
        font-size: 12px;
        line-height: 12px;
    }

    .imgmobileheader {
        display: block;
        /*width: 100vw; */
        /*height: 17vh; */
        /*object-fit: cover;*/
        padding-top: 75px;
    }

    .fontsize30 {
        font-size: 25px !important;
    }
}

@media (min-width: 991px) {
    .footer li.nav-item {
        padding: 5px 25px !important;
    }

    .scroll-image {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: clip-path 0.1s linear;
        clip-path: inset(0 15% 0 15% round 40px);
        border-radius: 25px;
    }
}

@media (min-width: 1200px) {
    .footer li.nav-item {
        padding: 5px 43px !important;
    }
}

@media (min-width: 1500px) {
    .footer li.nav-item {
        padding: 5px 36px !important;
    }
}

.lineheight15 {
    line-height: 15px !important;
}

.lineheight60 {
    line-height: 60px !important;
}

.hmin220px {
    min-height: 220px !important;
}

@media (max-width: 500px) {
    .mobilresponsivediv {
        padding-bottom: 15px;
        width: 100%;
    }

    .mobilresponsivedivspan {
        padding-right: 11px !important;
    }
}

.footerdelimiter {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
}

.right12 {
    right: 12%;
    top: -15%;
}

@media only screen and (min-width: 1700px) {
    .minWidth100Jvns {
        min-width: 100%;
    }
}

table td {
    vertical-align: middle !important;
    text-align: left !important;
}

th {
    font-weight: 500;
}

.footer li.nav-item {
    padding: 5px 5px;
}