/* =========================================================
   SERIK SIGORTA - MASTER CSS
   TEMIZ TEK PARCA SURUM
   ========================================================= */


/* =========================================================
   1. GENEL SITE AYARLARI
   ========================================================= */

* {
    box-sizing: border-box;
}

body {
    background-color: #e3ecea;
}


/* =========================================================
   2. UST HEADER / MENU
   ========================================================= */

.header-wrap {
    padding: 9px 0;
    background: #ffffff;
    border-top: 5px solid #08252e;
    border-bottom: 1px solid #dbe6e4;
    box-shadow: 0 5px 20px rgba(8, 37, 46, 0.08);
}

.main-navigation a {
    color: #18383d;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a {
    color: #ffffff !important;
    background-color: #08252e !important;
}

.main-navigation ul li:hover > a,
.main-navigation a:hover {
    color: #ffffff !important;
    background-color: #12656b !important;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
    color: currentColor !important;
}

.header-search-icon:before {
    color: #10aeb5 !important;
}


/* MASAUSTU HEADER */

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

    .header-wrap .inner-wrap {
        display: flex;
        align-items: center;
        min-height: 72px;
    }

    .site-branding {
        display: flex;
        align-items: center;
        float: none;
        min-height: 72px;
        margin: 0 auto 0 0;
    }

    .site-logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-logo {
        display: block;
        float: none;
        width: auto;
        max-height: 68px;
        padding: 0;
        margin: 0;
    }

    #header-text {
        display: none;
    }

    .main-navigation {
        display: flex;
        align-items: center;
        float: none;
        margin: 0 48px 0 25px;
        padding: 0;
    }

    .main-navigation .menu-primary-container > ul {
        display: flex;
        align-items: center;
        overflow: visible !important;
    }

    .main-navigation .menu-primary-container > ul > li {
        position: relative;
        float: none;
        line-height: 1;
        overflow: visible !important;
    }

    .main-navigation .menu-primary-container > ul > li > a {
        padding: 18px 13px;
        border-radius: 9px;
        font-size: 16px;
    }

    .header-search-icon {
        top: 50%;
        padding: 15px 0 15px 10px;
        transform: translateY(-50%);
    }


    /* BIRINCI ALT MENU */

    .main-navigation ul ul {
        position: absolute !important;
        top: 100%;
        left: 0 !important;
        right: auto !important;

        min-width: 240px;
        padding: 8px 0;
        overflow: visible !important;

        background: #08252e;
        border-radius: 12px;

        box-shadow: 0 15px 35px rgba(8, 37, 46, 0.22);

        z-index: 99999;
    }

    .main-navigation ul ul li {
        position: relative !important;
        overflow: visible !important;
    }

    .main-navigation ul li ul li a,
    .main-navigation ul li.current-menu-item ul li a,
    .main-navigation ul li.current-menu-ancestor ul li a,
    .main-navigation ul li.current_page_item ul li a,
    .main-navigation ul li.current_page_ancestor ul li a {
        padding: 12px 16px;

        color: #ffffff !important;
        background: #08252e !important;

        border-radius: 0;

        line-height: 1.4;
    }

    .main-navigation ul li ul li a:hover,
    .main-navigation ul li ul li:hover > a,
    .main-navigation ul li ul li.current-menu-item > a {
        color: #ffffff !important;
        background: #12656b !important;
    }


    /* 3. SEVIYE MENU SAG TARAFA ACILSIN */

    #site-navigation ul ul ul,
    .main-navigation ul ul ul {
        position: absolute !important;

        top: 0 !important;
        left: 100% !important;
        right: auto !important;

        display: block !important;

        width: 260px !important;
        min-width: 240px !important;

        margin: 0 !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;

        transform: none !important;

        z-index: 999999 !important;
    }

    #site-navigation ul ul li:hover > ul,
    #site-navigation ul ul li:focus-within > ul,
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li:focus-within > ul {
        top: 0 !important;
        left: 100% !important;

        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;

        transform: none !important;
    }
}


/* MOBIL HEADER */

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

    .header-wrap {
        padding: 8px 0;
        border-top-width: 4px;
    }

    .site-logo {
        max-height: 58px;
        padding-right: 10px;
    }

    .site-branding {
        margin-right: 0;
    }

    .main-navigation {
        margin-top: 8px;
    }

    .site-header .menu-toggle {
        color: #10aeb5 !important;
    }

    .main-navigation .menu-primary-container > ul {
        display: none;
    }

    .main-navigation.toggled .menu-primary-container > ul {
        display: block;
    }
}


/* =========================================================
   3. SLIDER SADECE ANA SAYFADA
   ========================================================= */

body:not(.home) .featured-slider,
body:not(.home) #featured-slider,
body:not(.home) .slider-wrapper,
body:not(.home) .slider {
    display: none !important;
}

body.home .featured-slider,
body.home #featured-slider,
body.home .slider-wrapper,
body.home .slider {
    display: block;
}


/* ESKI SLIDER METIN KONUMU */

.home .slider-meta {
    top: 50%;
    left: 30%;
}

.home .slider-meta p {
    font-size: 22px;
}


/* =========================================================
   4. ANA SAYFA
   SAYFA ID: 6
   ========================================================= */

.page-id-6 .entry-title,
.page-id-6 .featured-image {
    display: none !important;
}

.page-id-6 .hentry {
    background-color: #f7faf9;
}

.page-id-6 .content-wrapper {
    border-top: none !important;
}

.ss-home-area,
.ss-home-area * {
    box-sizing: border-box;
}

.ss-home-area {
    width: 100%;
    margin: 0 auto;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
}


/* ANA HERO */

.ss-hero {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;

    gap: 50px;

    min-height: 400px;
    padding: 55px;

    color: #ffffff;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(25, 185, 176, 0.65),
            transparent 38%
        ),
        radial-gradient(
            circle at 5% 100%,
            rgba(239, 98, 104, 0.55),
            transparent 30%
        ),
        #08252e;

    box-shadow: 0 20px 55px rgba(8, 37, 46, 0.18);
}

.ss-hero-content {
    position: relative;
    z-index: 2;
}

.ss-label {
    display: inline-block;

    padding: 9px 14px;

    color: #83e1dc;
    background: rgba(105, 214, 209, 0.10);

    border: 1px solid rgba(105, 214, 209, 0.35);
    border-radius: 30px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.ss-hero h1 {
    margin: 24px 0 18px;

    color: #ffffff;

    font-size: 52px;
    font-weight: 800;
    line-height: 1.05;

    letter-spacing: -2px;
}

.ss-hero h1 span {
    color: #69d6d1;
}

.ss-hero-content > p {
    max-width: 580px;
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;
    line-height: 1.75;
}


/* ANA SAYFA BUTONLAR */

.ss-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-top: 28px;
}

.ss-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 12px 24px;

    color: #ffffff !important;

    border-radius: 30px;

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

    line-height: 1;

    text-decoration: none !important;

    transition: all 0.2s ease;
}

.ss-phone {
    background: #ef6268;
}

.ss-phone:hover {
    color: #ffffff !important;
    background: #dc4f55;

    transform: translateY(-2px);
}

.ss-whatsapp {
    background: #17b967;
}

.ss-whatsapp:hover {
    color: #ffffff !important;
    background: #109d56;

    transform: translateY(-2px);
}


/* GUVEN MADDELERI */

.ss-benefits {
    position: relative;
    z-index: 2;

    display: grid;

    gap: 13px;
}

.ss-benefit {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 16px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;

    backdrop-filter: blur(8px);
}

.ss-benefit b {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex-shrink: 0;

    color: #08252e;
    background: #69d6d1;

    border-radius: 11px;

    font-size: 17px;
}

.ss-benefit span {
    color: #ffffff;

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


/* ANA SAYFA 3 KART */

.ss-action-cards {
    position: relative;
    z-index: 5;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 16px;

    margin: -14px 20px 0;
}

.ss-action-card {
    display: flex;
    flex-direction: column;

    min-height: 250px;

    padding: 25px;

    background: #ffffff;

    border: 1px solid #e5ebec;
    border-top: 3px solid #0e5c63;
    border-radius: 22px;

    box-shadow: 0 12px 35px rgba(15, 43, 50, 0.09);
}

.ss-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin-bottom: 20px;

    border-radius: 15px;

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

.ss-icon.turquoise {
    color: #07999f;
    background: #e8f8f6;
}

.ss-icon.red {
    color: #ef6268;
    background: #fff0f0;
}

.ss-icon.blue {
    color: #5368b5;
    background: #eef2ff;
}

.ss-action-card small {
    color: #9aa6aa;

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

    letter-spacing: 1.5px;
}

.ss-action-card h2 {
    margin: 8px 0 10px;

    color: #102f36;

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

    line-height: 1.25;
}

.ss-action-card p {
    flex-grow: 1;

    margin: 0;

    color: #647377;

    font-size: 14px;
    line-height: 1.65;
}

.ss-action-card a {
    display: inline-block;

    margin-top: 18px;

    color: #078f95 !important;

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

    text-decoration: none !important;
}

.ss-action-card a:hover {
    color: #ef6268 !important;
}


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

    .ss-hero {
        grid-template-columns: 1fr;

        gap: 32px;

        padding: 38px 28px;

        border-radius: 20px;
    }

    .ss-hero h1 {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .ss-action-cards {
        grid-template-columns: 1fr;

        margin: 16px 0 0;
    }

    .ss-action-card {
        min-height: auto;
    }
}


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

    .ss-hero {
        padding: 32px 20px;
    }

    .ss-label {
        font-size: 9px;
        line-height: 1.5;
    }

    .ss-hero h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .ss-hero-content > p {
        font-size: 15px;
    }

    .ss-button {
        width: 100%;
    }

    .ss-benefit {
        padding: 13px;
    }

    .ss-benefit span {
        font-size: 13px;
    }
}


/* =========================================================
   5. FOOTER
   ========================================================= */

#colophon {
    min-height: 70px;

    color: #d3e5e2;

    background-color: #08252e;

    border-top: 4px solid #10aeb5;
}

#colophon a {
    color: #69d6d1 !important;
}

#colophon .site-info {
    color: #d3e5e2;
}

a#scroll-up span {
    color: #08252e !important;
}


/* =========================================================
   6. MISYON & VIZYON
   SAYFA ID: 87
   ========================================================= */

.page-id-87 .entry-title,
.page-id-87 .featured-image,
.page-id-87 .entry-footer {
    display: none !important;
}

.page-id-87 .content-wrapper {
    box-sizing: border-box !important;

    width: calc(100% - 40px) !important;
    max-width: 1218px !important;

    margin: 38px auto 65px !important;
    padding: 42px !important;

    background: transparent !important;

    border-top: none !important;

    box-shadow: none !important;
}

.page-id-87 .site-main,
.page-id-87 .entry-content,
.page-id-87 .ss-about {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
}

.ss-about,
.ss-about * {
    box-sizing: border-box;
}

.ss-about {
    width: 100%;

    color: #08252e;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
}

.ss-about-hero {
    position: relative;
    overflow: hidden;

    min-height: 360px;

    padding: 66px 58px 95px;

    color: #ffffff;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 91% 12%,
            rgba(52, 190, 187, 0.42),
            transparent 36%
        ),
        radial-gradient(
            circle at 3% 100%,
            rgba(239, 98, 104, 0.30),
            transparent 31%
        ),
        #08252e;

    box-shadow: 0 24px 55px rgba(8, 37, 46, 0.18);
}

.ss-about-label {
    display: inline-flex;

    padding: 9px 15px;
    margin-bottom: 24px;

    border: 1px solid rgba(105, 214, 209, 0.48);
    border-radius: 999px;

    color: #69d6d1;

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

    letter-spacing: 1.3px;
}

.ss-about-hero h1 {
    max-width: 680px;

    margin: 0 0 20px !important;

    color: #ffffff !important;

    font-size: 48px !important;
    font-weight: 800 !important;

    line-height: 1.08 !important;

    letter-spacing: -1.8px;
}

.ss-about-hero h1 span {
    display: block;

    color: #69d6d1;
}

.ss-about-hero p {
    max-width: 690px;

    margin: 0 !important;

    color: rgba(255, 255, 255, 0.86) !important;

    font-size: 16px !important;
    line-height: 1.8 !important;
}


/* MISYON VIZYON KARTLARI */

.ss-about-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 22px;

    margin-top: -54px;
    padding: 0 34px;
}

.ss-about-card {
    position: relative;

    min-height: 320px;

    padding: 34px;

    overflow: hidden;

    border: 1px solid rgba(8, 37, 46, 0.08);
    border-radius: 22px;

    background: #ffffff;

    box-shadow: 0 18px 42px rgba(8, 37, 46, 0.12);
}

.ss-about-card::after {
    content: "";

    position: absolute;

    right: -70px;
    bottom: -70px;

    width: 160px;
    height: 160px;

    border-radius: 50%;

    background: rgba(105, 214, 209, 0.10);
}

.ss-about-mission::after {
    background: rgba(239, 98, 104, 0.08);
}

.ss-about-icon {
    display: grid;
    place-items: center;

    width: 49px;
    height: 49px;

    margin-bottom: 24px;

    border-radius: 15px;

    color: #008f95;
    background: #e9f8f7;

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

.ss-about-mission .ss-about-icon {
    color: #ef6268;
    background: #fff0f1;
}

.ss-about-card-label {
    display: block;

    margin-bottom: 9px;

    color: #768b92;

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

    letter-spacing: 1.6px;
}

.ss-about-card h2 {
    margin: 0 0 15px !important;

    color: #08252e !important;

    font-size: 27px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;
}

.ss-about-card p {
    position: relative;
    z-index: 2;

    margin: 0 0 13px !important;

    color: #536970 !important;

    font-size: 15px !important;
    line-height: 1.72 !important;
}


/* CALISMA ILKELERI */

.ss-about-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 1px;

    margin-top: 28px;

    overflow: hidden;

    border-radius: 20px;

    background: rgba(105, 214, 209, 0.22);

    box-shadow: 0 14px 35px rgba(8, 37, 46, 0.12);
}

.ss-about-value {
    display: flex;
    align-items: center;

    gap: 13px;

    min-height: 105px;

    padding: 22px 20px;

    background: #0b3a43;
}

.ss-about-value b {
    display: grid;
    place-items: center;

    flex: 0 0 37px;

    width: 37px;
    height: 37px;

    border-radius: 12px;

    color: #08252e;
    background: #69d6d1;

    font-size: 18px;
}

.ss-about-value span {
    display: flex;
    flex-direction: column;

    gap: 5px;
}

.ss-about-value strong {
    color: #ffffff;

    font-size: 14px;

    line-height: 1.25;
}

.ss-about-value small {
    color: rgba(255, 255, 255, 0.65);

    font-size: 11px;

    line-height: 1.35;
}


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

    .ss-about-hero {
        padding: 52px 38px 86px;
    }

    .ss-about-hero h1 {
        font-size: 40px !important;
    }

    .ss-about-grid {
        grid-template-columns: 1fr;

        padding: 0 22px;
    }

    .ss-about-card {
        min-height: auto;
    }

    .ss-about-values {
        grid-template-columns: 1fr 1fr;
    }
}


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

    .page-id-87 .content-wrapper {
        width: calc(100% - 24px) !important;

        margin-top: 20px !important;

        padding: 18px !important;
    }

    .ss-about-hero {
        min-height: auto;

        padding: 40px 24px 80px;

        border-radius: 22px;
    }

    .ss-about-label {
        font-size: 9px;

        line-height: 1.4;
    }

    .ss-about-hero h1 {
        font-size: 34px !important;

        letter-spacing: -1px;
    }

    .ss-about-hero p {
        font-size: 14px !important;

        line-height: 1.7 !important;
    }

    .ss-about-grid {
        margin-top: -46px;

        padding: 0 13px;
    }

    .ss-about-card {
        padding: 27px 24px;

        border-radius: 19px;
    }

    .ss-about-card h2 {
        font-size: 24px !important;
    }

    .ss-about-values {
        grid-template-columns: 1fr;

        border-radius: 18px;
    }

    .ss-about-value {
        min-height: 88px;
    }
}


/* =========================================================
   7. PERSONEL GIRISI
   SAYFA ID: 14271
   ========================================================= */

body.page-id-14271 #content {
    background: #e7f0ef !important;
}

body.page-id-14271 .site-content,
body.page-id-14271 .content-area,
body.page-id-14271 article,
body.page-id-14271 .content-wrapper,
body.page-id-14271 .entry-content {
    background: transparent !important;
}

body.page-id-14271 .content-wrapper,
body.page-id-14271 .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-14271 .entry-header,
body.page-id-14271 .entry-title {
    display: none !important;
}

body.page-id-14271 .sh-login-shell {
    --ss-font:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    position: relative !important;

    isolation: isolate;

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

    width: 100% !important;

    min-height: 520px;

    margin: 0 !important;
    padding: 36px 24px !important;

    overflow: hidden;

    box-sizing: border-box;

    font-family: var(--ss-font) !important;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(105, 214, 209, 0.16),
            transparent 27%
        ),
        radial-gradient(
            circle at 93% 88%,
            rgba(239, 98, 104, 0.1),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #e1edec 0%,
            #f1f6f5 52%,
            #e3eeee 100%
        ) !important;
}

body.page-id-14271 .sh-login-card {
    position: relative;

    width: 100% !important;
    max-width: 920px !important;

    margin: 0 auto !important;
    padding: 36px !important;

    overflow: hidden;

    box-sizing: border-box;

    color: #ffffff !important;

    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 26px !important;

    background:
        radial-gradient(
            circle at 0% 100%,
            rgba(239, 98, 104, 0.2),
            transparent 30%
        ),
        radial-gradient(
            circle at 100% 0%,
            rgba(105, 214, 209, 0.25),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #08252e 0%,
            #063a43 58%,
            #0d5b60 100%
        ) !important;

    box-shadow: 0 24px 58px rgba(8, 37, 46, 0.21) !important;
}

body.page-id-14271 .sh-site-logo {
    display: none !important;
}


/* GIRIS FORMU */

body.page-id-14271 .sh-login-card:has(.sh-login-form) {
    display: grid !important;

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

    grid-template-areas:
        "kicker form"
        "title form"
        "lead form"
        ". form"
        "security form"
        "back form";

    grid-template-rows:
        auto
        auto
        auto
        minmax(18px, 1fr)
        auto
        auto;

    column-gap: 34px;

    align-items: start;
    align-content: center;

    min-height: 410px;
}

body.page-id-14271 .sh-login-kicker {
    grid-area: kicker;

    justify-self: start;

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

    width: fit-content;

    margin: 0 0 16px !important;
    padding: 7px 12px;

    color: #69d6d1 !important;

    border: 1px solid rgba(105, 214, 209, 0.44);
    border-radius: 999px;

    font-family: var(--ss-font) !important;

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

    letter-spacing: 1.4px !important;
}

body.page-id-14271 .sh-login-kicker::after {
    content: "  •  PERSONEL PORTALI";
}

body.page-id-14271 .sh-login-card:has(.sh-login-form) > h1 {
    grid-area: title;

    margin: 0 !important;

    color: #ffffff !important;

    font-family: var(--ss-font) !important;

    font-size: 35px !important;
    font-weight: 700 !important;

    line-height: 1.12 !important;

    letter-spacing: -0.7px !important;
}

body.page-id-14271 .sh-login-lead {
    grid-area: lead;

    margin: 15px 0 0 !important;

    color: #bfd3d5 !important;

    font-family: var(--ss-font) !important;

    font-size: 15px !important;

    line-height: 1.6 !important;
}

body.page-id-14271 .sh-login-lead::after {
    content: "\AHasar dosyalarınızı güvenli biçimde yönetin.";

    white-space: pre-line;

    color: #edf8f7;

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

body.page-id-14271 .sh-login-form {
    grid-area: form;

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

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

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

    box-sizing: border-box;

    color: #08252e !important;
    background: #ffffff !important;

    border: 1px solid rgba(8, 37, 46, 0.08) !important;
    border-radius: 20px !important;

    box-shadow: 0 18px 42px rgba(1, 20, 27, 0.22) !important;
}

body.page-id-14271 .sh-login-form::before {
    content: "Hesabınıza giriş yapın";

    display: block;

    margin: 0 0 22px;

    color: #08252e;

    font-family: var(--ss-font);

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

body.page-id-14271 .sh-login-form > label:not(.sh-remember) {
    display: block !important;

    margin: 0 0 16px !important;

    color: #294b53 !important;

    font-family: var(--ss-font) !important;

    font-size: 13px !important;
    font-weight: 600 !important;
}

body.page-id-14271 .sh-login-form input[type="text"],
body.page-id-14271 .sh-login-form input[type="email"],
body.page-id-14271 .sh-login-form input[type="password"] {
    display: block !important;

    width: 100% !important;
    height: 48px !important;

    margin: 7px 0 0 !important;
    padding: 0 14px !important;

    box-sizing: border-box;

    color: #08252e !important;
    background: #f5f9f9 !important;

    outline: none !important;

    border: 1px solid #cadbdc !important;
    border-radius: 11px !important;

    font-family: var(--ss-font) !important;

    font-size: 15px !important;

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

body.page-id-14271 .sh-login-form input:focus {
    border-color: #18a9a6 !important;
    background: #ffffff !important;

    box-shadow:
        0 0 0 4px rgba(24, 169, 166, 0.13) !important;
}

body.page-id-14271 .sh-remember {
    display: flex !important;
    align-items: center;

    gap: 8px;

    margin: 0 0 17px !important;

    color: #58727a !important;

    font-family: var(--ss-font) !important;

    font-size: 13px !important;

    cursor: pointer;
}

body.page-id-14271 .sh-remember input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;

    margin: 0 !important;

    accent-color: #159c9a;
}

body.page-id-14271 .sh-front-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 12px 20px !important;

    border-radius: 12px !important;

    font-family: var(--ss-font) !important;

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

    text-decoration: none !important;

    cursor: pointer;

    transition: 0.2s ease;
}

body.page-id-14271 .sh-front-btn.primary {
    width: 100% !important;

    color: #ffffff !important;

    border: 0 !important;

    background:
        linear-gradient(
            135deg,
            #0b8e8c 0%,
            #10aaa5 100%
        ) !important;
}

body.page-id-14271 .sh-front-btn:hover {
    transform: translateY(-2px);
}

body.page-id-14271 .sh-login-security {
    grid-area: security;

    display: flex !important;
    align-items: center;

    min-height: 56px;

    margin: 0 !important;
    padding: 12px 14px !important;

    color: #dceced !important;

    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 11px !important;

    background: rgba(255, 255, 255, 0.06) !important;

    font-family: var(--ss-font) !important;

    font-size: 11px !important;
}

body.page-id-14271 .sh-back-site {
    grid-area: back;

    display: inline-flex !important;

    width: fit-content;

    margin: 12px 0 0 !important;

    color: #69d6d1 !important;

    font-family: var(--ss-font) !important;

    font-size: 12px !important;

    text-decoration: none !important;
}


@media (max-width: 760px) {

    body.page-id-14271 .sh-login-shell {
        min-height: auto;

        padding: 24px 15px 30px !important;
    }

    body.page-id-14271 .sh-login-card:has(.sh-login-form) {
        grid-template-columns: 1fr;

        grid-template-areas:
            "kicker"
            "title"
            "lead"
            "form"
            "security"
            "back";

        grid-template-rows:
            auto auto auto auto auto auto;

        max-width: 570px !important;
        min-height: 0;

        padding: 28px !important;
    }

    body.page-id-14271 .sh-login-form {
        min-height: 0;

        margin: 0 0 20px !important;
        padding: 25px !important;
    }
}


@media (max-width: 520px) {

    body.page-id-14271 .sh-login-card {
        padding: 24px 17px !important;

        border-radius: 20px !important;
    }

    body.page-id-14271 .sh-login-card:has(.sh-login-form) > h1 {
        font-size: 30px !important;
    }

    body.page-id-14271 .sh-login-form {
        padding: 22px 17px !important;

        border-radius: 16px !important;
    }
}


/* =========================================================
   8. GENEL SARTLAR
   SAYFA ID: 815
   ========================================================= */

body.page-id-815 {
    --ss-dark: #08252e;
    --ss-teal: #16aaa5;
    --ss-teal-light: #69d6d1;
    --ss-red: #ef6268;
    --ss-bg: #e7f0ef;
    --ss-text: #173740;
    --ss-muted: #607b82;
    --ss-border: #d5e4e4;

    background: var(--ss-bg) !important;
}

body.page-id-815 #content {
    padding: 42px 20px 68px !important;

    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(105, 214, 209, 0.14),
            transparent 26%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(239, 98, 104, 0.08),
            transparent 25%
        ),
        var(--ss-bg) !important;
}

body.page-id-815 .content-wrapper,
body.page-id-815 .content-area,
body.page-id-815 #primary,
body.page-id-815 #main,
body.page-id-815 article#post-815 {
    width: 100% !important;
    max-width: 1080px !important;

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

    float: none !important;

    background: transparent !important;

    box-shadow: none !important;
}

body.page-id-815 .entry-header,
body.page-id-815 .entry-title {
    display: none !important;
}

body.page-id-815 .entry-content {
    width: 100% !important;

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

    color: var(--ss-text) !important;

    background: transparent !important;
}


/* GENEL SARTLAR HERO */

body.page-id-815 .entry-content > p:first-child {
    position: relative;

    min-height: 230px;

    margin: 0 0 34px !important;
    padding: 82px 48px 40px !important;

    overflow: hidden;

    color: #ffffff !important;

    border-radius: 25px;

    background:
        radial-gradient(
            circle at 0% 100%,
            rgba(239, 98, 104, 0.2),
            transparent 31%
        ),
        radial-gradient(
            circle at 100% 0%,
            rgba(105, 214, 209, 0.28),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #08252e 0%,
            #083d45 57%,
            #0d5e62 100%
        ) !important;

    box-shadow: 0 22px 52px rgba(8, 37, 46, 0.19);
}

body.page-id-815 .entry-content > p:first-child::before {
    content: "SERİK SİGORTA • BİLGİ MERKEZİ";

    position: absolute;

    top: 36px;
    left: 48px;

    padding: 6px 12px;

    color: var(--ss-teal-light);

    border: 1px solid rgba(105, 214, 209, 0.45);
    border-radius: 999px;

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

    letter-spacing: 1.25px;
}

body.page-id-815 .entry-content > p:first-child strong {
    display: block;

    font-size: 0 !important;
}

body.page-id-815 .entry-content > p:first-child strong::after {
    content: "Sigorta Genel Şartları";

    display: block;

    color: #ffffff;

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

    line-height: 1.12;
}

body.page-id-815 .entry-content > p:first-child::after {
    content: "İhtiyacınız olan sigorta ürününü seçin; genel şart belgesini inceleyin veya PDF olarak indirin.";

    display: block;

    max-width: 690px;

    margin-top: 16px;

    color: #d7e9e9;

    font-size: 15px;

    line-height: 1.65;
}

body.page-id-815 .entry-content > hr.wp-block-separator {
    display: none !important;
}


/* ACCORDION */

body.page-id-815 .wp-block-coblocks-accordion {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 12px !important;

    width: 100%;

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

body.page-id-815 .wp-block-coblocks-accordion-item {
    min-width: 0;

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

    border: 0 !important;

    background: transparent !important;
}

body.page-id-815 .wp-block-coblocks-accordion-item > details {
    height: 100%;

    margin: 0 !important;

    overflow: hidden;

    border: 1px solid var(--ss-border) !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    box-shadow: 0 8px 22px rgba(8, 37, 46, 0.055);
}

body.page-id-815 .wp-block-coblocks-accordion-item__title {
    position: relative;

    display: flex !important;
    align-items: center;

    min-height: 66px;

    margin: 0 !important;
    padding: 15px 50px 15px 18px !important;

    color: var(--ss-text) !important;

    border: 0 !important;

    background: transparent !important;

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

    cursor: pointer;
}

body.page-id-815 .wp-block-coblocks-accordion-item__title::after {
    content: "+";

    position: absolute;

    top: 50% !important;
    right: 17px !important;

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

    width: 28px;
    height: 28px;

    color: #08252e;

    border-radius: 9px;

    background: rgba(105, 214, 209, 0.2);

    font-size: 19px;

    transform: translateY(-50%);
}

body.page-id-815
.wp-block-coblocks-accordion-item
> details[open]
> .wp-block-coblocks-accordion-item__title::after {
    content: "−";

    color: #ffffff;

    background: var(--ss-teal);
}

body.page-id-815 .wp-block-coblocks-accordion-item__content {
    margin: 0 !important;
    padding: 15px 18px 18px !important;

    color: var(--ss-muted) !important;

    border-top: 1px solid var(--ss-border) !important;

    background: #f8fbfb !important;

    font-size: 13px !important;

    line-height: 1.55 !important;
}

body.page-id-815 .wp-block-coblocks-accordion-item__content a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 38px;

    padding: 9px 14px !important;

    color: #ffffff !important;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #0c8f8c,
            #16aaa5
        ) !important;

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

    text-decoration: none !important;
}


@media (max-width: 800px) {

    body.page-id-815 #content {
        padding: 28px 15px 52px !important;
    }

    body.page-id-815 .wp-block-coblocks-accordion {
        grid-template-columns: 1fr;
    }

    body.page-id-815 .entry-content > p:first-child {
        padding: 78px 32px 34px !important;

        border-radius: 21px;
    }

    body.page-id-815 .entry-content > p:first-child::before {
        top: 32px;
        left: 32px;
    }
}


@media (max-width: 520px) {

    body.page-id-815 #content {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    body.page-id-815 .entry-content > p:first-child {
        min-height: 0;

        padding: 73px 22px 29px !important;
    }

    body.page-id-815 .entry-content > p:first-child::before {
        top: 27px;
        left: 22px;

        font-size: 9px;
    }

    body.page-id-815 .entry-content > p:first-child strong::after {
        font-size: 29px;
    }
}


/* =========================================================
   9. BIZE ULASIN - FORMINATOR
   FORM ID: 14707
   ========================================================= */

#forminator-module-14707,
#forminator-module-14707 * {
    box-sizing: border-box;
}

#forminator-module-14707 {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 auto !important;
    padding: 30px !important;

    color: #12363e !important;

    background:
        linear-gradient(
            135deg,
            rgba(105, 214, 209, 0.08),
            #ffffff 35%
        ) !important;

    border: 1px solid #d1e5e4 !important;
    border-radius: 22px !important;

    box-shadow:
        0 14px 35px rgba(8, 37, 46, 0.08) !important;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;
}


/* SATIRLAR */

#forminator-module-14707 .forminator-row {
    width: 100% !important;

    margin: 0 0 18px !important;
}


/* ILK SATIR = 3 SUTUN */

#forminator-module-14707 .forminator-row:first-of-type {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 18px !important;
}


/* FORMINATOR SUTUNLARI */

#forminator-module-14707 .forminator-col {
    width: auto !important;
    max-width: none !important;

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

    float: none !important;
}


/* MESAJ SATIRI */

#forminator-module-14707
.forminator-row:not(:first-of-type) {
    display: block !important;
}


/* LABEL */

#forminator-module-14707 .forminator-label {
    display: block !important;

    margin: 0 0 7px !important;

    color: #12363e !important;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;

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

    line-height: 1.35 !important;
}


/* ZORUNLU YILDIZ */

#forminator-module-14707 .forminator-required {
    color: #ef3d3d !important;
}


/* INPUTLAR */

#forminator-module-14707 input.forminator-input {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: 50px !important;
    min-height: 50px !important;

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

    color: #12363e !important;
    background: #ffffff !important;

    border: 1px solid #c8dcdd !important;
    border-radius: 11px !important;

    outline: none !important;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;

    font-size: 15px !important;

    box-shadow: none !important;

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


/* TELEFON ALANI */

#forminator-module-14707 .forminator-input-with-icon {
    width: 100% !important;
}

#forminator-module-14707 .forminator-phone {
    width: 100% !important;
}


/* MESAJ */

#forminator-module-14707 textarea.forminator-textarea {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: 120px !important;
    min-height: 120px !important;

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

    color: #12363e !important;
    background: #ffffff !important;

    border: 1px solid #c8dcdd !important;
    border-radius: 11px !important;

    outline: none !important;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;

    font-size: 15px !important;

    resize: vertical !important;

    box-shadow: none !important;

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


/* PLACEHOLDER */

#forminator-module-14707 input::placeholder,
#forminator-module-14707 textarea::placeholder {
    color: #80959b !important;

    opacity: 1 !important;
}


/* FOCUS */

#forminator-module-14707 input.forminator-input:focus,
#forminator-module-14707 textarea.forminator-textarea:focus {
    border-color: #16aaa5 !important;

    background: #ffffff !important;

    box-shadow:
        0 0 0 4px rgba(22, 170, 165, 0.11) !important;
}


/* KARAKTER SAYACI */

#forminator-module-14707 .forminator-description {
    margin-top: 6px !important;

    color: #71888e !important;

    font-size: 12px !important;
}


/* GONDER SATIRI */

#forminator-module-14707 .forminator-row-last {
    width: 100% !important;

    margin: 4px 0 0 !important;
}


/* GONDER BUTONU */

#forminator-module-14707 .forminator-button-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
    min-width: 150px !important;

    min-height: 48px !important;

    margin: 0 !important;
    padding: 12px 26px !important;

    color: #ffffff !important;

    border: 0 !important;
    border-radius: 11px !important;

    background:
        linear-gradient(
            135deg,
            #0d8f95,
            #16aaa5
        ) !important;

    box-shadow:
        0 9px 20px rgba(22, 170, 165, 0.20) !important;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif !important;

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

    line-height: 1 !important;

    text-transform: none !important;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

#forminator-module-14707 .forminator-button-submit:hover {
    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #08777c,
            #0e9494
        ) !important;

    transform: translateY(-1px);

    box-shadow:
        0 12px 24px rgba(22, 170, 165, 0.25) !important;
}


/* FORMINATOR HATA / BASARI */

#forminator-module-14707 .forminator-error-message {
    margin-top: 6px !important;

    color: #d94343 !important;

    font-size: 12px !important;
}

#forminator-module-14707 .forminator-response-message {
    border-radius: 10px !important;
}


/* TABLET */

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

    #forminator-module-14707 {
        padding: 24px !important;
    }

    #forminator-module-14707 .forminator-row:first-of-type {
        grid-template-columns: 1fr !important;

        gap: 16px !important;
    }

    #forminator-module-14707 .forminator-col {
        width: 100% !important;
    }
}


/* TELEFON */

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

    #forminator-module-14707 {
        padding: 19px 16px !important;

        border-radius: 17px !important;
    }

    #forminator-module-14707 textarea.forminator-textarea {
        height: 110px !important;
        min-height: 110px !important;
    }

    #forminator-module-14707 .forminator-button-submit {
        width: 100% !important;
    }
}


/* =========================================================
   10. HAREKET AZALTMA TERCIHI
   ========================================================= */

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
    }

    .ss-button,
    .ss-action-card,
    .sh-front-btn,
    #forminator-module-14707 input,
    #forminator-module-14707 textarea,
    #forminator-module-14707 .forminator-button-submit {
        transition: none !important;
    }
}
/* =========================================================
   BIZE ULASIN - MASAUSTUNDE 3 SUTUNU KORU
   ========================================================= */

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

    #forminator-module-14707 .forminator-row:first-of-type {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    #forminator-module-14707 .forminator-row:first-of-type .forminator-col {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Sadece gercek telefon ekraninda alt alta */
@media screen and (max-width: 600px) {

    #forminator-module-14707 .forminator-row:first-of-type {
        display: block !important;
    }

    #forminator-module-14707 .forminator-row:first-of-type .forminator-col {
        width: 100% !important;
        margin-bottom: 16px !important;
    }
}
/* =========================================================
   KASKO BIZE ULASIN - TASARIMI GERI GETIR
   ========================================================= */

/* ANA 2 SUTUNLU KART */
.ss-contact-card.wp-block-columns,
.ss-contact-card {
    display: grid !important;
    grid-template-columns: 32% 68% !important;
    gap: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 35px auto 0 !important;

    overflow: hidden !important;

    border: 1px solid #c6dff0 !important;
    border-radius: 24px !important;

    background: #ffffff !important;

    box-shadow: 0 16px 40px rgba(8, 37, 46, 0.07) !important;
}


/* =========================================================
   SOL TARAF
   ========================================================= */

.ss-contact-card > .wp-block-column:first-child {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 38px 34px !important;

    background:
        linear-gradient(
            145deg,
            #edf7ff 0%,
            #f4f9ff 55%,
            #eef7fb 100%
        ) !important;
}


/* ILETISIM ICERIGI */
.ss-contact-card .ss-contact-info {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

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


/* UST ETIKET */
.ss-contact-card .ss-contact-kicker {
    display: block !important;

    margin: 0 0 18px !important;

    color: #1688db !important;

    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 1.4px !important;
}


/* BASLIK */
.ss-contact-card .ss-contact-info h2 {
    margin: 0 0 24px !important;

    color: #0c3140 !important;

    font-size: 35px !important;
    font-weight: 800 !important;

    line-height: 1.05 !important;
}

.ss-contact-card .ss-contact-info h2 span {
    display: block !important;
    color: #1688db !important;
}


/* ACIKLAMA */
.ss-contact-card .ss-contact-text {
    margin: 0 0 30px !important;

    color: #365660 !important;

    font-size: 14px !important;
    line-height: 1.65 !important;
}


/* ILETISIM SATIRLARI */
.ss-contact-card .ss-contact-item {
    display: flex !important;
    align-items: center !important;

    gap: 13px !important;

    margin: 0 0 17px !important;
}


/* MAVI IKON */
.ss-contact-card .ss-contact-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    height: 42px !important;

    flex: 0 0 42px !important;

    color: #ffffff !important;
    background: #1688db !important;

    border-radius: 50% !important;

    font-size: 15px !important;
}


/* ILETISIM METINLERI */
.ss-contact-card .ss-contact-item strong {
    display: block !important;

    margin: 0 0 2px !important;

    color: #102f3b !important;

    font-size: 13px !important;
}

.ss-contact-card .ss-contact-item a,
.ss-contact-card .ss-contact-item span {
    color: #365660 !important;

    font-size: 13px !important;
    line-height: 1.4 !important;

    text-decoration: none !important;
}

.ss-contact-card .ss-contact-item a {
    color: #1688db !important;
}


/* =========================================================
   SAG FORM TARAFI
   ========================================================= */

.ss-contact-card > .wp-block-column:last-child {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 38px 42px 42px !important;

    background: #ffffff !important;
}


/* FORMINATOR DIS KARTINI TAMAMEN KALDIR */
.ss-contact-card #forminator-module-14707 {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    column-gap: 18px !important;
    row-gap: 20px !important;

    width: 100% !important;
    max-width: 100% !important;

    min-height: 0 !important;

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

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    box-shadow: none !important;
}


/* FORMINATOR SATIRLARINI GRID ICINE AC */
.ss-contact-card #forminator-module-14707 > .forminator-row {
    display: contents !important;
}


/* KOLONLAR */
.ss-contact-card #forminator-module-14707 .forminator-col {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;

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

    float: none !important;
}


/* MESAJ ALANI TAM GENISLIK */
.ss-contact-card
#forminator-module-14707
.forminator-col:has(.forminator-field-textarea) {
    grid-column: 1 / -1 !important;
}


/* GONDER SATIRI TAM GENISLIK */
.ss-contact-card
#forminator-module-14707
.forminator-row-last {
    grid-column: 1 / -1 !important;

    display: block !important;

    margin: 0 !important;
}


/* LABEL */
.ss-contact-card #forminator-module-14707 .forminator-label {
    display: block !important;

    margin: 0 0 7px !important;

    color: #102f3b !important;

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

    line-height: 1.3 !important;
}


/* INPUT */
.ss-contact-card #forminator-module-14707 input.forminator-input {
    width: 100% !important;
    max-width: 100% !important;

    height: 50px !important;
    min-height: 50px !important;

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

    color: #12363e !important;
    background: #ffffff !important;

    border: 1px solid #c8dce7 !important;
    border-radius: 11px !important;

    box-shadow: none !important;
}


/* MESAJ */
.ss-contact-card
#forminator-module-14707
textarea.forminator-textarea {
    width: 100% !important;

    height: 120px !important;
    min-height: 120px !important;

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

    background: #ffffff !important;

    border: 1px solid #c8dce7 !important;
    border-radius: 11px !important;

    box-shadow: none !important;
}


/* FOCUS */
.ss-contact-card #forminator-module-14707 input:focus,
.ss-contact-card #forminator-module-14707 textarea:focus {
    border-color: #1688db !important;

    box-shadow:
        0 0 0 4px rgba(22, 136, 219, 0.09) !important;
}


/* GONDER */
.ss-contact-card
#forminator-module-14707
.forminator-button-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 150px !important;

    min-height: 46px !important;

    padding: 11px 28px !important;

    color: #ffffff !important;

    border: 0 !important;
    border-radius: 10px !important;

    background:
        linear-gradient(
            135deg,
            #087bdc,
            #1269e8
        ) !important;

    box-shadow:
        0 9px 22px rgba(18, 105, 232, 0.18) !important;

    font-size: 14px !important;
    font-weight: 700 !important;
}


/* =========================================================
   MOBIL
   ========================================================= */

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

    .ss-contact-card.wp-block-columns,
    .ss-contact-card {
        display: block !important;
    }

    .ss-contact-card > .wp-block-column:first-child,
    .ss-contact-card > .wp-block-column:last-child {
        width: 100% !important;
    }

    .ss-contact-card > .wp-block-column:first-child {
        padding: 28px 22px !important;
    }

    .ss-contact-card > .wp-block-column:last-child {
        padding: 26px 20px !important;
    }

    .ss-contact-card #forminator-module-14707 {
        display: block !important;
    }

    .ss-contact-card #forminator-module-14707 > .forminator-row {
        display: block !important;
    }

    .ss-contact-card #forminator-module-14707 .forminator-col {
        width: 100% !important;
        margin: 0 0 15px !important;
    }

    .ss-contact-card
    #forminator-module-14707
    .forminator-button-submit {
        width: 100% !important;
    }
}
/* =========================================================
   KASKO BIZE ULASIN - FORM YERLESIM KESIN DUZELTME
   ========================================================= */

/* Formun tamamini normal akisa geri al */
.ss-contact-card #forminator-module-14707 {
    display: block !important;
}

/* Tum Forminator satirlari normal blok olsun */
.ss-contact-card #forminator-module-14707 > .forminator-row {
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
}

/* MASAUSTU: SADECE ILK SATIRDAKI 3 ALAN YAN YANA */
@media screen and (min-width: 701px) {

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        gap: 18px !important;

        width: 100% !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type
    > .forminator-col {
        flex: 1 1 0 !important;

        width: 33.333% !important;
        max-width: 33.333% !important;
        min-width: 0 !important;

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

/* DIGER SATIRLAR TAM GENISLIK */
.ss-contact-card
#forminator-module-14707
> .forminator-row:not(:first-of-type) {
    display: block !important;
    width: 100% !important;
}

/* MESAJ KOLONU */
.ss-contact-card
#forminator-module-14707
> .forminator-row:not(:first-of-type)
.forminator-col {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

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

/* MESAJ TAM GENISLIK */
.ss-contact-card
#forminator-module-14707
textarea.forminator-textarea {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 120px !important;
    min-height: 120px !important;
}

/* KARAKTER SAYACI SAGDA */
.ss-contact-card
#forminator-module-14707
.forminator-description {
    width: 100% !important;
    text-align: right !important;
}

/* GONDER SATIRI */
.ss-contact-card
#forminator-module-14707
.forminator-row-last {
    display: block !important;
    width: 100% !important;

    margin-top: 2px !important;
}

/* MOBIL */
@media screen and (max-width: 700px) {

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type {
        display: block !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type
    > .forminator-col {
        width: 100% !important;
        max-width: 100% !important;

        margin-bottom: 14px !important;
    }
}
/* =========================================================
   KASKO BIZE ULASIN - SAG ALT DEKORASYON
   FORM YAPISINI BOZMADAN
   ========================================================= */

/* Sag sutun dekorasyon icin referans */
.ss-contact-card > .wp-block-column:last-child {
    position: relative !important;
    overflow: hidden !important;
}

/* Form her zaman ustte kalsin */
.ss-contact-card > .wp-block-column:last-child #forminator-module-14707 {
    position: relative !important;
    z-index: 3 !important;
}

/* Alt dekorasyon */
.ss-contact-card > .wp-block-column:last-child::after {
    content: "" !important;

    position: absolute !important;

    right: -10px !important;
    bottom: 0 !important;

    width: 95% !important;
    height: 48% !important;

    background-image:
        url("https://seriksigorta.com/wp-content/uploads/2026/09/37b36c66dab615d8544b6571f073570ae800733818c7649c24075eabc83986a2.png") !important;

    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background-size: contain !important;

    opacity: 0.58 !important;

    pointer-events: none !important;

    z-index: 1 !important;
}

/* Hafif beyaz gecis: dekorasyon forma sert girmesin */
.ss-contact-card > .wp-block-column:last-child::before {
    content: "" !important;

    position: absolute !important;

    left: 0 !important;
    right: 0 !important;
    top: 46% !important;
    bottom: 0 !important;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.82) 15%,
            rgba(255,255,255,.25) 48%,
            rgba(255,255,255,0) 100%
        ) !important;

    pointer-events: none !important;

    z-index: 2 !important;
}


/* TABLET */
@media screen and (max-width: 900px) {

    .ss-contact-card > .wp-block-column:last-child::after {
        width: 100% !important;
        height: 38% !important;
        opacity: 0.45 !important;
    }

}


/* MOBILDE DEKORASYONU KAPAT */
@media screen and (max-width: 700px) {

    .ss-contact-card > .wp-block-column:last-child::after,
    .ss-contact-card > .wp-block-column:last-child::before {
        display: none !important;
    }

}
/* =========================================================
   SON DUZELTME - 3 ALAN YAN YANA + DEKORASYON KORUNSUN
   ========================================================= */

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

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 18px !important;
        width: 100% !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type
    > .forminator-col {
        flex: 1 1 0 !important;
        width: 33.333% !important;
        max-width: 33.333% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Mesaj satiri tam genislik */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:not(:first-of-type) {
        display: block !important;
        width: 100% !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:not(:first-of-type)
    .forminator-col {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ss-contact-card
    #forminator-module-14707
    textarea.forminator-textarea {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* =========================================================
   KASKO FORM - 3 ALANI KESIN YAN YANA YERLESTIR
   ========================================================= */

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

    /* Formu 3 kolonlu grid yap */
    .ss-contact-card #forminator-module-14707 {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 18px !important;
        row-gap: 18px !important;
        width: 100% !important;
        align-items: start !important;
    }

    /* Her Forminator satiri kendi grid hucresine */
    .ss-contact-card #forminator-module-14707 > .forminator-row {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 1. satir = Ad Soyad */
    .ss-contact-card #forminator-module-14707 > .forminator-row:nth-of-type(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    /* 2. satir = E-posta */
    .ss-contact-card #forminator-module-14707 > .forminator-row:nth-of-type(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    /* 3. satir = Telefon */
    .ss-contact-card #forminator-module-14707 > .forminator-row:nth-of-type(3) {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }

    /* 4. satir = Mesaj */
    .ss-contact-card #forminator-module-14707 > .forminator-row:nth-of-type(4) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
    }

    /* Mesaj icindeki kolon ve alan tam genislik */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:nth-of-type(4)
    .forminator-col,
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:nth-of-type(4)
    .forminator-field {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ss-contact-card
    #forminator-module-14707
    textarea.forminator-textarea {
        width: 100% !important;
        max-width: 100% !important;
        height: 120px !important;
        min-height: 120px !important;
    }

    /* Gonder butonu alt satir */
    .ss-contact-card
    #forminator-module-14707
    .forminator-row-last {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    /* Ilk 3 alandaki kolonlar */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:nth-of-type(-n+3)
    .forminator-col {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Ilk 3 input tam genislik */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:nth-of-type(-n+3)
    input.forminator-input {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* MOBILDE YENIDEN ALT ALTA */
@media screen and (max-width: 700px) {

    .ss-contact-card #forminator-module-14707 {
        display: block !important;
    }

    .ss-contact-card #forminator-module-14707 > .forminator-row {
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }
}
/* =========================================================
   KASKO FORM - SON YERLESIM DUZELTMESI
   ========================================================= */

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

    /* Form 3 kolon */
    .ss-contact-card #forminator-module-14707 {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 18px !important;
        width: 100% !important;
        align-items: start !important;
    }

    /* Forminator row yapisini grid icinde erit */
    .ss-contact-card #forminator-module-14707 > .forminator-row {
        display: contents !important;
    }

    /* Tum kolonlar */
    .ss-contact-card #forminator-module-14707 .forminator-col {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* AD SOYAD */
    .ss-contact-card #forminator-module-14707
    .forminator-col:has(.forminator-field-name) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    /* E-POSTA */
    .ss-contact-card #forminator-module-14707
    .forminator-col:has(.forminator-field-email) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    /* TELEFON */
    .ss-contact-card #forminator-module-14707
    .forminator-col:has(.forminator-field-phone) {
        grid-column: 3 !important;
        grid-row: 1 !important;
    }

    /* MESAJ */
    .ss-contact-card #forminator-module-14707
    .forminator-col:has(.forminator-field-textarea) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mesaj kutusu tam genislik */
    .ss-contact-card #forminator-module-14707
    textarea.forminator-textarea {
        width: 100% !important;
        max-width: 100% !important;
        height: 120px !important;
        min-height: 120px !important;
    }

    /* GONDER BUTONU */
    .ss-contact-card #forminator-module-14707
    .forminator-row-last {
        display: block !important;
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        width: 100% !important;
    }
}


/* MOBIL */
@media screen and (max-width: 700px) {

    .ss-contact-card #forminator-module-14707 {
        display: block !important;
    }

    .ss-contact-card #forminator-module-14707 > .forminator-row {
        display: block !important;
    }

    .ss-contact-card #forminator-module-14707 .forminator-col {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }
}
/* =========================================================
   KASKO FORM - SON DUZELTME
   USTTE 3 ALAN YAN YANA / MESAJ TAM GENISLIK
   ========================================================= */

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

    /* Onceki grid kurallarini tamamen ez */
    .ss-contact-card #forminator-module-14707 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Tum satirlari normale dondur */
    .ss-contact-card #forminator-module-14707 > .forminator-row {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 18px !important;
        padding: 0 !important;
    }

    /* ILK SATIR: AD SOYAD + E-POSTA + TELEFON */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 18px !important;
        width: 100% !important;
    }

    /* Ilk satirdaki 3 kolon esit genislik */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type
    > .forminator-col {
        display: block !important;
        flex: 1 1 0 !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Ilk 3 input tam genislik */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type
    .forminator-field,
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type
    input.forminator-input {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* IKINCI SATIR: MESAJ TAM GENISLIK */
    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:nth-of-type(2) {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:nth-of-type(2)
    > .forminator-col {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:nth-of-type(2)
    .forminator-field,
    .ss-contact-card
    #forminator-module-14707
    textarea.forminator-textarea {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* GONDER BUTONU */
    .ss-contact-card
    #forminator-module-14707
    .forminator-row-last {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 4px !important;
    }
}


/* TELEFONDA ALT ALTA */
@media screen and (max-width: 700px) {

    .ss-contact-card #forminator-module-14707 {
        display: block !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type {
        display: block !important;
    }

    .ss-contact-card
    #forminator-module-14707
    > .forminator-row:first-of-type
    > .forminator-col {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 15px !important;
    }
}
/* =========================================================
   KASKO FORM - KESIN YERLESIM DUZELTMESI
   ========================================================= */

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

    /* Formun genel yapisi */
    .ss-contact-card #forminator-module-14707 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* AD SOYAD + E-POSTA + TELEFON bulunan satir */
    .ss-contact-card #forminator-module-14707
    .forminator-row:has(#name-1):has(#email-1):has(#phone-1) {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 18px !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 0 20px !important;
    }

    /* Ilk 3 alan */
    .ss-contact-card #forminator-module-14707
    .forminator-row:has(#name-1):has(#email-1):has(#phone-1)
    .forminator-col {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

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

        float: none !important;
    }

    /* Inputlar tam genislik */
    .ss-contact-card #forminator-module-14707
    #name-1,
    .ss-contact-card #forminator-module-14707
    #email-1,
    .ss-contact-card #forminator-module-14707
    #phone-1 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ss-contact-card #forminator-module-14707
    #name-1 input,
    .ss-contact-card #forminator-module-14707
    #email-1 input,
    .ss-contact-card #forminator-module-14707
    #phone-1 input {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* MESAJ satiri tam genislik */
    .ss-contact-card #forminator-module-14707
    .forminator-row:has(#textarea-1) {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 0 18px !important;
    }

    .ss-contact-card #forminator-module-14707
    .forminator-row:has(#textarea-1)
    .forminator-col,
    .ss-contact-card #forminator-module-14707
    #textarea-1 {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

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

    .ss-contact-card #forminator-module-14707
    textarea.forminator-textarea {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        height: 120px !important;
        min-height: 120px !important;
    }

    /* GONDER */
    .ss-contact-card #forminator-module-14707
    .forminator-row-last {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* MOBIL */
@media screen and (max-width: 700px) {

    .ss-contact-card #forminator-module-14707
    .forminator-row {
        display: block !important;
    }

    .ss-contact-card #forminator-module-14707
    .forminator-col {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 14px !important;
    }
}
/* KASKO ILETISIM - DEKORASYON SON KONUM AYARI */

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

    .ss-contact-card > .wp-block-column:last-child::after {
        right: 0 !important;
        bottom: 8px !important;

        width: 92% !important;
        height: 44% !important;

        opacity: 0.62 !important;

        background-position: right bottom !important;
        background-size: contain !important;
    }
}
/* =========================================================
   KASKO ILETISIM - SON GORSEL INCE AYARLARI
   ========================================================= */

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

    /* Dekorasyonu biraz yukari ve dengeli yerlestir */
    .ss-contact-card > .wp-block-column:last-child::after {
        right: 0 !important;
        bottom: 8px !important;

        width: 92% !important;
        height: 44% !important;

        opacity: 0.62 !important;

        background-position: right bottom !important;
        background-size: contain !important;
    }

    /* Telefon ve e-posta satir kirilmasin */
    .ss-contact-card .ss-contact-item a[href^="tel:"],
    .ss-contact-card .ss-contact-item a[href^="mailto:"] {
        display: inline-block !important;
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Sol iletisim satirlarini biraz daha kompakt yap */
    .ss-contact-card .ss-contact-item {
        margin-bottom: 15px !important;
        gap: 12px !important;
    }

    /* Adres metninin gereksiz yere fazla satira bolunmesini engelle */
    .ss-contact-card .ss-contact-item:last-child span {
        display: block !important;
        width: 100% !important;
        max-width: 210px !important;

        line-height: 1.45 !important;

        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    /* Sol paneldeki ikon ve metin hizasi */
    .ss-contact-card .ss-contact-item {
        align-items: center !important;
    }

    /* Sol panel alt boslugunu azalt */
    .ss-contact-card > .wp-block-column:first-child {
        padding-bottom: 30px !important;
    }
}