/* 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;
    }
}.menu-item-has-children:hover > .sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}/* Masaüstünde alt menüyü hover ile aç */
@media (min-width: 1025px) {

    .menu-item-has-children:hover > .sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .menu-item-has-children > .sub-menu {
        z-index: 99999 !important;
    }
}/* =========================================================
   SERIK SIGORTA - PERSONEL GIRISI / KOMPAKT SURUM
   Sayfa ID: 14271
   Sayfadaki [serik_hasar_login] kisa kodunu SILMEYIN.
   ========================================================= */

/* Sayfaya ozel temiz zemin */
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;
}

/* Sayfa sahnesi */
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-shell::before,
body.page-id-14271 .sh-login-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

body.page-id-14271 .sh-login-shell::before {
  top: -150px;
  right: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(8, 37, 46, 0.08);
}

body.page-id-14271 .sh-login-shell::after {
  bottom: -190px;
  left: -120px;
  width: 390px;
  height: 390px;
  background: rgba(105, 214, 209, 0.08);
}

/* Ortak koyu kart */
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;
}

/* Kartin icindeki ikinci logo gereksiz: ust menude logo zaten var */
body.page-id-14271 .sh-site-logo {
  display: none !important;
}

/* =========================================================
   OTURUM KAPALI: 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;
  row-gap: 0;
  align-items: start;
  align-content: center;
  min-height: 410px;
}

body.page-id-14271 .sh-login-kicker {
  grid-area: kicker;
  align-self: start;
  justify-self: start;
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  min-height: 0 !important;
  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;
  line-height: 1.2;
  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;
  align-self: start;
  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;
  text-align: left !important;
}

body.page-id-14271 .sh-login-lead {
  grid-area: lead;
  align-self: start;
  margin: 15px 0 0 !important;
  color: #bfd3d5 !important;
  font-family: var(--ss-font) !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.6 !important;
  text-align: left !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;
  align-self: stretch;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
  min-height: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 32px !important;
  box-sizing: border-box;
  color: #08252e !important;
  border: 1px solid rgba(8, 37, 46, 0.08) !important;
  border-radius: 20px !important;
  background: #ffffff !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;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

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;
  line-height: 1.35;
}

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;
  outline: none !important;
  border: 1px solid #cadbdc !important;
  border-radius: 11px !important;
  background: #f5f9f9 !important;
  font-family: var(--ss-font) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 48px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.page-id-14271 .sh-login-form input[type="text"]:focus,
body.page-id-14271 .sh-login-form input[type="email"]:focus,
body.page-id-14271 .sh-login-form input[type="password"]: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;
  font-weight: 500;
  cursor: pointer;
}

body.page-id-14271 .sh-remember input[type="checkbox"] {
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  accent-color: #159c9a;
}

/* Ortak buton */
body.page-id-14271 .sh-front-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0 !important;
  padding: 12px 20px !important;
  box-sizing: border-box;
  border-radius: 12px !important;
  font-family: var(--ss-font) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 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;
  box-shadow: 0 12px 25px rgba(11, 142, 140, 0.24) !important;
}

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

body.page-id-14271 .sh-login-security {
  grid-area: security;
  align-self: end;
  display: flex !important;
  align-items: center;
  min-height: 56px;
  margin: 0 !important;
  padding: 12px 14px !important;
  box-sizing: border-box;
  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;
  font-weight: 500;
  line-height: 1.4;
  text-align: left !important;
}

body.page-id-14271 .sh-back-site {
  grid-area: back;
  align-self: end;
  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;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none !important;
}

body.page-id-14271 .sh-back-site:hover {
  color: #ffffff !important;
}

/* =========================================================
   OTURUM ACIK: KOMPAKT PANEL YONLENDIRMESI
   ========================================================= */
body.page-id-14271 .sh-login-shell:not(:has(.sh-login-form)) {
  min-height: 420px;
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow: row;
  gap: 13px;
  align-items: center;
  width: 100% !important;
  max-width: 680px !important;
  min-height: 0 !important;
  padding: 42px !important;
  text-align: center !important;
}

body.page-id-14271 .sh-login-card:not(:has(.sh-login-form))::before {
  content: "SERİK SİGORTA • PERSONEL PORTALI";
  grid-column: 1 / -1;
  justify-self: center;
  width: fit-content;
  margin: 0 0 2px;
  padding: 7px 12px;
  color: #69d6d1;
  border: 1px solid rgba(105, 214, 209, 0.42);
  border-radius: 999px;
  font-family: var(--ss-font);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.3px;
}

body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) > * {
  grid-area: auto !important;
}

body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) > h1 {
  grid-column: 1 / -1;
  margin: 5px 0 0 !important;
  color: #ffffff !important;
  font-family: var(--ss-font) !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.7px !important;
  text-align: center !important;
}

body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) > p {
  grid-column: 1 / -1;
  justify-self: center;
  width: fit-content;
  margin: 0 0 18px !important;
  padding: 8px 13px !important;
  color: #dff4f2 !important;
  border: 1px solid rgba(105, 214, 209, 0.2);
  border-radius: 999px;
  background: rgba(105, 214, 209, 0.08);
  font-family: var(--ss-font) !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  text-align: center !important;
}

body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) > p::before {
  content: "●";
  margin-right: 7px;
  color: #69d6d1;
  font-size: 10px;
}

/* Butonlar kartin dogrudan cocuguysa */
body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) > .sh-front-btn {
  grid-column: auto !important;
  width: 100% !important;
}

/* Butonlar bir kapsayici icindeyse */
body.page-id-14271
  .sh-login-card:not(:has(.sh-login-form))
  > *:has(> .sh-front-btn) {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 13px;
  width: 100%;
  margin: 0 !important;
}

body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) .sh-front-btn {
  width: 100% !important;
}

/* Cikis butonu */
body.page-id-14271
  .sh-login-card:not(:has(.sh-login-form))
  .sh-front-btn[href*="logout"],
body.page-id-14271
  .sh-login-card:not(:has(.sh-login-form))
  .sh-front-btn[href*="action=logout"],
body.page-id-14271
  .sh-login-card:not(:has(.sh-login-form))
  .sh-front-btn:last-child {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

body.page-id-14271
  .sh-login-card:not(:has(.sh-login-form))
  .sh-front-btn:last-child:hover {
  border-color: rgba(239, 98, 104, 0.6) !important;
  background: rgba(239, 98, 104, 0.14) !important;
}

/* Oturum acikken gereksiz alt metinler varsa gizle */
body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) .sh-login-kicker,
body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) .sh-login-lead,
body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) .sh-login-security,
body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) .sh-back-site {
  display: none !important;
}

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

  body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) {
    max-width: 570px !important;
    padding: 34px 26px !important;
  }
}

@media (max-width: 520px) {
  body.page-id-14271 .sh-login-card {
    border-radius: 20px !important;
  }

  body.page-id-14271 .sh-login-card:has(.sh-login-form),
  body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) {
    padding: 24px 17px !important;
  }

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

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

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

  body.page-id-14271 .sh-login-card:not(:has(.sh-login-form)) > .sh-front-btn,
  body.page-id-14271
    .sh-login-card:not(:has(.sh-login-form))
    > *:has(> .sh-front-btn) {
    grid-column: 1 / -1 !important;
  }

  body.page-id-14271
    .sh-login-card:not(:has(.sh-login-form))
    > *:has(> .sh-front-btn) {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-14271 .sh-front-btn,
  body.page-id-14271 .sh-login-form input {
    transition: none !important;
  }
}/* =========================================================
   SERIK SIGORTA - GENEL SARTLAR / MODERN SAYFA TASARIMI
   Sayfa ID: 815
   Yalnizca Genel Sartlar sayfasini etkiler.
   ========================================================= */

body.page-id-815 {
  --ss-dark: #08252e;
  --ss-dark-2: #0a4148;
  --ss-teal: #16aaa5;
  --ss-teal-light: #69d6d1;
  --ss-red: #ef6268;
  --ss-bg: #e7f0ef;
  --ss-text: #173740;
  --ss-muted: #607b82;
  --ss-border: #d5e4e4;
  --ss-font:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  background: var(--ss-bg) !important;
}

/* Sayfa zemini ve ana genislik */
body.page-id-815 #content,
body.page-id-815 .site-content {
  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 {
  padding: 42px 20px 68px !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;
}

/* Temanin tekrar eden sayfa basligini gizler */
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;
  font-family: var(--ss-font) !important;
}

body.page-id-815 .entry-content *,
body.page-id-815 .entry-content *::before,
body.page-id-815 .entry-content *::after {
  box-sizing: border-box;
}

/* =========================================================
   UST TANITIM ALANI
   ========================================================= */
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: 1px solid rgba(255, 255, 255, 0.14);
  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;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  color: var(--ss-teal-light);
  border: 1px solid rgba(105, 214, 209, 0.45);
  border-radius: 999px;
  font-family: var(--ss-font);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.25px;
}

body.page-id-815 .entry-content > p:first-child strong {
  display: block;
  max-width: 720px;
  color: #ffffff !important;
  font-size: 0 !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
}

body.page-id-815 .entry-content > p:first-child strong::after {
  content: "Sigorta Genel Şartları";
  display: block;
  font-family: var(--ss-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.8px;
}

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-family: var(--ss-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

/* Eski ayirici cizgileri kaldirir */
body.page-id-815 .entry-content > hr.wp-block-separator {
  display: none !important;
}

/* =========================================================
   KATEGORI BASLIKLARI
   ========================================================= */
body.page-id-815
  .entry-content
  > p.has-text-color:not(:first-child):not(:last-child) {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 34px 0 15px !important;
  padding: 0 4px !important;
  color: var(--ss-dark) !important;
  font-family: var(--ss-font) !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.35px;
}

body.page-id-815
  .entry-content
  > p.has-text-color:not(:first-child):not(:last-child)::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ss-teal);
  box-shadow: 0 0 0 5px rgba(22, 170, 165, 0.12);
}

body.page-id-815
  .entry-content
  > p.has-text-color:not(:first-child):not(:last-child)
  strong {
  color: inherit !important;
  font: inherit !important;
}

/* =========================================================
   BELGE KARTLARI VE ACILIR ALANLAR
   ========================================================= */
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: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 8px 22px rgba(8, 37, 46, 0.055);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

body.page-id-815 .wp-block-coblocks-accordion-item > details:hover {
  border-color: rgba(22, 170, 165, 0.42) !important;
  box-shadow: 0 12px 28px rgba(8, 37, 46, 0.09);
  transform: translateY(-1px);
}

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;
  overflow-wrap: anywhere;
  color: var(--ss-text) !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  font-family: var(--ss-font) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  list-style: none;
  cursor: pointer;
}

body.page-id-815
  .wp-block-coblocks-accordion-item__title::-webkit-details-marker {
  display: none;
}

body.page-id-815 .wp-block-coblocks-accordion-item__title::before {
  content: none !important;
  display: none !important;
}

body.page-id-815 .wp-block-coblocks-accordion-item__title::after {
  content: "+";
  position: absolute;
  top: 50% !important;
  right: 17px !important;
  left: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--ss-dark);
  border-radius: 9px;
  background: rgba(105, 214, 209, 0.2);
  font-family: var(--ss-font);
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

body.page-id-815
  .wp-block-coblocks-accordion-item
  > details[open]
  > .wp-block-coblocks-accordion-item__title {
  color: var(--ss-dark) !important;
  background: rgba(105, 214, 209, 0.12) !important;
}

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__title:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(22, 170, 165, 0.24);
}

body.page-id-815 .wp-block-coblocks-accordion-item__content {
  margin: 0 !important;
  padding: 15px 18px 18px !important;
  color: var(--ss-muted) !important;
  border: 0 !important;
  border-top: 1px solid rgba(213, 228, 228, 0.75) !important;
  background: #f8fbfb !important;
  font-family: var(--ss-font) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.page-id-815 .wp-block-coblocks-accordion-item__content p {
  margin: 0 !important;
}

body.page-id-815 .wp-block-coblocks-accordion-item__content a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 9px 14px !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px;
  background: linear-gradient(135deg, #0c8f8c 0%, #16aaa5 100%) !important;
  box-shadow: 0 8px 18px rgba(22, 170, 165, 0.18);
  font-family: var(--ss-font) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-decoration: none !important;
}

body.page-id-815 .wp-block-coblocks-accordion-item__content a::before {
  content: "↓";
  font-size: 15px;
  font-weight: 700;
}

body.page-id-815 .wp-block-coblocks-accordion-item__content a:hover,
body.page-id-815 .wp-block-coblocks-accordion-item__content a:focus {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Sayfa sonu bilgi alani */
body.page-id-815 .entry-content > p:last-child {
  margin: 38px 0 0 !important;
  padding: 24px 28px !important;
  color: #d9e9ea !important;
  border: 1px solid rgba(105, 214, 209, 0.18);
  border-radius: 18px;
  background: var(--ss-dark) !important;
  font-family: var(--ss-font) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-align: center;
}

body.page-id-815 .entry-content > p:last-child a {
  color: var(--ss-teal-light) !important;
  font-weight: 700;
  text-decoration: none !important;
}

body.page-id-815 .entry-content > p:last-child a:hover {
  color: #ffffff !important;
}

/* =========================================================
   TABLET VE MOBIL
   ========================================================= */
@media (max-width: 800px) {
  body.page-id-815 #content {
    padding: 28px 15px 52px !important;
  }

  body.page-id-815 .entry-content > p:first-child {
    min-height: 220px;
    padding: 78px 32px 34px !important;
    border-radius: 21px;
  }

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

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

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

@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;
    margin-bottom: 27px !important;
    padding: 73px 22px 29px !important;
  }

  body.page-id-815 .entry-content > p:first-child::before {
    top: 27px;
    left: 22px;
    max-width: calc(100% - 44px);
    font-size: 9px;
    letter-spacing: 1px;
  }

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

  body.page-id-815 .entry-content > p:first-child::after {
    font-size: 14px;
    line-height: 1.55;
  }

  body.page-id-815
    .entry-content
    > p.has-text-color:not(:first-child):not(:last-child) {
    margin-top: 28px !important;
    font-size: 20px !important;
  }

  body.page-id-815 .wp-block-coblocks-accordion-item__title {
    min-height: 62px;
    padding: 14px 46px 14px 15px !important;
    font-size: 13px !important;
  }

  body.page-id-815 .wp-block-coblocks-accordion-item__title::after {
    right: 14px;
    width: 26px;
    height: 26px;
  }

  body.page-id-815 .entry-content > p:last-child {
    padding: 21px 18px !important;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-815 .wp-block-coblocks-accordion-item > details,
  body.page-id-815 .wp-block-coblocks-accordion-item__content a {
    transition: none !important;
  }
}
.main-navigation ul li:hover > ul { left: 0 !important; }

