/* ============================================================
   ASR Theme - Main Stylesheet
   Fonts: Roboto (primary) with Myriad Pro fallback stack
   ============================================================ */

:root {
  --asr-navy: #193a64;
  --asr-navy-dark: #0a1f3d;
  --asr-navy-light: #1a3d6b;
  --asr-yellow: #ffcd05;
  --asr-yellow-dark: #f6ba00;
  --asr-green: #136035;
  --asr-bg: #ffffff;
  --asr-red: rgba(187, 45, 27, 0.9);
  --asr-bg-soft: rgba(25, 58, 100, 0.1);
  --asr-text: #193a64;
  --asr-radius: 14px;
  --asr-radius-sm: 8px;
  --asr-shadow: 0 10px 30px -12px rgba(15, 44, 82, 0.15);
  --asr-shadow-lg: 0 20px 50px -20px rgba(15, 44, 82, 0.25);
  --asr-transition: cubic-bezier(0.2, 0.8, 0.2, 1);
  --font-heading: "Roboto", sans-serif;
  --font-body: "Myriad Set Pro", sans-serif;
  --main-heading: "Futura PT", sans-serif;
  --asr-navy-gradient: linear-gradient(112deg, #193a64 24.61%, #3375ca 100%);
  --asr-green-gradient: linear-gradient(112deg, #136035 41.27%, #27c66d 100%);
}

@font-face {
  font-family: 'asr';
  src: url('../font/asr.eot?10478689');
  src: url('../font/asr.eot?10478689#iefix') format('embedded-opentype'),
       url('../font/asr.woff2?10478689') format('woff2'),
       url('../font/asr.woff?10478689') format('woff'),
       url('../font/asr.ttf?10478689') format('truetype'),
       url('../font/asr.svg?10478689#asr') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'asr';
    src: url('../font/asr.svg?10478689#asr') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "asr";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-straight:before { content: '\e800'; } /* '' */
.icon-energy:before { content: '\e801'; } /* '' */
.icon-independence:before { content: '\e802'; } /* '' */
.icon-investment:before { content: '\e803'; } /* '' */
.icon-efficiency:before { content: '\e804'; } /* '' */
.icon-consumer:before { content: '\e805'; } /* '' */
.icon-electricity:before { content: '\e806'; } /* '' */
.icon-fb:before { content: '\e807'; } /* '' */
.icon-x:before { content: '\e808'; } /* '' */
.icon-linkedin:before { content: '\e809'; } /* '' */
.icon-arrow:before { content: '\e80a'; } /* '' */
.icon-methonds:before { content: '\e80b'; } /* '' */
.icon-globe:before { content: '\e80c'; } /* '' */
.icon-theory:before { content: '\e80d'; } /* '' */
.icon-inclusive:before { content: '\e80e'; } /* '' */

i {
  font-family: "asr";
}
i.icon-arrow-straight.rotate-180 {
  transform: rotate(180deg);
}

/* RESET / BASE ============================================== */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--asr-text);
  background: var(--asr-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container {
    max-width: 90% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--asr-navy);
  margin: 0 0 0.6em;
  line-height: 1.2;
}
a {
  color: var(--asr-navy);
  text-decoration: none;
  transition: color 0.25s var(--asr-transition);
}
a:hover {
  color: var(--asr-yellow-dark);
}
p.wp-block-paragraph{
  color: var(--asr-navy);
  line-height: normal;
  font-weight: 500;
}
ul.wp-block-list {
    color: var(--asr-navy);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--asr-navy);
  color: var(--asr-bg);
  padding: 8px 16px;
  z-index: 9999;
}
.skip-link:focus {
  top: 0;
}

/* NAV ======================================================= */
/* .asr-header {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 999;
}

.asr-header .navbar {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 9999;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(
      90deg,
      #193a64 0%,
      #193a64 25%,
      #bb2d1b 25%,
      #bb2d1b 50%,
      #136035 50%,
      #136035 75%,
      #ffcd05 75%,
      #ffcd05 100%
    ) top / 100% 6px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) !important;
  backdrop-filter: blur(20px) saturate(1.4) brightness(1.08) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.4) brightness(1.08) !important;
  border: 0.3px solid rgba(255, 255, 255, 0.7) !important;
  border-top: transparent !important;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.25) !important;
 
} */


/* ---------- ASR PAGE LOADER ---------- */
.asr-loader{
  position:fixed; inset:0; z-index:99999;
  display:flex; align-items:center; justify-content:center;
  background:var(--asr-navy-gradient);
  overflow:hidden;
  transition:visibility 0s linear .9s;
}
.asr-loader::after{ /* subtle grain / vignette */
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 50% 45%, rgba(255,205,5,.14), transparent 60%);
  pointer-events:none;
}
body.asr-loading{ overflow:hidden; }

/* curtains that split away on exit */
.asr-loader__curtain{
  position:absolute; left:0; width:100%; height:50.5%;
  background:var(--asr-navy-dark);
  transform:translateY(0);
  transition:transform 1s var(--asr-transition);
  z-index:2;
}
.asr-loader__curtain--a{ top:0; }
.asr-loader__curtain--b{ bottom:0; }

.asr-loader__inner{
  position:relative; z-index:3;
  display:flex; flex-direction:column; align-items:center; gap:26px;
  transition:opacity .45s ease, transform .6s var(--asr-transition);
}

/* logo + ring */
.asr-loader__mark{ position:relative; width:132px; height:132px; display:grid; place-items:center; }
.asr-loader__ring{ position:absolute; inset:0; width:100%; height:100%; animation:asr-spin 2.6s linear infinite; }
.asr-ring-track{ fill:none; stroke:rgba(255,255,255,.16); stroke-width:3; }
.asr-ring-arc{
  fill:none; stroke:var(--asr-yellow); stroke-width:3; stroke-linecap:round;
  stroke-dasharray:80 260; stroke-dashoffset:0;
  animation:asr-dash 1.8s ease-in-out infinite;
  filter:drop-shadow(0 0 6px rgba(255,205,5,.55));
}
.asr-loader__logo{
  width:82px; height:auto;
  filter:brightness(0) invert(1); /* white on navy; remove if SVG is already white */
  opacity:0; transform:scale(.86);
  animation:asr-pop .9s var(--asr-transition) .15s forwards, asr-breathe 3.4s ease-in-out 1.1s infinite;
}

/* page title */
.asr-loader__title{
  margin:0; color:#fff;
  font-family:var(--main-heading), var(--font-heading), sans-serif;
  font-size:clamp(1rem,2.4vw,1.35rem);
  letter-spacing:.16em; text-transform:uppercase; text-align:center;
  opacity:0; animation:asr-rise .8s var(--asr-transition) .45s forwards;
}
.asr-loader__title::after{
  content:""; display:block; width:38px; height:2px; margin:14px auto 0;
  background:var(--asr-yellow); transform:scaleX(0); transform-origin:center;
  animation:asr-line .7s var(--asr-transition) .8s forwards;
}

/* progress bar */
.asr-loader__bar{ width:190px; height:2px; background:rgba(255,255,255,.18); overflow:hidden; }
.asr-loader__bar span{
  display:block; height:100%; width:40%;
  background:linear-gradient(90deg,transparent,var(--asr-yellow),transparent);
  animation:asr-sweep 1.35s var(--asr-transition) infinite;
}

/* EXIT STATE */
.asr-loader.is-done .asr-loader__inner{ opacity:0; transform:translateY(-14px) scale(.97); }
.asr-loader.is-done .asr-loader__curtain--a{ transform:translateY(-100%); }
.asr-loader.is-done .asr-loader__curtain--b{ transform:translateY(100%); }
.asr-loader.is-done{ background:transparent; }
.asr-loader.is-hidden{ visibility:hidden; opacity:0; pointer-events:none; }

@keyframes asr-spin{ to{ transform:rotate(360deg); } }
@keyframes asr-dash{
  0%{ stroke-dasharray:20 320; stroke-dashoffset:0; }
  50%{ stroke-dasharray:180 160; stroke-dashoffset:-60; }
  100%{ stroke-dasharray:20 320; stroke-dashoffset:-320; }
}
@keyframes asr-pop{ to{ opacity:1; transform:scale(1); } }
@keyframes asr-breathe{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.045); } }
@keyframes asr-rise{ from{ opacity:0; transform:translateY(12px); } to{ opacity:1; transform:translateY(0); } }
@keyframes asr-line{ to{ transform:scaleX(1); } }
@keyframes asr-sweep{ 0%{ transform:translateX(-120%); } 100%{ transform:translateX(320%); } }

@media (prefers-reduced-motion:reduce){
  .asr-loader *{ animation:none !important; transition:none !important; }
}
@media (max-width:576px){
  .asr-loader__mark{ width:104px; height:104px; }
  .asr-loader__logo{ width:64px; }
}

/* NAV ======================================================= */
.asr-header {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 999;
}

.asr-header .navbar {
  background: rgba(255, 255, 255, 0.6);
  /* backdrop-filter: blur(28px) saturate(180%); */
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding:5px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.asr-header .navbar::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  z-index: -1;
  pointer-events: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 9999;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(
      90deg,
      #193a64 0%, #193a64 25%,
      #bb2d1b 25%, #bb2d1b 50%,
      #136035 50%, #136035 75%,
      #ffcd05 75%, #ffcd05 100%
    ) top / 100% 6px no-repeat,
    rgba(255, 255, 255, 0.6) !important;

  backdrop-filter: blur(28px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-top: transparent !important;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.15),
    inset 0 1px 1px rgba(255, 255, 255, 0.25) !important;
}


/* .mega-glass-overlay {
  position: absolute !important;
  inset: 0;
  pointer-events: none;
  z-index: 1 !important;
  background:
    radial-gradient(
      circle at var(--mx, 50%) var(--my, 50%),
      rgba(255, 255, 255, 0.38) 0%,
      rgba(255, 255, 255, 0.22) 12%,
      rgba(255, 255, 255, 0.10) 24%,
      rgba(255, 255, 255, 0.04) 40%,
      transparent 68%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.08) 22%,
      rgba(255, 255, 255, 0.02) 45%,
      transparent 70%
    );
  mix-blend-mode: screen;
  opacity: 1;
  transition: opacity 220ms ease, background 220ms ease;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > * {
  position: relative;
  z-index: 1;
} */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    display: inline-block;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2b" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}


.mega-asr-menu-links ul.mega-sub-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* padding: 30px 50px !important; */
  padding: 5% 30px !important;
}

.mega-asr-menu-links
  ul.mega-sub-menu
  > .mega-menu-column.mega-menu-columns-6-of-12
  > .mega-sub-menu {
  display: contents;
  flex-direction: column;
}
.mega-asr-menu-links ul.mega-sub-menu > li > a.mega-menu-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 15px;
    width: 100%;
    margin-top: -8px;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column-standard
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  transition:
    color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column-standard
  > a.mega-menu-link:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column-standard
  > a.mega-menu-link:focus,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  transform: translateX(4px);
}

.asr-submenu-num {
    font-weight: 600;
    font-size: 16px;
    align-self: center;
    color: var(--asr-green);
    font-family: var( --main-heading);
}

.asr-submenu-text {
    flex: 1;
    font-weight: 500;
}

.asr-submenu-arrow::before {
  content: "\e80a";
  font-family: "asr";
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: var(--asr-green);
  font-size: 1.2vw;
}
h4.mega-block-title {
    color: var(--asr-navy) !important;
    font-size: 4vw !important;
    font-weight: 700 !important;
    font-family: var(--font-heading) !important;
    text-transform: capitalize !important;
    line-height: normal;
}
div#navbarASR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.navbar-brand img {
  height: 55px;
}
.navbar-nav {
  gap: 18px;
}
.navbar-nav .nav-link {
  font-weight: 600;
  color: #15396b;
  transition: 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #0072ff;
}
.language-switcher {
  margin-top: 7px;
}
.trp-shortcode-switcher {
  background: transparent !important;
}
.trp-language-item {
  padding: 7px 2px !important;
}
.trp-language-item:hover {
  background: transparent !important;
}
span.trp-language-item-name {
  font-size: 17px !important;
  font-weight: bold;
  font-family: var(--font-body);
}

/* BUTTONS =================================================== */
.asr-btn-primary,
.asr-btn-dark,
.asr-btn-outline,
.asr-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  font-weight: 400;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s var(--asr-transition);
  width: fit-content;
}
.wp-block-button__link {
    color: var(--asr-bg);
    background-color: var(--asr-navy) !important;
    border-radius: initial !important;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-style: normal;
}
.wp-block-button__link::after,
.asr-btn-primary::after,
.asr-btn-dark::after,
.asr-btn-outline::after,
.asr-btn-light::after {
  content: "\e80a";
  font-family: "asr";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  display: inline-block;
  font-size: 13px;
}
.asr-btn-outline::after {
  content: "\e800";
}
.asr-btn-primary {
  background: var(--asr-yellow);
  color: var(--asr-navy);
}
.asr-btn-primary:hover {
  background: var(--asr-yellow-dark);
  color: var(--asr-navy);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -10px rgba(245, 185, 66, 0.6);
}
.asr-btn-dark {
  background: var(--asr-navy);
  color: var(--asr-bg);
}
.asr-btn-dark:hover {
  background: var(--asr-bg);
  color: var(--asr-navy);
  border:2px solid var(--asr-navy);
  transform: translateY(-2px);
}
.asr-btn-outline {
  background: transparent;
  color: var(--asr-bg);
  border-color: rgba(255, 255, 255, 1);
}
.asr-btn-outline:hover {
  background: var(--asr-bg) !important;
  color: var(--asr-navy) !important;
  border-color: var(--asr-navy) ;
}
.asr-btn-light {
  background: var(--asr-bg);
  color: var(--asr-navy);
}
.asr-btn-light:hover {
  background: var(--asr-yellow);
}
.asr-btn-light.sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}
p.home-about-content.wp-block-paragraph {
    font-size: 1.5rem;
    margin-bottom: 70px;
    font-weight: 500;
    font-family: 'Myriad Set Pro';
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    max-width: 500px;
}
.wp-block-media-text>.wp-block-media-text__content {
    padding: initial !important;
}


/* SECTION TITLES ============================================ */
.asr-section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 28px;
    color: var(--asr-navy);
    font-style: normal;
    letter-spacing: -2.56px;
}
.asr-section-title.light {
  color: var(--asr-bg);
}
.asr-section-title.light::after {
  background: var(--asr-yellow);
}

/* HERO ====================================================== */
.hero-slider {
  position: relative;
  height: 115vh;
  overflow: hidden;
}

.heroSwiper,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

/* LEFT PANEL */
.hero-left-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 100%;
  background: linear-gradient(354deg, #193a64 26.55%, #3375ca 95.27%);
  z-index: 2;
  overflow: hidden;
}

/* WATERMARK */
.hero-watermark {
  position: absolute;
  left: 50%;
  top: 38.5%;
  transform: translate(-50%, -50%);
  width: 70%;
}
/* .hero-watermark img {
  width: 100%;
} */

.hero-watermark img {
  /* width: 340px; */
  height: 352px;
  object-fit: contain;
}

/* IMAGE */
.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 28%;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* IMAGE OVERLAY */
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}

/* CONTAINER */
.hero-slider .container {
  position: relative;
  z-index: 10;
  height: 100%;
}

/* CONTENT */
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 470px;
  color: var(--asr-bg);
  padding-top: 190px;
  padding-bottom: 50px;
}

/* TITLE */
.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--asr-bg) !important;
}
/* DESCRIPTION */

.hero-description {
    font-size: 1.3rem;
    line-height: normal;
    font-weight: 400;
    max-width: 263px;
    margin-bottom: 20px;
    font-style: normal;
    letter-spacing: -0.8px;
}

/* BUTTON */

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    color: var(--asr-bg);
    text-decoration: none;
    font-weight: 400;
    border-bottom: 2px solid var(--asr-bg);
    padding-bottom: 5px;
    transition: 0.35s;
    line-height: 27px;
    font-style: normal;
}
.hero-btn::after {
  content: "\e800";
  font-family: "asr";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  display: inline-block;
  font-size: 13px;
}

.hero-btn:hover {
  color: var(--asr-bg);
  gap: 20px;
}

/* RESPONSIVE */
@media (max-width: 1200px){
  .hero-content {
      padding-top: 40px;
  }

  .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-description {
    font-size: 1.1rem;
  }
  .hero-watermark img {
    height: auto;
  }
  .hero-watermark {
    top: 32%;
  }
  .hero-left-panel {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .hero-left-panel {
    width: 100%;
  }

  .hero-image {
    left: 0;
  }
  .hero-left-panel {
      background: linear-gradient(354deg, #193a64bf 26.55%, #3375ca21 95.27%);
  }
  .hero-content {
    width: 100%;
    padding: 120px 20px 40px;
  }

  .hero-content h1 {
    font-size: 46px;
  }

  /* .hero-watermark {
    width: 320px;
  } */
}
/* IMPACT ==================================================== */
.asr-impact-row {
  padding: 18px 0 0;
}

.impact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  align-items: center;
  gap: 0;
  border-top: 2px solid #0E4876;   /* top rule */
  border-bottom: 2px solid #0E4876;/* bottom rule */
  margin-top: 12px;
}

/* --- Individual column --- */
.impact-column {
  position: relative;
  padding: 48px 0; /* vertical and side spacing */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* vertical separator lines (between columns) */
.impact-column.is-first::after,
.impact-column:not(.is-first):not(.is-last)::before {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  width: 2px;
  background: #0E4876;
  right: 0;
  transform: translateX(50%); /* keep it centered between columns */
}

.impact-column.is-last::before {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  width: 2px;
  background: #0E4876;
  left: 0;
  transform: translateX(-50%);
}

/* Hide duplicate separators at smaller widths */
@media (max-width: 1100px) {
  .impact-column.is-first::after,
  .impact-column.is-last::before {
    display: none;
  }
}

/* Label and yellow bar */
.impact-label {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #143C60;
    letter-spacing: 0.4px;
}
.impact-yellow-line {
  display: inline-block;
  width: 56px;
  height: 4px;
  background: #FFCD05;
  margin: 0 0 24px;

}

/* --- Big number and plus sign --- */
.impact-number {
  display: flex;
  align-items: center;
  /* gap: 18px; */
  justify-content: space-between;
}

.counter {
    font-size: 7rem;
    font-weight: 700;
    line-height: 0.85;
    color: #143C60;
    font-family: var(--main-heading);
    display: inline-block;
    min-width: 1ch;
}

.impact-plus {
    display: inline-flex;
    align-self: self-start;
    justify-content: center;
    margin-left: 21px;
}


/* smaller screens adjustments */
@media (max-width: 1200px) {
  .counter { font-size: 80px; }
  .impact-label { font-size: 13px; }
  .impact-yellow-line { width: 48px; height: 5px; }
  .impact-column { padding: 36px 24px; }
}

@media (max-width: 991px) {
  .impact-row {
      grid-template-columns: 1fr;
      border-top: none;
      border-bottom: none;
      margin-top: -40px;
  }
  .impact-column {
      justify-content: start;
  }
  .impact-column:last-child { border-bottom: 0; }
  .counter { font-size: 5rem; text-align: left; }
  .impact-number { gap: 14px; }
  .impact-yellow-line { margin-bottom: 18px; }
  .impact-column.is-first::after, .impact-column:not(.is-first):not(.is-last)::before{
    display: none;
  }
}
/* OUR WORK ================================================== */
.asr-work {
  padding: 4rem 0;
}

.asr-work-card-grid {
  background: var(--asr-bg-soft);
  padding: 2rem;
}

.asr-work-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.asr-work-header .asr-section-title::after {
  display: none;
}

.asr-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.asr-flip-card {
  perspective: 1200px;
}

.asr-flip-card-inner {
  position: relative;
  min-height: 250px;
  transform-style: preserve-3d;
  transition: transform 1.1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.asr-flip-card.is-flipped .asr-flip-card-inner {
  transform: rotateY(180deg);
}

.asr-flip-card-front,
.asr-flip-card-back {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.75rem;
  backface-visibility: hidden;
  overflow: hidden;
}

.asr-flip-card-front {
  background: var(--asr-navy);
  color: var(--asr-bg);
  text-align: center;
}

.asr-flip-card-back {
  background: var(--asr-bg);
  color: var(--asr-navy);
  transform: rotateY(180deg);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 60px;
}

.asr-flip-card-front h3 {
  color: var(--asr-bg);
  font-size: 2rem;
  margin: 0;
  max-width: 80%;
}

.asr-flip-card-back h3 {
  font-size: 2rem;
  margin: 0 0 3rem;
}

.asr-flip-card-back p {
    color: inherit;
    font-size: 1.45rem;
    margin: 0;
    line-height: normal;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 767px) {
  .asr-work-grid {
    grid-template-columns: 1fr;
  }
}
/* FOCUS AREAS =============================================== */
.asr-focus {
    padding: 4rem 0;
    background: var(--asr-navy);
    color: var(--asr-bg);
    margin: 4rem 0;
}

.focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.focus-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    padding-left 0.35s var(--asr-transition),
    color 0.35s var(--asr-transition);
  cursor: pointer;
}

.focus-item:hover {
  padding-left: 0.5rem;
}

.focus-number {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    font-size: 2.5rem;
    min-width: 28px;
    font-family: var(--main-heading);
    line-height: 64px;
    font-style: normal;
}

.focus-title {
  color: rgba(255, 255, 255, 1);
  flex: 1;
  margin: 0;
  transition: color 0.35s var(--asr-transition);
}

.focus-item:hover .focus-title,
.focus-item.active .focus-title {
  color: var(--asr-yellow);
}

.focus-item.active .focus-number {
  color: var(--asr-yellow);
}

.focus-arrow {
  color: var(--asr-yellow);
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.35s var(--asr-transition),
    transform 0.35s var(--asr-transition);
}

.focus-item.active .focus-arrow,
.focus-item:hover .focus-arrow {
  opacity: 1;
  transform: translateX(0);
}

.focus-image-wrap {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.focus-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 0;
  display: block;
  opacity: 1;
  transition:
    opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.focus-image-wrap img.is-fading {
  opacity: 0;
  transform: scale(1.02);
}

/* Focus area inside approach page */

#fous-approach {
  padding: 4rem 0;
  background: transparent;
  color: inherit;
}

#fous-approach .focus-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}
#fous-approach .focus-grid.training-focus {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#fous-approach .focus-card {
  padding: 1.5rem 1rem 1.25rem;
  min-height: 200px;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */
  text-align: center;
  position: relative;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

#fous-approach .focus-card:hover {
  transform: translateY(-4px);
}

#fous-approach .focus-card.has-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 26%;
  background: var(--asr-navy);
  transform: translateY(-50%);
}

#fous-approach .focus-icon-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

#fous-approach .focus-icon-circle {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--asr-blue, #1f4b7a);
  color: var(--asr-bg);
  font-size: 1.75rem;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

#fous-approach .focus-card:hover .focus-icon-circle {
  transform: scale(1.06);
}

#fous-approach .focus-title {
  margin: 0;
  color: var(--asr-navy);
  font-size: 1.05rem;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  #fous-approach .focus-grid,
  #fous-approach .focus-grid.training-focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }

  #fous-approach .focus-card.has-divider::after {
    display: none;
  }
}

@media (max-width: 767px) {
  #fous-approach .focus-grid,
  #fous-approach .focus-grid.training-focus {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  #fous-approach .focus-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    padding: 0 15px;
  }

  #fous-approach .focus-card h3,
  #fous-approach .focus-card .focus-card__title {
    font-size: 1.4rem;
    margin: 1.25rem 0 0.75rem;
  }

  #fous-approach .focus-card p,
  #fous-approach .focus-card .focus-card__desc {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* PROGRAMS ================================================== */

.asr-programs-row {
  align-items: stretch;
}

.program-feature {
  background: var(--asr-navy-gradient);
  color: var(--asr-bg);
  padding: 2rem;
  height: 100%;
  display: flex;
  align-items: stretch;
  min-height: 360px;
  overflow: hidden;
  transition:
    opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.program-feature.is-updating {
  opacity: 0.45;
  transform: translateY(10px);
}

.program-feature-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.program-feature-content.is-fading {
  opacity: 0;
  transform: translateY(8px);
}

.program-feature h3 {
  color: var(--asr-bg);
  font-size: clamp(1.5rem, 3vw, 3rem);
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}

.program-badge {
  display: inline-block;
  background: var(--asr-bg);
  color: var(--asr-navy);
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  align-self: flex-start;
}

.program-feature p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  flex: 1;
  font-size: 1.5rem;
  font-family: var(--font-heading);
  line-height: 1.15;
  padding-top: 60px;
  padding-bottom: 30px;
}

.program-feature .asr-btn-outline {
  align-self: flex-start;
  color: var(--asr-bg);
  border: 2px solid var(--asr-bg);
}

.program-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.program-item-title {
  /* transition:
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1); */
  font-size: 1.4rem;
  font-family: var(--font-heading);
  font-weight: 400;
}

.program-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--asr-bg-soft);
  color: var(--asr-text);
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  min-height: 78px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  will-change: transform, box-shadow;
  transition:
    color 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1);
    border: 2px solid var(--asr-navy);
}

/* .program-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0)),
        linear-gradient(135deg, rgba(8, 28, 64, 0.96), rgba(18, 49, 96, 0.92));
    transform: translateX(-100%);
    transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
}

.program-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.10), transparent 60%);
    opacity: 0;
    transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
} */

.program-item > * {
  position: relative;
  z-index: 1;
}

.program-item:hover,
.program-item.active {
  color: var(--asr-navy-dark);
}

.program-item:hover::before,
.program-item.active::before {
  transform: translateX(0);
}

.program-item:hover::after,
.program-item.active::after {
  opacity: 1;
}

.program-item-title {
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.program-item:hover .program-item-title,
.program-item.active .program-item-title {
  transform: translateY(-1px);
}

.program-item.is-selected {
  opacity: 0.45;
  pointer-events: none;
}
/* KNOWLEDGE BASE ============================================ */
.asr-knowledge {
  padding: 80px 0;
  overflow: hidden;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 460px 240px;
  grid-template-areas:
    "hero right"
    "bottom bottom";
  gap: 0;
  width: 100%;
}

.knowledge-hero {
  grid-area: hero;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #0f2744;
}

.knowledge-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 60%;
  will-change: transform, opacity, filter, clip-path;
  opacity: 0;
  transform: scale(1.08) translateY(24px);
  filter: blur(14px) saturate(0.85);
  clip-path: inset(0 0 100% 0);
  animation:
    heroReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards,
    heroFloat 9s ease-in-out 1.6s infinite;
}

.knowledge-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.28) 48%,
    rgba(255, 255, 255, 0.05) 55%,
    transparent 70%
  );
  transform: translateX(-120%);
  animation: heroSheen 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
}

.knowledge-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(
    120% 80% at 50% 100%,
    rgba(31, 73, 120, 0.35) 0%,
    transparent 60%
  );
  opacity: 0;
  animation: heroVignette 1.2s ease-out 0.9s forwards;
}

.knowledge-right {
  grid-area: right;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 460px;
}

.knowledge-bottom {
  grid-area: bottom;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 0;
}

.flip-card {
  perspective: 1200px;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  padding: 28px;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flip-card-back {
  transform: rotateY(180deg);
  align-items: flex-end;
  justify-content: flex-start;
  background: #e8edf3;
}

.flip-card-front h3,
.flip-card-back h3 {
  margin: 0;
  line-height: 1.25;
}

.knowledge-publications-content {
  max-width: 320px;
}

.knowledge-publications-content h3 {
  font-size: 28px;
  margin: 0 0 12px;
  color: #1f3f6e;
}

.knowledge-publications-content p {
  margin: 0 0 24px;
  color: #334;
  line-height: 1.5;
}

.card-dark {
  background: #1f4978;
}

.card-dgreen{
  background-color: #136035;
}

.card-light {
  background: #e8edf3;
}

.card-light h3,
.card-light p {
  color: #1f3f6e;
}

.card-green {
  background: linear-gradient(135deg, #0d5a31 0%, #23c15f 100%);
}

.card-blue {
  background: linear-gradient(135deg, #1f4978 0%, #3d7dd8 100%);
}

.knowledge-right .flip-card-front h3,
.k-card .flip-card-front h3 {
  color: #fff;
  font-size: 28px;
}

.knowledge-publications-content .asr-btn-outline {
  border-color: var(--asr-navy);
  color: var(--asr-navy);
}

.asr-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #1f4978;
  color: #1f4978;
  text-decoration: none;
  font-weight: 500;
  background: transparent;
  transition: background 250ms ease, color 250ms ease, transform 250ms ease;
}

/* .asr-btn-outline:hover {
  background: #1f4978;
  color: var(--asr-bg);
  transform: translateY(-1px);
} */

@keyframes heroReveal {
  0% {
    opacity: 0;
    transform: scale(1.08) translateY(24px);
    filter: blur(14px) saturate(0.85);
    clip-path: inset(0 0 100% 0);
  }
  60% {
    opacity: 1;
    filter: blur(2px) saturate(1);
    clip-path: inset(0 0 0 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0) saturate(1.05);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes heroSheen {
  to {
    transform: translateX(120%);
  }
}

@keyframes heroVignette {
  to {
    opacity: 1;
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.015) translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .knowledge-hero img {
    animation: none;
    opacity: 1;
    filter: none;
    transform: none;
    clip-path: none;
  }

  .knowledge-hero::after,
  .knowledge-hero::before {
    animation: none;
  }

  .flip-card-inner {
    transition: none;
  }

  .flip-card:hover .flip-card-inner,
  .flip-card:focus-within .flip-card-inner {
    transform: none;
  }
}

@media (max-width: 991px) {
  .knowledge-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "hero"
      "right"
      "bottom";
  }

  .knowledge-bottom {
    grid-template-columns: 1fr;
  }

  .knowledge-hero,
  .knowledge-right,
  .flip-card {
    min-height: 220px;
  }
}
/* CONVERSATIONS ============================================= */
.asr-conversations {
  padding: 3rem 0;
}

.conversation-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 420px;
  color: var(--asr-bg);
  text-decoration: none;
  background: #173d6b;
}

.conversation-card:hover {
  color: var(--asr-bg);
}

.conversation-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.cc-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4;
    background: #bf2f1d;
    color: var(--asr-bg);
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.cc-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
    background: #173d6b;
    transform: translateY(calc(100% - 105px));
    transition: transform 0.45s ease;
    border-top: 2px solid var(--asr-bg);
}

.cc-inner {
  width: 100%;
  padding: 60px 25px 35px 25px;
}

.cc-inner-heading {
  padding: 35px;
  width: 100%;
}

.cc-inner-heading h3 {
  color: var(--asr-bg) !important;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: 600;
}

.cc-inner p {
  color: var(--asr-bg);
  margin: 0;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.35s ease;
  max-width: 92%;
  padding-bottom: 52px;
}

.cc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.35s ease;
  border: 1px solid var(--asr-bg);
  color: var(--asr-bg);
  background: transparent;
  width: max-content;
}

.conversation-card:hover .cc-content {
  transform: translateY(0);
}

.conversation-card:hover .cc-inner p,
.conversation-card:hover .cc-btn {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .conversation-card {
    min-height: 420px;
  }

  .cc-content {
    transform: translateY(calc(100% - 105px));
  }

  .conversation-card:hover .cc-content {
    transform: translateY(0);
  }

  .cc-inner p,
  .cc-btn {
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (max-width: 767px) {
  .conversation-card {
    min-height: 380px;
  }

  .cc-inner-heading {
    padding: 24px;
  }

  .cc-inner-heading h3 {
    font-size: 24px;
  }

  .cc-inner {
    padding: 78px 20px 30px 20px;
  }

  .cc-inner p {
    max-width: 100%;
    font-size: 0.95rem;
    padding-bottom: 40px;
  }

  .cc-btn {
    margin-top: 16px;
  }
}

@media (max-width: 575px) {
  .conversation-card {
    min-height: 360px;
  }

  .cc-inner-heading h3 {
    font-size: 22px;
  }

  .cc-content {
    transform: translateY(calc(100% - 95px));
  }

  .conversation-card:hover .cc-content {
    transform: translateY(0);
  }
}

/* NEWS ====================================================== */

.news-card {
  background: var(--asr-bg-soft);
  border: 1px solid var(--asr-border);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.35s var(--asr-transition);
  box-shadow: var(--asr-shadow-lg);
}
.news-card.news-fontpage {
  box-shadow: none;
}
.news-image,
.news-image.newsletter-image {
  display: block;
  width: 100%;
  height: 235px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}


.news-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--asr-shadow-lg);
  border-color: transparent;
}

.news-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--asr-red);
  color: var(--asr-bg);
  padding: 0.3rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

article.news-card.news-fontpage .news-body {
  border: 2px solid var(--asr-navy);
}

.news-body {
  padding: 1.25rem 1.5rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.news-head.newsletter-head {
  margin-bottom: 3.5rem;
}
.news-head.newsletter-head h3 a {
  color: var(--asr-navy);
  font-size: 24px;
  font-weight: 700;
}
.news-body h3 {
  font-size: 27px;
  margin: 0;
  font-weight: 400;
  flex: 1;
  min-width: 0;
}

.news-body h3 a {
  color: var(--asr-navy);
  font-size: 24px;
}

.news-body h3 a:hover {
  color: var(--asr-yellow-dark);
}

.news-date {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--asr-text-muted);
  white-space: nowrap;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.news-body p {
  color: var(--asr-text-muted);
  /* font-size: 0.9rem; */
  flex: 1;
  margin-top: 0.75rem;
}
a.hero-btn.news-btn {
  color: var(--asr-navy);
  border-color: var(--asr-navy);
}

.news-more {
  color: var(--asr-navy);
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  align-self: flex-start;
}

.news-more:hover {
  color: var(--asr-yellow-dark);
}

/* REASERCH ================================================ */
.asr-research {
  padding: 3rem 0;
  background: var(--asr-bg);
}

.research-item {
  display: block;
}

.about-content__inner.research-content_inner {
  border-bottom: 1px solid var(--asr-navy);
  padding-bottom: 3.7rem;
}
.research-card {
  background: var(--asr-bg-soft);
  padding: 34px;
  height: 100%;
  transition: 0.35s;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
}

.research-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: #e4e4e4;
}

.research-date {
  display: inline-block;
  align-self: flex-start;
  background: var(--asr-red);
  color: var(--asr-bg);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.research-card h3 {
  margin-bottom: 22px;
  line-height: 1.15;
  font-size: 2.3rem;
}

.research-card h3 a {
  color: var(--asr-navy);
  text-decoration: none;
}

.research-card h3 a:hover {
  color: var(--asr-yellow);
}

.research-card p {
  color: var(--asr-navy);
  line-height: 1.8;
  margin-bottom: 40px;
  flex: 1;
}

.research-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--asr-navy);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.research-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 85px;
  height: 2px;
  background: #173d6b;
  transition: 0.3s;
}

.research-link:hover {
  color: var(--asr-yellow);
}

.research-link:hover::after {
  width: 120px;
}

.research-link i {
  font-size: 1.2rem;
}

/* Training page ================================================ */
#training-programs.asr-programs {
  padding-bottom: 0;
}

#training-programs.asr-programs .container {
  border-bottom: 1px solid var(--asr-navy);
  padding-bottom: 100px;
}

#training-programs .asr-programs-grid {
  margin-top: 10px;
  align-items: stretch;
}

#training-programs .program-card {
  height: 100%;
  min-height: 350px;
  padding: 34px 36px;
  display: flex;
}

#training-programs .program-card-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#training-programs .program-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

#training-programs .program-card-body {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

#training-programs .program-card-footer {
  margin-top: auto;
}

#training-programs .program-card-title {
  font-size: 25px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
  max-width: 75%;
}

#training-programs .program-card-excerpt {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: 90%;
}

#training-programs .program-card-dark {
  background: var(--asr-navy);
}

#training-programs .program-card-light {
  background: var(--asr-bg-soft);
}

#training-programs .program-card-dark .program-card-title,
#training-programs .program-card-dark .program-card-excerpt {
  color: var(--asr-bg);
}

#training-programs .program-card-light .program-card-title,
#training-programs .program-card-light .program-card-excerpt {
  color: var(--asr-navy);
}

#training-programs .program-badge {
  flex-shrink: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  font-family: var(--main-heading);
  font-weight: 700;
}

#training-programs .badge-light-blue {
  background: var(--asr-bg);
  color: var(--asr-green);
  border-color: var(--asr-bg);
}

#training-programs .badge-transparent-red {
  background: transparent;
  color: var(--asr-red);
  border-color: var(--asr-navy);
}

#training-programs .badge-light-red {
  background: var(--asr-bg);
  color: var(--asr-red);
  border-color: var(--asr-bg);
}

#training-programs .program-card-light a.asr-btn-outline.program-feature-link {
  color: var(--asr-navy) !important;
  border-color: var(--asr-navy);
}
#training-programs a.asr-btn-outline.program-feature-link {
  background: transparent;
  border: 2px solid;
}

@media (max-width: 991px) {
  #training-programs .program-card {
    min-height: 320px;
    padding: 28px;
  }

  #training-programs .program-card-title {
    max-width: 100%;
    font-size: 26px;
  }

  #training-programs .program-card-excerpt {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  #training-programs .program-card-head {
    flex-direction: column;
  }

  #training-programs .program-badge {
    align-self: flex-start;
  }
}

/* EVENT PAGE ================================================ */

.events-section {
  padding: 80px 0;
  background: var(--asr-bg);
}

.events-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.event-filter {
  display: flex;
  gap: 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.event-filter button {
  background: var(--asr-bg);
  color: var(--asr-navy);
  border: 1px solid var(--asr-navy);
  padding: 12px 28px;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 15px;
  font-weight: 600;
}

.event-filter button:hover,
.event-filter button.active {
  background: var(--asr-navy);
  color: var(--asr-bg);
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.event-card {
    display: grid;
    grid-template-columns: minmax(320px, 420px) 1fr;
    gap: 40px;
    align-items: stretch;
    background: var(--asr-bg-soft);
    overflow: hidden;
    padding: 29px;
}

.event-image {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.event-card:hover img {
  transform: scale(1.03);
}

.event-content {
  display: flex;
  flex-direction: column;
  /* padding: 35px; */
  min-width: 0;
}

.event-date {
  display: inline-block;
  align-self: flex-start;
  background: var(--asr-red);
  color: var(--asr-bg) !important;
  font-size: 13px !important;
  padding: 8px 14px;
  margin-bottom: 18px;
}

.event-content h2 {
  color: #173b72;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.event-content p {
  line-height: 1.8;
  margin-bottom: 30px;
}

.event-content a {
  color: var(--asr-navy);
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.event-content a:hover {
  color: var(--asr-red);
}

@media (max-width: 992px) {
  .event-card {
    grid-template-columns: 1fr;
  }

  .event-image {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .event-filter {
    flex-wrap: wrap;
  }

  .event-content h2 {
    font-size: 26px;
  }

  .event-content {
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .events-section {
    padding: 60px 0;
  }

  .event-image {
    height: 250px;
  }

  .event-content {
    padding: 18px;
  }
}

/* =====================================
   HAPPENING SOON SECTION
===================================== */

.asr-happening-section {
  background: var(--asr-bg);
}

/* Divider */

.asr-happening-grid {
  border-top: 2px solid var(--asr-navy);
  padding-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 45px;
}

/* Card */

.asr-happening-card {
  display: flex;

  align-items: flex-start;

  gap: 25px;
}

/* Image */

.asr-happening-image {
  width: 200px;

  flex-shrink: 0;
}

.asr-happening-image img {
  width: 100%;

  height: 112px;

  object-fit: cover;

  display: block;

  border: 1px solid #d5d5d5;
}

/* Content */

.asr-happening-content {
  padding-top: 5px;
}

.asr-happening-type {
  display: block;

  font-size: 15px;

  color: #111;

  margin-bottom: 14px;
}

.asr-happening-heading {
  font-size: 18px;

  line-height: 1.35;

  font-weight: 700;

  color: #173b72;

  margin: 0 0 15px;
}

.asr-happening-date {
  font-size: 15px;

  color: #222;
}

/* Responsive */

@media (max-width: 900px) {
  .asr-happening-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .asr-happening-card {
    flex-direction: column;
  }

  .asr-happening-image {
    width: 100%;
  }

  .asr-happening-image img {
    height: auto;
  }

  .asr-happening-title {
    font-size: 36px;
  }
}

/* OUR PARTNERS ================================================ */
.asr-partners {
  padding: 4rem 0;
  background: var(--asr-bg);
}

.partner-grid {
  border-top: 2px solid #29497d;
  border-left: 2px solid #29497d;
}

.partner-col {
  padding: 0;
}

.partner-card {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background: var(--asr-bg);
  border-right: 2px solid #29497d;
  border-bottom: 2px solid #29497d;
  transition: 0.35s;
}

.partner-logo {
  max-width: 220px;
  max-height: 95px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: 0.35s;
}

.partner-card:hover .partner-logo {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .partner-card {
    height: 220px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .partner-card {
    height: 180px;
    padding: 22px;
  }

  .partner-logo {
    max-width: 170px;
  }
}

/* CONTACT US ================================================ */
.asr-contact-section {
  padding: 100px 0;

  background: var(--asr-bg);
}

.asr-contact-content {
  /* position:relative; */

  padding-right: 50px;

  min-height: 500px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.asr-contact-title {
  color: var(--asr-navy);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 2;
  font-size: 35px;
}

.asr-contact-text {
  font-size: 1.3rem;

  color: var(--asr-navy);

  max-width: 400px;

  line-height: 1.6;

  position: relative;

  z-index: 2;
}

.asr-contact-bg-logo {
  position: absolute;
  left: 35%;
  bottom: -122px;
  transform: translateX(-50%);
  width: 69%;
  pointer-events: none;
  z-index: 1;
}

/*=========================
FORM
=========================*/

.asr-contact-form {
  padding-left: 40px;
}

.cf7-row {
  display: flex;

  gap: 20px;
}

.cf7-col {
  flex: 1;
}
.asr-contact-form br {
  display: none !important;
}

.asr-contact-form label {
  display: block;

  color: var(--asr-navy);

  font-size: 0.95rem;

  font-weight: 500;

  margin-bottom: 10px;
}

.asr-contact-form label span {
  color: #98a2b3;

  margin-left: 6px;

  font-size: 0.85rem;
}

.asr-contact-form input,
.asr-contact-form textarea {
  width: 100%;

  border: 1px solid #d7dce4;

  background: var(--asr-bg);

  padding: 15px 18px;

  font-size: 1rem;

  color: #183d73;

  transition: 0.3s;
}

.asr-contact-form textarea {
  height: 170px;

  resize: none;
}

.asr-contact-form input:focus,
.asr-contact-form textarea:focus {
  outline: none;

  border-color: var(--asr-navy);
}

.asr-submit {
    color: var(--asr-bg) !important;
    background-color: var(--asr-navy) !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;
    font-size: 1.125em !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.asr-submit-icon::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/Vector.png) no-repeat center center;
    background-size: contain;
}

.asr-submit:hover {
  background: var(--asr-yellow);

  color: var(--asr-navy);
}

/* Remove CF7 default wrapper spacing */

.wpcf7 p {
  margin: 0 0 24px;
}

.wpcf7-spinner {
  display: none;
}

/*=========================
Responsive
=========================*/

@media (max-width: 991px) {
  .asr-contact-content {
    padding-right: 0;

    min-height: auto;

    margin-bottom: 40px;
  }

  .asr-contact-form {
    padding-left: 0;
  }

  .cf7-row {
    flex-direction: column;

    gap: 0;
  }

  .asr-contact-title {
    font-size: 2.3rem;
  }

  .asr-contact-bg-logo {
    width: 220px;
  }
}

/* PODCAST ================================================ */
.asr-podcast {
    padding: 90px 0;
}

.podcast-item {
    padding: 60px 0;
    border-bottom: 2px solid #000;
}

div#podcast-posts {
    border-top: 2px solid #000;
}

.podcast-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.podcast-image {
    background: var(--asr-bg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    width: 100%;
}

.episode-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--asr-red);
    min-width: 60px;
}

.podcast-title {
    font-size: 34px;
    margin: 0;
}

.podcast-body {
    align-items: flex-start;
    gap: 30px;
}

.podcast-excerpt {
    line-height: 1.8;
    /* margin-bottom: 10px; */
    display: block;
}


.excerpt-ellipsis {
    margin-right: 4px;
}

.toggle-excerpt,
.show-less {
    color: var(--asr-red);
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.toggle-excerpt:hover,
.show-less:hover {
    color: var(--asr-navy);
}

.podcast-full-content {
    display: none;
    margin-top: 12px;
    line-height: 1.8;
}

.podcast-full-content p{
      line-height: 1.8;
    margin-bottom: 10px;
}

.podcast-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 92px;
    padding: 14px 24px;
    border: 2px solid var(--asr-navy);
    color: var(--asr-navy);
    text-decoration: none;
}

.meta {
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--asr-navy);
    width: fit-content;
    border-bottom: 2px solid var(--asr-red);
}

.podcast-image img {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 15px;
    object-fit: contain;
    padding: 20px 0;
}
.player iframe {
    width: 100%;
    height: 190px;
    border-radius: 16px;
}

.load-more-wrap {
    margin-top: 40px;
}

.load-more-btn {
    border-bottom: 2px solid var(--asr-navy) !important;
    background: transparent;
    color: var(--asr-navy);
    cursor: pointer;
    border: transparent;
}
.load-more-btn:hover{
    color:var(--asr-navy);
}




/* NEWSLETTER ================================================ */

/* NEWSLETTER ================================================ */
.asr-newsletter {
  padding: 3rem 0;
  background: var(--asr-bg);
}

.newsletter-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 186px;
  border: 2px solid var(--asr-navy);
  background: var(--asr-bg);
  overflow: hidden;
}

.newsletter-badge {
  width: 236px;
  min-width: 236px;
  background: var(--asr-navy);
  color: var(--asr-bg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 2rem 2rem 3rem;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 160px;
}

.newsletter-badge span {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 400;
  color: var(--asr-bg);
  font-family: var(--main-heading);
}

.newsletter-center {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 0 2rem 0 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}

.newsletter-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 400;
    color: var(--asr-navy);
    font-family: var(--font-body);
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

.newsletter-logo {
  width: 150px;
  height: auto;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}

.newsletter-form input {
  display: none;
}

.asr-btn-outline {
  background: var(--asr-navy);
  color: var(--asr-bg) !important;
}

/* .asr-btn-outline:hover {
    background: var(--asr-navy);
    color: var(--asr-bg);
    transform: none;
} */

.newsletter-arrow {
  font-size: 1.2rem;
  line-height: 1;
}

@media (max-width: 1200px) {
  .newsletter-title {
    font-size: 1.3rem;
  }
  .newsletter-logo {
    width: 120px;
  }
}

@media (max-width: 991px) {
  .newsletter-wrap {
    flex-direction: column;
    min-height: auto;
  }

  .newsletter-badge {
    width: 100%;
    min-width: 0;
  }

  .newsletter-badge::after {
    right: -110px;
  }

  .newsletter-center {
    width: 100%;
    padding: 0 2rem 0 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .newsletter-title {
    white-space: normal;
    font-size: 2rem;
  }

  .newsletter-form {
    width: 100%;
    justify-content: flex-end;
    padding: 0 2rem 2rem;
  }
}

@media (max-width: 575px) {
  .newsletter-center {
    padding: 0 1.25rem;
  }

  .newsletter-title {
    font-size: 1.6rem;
  }

  .newsletter-logo {
    width: 110px;
  }

  .newsletter-form {
    padding: 0 1.25rem 1.25rem;
  }
}
/* PAGINATION NAV */
.asr-paginated-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 90px;
}

.news-nav-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #9aa3ad;
  background: var(--asr-bg);
  color: var(--asr-navy);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.news-nav-btn:hover:not(:disabled) {
  background: var(--asr-navy);
  color: var(--asr-bg);
  border-color: var(--asr-navy);
  transform: translateY(-1px);
}

.news-nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.news-nav-btn span {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.asr-pagination-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 12px;
}

.asr-pagination-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: #ccc;
    padding: 0;
    cursor: pointer;
    transition: background 200ms ease, transform 200ms ease;
}

.asr-pagination-dots button.active,
.asr-pagination-dots button:hover {
    background: #333; /* active / hover color */
    transform: scale(1.1);
}

.asr-pagination-dots button:focus {
    outline: 2px solid #333;
    outline-offset: 2px;
}

/* FOOTER ==================================================== */
.site-footer {
  overflow: hidden;
  border-top: 1.3px solid var(--asr-navy);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 4rem;
}

/******************************
TOP
******************************/

.footer-top {
  position: relative;
  background: var(--asr-bg);
  padding: 80px 0;
}

.footer-pattern {
  position: absolute;
  /* inset: 0; */
  background: url("../images/ASR-patterns.pdf 1.png") no-repeat top center;
  background-size: contain;
  pointer-events: none;
  width: 76%;
  /* left: 218px; */
  height: 100%;
  top: 0;
  right: 40px;
}
.footer-grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 320px 1fr 350px;
  gap: 80px;
  align-items: center;
}

/******************************
LOGO
******************************/

.footer-logo img {
  width: 60%;
  max-width: 100%;
}

/******************************
LINKS
******************************/

.footer-links h3 {
  color: var(--asr-navy);
  font-size: 35px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.footer-links h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;

  width: 180px;
  height: 3px;
  background: var(--asr-yellow);
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.links-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.links-grid a {
  color: var(--asr-navy);
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}

.links-grid a:hover {
  color: #e5b100;
}

/******************************
CONTACT
******************************/

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.socials {
  display: flex;
  gap: 18px;
}

.socials a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #173e74;

  display: flex;
  justify-content: center;
  align-items: center;

  color: var(--asr-bg);
  text-decoration: none;
  font-size: 22px;
}

.socials a:hover{
  background: var(--asr-green);
}

.footer-contact a {
  color: var(--asr-navy);
  font-size: 20px;
  text-decoration: none;
}
.footer-contact a i {
  color: var(--asr-bg);
}

/******************************
BOTTOM
******************************/

.footer-bottom {
  background: #173e74;
  color: var(--asr-bg);
  padding: 20px 0;
}

.bottom-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.bottom-grid p {
  margin: 0;
  font-size: 20px;
}

.bottom-grid a {
  color: var(--asr-bg);
  text-decoration: none;
  font-size: 20px;
}
.bottom-grid a:hover{
  color: var(--asr-yellow);
}

/******************************
RESPONSIVE
******************************/

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .footer-contact {
    align-items: center;
  }

  .links-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bottom-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
/* PAGES ===================================================== */
.asr-single,
.asr-page,
.asr-archive,
.asr-404 {
  padding: 3rem 0;
}
.asr-single-post{
    background:#f5f7fb;
    color:var(--asr-bg);
}

.asr-single-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 100%;
}


.asr-cat-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:18px;
}


.asr-single-info{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    opacity:.9;
    margin-bottom:18px;
}

.asr-single-excerpt {
    max-width: 820px;
    font-size: 1.2rem;
    margin: 0 0 20px;
}

.asr-social-links{
    display:flex;
    gap:12px;
}

.asr-social-links a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.35);
    color:var(--asr-bg);
    text-decoration:none;
    transition:.25s ease;
}

.asr-social-links a:hover{
    background:var(--asr-bg);
    color:var(--asr-bg);
    transform:translateY(-2px);
}

.asr-single-content-wrap{
    padding:60px 0 80px;
}

.asr-single-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.7fr) minmax(300px, .9fr);
    gap:40px;
    align-items:start;
}

.asr-single-grid--full{
    grid-template-columns:1fr;
}

.asr-single-content{
    background:var(--asr-bg);
    box-shadow:var(--asr-shadow);
    overflow:hidden;
}

.asr-single-featured{
    margin:0;
}

.asr-single-featured img{
    width:100%;
    height:auto;
    display:block;
}

.asr-entry-content{
    padding:36px;
    font-size:1.03rem;
    line-height:1.9;
}

/* .asr-entry-content h2,
.asr-entry-content h3,
.asr-entry-content h4{
    color:var(--asr-bg);
    line-height:1.25;
    margin-top:1.6em;
} */

.asr-entry-content p{
    margin-bottom:1.2em;
}

/* .asr-entry-content a{
    color:#1f4b80;
    text-decoration:underline;
    text-underline-offset:3px;
} */

.asr-single-sidebar{
    position:sticky;
    top:24px;
}

.asr-sidebar-card {
    background: var(--asr-bg);
    box-shadow: var(--asr-shadow);
    padding: 28px;
    color: var(--asr-green);
}

.asr-sidebar-card h3{
    margin:0 0 22px;
    font-size:1.5rem;
    color:var(--asr-navy);
}

.asr-related-list{
    display:grid;
    gap:16px;
}

.asr-related-item a{
    display:block;
    padding:16px 0;
    border-bottom:1px solid rgba(25,58,100,.12);
    text-decoration:none;
    color:var(--asr-bg);
    transition:.25s ease;
}

.asr-related-item a:hover{
    transform:translateX(4px);
    color:#1f4b80;
}

.asr-related-date{
    display:block;
    font-size:13px;
    color:#6d7f96;
    margin-bottom:6px;
}

.asr-related-item h4{
    margin:0;
    font-size:1.05rem;
    line-height:1.5;
}

.asr-other-stories{
    padding:30px 0 80px;
}

.asr-other-carousel-wrap{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.asr-other-carousel{
    width:100%;
}

.asr-carousel-viewport{
    overflow:hidden;
    width:100%;
}

.asr-carousel-track{
    display:flex;
    gap:24px;
    transition:transform .4s ease;
    will-change:transform;
}

.asr-other-card{
    flex:0 0 calc((100% - 48px) / 3);
    background:var(--asr-bg);
    box-shadow:var(--asr-shadow);
    overflow:hidden;
}

.asr-other-thumb img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.asr-other-body{
    padding:20px;
}

.asr-other-category{
    display:inline-block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:var(--asr-red);
    margin-bottom:8px;
}

.asr-other-body h3{
    font-size:1.08rem;
    line-height:1.35;
    margin:0 0 10px;
}

.asr-other-body h3 a{
    color:var(--asr-navy);
    text-decoration:none;
}

.asr-other-body p{
    margin:0;
    color:#5f6d7f;
    line-height:1.7;
}

.asr-carousel-controls{
    display:flex;
    justify-content:center;
    gap:12px;
}

.asr-carousel-btn {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(25,58,100,.15);
    background: var(--asr-bg);
    color: var(--asr-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    flex: 0 0 auto;
    cursor: pointer;
}

.asr-carousel-btn:disabled{
    opacity:.4;
    cursor:not-allowed;
}

@media(max-width:1200px){
    .asr-other-card{
        flex-basis:calc((100% - 24px) / 2);
    }
}

@media(max-width:991px){
    .asr-single-grid{
        grid-template-columns:1fr;
    }

    .asr-single-sidebar{
        position:static;
    }

    .asr-entry-content{
        padding:28px;
    }

    .asr-other-card{
        flex-basis:100%;
    }
}

@media(max-width:768px){

    .asr-sidebar-card{
        padding:22px;
    }
}
 /* EVENT-SINGLE */
 .asr-event-hero {
    position: relative;
    height: 75vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.asr-event-hero__bg{
    position:absolute;
    inset:0;
}

.asr-event-hero__bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1);
    transition:8s ease;
}

.asr-event-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(114deg, #193A64 6.5%, #1B3F6D 20.16%, #1E4576 30.9%, #224F88 44.49%, #265899 57.89%, #2C65AE 79.3%, #3375CA 106.21%);
}

.asr-single-image{
    position:absolute;
    right:40px;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    pointer-events:none;
}

.asr-event-hero .container{
    position:relative;
    z-index:2;
}

.asr-event-hero__content {
    color: var(--asr-bg);
    padding-top: 120px;
    /* max-width: 900px; */
    position: relative;
}

.asr-event-category{
    display:inline-block;
    background:var(--asr-yellow);
    color:var(--asr-navy);
    padding:8px 18px;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:2px;
    margin-bottom:24px;
}

.asr-event-hero h1{
    color:var(--asr-bg) !important;
    font-size:40px;
    line-height:1.1;
    margin-bottom:28px;
}

.asr-event-meta{
    display:flex;
    flex-wrap:wrap;
    gap:28px;
}

.asr-event-meta span{
    display:flex;
    gap:10px;
    align-items:center;
}

.asr-event-single{
    padding:90px 0;
}

.asr-event-grid{
    display:grid;
    grid-template-columns:2fr 360px;
    gap:70px;
    align-items:start;
}

.asr-event-content{
    font-size:18px;
    line-height:1.9;
}

.asr-event-content h2{
    color:var(--asr-navy);
    margin-top:50px;
}

.asr-event-content img{
    width:100%;
    height:auto;
    display:block;
}

.asr-event-sidebar{
    position:sticky;
    top:120px;
    align-self:start;
    display:flex;
    flex-direction:column;
    gap:18px;
}


.asr-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:var(--asr-green);
    color:var(--asr-bg);
    text-decoration:none;
    padding:18px;
    transition:.35s;
}

.asr-btn:hover{
    background:var(--asr-navy);
    transform:translateY(-3px);
}

.asr-btn.secondary{
    background:var(--asr-yellow);
    color:var(--asr-navy);
}

.asr-btn.outline{
    background:transparent;
    border:1px solid var(--asr-navy);
    color:var(--asr-navy);
}

.asr-event-grid.no-sidebar {
    grid-template-columns: 1fr;
    gap: 0;
}

.asr-event-grid.no-sidebar .asr-event-content {
    width: 100%;
}

@media (max-width: 991px){
    .asr-event-grid{
        grid-template-columns:1fr;
    }

    .asr-event-sidebar{
        position:static;
        top:auto;
    }
}


/* RESEARCH SINGLE */
.asr-research-single{
    background:#f5f7fb;
    color:#193a64;
}

.asr-research-banner{
    position:relative;
    padding:90px 0 70px;
    min-height:62vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        linear-gradient(120deg, rgba(10,31,61,.96) 0%, rgba(25,58,100,.94) 45%, rgba(51,117,202,.88) 100%);
}

.asr-research-banner:before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right, rgba(255,205,5,.14), transparent 28%),
        radial-gradient(circle at left bottom, rgba(255,255,255,.08), transparent 26%);
    pointer-events:none;
}

.asr-research-banner-inner{
    position:relative;
    z-index:1;
    max-width:980px;
}
.asr-research-date{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:#fff;
    margin-bottom:18px;
    font-size:.92rem;
}

.asr-research-title{
    margin:0 0 16px;
    color:#fff !important;
    font-family:var(--main-heading);
    font-size:40px;
    line-height:1.04;
    max-width:900px;
}

.asr-research-excerpt{
    margin:0 0 28px;
    max-width:820px;
    color:rgba(255,255,255,.92);
    font-size:1.08rem;
    line-height:1.85;
}

.asr-research-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.asr-report-btn,
.asr-back-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:13px 18px;
    text-decoration:none;
    transition:.25s ease;
    font-weight:600;
}

.asr-report-btn{
    background:var(--asr-yellow);
    color:#0a1f3d;
    box-shadow:0 10px 24px rgba(255,205,5,.22);
}

.asr-report-btn:hover{
    background:transparent;
    transform:translateY(-2px);
}

.asr-back-btn{
    background:rgba(255,255,255,.08);
    color:#fff;
    border:1px solid rgba(255,255,255,.18);
}

.asr-back-btn:hover{
    background:rgba(255,255,255,.14);
    transform:translateY(-2px);
}

.asr-research-content-wrap{
    padding:70px 0 90px;
}

.asr-research-article{
    background:#fff;
    box-shadow:var(--asr-shadow-lg);
    border-radius:18px;
    overflow:hidden;
}

.asr-research-featured{
    margin:0;
}

.asr-research-featured img{
    width:100%;
    height:auto;
    display:block;
}

.asr-research-content{
    padding:44px;
    font-size:1.04rem;
    line-height:1.9;
    color:#30455f;
}
h2.wp-block-heading,
.asr-research-content h2{
    position:relative;
    margin:2.4em 0 1em;
    padding-top:14px;
    color:#193a64;
    line-height:1.25;
    font-size:1.75rem;
}
.careers-content__inner h2.wp-block-heading:before{
  display: none !important;
}
h2.wp-block-heading:before,
.asr-research-content h2:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:72px;
    height:4px;
    background:var(--asr-yellow);
    border-radius:999px;
}

.asr-research-content h3,
.asr-research-content h4{
    color:#193a64;
    line-height:1.3;
    margin-top:1.8em;
}

.asr-research-content a{
    color:#1f4b80;
    text-decoration:underline;
    text-underline-offset:3px;
}

.asr-research-download-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:26px 44px 44px;
    border-top:1px solid rgba(25,58,100,.08);
    background:linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.asr-research-download-box h3{
    margin:0 0 6px;
    font-size:1.2rem;
    color:#193a64;
}

.asr-research-download-box p{
    margin:0;
    color:#63758d;
}

@media(max-width:768px){
    .asr-research-banner{
        padding:70px 2rem 55px;
        min-height:auto;
    }

    .asr-research-content{
        padding:28px;
    }

    .asr-research-download-box{
        flex-direction:column;
        align-items:flex-start;
        padding:22px 28px 28px;
    }
    .asr-research-content-wrap {
    padding: 70px 2rem 90px;
  }
  .asr-contact-title {
    font-size: 1.5rem;
  }
  .footer-logo img {
    width: 30%;
  }
  .footer-grid {
    text-align: start;
  }
  .footer-contact {
    align-items: start;
  }
  .bottom-grid {
    align-items: start;
    flex-direction: column;
    text-align: start;
  }
  .footer-grid {
    padding: 0 2rem;
  }
  section#media {
    padding: 0;
  }
  section#media h2.asr-section-title {
    padding: 0 2rem;
  }
  .asr-single-sidebar {
    padding: 0 2rem;
  }
  .asr-other-stories {
    padding: 30px 2rem 80px;
  }
}


/* ANIMATIONS ================================================ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s var(--asr-transition),
    transform 0.8s var(--asr-transition);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.15s;
}
.reveal-delay-2 {
  transition-delay: 0.3s;
}
.reveal-delay-3 {
  transition-delay: 0.45s;
}

/* RESPONSIVE ================================================ */
@media (max-width: 991px) {
  .asr-work-grid {
    grid-template-columns: 1fr;
  }
  .knowledge-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .knowledge-card.image {
    grid-row: auto;
    min-height: 240px;
  }
}
@media (max-width: 575px) {
  .asr-hero {
    min-height: 480px;
  }
  .asr-work-card-grid {
    padding: 1rem;
  }
  .newsletter-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}



/* ACCORDION STYLES */
.wp-block-esab-accordion .esab__heading_tag, .wp-block-esab-accordion .esab__subheading_tag {
    color: var(--asr-navy);
    font-weight: 900;
    font-size: 24px;
}


.wp-block-esab-accordion h3.wp-block-heading {
    font-size: 20px;
}

.esab-wmoz0o0j.wp-block-esab-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag, .esab-wmoz0o0j.wp-block-esab-accordion.nested-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag {
    color: var(--asr-navy) !important;
}

.esab-wmoz0o0j.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__active.esab__body, .esab-wmoz0o0j.wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__active.esab__body {
    border-color: var(--asr-navy) !important;
    background: var(--asr-bg-soft) !important;
}
.esab-wmoz0o0j.wp-block-esab-accordion .esab__active_accordion > .esab__head, .esab-wmoz0o0j.wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head {
    background: var(--asr-bg-soft) !important;
}
.esab-wmoz0o0j.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion, .esab-wmoz0o0j.wp-block-esab-accordion.nested-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion, .esab-wmoz0o0j.wp-block-esab-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child.esab__active_accordion, .esab-wmoz0o0j.wp-block-esab-accordion.nested-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child.esab__active_accordion {
    border-color: var(--asr-navy) !important;
}


/* QOUTE STYLES */
/* .wp-block-pullquote blockquote {
    margin: 0;
    color: var(--asr-navy);
    font-weight: bold;
}
.wp-block-pullquote {
    padding: 0em 0 !important;
}
:root :where(.wp-block-pullquote) {
    font-size: 1.2em I !important;
    line-height: 1.6;
} */

/* .wp-block-pullquote {
    padding: 2rem !important;
    margin: 3rem 0;
    background: #f8f9fb;
    border-left: 6px solid var(--asr-green);
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.wp-block-pullquote blockquote {
    margin: 0;
    color: var(--asr-navy);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7;
    font-style: italic;
}

.wp-block-pullquote cite {
    display: block;
    margin-top: 1rem;
    color: #666;
    font-size: .95rem;
    font-style: normal;
    font-weight: 600;
} */


.wp-block-pullquote {
    margin: 3rem auto;
    padding: 0 0 0 1.5rem;
    border-left: 3px solid var(--asr-green);
    background: transparent;
}

.wp-block-pullquote blockquote {
    margin: 0;
    color: var(--asr-navy);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    font-style: italic;
}

.wp-block-pullquote cite {
    margin-top: 1rem;
    display: block;
    color: #7a7a7a;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.wp-block-pullquote p {
    margin-top: 0;
    font-size: 1.1rem;
}


/* ==========================================
   Newsletter Form
========================================== */

section.newletter-section-form form {
    max-width: 100%;
    margin: 0 auto;
    font-family: var(--font-body);
}

section.newletter-section-form form p {
    margin: 0 0 1.5rem;
}

section.newletter-section-form form label {
    display: block;
    margin-bottom: 8px;
    color: var(--asr-navy);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
}

section.newletter-section-form form label span {
    color: var(--asr-red);
}


/* ==========================================
   Tom Select - Match ASR Inputs
========================================== */

section.newletter-section-form .ts-wrapper {
    width: 100%;
}

section.newletter-section-form .ts-control {
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(25, 58, 100, 0.15);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--asr-text);
    transition: all .3s var(--asr-transition);
}

section.newletter-section-form .ts-control:hover {
    border-color: rgba(25, 58, 100, .3);
}

section.newletter-section-form .ts-wrapper.focus .ts-control {
    border-color: var(--asr-yellow);
    box-shadow: 0 0 0 3px rgba(255, 205, 5, .18);
}

/* Placeholder */

section.newletter-section-form .ts-control input::placeholder {
    color: rgba(25, 58, 100, .45);
}

/* Dropdown */

section.newletter-section-form .ts-dropdown {
    border: 1px solid rgba(25,58,100,.15);
    border-top: 0;
    border-radius: 0;
    box-shadow: var(--asr-shadow);
    font-family: var(--font-body);
}

/* Options */

section.newletter-section-form .ts-dropdown .option {
    padding: 12px 18px;
    transition: .2s;
}

section.newletter-section-form .ts-dropdown .option:hover,
section.newletter-section-form .ts-dropdown .active {
    background: var(--asr-bg-soft);
    color: var(--asr-navy);
}

/* Selected item */

section.newletter-section-form .ts-control > .item {
    color: var(--asr-text);
    font-weight: 500;
}

/* Arrow */

section.newletter-section-form .ts-wrapper.single .ts-control::after {
    border-color: var(--asr-navy) transparent transparent;
    right: 18px;
}

section.newletter-section-form .ts-wrapper.single.dropdown-active .ts-control::after {
    border-color: transparent transparent var(--asr-navy);
}

/* Remove default shadow */

section.newletter-section-form .ts-control,
section.newletter-section-form .ts-dropdown {
    box-shadow: none;
}

/* ==========================================
   Inputs
========================================== */

section.newletter-section-form input[type="text"],
section.newletter-section-form input[type="email"] {
    width: 100%;
    height: 56px ;
    padding: 0 18px;
    background: #fff;
    border: 1px solid rgba(25, 58, 100, 0.15);
    border-radius: 0;
    color: var(--asr-text);
    font-family: var(--font-body);
    font-size: 1rem;
    transition: all .3s var(--asr-transition);
    appearance: none;
}

section.newletter-section-form input::placeholder {
    color: rgba(25, 58, 100, 0.45);
}

section.newletter-section-form input:focus,
section.newletter-section-form select:focus {
    outline: none;
    border-color: var(--asr-yellow);
    box-shadow: 0 0 0 3px rgba(255, 205, 5, .18);
}

/* ==========================================
   Select
========================================== */



/* ==========================================
   Checkbox Groups
========================================== */

section.newletter-section-form label:has(input[type="checkbox"]) {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-weight: 400;
    cursor: pointer;
}

section.newletter-section-form input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 2px solid rgba(25, 58, 100, .25);
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    transition: .25s;
    flex-shrink: 0;
}

section.newletter-section-form input[type="checkbox"]:hover {
    border-color: var(--asr-yellow);
}

section.newletter-section-form input[type="checkbox"]:checked {
    background: var(--asr-yellow);
    border-color: var(--asr-yellow);
    position: relative;
}

section.newletter-section-form input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--asr-navy);
    font-size: 14px;
    font-weight: bold;
}

section.newletter-section-form p:has(input[type="checkbox"]) {
    padding: 24px;
    background: var(--asr-bg-soft);
    border: 1px solid rgba(25, 58, 100, .08);
}

/* ==========================================
   Submit Button
========================================== */

section.newletter-section-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border: none;
    border-radius: 0;
    background: var(--asr-navy);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s var(--asr-transition);
}

section.newletter-section-form input[type="submit"]:hover {
    background: var(--asr-yellow);
    color: var(--asr-navy);
    transform: translateY(-2px);
}

section.newletter-section-form input[type="submit"]:active {
    transform: translateY(0);
}

/* ==========================================
   Mobile
========================================== */

@media (max-width: 768px) {

    section.newletter-section-form form {
        padding: 0 16px;
    }

    section.newletter-section-form input[type="text"],
    section.newletter-section-form input[type="email"],
    section.newletter-section-form select {
        height: 52px;
    }

    section.newletter-section-form p:has(input[type="checkbox"]) {
        padding: 18px;
    }
}


/* responsive */
@media (max-width: 1100px){
  div#navbarASR {
      flex-direction: row-reverse;
  }
  .mega-asr-menu-links ul.mega-sub-menu {
    padding: 0 !important;
    flex-direction: column;
  }
  .asr-submenu-text {
    font-size: 1rem;
  }
h4.mega-block-title {
    display: none !important;
}
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
    top: initial;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 10px;
  }
  .asr-submenu-num {
    font-size: 17px;
  }
  .news-head {
    align-items: start;
    flex-direction: column;
  }
  .news-body h3 a {
    font-size: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 7px 15px;
  }
  
}

@media (max-width:768px) {
  .navbar-brand img {
    height: 30px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 30px !important;
    height: 3px !important;
  }
  img.trp-flag-image {
    display: none !important;
  }
  span.trp-language-item-name {
    font-size: 15px !important;
    font-weight: 600;
  }
  .knowledge-right {
    min-height: unset;
  }
  .knowledge-bottom {
    grid-template-columns: 1fr;
  }
  .impact-label {
    font-size: 18px;
  }
  .counter {
    font-size: 55px;
  }
  .impact-suffix svg {
    width: 20px;
    height: 20px;
  }
  .asr-work-header {
    align-items: start;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .asr-work-header .asr-section-title {
    padding: 3rem 0% 1rem;
  }
  .program-feature p {
    font-size: 1.1rem;
  }
  .knowledge-bottom {
    gap: 32px;
  }
  .knowledge-right {
    margin: 32px 0;
  }
  section#about {
    margin-bottom: -90px;
  }
  .newsletter-badge {
    width: 236px;
    min-width: 236px;
  }
  .newsletter-center {
    margin-top: 1rem;
  }
  .newsletter-title {
    font-size: 1.2rem;
  }
  .newsletter-logo {
    display: none;
  }
  .newsletter-form {
      margin: 2rem 0;
      justify-content: flex-start;
      padding: initial;
  }
  #training-programs .asr-programs-grid .col-md-6 {
    margin-bottom: 2rem;
  }
}

@media (max-width:576px) {
  section#about,
  section.hero-slider{
    padding: unset !important;
  }
  .asr-knowledge,
  .asr-conversations {
    padding: 2rem;
  }
  section {
      padding: 2rem;
  }
  
  article.news-card.news-fontpage.reveal.in-view {
    margin: 0 32px;
  }
  .focus-title {
    font-size: 1.2rem;
  }
  .focus-number {
    font-size: 1.5rem;
  }
  .about-banner__arc, .inside-banner__arc {
      width: 180px;
  }
  .asr-research {
    padding: 3rem 2rem; 
  }
  h2.asr-section-title.focus-area-title {
    padding: 0 2rem;
  }
  .asr-flip-card-front,
  .asr-flip-card-back {
   overflow-y: scroll !important;
  }
}



