/* ================= CONTACT PAGE ================= */

.ca-banner {
  height: 340px;                /* SAME HEIGHT FOR ALL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 88px;            /* header height */
}

/* DARK OVERLAY */
.ca-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-end;
}

/* BREADCRUMB – BOTTOM RIGHT */
.ca-breadcrumb {
  width: 100%;
  padding: 0 40px 25px;
  text-align: right;
  font-size: 14px;
  color: #ffffff;
}

.ca-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.ca-breadcrumb a:hover {
  color: #ffd200;
}

.ca-breadcrumb strong {
  color: #ffd200;
  font-weight: 500;
}

/* ================= PAGE TITLE ================= */

.ca-page-title {
  text-align: center;
  padding: 45px 0 30px;
}

.ca-page-title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

/* ================= CONTACT SECTION ================= */

.ca-contact {
  width: 92%;
  margin: 0 auto;
  padding: 60px 0;
}

.ca-contact h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* GRID */
.ca-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 40px;
}

/* LEFT & MIDDLE */
.ca-contact-col h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  padding-left: 12px;
}

.ca-contact-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 20px;
  background: #f6c400;
}

.ca-contact-col p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.ca-contact-col i {
  color: #f6c400;
  margin-right: 8px;
}

/* ================= FORM ================= */

.ca-contact-form h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ca-contact-form input,
.ca-contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.ca-contact-form textarea {
  height: 110px;
  resize: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ca-contact-form button {
  background: #f6c400;
  border: none;
  padding: 10px 28px;
  font-size: 15px;
  cursor: pointer;
  float: right;
}

.ca-contact-form button:hover {
  background: #e6be00;
}

/* ================= MAP ================= */

.ca-map-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 40px 0 12px;
}

.ca-map-heading span {
  width: 3px;
  height: 18px;
  background: #ffd200;
}

.ca-map-heading h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.ca-map-wrap {
  width: 100%;
  height: 300px;
  border: 1px solid #e6e6e6;
}

.ca-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ================= ABOUT CONTENT ================= */

.ca-about-content {
  padding: 20px 0 60px;
}

.ca-about-inner {
  width: 82%;
  margin: auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 45px;
  align-items: start;
}

.ca-about-image img {
  width: 100%;
  border-radius: 3px;
  display: block;
}

.ca-about-text p {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 14px;
  text-align: justify;
}

/* =====================================
   SOURCE OF INSPIRATION – CA PARIVAAR
   ===================================== */

.ca-about-center {
  grid-template-columns: 1fr;
  text-align: center;
}

/* IMAGE */
.ca-about-center .ca-about-image {
  margin-bottom: 22px;
}

.ca-about-center .ca-about-image img {
  max-width: 300px;        /* EXACT CA size */
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
}

/* TEXT BLOCK */
.ca-about-center .ca-about-text {
  max-width: 560px;        /* controls text width */
  margin: 0 auto;
}

/* QUOTE */
.ca-about-center .ca-about-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

/* ITALIC QUOTE */
.ca-about-center .ca-about-text p:first-child {
  font-style: italic;
}

/* NAME LINE */
.ca-about-center .ca-about-text p:last-child {
  font-weight: 600;
  margin-top: 6px;
}

/* =====================================
   MESSAGE FROM CHAIRPERSON
   ===================================== */

/* TWO COLUMN LAYOUT */
.ca-chairperson .ca-about-inner {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* IMAGE */
.ca-chairperson .ca-about-image img {
  width: 100%;
  display: block;
}

/* NAME STRIP */
.ca-chairperson-name {
  background: #f6c400;
  color: #000;
  padding: 12px 10px;
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
}

.ca-chairperson-name span {
  font-size: 13px;
}

/* TEXT */
.ca-chairperson .ca-about-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 14px;
  text-align: justify;
}

/* FIRST GREETING LINE */
.ca-chairperson .ca-about-text p:first-child {
  font-weight: 600;
}

/* =====================================
   GOVERNING COUNCIL – CA PARIVAAR STYLE
   ===================================== */

.ca-governing-list {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

/* EACH MEMBER */
.ca-governing-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  align-items: start;
}


.ca-governing-item .ca-governing-img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}


.ca-governing-text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  position: relative;
  padding-left: 14px;
  font-weight: 600;
}

.ca-governing-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 18px;
  background: #f6c400;
}


/* MEMBER DESCRIPTION */
.ca-governing-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

/* MEMBER DESCRIPTION */
.ca-management-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .ca-governing-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ca-governing-item .ca-governing-img {
    margin-bottom: 15px;
  }

  .ca-governing-item .ca-governing-img img {
    max-width: 260px;
    margin: auto;
  }
}

/* ===============================
   CONFERENCE & MEETINGS (ISOLATED)
   =============================== */

.ca-conference-wrapper {
  padding: 40px 0 70px;
}

.ca-conference-container {
  width: 82%;
  margin: auto;
  display: flex;          /* FORCE side-by-side */
  gap: 40px;
  align-items: flex-start;
}

/* LEFT IMAGE */
.ca-conference-left {
  flex: 1;
}

.ca-conference-left img {
  width: 100%;
  display: block;
}

/* RIGHT CONTENT */
.ca-conference-right {
  flex: 1;
  padding-top: 10px;      /* matches CA spacing */
}

.ca-conference-right p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
  text-align: justify;
}

/* HEADING */
.ca-conference-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  padding-left: 14px;
}

.ca-conference-title span {
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 22px;
  background: #f1b400;
}

/* LIST */
.ca-conference-right ul {
  padding-left: 18px;
  margin-top: 10px;
}

.ca-conference-right li {
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 6px;
}

/* =====================================
   SHOOTING PAGE – CA PARIVAAR STYLE
   ===================================== */

.ca-page-subtitle {
  text-align: center;
  font-size: 15px;
  margin-top: 6px;
  color: #444;
}

/* MAIN SECTION */
.ca-shooting {
  padding: 30px 0 60px;
}

.ca-shooting-inner {
  width: 82%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 45px;
  align-items: center;
}

/* TEXT */
.ca-shooting-text h3 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}

.ca-shooting-text h3 span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 20px;
  background: #f6c400;
}

.ca-shooting-text p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #333;
}

.ca-shooting-text strong {
  display: block;
  margin: 14px 0 8px;
}

.ca-shooting-text ul {
  padding-left: 18px;
}

.ca-shooting-text ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* IMAGE */
.ca-shooting-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.amenities-section {
  max-width: 1400px;   /* wide container */
  margin: 0 auto;
  padding: 0 80px;     /* <-- THIS gives left/right space */
}

.amenity-item {
  position: relative;
  overflow: hidden;
  background: #000;
}

.amenity-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

/* ZOOM IMAGE SLIGHTLY */
.amenity-item:hover img {
  transform: scale(1.08);
}


.amenity-overlay {
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: #2f2f2f;

  padding: 35px 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;   /*  KEY LINE */
  transition: left .45s ease;
}

/* SLIDE IN */
.amenity-item:hover .amenity-overlay {
  left: 0;
}
.amenity-overlay h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;

  border-left: 4px solid #f6c400;
  padding-left: 14px;

  margin: 0;              /* remove auto spacing */
  text-align: left;
}


.btn-look {
  background: #f6c400;
  color: #000;
  border: none;

  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;

  align-self: flex-end;   /*  RIGHT SIDE */
  margin-bottom: 5px;     /* little breathing space */

  cursor: pointer;
}

.btn-look {
  margin-bottom: -6px;   /* move DOWN */
}


.amenity-overlay h3 {
  margin-top: -10px;   /* move UP (increase value if needed) */
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.gallery-modal img {
  max-width: 85%;
  max-height: 85%;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.gallery-prev { left: 30px; }
.gallery-next { right: 30px; }

@media (max-width: 768px) {
  .amenity-overlay {
    background: #2f2f2f;
    padding: 20px;
  }

  .amenity-overlay h3 {
    font-size: 18px;
  }

  .btn-look {
    font-size: 12px;
    padding: 6px 14px;
  }
}

@media (max-width: 768px) {
  .amenities-section {
    padding: 0 15px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .amenities-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ca-shooting-inner {
    grid-template-columns: 1fr;
  }

  .ca-shooting-image img {
    height: auto;
  }
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .ca-conference-container {
    flex-direction: column;
  }
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .ca-chairperson .ca-about-inner {
    grid-template-columns: 1fr;
  }

  .ca-chairperson .ca-about-image {
    text-align: center;
  }

  .ca-chairperson .ca-about-image img {
    max-width: 260px;
    margin: auto;
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .ca-contact-grid {
    grid-template-columns: 1fr;
  }

  .ca-about-inner {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .ca-about-image {
    text-align: center;
    margin-bottom: 25px;
  }

  .ca-about-image img {
    max-width: 280px;
  }
}

@media (max-width: 576px) {
  .ca-inner-banner {
    height: 200px;
  }

  .ca-page-title h1 {
    font-size: 26px;
  }
}


/* ===== GALLERY SECTION ===== */
.ca-gallery {
  padding: 20px 0 60px; /* less top, same bottom */
  background: #ffffff;
}

/* Masonry layout */
.masonry-gallery {
  column-count: 4;
  column-gap: 12px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 18px;
  border: 2px solid #eee;
  background: #fff;
  overflow: hidden; /* VERY IMPORTANT */
  transition: border-color 0.3s ease;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Inside zoom effect */
.gallery-item:hover img {
  transform: scale(1.06);
}

/* Yellow border on hover */
.gallery-item:hover {
  border-color: #f5b400;
}

/* Responsive */
@media (max-width: 1200px) {
  .masonry-gallery { column-count: 3; }
}

@media (max-width: 768px) {
  .masonry-gallery { column-count: 2; }
}

@media (max-width: 480px) {
  .masonry-gallery { column-count: 1; }
}
/* ===== LIGHTBOX ===== */
#ca-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#ca-lightbox.active {
  display: flex;
}

.ca-lightbox-img {
  max-width: 90%;
  max-height: 85%;
}

.ca-close {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

.ca-prev,
.ca-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 45px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.ca-prev { left: 20px; }
.ca-next { right: 20px; }

.ca-counter {
  position: absolute;
  top: 20px;
  left: 25px;
  color: #fff;
  font-size: 16px;
}

/* =========================
   MOBILE BANNER FIX
========================= */

@media (max-width: 992px) {
  .ca-banner {
    height: 240px;               /* smaller banner */
    padding-top: 64px;           /* smaller header */
    background-position: center top;
  }

  .ca-breadcrumb {
    padding: 0 24px 18px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .ca-banner {
    height: 190px;               /* perfect mobile height */
    padding-top: 56px;
    background-position: center top;
  }

  .ca-breadcrumb {
    padding: 0 16px 14px;
    font-size: 12px;
    text-align: right;           /* keep CA Parivaar style */
  }
}


/* ===== Membership SECTION ===== */

.membership-benefits {
  padding:  20px 0 60px;   /* reduced */
  
}

.membership-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 70px;
}

/* TWO COLUMN ROW */
.mb-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;               /* closer like CA Parivaar */
  margin-bottom: 35px;    /* reduced */
}

/* HEADINGS */
.mb-col h3,
.mb-full h3 {
  font-size: 19px;
  font-weight: 600;
  padding-left: 12px;
  border-left: 4px solid #f6c400;
  margin-bottom: 10px;   /* tighter */
}

/* PARAGRAPHS */
.mb-col p,
.mb-full p {
  font-size: 14.5px;
  line-height: 1.85;
  margin-bottom: 6px;    /* THIS is key */
  color: #222;
}

/* FULL WIDTH BLOCK */
.mb-full {
  margin-bottom: 30px;   /* reduced */
}

/* MOBILE */
@media (max-width: 992px) {
  .mb-row {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 25px;
  }

  .membership-wrap {
    padding: 0 22px;
  }
}

/* ===== Testimonial SECTION ===== */

.ca-testimonial-wrap {
  padding: 10px 0 20px;   /* tight like CA Parivaar */
}

.ca-testimonial-row {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  position: relative;
}

.ca-testimonial-row::after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d6d6d6;
  transform: translateX(-50%);
}


.ca-testimonial-box {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* LEFT PERSON INFO */
.ca-person {
  min-width: 200px;
}

.ca-person h4 {
  margin: 0;
  font-size: 19px;   /* ↓ reduced size */
  font-weight: 600;
  display: inline-block;
}

.ca-person p {
  margin: 2px 0;
  font-size: 14px;
}

.yellow-line {
  display: inline-block;
  width: 4px;
  height: 22px;              /* matched with text */
  background: #f5b400;
  margin-right: 8px;
  vertical-align: middle;
}

/* FEEDBACK TABLE */
.ca-feedback {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

/* HEADER ROW */
.ca-feedback thead th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 6px 10px;
  font-weight: 600;
  font-size: 14px;
}

/* FEEDBACK WORD – shift slightly right */
.ca-feedback .feedback-empty {
  
}

/* EMPTY RIGHT HEADER CELL */
.ca-feedback .feedback-title {
  text-align: center;
  padding-left: 20px;   /* ← THIS shifts "Feedback" right */
}

.ca-feedback td {
  border: 1px solid #ddd;
  padding: 6px 10px; /* SMALL PADDING = NO EXTRA SPACE */
  text-align: center;

}

.ca-feedback td:last-child {
  text-align: center;
}


/* IMAGE INSIDE TESTIMONIAL  */
.ca-person img {
  width: 200px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .ca-testimonial-row::after {
    display: none;
  }
}
@media (max-width: 768px) {

  .ca-testimonial-box {
    flex-direction: column;
    gap: 10px;
  }

  .ca-person {
    min-width: auto;
  }

  .ca-feedback {
    font-size: 13px;
  }

  .ca-testimonial-row {
    padding: 15px 0;
  }
}
/* ===== AFFILIATION LAYOUT ===== */
.ca-affiliation-wrapper {
  display: flex;
  max-width: 1300px;
  margin: 40px auto;
  gap: 40px;
  position: relative;
padding-left: 30px;

}

/* LEFT FILTER */
.ca-affiliation-filter {
  width: 260px;
  position: sticky;
  top: 120px;
}

.ca-affiliation-filter h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

.ca-affiliation-filter label {
  font-style: italic;
  margin-top: 20px;
  display: block;
}

.ca-affiliation-filter select {
  width: 100%;
  padding: 8px 10px;
  margin-top: 8px;
  border: 1px solid #ccc;
}

/* RIGHT LIST */
/* ===== AFFILIATION LIST ===== */
.ca-affiliation-list {
  flex: 1;
  background: #fff;
  padding: 30px;
  max-height: 650px;
  overflow-y: auto;
}

/* SINGLE ITEM CARD */
.ca-affiliation-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  transition: background 0.2s ease;
}

.ca-affiliation-item:hover {
  background: #f9f9f9;
}

/* LEFT TEXT */
.ca-affiliation-text {
  flex: 1;
  padding-right: 20px;
}

.ca-affiliation-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ca-affiliation-text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0;
}

.ca-affiliation-text i {
  color: #9a9a9a;; /* CA Parivaar icon color */
  margin-right: 6px;
}

.ca-affiliation-text a {
  color: #000;              /* same as normal text */
  text-decoration: none;   /* remove underline */
  font-weight: normal;
}
/* ===== AFFILIATION INTRO TEXT ===== */
.ca-affiliation-intro {
  max-width: 1300px;
  margin: 0 auto 30px;
  padding-left: 30px; /* align with affiliation layout */
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.ca-affiliation-intro p {
  margin-bottom: 12px;
}

.ca-affiliation-download {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.ca-affiliation-download a {
  color: #f5b400; /* CA Parivaar yellow */
  text-decoration: none;
}

.ca-affiliation-download a:hover {
  text-decoration: underline;
}

/* LOGO ON RIGHT */
.ca-affiliation-logo {
  max-width: 120px;
  text-align: right;
}

.ca-affiliation-logo img {
  max-height: 60px;
  object-fit: contain;
  vertical-align: middle;

}
/* Club title with yellow left line */
.ca-club-title {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}

.ca-club-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 25px;
  background-color: #f5b400; /* CA Parivaar yellow */
}

/* ===== CA PARIVAAR YELLOW SCROLLBAR ===== */

/* Chrome, Edge, Safari */
.ca-affiliation-list::-webkit-scrollbar {
  width: 8px;
}

.ca-affiliation-list::-webkit-scrollbar-track {
  background: #f2f2f2; /* light grey track */
  border-radius: 10px;
}

.ca-affiliation-list::-webkit-scrollbar-thumb {
  background-color: #f5b400; /* CA Parivaar yellow */
  border-radius: 10px;
}

.ca-affiliation-list::-webkit-scrollbar-thumb:hover {
  background-color: #e0a800; /* slightly darker on hover */
}

/* Firefox */
.ca-affiliation-list {
  scrollbar-width: thin;
  scrollbar-color: #f5b400 #f2f2f2;
}

@media (max-width: 768px) {

  /* Affiliation wrapper: stack filter and list vertically */
  .ca-affiliation-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;  /* <-- add this for left/right spacing */
  }

  /* Filter moves above list, full width */
  .ca-affiliation-filter {
    width: 100%;
    position: relative; /* remove sticky */
    top: auto;
    padding: 0 10px; /* optional extra spacing */
  }

  /* Dropdown full width */
  .ca-affiliation-filter select {
    width: 100%;
  }

  /* Affiliation list padding smaller */
  .ca-affiliation-list {
    padding: 20px;
    max-height: none;
    box-sizing: border-box;
  }

  /* Each item stacked vertically */
  .ca-affiliation-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }

  /* Divider hidden on mobile */
  .ca-affiliation-divider {
    display: none;
  }

  /* Logo below text, smaller */
  .ca-affiliation-logo {
    margin-top: 10px;
    width: 100%;
    text-align: left;
  }

  .ca-affiliation-logo img {
    max-width: 120px;
    height: auto;
  }



  /* ---- ADD EXTRA LEFT PADDING FOR TEXT ---- */
  .ca-affiliation-text {
    padding-left: 10px;  /* adjust this value as needed */
  }

}
