.elementor-kit-1129{--e-global-color-primary:#1E3A8A;--e-global-color-secondary:#1E40AF;--e-global-color-text:#111827;--e-global-color-accent:#F59E0B;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F3F4F6;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );color:#1A1A1A;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-1129 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1129 h1{color:#1E3A8A;font-family:"Inter", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-1129 h2{color:#1E3A8A;font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;}.elementor-kit-1129 h3{color:#1E3A8A;font-family:"Inter", Sans-serif;font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-1129{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1129{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --brand:#2954C6;   /* royal blue */
  --accent:#F4A21A;  /* orange */
  --ink:#0E1530;     /* headings */
  --muted:#6B7280;   /* body */
  --border:#E8EDF5;  /* border */
  --surface:#FFFFFF;
  --soft:#F8FAFF;
  --radius:16px;
  --radius-lg:22px;
  --shadow:0 10px 30px rgba(16,24,40,.08);
}

/* Centered grid for collaborations */
.collab-grid{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:20px;
  padding:60px 0;
}

/* Each collaboration card */
.collab-item{
  border:1px solid var(--border);
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  transition:transform .15s ease, box-shadow .15s ease;
  box-shadow:0 8px 22px rgba(16,24,40,.06);
  max-width:420px; /* keeps card nicely contained */
}
.collab-item:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(16,24,40,.10);
}

/* Image */
.collab-img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}

/* Text body */
.collab-body{
  padding:14px 14px 18px;
}
.collab-title{
  margin:0 0 4px;
  font:600 1.2rem/1.3 Poppins,system-ui;
  color:var(--ink);
  text-align:center;
}
.collab-meta{
  margin:0 0 12px;
  font:500 .95rem/1.5 Inter,system-ui;
  color:var(--muted);
  text-align:center;
}

/* Tags */
.collab-tags{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:14px;
}
.tag{
  display:inline-block;
  padding:4px 8px;
  border-radius:999px;
  font:600 .72rem/1 Inter;
  border:1px solid var(--border);
  color:var(--ink);
  background:#fff;
}

/* Buttons */
.collab-actions{
  display:flex;
  justify-content:center;
  gap:10px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 14px;
  border-radius:999px;
  font:600 .86rem/1 Inter;
  border:1px solid var(--border);
  background:#fff;
  color:var(--ink);
  transition:.2s transform ease,.2s box-shadow ease;
}
.btn:hover{
  box-shadow:0 6px 16px rgba(0,0,0,.08);
  transform:translateY(-2px);
}
.btn.primary{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
}/* End custom CSS */