/* Geo Athletics 2026 refresh — visual polish without changing the site's identity */
:root{
  --geo-red:#e21f35;
  --geo-red-dark:#bd1428;
  --geo-ink:#202633;
  --geo-muted:#6f7785;
  --geo-line:#e8ebef;
  --geo-soft:#f7f8fa;
  --geo-card:#ffffff;
  --geo-shadow:0 12px 34px rgba(24,33,51,.09);
  --geo-shadow-hover:0 18px 44px rgba(24,33,51,.14);
  --geo-radius:14px;
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--geo-ink);-webkit-font-smoothing:antialiased}

/* Faster perceived load: old theme preloader used to wait for every heavy asset. */
#preloader{display:none!important}

/* Header/navigation */
.header-nav-wrapper{border-bottom:1px solid rgba(31,39,54,.08);box-shadow:0 4px 18px rgba(31,39,54,.055)}
.menuzord{background:transparent!important}
.menuzord-brand{display:flex!important;align-items:center;gap:10px;font-weight:600;color:#70747a!important}
.menuzord-brand img{height:52px!important;width:auto!important;object-fit:contain}
.menuzord-menu>li>a{
  position:relative;
  margin:8px 2px!important;
  padding:10px 13px!important;
  border-radius:9px;
  color:#656a73!important;
  transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease!important;
}
.menuzord-menu>li>a:hover{
  color:var(--geo-red)!important;
  background:#fff3f5!important;
  transform:translateY(-1px);
}
.menuzord-menu>li.active>a{
  color:#fff!important;
  background:linear-gradient(135deg,var(--geo-red),#f0374c)!important;
  box-shadow:0 7px 18px rgba(226,31,53,.22);
}
.menuzord-menu ul.dropdown{border-radius:10px!important;overflow:hidden;box-shadow:0 14px 34px rgba(20,28,43,.16)!important;border:1px solid #edf0f3!important}
.menuzord-menu ul.dropdown li a{padding:11px 16px!important;transition:background .18s ease,color .18s ease}
.menuzord-menu ul.dropdown li a:hover{background:#fff3f5!important;color:var(--geo-red)!important}
.header-top{border-bottom:1px solid rgba(255,255,255,.05)}

/* Hero */
#home .carousel-item{position:relative;min-height:520px;background-position:center center!important}
#home .carousel-item:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,18,28,.36),rgba(12,18,28,.08) 55%,rgba(12,18,28,.18));pointer-events:none}
#home .carousel-item .display-table{position:relative;z-index:1}
#home h1.demo7a{text-shadow:0 3px 20px rgba(0,0,0,.32)}
#home h4.demo2{text-shadow:0 2px 12px rgba(0,0,0,.3)}

/* Section headings */
.section-title{margin-bottom:30px!important}
.section-title .page-title,.section-title h2.demo{letter-spacing:.1px;color:#262d39}
.section-title .page-title:after,.section-title h2.demo:after{
  content:"";display:block;width:48px;height:3px;background:var(--geo-red);border-radius:3px;margin-top:10px;
}
.title-right .page-title:after{margin-left:auto}
.section-title p{color:#7a818d}

/* News cards */
#news{background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%)}
#news .blog-posts>.col-md-4{display:flex;margin-bottom:28px}
.geo-news-card{
  width:100%;background:var(--geo-card);border:1px solid var(--geo-line)!important;border-radius:var(--geo-radius)!important;
  overflow:hidden;box-shadow:0 7px 22px rgba(24,33,51,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  display:flex;flex-direction:column;
}
.geo-news-card:hover{transform:translateY(-4px);box-shadow:var(--geo-shadow-hover);border-color:#e4d4d8!important}
.geo-news-media{height:218px;overflow:hidden;background:#eef1f4}
.geo-news-media img{display:block;width:100%!important;height:100%!important;object-fit:cover;object-position:center;transition:transform .45s ease}
.geo-news-card:hover .geo-news-media img{transform:scale(1.025)}
.geo-news-card .entry-content{border:0!important;padding:22px 22px 19px!important;display:flex;flex-direction:column;flex:1}
.geo-news-title{font-size:18px!important;line-height:1.45!important;margin:0 0 10px!important;min-height:78px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.geo-news-title a{color:#303641!important;transition:color .2s ease}
.geo-news-title a:hover{color:var(--geo-red)!important}
.geo-news-date{font-size:12px!important;font-weight:600;letter-spacing:.02em;color:var(--geo-red)!important;margin-bottom:12px;display:block}
.geo-news-excerpt{font-size:14px!important;line-height:1.72!important;color:#7a8089!important;min-height:96px;margin:0 0 16px!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.geo-read-more{align-self:flex-end;margin-top:auto;display:inline-flex!important;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:#fff2f4;color:var(--geo-red)!important;font-size:12px!important;font-weight:700;transition:all .2s ease}
.geo-read-more:hover{background:var(--geo-red);color:#fff!important;transform:translateX(2px)}
.geo-read-more i{color:inherit!important}

/* News archive */
.geo-news-archive article{background:#fff;border:1px solid var(--geo-line);border-radius:var(--geo-radius);padding:26px;margin-bottom:26px;box-shadow:0 7px 22px rgba(24,33,51,.045)}
.geo-news-archive blockquote{border-left:3px solid var(--geo-red);background:#fbfbfc;border-radius:0 8px 8px 0;margin:0 0 24px;padding:15px 18px}
.geo-news-archive blockquote p{font-size:20px!important;line-height:1.5;margin:0;color:#303641}
.geo-news-detail-image{width:100%;height:300px!important;object-fit:cover;border:0!important;border-radius:11px!important;padding:0!important;box-shadow:0 7px 20px rgba(24,33,51,.08)}
.geo-news-body{font-size:15px!important;line-height:1.8!important;color:#656d79!important}

/* Federation / people cards */
#federation .attorney{background:#fff!important;border:1px solid var(--geo-line);border-radius:var(--geo-radius);overflow:hidden;box-shadow:0 7px 22px rgba(24,33,51,.045);transition:transform .22s ease,box-shadow .22s ease}
#federation .attorney:hover{transform:translateY(-3px);box-shadow:var(--geo-shadow)}
#federation .attorney .thumb{text-align:center;background:linear-gradient(180deg,#f8f9fb,#fff);min-height:250px;display:flex;align-items:flex-end;justify-content:center;padding-top:10px}
#federation .attorney .thumb img.img-fullwidth1{width:auto!important;max-width:78%!important;max-height:292px!important;object-fit:contain!important;display:inline-block!important}
#federation .attorney .content{padding-right:14px}
#federation .contact-area a{font-size:12px;word-break:break-word}

/* Discipline cards and generic action buttons */
#discipline .box-hover-effect{border:1px solid var(--geo-line);border-radius:12px!important;overflow:hidden;background:#fff!important;box-shadow:0 6px 18px rgba(24,33,51,.045);transition:transform .2s ease,box-shadow .2s ease}
#discipline .box-hover-effect:hover{transform:translateY(-3px);box-shadow:var(--geo-shadow)}
.btn-theme-colored,.btn-dark.btn-theme-colored{border-radius:999px!important;padding-left:15px!important;padding-right:15px!important;box-shadow:0 5px 14px rgba(226,31,53,.18);transition:transform .2s ease,box-shadow .2s ease!important}
.btn-theme-colored:hover,.btn-dark.btn-theme-colored:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(226,31,53,.25)}

/* Footer + back-to-top */
.scrollToTop{border-radius:10px!important;box-shadow:0 9px 24px rgba(0,0,0,.18)}
footer .horizontal-contact-widget .each-widget{padding:4px 12px}

/* Responsive */
@media (max-width:991px){
  .menuzord-brand img{height:46px!important}
  #home .carousel-item{min-height:430px}
  .geo-news-title{min-height:auto}
  .geo-news-excerpt{min-height:auto}
  #federation .attorney .thumb img.img-fullwidth1{max-width:62%!important;max-height:270px!important}
}
@media (max-width:767px){
  #home .carousel-item{min-height:360px}
  #home .container.pt-200{padding-top:120px!important}
  #home .container.pb-200{padding-bottom:120px!important}
  .geo-news-media{height:210px}
  .geo-news-archive article{padding:18px}
  .geo-news-detail-image{height:230px!important;margin-bottom:18px}
  .menuzord-menu>li>a{margin:1px 0!important;border-radius:7px}
  #federation .attorney .thumb{min-height:220px}
  #federation .attorney .thumb img.img-fullwidth1{max-width:58%!important;max-height:240px!important}
}
