/* ===============================
   HERO TEXT – HOME PAGE
================================ */
body.page-home .hero-text{
  margin-left: 40px;
}

/* Text colors */
body.page-home .hero-text h1{
  color: #0b2a3f;
}

body.page-home .hero-text p{
  color: #1f4d6b;
}

/* ===============================
   GLASS EFFECT
================================ */

body.page-home .glass-box{
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
  max-width: 680px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px){
  body.page-home .hero-text{
    margin-left: 0;
  }

  body.page-home .glass-box{
    padding: 18px 16px;
    border-radius: 14px;
  }
section#hero .hero-cta *{
  outline: 3px solid red !important;
}
section#hero .hero-cta a.btn.btn-outline{
  background: rgba(11, 42, 63, 0.90) !important;
  color: #fff !important;
  border-color: rgba(11, 42, 63, 1) !important;
  font-weight: 800 !important;
}
section#hero .hero-cta a.btn.btn-outline:hover{
  background: rgba(11, 42, 63, 1) !important;
}
section#hero .hero-cta a.btn.btn-outline{
  background: #0b2a3f !important;
  color: #fff !important;
  border-color: #0b2a3f !important;
  font-weight: 800 !important;
}
a.btn-outline{
  background: #0b2a3f !important;
  color: #fff !important;
  border-color: #0b2a3f !important;
  font-weight: 800 !important;
}
a.btn-outline::before,
a.btn-outline::after{ background:#0b2a3f !important; }


}
