/* ==========================================================================
   Chetaru Digital — Header & Footer
   Design source: Figma — Chetaru New Web Page 2026
   Header: node 3715:1002 | Footer: node 3672:1770
   ========================================================================== */

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--brand-navy);
  border-bottom: 1px solid var(--neutral-100);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 16px;
}

.site-header__logo {
  display: block;
  width: 184px;
  height: 36.552px;
}

.site-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-header__links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;

}

.site-header__link {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--brand-off-white);
  transition: opacity 0.15s ease;
      color: #FAFAFA;
    transition: opacity 0.15s ease;
    opacity: 0.85;
}

.site-header__link:hover {
  opacity: 0.7;
}
.menu-item-has-children > a.site-header__link:after {
    content: "";
    border: solid #fff;
    padding: 2px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 8px;
    position: relative;
    top: -3px;
}

li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.site-header__cta {
  flex-shrink: 0;
  gap: 8px;
  padding: 12px 20px;
}

.site-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--brand-off-white);
  flex-shrink: 0;
}

.site-header__toggle .icon-menu {
  width: 24px;
  height: 24px;
}
.site-header__nav ul.sub-menu {
    position: absolute;
    background-color: #0d1b2a;
    padding: 0px 0 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    left: -85px;
    width: 275px;
    top: 49px;
    opacity: 0;
    visibility: hidden;
}
.site-header__nav li:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #C9A84C;
    display: block;
    bottom: 1px;
    position: absolute;
    opacity: 0;
}
.site-header__nav ul.sub-menu li {
    padding: 5px 20px;
}

.site-header__nav li {
    position: relative;
    padding: 11px 0 12px;
}
@media (max-width: 900px) {
	.site-header__cta {display:none;}
  .site-header__toggle {
    display: inline-flex;
  }
.cbp-spmenu-push-toleft .button_container .middle{opacity:0;}
    .cbp-spmenu-push-toleft .button_container .top{top:50%;transform:translateY(-50%) rotate(45deg);-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);}
    .cbp-spmenu-push-toleft .button_container .bottom{top:50%;transform:translateY(-50%) rotate(-45deg);-webkit-transform:translateY(-50%) rotate(-45deg);-moz-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);}
    .button_container{clear: both; display: block; position: absolute; top: 24px; float: right; right: 25px; height: 21px; width: 28px; cursor: pointer; z-index: 100; transition: opacity .25s ease; transition: opacity .25s ease; z-index: 9999999; }
    .button_container span{cursor:pointer;border-radius:5px;background:#fff;display:block !important;border:none;height:2px;width:28px;position:absolute;top:0;left:0;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer;}
    .button_container span.middle{top:8px;} 
    .button_container span.bottom{top:16px;}  
  .site-header__links {
    display: none;
  position: fixed;
        top: 71px;
        left: 0;
        height: 100%;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        background-color: var(--brand-navy);
        border-bottom: 1px solid var(--neutral-100);
        padding: 8px 24px 24px;
  }

  .site-header__links.is-open {
    display: flex;
  }

  .site-header__link {
    padding-block: 8px;
  }
	    .plus_img {
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        right: 0;
        top: 5px;
        z-index: 999999;
    }
    .plus_img:before {
        content: "";
        position: absolute;
        right: 0;
        width: 16px;
        height: 2px;
        background-color: #fff;
        top: 7px;
    }
    .plus_img:after {
        content: "";
        position: absolute;
        right: 0;
        width: 16px;
        height: 2px;
        transform: rotate(90deg);
        background-color: #fff;
        top: 7px;
    }
	    span.plus_img.active:after {
        opacity: 0;
    }
    .cbp-spmenu-push-toleft .button_container .top {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
    }
    .cbp-spmenu-push-toleft .button_container .bottom {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
    }
    .cbp-spmenu-push-toleft .button_container .middle {
        opacity: 0;
    }
	.site-header__nav ul.sub-menu,.menu-item-has-children>a.site-header__link:after {display:none;}
.cbp-spmenu-push-toleft .site-header__links {
    display: block;
}
}

/* ---------- Footer ---------- */
.site-footer {
  background-color: var(--brand-navy);
}

.site-footer__top {
  padding-block: 86px;
}

.site-footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 432px;
}

.site-footer__logo {
  display: block;
  width: 184px;
  height: 37px;
}

.site-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__tagline {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--neutral-400);
}

.site-footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}

.site-footer__link {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--brand-white);
  transition: opacity 0.15s ease;
}

.site-footer__link:hover {
  opacity: 0.7;
}

.site-footer__bottom {
  border-top: 0.5px solid var(--neutral-500);
  padding-block: 10px;
}
.footer-right ul.sub-menu {
    display: none;
}

.footer-social ul {
    display: flex;
    justify-content: flex-end;
    gap: 13px;
}

.footer-social {
    margin-top: 50px;
}
.site-footer__copyright {
  text-align: center;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: var(--brand-off-white);
  opacity: 0.72;
}

.site-header__nav li.is-active:after,.site-header__nav li:hover:after {
    opacity: 1;
}
.site-header__nav ul.sub-menu li a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #C9A84C;
    display: block;
    bottom: -9px;
    position: absolute;
    opacity: 0;
}

.site-header__nav ul.sub-menu li:after {
    display: none;
}

.site-header__nav ul.sub-menu li a.is-active::after {
    opacity: 1;
}

.site-header__nav ul.sub-menu li a {
    position: relative;
}
@media (max-width: 700px) {
	li.menu-item-has-children:after {
    display: none;
}
.site-footer__links li {
    width: 100%;
}
	.site-header__nav ul.sub-menu {
    position: relative;
    background-color: #0d1b2a;
    padding: 0;
    box-shadow: none;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
	    .footer-social ul {
        justify-content: flex-start;
    }
li.menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
}
  .site-footer__row {
    flex-direction: column;
    gap: 24px;
  }
.site-footer__top {
    padding-block: 50px;
}
.footer-social {
    margin-top: 35px;
}
  .site-footer__links {
    gap: 16px 24px;
  }
}
