/* =========================================================
   header-footer.css
   SHARED ACROSS ALL PAGES.
   Contains: design tokens, base/reset, typography, buttons,
   brand mark, section-spacing helpers, the site header
   (navbar) and the site footer, plus the global motion rule.
   Load this on every page BEFORE any page-specific stylesheet.
   Home-page section styles live separately in home.css.
   ========================================================= */

/* ---------- Design tokens ---------- */
:root {
  --navy:        #0d2a44;
  --navy-deep:   #0a2236;
  --navy-card:   #11324f;
  --orange:      #e8763a;
  --orange-dark: #d5642a;
  --cream: #F7F2ED;
  --cream-soft:  #faf7f1;
  --ink:         #15263a;
  --muted:       #15263a;
  --line:        #e7e0d4;
  --white-color:#ffffff;
  --lt-bg-color:#ffffff;
  --secondary-color:#e8763a;
  --territiary-color:#15263a;
  --btn-color:#e8763a;
  --btn-hover:#d5642a;
   --f1: 1px;
    --f2: 2px;
    --f3: 3px;
    --f4: 4px;
    --f5: 5px;
    --f6: 6px;
    --f7: 7px;
    --f8: 8px;
    --f9: 9px;
    --f10: 10px;
    --f11: 11px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f18: 18px;
    --f19: 19px;
    --f20: 20px;
    --f21: 21px;
    --f22: 22px;
    --f23: 23px;
    --f24: 24px;
    --f25: 25px;
    --f26: 26px;
    --f27: 27px;
    --f28: 28px;
    --f29: 29px;
    --f30: 30px;
    --f31: 31px;
    --f32: 32px;
    --f33: 33px;
    --f34: 34px;
    --f35: 35px;
    --f36: 36px;
    --f37: 37px;
    --f38: 38px;
    --f39: 39px;
    --f40: 40px;
    --f41: 41px;
    --f42: 42px;
    --f43: 43px;
    --f44: 44px;
    --f45: 45px;
    --f46: 46px;
    --f47: 47px;
    --f48: 48px;
    --f49: 49px;
    --f50: 50px;
    --f51: 51px;
    --f52: 52px;
    --f53: 53px;
    --f54: 54px;
    --f55: 55px;
    --f56: 56px;
    --f57: 57px;
    --f58: 58px;
    --f59: 59px;
    --f60: 60px;
    --f70: 70px;
    --f90: 90px;
    --p1: 1px;
    --p2: 2px;
    --p3: 3px;
    --p4: 4px;
    --p5: 5px;
    --p6: 6px;
    --p7: 7px;
    --p8: 8px;
    --p9: 9px;
    --p10: 10px;
    --p11: 11px;
    --p12: 12px;
    --p13: 13px;
    --p14: 14px;
    --p15: 15px;
    --p16: 16px;
    --p17: 17px;
    --p18: 18px;
    --p19: 19px;
    --p20: 20px;
    --p21: 21px;
    --p22: 22px;
    --p23: 23px;
    --p24: 24px;
    --p25: 25px;
    --p26: 26px;
    --p27: 27px;
    --p28: 28px;
    --p29: 29px;
    --p30: 30px;
    --p31: 31px;
    --p32: 32px;
    --p33: 33px;
    --p34: 34px;
    --p35: 35px;
    --p36: 36px;
    --p37: 37px;
    --p38: 38px;
    --p39: 39px;
    --p40: 40px;
    --p41: 41px;
    --p42: 42px;
    --p43: 43px;
    --p44: 44px;
    --p45: 45px;
    --p46: 46px;
    --p47: 47px;
    --p48: 48px;
    --p49: 49px;
    --p50: 50px;
    --p51: 51px;
    --p52: 52px;
    --p53: 53px;
    --p54: 54px;
    --p55: 55px;
    --p56: 56px;
    --p57: 57px;
    --p58: 58px;
    --p59: 59px;
    --p60: 60px;
    --p61: 61px;
    --p62: 62px;
    --p63: 63px;
    --p64: 64px;
    --p65: 65px;
    --p66: 66px;
    --p67: 67px;
    --p68: 68px;
    --p69: 69px;
    --p70: 70px;
    --p71: 71px;
    --p72: 72px;
    --p73: 73px;
    --p74: 74px;
    --p75: 75px;
    --p76: 76px;
    --p77: 77px;
    --p78: 78px;
    --p79: 79px;
    --p80: 80px;
    --p81: 81px;
    --p82: 82px;
    --p83: 83px;
    --p84: 84px;
    --p85: 85px;
    --p86: 86px;
    --p87: 87px;
    --p88: 88px;
    --p89: 89px;
    --p90: 90px;
    --p91: 91px;
    --p92: 92px;
    --p93: 93px;
    --p94: 94px;
    --p95: 95px;
    --p96: 96px;
    --p97: 97px;
    --p98: 98px;
    --p99: 99px;
    --p100: 100px;
    --m1: 1px;
    --m2: 2px;
    --m3: 3px;
    --m4: 4px;
    --m5: 5px;
    --m6: 6px;
    --m7: 7px;
    --m8: 8px;
    --m9: 9px;
    --m10: 10px;
    --m11: 11px;
    --m12: 12px;
    --m13: 13px;
    --m14: 14px;
    --m15: 15px;
    --m16: 16px;
    --m17: 17px;
    --m18: 18px;
    --m19: 19px;
    --m20: 20px;
    --m21: 21px;
    --m22: 22px;
    --m23: 23px;
    --m24: 24px;
    --m25: 25px;
    --m26: 26px;
    --m27: 27px;
    --m28: 28px;
    --m29: 29px;
    --m30: 30px;
    --m31: 31px;
    --m32: 32px;
    --m33: 33px;
    --m34: 34px;
    --m35: 35px;
    --m36: 36px;
    --m37: 37px;
    --m38: 38px;
    --m39: 39px;
    --m40: 40px;
    --m41: 41px;
    --m42: 42px;
    --m43: 43px;
    --m44: 44px;
    --m45: 45px;
    --m46: 46px;
    --m47: 47px;
    --m48: 48px;
    --m49: 49px;
    --m50: 50px;
    --m51: 51px;
    --m52: 52px;
    --m53: 53px;
    --m54: 54px;
    --m55: 55px;
    --m56: 56px;
    --m57: 57px;
    --m58: 58px;
    --m59: 59px;
    --m60: 60px;
    --m61: 61px;
    --m62: 62px;
    --m63: 63px;
    --m64: 64px;
    --m65: 65px;
    --m66: 66px;
    --m67: 67px;
    --m68: 68px;
    --m69: 69px;
    --m70: 70px;
    --m71: 71px;
    --m72: 72px;
    --m73: 73px;
    --m74: 74px;
    --m75: 75px;
    --m76: 76px;
    --m77: 77px;
    --m78: 78px;
    --m79: 79px;
    --m80: 80px;
    --m81: 81px;
    --m82: 82px;
    --m83: 83px;
    --m84: 84px;
    --m85: 85px;
    --m86: 86px;
    --m87: 87px;
    --m88: 88px;
    --m89: 89px;
    --m90: 90px;
    --m91: 91px;
    --m92: 92px;
    --m93: 93px;
    --m94: 94px;
    --m95: 95px;
    --m96: 96px;
    --m97: 97px;
    --m98: 98px;
    --m99: 99px;
    --m100: 100px;
  --heading-font:'Playfair Display', serif;
  --primary-font:'Inter', sans-serif;
}
.row{
  margin-left:0;
  margin-right: 0;
}
li,
ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-family: var(--primary-font);
    font-size: var(--f16)
}
/* ---------- Base ---------- */
* { scroll-behavior: smooth; }

body {
  font-family: var(--primary-font);
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 .serif {font-family: var(--heading-font);font-weight: 400;/* color: var(--navy-deep); */}
p{
  color:var(--ink);
}
.script { font-family: var(--heading-font); }

.eyebrow, .sub-text{
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--orange) !important;
  margin-bottom: 8px;
}

a {text-decoration: none;color: var(--orange);}
a:hover{
  color: var(--orange-dark);
}
/* ---------- Buttons ---------- */
.btn-orange, .main-btn{
  background: var(--orange);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 6px;
  transition: background .2s ease, transform .2s ease;
  border: 1px solid var(--orange);
}
.btn-orange:hover, .main-btn:hover{ background: var(--orange-dark); color: #fff; transform: translateY(-2px); }

.btn-ghost {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 6px;
  transition: background .2s ease;
  transition: background .2s ease, transform .2s ease, border .2s ease;
}
.btn-ghost:hover {background: rgba(255,255,255,.2);color: #fff;transform: translateY(-2px);}

.btn-navy {
  background: var(--navy);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 6px;
  transition: background .2s ease;
  transition: background .2s ease, transform .2s ease;
}
.btn-navy:hover {background: var(--navy-deep);color: #fff;transform: translateY(-2px);}

.link-arrow {
  color: var(--orange);
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}
.link-arrow i { transition: transform .2s ease; }
.link-arrow:hover i { transform: translateX(4px); }

/* ---------- Brand mark (used by header navbar and footer) ---------- */
.brand-mark {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(160deg, #f4a84b, #e8763a 70%);
  display: grid; place-items: center;
  overflow: hidden;
  position: relative;
  flex: none;
}
.brand-mark::after {
  content:""; position:absolute; bottom:0; left:0; right:0; height:42%;
  background: linear-gradient(#0d2a44, #143b5e);
}
.brand-mark i { color:#fff; font-size:1.1rem; z-index:1; }
.brand-text small { letter-spacing: .12em; color: var(--orange); font-weight:600; }
.brand-name { font-size: 1.1rem; letter-spacing: .04em; }
.brand-sub  { font-size: .6rem; }

/* ---------- Section spacing & shared helpers ---------- */
.sec {padding: 3rem 0;}
section {padding: 3rem 0;}
.sec-tight {padding: 3rem 0;}
.heading-bold {font-weight: 400;color: var(--navy-deep);}

/* =========================================================
   HEADER / NAVBAR
   ========================================================= */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 24;
  padding: 10px 0;
  transition: background-color .3s ease, box-shadow .3s ease, padding .3s ease;
}
header.is-sticky{
  position: fixed;
  background: #ffffffe6;
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .08);
    animation: slideDown .35s ease forwards;
    padding: 8px 12px;
}
header nav{
  padding:0 !important;
}
header ul.navbar-nav.mx-auto{
  gap:20px;
}
.navbar-custom .nav-link {color: rgba(255,255,255,.9);font-weight: 500;font-size: 14px;padding: .4rem .85rem;}
.navbar-custom .nav-link:hover {color: var(--orange);}
header.is-sticky .navbar-custom .nav-link {color: #000;}
header.is-sticky .navbar-custom .nav-link:hover{
  color: var(--orange);
}
.navbar-toggler { border-color: rgba(255,255,255,.4); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.logo-head img{
  width: 120px;
  transition: all .3s ease;
}
.stick-logo{
  display:none;
}
header.is-sticky .stick-logo{
  display:block;
  width: 100px;
}
header.is-sticky .head-logo{
  display:none;
}
/* =========================================================
   FOOTER
   ========================================================= */
footer.site {
  background: var(--navy-deep);
  color: rgba(255,255,255,.72);
  padding: 2.5rem 0 0;
  position: relative;
  overflow:hidden;
}
footer.site img{
  width: 150px;
}
footer.site h5 { color:#fff; font-family:'Inter',sans-serif; font-size:.82rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; margin-bottom:1.1rem; }
footer.site a { color: rgba(255,255,255,.68); font-size:.86rem; display:block; padding:.28rem 0; }
footer.site a:hover { color: var(--orange); }
footer.site .desc {font-size:.85rem;max-width:280px;color: rgba(255,255,255,.72);}
.footer-logo{
  margin-bottom:10px;
}
.soc {width:34px;height:34px;border-radius:50%;background: rgba(255,255,255,.1);color:#fff !important;display: flex !important;place-items:center;padding:0 !important;align-items: center;justify-content: center;}
.soc:hover { background: var(--orange); }

.news-input {background: rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff;font-size: .85rem;}
.news-input::placeholder { color: rgba(255,255,255,.5); }
.news-input:focus { background: rgba(255,255,255,.14); color:#fff; box-shadow:none; border-color: var(--orange); }

.foot-contact i {color: #fff;margin-right:.5rem;}
.foot-bottom {border-top:1px solid rgba(255,255,255,.1);margin-top: 2rem;padding:1.2rem 0;font-size:.8rem;}
footer.site form .btn{
  font-size: .85rem;
}
footer.site form .btn:hover{
  transform: translateY(0px);
}
/* footer text helpers (formerly inline) */
.foot-line   {font-size: .86rem;color: rgba(255,255,255,.72);margin-bottom: 0;}
p.foot-line{
  margin-bottom:5px;
}
.foot-note   {font-size: .82rem;color: rgba(255,255,255,.72);}
.foot-addr-2 { margin-left: 1.75rem; }

/* ---------- Global motion preference ---------- */
@media (prefers-reduced-motion: reduce){
  * { transition:none !important; }
}
.row>*{
  margin-top:0;
}
footer.site .col-6.col-lg-2.col-md-3 {
    width: 15%;
    /* border-right: 1px dotted rgba(255,255,255,.68); */
    padding-left: 10px;
    padding-right: 10px;
}

footer.site .col-6.col-lg-2.col-md-3.contact-footer {
    width:18%;
}
footer.site  .col-lg-3{
    width: 21%;
}
footer.site  .footer-form{
  width: 31%;
}
footer.site .row{
  justify-content:space-between;
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}