/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration:none;
  color: #aa41ce;
  font-weight:700;
  
}
a:hover {
  color: #d049ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
h2 {
  font-size: 34px;
  margin: 20px 0 10px;
}
h3 {
  font-size: 24px;
  margin: 20px 0 5px;
}
h4 {
  font-size: 20px;
  margin: 10px 0 5px
}

.small, small {
    font-size: 60%;
    font-weight: 400;
}

.is-hidden { display: none; }


/* ====== NAVBAR + MEGAMENU ====== */
.site-header{top:0;z-index:1030;background:#fff;border-bottom:1px solid #e5e7eb}
.navbar-brand{max-height: 100px;}
.navbar-brand img {max-height: 100px; width: auto;}
.navbar-brand span{color:#4e2064}
.nav-link{color:#1f2937;font-weight:600; margin: 0 10px}
.nav-link:hover{color:#4e2064}
.mega{position:static}
.mega .dropdown-menu{left:0; right:0; top:100%; padding:1.25rem; border:none; border-radius:0 0 var(--radius) var(--radius); box-shadow:0 20px 50px rgba(2,6,23,.12)}
.mega .menu-col h6{font-weight:700; font-size:.9rem; color:#111827}
.mega .menu-col a{display:block; padding:.35rem 0; color:#374151; text-decoration:none}
.mega .menu-col a:hover{color:#4e2064}


.btn-primary { background-color: #F5C542; border-color: #F5C542; color: #131313; font-weight: 600 }
.btn-primary:hover { background-color: #116d0f; border-color: #116d0f; color: #ffffff }

/* Hero Section */

.hero{position: relative; top: 0; background:linear-gradient(120deg,#4e2064,#260b32); color:#fff}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.banner_holder{
    width: 100%;
    height: 400px;
    min-height: 200px;
    position: relative;
}

.banner_holder_large{
    width: 100%;
    height: 600px;
    min-height: 200px;
    position: relative;
}
 
.banner_holderImage{
    height: 100%;
    position:relative;
    background: no-repeat;
    background-size: cover;
    background-position: center;
}
  
.banner_holderImage:before {
  content: "";
  background: rgba(13, 20, 26, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


  
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-text h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/* ====== Preferred Partner (responsive) ====== */
.partner-card{
  background: rgba(255,163,0,0.12);
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px rgba(2,6,23,0.06);
  overflow: hidden;
}

/* Full-bleed header that keeps rounded corners */
.partner-card .partner-header{
  position: relative;
  color: #fff;
  padding: 12px 16px;
  font-weight: 800;
  font-size: clamp(0.85rem, 0.6rem + 0.6vw, 0.95rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}
.partner-card .partner-header::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(102,51,153,0.92), rgba(226,28,116,0.92));
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  z-index: -1;
}
.partner-card .partner-badge{
  display: inline-block;
  margin-left: .35rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  font-weight: 700;
  white-space: nowrap;              /* keeps badge tidy */
}

/* Intro line */
.partner-card .partner-message{
  font-size: clamp(0.9rem, 0.85rem + 0.2vw, 1rem);
  line-height: 1.6;
  padding: 14px 20px 0;
  text-align: center;
  color: #111827;
  font-style: italic;
  margin: 0;
}

/* Content layout */
.partner-card .partner-body{
  padding: clamp(16px, 2vw, 24px);
  display: grid;
  grid-template-columns: 240px 1fr; /* default (≥768px) */
  gap: clamp(14px, 2.2vw, 24px);
  align-items: start;
}

.partner-card .logo-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-card .logo-wrap img{
  max-width: min(100%, 300px);
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.partner-card .partner-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.partner-card .partner-name{
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  line-height: 1.25;
  margin: 0;
  font-weight: 800;
  color: #0f172a;
}
.partner-card .partner-intro{
  margin: 0;
  color: #111827;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
}
.partner-card .partner-text{
  font-size: 1rem;
  color: #334155;
  margin: 0 0 6px;
}

/* CTA */
.partner-card .btn-visit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(226,28,116,0.95), rgba(48,36,84,0.95));
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 16px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(226,28,116,0.24);
  transition: transform .15s ease, box-shadow .15s ease;
}
.partner-card .btn-visit:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(48,36,84,0.28);
  color: #fff;
}
.partner-card .btn-visit:focus{
  outline: 3px solid #fce7f3;
  outline-offset: 2px;
}

/* ====== Responsive rules ====== */
/* Phones: stack, center, comfy taps */
@media (max-width: 767.98px){
  .partner-card .partner-body{
    grid-template-columns: 1fr;     /* stack */
    text-align: center;
  }
  .partner-card .logo-wrap{ order: -1; }          /* logo first visually if desired */
  .partner-card .btn-visit{
    width: 100%;
    max-width: 320px;
    margin: 8px auto 0;
  }
}

/* Large screens: give logo a bit more presence */
@media (min-width: 1200px){
  .partner-card .partner-body{
    grid-template-columns: 280px 1fr;
  }
}

/*Blog Card*/
.card-img-top{aspect-ratio:16/9;object-fit:cover}
.author-avatar{width:50px;height:50px;object-fit:cover}
.hero-img{aspect-ratio:16/9;object-fit:cover}
.sticky-search{position:sticky;top:0;z-index:2;background:var(--bs-body-bg);padding-top:1rem}

  
footer {
    /* A deep, modern wine color instead of bright maroon */
    background-color: #191919;
}

footer a:hover {
    color: #fff !important;
    opacity: 1 !important;
    transition: 0.3s;
}

