/*
==================================================
YKC 2026 GLOBAL CSS - CLEAN STABLE v5
File: /templates/shaper_helixultimate/css/custom.css
Purpose: Stable Helix + SP Page Builder design layer
Rule: Page-specific styles must stay under ykc-* wrappers or exact addon IDs.
Note: The problematic Media News addon-specific experiments were removed.
==================================================
*/

/* 01. Design tokens */
:root{
  --ykc-blue:#1176bc;
  --ykc-navy:#1f3247;
  --ykc-deep:#0b2f5f;
  --ykc-text:#1d252d;
  --ykc-muted:#667085;
  --ykc-soft:#f5f7fb;
  --ykc-line:#e6ebf2;
  --ykc-white:#ffffff;
  --ykc-red:#ef2d4c;

  --ykc-radius-sm:12px;
  --ykc-radius-md:18px;
  --ykc-radius-lg:28px;

  --ykc-shadow-sm:0 8px 24px rgba(15,35,55,.08);
  --ykc-shadow-md:0 18px 45px rgba(15,35,55,.12);

  --ykc-wrap:1180px;
  --ykc-header-height:5rem;
  --ykc-header-height-mobile:4rem;
}

/* 02. Safe base */
html{scroll-behavior:smooth;}
body{
  color:var(--ykc-text);
  overflow-x:hidden;
}
img{
  max-width:100%;
  height:auto;
}
a{
  transition:color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

/* 03. Helix header / desktop menu */
#sp-header{
  min-height:var(--ykc-header-height);
  box-shadow:0 10px 30px rgba(15,35,55,.10);
  z-index:999;
  overflow:visible !important;
}
#sp-header.header-sticky{box-shadow:0 10px 30px rgba(15,35,55,.14);}
#sp-header .container,
#sp-header .container-inner,
#sp-header .row,
#sp-header .sp-column{overflow:visible !important;}
#sp-header .logo,
#sp-header .logo a{
  display:flex;
  align-items:center;
}

/* Separate menu row used by this Helix layout */
#sp-position1{
  position:relative;
  z-index:998;
  margin:0 !important;
  padding:0 !important;
  background:#fff !important;
  border-top:1px solid rgba(230,235,242,.85);
  border-bottom:1px solid rgba(230,235,242,.95);
  box-shadow:0 8px 22px rgba(15,35,55,.05);
  overflow:visible !important;
}
#sp-position1 .container,
#sp-position1 .container-inner,
#sp-position1 .row,
#sp-position1 .sp-column,
#sp-position1 [class^="col-"],
#sp-position1 [class*=" col-"]{overflow:visible !important;}
#sp-position1 .sp-column{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.sp-megamenu-parent{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:0;
  white-space:nowrap;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span{
  display:flex;
  align-items:center;
  min-height:var(--ykc-header-height);
  line-height:1.25;
  padding:0 10px;
  margin:0;
  color:var(--ykc-text);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.01em;
  text-transform:uppercase;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  border-radius:0 !important;
}
#sp-position1 .sp-megamenu-parent > li > a,
#sp-position1 .sp-megamenu-parent > li > span{
  min-height:54px;
}
.sp-megamenu-parent > li:last-child > a,
.sp-megamenu-parent > li:last-child > span{padding-right:0;}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > span,
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li:hover > span{
  color:var(--ykc-blue) !important;
  background:transparent !important;
}

/* Disable template pseudo underline/bubble that was shifting */
.sp-megamenu-parent > li > a::before,
.sp-megamenu-parent > li > a::after,
.sp-megamenu-parent > li > span::before,
.sp-megamenu-parent > li > span::after{
  display:none !important;
  content:none !important;
}

/* Dropdown */
.sp-megamenu-parent .sp-dropdown{
  z-index:1005;
  text-transform:none;
  padding-top:6px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
  margin-top:0;
  padding:14px;
  background:#fff !important;
  border:1px solid var(--ykc-line);
  border-radius:18px;
  box-shadow:0 18px 44px rgba(15,35,55,.14);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span{
  border-bottom:1px solid rgba(230,235,242,.85);
  border-radius:10px;
  padding:10px 12px;
  color:var(--ykc-text);
  font-size:.84rem;
  font-weight:650;
  text-transform:none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > span{border-bottom:0;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a{
  color:var(--ykc-blue);
  background:#f4f8fd;
}
.sp-megamenu-parent > li .sp-menu-badge{
  height:20px;
  line-height:20px;
  padding:0 8px;
  font-size:.68rem;
  letter-spacing:0;
  text-transform:uppercase;
  background:#d60000;
  color:#fff;
  border-radius:999px;
}

/* Desktop search should not push the menu on narrower screens */
#sp-header .mod-finder,
#sp-header .search,
#sp-position1 .mod-finder,
#sp-position1 .search{
  flex:0 0 auto;
  max-width:210px;
}
#sp-header input[type="search"],
#sp-header input[type="text"],
#sp-position1 input[type="search"],
#sp-position1 input[type="text"]{
  max-width:210px;
  min-height:42px;
  border-radius:10px;
}
@media (max-width:1280px){
  #sp-header .mod-finder,
  #sp-header .search,
  #sp-position1 .mod-finder,
  #sp-position1 .search{display:none !important;}
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span{
    padding-left:7px;
    padding-right:7px;
    font-size:.72rem;
  }
}

/* 04. Mobile / offcanvas - style only, no transform/width overrides */
.burger-icon > span{
  height:3px;
  background-color:#000;
  margin:3px 0;
  border-radius:3px;
}
.offcanvas-menu{
  background:var(--ykc-navy) !important;
  box-shadow:-18px 0 46px rgba(0,0,0,.25);
}
.offcanvas-menu .offcanvas-inner{
  background:linear-gradient(180deg, #1f3247 0%, #16304c 100%) !important;
  min-height:100%;
}
.close-offcanvas{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#fff !important;
  background:rgba(255,255,255,.10);
}
.offcanvas-menu .offcanvas-inner .sp-module{margin-bottom:18px;}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span{
  color:#fff;
  text-transform:none;
}
.offcanvas-menu .offcanvas-inner ul.menu > li{
  border-bottom:1px solid rgba(255,255,255,.10);
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span{
  display:block;
  font-size:1rem;
  font-weight:750;
  padding:12px 0;
  opacity:.88;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus{
  color:#fff;
  opacity:1;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler{color:#fff;}
.offcanvas-menu input[type="search"],
.offcanvas-menu input[type="text"]{
  width:100%;
  min-height:44px;
  border-radius:10px;
}

/* 05. Main body / Joomla pages */
#sp-main-body{padding:1.5rem 0;}
.sp-page-title{
  background:linear-gradient(135deg, var(--ykc-deep), var(--ykc-blue));
  padding:44px 0;
}
.sp-page-title .sp-page-title-heading{
  font-size:clamp(24px, 3vw, 38px);
  line-height:1.1;
  font-weight:900;
  margin:0;
}

/* 06. Joomla article / news listing cards */
.article-list .row,
.blog .row,
.view-category .article-list .row{
  row-gap:34px !important;
  --bs-gutter-x:32px;
  --bs-gutter-y:34px;
}
.article-list [class*="col-"],
.blog [class*="col-"],
.view-category .article-list [class*="col-"]{
  margin-bottom:34px;
}
.article-list .article{
  position:relative;
  height:100%;
  display:flex;
  flex-direction:column;
  padding:0 !important;
  margin-bottom:0;
  border:1px solid rgba(230,235,242,.95);
  border-radius:24px;
  box-shadow:0 18px 46px rgba(15,35,55,.10);
  overflow:hidden;
  background:#fff;
}
.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery,
.article-list .article .article-full-image{
  margin:0 !important;
  width:100%;
  aspect-ratio:16 / 9;
  border-radius:24px 24px 0 0;
  overflow:hidden;
  background:#eef2f7;
  border-bottom:1px solid var(--ykc-line);
}
.article-list .article .article-intro-image img,
.article-list .article .article-feature-gallery img,
.article-list .article .article-full-image img,
.article-list .article .article-featured-video iframe,
.article-list .article .article-featured-video embed,
.article-list .article .article-featured-video object{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  border:0 !important;
  border-radius:0 !important;
}
.article-list .article .article-header,
.article-list .article .article-info,
.article-list .article .article-introtext,
.article-list .article .article-body,
.article-list .article .readmore,
.article-list .article .tags{
  padding-left:26px;
  padding-right:26px;
}
.article-list .article .article-header{
  padding-top:24px;
  padding-bottom:0;
}
.article-list .article .article-header h1,
.article-list .article .article-header h2{
  margin:0 0 18px 0;
  color:var(--ykc-text);
  font-size:clamp(22px, 1.45vw, 28px);
  line-height:1.17;
  font-weight:900;
  letter-spacing:-.035em;
}
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a{
  color:var(--ykc-text);
  text-decoration:none;
}
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover{color:var(--ykc-blue);}
.article-list .article .article-info{
  margin:0 0 16px 0;
  padding-top:0;
  background:transparent;
  border:0;
  color:var(--ykc-muted);
}
.article-list .article .article-info > span,
.article-info > span{
  font-size:14px;
  color:var(--ykc-muted);
}
.article-list .article .tags{
  margin:6px 0 0 0;
  padding-top:0;
  padding-bottom:28px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.article-list .article .tags > li{
  margin:0;
  padding:0;
}
.article-list .article .tags > li a,
.tags > li a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 13px;
  border-radius:999px;
  background:#eef2f6;
  color:#394452;
  font-size:14px;
  font-weight:650;
  line-height:1;
  text-decoration:none;
  letter-spacing:0;
}
.article-list .article .tags > li a:hover,
.tags > li a:hover{
  background:var(--ykc-blue);
  color:#fff;
}

/* Article details */
.article-details .article-full-image{margin-bottom:1rem;}
.article-details .article-full-image img{
  display:block;
  width:100%;
  border-radius:20px;
}
.article-details .article-info{
  margin-bottom:1rem;
  background:#f6f8fb;
  border:1px solid var(--ykc-line);
  border-radius:14px;
  padding:10px 12px;
}

/* Featured badge - contained red glass */
.article-list .article .featured-article-badge,
.article-list .article .badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .article-featured,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .article-featured,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-badge{
  position:absolute !important;
  top:18px !important;
  left:18px !important;
  z-index:20 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:29px !important;
  padding:7px 13px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:9px !important;
  background:linear-gradient(135deg, rgba(255,78,103,.94), rgba(219,26,55,.84)) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:-.01em !important;
  text-transform:none !important;
  text-shadow:0 1px 1px rgba(0,0,0,.14) !important;
  box-shadow:0 10px 24px rgba(226,31,58,.26), inset 0 1px 0 rgba(255,255,255,.36) !important;
  backdrop-filter:blur(10px) saturate(1.35);
  -webkit-backdrop-filter:blur(10px) saturate(1.35);
}
.article-list .article .featured-article-badge::after,
.article-list .article .badge::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .featured-article-badge::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .badge::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .featured-article-badge::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .badge::after{
  content:"";
  position:absolute;
  inset:1px auto auto 2px;
  width:60%;
  height:40%;
  border-radius:8px;
  background:linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,0));
  pointer-events:none;
}

/* 07. Home News & Announcements scroller - exact home addon only */
#sppb-addon-F6sg-8XqQkezT4A-kk6nt .sppb-addon-title,
.ykc-home-news-area26 .sppb-addon-title{
  margin:0 0 34px !important;
  color:var(--ykc-text) !important;
  font-size:clamp(32px, 3.4vw, 50px) !important;
  line-height:1.05 !important;
  font-weight:950 !important;
  letter-spacing:-.045em !important;
  text-align:center !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-addon-content,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-addon-content{overflow:visible !important;}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .bx-wrapper,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .bx-wrapper{
  margin:0 auto !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .bx-viewport,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .bx-viewport{
  padding:18px 0 32px !important;
  overflow:hidden !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-addon-article,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-addon-article{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:410px !important;
  height:100% !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(230,235,242,.96) !important;
  border-radius:24px !important;
  overflow:hidden !important;
  box-shadow:0 18px 44px rgba(15,35,55,.10) !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item:hover,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item:hover,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item:hover,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-addon-article:hover,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item:hover,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item:hover,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item:hover,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-addon-article:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 58px rgba(15,35,55,.14) !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-img-wrapper,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-img-wrap,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-img,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-intro-image,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-img-wrapper,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-img-wrap,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-img,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-intro-image{
  position:relative !important;
  overflow:hidden !important;
  border-radius:24px 24px 0 0 !important;
  background:#eef3f8 !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam img,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:16/9 !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:24px 24px 0 0 !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-content,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-content,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-content,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-content-wrap,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-info-wrap,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-content,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-content,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-content,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-content-wrap,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-info-wrap{
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  min-height:150px !important;
  padding:18px 22px 22px !important;
  background:#fff !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-link,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-title,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-title a,
#sppb-addon-pGWr7Vu7Jke3U190WCAam h3,
#sppb-addon-pGWr7Vu7Jke3U190WCAam h3 a,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-link,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-title,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-title a,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam h3,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam h3 a{
  color:var(--ykc-text) !important;
  font-size:clamp(17px, 1.15vw, 21px) !important;
  line-height:1.22 !important;
  font-weight:950 !important;
  letter-spacing:-.025em !important;
  margin:8px 0 12px !important;
  text-decoration:none !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-meta,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-meta-date,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-meta-category,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-meta,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-meta,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-meta-date,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-meta-category,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-meta{
  color:var(--ykc-muted) !important;
  font-size:12px !important;
  font-weight:850 !important;
  line-height:1.35 !important;
  margin-top:auto !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .bx-wrapper .bx-pager,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .bx-wrapper .bx-pager{padding-top:10px !important;}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .bx-wrapper .bx-pager.bx-default-pager a,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .bx-wrapper .bx-pager.bx-default-pager a{
  width:7px !important;
  height:7px !important;
  margin:0 6px !important;
  border-radius:999px !important;
  background:rgba(15,35,55,.22) !important;
}
#sppb-addon-pGWr7Vu7Jke3U190WCAam .bx-wrapper .bx-pager.bx-default-pager a.active,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .bx-wrapper .bx-pager.bx-default-pager a.active{
  width:18px !important;
  background:var(--ykc-text) !important;
}

/* 08. Related / Latest News titles */
.related-article-list-container .related-article-title{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 28px 0;
  padding:0 0 18px 0;
  border:0 !important;
  color:var(--ykc-text);
  font-size:clamp(26px, 2.2vw, 38px);
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.04em;
}
.related-article-list-container .related-article-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:76px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--ykc-blue), #5ab4ff);
}
.sp-module-title,
.sppb-addon-title{letter-spacing:-.02em;}

/* 09. Tags / pagination / lists */
.breadcrumb{
  padding:.6rem 1rem;
  background-color:#f1f4f8;
  border-radius:14px;
}
.pagination-counter{display:none;}
.pagination{padding-left:0;}
.pagination-wrapper .pagination{
  margin-bottom:0;
  margin-top:40px;
}
.page-item.active .page-link,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
  color:#fff;
  background-color:#495057;
  border-color:#495057;
}
.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link{border-radius:10px;}

/* 10. Bottom / footer */
#sp-bottom,
#sp-footer{
  background:var(--ykc-navy);
  color:#fff;
}
#sp-bottom .sp-module .sp-module-title{
  font-weight:800;
  font-size:18px;
  margin:0 0 10px;
  color:#fff;
}
#sp-bottom .sp-module ul > li{
  display:block;
  margin-bottom:10px;
  padding:5px 0 10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}


/* 11. SP Page Builder design system - use these classes in sections */
.ykc-page,
.ykc-page *{box-sizing:border-box;}
.ykc-section{
  position:relative;
  padding:clamp(48px, 7vw, 92px) 0;
  overflow:hidden;
}
.ykc-wrap{
  width:min(var(--ykc-wrap), calc(100% - 32px));
  margin-inline:auto;
}
.ykc-section-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}
.ykc-kicker,
.ykc-section-head .ykc-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  color:var(--ykc-blue);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.ykc-section-head h1,
.ykc-section-head h2{
  margin:0;
  color:var(--ykc-text);
  font-size:clamp(30px, 4vw, 54px);
  line-height:1.02;
  font-weight:950;
  letter-spacing:-.04em;
}
.ykc-section-head p{
  margin:16px auto 0;
  color:var(--ykc-muted);
  font-size:clamp(15px, 1.3vw, 18px);
  line-height:1.75;
}
.ykc-card{
  background:#fff;
  border:1px solid var(--ykc-line);
  border-radius:var(--ykc-radius-lg);
  box-shadow:var(--ykc-shadow-sm);
  overflow:hidden;
}
.ykc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:12px 18px;
  border-radius:999px;
  background:var(--ykc-blue);
  color:#fff !important;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 12px 26px rgba(17,118,188,.22);
}
.ykc-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(17,118,188,.28);
}
.ykc-btn.ykc-btn-light{
  background:#fff;
  color:var(--ykc-blue) !important;
  border:1px solid var(--ykc-line);
  box-shadow:var(--ykc-shadow-sm);
}

/* 12. Optional home campus panel helper */
.ykc-home-campus-panel,
.ykc-campus-panel,
.ykc-campus-wrap,
.ykc-campus-box{border-radius:0 0 28px 28px !important;}

/* 13. Responsive */
@media (max-width:1199px){
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span{
    padding:0 7px;
    font-size:.72rem;
  }
}
@media (max-width:991px){
  #sp-header{min-height:var(--ykc-header-height-mobile);}
  #sp-position1{display:none;}
  #sp-main-body{padding:1rem 0;}
  .ykc-section{padding:42px 0;}
  .ykc-wrap{width:min(100% - 24px, var(--ykc-wrap));}
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-addon-article,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-addon-article{
    min-height:360px !important;
    border-radius:20px !important;
  }
  .article-list .article .featured-article-badge,
  .article-list .article .badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .article-featured,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .article-featured,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-badge{
    top:14px !important;
    left:14px !important;
    min-height:27px !important;
    padding:6px 11px !important;
  }
}
@media (max-width:575px){
  .sp-page-title{padding:30px 0;}
  .article-list .row{
    --bs-gutter-x:20px;
    --bs-gutter-y:26px;
    row-gap:26px !important;
  }
  .article-list [class*="col-"],
  .blog [class*="col-"],
  .view-category .article-list [class*="col-"]{margin-bottom:26px;}
  .article-list .article{border-radius:20px;}
  .article-list .article .article-intro-image,
  .article-list .article .article-featured-video,
  .article-list .article .article-featured-audio,
  .article-list .article .article-feature-gallery,
  .article-list .article .article-full-image{border-radius:20px 20px 0 0;}
  .article-list .article .article-header,
  .article-list .article .article-info,
  .article-list .article .article-introtext,
  .article-list .article .article-body,
  .article-list .article .readmore,
  .article-list .article .tags{
    padding-left:18px;
    padding-right:18px;
  }
  .article-list .article .article-header{padding-top:18px;}
  .article-list .article .article-header h1,
  .article-list .article .article-header h2{
    font-size:23px;
    margin-bottom:14px;
  }
  .article-list .article .tags{
    padding-bottom:22px;
    gap:8px;
  }
  .article-list .article .tags > li a,
  .tags > li a{
    min-height:30px;
    padding:6px 11px;
    font-size:13px;
  }
  .related-article-list-container .related-article-title{
    font-size:28px;
    margin-bottom:22px;
  }
}

/*
==================================================
IMPORTANT:
Avoid global rules such as h1{}, h2{}, .container{}, .sppb-row{},
.sppb-col-md-8{margin-left:-15px}. Do not target random addon IDs unless
that page is being fixed intentionally.
==================================================
*/

/*
==================================================
YKC 2026 CLEAN STABLE v5.1
Final correction: Featured badge inset + dropdown hover padding
Keep as part of the main custom.css, not as a separate temporary patch.
==================================================
*/

/* A) Mega menu dropdown: full-width clean hover, no tiny floating pill */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item{
  display:block !important;
  width:100% !important;
  margin:0 0 4px 0 !important;
  padding:0 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  min-height:40px !important;
  box-sizing:border-box !important;
  margin:0 !important;
  padding:10px 14px !important;
  border:0 !important;
  border-radius:11px !important;
  line-height:1.25 !important;
  white-space:normal !important;
  background:transparent !important;
  color:var(--ykc-text) !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::after,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span::before,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span::after{
  display:none !important;
  content:none !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > span:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > span{
  color:var(--ykc-blue) !important;
  background:#f3f8fe !important;
}

/* Top menu hover stays text-only, no oval / no padding jump */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span{
  box-sizing:border-box !important;
  transform:none !important;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li:hover > span,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > span{
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}

/* B) Featured badge: force consistent inset inside image/card */
.article-list .article,
.sppb-addon-articles .sppb-addon-article,
.sppb-addon-articles-carousel .sppb-addon-article,
.sppb-addon-articles-carousel .sppb-article,
.sppb-addon-articles-carousel .sppb-carousel-extended-item,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-addon-article,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-scroller-item,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-scroller-item,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-articles-carousel-item,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-addon-article{
  position:relative !important;
}

.article-list .article .featured-article-badge,
.article-list .article .article-featured,
.article-list .article .sppb-article-featured,
.article-list .article .sppb-article-badge,
.article-list .article .sppb-badge,
.article-list .article .badge,
.sppb-addon-articles .sppb-addon-article .featured-article-badge,
.sppb-addon-articles .sppb-addon-article .article-featured,
.sppb-addon-articles .sppb-addon-article .sppb-article-featured,
.sppb-addon-articles .sppb-addon-article .sppb-article-badge,
.sppb-addon-articles .sppb-addon-article .sppb-badge,
.sppb-addon-articles .sppb-addon-article .badge,
.sppb-addon-articles-carousel .featured-article-badge,
.sppb-addon-articles-carousel .article-featured,
.sppb-addon-articles-carousel .sppb-article-featured,
.sppb-addon-articles-carousel .sppb-article-badge,
.sppb-addon-articles-carousel .sppb-badge,
.sppb-addon-articles-carousel .badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .article-featured,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-featured,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-badge,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .article-featured,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-featured,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-badge,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .badge{
  position:absolute !important;
  top:24px !important;
  left:24px !important;
  right:auto !important;
  bottom:auto !important;
  z-index:30 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  max-width:max-content !important;
  min-width:0 !important;
  min-height:30px !important;
  height:30px !important;
  margin:0 !important;
  padding:0 13px !important;
  border:1px solid rgba(255,255,255,.32) !important;
  border-radius:9px !important;
  background:linear-gradient(135deg, rgba(255,78,103,.96), rgba(219,26,55,.88)) !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:-.01em !important;
  text-transform:none !important;
  text-shadow:0 1px 1px rgba(0,0,0,.16) !important;
  box-shadow:0 10px 24px rgba(226,31,58,.28), inset 0 1px 0 rgba(255,255,255,.38) !important;
  transform:none !important;
  backdrop-filter:blur(10px) saturate(1.35);
  -webkit-backdrop-filter:blur(10px) saturate(1.35);
}

.article-list .article .featured-article-badge::after,
.article-list .article .article-featured::after,
.article-list .article .sppb-article-featured::after,
.article-list .article .sppb-article-badge::after,
.article-list .article .sppb-badge::after,
.article-list .article .badge::after,
.sppb-addon-articles .sppb-addon-article .featured-article-badge::after,
.sppb-addon-articles .sppb-addon-article .article-featured::after,
.sppb-addon-articles .sppb-addon-article .sppb-article-featured::after,
.sppb-addon-articles .sppb-addon-article .sppb-article-badge::after,
.sppb-addon-articles .sppb-addon-article .sppb-badge::after,
.sppb-addon-articles .sppb-addon-article .badge::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .featured-article-badge::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .article-featured::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-featured::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-badge::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-badge::after,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .badge::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .featured-article-badge::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .article-featured::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-featured::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-badge::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-badge::after,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .badge::after{
  content:"" !important;
  position:absolute !important;
  top:1px !important;
  left:2px !important;
  width:60% !important;
  height:40% !important;
  border-radius:8px !important;
  background:linear-gradient(135deg, rgba(255,255,255,.42), rgba(255,255,255,0)) !important;
  pointer-events:none !important;
}

@media (max-width:575px){
  .article-list .article .featured-article-badge,
  .article-list .article .article-featured,
  .article-list .article .sppb-article-featured,
  .article-list .article .sppb-article-badge,
  .article-list .article .sppb-badge,
  .article-list .article .badge,
  .sppb-addon-articles .sppb-addon-article .featured-article-badge,
  .sppb-addon-articles .sppb-addon-article .article-featured,
  .sppb-addon-articles .sppb-addon-article .sppb-article-featured,
  .sppb-addon-articles .sppb-addon-article .sppb-article-badge,
  .sppb-addon-articles .sppb-addon-article .sppb-badge,
  .sppb-addon-articles .sppb-addon-article .badge,
  .sppb-addon-articles-carousel .featured-article-badge,
  .sppb-addon-articles-carousel .article-featured,
  .sppb-addon-articles-carousel .sppb-article-featured,
  .sppb-addon-articles-carousel .sppb-article-badge,
  .sppb-addon-articles-carousel .sppb-badge,
  .sppb-addon-articles-carousel .badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .article-featured,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-featured,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-badge,
  #sppb-addon-pGWr7Vu7Jke3U190WCAam .badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .featured-article-badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .article-featured,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-featured,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-badge,
  #sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .badge{
    top:13px !important;
    left:13px !important;
    height:28px !important;
    min-height:28px !important;
    padding:0 11px !important;
    font-size:11px !important;
    border-radius:8px !important;
  }
}

/* ==================================================
   YKC FINAL FIX - Featured Badge + Latest News Date
   Put at the VERY END of custom.css
================================================== */

/* Featured badge parent alanları */
.article-details .article-full-image,
.article-details figure,
.article-list .article,
.article-list .article .article-intro-image,
.article-list .article .article-full-image,
.sppb-addon-articles .sppb-addon-article,
.sppb-addon-articles .sppb-article-img-wrap,
.sppb-addon-articles-carousel .sppb-addon-article,
.sppb-addon-articles-carousel .sppb-article-img-wrap{
  position:relative !important;
}

/* Exact Featured badge class */
.article-details .badge.bg-danger.featured-article-badge,
.article-list .article .badge.bg-danger.featured-article-badge,
.sppb-addon-articles .badge.bg-danger.featured-article-badge,
.sppb-addon-articles-carousel .badge.bg-danger.featured-article-badge,
.badge.bg-danger.featured-article-badge{
  position:absolute !important;
  top:24px !important;
  left:24px !important;
  right:auto !important;
  bottom:auto !important;
  z-index:50 !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  min-width:auto !important;
  width:auto !important;
  height:30px !important;
  padding:0 13px !important;

  border:1px solid rgba(255,255,255,.35) !important;
  border-radius:9px !important;

  background:
    linear-gradient(135deg, rgba(255,75,102,.96), rgba(220,28,56,.88)) !important;

  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:-.01em !important;
  text-transform:none !important;

  box-shadow:
    0 10px 24px rgba(220,28,56,.28),
    inset 0 1px 0 rgba(255,255,255,.38) !important;

  backdrop-filter:blur(10px) saturate(1.25) !important;
  -webkit-backdrop-filter:blur(10px) saturate(1.25) !important;
}

/* Bootstrap bg-danger override */
.badge.bg-danger.featured-article-badge{
  --bs-bg-opacity:1 !important;
}

/* Latest News: tarih en alta kaçmasın */
.sppb-addon-articles .sppb-addon-article{
  display:flex !important;
  flex-direction:column !important;
}

.sppb-addon-articles .sppb-article-title,
.sppb-addon-articles .sppb-article-title a{
  margin-bottom:14px !important;
}

.sppb-addon-articles .sppb-article-meta,
.sppb-addon-articles .sppb-article-meta-date,
.sppb-addon-articles .sppb-meta-date,
.sppb-addon-articles .sppb-article-info{
  margin-top:0 !important;
  margin-bottom:0 !important;
  color:#667085 !important;
  font-size:14px !important;
  font-weight:500 !important;
}

/* Sadece Home News scroller’da meta alta yaslansın, Latest News’te değil */
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-article-meta,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-meta-date,
#sppb-addon-pGWr7Vu7Jke3U190WCAam .sppb-meta-category,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-article-meta,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-meta-date,
#sppb-addon-wrapper-pGWr7Vu7Jke3U190WCAam .sppb-meta-category{
  margin-top:0 !important;
}

/* Mobile badge */
@media (max-width:575px){
  .article-details .badge.bg-danger.featured-article-badge,
  .article-list .article .badge.bg-danger.featured-article-badge,
  .sppb-addon-articles .badge.bg-danger.featured-article-badge,
  .sppb-addon-articles-carousel .badge.bg-danger.featured-article-badge,
  .badge.bg-danger.featured-article-badge{
    top:13px !important;
    left:13px !important;
    height:28px !important;
    padding:0 11px !important;
    font-size:11px !important;
    border-radius:8px !important;
  }
}

/* ==================================================
   YKC FINAL FIX - Article Date Bottom Spacing
   Add at the VERY END of custom.css
================================================== */

/* Kart son elemanı dibe yapışmasın */
.article-list .article > *:last-child{
  margin-bottom:22px !important;
}

/* Tarih/meta alanı kontrollü dursun */
.article-list .article .article-info{
  margin:0 !important;
  padding:0 26px 26px 26px !important;
  background:transparent !important;
  border:0 !important;
  color:var(--ykc-muted) !important;
}

/* Tarih yazısı */
.article-list .article .article-info > span{
  font-size:14px !important;
  color:var(--ykc-muted) !important;
  font-weight:500 !important;
}

/* Eğer article-info son elemansa kart altında nefes kalsın */
.article-list .article .article-info:last-child{
  padding-bottom:28px !important;
}

/* Mobil */
@media (max-width:575px){
  .article-list .article .article-info{
    padding:0 18px 22px 18px !important;
  }

  .article-list .article .article-info:last-child{
    padding-bottom:24px !important;
  }

  .article-list .article > *:last-child{
    margin-bottom:0 !important;
  }
}

/* ==================================================
   YKC MENU DROPDOWN FIX
   Dropdown should feel attached to the header/menu
================================================== */

#sp-header .sp-megamenu-parent .sp-dropdown,
#sp-position1 .sp-megamenu-parent .sp-dropdown{
  padding-top:0 !important;
  margin-top:0 !important;
  top:100% !important;
  transform:translateY(-1px) !important;
  z-index:1200 !important;
}

#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
#sp-position1 .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
  margin-top:0 !important;
  padding:14px !important;

  background:rgba(255,255,255,.98) !important;
  border:1px solid var(--ykc-line) !important;
  border-top:0 !important;

  border-radius:0 0 18px 18px !important;

  box-shadow:0 22px 48px rgba(15,35,55,.14) !important;
}

/* Dropdown linkleri küçük kutu gibi değil, satır gibi dursun */
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > span,
#sp-position1 .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
#sp-position1 .sp-megamenu-parent .sp-dropdown li.sp-menu-item > span{
  display:block !important;
  width:100% !important;
  padding:11px 14px !important;
  border-radius:10px !important;
  color:var(--ykc-text) !important;
  background:transparent !important;
}

#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
#sp-position1 .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
#sp-position1 .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a{
  color:var(--ykc-blue) !important;
  background:#f4f8fd !important;
}

/* Chat BOT Questions ===============================
   Need to be Update informations
====================================================*/

.ykc-chat26,
.ykc-chat26 *{
  box-sizing:border-box;
}

.ykc-chat26{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99999;
  font-family:inherit;
}

.ykc-chat26-btn{
  border:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 18px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#123b72,#1e63ad);
  box-shadow:0 18px 45px rgba(10,35,70,.28);
  font-weight:800;
  letter-spacing:.2px;
}

.ykc-chat26-btn span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#7CFFB2;
  box-shadow:0 0 0 5px rgba(124,255,178,.16);
}

.ykc-chat26-panel{
  position:absolute;
  right:0;
  bottom:68px;
  width:370px;
  max-width:calc(100vw - 28px);
  overflow:hidden;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 28px 80px rgba(8,31,64,.28);
  backdrop-filter:blur(18px);
  display:none;
}

.ykc-chat26.is-open .ykc-chat26-panel{
  display:block;
}

.ykc-chat26-head{
  padding:18px 18px 16px;
  background:linear-gradient(135deg,#102f5f,#1f65ad);
  color:#fff;
}

.ykc-chat26-head strong{
  display:block;
  font-size:18px;
  line-height:1.2;
}

.ykc-chat26-head small{
  display:block;
  margin-top:6px;
  opacity:.86;
  line-height:1.4;
}

.ykc-chat26-close{
  position:absolute;
  top:12px;
  right:12px;
  border:0;
  width:32px;
  height:32px;
  border-radius:50%;
  cursor:pointer;
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:18px;
}

.ykc-chat26-body{
  padding:16px;
  max-height:430px;
  overflow:auto;
}

.ykc-chat26-msg{
  margin:0 0 10px;
  padding:12px 14px;
  border-radius:16px;
  font-size:14px;
  line-height:1.5;
}

.ykc-chat26-bot{
  background:#f1f5fb;
  color:#1d2b3f;
  border-top-left-radius:6px;
}

.ykc-chat26-user{
  background:#143e76;
  color:#fff;
  border-top-right-radius:6px;
  margin-left:42px;
}

.ykc-chat26-quick{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:12px 0 14px;
}

.ykc-chat26-quick button{
  border:1px solid rgba(20,62,118,.16);
  background:#fff;
  color:#143e76;
  border-radius:999px;
  padding:8px 11px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.ykc-chat26-input{
  display:flex;
  gap:8px;
  padding:12px;
  border-top:1px solid #edf1f6;
  background:#fff;
}

.ykc-chat26-input input{
  flex:1;
  min-width:0;
  border:1px solid #dfe7f1;
  border-radius:999px;
  padding:12px 14px;
  outline:none;
  font-size:14px;
}

.ykc-chat26-input button{
  border:0;
  border-radius:999px;
  padding:0 16px;
  background:#143e76;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

.ykc-chat26-foot{
  padding:0 16px 14px;
  font-size:11px;
  color:#718096;
  line-height:1.4;
}

@media(max-width:575px){
  .ykc-chat26{
    right:14px;
    bottom:14px;
  }

  .ykc-chat26-btn{
    padding:13px 15px;
    font-size:14px;
  }

  .ykc-chat26-panel{
    right:-4px;
    bottom:62px;
    width:calc(100vw - 20px);
    border-radius:22px;
  }

  .ykc-chat26-body{
    max-height:58vh;
  }
}
