/**
* Template Name: Lumia - v4.9.1
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* Common */

:root {
  --primary_font: 'Bubblegum Sans';
  --secondary_font: 'open sans';
  --tertiary_font: 'sans-serif';
  --fourth_font: 'Poppins';
  --fifth_font: 'Inter';
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: var(--primary_font) !important; */
  color: #444444;
}
  a {
    font-family: var(--secondary_font) !important;
  }
  b, strong, .card-header {
    font-family: var(--primary_font) !important;
  }
  p, .step-num {
    font-family: var(--secondary_font) !important;
  }
  .contact-list {
    font-family: var(--secondary_font) !important;
  }
  span, label, button {
      font-family: var(--secondary_font) !important;
  }

  .heroheading span, h2 span {
      font-family: inherit !important;
  }
  /* h5 {
    font-family: var(--secondary_font) !important;
  } */

.header-badge {
  /* font-family: var(--tertiary_font) !important; */
}

.breadcrumb-item.active {
  font-family: var(--secondary_font);
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary_font);
}



/* Ensure active sub-menu links have visibility (e.g., color change) */
#navbar ul ul a.active {
    color: #5faee3; /* Replace with your theme's active primary color */
    /* font-weight: 600; */
}

/* Optional: Keep the parent dropdown visible or highlighted while viewing a child page */
#navbar li.dropdown.active > a {
    color: #5faee3; 
}







/* footer */


  :root{
    --ink-1:#1F2937;      /* headings / strong text */
    --ink-2:#6B7280;      /* body / link text */
    --ink-3:#9CA3AF;      /* muted small print */
    --line:#EAECEF;
    --link:#3498db;
    --link-hover:#5faee3;
    --blue:#0B74FF;
    --green:#26B573;
    --ease:cubic-bezier(.16,1,.3,1);
  }

  #bf-footer *{ box-sizing:border-box; }
  #bf-footer{
    /* font-family:'Open Sans',sans-serif; */
    font-family: var(--primary_font);
    -webkit-font-smoothing:antialiased;
    color:var(--ink-2);
    background:#fff;
  }
  #bf-footer h4{ font-family: var(--primary_font); }

  #bf-footer .reveal{
    opacity:1;
    transform:translateY(14px);
    transition:opacity .7s var(--ease), transform .7s var(--ease);
  }
  #bf-footer .reveal.is-visible{ opacity:1; transform:translateY(0); }
  @media (prefers-reduced-motion:reduce){
    #bf-footer .reveal{ opacity:1; transform:none; transition:none; }
  }


  #bf-footer.site-footer{
    padding:80px 24px 0;
  }

  #bf-footer .footer-shell{
    max-width:1280px;
    margin:0 auto;
  }

  #bf-footer .footer-grid{
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1fr;
    gap:40px;
    padding-bottom:56px;
  }

  /* brand column */
  #bf-footer .brand-logo{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    text-decoration:none;
  }
  #bf-footer .brand-mark{
    width:34px;height:34px;
    border-radius:9px;
    background:linear-gradient(135deg, var(--blue), #1E4FD6);
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
  }
  #bf-footer .brand-mark svg{ width:17px; height:17px; }
  #bf-footer .brand-name{
    font-family: var(--primary_font);
    font-size:22px;
    color:var(--ink-1);
  }
  #bf-footer .brand-desc{
    font-size:14.5px;
    line-height:1.6;
    color:var(--ink-2);
    max-width:280px;
    margin:0 0 22px;
  }
  #bf-footer .social-row{ display:flex; gap:16px; }
  #bf-footer .social-icon{
    color:var(--ink-2);
    display:flex;
    transition:color .25s var(--ease), transform .25s var(--ease);
  }
  #bf-footer .social-icon svg{ width:19px; height:19px; }
  #bf-footer .social-icon:hover{ color:var(--blue); transform:translateY(-2px); }

  /* link columns */
  #bf-footer .col-title{
    font-size:17px;
    font-weight:400;
    color:var(--ink-1);
    margin:0 0 20px;
  }
  #bf-footer .link-list{
    list-style:none;
    margin:0; padding:0;
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  #bf-footer .link-list a{
    color:var(--ink-2);
    text-decoration:none;
    font-size:14.5px;
    transition:color .25s var(--ease);
  }
  #bf-footer .link-list a:hover{ color:var(--link-hover); }

  /* contact column reads as plain text/links, same rhythm as the other columns */
  #bf-footer .contact-list{
    list-style:none;
    margin:0; padding:0;
    display:flex;
    flex-direction:column;
    gap:14px;
    font-size:14.5px;
    line-height:1.6;
  }
  #bf-footer .contact-list li{ color:var(--ink-2); }
  #bf-footer .contact-list a{ color:var(--link); text-decoration:none; transition:color .25s var(--ease); }
  #bf-footer .contact-list a:hover{ color:var(--link-hover); }

  /* bottom bar */
  #bf-footer .footer-bottom{
    border-top:1px solid var(--line);
    padding:26px 0 32px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:14px;
    font-size:13.5px;
    color:var(--ink-3);
  }
  #bf-footer .bottom-links{ display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
  #bf-footer .bottom-links a{
    color:var(--ink-3);
    text-decoration:none;
    transition:color .25s var(--ease);
  }
  #bf-footer .bottom-links a:hover{ color:var(--ink-1); }

  @media (max-width:1080px){
    #bf-footer .footer-grid{ grid-template-columns:1fr 1fr; row-gap:40px; }
  }
  @media (max-width:640px){
    #bf-footer.site-footer{ padding:60px 20px 0; }
    #bf-footer .footer-grid{ grid-template-columns:1fr; text-align:center; row-gap:36px; }
    #bf-footer .brand-logo, #bf-footer .social-row{ justify-content:center; }
    #bf-footer .brand-desc{ margin-left:auto; margin-right:auto; }
    #bf-footer .footer-bottom{ flex-direction:column; text-align:center; }
  }








/* Section titles */
/* .section-heading,
.section-title h2,
.sec-tag,
.section-label {
  font-family: "Bubblegum Sans", cursive;
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  /* height: 60px; */
  transition: all 0.5s;
  z-index: 997;
  background: transparent;
  box-shadow: none;
  /* padding: 12px 20px; */
  /* top: 16px; */
}

#header.header-scrolled {
  background: transparent;
}

/* Floating pill container */
#header .container {
  background: rgba(255, 255, 255);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 16px 20px;
  box-shadow: 0 18px 24px rgba(0,0,0,.2), 0 4px 4px rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,0.7);
  max-width: 1200px;
  transition: all 0.3s;
}

#header .container:hover {
  box-shadow: 0 8px 32px rgba(52,152,219,0.15), 0 2px 8px rgba(0,0,0,0.08);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 48px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  /* font-family:'Open Sans',sans-serif; */
  font-family: var(--primary_font);
  font-weight: 200;
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #3498db;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav uses Open Sans */
.navbar a,
.navbar a:focus {
  font-family: var(--secondary_font);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  overflow: visible;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  overflow: visible;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /* font-family: "Poppins", sans-serif; */
  font-family: var(--secondary_font);
  font-size: 14px;
  color: #4f5a62;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3498db;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.navbar .publications-popover {
  position: relative;
}

.navbar .publications-popover-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150%;
  width: min(910px, calc(100vw - 40px));
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(52, 152, 219, 0.16);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transition: 0.25s ease;
}

.navbar .publications-popover-panel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  filter: drop-shadow(0 -1px 0 rgba(52, 152, 219, 0.16));
}

.navbar .publications-popover:hover > .publications-popover-panel,
.navbar .publications-popover:focus-within > .publications-popover-panel,
.navbar .publications-popover.is-open > .publications-popover-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.publications-popover-header {
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(52, 152, 219, 0.16);
}

.publications-popover-header span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6b7280;
  /* font-family: "Poppins", sans-serif; */
  font-family: var(--secondary_font);
}

.publications-popover-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.publications-popover-column {
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #edf2f7;
  border-radius: 14px;
  min-width: 0;
}

.publications-popover-column b {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #3498db;
  font-family: var(--secondary_font) !important;
}

.publications-popover-column h6 {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4f5a62;
  font-weight: 700;
  /* font-family: "Poppins", sans-serif; */
  font-family: var(--secondary_font);
}

.publications-popover-column a {
  display: block;
  width: 100%;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 500;
  color: #384046;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  /* font-family: "Poppins", sans-serif; */
  font-family: var(--secondary_font);
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.publications-popover-column a:hover,
.publications-popover-column a.active {
  color: #3498db;
}

@media (max-width: 991px) {
  .navbar .publications-popover-panel {
    position: static;
    width: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    margin-top: 10px;
    padding: 20px;
  }

  .publications-popover-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 640px) {
  .publications-popover-grid {
    grid-template-columns: 1fr;
  }
}


/* .contact-btn-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 50px;
  background: #000000ef;
  font-size: 14px;
}

.contact-btn-nav:hover{
  background: #000000b4;

}

.contact-btn-nav > a{
  color: rgb(255, 255, 255);
  text-decoration: none;
} */


/* ================================
   CONTACT BUTTON
================================ */

.contact-btn-nav{
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-btn-nav > a{

    position:relative;
    overflow:hidden;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:10px 22px;

    border-radius:999px;

    text-decoration:none;

    font-size:14px;
    font-weight:600;
    letter-spacing:.3px;

    color:#fff;

    background:linear-gradient(
        135deg,
        #0b74ff,
        #0058d8
    );

    box-shadow:
        0 10px 30px rgba(11,116,255,.30);

    transition:
        background .35s ease,
        box-shadow .35s ease;

    animation:ctaAttention 4s ease-in-out infinite;
}

/* Hover */

.contact-btn-nav > a:hover{

    animation-play-state:paused;

    transform:translateY(-3px) scale(1.04);

    background:linear-gradient(
        135deg,
        #2f8dff,
        #0b74ff
    );

    box-shadow:
        0 18px 42px rgba(11,116,255,.45);
}

/* Active */

.contact-btn-nav > a:active{

    transform:translateY(0) scale(.98);
}

.contact-icon {
    display: none;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ================================
   ARROW
================================ */

.arrow-icon{

    width:15px;
    height:15px;

    flex-shrink:0;

    transition:transform .45s ease;
}

.contact-btn-nav > a:hover .arrow-icon{

    transform:translateX(6px);
}

/* ================================
   SHINE EFFECT
================================ */

.shine-effect{

    position:absolute;

    top:-50%;
    left:-90px;

    width:40px;
    height:220%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.4),
        transparent
    );

    transform:rotate(25deg);

    pointer-events:none;

    animation:shineSweep 4s ease-in-out infinite;
}




@keyframes shineSweep{

    0%,15%{

        left:-90px;
        opacity:0;
    }

    20%{

        opacity:1;
    }

    40%{

        left:calc(100% + 90px);
        opacity:1;
    }

    45%{

        left:calc(100% + 90px);
        opacity:0;
    }

    100%{

        left:calc(100% + 90px);
        opacity:0;
    }
}

/* ================================
   BUTTON ATTENTION ANIMATION
================================ */

@keyframes ctaAttention{

    /* Normal */

    0%,18%{

        transform:translateY(0) scale(1);

        box-shadow:
        0 10px 30px rgba(11,116,255,.30);
    }

    /* Bounce */

    22%{

        transform:translateY(-4px) scale(1.04);
    }

    26%{

        transform:translateY(0) scale(1);
    }

    30%{

        transform:translateY(-2px);
    }

    34%{

        transform:translateY(0);
    }

    /* Glow */

    52%{

        box-shadow:
        0 0 0 0 rgba(11,116,255,.40),
        0 15px 40px rgba(11,116,255,.55);
    }

    68%{

        box-shadow:
        0 0 0 12px rgba(11,116,255,0),
        0 10px 30px rgba(11,116,255,.30);
    }

    /* Tiny Wiggle */

    78%{

        transform:translateX(-2px) rotate(-1deg);
    }

    82%{

        transform:translateX(2px) rotate(1deg);
    }

    86%{

        transform:translateX(-1px);
    }

    90%{

        transform:translateX(0);
    }

    /* Reset */

    100%{

        transform:translateY(0) scale(1);

        box-shadow:
        0 10px 30px rgba(11,116,255,.30);
    }
}

.contact-btn-nav.paused > a,
.contact-btn-nav.paused .shine-effect{
    animation-play-state: paused !important;
}










@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #384046;
  font-size: 28px;
  cursor: pointer;
  display: none !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 0;
  transition: 0.5s;
  margin-left: 8px;
}

.mobile-nav-toggle i {
  font-size: 28px;
  line-height: 1;
}

.mobile-nav-toggle:hover {
  color: #3498db;
}

/* Only show on mobile/tablet */
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-flex !important;
  }
}



@media(max-width: 1250px){
  #header .container {
    margin: 0 30px;
    /* max-width: 700px; */
  }
}

@media( max-width:1090 ){
  #header .container {
    margin: 0 30px;
    /* max-width: 700px; */
  }

}


@media (max-width: 991px) {

  .contact-btn-nav{
    display: none;
  }
  #header .container {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 14px 16px;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
  }

  #header .logo img {
    max-height: 38px;
  }

  .navbar {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    min-width: 0;
  }

  .navbar ul {
    display: none;
  }

  .contact-btn-nav {
    order: 3;
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }

  .contact-btn-nav > a {
    width: auto;
    max-width: none;
    justify-content: center;
    padding: 10px 12px;
    font-size: 0;
    min-width: 42px;
  }

  .contact-btn-nav > a .contact-text {
    display: none;
  }

  .contact-btn-nav > a .arrow-icon {
    display: none;
  }

  .contact-btn-nav > a .contact-icon {
    display: inline-flex;
    margin: 0;
    font-size: 18px;
  }
}


@media (max-width:830px){
    #header .container {
    margin: 0 30px;
  }
}

/* footer */






/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  /* font-family: "Poppins", sans-serif; */
  font-family: var(--primary_font);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
  color: #3498db;
  font-size: 28px;
}

.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a,
.what-we-do .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li+li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #3498db;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  /* font-family: "Poppins", sans-serif; */
  font-family: var(--primary_font);
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #5faee3;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: white;
  padding: 30px 0 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #3498db;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #124364;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  /* font-family: "Raleway", sans-serif; */
  font-family: var(--primary_font);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box i {
  float: left;
  color: #3498db;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #3498db;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #3498db;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
  background: #3498db;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}

.contact .info:hover i {
  background: #3498db;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5faee3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}












/*--------------------------------------------------------------
# Bonfring Custom Enhancements
--------------------------------------------------------------*/

/* Breadcrumbs — richer style */
.breadcrumbs {
  background: linear-gradient(135deg, #0d2137 0%, #1a4a7a 100%);
  padding: 28px 0 !important;
  margin-top: 94px;
}
.breadcrumbs h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0;
}
.breadcrumbs ol {
  font-size: 0.85rem;
}
.breadcrumbs ol li a {
  color: rgba(255,255,255,0.65);
}
.breadcrumbs ol li a:hover { color: #5bc0eb; }
.breadcrumbs ol li+li::before { color: rgba(255,255,255,0.4); }
.breadcrumbs ol li:last-child { color: rgba(255,255,255,0.85); }

/* Space between breadcrumb and content */
.portfolio-details {
  padding-top: 40px !important;
}
















/* Portfolio-info content area */
.portfolio-details .portfolio-info {
  padding: 36px 40px;
  box-shadow: 0 4px 30px rgba(56,64,70,0.07);
  border-radius: 12px;
  background: #fff;
}
.portfolio-details .portfolio-info h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1a2e44;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e8eef5;
}
.portfolio-details .portfolio-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2e44;
  margin-top: 28px;
  margin-bottom: 14px;
}
.portfolio-details .portfolio-info p {
  color: #5a6a7a;
  line-height: 1.8;
  font-size: 0.95rem;
}
.portfolio-details .portfolio-info ul li {
  color: #5a6a7a;
  font-size: 0.95rem;
  padding: 5px 0;
}








/* Sidebar cards */
.sidebar-card {
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07) !important;
  margin-bottom: 22px;
  overflow: hidden;
}
.sidebar-card .card-header {
  background: linear-gradient(135deg, #1a4a7a, #2980b9) !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 13px 18px !important;
}
.sidebar-links .list-group-item {
  border: none !important;
  border-bottom: 1px solid #f0f4f8 !important;
  padding: 11px 18px !important;
  color: #3498db !important;
  font-size: 0.88rem !important;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-links .list-group-item::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  color: #3498db;
  opacity: 0.6;
}
.sidebar-links .list-group-item:hover {
  background: #eaf4fb !important;
  color: #1a6fa8 !important;
  padding-left: 24px !important;
}
.sidebar-links .list-group-item:last-child { border-bottom: none !important; }

/* Action / highlight cards on inner pages */
.action-card, .pub-highlight-card, .workshop-option-card {
  border: 1px solid #e8eef5 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05) !important;
  transition: 0.3s !important;
  margin-bottom: 14px;
}
.action-card:hover, .pub-highlight-card:hover, .workshop-option-card:hover {
  box-shadow: 0 8px 28px rgba(52,152,219,0.13) !important;
  transform: translateY(-3px) !important;
  border-color: #c5dff5 !important;
}
.action-card h5, .pub-highlight-card h5, .workshop-option-card h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 6px;
}
.action-card p, .pub-highlight-card p, .workshop-option-card p {
  font-size: 0.88rem;
  color: #6b7a8d;
  margin-bottom: 0;
}










/* Contact info cards */
.contact-info-card {
  border: 1px solid #e8eef5 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
  transition: 0.3s;
}
.contact-info-card:hover {
  box-shadow: 0 8px 30px rgba(52,152,219,0.12) !important;
  transform: translateY(-3px);
}
.contact-info-card .contact-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #e8f4fd, #d0eaf8);
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.contact-info-card .contact-icon i {
  font-size: 1.4rem;
  color: #3498db;
}
.contact-info-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 8px;
}
.contact-info-card p {
  font-size: 0.88rem;
  color: #6b7a8d;
  line-height: 1.7;
  margin-bottom: 0;
}






/* Journal item accent */
.journal-item {
  border-left: 4px solid #3498db !important;
  padding: 16px 20px !important;
  margin-bottom: 14px;
  background: #f7fbfe;
  border-radius: 0 10px 10px 0 !important;
  transition: 0.2s;
}
.journal-item:hover { background: #eaf4fb; }
.journal-item h5 { font-size: 0.98rem; font-weight: 700; color: #1a2e44; margin-bottom: 5px; }
.journal-item p { font-size: 0.83rem; color: #6b7a8d; margin-bottom: 0; }




/* BRCU checklist */
.brcu-list { list-style: none; padding: 0; }
.brcu-list li {
  padding: 8px 0;
  font-size: 0.93rem;
  color: #5a6a7a;
  border-bottom: 1px solid #f0f4f8;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.brcu-list li:last-child { border-bottom: none; }
.brcu-list li i { color: #3498db; margin-top: 2px; flex-shrink: 0; }






/* What-we-do links on about page */
.what-we-do-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: #3498db;
  font-size: 0.93rem;
  font-weight: 600;
  border-bottom: 1px solid #f0f4f8;
  transition: 0.2s;
}
.what-we-do-links a:hover { color: #1a6fa8; padding-left: 6px; }
.what-we-do-links a:last-child { border-bottom: none; }





/* Workshop nav cards */
.workshop-nav-card {
  border: 1px solid #e8eef5 !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
  transition: 0.3s !important;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  color: inherit;
}
.workshop-nav-card:hover {
  box-shadow: 0 6px 20px rgba(52,152,219,0.12) !important;
  transform: translateY(-2px);
  border-color: #c5dff5 !important;
  color: inherit;
}
.workshop-nav-card .card-body { padding: 14px 18px; }
.workshop-nav-card h6 { font-size: 0.88rem; font-weight: 700; color: #1a2e44; margin-bottom: 3px; }
.workshop-nav-card p { font-size: 0.8rem; color: #3498db; margin-bottom: 0; }












/*--------
------------------------------------------------------
# Bigger Section Headings — Global
--------------------------------------------------------------*/
.section-heading          { font-size: 1.6rem !important; }
.section-title h2         { font-size: 2.6rem !important; }
.page-hero h1             { font-size: 3rem !important; }
/* .bonfring-hero h1         { font-size: 4.2rem !important; } */

/* Feature / service cards */
.feature-card h4          { font-size: 1.35rem !important; }
.srv-overlay h4           { font-size: 1.15rem !important; }

/* About page */
.about-intro h2           { font-size: 2.6rem !important; }
.vmv-card h4              { font-size: 1.35rem !important; }
.wwd-item .wwd-text h5    { font-size: 1.1rem !important; }

/* Publications page */
.pub-intro h2             { font-size: 2.6rem !important; }
.pub-card-top h4          { font-size: 1.2rem !important; }
.benefits-section h2      { font-size: 2.4rem !important; }
.pub-cta h4               { font-size: 1.6rem !important; }

/* Research page */
.research-intro h2        { font-size: 2.6rem !important; }
.stream-item h6           { font-size: 1.1rem !important; }
.step-card h5             { font-size: 1.1rem !important; }
.process-section h2       { font-size: 2.4rem !important; }
.cta-box h3               { font-size: 2.2rem !important; }

/* Contact page */
.contact-form-wrap h3     { font-size: 1.9rem !important; }
.info-card .ic-body h5    { font-size: 1.05rem !important; }

/* Journal pages */
.journals-section h2      { font-size: 2.4rem !important; }
.journal-card .jc-body h5 { font-size: 1.05rem !important; }

/* Conference pages */
.conf-main h2             { font-size: 2.4rem !important; }
.conf-card .cc-body h5    { font-size: 1.1rem !important; }

/* CTA sections */
.cta-section h2           { font-size: 2.4rem !important; }

/* Responsive scale-down */
@media (max-width: 768px) {
  .section-heading        { font-size: 1rem !important; }
  .section-title h2       { font-size: 2rem !important; }
  .page-hero h1           { font-size: 2.2rem !important; }
  .about-intro h2,
  .pub-intro h2,
  .research-intro h2      { font-size: 2rem !important; }
}

/*--------------------------------------------------------------
# Inner Page Hero — More Padding (root files only)
--------------------------------------------------------------*/
.page-hero {
  padding-top: 120px !important;
  padding-bottom: 100px !important;
}

@media (max-width: 768px) {
  .page-hero {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
  }
}

/*--------------------------------------------------------------
# Tighten section title spacing globally
--------------------------------------------------------------*/
.section-title { padding-bottom: 16px !important; }
.section-title h2 { margin-bottom: 10px !important; }
.section-sub { margin-bottom: 0 !important; }
.text-center.mb-5 { margin-bottom: 24px !important; }
.text-center.mb-4 { margin-bottom: 16px !important; }


/*--------------------------------------------------------------
# Mobile Drawer Menu (Full Screen Slide from Right)
--------------------------------------------------------------*/

/* Body lock when drawer is open */
body.mobile-drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Overlay */
.mobile-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Hide mobile toggle when drawer is open */
body.mobile-drawer-open .mobile-nav-toggle {
  opacity: 0;
  pointer-events: none;
}

/* Drawer Container */
.mobile-drawer-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  z-index: 99999;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.15);
}

.mobile-drawer-menu.active {
  right: 0;
}

/* Drawer Header */
.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(52, 152, 219, 0.12);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.mobile-drawer-logo img {
  height: 40px;
}

.mobile-drawer-close {
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(52, 152, 219, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.mobile-drawer-close i {
  font-size: 20px;
  color: #384046;
  line-height: 1;
}

.mobile-drawer-close:hover {
  background: rgba(52, 152, 219, 0.15);
  transform: rotate(90deg);
}

.mobile-drawer-close:active {
  transform: rotate(90deg) scale(0.95);
}

/* Drawer Content */
.mobile-drawer-content {
  padding: 24px 0;
}

/* Navigation List */
.mobile-drawer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-drawer-nav > li {
  border-bottom: 1px solid rgba(52, 152, 219, 0.08);
}

.mobile-drawer-nav > li:last-child {
  border-bottom: none;
}

.mobile-drawer-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-family: var(--primary_font);
  font-size: 16px;
  font-weight: 500;
  color: #384046;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.mobile-drawer-nav > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: linear-gradient(135deg, #3498db, #2980b9);
  transition: height 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.mobile-drawer-nav > li > a:hover,
.mobile-drawer-nav > li > a.active {
  color: #3498db;
  background: rgba(52, 152, 219, 0.04);
  padding-left: 28px;
}

.mobile-drawer-nav > li > a:hover::before,
.mobile-drawer-nav > li > a.active::before {
  height: 60%;
}

/* Dropdown */
.mobile-drawer-dropdown > a.mobile-drawer-dropdown-toggle {
  cursor: pointer;
}

.mobile-drawer-dropdown > a i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.mobile-drawer-dropdown.open > a i {
  transform: rotate(180deg);
}

/* Submenu */
.mobile-drawer-submenu {
  max-height: 0;
  overflow: hidden;
  background: rgba(52, 152, 219, 0.02);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 24px;
}

.mobile-drawer-dropdown.open .mobile-drawer-submenu {
  max-height: 1500px;
  padding: 16px 24px 24px;
}

.mobile-drawer-submenu-section {
  margin-bottom: 24px;
}

.mobile-drawer-submenu-section:last-child {
  margin-bottom: 0;
}

.mobile-drawer-submenu-section h6 {
  font-family: var(--secondary_font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(52, 152, 219, 0.12);
}

.mobile-drawer-submenu-section a {
  display: block;
  padding: 10px 12px;
  font-family: var(--secondary_font);
  font-size: 14px;
  font-weight: 400;
  color: #4f5a62;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.25s ease;
  margin-bottom: 4px;
}

.mobile-drawer-submenu-section a:hover,
.mobile-drawer-submenu-section a.active {
  background: rgba(52, 152, 219, 0.08);
  color: #3498db;
  padding-left: 16px;
}

/* Hide drawer on desktop */
@media (min-width: 992px) {
  .mobile-drawer-menu,
  .mobile-drawer-overlay {
    display: none;
  }
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .mobile-drawer-header {
    padding: 16px 20px;
  }

  .mobile-drawer-logo img {
    height: 36px;
  }

  .mobile-drawer-nav > li > a {
    padding: 16px 20px;
    font-size: 15px;
  }

  .mobile-drawer-submenu {
    padding: 0 20px;
  }

  .mobile-drawer-dropdown.open .mobile-drawer-submenu {
    padding: 12px 20px 20px;
  }
}

/* Smooth scrolling for drawer */
.mobile-drawer-menu {
  scrollbar-width: thin;
  scrollbar-color: rgba(52, 152, 219, 0.3) transparent;
}

.mobile-drawer-menu::-webkit-scrollbar {
  width: 6px;
}

.mobile-drawer-menu::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-drawer-menu::-webkit-scrollbar-thumb {
  background: rgba(52, 152, 219, 0.3);
  border-radius: 10px;
}

.mobile-drawer-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(52, 152, 219, 0.5);
}


/* ========================================
   WHATSAPP FLOATING BUTTON
   ======================================== */
.whatsapp-float {
  position: fixed;
  bottom: 95px;
  right: 36px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  cursor: pointer;
}

/* Hover Effect */
.whatsapp-float:hover {
  transform: scale(1.08) translateY(-4px);
  box-shadow: 0 8px 35px rgba(37, 211, 102, 0.4);
}

/* WhatsApp Icon */
.whatsapp-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===== PULSE RING ANIMATION ===== */
.whatsapp-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 3px solid rgba(37, 211, 102, 0.4);
  animation: pulse-ring 2s ease-out infinite;
  z-index: 1;
}

/* Second Pulse Ring (delayed) */
.whatsapp-pulse::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 3px solid rgba(37, 211, 102, 0.2);
  animation: pulse-ring 2s ease-out infinite 0.7s;
}

/* Pulse Animation */
@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* ===== TOOLTIP ===== */
.whatsapp-tooltip {
  position: absolute;
  right: 72px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  pointer-events: none;
}

.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid rgba(0, 0, 0, 0.8);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 78px;
    right: 10px;
  }

  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }

  .whatsapp-pulse {
    inset: -6px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    bottom: 76px;
    right: 10px;
  }

  .whatsapp-icon {
    width: 24px;
    height: 24px;
  }

  .whatsapp-pulse {
    inset: -4px;
    border-width: 2px;
  }
}
