/* =========================================================
   OPTIMAS HEADER - FINAL
========================================================= */

:root {
    --optimas-green: #2e3092;
    --optimas-green-dark: #006d3c;
    --optimas-dark: #111f2a;
    --optimas-text: #4f5a63;
    --optimas-border: #e8eceb;
    --optimas-soft: #f7faf8;
    --optimas-white: #ffffff;
}


/* =========================================================
   HEADER
========================================================= */

.optimas-minimal-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: radial-gradient(circle at 25% 50%, rgb(232 232 254 / 51%), transparent 24%), #fff;
    /* border-top: 1px solid rgba(17, 31, 42, 0.04); */
    border-bottom: 1px solid rgba(17, 31, 42, 0.07);
}


/* Decorative circle */

.optimas-minimal-header::before {
    content: "";

    position: absolute;

    left: 18%;
    top: -105px;

    width: 230px;
    height: 230px;

    border: 1px solid rgba(0, 139, 76, .10);
    border-radius: 50%;

    pointer-events: none;
}


/* Decorative dot */


/* =========================================================
   HEADER INNER
========================================================= */

.optimas-header-inner {
    position: relative;

    width: 100%;
    max-width: 1500px;

    min-height: 90px;

    margin: 0 auto;
    padding: 0 30px;

    display: flex;
    align-items: center;

    gap: 18px;
}


/* =========================================================
   LOGO
========================================================= */


.optimas-menu-slogan  b {font-weight: 700;}

.optimas-logo {
    position: relative;

    flex: 0 0 auto;

    margin-right: 12px;

    z-index: 2;
}


.optimas-logo a {
    display: block;
}


.optimas-logo img {
    display: block;

 width: 250px;
    max-width: 210px;
    max-height: 58px;
}


/* =========================================================
   GENERAL PILL
========================================================= */

.optimas-pill {
    position: relative;

    min-height: 52px;

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

    gap: 11px;

    padding: 0 20px;

    border: 1px solid var(--optimas-border);
    border-radius: 28px;

    background: rgba(255, 255, 255, .94);

    color: var(--optimas-dark);

    font-size: 12px;
    font-weight: 500;

    white-space: nowrap;

    box-shadow:
        0 5px 20px rgba(17, 31, 42, .03);

    transition:
        background-color .22s ease,
        border-color .22s ease,
        color .22s ease,
        transform .22s ease;
}


.optimas-pill:hover {
    color: var(--optimas-green);

    border-color: rgba(0, 139, 76, .18);
}


/* =========================================================
   MENU + SOLUTIONS MAIN CAPSULE
========================================================= */

.optimas-main-actions {
    position: relative;

    flex: 0 0 auto;

    height: 52px;

    display: inline-flex;
    align-items: center;

    padding: 0 6px;

    border: 1px solid var(--optimas-border);
    border-radius: 28px;

    background: rgba(255, 255, 255, .94);

    box-shadow:
        0 5px 20px rgba(17, 31, 42, .035);

    z-index: 3;
}


/* =========================================================
   COMBINED BUTTON
========================================================= */

.optimas-combined-btn {
    position: relative;

    height: 40px;

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

    gap: 10px;

    padding: 0 16px;

    border: 0;
    border-radius: 20px;

    outline: 0;

    background: transparent;

    color: var(--optimas-dark);

    font-size: 12px;
    font-weight: 600;

    white-space: nowrap;

    cursor: pointer;

    transition:
        background-color .22s ease,
        color .22s ease;
}


.optimas-combined-btn:hover {
    color: var(--optimas-green);

    background: rgba(0, 139, 76, .055);
}


/* =========================================================
   DIVIDER |
========================================================= */

.optimas-action-divider {
    flex: 0 0 auto;

    display: block;

    width: 1px;
    height: 20px;

    margin: 0 3px;

    background: #dfe5e2;
}


/* =========================================================
   MENU BUTTON
========================================================= */

.optimas-menu-wrap {
    position: static;
}


.optimas-menu-btn {
    position: relative;

    min-width: 105px;

    z-index: 10002;

    cursor: pointer;
}


/* Eski bridge sistemlerini tamamen iptal et */

.optimas-menu-wrap::before,
.optimas-menu-wrap::after {
    content: none !important;
    display: none !important;
}


/* =========================================================
   MENU ICON
========================================================= */

.optimas-menu-icon {
    width: 19px;

    display: flex;
    flex-direction: column;

    gap: 4px;
}


.optimas-menu-icon span {
    display: block;

    width: 100%;
    height: 1.3px;

    background: var(--optimas-dark);

    transition:
        width .22s ease,
        background-color .22s ease;
}


.optimas-menu-icon span:nth-child(2) {
    width: 70%;
}


.optimas-menu-icon span:nth-child(3) {
    width: 86%;
}


.optimas-menu-btn:hover .optimas-menu-icon span:nth-child(2),
.optimas-menu-wrap.menu-open .optimas-menu-icon span:nth-child(2) {
    width: 100%;
}


/* =========================================================
   MENU OPEN BUTTON
========================================================= */

.optimas-menu-wrap.menu-open .optimas-menu-btn {
    color: #fff;

    background: var(--optimas-green);
}


.optimas-menu-wrap.menu-open .optimas-menu-icon span {
    background: #fff;
}


/* =========================================================
   SOLUTIONS BUTTON
========================================================= */

.optimas-solutions-wrap {
    position: relative;
}


.optimas-solutions-trigger {
    min-width: 158px;
}


.optimas-solutions-trigger > i {
    margin-left: 3px;

    font-size: 9px;

    transition: transform .25s ease;
}


.optimas-solutions-wrap:hover .optimas-solutions-trigger {
    color: var(--optimas-green);

    background: rgb(46 48 146 / 6%);
}


.optimas-solutions-wrap:hover .optimas-solutions-trigger > i {
    transform: rotate(180deg);
}


/* =========================================================
   SOLUTIONS DROPDOWN
========================================================= */

.optimas-solutions-dropdown {
    position: absolute;

    top: calc(100% + 12px);
    left: -10px;

    width: 250px;

    padding: 10px;

    background: #fff;

    border: 1px solid var(--optimas-border);
    border-radius: 16px;

    box-shadow:
        0 20px 50px rgba(17, 31, 42, .10);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transform: translateY(7px);

    transition:
        opacity .20s ease,
        visibility .20s ease,
        transform .20s ease;

    z-index: 10020;
}


/* Dropdown hover bridge */

.optimas-solutions-dropdown::before {
    content: "";

    position: absolute;

    left: 0;
    bottom: 100%;

    width: 100%;
    height: 14px;
}


.optimas-solutions-wrap:hover .optimas-solutions-dropdown {
    opacity: 1;
    visibility: visible;

    pointer-events: auto;

    transform: translateY(0);
}


.optimas-solutions-dropdown a {
    display: block;

    padding: 11px 14px;

    border-radius: 9px;

    color: var(--optimas-dark);

    font-size: 13px;
    font-weight: 500;

    transition:
        color .20s ease,
        background-color .20s ease,
        padding-left .20s ease;
}


.optimas-solutions-dropdown a:hover {
    padding-left: 18px;

    color: var(--optimas-green);

    background: #f4f8f6;
}


/* =========================================================
   SEARCH
========================================================= */

.optimas-search-box {
    position: relative;

    flex: 1;

    min-width: 300px;
    max-width: 540px;

    height: 52px;

    display: flex;
    align-items: center;

    padding: 0 8px 0 18px;

    margin: 0;

    border: 1px solid var(--optimas-border);
    border-radius: 28px;

    background: rgba(255, 255, 255, .95);

    box-shadow:
        0 5px 20px rgba(17, 31, 42, .03);

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}


.optimas-search-box:focus-within {
    border-color: rgba(0, 139, 76, .28);

    box-shadow:
        0 8px 24px rgba(0, 139, 76, .06);
}


.optimas-search-icon {
    flex: 0 0 auto;

    width: 30px;
    height: 30px;

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

    padding: 0;

    border: 0;
    outline: 0;

    background: transparent;

    color: var(--optimas-dark);

    font-size: 16px;

    cursor: pointer;
}


.optimas-search-box input {
    flex: 1;

    min-width: 0;
    height: 50px;

    padding: 0 12px;

    border: 0;
    outline: 0;

    background: transparent;

    color: var(--optimas-dark);

    font-size: 12px;
    font-weight: 400;
}


.optimas-search-box input::placeholder {
    color: #a0a8ad;
}


.optimas-search-submit {
    flex: 0 0 auto;

    width: 42px;
    height: 38px;

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

    padding: 0;

    border: 0;
    border-left: 1px solid #edf0ef;

    outline: 0;

    background: transparent;

    color: var(--optimas-dark);

    font-size: 14px;

    cursor: pointer;

    transition: color .20s ease;
}


.optimas-search-submit:hover {
    color: var(--optimas-green);
}













/* ============================================================
   OPTIMAS LANGUAGE
   FINAL
============================================================ */

.optimas-language {
    position: relative;
    z-index: 1000;

    display: inline-flex;
    align-items: center;

    flex: 0 0 auto;

    /* DİL BUTONUNU HEADER'IN EN SAĞINA İTER */
    margin-left: auto;
}


/* ============================================================
   MAIN BUTTON
============================================================ */

.optimas-language-btn {
    height: 48px;

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

    gap: 11px;

    margin: 0;
    padding: 0 15px 0 9px;

    border: 1px solid #e9eaf0;
    border-radius: 50px;

    background: rgba(255, 255, 255, .92);

    color: #20232b;

    font-family: inherit;

    cursor: pointer;
    outline: none;

    box-shadow:
        0 5px 18px rgba(24, 28, 45, .025);

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}


.optimas-language-btn:hover {
    border-color: #dcdde7;

    background: #ffffff;

    box-shadow:
        0 8px 24px rgba(24, 28, 45, .05);
}


/* ============================================================
   FLAG
============================================================ */

.optimas-language-flag {
    width: 30px;
    height: 30px;

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

    flex: 0 0 30px;

    overflow: hidden;

    border-radius: 50%;

    box-shadow:
        0 0 0 1px rgba(0, 0, 0, .025);
}


.optimas-language-flag svg {
    display: block;

    width: 100%;
    height: 100%;
}


/* ============================================================
   LANGUAGE CODE
============================================================ */

.optimas-language-code {
    display: block;

    color: #191c24;

    font-size: 11px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: .2px;
}


/* ============================================================
   DIVIDER
============================================================ */

.optimas-language-divider {
    display: block;

    width: 1px;
    height: 18px;

    margin-left: 2px;

    background: #e2e3e9;
}


/* ============================================================
   ARROW
============================================================ */

.optimas-language-arrow {
    width: 12px;
    height: 12px;

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

    flex: 0 0 12px;

    color: #747985;

    transition:
        transform .30s ease,
        color .30s ease;
}


.optimas-language-arrow svg {
    display: block;
}


.optimas-language.open .optimas-language-arrow {
    transform: rotate(180deg);

    color: #2e3092;
}


/* ============================================================
   OPEN BUTTON
============================================================ */

.optimas-language.open .optimas-language-btn {
    border-color: rgba(46, 48, 146, .18);

    background: #ffffff;

    box-shadow:
        0 10px 30px rgba(28, 31, 65, .07);
}


/* ============================================================
   DROPDOWN
============================================================ */

.optimas-language-dropdown {
    position: absolute;

    right: 0;
    top: calc(100% + 10px);

    width: 210px;

    padding: 7px;

    border: 1px solid #e9eaf0;
    border-radius: 16px;

    background: rgba(255, 255, 255, .97);

    box-shadow:
        0 18px 45px rgba(24, 28, 55, .10);

    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-5px);

    pointer-events: none;

    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease;
}


.optimas-language.open .optimas-language-dropdown {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    pointer-events: auto;
}


/* ============================================================
   LANGUAGE ITEM
============================================================ */

.optimas-language-item {
    position: relative;

    width: 100%;
    min-height: 46px;

    display: grid;

    grid-template-columns:
        29px
        29px
        1fr
        18px;

    align-items: center;

    column-gap: 8px;

    padding: 5px 10px;

    border-radius: 10px;

    color: #606571 !important;

    text-decoration: none !important;

    transition:
        background .20s ease,
        color .20s ease;
}


.optimas-language-item:hover {
    background: #f6f6fb;

    color: #20232b !important;
}


/* ============================================================
   ACTIVE LANGUAGE
============================================================ */

.optimas-language-item.active {
    background: rgba(46, 48, 146, .065);

    color: #20232b !important;
}


/* ============================================================
   DROPDOWN FLAG
============================================================ */

.optimas-language-item-flag {
    width: 27px;
    height: 27px;

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

    overflow: hidden;

    border-radius: 50%;
}


.optimas-language-item-flag svg {
    display: block;

    width: 100%;
    height: 100%;
}


/* ============================================================
   EN / FR PLACEHOLDER
============================================================ */

.optimas-language-item-flag.flag-text {
    border: 1px solid #e5e6ec;

    background: #fafafd;

    color: #8a8f99;

    font-size: 7px;
    font-weight: 700;
}


/* ============================================================
   ITEM CODE
============================================================ */

.optimas-language-item-code {
    color: #20232b;

    font-size: 10px;
    font-weight: 700;

    line-height: 1;
}


/* ============================================================
   ITEM NAME
============================================================ */

.optimas-language-item-name {
    color: #777c87;

    font-size: 10px;
    font-weight: 400;

    line-height: 1;
}


/* ============================================================
   CHECK
============================================================ */

.optimas-language-check {
    color: #2e3092;

    font-size: 12px;
    font-weight: 700;

    text-align: right;
}


/* ============================================================
   TABLET
============================================================ */

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

    .optimas-language {
        margin-left: auto;
    }

}


/* ============================================================
   MOBILE
============================================================ */

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

    .optimas-language {
        margin-left: auto;

        flex: 0 0 auto;
    }


    .optimas-language-btn {
        height: 42px;

        gap: 8px;

        padding: 0 12px 0 7px;
    }


    .optimas-language-flag {
        width: 27px;
        height: 27px;

        flex-basis: 27px;
    }


    .optimas-language-code {
        font-size: 10px;
    }


    .optimas-language-divider {
        height: 15px;
    }


    .optimas-language-dropdown {
        width: 195px;

        right: 0;

        top: calc(100% + 8px);
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

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

    .optimas-language-btn {
        height: 40px;

        gap: 7px;

        padding: 0 10px 0 6px;
    }


    .optimas-language-flag {
        width: 26px;
        height: 26px;

        flex-basis: 26px;
    }


    .optimas-language-code {
        font-size: 9px;
    }


    .optimas-language-divider {
        height: 14px;
    }


    .optimas-language-arrow {
        width: 10px;
        height: 10px;

        flex-basis: 10px;
    }


    .optimas-language-dropdown {
        width: 185px;
    }

}



























/* =========================================================
   FULL MEGA MENU
========================================================= */

.optimas-full-menu {
    position: absolute;

    top: 100%;
    left: 0;

    width: 100%;
    min-height: 430px;

background:
    radial-gradient(
        circle at 65% 60%,
        rgba(46, 48, 146, 0.11),
        transparent 30%
    ),
    #ffffff;

    border-top: 1px solid #edf0ee;
    border-bottom: 1px solid #e7ebe9;

    opacity: 0;
    visibility: hidden;

    transform:
        translateY(-6px)
        scaleY(.985);

    transform-origin: top center;

    pointer-events: none;

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility 0s linear .22s;

    z-index: 9999;
}


/* JS menu-open */

.optimas-menu-wrap.menu-open .optimas-full-menu {
    opacity: 1;
    visibility: visible;

    transform:
        translateY(0)
        scaleY(1);

    pointer-events: auto;

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility 0s linear 0s;
}


/* =========================================================
   MEGA MENU INNER
========================================================= */

.optimas-full-menu-inner {
    position: relative;

    width: 100%;
    max-width: 1450px;

    min-height: 430px;

    margin: 0 auto;
    padding: 60px;

    display: grid;

    grid-template-columns:
        210px
        1fr
        1.5fr;

    gap: 70px;

    align-items: start;

    z-index: 2;
}


/* =========================================================
   BIG VERTICAL MENU TEXT
========================================================= */

.optimas-menu-title {
    position: relative;

    height: 235px;

    display: flex;
    justify-content: center;

    overflow: hidden;
}


.optimas-menu-title span {
    display: block;

    font-size: 74px;
    font-weight: 300;
    line-height: 1;

    letter-spacing: 2px;

    color: #121c21;

    writing-mode: vertical-rl;

    transform: rotate(180deg);
}


.optimas-menu-title::before {
    content: "";

    position: absolute;

    top: 3px;
    left: 22px;

    width: 30px;
    height: 2px;

    background: var(--optimas-green);
}


/* =========================================================
   MEGA MENU LINKS
========================================================= */

.optimas-menu-links {
    display: flex;
    flex-direction: column;

    align-items: flex-start;

    gap: 8px;
}


.optimas-menu-links a {
    position: relative;

    display: inline-flex;
    align-items: center;

    padding: 3px 0;

    color: #131c20;

    font-size: 17px;
    font-weight: 600;

    letter-spacing: .5px;
    line-height: 1.25;

    transition:
        color .25s ease,
        transform .25s ease;
}


.optimas-menu-links a::before {
    content: "";

    width: 0;
    height: 1px;

    margin-right: 0;

    background: var(--optimas-green);

    transition:
        width .25s ease,
        margin-right .25s ease;
}


.optimas-menu-links a:hover {
    color: var(--optimas-green);

    transform: translateX(3px);
}


.optimas-menu-links a:hover::before {
    width: 22px;

    margin-right: 10px;
}


/* =========================================================
   MEGA MENU RIGHT INFO
========================================================= */

.optimas-menu-info {
    position: relative;

    min-height: 300px;

    display: flex;
    flex-direction: column;

    align-items: flex-end;
    justify-content: space-between;

    text-align: right;
}


/* OPTIMAS watermark */

.optimas-menu-info::before {
    content: "OPTIMAS";

    position: absolute;

    right: 40px;
    top: 60px;

    font-size: 105px;
    font-weight: 700;

    letter-spacing: 8px;

    color: rgba(16, 32, 38, .025);

    pointer-events: none;

    user-select: none;
}


/* =========================================================
   MEGA MENU SLOGAN
========================================================= */

.optimas-menu-slogan {
    position: relative;

    padding-top: 18px;

    color: #1a1a1a;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.5;
    letter-spacing: 1px;
}


.optimas-menu-slogan::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 32px;
    height: 2px;

    background: var(--optimas-green);
}


/* =========================================================
   MEGA MENU CONTACT
========================================================= */

.optimas-menu-contact {
    position: relative;

    display: flex;
    flex-direction: column;

    gap: 4px;

    color: #303a3e;

    font-size: 12px;
}


.optimas-menu-contact p {
    margin: 0 0 8px;

    color: #717b7f;

    font-size: 11px;
}


.optimas-menu-contact a {
    color: #172227;

    font-size: 12px;

    transition: color .20s ease;
}


.optimas-menu-contact a:hover {
    color: var(--optimas-green);
}

















/* =========================================================
   RESPONSIVE - 1500
========================================================= */

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

    .optimas-header-inner {
        max-width: 1360px;

        padding-left: 25px;
        padding-right: 25px;

        gap: 12px;
    }

    .optimas-logo {
        margin-right: 4px;
    }

    .optimas-logo img {
        max-width: 185px;
    }

    .optimas-main-actions {
        height: 50px;
    }

    .optimas-menu-btn {
        min-width: 95px;

        padding-left: 12px;
        padding-right: 12px;
    }

    .optimas-solutions-trigger {
        min-width: 145px;

        padding-left: 12px;
        padding-right: 12px;
    }

    .optimas-search-box {
        height: 50px;

        max-width: 500px;
    }

    .optimas-language-btn {
        min-width: 90px;

        min-height: 50px;

        padding-left: 16px;
        padding-right: 16px;
    }

}


/* =========================================================
   RESPONSIVE - 1200
========================================================= */

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

    .optimas-header-inner {
        gap: 10px;
    }

    .optimas-logo img {
        max-width: 165px;
    }

    .optimas-solutions-trigger {
        min-width: 130px;

        font-size: 11px;
    }

    .optimas-search-box {
        min-width: 240px;
    }

}


/* =========================================================
   TABLET
========================================================= */

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

    .optimas-header-inner {
        min-height: 82px;

        justify-content: space-between;
    }

    .optimas-logo img {
        max-width: 170px;
    }

    .optimas-search-box {
        display: none;
    }

    .optimas-full-menu {
        display: none !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

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

    .optimas-header-inner {
        min-height: 74px;

        padding-left: 15px;
        padding-right: 15px;

        gap: 10px;
    }

    .optimas-logo {
        margin-right: auto;
    }

    .optimas-logo img {
        max-width: 145px;
    }

    .optimas-main-actions {
        width: 46px;
        height: 46px;

        padding: 0;

        justify-content: center;
    }

    .optimas-menu-btn {
        width: 46px;
        min-width: 46px;
        height: 46px;

        padding: 0;
    }

    .optimas-menu-btn > span:last-child {
        display: none;
    }

    .optimas-menu-icon {
        width: 18px;
    }

    .optimas-action-divider,
    .optimas-solutions-wrap {
        display: none;
    }

    .optimas-language-wrap {
        display: none;
    }

}







/* =========================================================
   OPTIMAS MEGA MENU - WIDTH FIX
   BUNU CSS DOSYASININ EN ALTINA EKLE
========================================================= */

/* Küçük MENÜ | ÇÖZÜMLERİMİZ kapsülü mega menünün
   referans noktası OLMASIN */
.optimas-main-actions {
    position: static !important;
}

/* Header mega menünün referans noktası */
.optimas-header-inner {
    position: relative !important;
}

/* Mega menü */
.optimas-full-menu {
    position: absolute !important;

    top: 100% !important;
    left: 50% !important;

    /* Önceki görünümdeki gibi geniş ama ekranı kaplamıyor */
    width: calc(100% - 40px) !important;
    max-width: 1450px !important;

    min-height: 430px !important;

    transform:
        translateX(-50%)
        translateY(-6px)
        scaleY(.985) !important;

    transform-origin: top center !important;

    border: 1px solid #e7ebe9 !important;

    box-shadow:
        0 25px 60px rgba(17, 31, 42, .06) !important;
}


/* AÇILDIĞINDA */
.optimas-menu-wrap.menu-open .optimas-full-menu {
    transform:
        translateX(-50%)
        translateY(0)
        scaleY(1) !important;
}


/* İçerik panelin tamamına düzgün dağılsın */
.optimas-full-menu-inner {
    width: 100% !important;
    max-width: none !important;

    min-height: 430px !important;

    margin: 0 !important;

    padding: 55px 70px !important;

    display: grid !important;

    grid-template-columns:
        210px
        330px
        minmax(400px, 1fr) !important;

    gap: 65px !important;

    align-items: start !important;
}


/* Sağ alan */
.optimas-menu-info {
    width: 100% !important;
    min-height: 300px !important;
}


/* 1500px altı */
@media only screen and (max-width: 1500px) {

    .optimas-full-menu {
        width: calc(100% - 30px) !important;
        max-width: 1330px !important;
    }

    .optimas-full-menu-inner {
        padding: 50px 55px !important;

        grid-template-columns:
            190px
            300px
            minmax(350px, 1fr) !important;

        gap: 50px !important;
    }
}


/* Mobil */
@media only screen and (max-width: 1050px) {

    .optimas-full-menu {
        display: none !important;
    }

}










/* =========================================================
   LANGUAGE - SAĞA SABİTLE
========================================================= */

.optimas-language-wrap {
    margin-left: auto !important;
    flex: 0 0 auto;
}

/* Arama alanı gereksiz büyümesin */
.optimas-search-box {
    flex: 1 1 auto;
}

/* Desktop'ta header genişliğini biraz daha rahat kullan */
@media only screen and (min-width: 1501px) {

    .optimas-header-inner {
        max-width: 1500px;
        width: 100%;
    }

    .optimas-language-wrap {
        margin-left: auto !important;
    }

}











/* =========================================================
   OPTIMAS MEGA MENU - SUB MENU
========================================================= */

.optimas-menu-links {
    position: relative;
    overflow: visible;
}


/* Ana menü item */
.optimas-menu-item {
    position: relative;
    width: 100%;
}


/* Kurumsal link */
.optimas-menu-item .optimas-main-link {
    position: relative;
    display: inline-flex;
    align-items: center;
}


/* Hover çizgisi */
.optimas-menu-item .optimas-main-link::before {
    content: "";

    position: absolute;
    left: -42px;
    top: 50%;

    width: 24px;
    height: 2px;

    background: #2e3092;

    transform: translateY(-50%) scaleX(0);
    transform-origin: right center;

    opacity: 0;

    transition:
        transform .28s ease,
        opacity .28s ease;
}


/* =========================================================
   SUB MENU
========================================================= */

.optimas-submenu {
    position: absolute;

    left: 280px;
    top: 5px;

    width: 330px;

    display: flex;
    flex-direction: column;

    gap: 15px;

    opacity: 0;
    visibility: hidden;

    transform: translateX(-12px);

    pointer-events: none;

    transition:
        opacity .25s ease,
        transform .30s ease,
        visibility 0s linear .25s;
}


/* Alt menü linkleri */
.optimas-submenu a {
    position: relative;

    display: inline-flex;
    width: max-content;

    padding: 0 !important;

    color: #111f2a !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    line-height: 1.35;

    letter-spacing: .4px;

    transform: none !important;

    transition:
        color .22s ease,
        transform .22s ease !important;
}


/* Ana menünün ::before özelliğini
   alt menüye uygulamasın */
.optimas-submenu a::before {
    display: none !important;
}


/* Alt menü hover */
.optimas-submenu a:hover {
    color: #2e3092 !important;

    transform: translateX(5px) !important;
}


/* =========================================================
   KURUMSAL HOVER
========================================================= */

.optimas-menu-item.has-submenu:hover > .optimas-main-link {
    color: #2e3092;
}


/* Çizgiyi göster */
.optimas-menu-item.has-submenu:hover >
.optimas-main-link::before {

    opacity: 1;

    transform:
        translateY(-50%)
        scaleX(1);
}


/* Sub menu aç */
.optimas-menu-item.has-submenu:hover >
.optimas-submenu {

    opacity: 1;
    visibility: visible;

    transform: translateX(0);

    pointer-events: auto;

    transition:
        opacity .25s ease,
        transform .30s ease,
        visibility 0s;
}


/* =========================================================
   SUB MENU HOVER BRIDGE
   Kurumsal -> alt menü geçerken kapanmasını engeller
========================================================= */

.optimas-submenu::before {
    content: "";

    position: absolute;

    left: -100px;
    top: -20px;

    width: 110px;
    height: 180px;

    background: transparent;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 1050px) {

    .optimas-submenu {
        display: none;
    }

}






/* =========================================================
   MOBILE HEADER
========================================================= */

.optimas-mobile-menu,
.optimas-mobile-overlay {
    display: none;
}


@media (max-width: 1050px) {

    /* Desktop elementleri mobilde gizle */

    .optimas-search-box,
    .optimas-solutions-wrap,
    .optimas-action-divider,
    .optimas-language-wrap,
    .optimas-full-menu {
        display: none !important;
    }


    /* Header */

    .optimas-header-inner {
        min-height: 82px;

        padding-left: 18px;
        padding-right: 18px;

        justify-content: space-between;
    }


    .optimas-logo {
        margin-right: auto;
    }


    .optimas-logo img {
        max-width: 190px;
    }


    /* Mobil hamburger */

    .optimas-main-actions {
        width: 52px;
        height: 52px;

        padding: 0;

        border-radius: 50%;

        justify-content: center;
    }


    .optimas-menu-btn {
        width: 52px;
        min-width: 52px;
        height: 52px;

        padding: 0;

        border-radius: 50%;
    }


    .optimas-menu-btn > span:last-child {
        display: none;
    }


    .optimas-menu-icon {
        width: 21px;
    }


    /* =====================================================
       OVERLAY
    ===================================================== */

    .optimas-mobile-overlay {
        position: fixed;

        inset: 0;

        display: block;

        background: rgba(17, 31, 42, .30);

        opacity: 0;
        visibility: hidden;

        pointer-events: none;

        backdrop-filter: blur(3px);

        transition:
            opacity .30s ease,
            visibility .30s ease;

        z-index: 19998;
    }


    .optimas-mobile-overlay.active {
        opacity: 1;
        visibility: visible;

        pointer-events: auto;
    }


    /* =====================================================
       MOBILE MENU
    ===================================================== */

    .optimas-mobile-menu {
        position: fixed;

        top: 0;
        right: 0;

        width: min(430px, 100%);
        height: 100%;

        display: flex;

        flex-direction: column;

        padding: 0 24px 30px;

        background:
            radial-gradient(
                circle at 20% 5%,
                rgba(46, 48, 146, .08),
                transparent 28%
            ),
            #fff;

        transform: translateX(100%);

        transition:
            transform .35s cubic-bezier(.4,0,.2,1);

        overflow-y: auto;

        z-index: 19999;
    }


    .optimas-mobile-menu.active {
        transform: translateX(0);
    }


    /* =====================================================
       MOBILE MENU HEADER
    ===================================================== */

    .optimas-mobile-menu-head {
        min-height: 90px;

        display: flex;

        align-items: center;
        justify-content: space-between;

        border-bottom: 1px solid #ececf4;
    }


    .optimas-mobile-logo img {
        width: auto;
        max-width: 190px;
        max-height: 60px;
    }


    .optimas-mobile-close {
        width: 46px;
        height: 46px;

        display: flex;

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

        padding: 0;

        border: 1px solid #e5e5ed;
        border-radius: 50%;

        background: #fff;

        color: var(--optimas-dark);

        font-size: 20px;
    }


    /* =====================================================
       SEARCH
    ===================================================== */

    .optimas-mobile-search {
        width: 100%;
        height: 54px;

        display: flex;

        align-items: center;

        margin: 24px 0 20px;

        padding-left: 17px;

        border: 1px solid #e5e5ed;
        border-radius: 28px;

        background: #fff;
    }


    .optimas-mobile-search > i {
        flex: 0 0 auto;

        color: #111f2a;

        font-size: 16px;
    }


    .optimas-mobile-search input {
        flex: 1;

        min-width: 0;
        height: 52px;

        padding: 0 12px;

        border: 0;
        outline: 0;

        background: transparent;

        color: #111f2a;

        font-size: 14px;
    }


    .optimas-mobile-search button {
        flex: 0 0 auto;

        width: 50px;
        height: 34px;

        display: flex;

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

        border: 0;
        border-left: 1px solid #ececf2;

        background: transparent;

        color: #2e3092;
    }


    /* =====================================================
       NAV
    ===================================================== */

    .optimas-mobile-nav {
        display: flex;

        flex-direction: column;
    }


    .optimas-mobile-item {
        position: relative;

        border-bottom: 1px solid #ececf2;
    }


    .optimas-mobile-link {
        width: 100%;
        min-height: 59px;

        display: flex;

        align-items: center;
        justify-content: space-between;

        padding: 0;

        border: 0;

        background: transparent;

        color: #111f2a;

        text-align: left;

        font-size: 16px;
        font-weight: 600;

        letter-spacing: .3px;
    }


    .optimas-mobile-link > i {
        font-size: 13px;

        transition: transform .25s ease;
    }


    .optimas-mobile-item.open >
    .optimas-mobile-link {
        color: #2e3092;
    }


    .optimas-mobile-item.open >
    .optimas-mobile-link > i {

        transform: rotate(45deg);
    }


    /* =====================================================
       SUB MENU
    ===================================================== */

    .optimas-mobile-submenu {
        max-height: 0;

        overflow: hidden;

        opacity: 0;

        transition:
            max-height .35s ease,
            opacity .25s ease,
            padding .35s ease;
    }


    .optimas-mobile-item.open
    .optimas-mobile-submenu {

        max-height: 450px;

        padding-bottom: 17px;

        opacity: 1;
    }


    .optimas-mobile-submenu a {
        display: block;

        padding: 7px 0 7px 17px;

        color: #687176;

        font-size: 14px;
        font-weight: 400;
    }


    .optimas-mobile-submenu a:hover {
        color: #2e3092;
    }


    /* =====================================================
       BOTTOM
    ===================================================== */

    .optimas-mobile-bottom {
        margin-top: 28px;

        padding-top: 22px;

        border-top: 1px solid #ececf2;
    }


    .optimas-mobile-language {
        display: flex;

        align-items: center;
        justify-content: space-between;

        margin-bottom: 25px;
    }


    .optimas-mobile-language > span,
    .optimas-mobile-contact > span {
        color: #93999d;

        font-size: 10px;
        font-weight: 600;

        letter-spacing: 1.5px;
    }


    .optimas-mobile-language div {
        display: flex;

        gap: 7px;
    }


    .optimas-mobile-language a {
        width: 42px;
        height: 35px;

        display: flex;

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

        border: 1px solid #e2e2ea;
        border-radius: 20px;

        color: #111f2a;

        font-size: 12px;
        font-weight: 600;
    }


    .optimas-mobile-language a.active {
        border-color: #2e3092;

        background: #2e3092;

        color: #fff;
    }


    .optimas-mobile-contact {
        display: flex;

        flex-direction: column;

        gap: 6px;
    }


    .optimas-mobile-contact > span {
        margin-bottom: 7px;
    }


    .optimas-mobile-contact a {
        color: #111f2a;

        font-size: 13px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .optimas-header-inner {
        min-height: 76px;
    }


    .optimas-logo img {
        max-width: 170px;
    }


    .optimas-main-actions,
    .optimas-menu-btn {
        width: 48px;
        height: 48px;

        min-width: 48px;
    }


    .optimas-mobile-menu {
        width: 100%;

        padding-left: 20px;
        padding-right: 20px;
    }

}










































/* ============================================================
   OPTIMAS FULL VIDEO HERO
   FINAL / PREMIUM / MINIMAL
============================================================ */

.optimas-video-hero {
    --optimas-blue: #2e3092;
    --optimas-blue-dark: #20226f;
    --optimas-blue-light: #5759c2;

    position: relative;
    width: 100%;
    height: 800px;
    min-height: 700px;

    margin: 0;
    padding: 0;

    overflow: hidden;
    background: #10121b;

    isolation: isolate;
}


/* ============================================================
   VIDEO
============================================================ */

.optimas-video-bg {
    position: absolute;
    z-index: 0;

    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
}


.optimas-video {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 100%;
    height: 100%;

    min-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%);

    object-fit: cover;
    object-position: center center;

    filter:
        brightness(.88)
        contrast(1.06)
        saturate(.92);

    pointer-events: none;
}


/* ============================================================
   ANA OVERLAY
   OPTIMAS MAVİSİ
============================================================ */

.optimas-video-overlay {
    position: absolute;
    z-index: 1;

    inset: 0;

    pointer-events: none;

    background:

        linear-gradient(
            90deg,
            rgba(31, 33, 112, .96) 0%,
            rgba(37, 39, 125, .91) 12%,
            rgba(42, 44, 137, .82) 23%,
            rgba(46, 48, 146, .68) 32%,
            rgba(46, 48, 146, .47) 41%,
            rgba(40, 42, 120, .27) 50%,
            rgba(24, 26, 75, .12) 60%,
            rgba(10, 12, 30, .04) 70%,
            transparent 80%
        ),

        linear-gradient(
            180deg,
            rgba(8, 10, 25, .10) 0%,
            transparent 30%,
            transparent 70%,
            rgba(5, 7, 18, .10) 100%
        );
}


/* ============================================================
   ALT GRADIENT
============================================================ */

.optimas-video-bottom-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 190px;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(7,9,28,.48) 0%, rgba(9,11,30,.27) 28%, rgba(10,12,31,.10) 62%, transparent 100%);
}


/* ============================================================
   VIGNETTE
============================================================ */

.optimas-video-hero::after {
    content: "";

    position: absolute;
    z-index: 3;

    inset: 0;

    pointer-events: none;

    box-shadow:
        inset 0 0 130px rgba(0, 0, 0, .10);
}


/* ============================================================
   CONTAINER
============================================================ */

.optimas-video-container {
    position: relative;
    z-index: 10;

    width: 100%;
    max-width: 1320px;
    height: 100%;

    margin: 0 auto;

    padding-left: 15px;
    padding-right: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ============================================================
   CONTENT
============================================================ */

.optimas-video-content {
    position: relative;

    width: 100%;
    max-width: 620px;

    margin-top: -35px;
}


/* ============================================================
   BRAND
============================================================ */

.optimas-video-brand {
    display: flex;
    align-items: flex-start;

    gap: 13px;

    margin-bottom: 10px;

    animation:
        optimasHeroReveal
        .65s
        .05s
        ease
        both;
}


.optimas-brand-line {
    display: block;

    width: 29px;
    height: 2px;

    flex: 0 0 29px;

    margin-top: 7px;

    background: rgba(255, 255, 255, .90);
}


.optimas-brand-text {
    display: flex;
    flex-direction: column;
        margin-top: 10px;
    gap: 7px;
}


.optimas-brand-text strong {
    display: block;

    color: #ffffff !important;

    font-size: 10px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 2.2px;



    text-shadow:
        0 2px 14px rgba(0, 0, 0, .25);
}


.optimas-brand-text small {
    display: block;

    color: rgba(255, 255, 255, .72) !important;

    font-size: 6.5px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 1.9px;

    text-transform: uppercase;
}


/* ============================================================
   TITLE
============================================================ */

.optimas-video-title {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 0 0 23px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 56px !important;
    font-weight: 300 !important;
    line-height: .98 !important;
    letter-spacing: -2.8px !important;
    text-transform: none !important;
    text-shadow: 0 3px 28px rgba(0, 0, 0, .20);
    animation: optimasHeroReveal .75s .12s ease both;
}


.optimas-video-title span {
    display: block;

    margin-top: 5px;

    color: #ffffff !important;

    font-weight: 500 !important;

    line-height: .98;
}


/* ============================================================
   DESCRIPTION
============================================================ */

.optimas-video-description {
    display: block;

    width: 100%;
    max-width: 515px;

    margin: 0 0 29px !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, .88) !important;

    font-size: 13px !important;
    font-weight: 400;

    line-height: 1.70 !important;

    letter-spacing: 0 !important;

    text-shadow:
        0 2px 14px rgba(0, 0, 0, .22);

    animation:
        optimasHeroReveal
        .75s
        .18s
        ease
        both;
}


/* ============================================================
   LINKS
============================================================ */

.optimas-video-links {
    display: flex;
    align-items: center;

    gap: 32px;

    animation:
        optimasHeroReveal
        .75s
        .24s
        ease
        both;
}


.optimas-video-link {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 12px;

    padding: 0 0 10px;

    color: #ffffff !important;

    font-size: 10px;
    font-weight: 500;

    line-height: 1;

    text-decoration: none !important;

    transition:
        gap .30s ease,
        opacity .30s ease;
}


.optimas-video-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 38px;
    height: 1px;

    background: rgba(255, 255, 255, .85);

    transition:
        width .35s cubic-bezier(.22, .61, .36, 1);
}


.optimas-video-link svg {
    display: block;

    flex: 0 0 auto;

    color: #ffffff;

    transition:
        transform .30s ease;
}


.optimas-video-link:hover {
    gap: 16px;

    color: #ffffff !important;
}


.optimas-video-link:hover::after {
    width: 100%;
}


.optimas-video-link:hover svg {
    transform: translate(2px, -2px);
}


/* SECONDARY */

.optimas-video-link.secondary {
    color: rgba(255, 255, 255, .70) !important;

    font-weight: 500;
}


.optimas-video-link.secondary::after {
    display: none;
}


.optimas-video-link.secondary svg {
    color: rgba(255, 255, 255, .70);
}


.optimas-video-link.secondary:hover {
    color: #ffffff !important;
}


.optimas-video-link.secondary:hover svg {
    color: #ffffff;

    transform: translateX(3px);
}


/* ============================================================
   BOTTOM AREA - ULTRA MINIMAL / NO GLASS / NO BOX
============================================================ */

.optimas-video-footer {
    position: absolute;
    z-index: 20;
    left: 15px;
    right: 15px;
    bottom: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-height: 42px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.optimas-video-footer::before,
.optimas-video-footer::after {
    display: none !important;
    content: none !important;
}

.optimas-video-stats {
    display: flex;
    align-items: center;
    height: auto;
    margin: 0;
    padding: 0;
}

.optimas-video-stat {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 38px;
    margin: 0;
    padding: 0 28px;
    border: 0 !important;
    background: transparent !important;
}

.optimas-video-stat:first-child { padding-left: 0; }
.optimas-video-stat:last-child { padding-right: 0; }

.optimas-video-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 32px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .26);
}

.optimas-video-stat strong {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.4px;
    white-space: nowrap;
    text-shadow: 0 2px 18px rgba(0,0,0,.22);
}

.optimas-video-stat span {
    display: block;
    width: auto;
    max-width: 130px;
    margin: 0;
    padding: 0;
    color: rgb(255 255 255) !important;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: .65px;
    white-space: normal;
}

.optimas-scroll-down {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: opacity .3s ease;
}

.optimas-scroll-text {
    display: block;
    color: rgb(255 255 255) !important;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.1px;
}

.optimas-scroll-line {
    display: block;
    width: 42px;
    height: 1px;
    background: rgba(255,255,255,.48);
    transition: width .3s ease, background .3s ease;
}

.optimas-scroll-down svg {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: rgba(255,255,255,.92);
    animation: optimasScrollArrow 1.8s ease-in-out infinite;
}

.optimas-scroll-down:hover { opacity: .72; color: #fff !important; }
.optimas-scroll-down:hover .optimas-scroll-line { width: 52px; background: rgba(255,255,255,.9); }

@keyframes optimasScrollArrow {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

/* ============================================================
   RIGHT TOP DETAIL
============================================================ */

.optimas-video-corner {
    position: absolute;
    z-index: 12;

    right: 48px;
    top: 48px;

    display: flex;
    align-items: flex-start;

    gap: 11px;

    color: rgba(255, 255, 255, .78);

    pointer-events: none;

    text-shadow:
        0 2px 10px rgba(0, 0, 0, .15);
}


.optimas-video-corner > span {
    display: block;

    width: 1px;
    height: 29px;

    background:
        rgba(255, 255, 255, .55);
}


.optimas-video-corner div {
    color: rgba(255, 255, 255, .82);

    font-size: 6px;
    font-weight: 600;

    line-height: 1.65;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/* ============================================================
   CENTER TECHNICAL LABEL
============================================================ */

.optimas-video-label {
    position: absolute;
    z-index: 21;
    left: 50%;
    bottom: 50px;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    color: rgba(255,255,255,.48) !important;
    font-size: 5.5px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.55px;
    white-space: nowrap;
    text-transform: uppercase;
    pointer-events: none;
}

.optimas-video-label .label-dot {
    display: block;
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.82);
    box-shadow: none;
}

/* ============================================================
   INTRO ANIMATION
============================================================ */

@keyframes optimasHeroReveal {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* ============================================================
   1201 - 1500
============================================================ */

@media only screen and (min-width: 1201px) and (max-width: 1500px) {

    .optimas-video-hero {
        height: 620px;
        min-height: 620px;
    }

    .optimas-video-container {
        max-width: 1240px;

        padding-left: 20px;
        padding-right: 20px;
    }

    .optimas-video-content {
        max-width: 555px;

        margin-top: -22px;
    }

    .optimas-video-brand {
        margin-bottom: 19px;
    }

    .optimas-brand-text strong {
        font-size: 9px;

        letter-spacing: 1.9px;
    }

    .optimas-brand-text small {
        font-size: 6px;
    }

    .optimas-video-title {
        max-width: 555px;

        margin-bottom: 20px !important;

        font-size: 54px !important;

        letter-spacing: -2.2px !important;
    }

    .optimas-video-description {
        max-width: 475px;

        margin-bottom: 25px !important;

        font-size: 11.5px !important;
    }

    .optimas-video-footer {
        left: 20px;
        right: 20px;
        bottom: 22px;

        min-height: 62px;

        padding-left: 18px;
        padding-right: 15px;
    }

    .optimas-video-stat {
        padding-left: 20px;
        padding-right: 20px;
    }

    .optimas-video-stat strong {
        font-size: 22px;
    }

    .optimas-video-stat span {
        font-size: 5.5px;
    }

    .optimas-video-corner {
        right: 38px;
        top: 38px;
    }

    .optimas-video-label {
        bottom: 48px;
    }
}


/* ============================================================
   992 - 1200
============================================================ */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .optimas-video-hero {
        height: 560px;
        min-height: 560px;
    }

    .optimas-video-container {
        max-width: 1100px;

        padding-left: 35px;
        padding-right: 35px;
    }

    .optimas-video-content {
        max-width: 490px;

        margin-top: -18px;
    }

    .optimas-video-title {
        max-width: 490px;

        margin-bottom: 18px !important;

        font-size: 46px !important;

        letter-spacing: -1.8px !important;
    }

    .optimas-video-description {
        max-width: 420px;

        margin-bottom: 22px !important;

        font-size: 10.5px !important;
    }

    .optimas-video-link {
        font-size: 9px;
    }

    .optimas-video-footer {
        left: 35px;
        right: 35px;
        bottom: 18px;

        min-height: 58px;

        padding-left: 16px;
        padding-right: 13px;
    }

    .optimas-video-stat {
        padding-left: 14px;
        padding-right: 14px;
    }

    .optimas-video-stat strong {
        font-size: 19px;
    }

    .optimas-video-stat span {
        font-size: 5px;
    }

    .optimas-video-corner {
        right: 28px;
        top: 30px;
    }

    .optimas-video-label {
        display: none;
    }
}


/* ============================================================
   TABLET
============================================================ */

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

    .optimas-video-hero {
        height: 680px;
        min-height: 680px;
    }

    .optimas-video {
        object-position: 60% center;

        filter:
            brightness(.80)
            contrast(1.08)
            saturate(.90);
    }

    .optimas-video-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(31, 33, 112, .96) 0%,
                rgba(38, 40, 128, .88) 32%,
                rgba(46, 48, 146, .66) 52%,
                rgba(36, 38, 110, .40) 72%,
                rgba(15, 17, 45, .20) 100%
            );
    }

    .optimas-video-container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .optimas-video-content {
        max-width: 520px;

        margin-top: -25px;
    }

    .optimas-video-title {
        max-width: 520px;

        margin-bottom: 19px !important;

        font-size: 48px !important;

        letter-spacing: -1.8px !important;
    }

    .optimas-video-description {
        max-width: 440px;

        margin-bottom: 24px !important;

        font-size: 11px !important;
    }

    .optimas-video-footer {
        left: 30px;
        right: 30px;
        bottom: 20px;

        min-height: 58px;

        padding-left: 15px;
        padding-right: 13px;

        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    .optimas-video-stat {
        padding-left: 13px;
        padding-right: 13px;
    }

    .optimas-video-stat strong {
        font-size: 18px;
    }

    .optimas-video-stat span {
        font-size: 4.8px;
    }

    .optimas-video-label {
        display: none;
    }

    .optimas-video-corner {
        right: 25px;
        top: 27px;
    }
}


/* ============================================================
   MOBILE
============================================================ */

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

    .optimas-video-hero {
        height: 620px;
        min-height: 620px;
    }

    .optimas-video {
        object-position: 66% center;

        filter:
            brightness(.72)
            contrast(1.10)
            saturate(.88);
    }

    .optimas-video-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(30, 32, 108, .97) 0%,
                rgba(38, 40, 128, .92) 38%,
                rgba(46, 48, 146, .78) 62%,
                rgba(35, 37, 105, .56) 82%,
                rgba(15, 17, 45, .35) 100%
            );
    }

    .optimas-video-bottom-overlay {
        height: 180px;
    }

    .optimas-video-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .optimas-video-content {
        max-width: 100%;

        margin-top: -30px;
    }

    .optimas-video-brand {
        gap: 10px;

        margin-bottom: 16px;
    }

    .optimas-brand-line {
        width: 22px;
        height: 1px;

        flex-basis: 22px;

        margin-top: 6px;
    }

    .optimas-brand-text {
        gap: 5px;
    }

    .optimas-brand-text strong {
        font-size: 7px;

        letter-spacing: 1.4px;
    }

    .optimas-brand-text small {
        font-size: 5px;

        letter-spacing: 1.2px;
    }

    .optimas-video-title {
        max-width: 420px;

        margin-bottom: 17px !important;

        font-size: 38px !important;

        line-height: 1 !important;

        letter-spacing: -1.3px !important;
    }

    .optimas-video-title span {
        margin-top: 3px;
    }

    .optimas-video-description {
        max-width: 365px;

        margin-bottom: 21px !important;

        color:
            rgba(255, 255, 255, .86) !important;

        font-size: 10px !important;

        line-height: 1.65 !important;
    }

    .optimas-video-links {
        gap: 22px;
    }

    .optimas-video-link {
        gap: 9px;

        padding-bottom: 7px;

        font-size: 8px;
    }

    .optimas-video-link::after {
        width: 30px;
    }

    .optimas-video-link svg {
        width: 12px;
        height: 12px;
    }

    .optimas-video-footer {
        left: 16px;
        right: 16px;
        bottom: 15px;

        min-height: 58px;

        padding: 0 13px;

        border-color:
            rgba(255, 255, 255, .13);

        background:
            rgba(20, 22, 75, .25);

        -webkit-backdrop-filter:
            blur(8px);

        backdrop-filter:
            blur(8px);
    }

    .optimas-video-footer::before {
        left: 13px;

        width: 50px;
    }

    .optimas-video-stats {
        flex: 1;
    }

    .optimas-video-stat {
        gap: 5px;

        min-height: 30px;

        padding-left: 9px;
        padding-right: 9px;
    }

    .optimas-video-stat:first-child {
        padding-left: 0;
    }

    .optimas-video-stat strong {
        font-size: 15px;

        letter-spacing: -.5px;
    }

    .optimas-video-stat span {
        font-size: 4px;

        line-height: 1.45;

        letter-spacing: .3px;
    }

    .optimas-video-stat:not(:last-child)::after {
        height: 23px;
    }

    .optimas-scroll-down {
        min-width: 31px;

        padding-left: 10px;
    }

    .optimas-scroll-text,
    .optimas-scroll-line {
        display: none;
    }

    .optimas-video-corner {
        display: none;
    }

    .optimas-video-label {
        display: none;
    }
}


/* ============================================================
   SMALL MOBILE
============================================================ */

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

    .optimas-video-hero {
        height: 590px;
        min-height: 590px;
    }

    .optimas-video {
        object-position: 68% center;
    }

    .optimas-video-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(30, 32, 108, .98) 0%,
                rgba(38, 40, 128, .94) 48%,
                rgba(46, 48, 146, .82) 72%,
                rgba(30, 32, 90, .62) 100%
            );
    }

    .optimas-video-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .optimas-video-content {
        margin-top: -26px;
    }

    .optimas-video-brand {
        margin-bottom: 14px;
    }

    .optimas-brand-text small {
        display: none;
    }

    .optimas-video-title {
        max-width: 350px;

        margin-bottom: 15px !important;

        font-size: 32px !important;

        letter-spacing: -.9px !important;
    }

    .optimas-video-description {
        max-width: 325px;

        margin-bottom: 18px !important;

        font-size: 9.5px !important;
    }

    .optimas-video-links {
        gap: 17px;
    }

    .optimas-video-link {
        font-size: 7.5px;
    }

    .optimas-video-footer {
        left: 12px;
        right: 12px;
        bottom: 12px;

        min-height: 54px;

        padding-left: 12px;
        padding-right: 10px;
    }

    .optimas-video-stat:nth-child(3) {
        display: none;
    }

    .optimas-video-stat {
        padding-left: 10px;
        padding-right: 10px;
    }

    .optimas-video-stat strong {
        font-size: 14px;
    }
}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .optimas-video-brand,
    .optimas-video-title,
    .optimas-video-description,
    .optimas-video-links {
        animation: none !important;
    }

    .optimas-scroll-down svg {
        animation: none !important;
    }
}


/* ============================================================
   FINAL MINIMAL FOOTER RESPONSIVE SAFEGUARDS
============================================================ */
.optimas-video-footer { background: transparent !important; border: 0 !important; box-shadow: none !important; -webkit-backdrop-filter:none !important; backdrop-filter:none !important; }
.optimas-video-footer::before,.optimas-video-footer::after { display:none !important; content:none !important; }

@media only screen and (min-width:1201px) and (max-width:1500px) {
  .optimas-video-footer { left:20px; right:20px; bottom:31px; min-height:38px; padding:0 !important; }
  .optimas-video-stat { gap:10px; padding:0 23px; }
  .optimas-video-stat:first-child { padding-left:0; }
  .optimas-video-stat strong { font-size:24px; }
  .optimas-video-stat span { max-width:80px; font-size:5px; }
  .optimas-video-label { bottom:41px; font-size:5px; }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .optimas-video-footer { left:35px; right:35px; bottom:27px; min-height:36px; padding:0 !important; }
  .optimas-video-stat { gap:8px; padding:0 17px; }
  .optimas-video-stat:first-child { padding-left:0; }
  .optimas-video-stat strong { font-size:21px; }
  .optimas-video-stat span { max-width:70px; font-size:4.5px; }
  .optimas-video-label { display:none; }
}

@media only screen and (max-width:991px) {
  .optimas-video-footer { left:30px; right:30px; bottom:25px; min-height:34px; padding:0 !important; }
  .optimas-video-stat { gap:7px; padding:0 14px; }
  .optimas-video-stat:first-child { padding-left:0; }
  .optimas-video-stat strong { font-size:19px; }
  .optimas-video-stat span { max-width:65px; font-size:4.2px; }
  .optimas-video-label { display:none; }
}

@media only screen and (max-width:767px) {
  .optimas-video-footer { left:22px; right:22px; bottom:20px; min-height:32px; padding:0 !important; }
  .optimas-video-stats { flex:1; }
  .optimas-video-stat { gap:5px; min-height:28px; padding:0 10px; }
  .optimas-video-stat:first-child { padding-left:0; }
  .optimas-video-stat strong { font-size:16px; }
  .optimas-video-stat span { max-width:58px; font-size:3.8px; line-height:1.4; }
  .optimas-scroll-down { gap:0; padding:0 !important; }
  .optimas-scroll-text,.optimas-scroll-line { display:none; }
  .optimas-video-label { display:none; }
}

@media only screen and (max-width:480px) {
  .optimas-video-footer { left:18px; right:18px; bottom:17px; padding:0 !important; }
  .optimas-video-stat:nth-child(3) { display:none; }
  .optimas-video-stat { padding:0 11px; }
  .optimas-video-stat:first-child { padding-left:0; }
  .optimas-video-stat strong { font-size:15px; }
  .optimas-video-stat span { max-width:58px; font-size:3.7px; }
}











/* ============================================================
   OPTIMAS BRANDS
============================================================ */

.optimas-brands-section {
    position: relative;
    width: 100%;
    overflow: hidden;

    padding: 72px 0 82px;

    background: #f8f9fc;
}


/* ============================================================
   HEADER
============================================================ */

.optimas-brands-header {
    position: relative;

    display: grid;

    grid-template-columns:
        1fr
        2fr
        ;

    align-items: start;

    margin-bottom: 52px;
}


/* ============================================================
   SOL KÜÇÜK BAŞLIK
============================================================ */

.optimas-brands-label {
    padding-top: 6px;

    color: #a2a6b0;

    font-size: 11px;
    font-weight: 400;

    line-height: 1;
}


/* ============================================================
   ORTA BAŞLIK
============================================================ */

.optimas-brands-title h3 {
   padding: 0;
    color: #0f0f0f;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
}


.optimas-brands-title p {
margin: 4px 0 0 !important;
    padding: 0 !important;
    color: #1a1a1a !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}


/* ============================================================
   NAVIGATION
============================================================ */

.optimas-brands-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 8px;
}


.optimas-brands-navigation button {
    width: 38px;
    height: 38px;

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

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #e9edf5;

    color: #273651;

    cursor: pointer;

    transition:
        color .25s ease,
        background .25s ease,
        transform .25s ease;
}


.optimas-brands-navigation button svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.optimas-brands-navigation button:hover {
    background: #2e3092;

    color: #ffffff;

    transform: translateY(-1px);
}


/* ============================================================
   SLIDER
============================================================ */

.optimasBrandSlider {
    width: 100%;

    overflow: hidden;
}


.optimasBrandSlider .swiper-wrapper {
    align-items: stretch;
}


.optimasBrandSlider .swiper-slide {
    height: auto;
}


/* ============================================================
   BRAND CARD
============================================================ */

.optimas-brand-card {
    position: relative;

    width: 100%;
    height: 145px;

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

    padding: 25px 35px;

    border: 1px solid #e5e8ef;
    border-radius: 11px;

    background: rgba(255, 255, 255, .32);

    text-decoration: none !important;

    overflow: hidden;

    transition:
        background .30s ease,
        border-color .30s ease,
        box-shadow .30s ease,
        transform .30s ease;
}


/* ============================================================
   LOGO
============================================================ */

.optimas-brand-card img {
    display: block;

    width: auto;
    height: auto;

    max-width: 190px;
   

    object-fit: contain;

    opacity: .88;

    transition:
        opacity .30s ease,
        transform .35s cubic-bezier(.22,.61,.36,1);
}


/* ============================================================
   HOVER
============================================================ */

.optimas-brand-card:hover {
    border-color: rgba(46, 48, 146, .14);

    background: #ffffff;

    box-shadow:
        0 15px 35px rgba(31, 36, 61, .045);

    transform: translateY(-2px);
}


.optimas-brand-card:hover img {
    opacity: 1;

    transform: scale(1.035);
}


/* ============================================================
   DESKTOP
============================================================ */

@media only screen and (min-width: 1200px) {

    .optimas-brands-section .container {
        max-width: 1320px;
    }

}


/* ============================================================
   TABLET
============================================================ */

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

    .optimas-brands-section {
        padding: 60px 0 65px;
    }


    .optimas-brands-header {
        grid-template-columns:
            1fr
            2fr
            auto;

        margin-bottom: 38px;
    }


    .optimas-brand-card {
        height: 135px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

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

    .optimas-brands-section {
        padding: 48px 0 52px;
    }


    .optimas-brands-header {
        display: grid;

        grid-template-columns:
            1fr
            auto;

        gap: 18px;

        margin-bottom: 28px;
    }


    .optimas-brands-label {
        display: none;
    }


    .optimas-brands-title {
        grid-column: 1;
    }


    .optimas-brands-title h3 {
        font-size: 19px;
    }


    .optimas-brands-title p {
        max-width: 240px;

        font-size: 9px;
    }


    .optimas-brands-navigation {
        grid-column: 2;
        grid-row: 1;

        align-self: center;
    }


    .optimas-brands-navigation button {
        width: 34px;
        height: 34px;
    }


    .optimas-brand-card {
        height: 120px;

        padding: 20px;
    }


    .optimas-brand-card img {
        max-width: 125px;
        max-height: 48px;
    }

}




































/* ============================================================
   OPTIMAS PRODUCTS
   FINAL MINIMAL PRODUCT SLIDER
============================================================ */

.optimas-products-section {
    position: relative;
    width: 100%;
    overflow: hidden;

    padding: 82px 0 78px;

    background: #ffffff;
}


/* ============================================================
   CONTAINER
============================================================ */

.optimas-products-section .container {
    position: relative;

    width: 100%;
    max-width: 1320px;

    margin: 0 auto;

    padding-left: 15px;
    padding-right: 15px;
}


/* ============================================================
   HEADER
============================================================ */

.optimas-products-header {
    position: relative;

    display: grid;

    grid-template-columns:
        260px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 35px;

    margin-bottom: 48px;
}


/* ============================================================
   LEFT LABEL
============================================================ */

.optimas-products-label {
    margin: 0;
    padding: 0;

    color: #9b9ea8;

    font-size: 10px;
    font-weight: 400;

    line-height: 1;

    letter-spacing: .5px;

    text-transform: uppercase;
}


/* ============================================================
   TITLE
============================================================ */

.optimas-products-title {
    width: 100%;
    max-width: 720px;

    margin: 0;

    color: #17191f;

    font-size: 22px;
    font-weight: 400;

    line-height: 1.3;

    letter-spacing: -.65px;
}


.optimas-products-title strong {
    color: inherit;

    font-weight: 400;
}


/* ============================================================
   NAVIGATION
============================================================ */

.optimas-products-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 7px;
}


.optimas-products-nav button {
    width: 36px;
    height: 36px;

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

    flex: 0 0 36px;

    margin: 0;
    padding: 0;

    border: 1px solid #eceef2;
    border-radius: 50%;

    background: #f4f6f9;

    color: #303746;

    outline: none;

    cursor: pointer;

    box-shadow: none;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}


.optimas-products-nav button svg {
    display: block;

    width: 13px;
    height: 13px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.optimas-products-nav button:hover {
    border-color: #2e3092;

    background: #2e3092;

    color: #ffffff;

    transform: translateY(-1px);
}


/* ============================================================
   SLIDER WRAP
============================================================ */

.optimas-products-slider-wrap {
    position: relative;

    width: 100%;

    /*
     * Sağ tarafta sonraki kartın görünmesi için
     * container dışına taşıyoruz.
     */
    overflow: visible;
}


/* ============================================================
   SWIPER
============================================================ */

.optimasProductsSlider {
    position: relative;

    width: calc(100% + 230px);

    overflow: hidden;
}


.optimasProductsSlider .swiper-wrapper {
    align-items: stretch;
}


.optimasProductsSlider .swiper-slide {
    height: auto;
}


/* ============================================================
   PRODUCT CARD
============================================================ */

.optimas-product-card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    

    margin: 0;
    padding: 0;

    overflow: hidden;

    border: 1px solid #f0f1f3;

    background: #f7f7f8;

    color: #17191f !important;

    text-decoration: none !important;

    transition:
        background .35s ease,
        border-color .35s ease;
}


/* ============================================================
   PRODUCT VISUAL
============================================================ */

.optimas-product-visual {
    position: relative;

    width: 100%;


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



    margin: 0;

    padding: 32px 28px 15px;

    overflow: hidden;

    border: 0;

    background: transparent;
}


/* ============================================================
   SUBTLE BACKGROUND GLOW
============================================================ */

.optimas-product-visual::before {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    width: 230px;
    height: 180px;

    transform: translate(-50%, -45%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(46, 48, 146, .035) 0%,
            rgba(46, 48, 146, .012) 38%,
            transparent 72%
        );

    opacity: 0;

    pointer-events: none;

    transition: opacity .35s ease;
}


/* ============================================================
   PRODUCT NUMBER
   İSTEMİYORSAN HTML'DEN SİLMEK ZORUNDA DEĞİLSİN
============================================================ */

.optimas-product-no {
    display: none;
}


/* ============================================================
   PRODUCT IMAGE
============================================================ */

.optimas-product-visual img {
    position: relative;
    z-index: 2;

    display: block;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;


    margin: 0 auto;

    object-fit: contain;

    filter:
        drop-shadow(
            0 15px 15px
            rgba(18, 22, 35, .07)
        );

    transform: translateY(0) scale(1);

    transition:
        transform .50s cubic-bezier(.22,.61,.36,1),
        filter .40s ease;
}


/* ============================================================
   PRODUCT INFO
   KARTIN İÇİNDE
============================================================ */

.optimas-product-info {
    position: relative;
    z-index: 5;

    width: 100%;
    height: 100px;

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

    flex: 0 0 100px;

    margin: 0;

    padding: 8px 16px 8px;

    text-align: center;

    background: transparent;
}


/* ============================================================
   PRODUCT TITLE
============================================================ */

.optimas-product-info h3 {
    margin: 0 0 2px !important;
    padding: 0 !important;
    color: #1c1c1c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: .35px !important;
    /* text-transform: uppercase !important; */
    transition: color .30s ease;
}


/* ============================================================
   PRODUCT SUB TITLE
============================================================ */

.optimas-product-info span {
    display: block;
    margin: 0;
    padding: 0;
    color: #979ba5;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: .15px;
    text-transform: none;
}


/* ============================================================
   HOVER
============================================================ */

.optimas-product-card:hover {
    border-color: rgba(46, 48, 146, .09);

    background: #f8f8fa;
}


.optimas-product-card:hover
.optimas-product-visual::before {
    opacity: 1;
}


.optimas-product-card:hover
.optimas-product-visual img {
    transform:
        translateY(-5px)
        scale(1.025);

    filter:
        drop-shadow(
            0 20px 22px
            rgba(18, 22, 35, .10)
        );
}


.optimas-product-card:hover
.optimas-product-info h3 {
    color: #2e3092 !important;
}


/* ============================================================
   OPTIONAL MINIMAL BOTTOM LINE
============================================================ */

.optimas-product-card::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 0;
    height: 2px;

    transform: translateX(-50%);

    background: #2e3092;

    transition:
        width .40s cubic-bezier(.22,.61,.36,1);
}


.optimas-product-card:hover::after {
    width: 100%;
}


/* ============================================================
   BOTTOM AREA
============================================================ */

.optimas-products-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 35px;

    padding-top: 19px;

    border-top: 1px solid #eeeeF2;
}


/* ============================================================
   BOTTOM TECH TEXT
============================================================ */

.optimas-products-bottom > span {
    color: #a2a5ad;

    font-size: 6px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/* ============================================================
   ALL PRODUCTS
============================================================ */

.optimas-products-bottom a {
    display: inline-flex;
    align-items: center;

    gap: 11px;

    margin: 0;

    color: #1d2027 !important;

    font-size: 9px;
    font-weight: 600;

    line-height: 1;

    text-decoration: none !important;

    transition: color .25s ease;
}


.optimas-products-bottom a svg {
    display: block;

    width: 13px;
    height: 13px;

    fill: none;

    stroke: #2e3092;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform .30s ease;
}


.optimas-products-bottom a:hover {
    color: #2e3092 !important;
}


.optimas-products-bottom a:hover svg {
    transform: translateX(4px);
}


/* ============================================================
   LARGE DESKTOP
   1501+
============================================================ */

@media only screen and (min-width: 1501px) {

    .optimas-products-section {
        padding:
            90px 0
            82px;
    }


    .optimas-products-section .container {
        max-width: 1380px;
    }


    .optimas-products-header {
        grid-template-columns:
            480px
            minmax(0, 1fr)
            auto;

        margin-bottom: 52px;
    }


    .optimas-products-title {
        font-size: 23px;
    }


    .optimasProductsSlider {
        width: calc(100% + 0px);
    }


    .optimas-product-card {
      
    }


    .optimas-product-visual {

        padding: 0px 0px;
    }


    .optimas-product-visual img {

    }


    .optimas-product-info {
        height: 84px;
        flex-basis: 84px;
    }

}


/* ============================================================
   DESKTOP
   1200 - 1500
============================================================ */

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .optimas-products-section {
        padding:
            75px 0
            68px;
    }


    .optimas-products-section .container {
        max-width: 1240px;
    }


    .optimas-products-header {
        grid-template-columns:
            230px
            minmax(0, 1fr)
            auto;

        gap: 30px;

        margin-bottom: 43px;
    }


    .optimas-products-title {
        font-size: 21px;
    }


    .optimasProductsSlider {
        width: calc(100% + 210px);
    }


    .optimas-product-card {
        height: 310px;
    }


    .optimas-product-visual {
        height: 215px;

        flex-basis: 215px;

        padding:
            28px 24px
            12px;
    }


    .optimas-product-visual img {
        max-width: 88% !important;
        max-height: 150px !important;
    }


    .optimas-product-info {
        height: 95px;

        flex-basis: 95px;

        padding:
            5px 15px
            20px;
    }


    .optimas-product-info h3 {
        font-size: 10px !important;
    }


    .optimas-product-info span {
        font-size: 7.5px;
    }

}


/* ============================================================
   TABLET LANDSCAPE
   992 - 1199
============================================================ */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .optimas-products-section {
        padding:
            65px 0
            58px;
    }


    .optimas-products-section .container {
        max-width: 960px;
    }


    .optimas-products-header {
        grid-template-columns:
            160px
            minmax(0, 1fr)
            auto;

        gap: 25px;

        margin-bottom: 38px;
    }


    .optimas-products-title {
        font-size: 19px;
    }


    .optimasProductsSlider {
        width: calc(100% + 150px);
    }


    .optimas-product-card {
        height: 285px;
    }


    .optimas-product-visual {
        height: 195px;

        flex-basis: 195px;

        padding: 25px 20px 10px;
    }


    .optimas-product-visual img {
        max-width: 88% !important;
        max-height: 135px !important;
    }


    .optimas-product-info {
        height: 90px;

        flex-basis: 90px;
    }

}


/* ============================================================
   TABLET
   <= 991
============================================================ */

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

    .optimas-products-section {
        padding:
            60px 0
            52px;
    }


    .optimas-products-header {
        grid-template-columns:
            130px
            minmax(0, 1fr)
            auto;

        gap: 20px;

        margin-bottom: 35px;
    }


    .optimas-products-label {
        font-size: 8px;
    }


    .optimas-products-title {
        font-size: 18px;

        letter-spacing: -.4px;
    }


    .optimas-products-nav button {
        width: 34px;
        height: 34px;

        flex-basis: 34px;
    }


    .optimasProductsSlider {
        width: calc(100% + 100px);
    }


    .optimas-product-card {
    
    }


    .optimas-product-visual {
        height: 190px;

        flex-basis: 190px;

        padding: 25px 20px 10px;
    }


    .optimas-product-visual img {
    
    }


    .optimas-product-info {
        height: 90px;

        flex-basis: 90px;

        padding:
            5px 12px
            18px;
    }


    .optimas-product-info h3 {
        font-size: 9.5px !important;
    }


    .optimas-product-info span {
        font-size: 7px;
    }

}


/* ============================================================
   MOBILE
   <= 767
============================================================ */

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

    .optimas-products-section {
        padding:
            48px 0
            42px;
    }


    .optimas-products-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }


    .optimas-products-header {
        display: grid;

        grid-template-columns:
            minmax(0, 1fr)
            auto;

        gap:
            14px
            15px;

        margin-bottom: 27px;
    }


    .optimas-products-label {
        grid-column: 1 / -1;

        padding: 0;

        font-size: 8px;

        letter-spacing: .4px;
    }


    .optimas-products-title {
        grid-column: 1;

        max-width: 300px;

        font-size: 17px;

        line-height: 1.3;

        letter-spacing: -.4px;
    }


    .optimas-products-nav {
        grid-column: 2;

        align-self: center;
    }


    .optimas-products-nav button {
        width: 32px;
        height: 32px;

        flex-basis: 32px;
    }


    .optimas-products-nav button svg {
        width: 11px;
        height: 11px;
    }


    .optimasProductsSlider {
        width: calc(100% + 55px);
    }


    .optimas-product-card {
      
    }


    .optimas-product-visual {
        height: 350px;

        flex-basis: 350px;

        padding:0px;
    }


    .optimas-product-visual img {
     
    }


    .optimas-product-info {
        height: 85px;

        flex-basis: 85px;

        padding:
            5px 10px
            16px;
    }


    .optimas-product-info h3 {
        margin-bottom: 5px !important;

        font-size: 14px !important;
    }


    .optimas-product-info span {
        font-size: 12px;
    }


    .optimas-products-bottom {
        margin-top: 27px;

        padding-top: 17px;
    }


    .optimas-products-bottom > span {
        display: none;
    }


    .optimas-products-bottom a {
        margin-left: auto;

        font-size: 8px;
    }

}


/* ============================================================
   SMALL MOBILE
   <= 480
============================================================ */

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

    .optimas-products-section {
        padding:
            42px 0
            36px;
    }


    .optimas-products-title {
        max-width: 235px;

        font-size: 16px;
    }


    .optimas-products-nav {
        gap: 5px;
    }


    .optimas-products-nav button {
        width: 30px;
        height: 30px;

        flex-basis: 30px;
    }


    .optimasProductsSlider {
        width: calc(100% + 40px);
    }


    .optimas-product-card {
        height: 250px;
    }


    .optimas-product-visual {
        height: 170px;

        flex-basis: 170px;

        padding:
            20px 15px
            7px;
    }


    .optimas-product-visual img {
        max-width: 90% !important;
        max-height: 115px !important;
    }


    .optimas-product-info {
        height: 80px;

        flex-basis: 80px;

        padding:
            4px 8px
            14px;
    }


    .optimas-product-info h3 {
        font-size: 8.5px !important;
    }


    .optimas-product-info span {
        font-size: 6.5px;
    }

}





































/* ============================================================
   OPTIMAS FOOTER
   ÖZGÜL REFERANS ÖLÇÜLERİNE GÖRE
============================================================ */

.optimas-footer {
    --optimas-blue: #2e3092;
    --optimas-blue-dark: #242678;
    --optimas-dark: #17191f;
    --optimas-gray: #767676;
    --optimas-gray-light: #929292;
    --optimas-border: #eaeaeb;

    position: relative;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    font-family: inherit;
}


/* ============================================================
   CONTAINER
============================================================ */

.optimas-footer .container {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* ============================================================
   TOP CONTACT AREA
============================================================ */

.optimas-footer-contact {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #e2e2e4;
}


/* Özgül'deki hafif beyaz katman */
.optimas-footer-contact::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(255,255,255,.26);
    pointer-events: none;
}


.optimas-footer-contact-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 214px minmax(389px, 1fr) 250px 240px;
    align-items: stretch;
    min-height: 170px;
}


/* ============================================================
   LOGO
============================================================ */

.optimas-footer-logo {
    display: flex;
    align-items: center;

    padding-right: 45px;
}


.optimas-footer-logo a {
    display: inline-flex;
    align-items: center;
}


.optimas-footer-logo img {
    display: block;

    width: auto;
    height: auto;

    max-width: 180px;
    max-height: 58px;

    object-fit: contain;
}


/* ============================================================
   ADDRESS
============================================================ */

.optimas-footer-address {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding:
        45px 30px;

    border-left:
        1px solid rgba(255,255,255,.35);
}


.optimas-footer-company {
    display: block;

    margin-bottom: 10px;

    color: #929292;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.3;

    opacity: .75;
}


.optimas-footer-address p {
    display: block;

    max-width: 560px;

    margin: 0 !important;
    padding: 0 !important;

    color: #929292 !important;

    font-size: 14px !important;
    font-weight: 400;

    line-height: 1.55 !important;
}


/* ============================================================
   PHONE + MAIL
============================================================ */

.optimas-footer-phone,
.optimas-footer-mail {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    height: 100%;

    padding:
        40px 30px;

    color: #929292 !important;

    text-decoration: none !important;

    transition:
        background .30s ease,
        color .30s ease;
}


.optimas-footer-phone {
    border-left:
        1px solid rgba(255,255,255,.50);

    border-right:
        1px solid rgba(255,255,255,.50);
}


.optimas-footer-mail {
    border-right:
        1px solid rgba(255,255,255,.25);
}


.optimas-footer-phone > span,
.optimas-footer-mail > span {
    display: block;

    margin-bottom: 9px;

    color: #a0a0a4;

    font-size: 9px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.optimas-footer-phone strong {
    display: block;

    color: #929292;

    font-size: 23px;
    font-weight: 600;

    line-height: 1.2;

    letter-spacing: -.4px;

    white-space: nowrap;

    transition: color .30s ease;
}


.optimas-footer-mail strong {
    display: block;

    color: #929292;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.3;

    white-space: nowrap;

    transition: color .30s ease;
}


.optimas-footer-phone:hover,
.optimas-footer-mail:hover {
    background: rgba(255,255,255,.30);
}





/* ============================================================
   MAIN FOOTER
============================================================ */

.optimas-footer-main {
    position: relative;
    width: 100%;
    background: #ffffff;
}


.optimas-footer-content {
    position: relative;
}


/* ============================================================
   MENU AREA
============================================================ */

.optimas-footer-menus {
    position: relative;

    display: grid;

    grid-template-columns:
        1fr
        1fr
        1fr
        1fr
        190px;

    column-gap: 70px;

    width: 100%;

    padding-top: 100px;
    padding-bottom: 95px;

    border-bottom:
        1px solid #eaeaeb;
}


/* ============================================================
   MENU TITLE
============================================================ */

.optimas-footer-menu h4 {
    display: block;

    margin:
        0 0 30px !important;

    padding: 0 !important;

    color: #767676 !important;

    font-size: 19px !important;
    font-weight: 400 !important;

    line-height: 1.2 !important;

    letter-spacing: 0 !important;

    opacity: .7;
}


/* ============================================================
   MENU LIST
============================================================ */

.optimas-footer-menu ul {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none;
}


.optimas-footer-menu ul li {
    display: block;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none;
}


.optimas-footer-menu ul li::before {
    display: none !important;
}


.optimas-footer-menu ul li a {
    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    color: #767676 !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    line-height: 1.35 !important;

    text-decoration: none !important;

    transition:
        color .30s ease,
        transform .30s ease;
}


/* bizim marka rengi */
.optimas-footer-menu ul li a:hover {
    color: var(--optimas-blue) !important;

    transform: translateX(3px);
}


/* Önceki CSS'deki çizgiyi kaldır */
.optimas-footer-menu ul li a::before {
    display: none !important;
}


/* ============================================================
   SOCIAL MEDIA
============================================================ */

.optimas-footer-social {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    gap: 25px;

    min-width: 190px;
}


.optimas-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    height: auto;

    padding: 0;

    background: transparent;

    border: 0;
    border-radius: 0;

    color: #767676 !important;

    font-size: 16px;

    text-decoration: none !important;

    transition:
        color .30s ease,
        transform .30s ease;
}


.optimas-footer-social a:hover {
    color: var(--optimas-blue) !important;

    transform: translateY(-3px);
}


/* ============================================================
   TECH / AUTOMATION DECORATION
   ÖZGÜL'DEKİ FOOTERIMG MANTIĞI
============================================================ */

.optimas-footer-tech {
    position: absolute;

    z-index: 1;

    right: 145px;
    bottom: 138px;

    width: 385px;
    height: 187px;

    pointer-events: none;

    opacity: .45;
}


.optimas-footer-tech::before {
    content: "";

    position: absolute;

    left: 0;
    top: 20px;

    width: 100%;
    height: 145px;

    border:
        1px solid rgba(46,48,146,.08);

    border-radius: 50%;

    transform:
        scaleY(.45);
}


.tech-line {
    position: absolute;

    left: 25px;
    right: 25px;

    height: 110px;

    border:
        1px solid rgba(46,48,146,.07);

    border-radius: 50%;

    transform:
        scaleY(.42);
}


.tech-line-1 {
    top: 30px;
}


.tech-line-2 {
    top: 38px;

    left: 40px;
    right: 40px;
}


.tech-line-3 {
    top: 46px;

    left: 55px;
    right: 55px;
}


.tech-line-4 {
    top: 54px;

    left: 70px;
    right: 70px;
}


.tech-line-5 {
    top: 62px;

    left: 85px;
    right: 85px;
}


.tech-box {
    position: absolute;

    bottom: 30px;

    width: 58px;
    height: 58px;

    border:
        1px solid rgba(46,48,146,.09);

    background:
        rgba(46,48,146,.015);

    transform:
        skewY(18deg);
}


.tech-box-1 {
    left: 125px;
}


.tech-box-2 {
    left: 188px;
}


/* ============================================================
   BOTTOM AREA
============================================================ */

.optimas-footer-bottom {
    position: relative;
    z-index: 3;

    display: flex;

    width: 100%;

    min-height: 100px;
}


/* ============================================================
   LEFT QUICK BUTTONS
============================================================ */

.optimas-footer-actions {
display: flex;
    flex: 0 0 250px;
    width: 442px;
    padding: 30px 0 35px 100px;
}


/* ============================================================
   QUICK BUTTON
============================================================ */

.optimas-footer-action {
    position: relative;

    display: grid;

    grid-template-columns:
        58px
        1fr
        18px;

    align-items: center;

    gap: 15px;

    width: 50%;
    min-height: 165px;

    padding:
        20px 20px 35px;

    border-left:
        1px solid #eaeaeb;

    color: #000000 !important;

    text-decoration: none !important;

    background: #ffffff;

    transition:
        background .30s ease;
}


.optimas-footer-action:last-child {
    border-right:
        1px solid #eaeaeb;
}


.optimas-footer-action::before {
    display: none;
}


/* ============================================================
   ACTION ICON
============================================================ */

.optimas-footer-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex-shrink: 0;

    border: 0;

    border-radius: 50%;

    background:
        rgba(46,48,146,.055);

    color: var(--optimas-blue);

    font-size: 17px;

    transition:
        background .30s ease,
        color .30s ease,
        transform .30s ease;
}


/* ============================================================
   ACTION CONTENT
============================================================ */

.optimas-footer-action-content {
    align-self: center;
}


.optimas-footer-action-content small {
    display: block;

    margin-bottom: 8px;

    color: #9c9c9c;

    font-size: 9px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: .7px;
}


.optimas-footer-action-content strong {
    display: block;

    color: #000000;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.45;

    letter-spacing: 0;
}


/* ============================================================
   ARROW
============================================================ */

.optimas-footer-action-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    align-self: flex-end;

    margin-bottom: 12px;

    color: #000000;

    font-size: 11px;

    transition:
        transform .30s ease,
        color .30s ease;
}


/* ============================================================
   ACTION HOVER
============================================================ */

.optimas-footer-action:hover {
    background: #fafafa;
}


.optimas-footer-action:hover
.optimas-footer-action-icon {
    background: var(--optimas-blue);

    color: #ffffff;

    transform: translateY(-3px);
}


.optimas-footer-action:hover
.optimas-footer-action-arrow {
    color: var(--optimas-blue);

    transform: translateX(12px);
}


/* ============================================================
   POLICY / RIGHT BOTTOM
============================================================ */

.optimas-footer-legal {
    position: relative;

    display: flex;

    flex: 1;

    align-items: flex-end;
    justify-content: space-between;

    min-width: 0;

    padding:
        30px 0
        35px 100px;
}


/* ============================================================
   POLICY LINKS
============================================================ */

.optimas-footer-policy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    flex: 1;

    gap:
        8px 20px;

    min-width: 0;

    padding: 0 30px 10px 0;
}


.optimas-footer-policy a {
    position: relative;

    display: inline-block;

    color: #9c9c9c !important;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.5;

    text-decoration: none !important;

    transition:
        color .30s ease;
}


.optimas-footer-policy > span {
    color: #c0c0c0;

    font-size: 13px;
}


.optimas-footer-policy a:hover {
    color: var(--optimas-blue) !important;
}


/* ============================================================
   COPYRIGHT
============================================================ */

.optimas-footer-copyright {
    display: flex;
    flex-direction: column;

    flex-shrink: 0;

    min-width: 360px;

       padding: 55px 0 35px 0px;
}


.optimas-footer-copyright strong {
    display: block;

    margin: 0 0 14px;

    color: #9c9c9c;

    font-size: 60px;
    font-weight: 300;

    line-height: .85;

    letter-spacing: -4px;
}


.optimas-footer-copyright span {
    display: block;

    color: #9c9c9c;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.5;
}


/* ============================================================
   1200 - 1500
============================================================ */

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    .optimas-footer .container {
        max-width: 1200px;
    }


    .optimas-footer-contact-grid {
        grid-template-columns:
            210px
            minmax(360px, 1fr)
            210px
            230px;

        min-height: 155px;
    }


    .optimas-footer-logo img {
        max-width: 165px;
    }


    .optimas-footer-address {
        padding:
            40px 35px;
    }


    .optimas-footer-phone,
    .optimas-footer-mail {
        padding:
            35px 22px;
    }


    .optimas-footer-phone strong {
        font-size: 20px;
    }


    .optimas-footer-mail strong {
        font-size: 14px;
    }


    .optimas-footer-menus {
        grid-template-columns:
            1fr
            1fr
            1fr
            1fr
            160px;

        column-gap: 45px;

        padding-top: 85px;
        padding-bottom: 80px;
    }


    .optimas-footer-tech {
        right: 90px;

        width: 330px;
    }


    .optimas-footer-actions {
        flex-basis: 450px;

        width: 450px;
    }


    .optimas-footer-legal {
        padding-left: 65px;
    }


    .optimas-footer-copyright {
        min-width: 200px;
    }

}


/* ============================================================
   992 - 1199
============================================================ */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .optimas-footer-contact-grid {
        grid-template-columns:
            190px
            1fr
            190px;

        min-height: 150px;
    }


    .optimas-footer-mail {
        grid-column: 1 / -1;

        min-height: 80px;

        border-top:
            1px solid rgba(255,255,255,.5);

        border-left: 0;

        padding-left: 190px;
    }


    .optimas-footer-address {
        padding:
            35px 30px;
    }


    .optimas-footer-menus {
        grid-template-columns:
            repeat(4, 1fr);

        gap:
            45px
            40px;

        padding-top: 75px;
        padding-bottom: 70px;
    }


    .optimas-footer-social {
        grid-column: 1 / -1;
    }


    .optimas-footer-tech {
        display: none;
    }


    .optimas-footer-bottom {
        display: block;
    }


    .optimas-footer-actions {
        width: 500px;
    }


    .optimas-footer-legal {
        min-height: 140px;

        padding:
            35px 0;
    }

}


/* ============================================================
   TABLET
============================================================ */

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

    .optimas-footer-contact-grid {
        grid-template-columns:
            1fr 1fr;

        min-height: auto;
    }


    .optimas-footer-logo {
        min-height: 120px;

        padding:
            30px;
    }


    .optimas-footer-address {
        min-height: 120px;

        padding:
            30px;

        border-left:
            1px solid rgba(255,255,255,.5);
    }


    .optimas-footer-phone,
    .optimas-footer-mail {
        min-height: 90px;

        padding:
            25px 30px;

        border-top:
            1px solid rgba(255,255,255,.5);
    }


    .optimas-footer-phone {
        border-left: 0;
    }


    .optimas-footer-menus {
        grid-template-columns:
            repeat(2, 1fr);

        gap:
            55px
            70px;

        padding-top: 70px;
        padding-bottom: 65px;
    }


    .optimas-footer-social {
        grid-column: 1 / -1;

        min-width: 0;
    }


    .optimas-footer-tech {
        display: none;
    }


    .optimas-footer-bottom {
        display: block;

        min-height: auto;
    }


    .optimas-footer-actions {
        width: 100%;

        max-width: 560px;

        flex-basis: auto;
    }


    .optimas-footer-legal {
        min-height: 150px;

        padding:
            35px 0;
    }

}


/* ============================================================
   MOBILE
============================================================ */

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

    .optimas-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* ==========================
       CONTACT
    ========================== */

    .optimas-footer-contact-grid {
        display: block;
    }


    .optimas-footer-logo {
        min-height: auto;

        padding:
            35px 0
            25px;
    }


    .optimas-footer-logo img {
        max-width: 155px;
    }


    .optimas-footer-address {
        min-height: auto;

        padding:
            0 0
            30px;

        border: 0;
    }


    .optimas-footer-company {
        font-size: 11px;
    }


    .optimas-footer-address p {
        max-width: 390px;

        font-size: 12px !important;
    }


    .optimas-footer-phone,
    .optimas-footer-mail {
        min-height: 80px;

        padding:
            20px 0;

        border-left: 0;
        border-right: 0;

        border-top:
            1px solid rgba(255,255,255,.6);
    }


    .optimas-footer-phone strong {
        font-size: 19px;
    }


    .optimas-footer-mail strong {
        font-size: 14px;
    }


    /* ==========================
       MENUS
    ========================== */

    .optimas-footer-menus {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap:
            45px
            30px;

        padding-top: 55px;
        padding-bottom: 50px;
    }


    .optimas-footer-menu h4 {
        margin-bottom: 22px !important;

        font-size: 16px !important;
    }


    .optimas-footer-menu ul {
        gap: 10px;
    }


    .optimas-footer-menu ul li a {
        font-size: 13px !important;
    }


    .optimas-footer-social {
        grid-column: 1 / -1;

        gap: 22px;

        padding-top: 5px;
    }


    /* ==========================
       ACTIONS
    ========================== */

    .optimas-footer-actions {
        display: block;

        width: 100%;
        max-width: none;
                padding: 0px;
    }


    .optimas-footer-action {
        width: 100%;

        min-height: 115px;

        grid-template-columns:
            55px
            1fr
            20px;

        padding:
            20px 15px;

        border-right:
            1px solid #eaeaeb;

        border-bottom:
            1px solid #eaeaeb;
    }


    .optimas-footer-action-icon {
        width: 46px;
        height: 46px;

        font-size: 14px;
    }


    .optimas-footer-action-content strong {
        font-size: 13px;
    }


    /* ==========================
       LEGAL
    ========================== */

    .optimas-footer-legal {
        display: block;

        min-height: auto;

        padding:0px;
    }


    .optimas-footer-policy {
        gap:
            8px 12px;

        padding: 0;

        margin-bottom: 35px;
    }


    .optimas-footer-policy a,
    .optimas-footer-policy > span {
        font-size: 11px;
    }


    .optimas-footer-copyright {
        min-width: 0;
        padding: 12px 0 10px 0px;
    }


    .optimas-footer-copyright strong {
        font-size: 50px;
    }


    .optimas-footer-copyright span {
        font-size: 10px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

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

    .optimas-footer-menus {
        gap:
            40px
            20px;
    }


    .optimas-footer-menu h4 {
        font-size: 15px !important;
    }


    .optimas-footer-menu ul li a {
        font-size: 12px !important;
    }


    .optimas-footer-action {
        min-height: 105px;
    }


    .optimas-footer-action-content small {
        font-size: 8px;
    }


    .optimas-footer-action-content strong {
        font-size: 12px;
    }

}





















































/* ============================================================
   OPTIMAS NEWS & EVENTS
   FINAL - OZGUL SCALE / MINIMAL
============================================================ */

.optimas-news-section {
    --optimas-blue: #2e3092;
    --optimas-blue-dark: #242678;
    --optimas-dark: #17191f;
    --optimas-text: #747983;
    --optimas-muted: #969aa3;
    --optimas-border: #e7e8ec;

    position: relative;
    width: 100%;
    overflow: hidden;

    padding: 95px 0 75px;

    background: #ffffff;
}


/* ============================================================
   CONTAINER
============================================================ */

.optimas-news-section .container {
    position: relative;

    width: 100%;
    max-width: 1320px;

    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* ============================================================
   HEADER
============================================================ */

/* ============================================================
   NEWS HEADER - SOL / SAG
============================================================ */

.optimas-news-header {
    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 40px;

    margin-bottom: 55px;
}


/* SOL */

.optimas-news-label {
    padding: 0;
    color: #0f0f0f;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
}

.optimas-news-label p {
margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #1a1a1a !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}


/* SAG */

.optimas-news-header-link {
    display: inline-flex;
    align-items: center;

    gap: 14px;

    margin: 5px 0 0 auto;

    color: #202229 !important;

    font-size: 13px;
    font-weight: 600;

    line-height: 1;

    white-space: nowrap;

    text-decoration: none !important;
}

.optimas-news-header-link svg {
    width: 17px;
    height: 17px;

    fill: none;

    stroke: #2e3092;
    stroke-width: 1.5;

    transition: transform .25s ease;
}

.optimas-news-header-link:hover {
    color: #2e3092 !important;
}

.optimas-news-header-link:hover svg {
    transform: translateX(4px);
}


/* MOBILE */

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

    .optimas-news-header {
        gap: 20px;
        margin-bottom: 35px;
    }

    .optimas-news-label {
        font-size: 13px;
    }

    .optimas-news-label p {
        margin-top: 6px !important;
        font-size: 13px !important;
    }

    .optimas-news-header-link {
        margin-top: 3px;
        font-size: 11px;
    }
}

/* ============================================================
   MAIN HEADING
============================================================ */

.optimas-news-heading {
    width: 100%;
    max-width: 760px;
}

.optimas-news-heading h2 {
    margin: 0 !important;
    padding: 0 !important;

    color: var(--optimas-dark) !important;

    font-family: inherit;

    font-size: 30px !important;
    font-weight: 400 !important;

    line-height: 1.18 !important;

    letter-spacing: -1.15px !important;

    text-transform: none !important;
}

.optimas-news-heading h2 strong {
    color: var(--optimas-blue) !important;

    font-weight: 500 !important;
}


/* ============================================================
   HEADER DESCRIPTION
============================================================ */

.optimas-news-heading p {
    width: 100%;
    max-width: 600px;

    margin: 11px 0 0 !important;
    padding: 0 !important;

    color: #929292 !important;

    font-size: 14px !important;
    font-weight: 400 !important;

    line-height: 1.55 !important;

    letter-spacing: -0.15px;
}


/* ============================================================
   HEADER LINK
============================================================ */

.optimas-news-header-link {
    display: inline-flex;

    align-items: center;

    gap: 13px;

    margin-top: 9px;

    color: #202229 !important;

    font-size: 13px;
    font-weight: 600;

    line-height: 1;

    white-space: nowrap;

    text-decoration: none !important;

    transition:
        color .25s ease;
}

.optimas-news-header-link svg {
    display: block;

    width: 17px;
    height: 17px;

    fill: none;

    stroke: var(--optimas-blue);
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform .3s ease;
}

.optimas-news-header-link:hover {
    color: var(--optimas-blue) !important;
}

.optimas-news-header-link:hover svg {
    transform: translateX(5px);
}


/* ============================================================
   NEWS GRID
============================================================ */

.optimas-news-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 32px;

    width: 100%;
}


/* ============================================================
   ITEM
============================================================ */

.optimas-news-item {
    position: relative;

    width: 100%;
    min-width: 0;
}


/* ============================================================
   CARD
============================================================ */

.optimas-news-card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    color: var(--optimas-dark) !important;

    text-decoration: none !important;
}


/* ============================================================
   IMAGE
============================================================ */

.optimas-news-image {
    position: relative;

    width: 100%;


    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #f5f5f6 0%,
            #ececee 100%
        );
}

.optimas-news-image img {
    position: relative;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transform: scale(1.001);

    transition:
        transform .75s cubic-bezier(.22,.61,.36,1);
}


/* ============================================================
   IMAGE OVERLAY
============================================================ */

.optimas-news-image::after {
    content: "";

    position: absolute;
    z-index: 2;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(15, 17, 24, 0) 55%,
            rgba(15, 17, 24, .08) 100%
        );

    pointer-events: none;
}


/* ============================================================
   IMAGE TOP
============================================================ */

.optimas-news-image-top {
    position: absolute;
    z-index: 5;

    left: 0;
    top: 0;

    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 18px;
}


/* ============================================================
   NUMBER
============================================================ */

.optimas-news-no {
    color: rgba(255, 255, 255, .95);

    font-size: 10px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 1px;
}


/* ============================================================
   CATEGORY
============================================================ */

.optimas-news-category {
    display: inline-flex;

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

    min-height: 30px;

    padding: 0 14px;

    border: 1px solid rgba(255, 255, 255, .60);

    border-radius: 30px;

    background: rgba(255, 255, 255, .93);

    color: #292c34;

    font-size: 9px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: .65px;

    text-transform: uppercase;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


/* ============================================================
   CONTENT
============================================================ */

.optimas-news-content {
    position: relative;

    display: flex;
    flex: 1;

    flex-direction: column;

    padding: 22px 3px 0;
}


/* ============================================================
   META
============================================================ */

.optimas-news-meta {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 15px;

    color: #969aa3;

    font-size: 11px;
    font-weight: 400;

    line-height: 1;
}

.optimas-news-meta span {
    position: relative;
}

.optimas-news-meta span + span::before {
    content: "";

    position: absolute;

    left: -10px;
    top: 50%;

    width: 3px;
    height: 3px;

    transform: translateY(-50%);

    border-radius: 50%;

    background: var(--optimas-blue);
}


/* ============================================================
   NEWS TITLE
============================================================ */

.optimas-news-content h3 {
    width: 100%;
    max-width: 390px;

    margin: 0 0 14px !important;
    padding: 0 !important;

    color: var(--optimas-dark) !important;

    font-family: inherit;

    font-size: 21px !important;
    font-weight: 500 !important;

    line-height: 1.28 !important;

    letter-spacing: -0.65px !important;

    text-transform: none !important;

    transition:
        color .3s ease;
}


/* ============================================================
   DESCRIPTION
============================================================ */

.optimas-news-content > p {
    width: 100%;
    max-width: 400px;

    min-height: 45px;

    margin: 0 0 22px !important;
    padding: 0 !important;

    color: #858a94 !important;

    font-size: 13px !important;
    font-weight: 400 !important;

    line-height: 1.6 !important;

    letter-spacing: -0.1px;
}


/* ============================================================
   READ MORE
============================================================ */

.optimas-news-more {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-top: auto;

    padding-top: 18px;

    border-top: 1px solid var(--optimas-border);
}

.optimas-news-more span {
    color: #202229;

    font-size: 12px;
    font-weight: 600;

    line-height: 1;

    transition:
        color .25s ease;
}

.optimas-news-more svg {
    display: block;

    width: 17px;
    height: 17px;

    fill: none;

    stroke: #202229;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        stroke .25s ease,
        transform .3s ease;
}


/* ============================================================
   HOVER
============================================================ */

.optimas-news-card:hover
.optimas-news-image img {
    transform: scale(1.035);
}

.optimas-news-card:hover
.optimas-news-content h3 {
    color: var(--optimas-blue) !important;
}

.optimas-news-card:hover
.optimas-news-more span {
    color: var(--optimas-blue);
}

.optimas-news-card:hover
.optimas-news-more svg {
    stroke: var(--optimas-blue);

    transform: translateX(5px);
}


/* ============================================================
   BOTTOM
============================================================ */

.optimas-news-bottom {
    position: relative;

    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 55px;

    padding-top: 27px;

    border-top: 1px solid var(--optimas-border);
}


/* ============================================================
   BOTTOM TEXT
============================================================ */

.optimas-news-bottom-text {
    display: flex;

    align-items: center;

    gap: 17px;

    color: #989ca5;

    font-size: 9px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.optimas-news-bottom-line {
    display: block;

    width: 35px;
    height: 2px;

    flex: 0 0 35px;

    background: var(--optimas-blue);
}


/* ============================================================
   ALL NEWS
============================================================ */

.optimas-news-all {
    display: inline-flex;

    align-items: center;

    gap: 13px;

    color: #202229 !important;

    font-size: 12px;
    font-weight: 600;

    line-height: 1;

    white-space: nowrap;

    text-decoration: none !important;

    transition:
        color .25s ease;
}

.optimas-news-all svg {
    display: block;

    width: 17px;
    height: 17px;

    fill: none;

    stroke: var(--optimas-blue);
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform .3s ease;
}

.optimas-news-all:hover {
    color: var(--optimas-blue) !important;
}

.optimas-news-all:hover svg {
    transform: translateX(5px);
}


/* ============================================================
   1200 - 1399
============================================================ */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .optimas-news-section .container {
        max-width: 1140px;
    }

    .optimas-news-header {
        grid-template-columns:
            230px
            minmax(0, 1fr)
            auto;

        column-gap: 35px;
    }

    .optimas-news-heading h2 {
        font-size: 28px !important;
    }

    .optimas-news-image {
        height: 250px;
    }

    .optimas-news-content h3 {
        font-size: 20px !important;
    }

}


/* ============================================================
   992 - 1199
============================================================ */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .optimas-news-section {
        padding: 75px 0 60px;
    }

    .optimas-news-header {
        grid-template-columns:
            180px
            minmax(0, 1fr)
            auto;

        gap: 25px;

        margin-bottom: 45px;
    }

    .optimas-news-label {
        font-size: 14px;
    }

    .optimas-news-heading h2 {
        font-size: 25px !important;
    }

    .optimas-news-heading p {
        font-size: 13px !important;
    }

    .optimas-news-image {
        height: 220px;
    }

    .optimas-news-content h3 {
        font-size: 18px !important;
    }

    .optimas-news-content > p {
        font-size: 12px !important;
    }

}


/* ============================================================
   TABLET
============================================================ */

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

    .optimas-news-section {
        padding: 65px 0 55px;
    }

    .optimas-news-section .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .optimas-news-header {
        grid-template-columns:
            150px
            minmax(0, 1fr)
            auto;

        gap: 20px;

        margin-bottom: 40px;
    }

    .optimas-news-label {
        font-size: 13px;
    }

    .optimas-news-heading h2 {
        font-size: 24px !important;
    }

    .optimas-news-heading p {
        font-size: 12px !important;
    }

    .optimas-news-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 45px 25px;
    }

    .optimas-news-image {
        height: 250px;
    }

    .optimas-news-content h3 {
        font-size: 19px !important;
    }

    .optimas-news-content > p {
        font-size: 12px !important;
    }

}


/* ============================================================
   MOBILE
============================================================ */

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

    .optimas-news-section {
        padding: 55px 0 45px;
    }

    .optimas-news-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }


    /* HEADER */

    .optimas-news-header {
        grid-template-columns:
            1fr
            auto;

        gap: 16px 20px;

        margin-bottom: 32px;
    }

    .optimas-news-label {
        grid-column: 1 / -1;

        padding: 0;

        font-size: 12px;
    }

    .optimas-news-heading {
        max-width: 330px;
    }

    .optimas-news-heading h2 {
        font-size: 22px !important;

        line-height: 1.25 !important;

        letter-spacing: -.6px !important;
    }

    .optimas-news-heading p {
        max-width: 300px;

        margin-top: 8px !important;

        font-size: 12px !important;
    }

    .optimas-news-header-link {
        align-self: center;

        margin-top: 0;

        font-size: 11px;
    }


    /* GRID */

    .optimas-news-grid {
        grid-template-columns: 1fr;

        row-gap: 45px;
    }


    /* IMAGE */

    .optimas-news-image {
        height: 280px;
    }


    /* CONTENT */

    .optimas-news-content {
        padding-top: 20px;
    }

    .optimas-news-meta {
        font-size: 10px;

        margin-bottom: 13px;
    }

    .optimas-news-content h3 {
        max-width: 100%;

        font-size: 20px !important;
    }

    .optimas-news-content > p {
        max-width: 100%;

        min-height: 0;

        font-size: 12px !important;

        line-height: 1.6 !important;
    }

    .optimas-news-more span {
        font-size: 11px;
    }


    /* BOTTOM */

    .optimas-news-bottom {
        margin-top: 40px;

        padding-top: 22px;
    }

    .optimas-news-bottom-text {
        display: none;
    }

    .optimas-news-all {
        margin-left: auto;

        font-size: 11px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

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

    .optimas-news-section {
        padding: 48px 0 40px;
    }

    .optimas-news-heading h2 {
        font-size: 21px !important;
    }

    .optimas-news-heading p {
        font-size: 11px !important;
    }

    .optimas-news-header-link span {
        display: none;
    }

    .optimas-news-header-link svg {
        width: 18px;
        height: 18px;
    }

    .optimas-news-image {
        height: 235px;
    }

    .optimas-news-image-top {
        padding: 14px;
    }

    .optimas-news-category {
        min-height: 27px;

        padding: 0 11px;

        font-size: 8px;
    }

    .optimas-news-content h3 {
        font-size: 19px !important;
    }

    .optimas-news-content > p {
        font-size: 12px !important;
    }
}















































/* ============================================================
   OPTIMAS QUOTE CTA
   FINAL VERSION
============================================================ */

.optimas-quote-cta {
    --optimas-blue: #2e3092;
    --optimas-blue-dark: #2e3092;
    --optimas-white: #ffffff;
    position: relative;
    width: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 75px 0;
    background: linear-gradient(110deg, #292b83 0%, #2e3092 48%, #34369a 100%);
    color: #ffffff;
}


/* ============================================================
   CONTAINER
============================================================ */

.optimas-quote-cta .container {
    position: relative;
    z-index: 5;

    width: 100%;
    max-width: 1320px;

    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* ============================================================
   MAIN LAYOUT
============================================================ */

.optimas-quote-inner {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 760px)
        minmax(240px, 1fr);

    align-items: center;

    justify-content: space-between;

    gap: 90px;
}


/* ============================================================
   LEFT CONTENT
============================================================ */

.optimas-quote-content {
    position: relative;

    width: 100%;
    max-width: 760px;
}


/* ============================================================
   EYEBROW
============================================================ */

.optimas-quote-eyebrow {
    display: flex;
    align-items: center;

    gap: 13px;

    margin: 0 0 22px;

    color: rgba(255, 255, 255, .68);

    font-size: 11px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.optimas-quote-eyebrow::before {
    content: "";

    display: block;

    width: 30px;
    height: 1px;

    flex: 0 0 30px;

    background: rgba(255, 255, 255, .55);
}


/* ============================================================
   TITLE
============================================================ */

.optimas-quote-content h2 {
    display: block;

    width: 100%;
    max-width: 720px;

    margin: 0 0 10px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: inherit;

    font-size: 48px !important;
    font-weight: 300 !important;

    line-height: 1.08 !important;

    letter-spacing: -1.8px !important;

    text-transform: none !important;
}


/* STRONG PART */

.optimas-quote-content h2 strong {
    color: #ffffff !important;

    font-weight: 600 !important;
}


/* ============================================================
   DESCRIPTION
============================================================ */

.optimas-quote-content p {
    display: block;
    width: 100%;
    max-width: 610px;
    margin: 0 !important;
    padding: 0 !important;
    color: rgb(255 255 255) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.2px;
}


/* ============================================================
   RIGHT ACTION
============================================================ */

.optimas-quote-action {
    position: relative;

    width: 100%;

    display: flex;
    flex-direction: column;

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

    gap: 14px;
}


/* ============================================================
   BUTTON
============================================================ */

.optimas-quote-btn {
    width: 230px;
    height: 62px;

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

    gap: 20px;

    margin: 0;
    padding: 5px 6px 5px 25px;

    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 50px;

    background: #ffffff;

    color: #191c24 !important;

    font-family: inherit;

    font-size: 13px;
    font-weight: 600;

    line-height: 1;

    text-decoration: none !important;

    box-shadow:
        0 12px 35px
        rgba(17, 18, 70, .10);

    transition:
        background .30s ease,
        border-color .30s ease,
        color .30s ease,
        transform .30s ease,
        box-shadow .30s ease;
}


/* ============================================================
   BUTTON ICON
============================================================ */

.optimas-quote-btn-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

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

    border-radius: 50%;

    background: var(--optimas-blue);

    color: #ffffff;

    transition:
        background .30s ease,
        color .30s ease,
        transform .30s ease;
}


.optimas-quote-btn-icon svg {
    display: block;

    width: 17px;
    height: 17px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ============================================================
   BUTTON HOVER
============================================================ */

.optimas-quote-btn:hover {
    border-color: #ffffff;

    background: transparent;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 16px 40px
        rgba(16, 17, 60, .15);
}


.optimas-quote-btn:hover
.optimas-quote-btn-icon {
    background: #ffffff;

    color: var(--optimas-blue);

    transform: translateX(2px);
}


/* ============================================================
   BUTTON NOTE
============================================================ */

.optimas-quote-note {
    display: block;
    width: 370px;
    padding-right: 7px;
    color: rgb(255 255 255);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .8px;
    text-align: right;
}


/* ============================================================
   OLD LEFT NUMBER - HIDE
   HTML'DE VARSA SİLMEK ZORUNDA DEĞİLSİN
============================================================ */

.optimas-quote-label {
    display: none;
}


/* ============================================================
   BACKGROUND DECORATION
============================================================ */

.optimas-quote-decoration {
    position: absolute;

    inset: 0;

    z-index: 1;

    overflow: hidden;

    pointer-events: none;
}


/* VERY SUBTLE LIGHT */

.optimas-quote-decoration::before {
    content: "";

    position: absolute;

    left: -10%;
    top: -80%;

    width: 750px;
    height: 750px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,.035) 0%,
            rgba(255,255,255,.012) 40%,
            transparent 70%
        );
}


/* ============================================================
   CIRCLES
============================================================ */

.optimas-quote-decoration .circle {
    position: absolute;

    display: block;

    border:
        1px solid
        rgba(255,255,255,.065);

    border-radius: 50%;
}


.optimas-quote-decoration .circle-1 {
    width: 330px;
    height: 330px;

    right: 8%;
    top: -225px;
}


.optimas-quote-decoration .circle-2 {
    width: 470px;
    height: 470px;

    right: -120px;
    bottom: -350px;
}


/* ============================================================
   FINE TECHNICAL LINE
============================================================ */

.optimas-quote-cta::before {
    content: "";

    position: absolute;

    z-index: 2;

    left: 50%;
    top: 0;

    width: 1px;
    height: 100%;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(255,255,255,.035),
            transparent
        );

    pointer-events: none;
}


/* ============================================================
   BOTTOM LINE
============================================================ */

.optimas-quote-cta::after {
    content: "";

    position: absolute;

    z-index: 2;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(255,255,255,.20) 50%,
            transparent 100%
        );
}


/* ============================================================
   1200 - 1500
============================================================ */

@media only screen and (min-width: 1201px) and (max-width: 1500px) {

    .optimas-quote-cta {
        min-height: 390px;

        padding: 65px 0;
    }


    .optimas-quote-cta .container {
        max-width: 1240px;
    }


    .optimas-quote-inner {
        grid-template-columns:
            minmax(0, 680px)
            minmax(230px, 1fr);

        gap: 70px;
    }


    .optimas-quote-content h2 {
        max-width: 650px;

        font-size: 44px !important;

        letter-spacing: -1.6px !important;
    }


    .optimas-quote-content p {
        max-width: 570px;

        font-size: 14px !important;
    }


    .optimas-quote-btn {
        width: 220px;
        height: 58px;

        font-size: 12px;
    }


    .optimas-quote-btn-icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;
    }


    .optimas-quote-note {
        width: 220px;
    }

}


/* ============================================================
   992 - 1200
============================================================ */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .optimas-quote-cta {
        min-height: 360px;

        padding: 60px 0;
    }


    .optimas-quote-cta .container {
        padding-left: 30px;
        padding-right: 30px;
    }


    .optimas-quote-inner {
        grid-template-columns:
            minmax(0, 600px)
            auto;

        gap: 55px;
    }


    .optimas-quote-eyebrow {
        margin-bottom: 18px;

        font-size: 10px;
    }


    .optimas-quote-content h2 {
        max-width: 590px;

        font-size: 39px !important;

        letter-spacing: -1.4px !important;
    }


    .optimas-quote-content p {
        max-width: 540px;

        font-size: 13px !important;
    }


    .optimas-quote-btn {
        width: 205px;
        height: 56px;
    }


    .optimas-quote-btn-icon {
        width: 42px;
        height: 42px;

        flex-basis: 42px;
    }


    .optimas-quote-note {
        width: 205px;

        font-size: 8px;
    }

}


/* ============================================================
   TABLET
============================================================ */

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

    .optimas-quote-cta {
        min-height: auto;

        padding: 65px 0;
    }


    .optimas-quote-cta .container {
        padding-left: 30px;
        padding-right: 30px;
    }


    .optimas-quote-inner {
        grid-template-columns:
            minmax(0, 1fr)
            auto;

        gap: 45px;
    }


    .optimas-quote-content h2 {
        max-width: 540px;

        font-size: 38px !important;

        line-height: 1.1 !important;

        letter-spacing: -1.3px !important;
    }


    .optimas-quote-content p {
        max-width: 500px;

        font-size: 13px !important;
    }


    .optimas-quote-btn {
        width: 200px;
        height: 55px;
    }


    .optimas-quote-btn-icon {
        width: 42px;
        height: 42px;

        flex-basis: 42px;
    }


    .optimas-quote-note {
        width: 200px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

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

    .optimas-quote-cta {
        padding: 55px 0;
    }


    .optimas-quote-cta .container {
        padding-left: 22px;
        padding-right: 22px;
    }


    .optimas-quote-inner {
        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 34px;
    }


    .optimas-quote-content {
        max-width: 100%;
    }


    .optimas-quote-eyebrow {
        gap: 10px;

        margin-bottom: 17px;

        font-size: 9px;

        letter-spacing: 1.5px;
    }


    .optimas-quote-eyebrow::before {
        width: 23px;

        flex-basis: 23px;
    }


    .optimas-quote-content h2 {
        max-width: 480px;

        margin-bottom: 20px !important;

        font-size: 34px !important;

        line-height: 1.08 !important;

        letter-spacing: -1.2px !important;
    }


    .optimas-quote-content p {
        max-width: 480px;

        font-size: 13px !important;

        line-height: 1.7 !important;
    }


    .optimas-quote-action {
        width: auto;

        align-items: flex-start;
    }


    .optimas-quote-btn {
        width: 205px;

        height: 55px;
    }


    .optimas-quote-note {
        width: 205px;

        padding: 0;

        text-align: left;
    }


    .optimas-quote-decoration .circle-1 {
        right: -120px;
    }


    .optimas-quote-decoration .circle-2 {
        right: -260px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

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

    .optimas-quote-cta {
        padding: 48px 0;
    }


    .optimas-quote-content h2 {
        font-size: 30px !important;

        line-height: 1.1 !important;

        letter-spacing: -1px !important;
    }


    .optimas-quote-content p {
        font-size: 12.5px !important;
    }


    .optimas-quote-btn {
        width: 195px;

        height: 52px;

        padding-left: 21px;

        font-size: 12px;
    }


    .optimas-quote-btn-icon {
        width: 39px;
        height: 39px;

        flex-basis: 39px;
    }


    .optimas-quote-note {
        width: 195px;

        font-size: 8px;
    }

}

































/* ============================================================
   OPTIMAS QUICK CONTACT
============================================================ */

.optimas-quick-contact {
    --optimas-blue: #2e3092;
    --optimas-dark: #17191f;
    --optimas-text: #666b75;

    position: relative;

    width: 100%;

        padding-top: 70px;

    background: #ffffff;
}


/* ============================================================
   CONTAINER
============================================================ */

.optimas-quick-contact .container {
    width: 100%;

    max-width: 1320px;

    margin: 0 auto;

    padding-left: 15px;
    padding-right: 15px;
}


/* ============================================================
   GRID
============================================================ */

.optimas-quick-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 14px;
}


/* ============================================================
   CARD
============================================================ */

.optimas-quick-card {
    position: relative;

    min-height: 270px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 30px 28px 25px;

    overflow: hidden;

    border:
        1px solid
        #eeeeF1;

    background: #f5f5f6;

    color: var(--optimas-dark) !important;

    text-decoration: none !important;

    transition:
        background .35s ease,
        border-color .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}


/* TOP BLUE LINE */

.optimas-quick-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 0;
    height: 2px;

    background: var(--optimas-blue);

    transition: width .45s
        cubic-bezier(.22,.61,.36,1);
}


/* ============================================================
   CONTENT
============================================================ */

.optimas-quick-content {
    position: relative;

    z-index: 2;
}


/* TITLE */

.optimas-quick-content h3 {
    max-width: 250px;

    margin: 0 0 16px !important;
    padding: 0 !important;

    color: #181b22 !important;

    font-size: 17px !important;
    font-weight: 500 !important;

    line-height: 1.35 !important;

    letter-spacing: -.3px !important;
}


/* DESCRIPTION */

.optimas-quick-content p {
    max-width: 265px;

    margin: 0 !important;
    padding: 0 !important;

    color: #656a74 !important;

    font-size: 13px !important;
    font-weight: 400 !important;

    line-height: 1.65 !important;
}


/* ============================================================
   BOTTOM
============================================================ */

.optimas-quick-bottom {
    position: relative;

    z-index: 2;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-top: 35px;
}


/* ============================================================
   MAIN ICON
============================================================ */

.optimas-quick-icon {
    width: 40px;
    height: 40px;

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

    color: var(--optimas-blue);
}


.optimas-quick-icon svg {
    display: block;

    width: 38px;
    height: 38px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.25;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform .35s ease;
}


/* ============================================================
   ARROW
============================================================ */

.optimas-quick-arrow {
    width: 35px;
    height: 35px;

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

    border:
        1px solid
        #e0e2e8;

    border-radius: 50%;

    background: rgba(255,255,255,.65);

    color: #7d828c;

    opacity: 0;

    transform: translateX(-7px);

    transition:
        opacity .30s ease,
        transform .30s ease,
        color .30s ease,
        background .30s ease,
        border-color .30s ease;
}


.optimas-quick-arrow svg {
    width: 14px;
    height: 14px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ============================================================
   HOVER
============================================================ */

.optimas-quick-card:hover {
    background: #f8f8fb;

    border-color:
        rgba(46,48,146,.13);

    transform: translateY(-3px);

    box-shadow:
        0 18px 45px
        rgba(25,29,60,.055);
}


.optimas-quick-card:hover::before {
    width: 100%;
}


.optimas-quick-card:hover
.optimas-quick-icon svg {
    transform: translateY(-3px);
}


.optimas-quick-card:hover
.optimas-quick-arrow {
    opacity: 1;

    transform: translateX(0);

    color: #ffffff;

    border-color: var(--optimas-blue);

    background: var(--optimas-blue);
}


/* ============================================================
   TABLET
============================================================ */

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

    .optimas-quick-contact {
        padding: 55px 0;
    }


    .optimas-quick-contact .container {
        padding-left: 25px;
        padding-right: 25px;
    }


    .optimas-quick-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 14px;
    }


    .optimas-quick-card {
        min-height: 250px;
    }


    .optimas-quick-content h3 {
        font-size: 16px !important;
    }


    .optimas-quick-content p {
        font-size: 12.5px !important;
    }

}


/* ============================================================
   MOBILE
============================================================ */

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

    .optimas-quick-contact {
        padding: 40px 0;
    }


    .optimas-quick-contact .container {
        padding-left: 18px;
        padding-right: 18px;
    }


    .optimas-quick-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    .optimas-quick-card {
        min-height: 220px;

        padding: 25px 23px 21px;
    }


    .optimas-quick-content h3 {
        max-width: 100%;

        margin-bottom: 12px !important;

        font-size: 16px !important;
    }


    .optimas-quick-content p {
        max-width: 420px;

        font-size: 12px !important;

        line-height: 1.6 !important;
    }


    .optimas-quick-bottom {
        margin-top: 25px;
    }


    .optimas-quick-icon {
        width: 36px;
        height: 36px;
    }


    .optimas-quick-icon svg {
        width: 34px;
        height: 34px;
    }


    .optimas-quick-arrow {
        opacity: 1;

        transform: none;

        width: 32px;
        height: 32px;
    }

}