/* ESKİ SLIDER AYARLARI */

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

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


/* ANA SAYFA BAŞLIĞINI VE ÖNE ÇIKAN GÖRSELİ GİZLE */

.page-id-6 .entry-title {
    display: none;
}

.page-id-6 .featured-image {
    display: none;
}


/* SERİK SİGORTA ANA SAYFA ALANI */

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

.ss-home-area {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}


/* ANA KARŞILAMA ALANI */

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


/* TELEFON VE WHATSAPP BUTONLARI */

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


/* GÜVEN MADDELERİ */

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


/* ÜÇ İŞLEM KARTI */

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


/* TABLET GÖRÜNÜMÜ */

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


/* TELEFON GÖRÜNÜMÜ */

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

/* ==================================================
   SERİK SİGORTA – ÜST MENÜ VE GENEL RENK DÜZENİ
   ================================================== */


/* SAYFA ZEMİNİ */

body {
    background-color: #e3ecea;
}


/* ÜST MENÜ ALANI */

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


/* LOGO VE MENÜYÜ AYNI EKSENE GETİR */

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

    .main-navigation .menu-primary-container > ul > li {
        float: none;
        line-height: 1;
    }

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


/* NORMAL MENÜ YAZILARI */

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


/* AKTİF VE ÜZERİNE GELİNEN MENÜ */

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


/* MENÜ OKLARI */

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


/* AÇILIR ALT MENÜLER */

.main-navigation ul ul {
    overflow: hidden;
    padding: 8px 0;
    background: #08252e;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(8, 37, 46, 0.22);
}

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


/* ARAMA SİMGESİ */

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


/* ANA SAYFA İÇERİK ZEMİNİ */

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

.page-id-6 .content-wrapper {
    border-top: 4px solid #08252e;
}


/* ÜÇ İŞLEM KARTINA KOYU VURGU */

.ss-action-card {
    border-top: 3px solid #0e5c63;
}


/* SAYFANIN ALT BÖLÜMÜ */

#colophon {
    min-height: 70px;
    color: #d3e5e2;
    background-color: #08252e;
    border-top: 4px solid #10aeb5;
}

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

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


/* YUKARI ÇIK BUTONU */

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


/* TABLET VE TELEFON */

@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;
    }
}.page-id-6 .content-wrapper {
    border-top: none !important;
}
/* ==================================================
   SERİK SİGORTA – MİSYON & VİZYON SAYFASI
   Sayfa ID: 87
================================================== */

/* Eski sayfa başlığını ve gereksiz alanları gizle */
.page-id-87 .entry-title,
.page-id-87 .featured-image,
.page-id-87 .entry-footer {
    display: none !important;
}

/* Sayfa içerik alanını genişlet */
.page-id-87 .content-wrapper {
    width: calc(100% - 40px) !important;
    max-width: 1116px !important;
    margin: 38px auto 65px !important;
    padding: 0 !important;
    background: transparent !important;
    border-top: none !important;
    box-shadow: none !important;
}

.page-id-87 .site-main,
.page-id-87 .entry-content {
    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: Arial, Helvetica, sans-serif;
}

/* Üst koyu alan */
.ss-about-hero {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    padding: 66px 58px 95px;
    border-radius: 28px;
    color: #ffffff;
    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;
    line-height: 1.08 !important;
    font-weight: 800 !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 ve vizyon kartları */
.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;
    line-height: 1.2 !important;
    font-weight: 800 !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;
}

/* Çalışma 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;
    flex: 0 0 37px;
    place-items: center;
    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;
}

/* Tablet */
@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;
    }
}

/* Telefon */
@media screen and (max-width: 520px) {
    .page-id-87 .content-wrapper {
        width: calc(100% - 24px) !important;
        margin-top: 20px !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;
    }
}
/* MİSYON VİZYON – DIŞ BOŞLUKLARI SİMETRİK YAP */
.page-id-87 .content-wrapper {
    box-sizing: border-box !important;
    width: calc(100% - 40px) !important;
    max-width: 1218px !important;
    padding: 42px !important;
}

.page-id-87 .entry-content,
.page-id-87 .ss-about {
    width: 100% !important;
    margin: 0 !important;
}

/* Telefon görünümü */
@media screen and (max-width: 520px) {
    .page-id-87 .content-wrapper {
        width: calc(100% - 24px) !important;
        padding: 18px !important;
    }
}