:root{
  --purple: #6D28D9;
  --purple-2: #7C3AED;
  --green: #16A34A;
  --green-2: #22C55E;

  --bg: #0b0a12;
  --soft: #0f1220;

  --text: #111827;
  --muted: #6B7280;

  --white: #ffffff;
  --card: #ffffff;

  --radius: 18px;
  --shadow: 0 12px 40px rgba(17, 24, 39, .12);
  --shadow2: 0 10px 28px rgba(109, 40, 217, .18);
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background: #ffffff;
}

/* ===== Helpers ===== */
.section{
  padding: 80px 0;
}
.section-soft{
  background: radial-gradient(1200px 600px at 10% 0%, rgba(109,40,217,.10), transparent 60%),
              radial-gradient(1000px 500px at 90% 20%, rgba(34,197,94,.10), transparent 60%),
              #ffffff;
}
.kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .3px;
  color: var(--purple);
  background: rgba(109,40,217,.10);
  margin-bottom: 10px;
}
.section-title h2, .section h2{
  font-family: "Playfair Display", serif;
  letter-spacing: .2px;
}
.text-white-75{ color: rgba(255,255,255,.78); }





/* ===== Topbar ===== */
.topbar{
  background: linear-gradient(90deg, var(--purple), var(--green));
}
.topbar .topbar-link{
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
  opacity: .95;
  transition: .2s ease;
}
.topbar .topbar-link:hover{
  opacity: 1;
  text-decoration: underline;
}

/* ===== Navbar ===== */


/* Navbar Logo */
.navbar-logo{
  height: 75px;           /* desktop size */
  width: auto;
  object-fit: contain;
  transition: transform .2s ease;
}

.navbar-logo:hover{
  transform: scale(1.04);
}

/* Tablet */
@media (max-width: 991px){
  .navbar-logo{
    /* height: 42px; */
  }
}

/* Mobile */
@media (max-width: 575px){
  .navbar-logo{
    /* height: 38px; */
  }
}
.cu-sd-mb-30{
	margin-bottom:30px;
}
.cu-sd-br-sr{
	margin-top:30px;
}
.cu-sd-br-sr li{
	margin-bottom:30px;
	    background: rgba(109, 40, 217, .06);
    border: 1px solid rgba(109, 40, 217, .10);
	padding:4px;
	border-radius:8px;
}

.header{
  backdrop-filter: blur(10px);
  background: rgba(11,10,18,.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar{
  padding: 14px 0;
}
.navbar-brand{
  text-decoration: none;
}
.brand-mark{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  background: linear-gradient(135deg, var(--purple), var(--green));
  box-shadow: 0 10px 25px rgba(34,197,94,.15);
}
.brand-mark-sm{
  width: 38px;
  height: 38px;
  border-radius: 12px;
}
.brand-title{
  font-weight: 700;
  color: #fff;
}
.brand-subtitle{
  font-size: .78rem;
  color: rgba(255,255,255,.72);
}
.navbar-dark .nav-link{
  color: rgba(255,255,255,.78);
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 14px;
  transition: .2s ease;
}
.navbar-dark .nav-link:hover{
  color: #fff;
  background: rgba(255,255,255,.08);
}
.navbar-dark .nav-link.active{
  color: #fff;
  background: linear-gradient(135deg, rgba(109,40,217,.35), rgba(34,197,94,.30));
  border: 1px solid rgba(255,255,255,.10);
}

/* ===== Buttons ===== */
.btn-theme{
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--purple), var(--green));
  box-shadow: var(--shadow2);
}
.btn-theme:hover{
  filter: brightness(1.03);
  transform: translateY(-1px);
}
.btn-outline-theme{
  border-radius: 999px;
  font-weight: 700;
  color: #291656;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
}
.btn-outline-theme:hover{
  background: rgba(255,255,255,.14);
  color: #16564a;
}

/* ===== Hero ===== */
.hero{
  position: relative;
}
.hero-img{
  height: 78vh;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}
.carousel-caption{
  bottom: 14%;
}
.caption-card{
  max-width: 860px;
  margin: 0 auto;
  padding: 22px 22px;
  border-radius: 22px;
  background: rgba(11,10,18,.62);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.display-title{
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: .2px;
}
.carousel-caption p{
  color: rgba(255,255,255,.86);
}


/* ===== About ===== */
.feature-list{
  display: grid;
  gap: 14px;
}
.feature-item{
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(17,24,39,.06);
}
.feature-item i{
  width: 44px; height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--green));
}
.feature-item h6{ margin: 0; font-weight: 800; }
.feature-item p{ margin: 2px 0 0; color: var(--muted); font-size: .95rem; }

.about-card{
  height: 100%;
  padding: 26px;
  border-radius: 26px;
  background: radial-gradient(900px 400px at 10% 0%, rgba(109,40,217,.12), transparent 60%),
              radial-gradient(800px 380px at 90% 20%, rgba(34,197,94,.12), transparent 60%),
              #ffffff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
}
.about-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #0f5132;
  font-weight: 800;
  margin-bottom: 14px;
}
.mini-stat{
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
}
.mini-stat-icon{
  width: 40px; height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-2), var(--green-2));
}
.mini-stat-title{ font-weight: 900; font-size: .95rem; }
.mini-stat-text{ color: var(--muted); font-size: .88rem; }

/* About Right Image Only */
.about-image-wrap{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(17,24,39,.06);
}

.about-image{
  width: 100%;
  height: 520px;
  object-fit: cover;
  transform: scale(1.02);
}

/* Soft purple-green overlay for your theme */
.about-image-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(109,40,217,.22), rgba(34,197,94,.18));
}

.about-image-badge{
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  background: rgba(11,10,18,.55);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}

/* Responsive */
@media (max-width: 991px){
  .about-image{ height: 380px; }
}
@media (max-width: 575px){
  .about-image{ height: 260px; }
}


/* ===== Services ===== */
/* ===== Services (with image + 360 icon rotate on hover) ===== */
.service-card{
  height: 100%;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(17,24,39,.16);
}

/* Top Image */
.service-thumb{
  position: relative;
  height: 180px;
  overflow: hidden;
}

.service-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform .45s ease;
}

/* Purple+Green overlay */
.service-thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(109,40,217,.18), rgba(34,197,94,.14));
}

.service-card:hover .service-thumb img{
  transform: scale(1.10);
}

/* Inner Body */
.service-body{
  padding: 22px;
}

/* Icon */
.service-icon{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--green));
  margin-top: -22px;     /* pulls icon up over the image */
  margin-bottom: 12px;
  border: 3px solid #fff;
  box-shadow: 0 10px 25px rgba(109,40,217,.18);
  transition: transform .6s ease;
  transform-origin: center;
}

/* ✅ 360° rotation on hover */
.service-card:hover .service-icon{
  transform: rotate(360deg);
}

/* Title & text */
.service-card h5{
  font-weight: 900;
  margin-bottom: 8px;
}

.service-card p{
  color: var(--muted);
  margin: 0;
}

/* Mobile tweaks */
@media (max-width: 575px){
  .service-thumb{ height: 160px; }
  .service-body{ padding: 18px; }
}


/* ===== Why ===== */
.why-card{
  height: 100%;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
}
.why-card i{
  font-size: 1.5rem;
  width: 52px; height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--green));
  margin-bottom: 12px;
}
.why-card h6{ font-weight: 900; }
.why-card p{ color: var(--muted); margin: 0; }

/* ===== Achievements ===== */
.achievements{
  background: linear-gradient(135deg, rgba(109,40,217,.08), rgba(34,197,94,.08));
}
.counter-card{
  height: 100%;
  text-align: center;
  padding: 24px 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
}
.counter-card i{
  font-size: 1.6rem;
  width: 56px; height: 56px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--green));
  margin: 0 auto 12px;
}
.counter{
  font-size: 2rem;
  font-weight: 900;
  font-family: "Playfair Display", serif;
}
.counter-label{
  color: var(--muted);
  font-weight: 600;
}

/* ===== Gallery ===== */
.gallery-item{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.06);
  background: #fff;
  box-shadow: var(--shadow);
}
.gallery-item img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: .35s ease;
}
.gallery-item:hover img{
  transform: scale(1.06);
}
.gallery-overlay{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(109,40,217,.42), rgba(34,197,94,.36));
  opacity: 0;
  transition: .25s ease;
}
.gallery-item:hover .gallery-overlay{ opacity: 1; }
.gallery-overlay i{
  font-size: 2rem;
  color: #fff;
}

/* ===== Contact ===== */
.contact-card, .form-card{
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
}
.contact-info{
  display: grid;
  gap: 14px;
}
.contact-info-item{
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(109,40,217,.06);
  border: 1px solid rgba(109,40,217,.10);
}
/* ✅ Contact icon box - NOT compressed */
.contact-info-item i{
  width: 48px;
  height: 48px;
  min-width: 48px;      /* ✅ prevents shrinking */
  flex: 0 0 48px;       /* ✅ prevents flex compression */
  border-radius: 18px;
  display: grid;
  place-items: center;

  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--green));
  box-shadow: 0 12px 24px rgba(109,40,217,.16);

  font-size: 1.25rem;   /* icon size */
  line-height: 1;       /* ✅ fixes squeezed icon */
}

.contact-info-item a{
  color: var(--purple);
  text-decoration: none;
  font-weight: 700;
}
.contact-info-item a:hover{ text-decoration: underline; }
.form-control, .form-select{
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(17,24,39,.10);
}
.form-control:focus, .form-select:focus{
  border-color: rgba(109,40,217,.45);
  box-shadow: 0 0 0 .2rem rgba(109,40,217,.15);
}

/* ===== Map ===== */
/* ===== Map Section (Attractive Design) ===== */
.map-section{
  padding: 70px 0;
}

.map-card{
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
  position: relative;
}

/* Soft purple+green glow border */
.map-card::before{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(109,40,217,.45), rgba(34,197,94,.35));
  filter: blur(12px);
  opacity: .55;
  z-index: 0;
}

.map-card > *{
  position: relative;
  z-index: 1;
}

.map-card-top{
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: radial-gradient(900px 320px at 10% 0%, rgba(109,40,217,.12), transparent 60%),
              radial-gradient(900px 320px at 90% 0%, rgba(34,197,94,.12), transparent 60%),
              #ffffff;
  border-bottom: 1px solid rgba(17,24,39,.06);
}

.map-top-left{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.map-top-left i{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--green));
  box-shadow: 0 14px 35px rgba(109,40,217,.18);
  flex: 0 0 auto;
}

.map-title{
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.2;
}

.map-subtitle{
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 520px;
}

.map-top-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* iframe frame */
.map-iframe-wrap{
  background: #0b0a12;
}

.map-iframe-wrap iframe{
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

/* Responsive */
@media (max-width: 991px){
  .map-card-top{
    flex-direction: column;
    align-items: flex-start;
  }
  .map-subtitle{
    max-width: 100%;
    white-space: normal;
  }
  .map-top-actions{
    width: 100%;
    justify-content: flex-start;
  }
  .map-iframe-wrap iframe{
    height: 380px;
  }
}

@media (max-width: 575px){
  .map-iframe-wrap iframe{
    height: 320px;
  }
}

/* ===== Footer ===== */
.footer{
  background: radial-gradient(1200px 600px at 10% 0%, rgba(109,40,217,.22), transparent 60%),
              radial-gradient(1100px 550px at 90% 10%, rgba(34,197,94,.18), transparent 60%),
              #070610;
  color: rgba(255,255,255,.86);
  padding: 60px 0 28px;
}
.footer-title{
  font-weight: 900;
  color: #fff;
}
.footer-sub{
  font-size: .85rem;
  color: rgba(255,255,255,.68);
}
.footer-text{
  color: rgba(255,255,255,.72);
  margin: 0;
}
.footer-heading{
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}
.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.footer-links a{
  color: rgba(255,255,255,.74);
  text-decoration: none;
  font-weight: 600;
}
.footer-links a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer-contact p{
  margin: 0 0 10px;
  color: rgba(255,255,255,.74);
}
.footer-contact a{
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.footer-contact a:hover{ text-decoration: underline; }
.footer-social{
  display: flex;
  gap: 10px;
}
.footer-social a{
  width: 42px; height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  transition: .2s ease;
}
.footer-social a:hover{
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(109,40,217,.35), rgba(34,197,94,.30));
}
.footer-hr{
  border-color: rgba(255,255,255,.12);
}

/* ===== Floating Action Buttons ===== */
/* ✅ Prevent horizontal overflow caused by fixed/glow elements */
html, body{
  overflow-x: hidden;
}

/* ===== Floating Action Buttons (Fixed + Safe) ===== */
.fab{
  position: fixed;
  /* Safe area support for iPhone notch etc. */
  right: calc(12px + env(safe-area-inset-right));
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  font-size: 1.35rem;

  /* Smaller shadow to avoid overflow */
  box-shadow: 0 12px 28px rgba(0,0,0,.20);
  transition: transform .2s ease, box-shadow .2s ease;
  will-change: transform;
}

.fab:hover{
  transform: translateY(-3px) scale(1.02);
}

/* spacing between buttons */
.fab-whatsapp{
  bottom: 80px;
  background: linear-gradient(135deg, #16A34A, #22C55E);
  animation: glowGreen 1.8s infinite ease-in-out;
}

.fab-call{
  bottom: 280px;
  background: linear-gradient(135deg, #6D28D9, #22C55E);
  animation: glowPurple 1.8s infinite ease-in-out;
}

/* ✅ Glow (reduced spread) */
@keyframes glowGreen{
  0%,100%{
    box-shadow: 0 12px 28px rgba(0,0,0,.20), 0 0 0 0 rgba(34,197,94,.25);
  }
  50%{
    box-shadow: 0 12px 28px rgba(0,0,0,.20), 0 0 0 8px rgba(34,197,94,0);
  }
}
@keyframes glowPurple{
  0%,100%{
    box-shadow: 0 12px 28px rgba(0,0,0,.20), 0 0 0 0 rgba(109,40,217,.25);
  }
  50%{
    box-shadow: 0 12px 28px rgba(0,0,0,.20), 0 0 0 8px rgba(109,40,217,0);
  }
}

/* ✅ Mobile optimization: smaller buttons + tighter spacing */
@media(max-width:768px)
{
	.cu-ds-nn{
		display:none!important;
	}
	.cu-jf-cnter{
		justify-content:center!important;
	}
}
@media (max-width: 575px){
  .fab{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.15rem;
    right: calc(10px + env(safe-area-inset-right));
    box-shadow: 0 10px 22px rgba(0,0,0,.18);
  }

  .fab-whatsapp{
    /* bottom: calc(74px + env(safe-area-inset-bottom)); */
  }
  .fab-call{
    /* bottom: calc(18px + env(safe-area-inset-bottom)); */
  }

  /* Even smaller glow on mobile to prevent overflow */
  @keyframes glowGreen{
    0%,100%{
      box-shadow: 0 10px 22px rgba(0,0,0,.18), 0 0 0 0 rgba(34,197,94,.20);
    }
    50%{
      box-shadow: 0 10px 22px rgba(0,0,0,.18), 0 0 0 6px rgba(34,197,94,0);
    }
  }
  @keyframes glowPurple{
    0%,100%{
      box-shadow: 0 10px 22px rgba(0,0,0,.18), 0 0 0 0 rgba(109,40,217,.20);
    }
    50%{
      box-shadow: 0 10px 22px rgba(0,0,0,.18), 0 0 0 6px rgba(109,40,217,0);
    }
  }
}


/* Content image styling */
.content-hero-img{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.06);
  box-shadow: var(--shadow);
  position: relative;
}

.content-hero-img img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

/* Purple + Green overlay for theme */
.content-hero-img::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(109,40,217,.18), rgba(34,197,94,.14));
}

/* Responsive */
@media (max-width: 575px){
  .content-hero-img img{ height: 220px; }
}


/* ===== Responsive ===== */
@media (max-width: 991px){
  .hero-img{ height: 70vh; min-height: 480px; }
  .carousel-caption{ bottom: 10%; }
  .caption-card{ padding: 18px; border-radius: 20px; }
}
@media (max-width: 575px){
  .section{ padding: 64px 0; }
  .hero-img{ height: 68vh; min-height: 460px; }
  .display-title{ font-size: 1.6rem; }
  .gallery-item img{ height: 210px; }
  .fab{ right: 14px; width: 54px; height: 54px; }
}





    /* Common banner fallback (if not already in style.css) */
    .page-hero-bg{
      position: relative;
      padding: 90px 0 70px;
      color: #fff;
      background-image:
        linear-gradient(135deg, rgba(109,40,217,.75), rgba(34,197,94,.65)),
        url("assets/img/page-banner.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .page-hero-bg::after{
      content:"";
      position:absolute;
      inset:0;
      background: rgba(11,10,18,.35);
    }
    .page-hero-bg .container{ position: relative; z-index: 2; }
    .page-hero-bg .breadcrumb{ --bs-breadcrumb-divider:"›"; margin:0 0 10px; }
    .page-hero-bg .breadcrumb a{ color: rgba(255,255,255,.8); text-decoration:none; }
    .page-hero-bg .breadcrumb a:hover{ color:#fff; text-decoration:underline; }
    .page-hero-bg h1{
      font-family:"Playfair Display", serif;
      font-weight:700;
      letter-spacing:.2px;
      margin:0 0 6px;
      font-size: clamp(1.7rem, 2.4vw, 2.6rem);
    }
    .page-hero-bg p{ color: rgba(255,255,255,.86); max-width: 780px; margin:0; }

    /* Content Card */
    .content-card{
      border-radius: 24px;
      background: #fff;
      border: 1px solid rgba(17,24,39,.06);
      box-shadow: var(--shadow);
      padding: 26px;
    }
    .content-card h2{
      font-family:"Playfair Display", serif;
      font-weight:700;
      margin-bottom: 12px;
    }
    .content-card p{
      color: var(--muted);
      margin-bottom: 14px;
      line-height: 1.7;
      white-space: pre-line; /* keeps your blank lines */
    }
    .content-card ul{
      margin: 10px 0 18px 0;
      padding-left: 18px;
      color: var(--muted);
      line-height: 1.75;
    }
    .content-card li{ margin: 4px 0; }

    /* Content image styling */
    .content-hero-img{
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(17,24,39,.06);
      box-shadow: var(--shadow);
      position: relative;
      margin-bottom: 18px;
    }
    .content-hero-img img{
      width: 100%;
      height: 340px;
      object-fit: cover;
      display: block;
      transform: scale(1.02);
    }
    .content-hero-img::after{
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(109,40,217,.18), rgba(34,197,94,.14));
    }

    .side-sticky{
      border-radius: 24px;
      background: #fff;
      border: 1px solid rgba(17,24,39,.06);
      box-shadow: var(--shadow);
      padding: 22px;
    }
    .side-sticky .mini{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding: 12px;
      border-radius: 18px;
      background: rgba(109,40,217,.06);
      border: 1px solid rgba(109,40,217,.10);
      margin-top: 12px;
    }
    .side-sticky .mini i{
      width: 44px; height: 44px;
      min-width: 44px; flex: 0 0 44px;
      border-radius: 16px;
      display:grid; place-items:center;
      color:#fff;
      background: linear-gradient(135deg, var(--purple), var(--green));
      line-height:1;
      box-shadow: 0 12px 24px rgba(109,40,217,.14);
    }
    .side-sticky .mini h6{ margin:0; font-weight:900; }
    .side-sticky .mini p{ margin:4px 0 0; color: var(--muted); }

    @media (max-width: 575px){
      .page-hero-bg{ padding: 70px 0 50px; }
      .content-card{ padding: 18px; }
      .content-hero-img img{ height: 220px; }
    }
