/* force full page white */
html,
body,
.portalThemeContainer,
.commonStyle__zt3Bg,
.commonStyle__zt3BodyBg,
.portalThemeContainer .pageBg,
.portalThemeContainer .kbBody,
.SigninContainer,
.signinContainer,
.LoginContainer,
.Header__searchSection + * {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111111 !important;
}

/* keep only header + top search strip black */
.Header__header,
.header,
.TopBar,
.NavBar,
nav,
.commonStyle__zt3BrandBg,
#headerContainer,
.Header__searchSection,
#headerContent {
    background: #0b0d11 !important;
    background-color: #0b0d11 !important;
}

/* header text white */
.Header__brandName,
.Header__tabsTab,
.Header__tabsTab a,
.commonStyle__zt3Brand,
.commonStyle__zt3Brand a,
.Header__name,
.Header__menuList li a,
.Header__headerRow a,
.Header__headerRow span {
    color: #ffffff !important;
}

/* make all cards and login areas white */
.portalThemeContainer .signinBox,
.portalThemeContainer .LoginDetail,
.signinContainer .signinContent,
.signinContainer .signinBox,
.LoginContainer .LoginDetail,
.LoginContainer .signinBox,
.portalThemeContainer .signinBoxContainer,
.portalThemeContainer .articleContent,
.portalThemeContainer .kbCategoryContainer,
.portalThemeContainer .ticketDetailContainer,
.portalThemeContainer .ListItem,
.portalThemeContainer .Card,
.portalThemeContainer .widgetCard,
.portalThemeContainer div,
.portalThemeContainer section,
.portalThemeContainer main {
    background-color: #ffffff !important;
    color: #111111 !important;
}

/* keep inputs white */
input,
textarea,
select {
    background: #ffffff !important;
    background-color: #111317  !important;
    color: #111111 !important;
    border: 1px solid rgba(0,0,0,0.12) !important;
}

/* red buttons */
button,
input[type="submit"],
.btn {
    background: #ff2528 !important;
    color: #ffffff !important;
    border: none !important;
}

/* ===== CINETEKK FOOTER ===== */
/* ===== CINETEKK FOOTER ===== */

.ctk-footer{
    margin-top:72px;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 28%),
        linear-gradient(180deg, #0b0d11 0%, #11151b 100%);
    color:#ffffff;
    padding:56px 0 24px;
    position:relative;
    overflow:hidden;
}

.ctk-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size:28px 28px;
    opacity:0.18;
    pointer-events:none;
}

.ctk-footer-inner,
.ctk-footer-bottom{
    width:min(1240px, calc(100% - 48px));
    margin:0 auto;
    position:relative;
    z-index:1;
}

.ctk-footer-inner{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:48px;
    padding-bottom:28px;
    border-bottom:1px solid rgba(255,255,255,0.10);
}

.ctk-footer-left{
    max-width:520px;
}

.ctk-footer-brand{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:24px;
}

.ctk-footer-logo{
    width:52px;
    height:auto;
    display:block;
}

.ctk-footer-brand-name{
    font-size:26px;
    line-height:1;
    font-weight:700;
    letter-spacing:-0.03em;
    color:#ffffff;
}

.ctk-footer-contact p{
    margin:0 0 14px;
    font-size:16px;
    line-height:1.7;
    color:rgba(255,255,255,0.78);
}

.ctk-footer-right{
    min-width:200px;
    display:flex;
    flex-direction:column;
    gap:16px;
    align-items:flex-end;
}

.ctk-footer-right a{
    color:rgba(255,255,255,0.82) !important;
    text-decoration:none;
    font-size:16px;
    line-height:1.4;
    transition:color 0.2s ease;
}

.ctk-footer-right a:hover{
    color:#ff2528 !important;
}

.ctk-footer-bottom{
    padding-top:18px;
    text-align:center;
}

.ctk-footer-bottom span{
    font-size:14px;
    color:rgba(255,255,255,0.70);
}

/* hide default tiny footer styling if needed */
.Footer__footerCopyrigt,
footer > div:not(.ctk-footer){
    background:transparent !important;
    border:none !important;
    color:transparent !important;
}

/* mobile */
@media (max-width: 768px){
    .ctk-footer{
        padding:40px 0 20px;
    }

    .ctk-footer-inner,
    .ctk-footer-bottom{
        width:min(100% - 28px, 1240px);
    }

    .ctk-footer-inner{
        flex-direction:column;
        gap:28px;
    }

    .ctk-footer-right{
        align-items:flex-start;
    }

    .ctk-footer-brand-name{
        font-size:22px;
    }

    .ctk-footer-contact p,
    .ctk-footer-right a{
        font-size:15px;
    }
}

./* ===== CINETEKK FRAMER-STYLE FOOTER ===== */

.ctk-footer{
    position: relative;
    margin-top: 56px;
    padding: 64px 0 24px;
    overflow: hidden;
    background:
        linear-gradient(180deg, #0a0d11 0%, #11151b 100%);
    color: #ffffff;
}

/* subtle grid / texture */
.ctk-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size:28px 28px;
    opacity:0.2;
    pointer-events:none;
}

/* large soft watermark in the middle */
.ctk-footer::after{
    content:"";
    position:absolute;
    left:50%;
    top:52%;
    width:520px;
    height:520px;
    transform:translate(-50%, -50%);
    background-image:url("/mnt/data/Favicon_White_48x48px-2.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    opacity:0.06;
    pointer-events:none;
    filter:blur(0.2px);
}

.ctk-footer-inner,
.ctk-footer-bottom{
    position:relative;
    z-index:1;
    width:min(1240px, calc(100% - 72px));
    margin:0 auto;
}

.ctk-footer-inner{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:56px;
    padding-bottom:28px;
    border-bottom:1px solid rgba(255,255,255,0.10);
}

.ctk-footer-left{
    max-width:540px;
}

.ctk-footer-brand{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:28px;
}

.ctk-footer-logo{
    width:56px !important;
    height:auto !important;
    display:block !important;
    object-fit:contain;
    flex-shrink:0;
}

.ctk-footer-brand-name{
    font-size:32px;
    line-height:1;
    font-weight:700;
    letter-spacing:-0.04em;
    color:#ffffff;
}

.ctk-footer-contact p{
    margin:0 0 14px;
    color:rgba(255,255,255,0.80);
    font-size:16px;
    line-height:1.75;
}

.ctk-footer-email{
    font-weight:500;
}

.ctk-footer-address{
    max-width:420px;
}

.ctk-footer-right{
    min-width:220px;
    display:flex;
    flex-direction:column;
    gap:16px;
    align-items:flex-end;
    padding-top:8px;
}

.ctk-footer-right a{
    color:rgba(255,255,255,0.84) !important;
    text-decoration:none !important;
    font-size:16px;
    line-height:1.4;
    transition:color 0.2s ease;
}

.ctk-footer-right a:hover{
    color:#ff2528 !important;
}

.ctk-footer-bottom{
    padding-top:18px;
    text-align:center;
}

.ctk-footer-bottom span{
    font-size:14px;
    color:rgba(255,255,255,0.70);
}

/* ===== MINIMAL CINETEKK FOOTER ===== */

.ctk-min-footer{
    width:100%;
    background:#000;
    color:rgba(255,255,255,0.75);
    text-align:center;
    padding:14px 10px;
    font-size:13px;
    letter-spacing:0.3px;
}

/* link styling */
.ctk-min-footer a{
    color:rgba(255,255,255,0.75);
    text-decoration:none;
    margin-left:4px;
    transition:color 0.2s ease;
}

.ctk-min-footer a:hover{
    color:#ff2528;
}

/* REMOVE DEFAULT ZOHO FOOTER */
.Footer__footerCopyrigt,
footer:not(.ctk-min-footer){
    display:none !important;
}
.footer {
  background-color: #000;
  color: #aaa;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #111;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
/* Recent articles area */
.ArticleList__listItem,
.KbArticleList__listItem,
.ListItem,
.ListItem a,
.ListItem div,
.ListItem span,
.RecentArticles__article,
.RecentArticles__article a {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111317 !important;
    box-shadow: none !important;
}

/* article title */
.ArticleList__listItem a,
.KbArticleList__listItem a,
.RecentArticles__article a {
    color: #111317 !important;
    text-decoration: none !important;
}

/* hover */
.ArticleList__listItem:hover,
.KbArticleList__listItem:hover,
.RecentArticles__article:hover {
    background: #f7f7f5 !important;
}
.Card,
.ListItem,
.portalThemeContainer .kbCategoryContainer {
    border-radius: 16px !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04) !important;
}
/* ===== USER DROPDOWN FIX ===== */

.Header__userProfile,
.Header__profileMenu,
.Header__profileMenu * ,
.Profile__profileMenu,
.Profile__profileMenu *,
.UserMenu,
.UserMenu * {
    color: #111317 !important;
}

/* dropdown panel background */
.Header__profileMenu,
.Profile__profileMenu,
.UserMenu,
[role="menu"],
[role="menu"] * {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111317 !important;
}

/* dropdown links */
.Header__profileMenu a,
.Profile__profileMenu a,
.UserMenu a,
[role="menu"] a {
    color: #111317 !important;
    text-decoration: none !important;
}

/* hover state */
.Header__profileMenu a:hover,
.Profile__profileMenu a:hover,
.UserMenu a:hover,
[role="menu"] a:hover {
    background: #f5f5f5 !important;
    color: #111317 !important;
}
