/*
Theme Name: Bolojan TT5 Child - Header Footer v7
Template: twentytwentyfive
Version: 1.0.7
Description: Twenty Twenty-Five child theme with separated original-style header and footer for the Bolojan clone.
*/

:root {
  --bolojan-blue: #002966;
  --bolojan-footer-blue: #102d63;
  --bolojan-header-start: #123b7c;
  --bolojan-header-end: #005ba2;
  --bolojan-yellow: #ffe800;
}

html, body { margin: 0; padding: 0; }
body.bolojan-separated-template { background: #fff; }
body.bolojan-separated-template .wp-site-blocks { padding-top: 0 !important; padding-bottom: 0 !important; }

.bolojan-page-main,
.bolojan-page-main .wp-block-post-content,
.bolojan-page-main .entry-content,
.bolojan-page-main .is-layout-constrained,
.bolojan-page-main .wp-block-post-content > * {
  margin-block-start: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bolojan-site-header,
.bolojan-site-footer { box-sizing: border-box; width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
.bolojan-site-header *,
.bolojan-site-footer * { box-sizing: border-box; }
.bolojan-site-header .container,
.bolojan-site-footer .container { width: min(1140px, calc(100% - 30px)); max-width: 1140px; margin-left: auto; margin-right: auto; }

.bolojan-site-header {
  background: linear-gradient(90deg, var(--bolojan-header-start) 0%, var(--bolojan-header-end) 100%);
  color: #fff;
  position: relative;
  z-index: 20;
}
.bolojan-site-header .row,
.bolojan-site-header .container-fluid { margin: 0; padding: 0; width: 100%; }
.bolojan-site-header__nav {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bolojan-site-header__logo { display: inline-flex; align-items: center; text-decoration: none !important; }
.bolojan-site-header__logo img { display: block; width: auto; height: 74px; max-width: 270px; object-fit: contain; }
.bolojan-site-header__collapse { display: flex; align-items: center; }
.bolojan-site-header .menu-header { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.bolojan-site-header__socials { display: flex; align-items: center; gap: 14px; }
.bolojan-site-header__socials a { color: #fff !important; font-size: 22px; line-height: 1; font-weight: 900; text-decoration: none !important; }
.bolojan-site-header__socials span { display: inline-block; min-width: 20px; text-align: center; }
.bolojan-site-header__hamburger { display: none; width: 44px; height: 36px; border: 0; padding: 0; background: transparent; position: relative; }
.bolojan-site-header__hamburger::before,
.bolojan-site-header__hamburger::after,
.bolojan-site-header__hamburger span::before { content: ""; display: block; width: 26px; height: 3px; border-radius: 3px; background: #fff; position: absolute; left: 5px; }
.bolojan-site-header__hamburger::before { top: 5px; }
.bolojan-site-header__hamburger span::before { top: 14px; }
.bolojan-site-header__hamburger::after { top: 23px; }
.bolojan-site-header__hamburger i { display: none; }

.bolojan-site-footer {
  background: var(--bolojan-footer-blue);
  color: #fff;
  padding: 52px 0 24px;
  margin-top: 0;
}
.bolojan-site-footer .row { margin: 0; }
.bolojan-site-footer__grid,
.bolojan-site-footer .container-grid {
  display: grid;
  grid-template-columns: 240px 1fr 180px;
  align-items: center;
  gap: 32px;
  padding-bottom: 48px;
  border-bottom: 3px solid var(--bolojan-yellow);
}
.bolojan-site-footer__logo-wrap img,
.bolojan-site-footer .footer-logo img { display: block; width: 210px; height: auto; max-width: 100%; }
.bolojan-site-footer__menu,
.bolojan-site-footer .menu-footer { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0; list-style: none; margin: 0; padding: 0; }

.bolojan-site-footer__menu a,
.bolojan-site-footer__socials a { color: #fff !important; text-decoration: none !important; text-transform: uppercase; letter-spacing: .08em; font-size: 15px; font-weight: 500; }
.bolojan-site-footer__socials,
.bolojan-site-footer .social-icons { display: flex; justify-content: flex-end; }
.bolojan-site-footer__socials .header-social-media-icons { display: flex; gap: 14px; align-items: center; }
.bolojan-site-footer__socials a { font-size: 23px; font-weight: 900; letter-spacing: 0; }
.wp-block-navigation .wp-block-navigation-item
/* imported legal pages */
.bolojan-legal-page { padding: 55px 0 70px; }
.bolojan-legal-page .row-wrapper > .container { width: min(1140px, calc(100% - 30px)); max-width: 1140px; margin-left: auto; margin-right: auto; }
.bolojan-legal-page h1 { color: var(--bolojan-blue); font-size: 34px; line-height: 1.18; margin: 0 0 28px; font-weight: 800; }
.bolojan-legal-page p { color: #212529; font-size: 16px; line-height: 1.7; margin: 0 0 15px; }
.bolojan-legal-page a { color: #005ba2; }

@media (max-width: 767px) {
  .bolojan-site-header .container { width: 100%; max-width: none; }
  .bolojan-site-header__nav { min-height: 110px; justify-content: center; padding: 0 38px; }
  .bolojan-site-header__hamburger { display: block; position: absolute; left: 38px; top: 50%; transform: translateY(-50%); }
  .bolojan-site-header__logo img { height: 78px; max-width: 285px; }
  .bolojan-site-header__collapse { display: none; }

  .bolojan-site-footer { padding-top: 38px; }
  .bolojan-site-footer__grid,
  .bolojan-site-footer .container-grid { grid-template-columns: 1fr; gap: 22px; text-align: center; padding-bottom: 34px; }
  .bolojan-site-footer__logo-wrap img,
  .bolojan-site-footer .footer-logo img { margin: 0 auto; width: 180px; }
  .bolojan-site-footer__menu,
  .bolojan-site-footer .menu-footer { flex-direction: column; gap: 12px; }
  .bolojan-site-footer__menu li + li::before { display: none; }
  .bolojan-site-footer__socials,
  .bolojan-site-footer .social-icons { justify-content: center; }
  .bolojan-legal-page h1 { font-size: 27px; }
}


/* v7 - editable block header/footer refinements */
.bolojan-site-header.wp-block-group,
.bolojan-site-footer.wp-block-group { margin-block-start: 0 !important; }
.bolojan-site-header .wp-block-image,
.bolojan-site-footer .wp-block-image { margin: 0 !important; }
.bolojan-site-header .header-container { min-height: 110px; max-width: 90%; width: 100%;}
.bolojan-site-header__logo img { display: block; width: auto !important; height: 74px !important; max-width: 290px !important; object-fit: contain; }
.bolojan-site-header .wp-block-social-links { margin: 0 !important; padding: 0 !important; background: transparent !important; }
.bolojan-site-header .wp-social-link,
.bolojan-site-footer .wp-social-link { background: transparent !important; color: #fff !important; }
.bolojan-site-header .wp-social-link svg,
.bolojan-site-footer .wp-social-link svg { width: 24px; height: 24px; }
.bolojan-site-footer__grid.wp-block-group { display: grid !important; grid-template-columns: 240px 1fr 180px; align-items: center; gap: 32px; padding-bottom: 48px; border-bottom: 3px solid var(--bolojan-yellow); }
.bolojan-site-footer__logo-wrap img { display: block; width: 210px !important; height: auto !important; max-width: 100% !important; }
.bolojan-site-footer__menu.wp-block-navigation { display: flex; justify-content: center; align-items: center; }
.bolojan-site-footer__menu .wp-block-navigation__container { gap: 0 !important; align-items: center; }

.bolojan-site-footer__menu a { color: #fff !important; text-decoration: none !important; text-transform: uppercase; letter-spacing: .08em; font-size: 15px; font-weight: 500; }
.bolojan-site-footer__socials { display: flex; justify-content: flex-end; margin: 0 !important; padding: 0 !important; }
.bolojan-site-footer .copyright { margin: 24px 0 0 !important; text-align: center; color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.4; font-weight: 400; }
.bolojan-site-footer .menu-footer li { padding-left: 0.5rem;}
.bolojan-site-footer .menu-footer li a:hover,.bolojan-site-footer .menu-footer li a:focus  {text-decoration:underline !important; outline: none!important;}
.bolojan-legal-page.wp-block-group { max-width: none !important; margin-block-start: 0 !important; padding: 55px 0 70px; }
.bolojan-legal-page .row-wrapper { max-width: none !important; }
.bolojan-legal-page .row-wrapper > .container { width: min(1140px, calc(100% - 30px)); max-width: 1140px; margin-left: auto; margin-right: auto; }
.bolojan-legal-page h1 { color: var(--bolojan-blue); font-size: 34px; line-height: 1.18; margin: 0 0 28px; font-weight: 800; }
.bolojan-legal-page p { color: #212529; font-size: 16px; line-height: 1.7; margin: 0 0 15px; }
.bolojan-legal-page .text-widget .wp-block-heading,
.bolojan-legal-page .text-widget .wp-block-paragraph { max-width: none !important; }

@media (max-width: 767px) {
  .bolojan-site-header .header-container { min-height: 110px; justify-content: flex-end !important; padding: 0; }
  .bolojan-site-header__hamburger { display: block; position: absolute; left: 38px; top: 50%; transform: translateY(-50%); }
  .bolojan-site-header__logo img { height: 78px !important; max-width: 175px !important; }
  .bolojan-site-header__socials { display: none !important; }
  .bolojan-site-footer__grid.wp-block-group { grid-template-columns: 1fr; gap: 22px; text-align: center; padding-bottom: 34px; }
  .bolojan-site-footer__logo-wrap img { margin: 0 auto; width: 180px !important; }
  .bolojan-site-footer__menu .wp-block-navigation__container { flex-direction: column; gap: 12px !important; }
  .bolojan-site-footer__menu .wp-block-navigation-item + .wp-block-navigation-item::before { display: none; }
  .bolojan-site-footer__socials { justify-content: center !important; }
}


/* ===== Mobile menu overlay (hamburger) - matches live iliebolojan.ro ===== */
.bolojan-site-header__hamburger {
  transition: transform .2s ease;
}
.bolojan-site-header__hamburger::before,
.bolojan-site-header__hamburger::after,
.bolojan-site-header__hamburger span::before {
  transition: transform .3s ease, opacity .3s ease;
}
.bolojan-site-header__hamburger.is-active::before {
  transform: translateY(9px) rotate(45deg);
}
.bolojan-site-header__hamburger.is-active::after {
  transform: translateY(-9px) rotate(-45deg);
}
.bolojan-site-header__hamburger.is-active span::before {
  opacity: 0;
}
body.bolojan-menu-open {
  overflow: hidden;
}

.bolojan-mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .bolojan-mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 9999;
    padding: 70px 24px 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
  }
  .bolojan-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .bolojan-mobile-menu__close {
    position: absolute;
    top: 70px;
    left: 30px;
    background: transparent;
    border: 0;
    color: #1a1a1a;
    font-size: 50px;
    line-height: 1;
    padding: 6px 10px;
    cursor: pointer;
  }
  .bolojan-mobile-menu__logo {
    display: block;
    margin-bottom: 24px;
  }
  .bolojan-mobile-menu__logo img {
    display: block;
    width: 42vw;
    max-width: 190px;
    height: auto;
    margin: 0 auto;
  }
  .bolojan-mobile-menu__divider {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 22px;
  }
  .bolojan-mobile-menu__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .bolojan-mobile-menu__socials .wp-block-social-link-anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--bolojan-header-start) !important;
  }
  .bolojan-mobile-menu__socials svg {
    width: 34px;
    height: 34px;
  }
}
