/* ===================================================================
   MIICCIA / CWCCI — shared site stylesheet (extracted from design HTML)
   =================================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Arial, sans-serif; color: #333; background: #fff; font-size: 14px; line-height: 1.5; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1340px; margin: 0 auto; padding: 0 15px; }

/* ===== TOP ORANGE BAR ===== */
.top-bar {
  background: #d9b100;
  color: #222;
  padding: 10px 0; font-size: 13px;
  border-bottom: 1px solid #c19d00;
}
.top-bar a { color: #222; }
.top-bar .info i { color: #222; }
.top-bar .iso b  { color: #222; }
.top-bar .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.top-bar .info { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.top-bar .info span { display: flex; align-items: center; gap: 8px; }
.top-bar .info i { font-size: 15px; }
.top-bar .iso { font-weight: 500; }
.top-bar .iso b { font-weight: 700; }

/* Socials */
.header-socials { display: flex; gap: 6px; flex-shrink: 0; }
.header-socials a {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 13px;
}
.header-socials a.fb { background: #3b5998; }
.header-socials a.tw { background: #1da1f2; }
.header-socials a.ig { background: #c32aa3; }
.header-socials a.li { background: #0077b5; }
.header-socials a.yt { background: #ff0000; }

/* ===== HEADER LOGO SECTION ===== */
.header-logo { background: #fff; padding: 12px 0; }
.header-logo .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; position: relative; }
.logo-wrap { text-align: center; flex-shrink: 0; }
.logo-wrap img { width: 150px; height: 80px; object-fit: contain; margin: 0; }
.logo-wrap .tagline { font-size: 11px; color: #333; margin-top: 3px; font-style: italic; }
.header-title { flex: 1; text-align: center; }
.header-title h1 { font-size: 19px; font-weight: 700; letter-spacing: 0.3px; white-space: nowrap; }
.header-title h1 .orange { color: #e85d27; }
.header-title h1 .green { color: #1e7a1e; }
.header-title h1 sup { font-size: 60%; vertical-align: super; line-height: 1; margin-left: 3px; font-weight: 700; }

/* ===== NAVIGATION ===== */
.main-nav { background: #e91e63; position: relative; }
.main-nav .container { display: flex; justify-content: flex-end; position: relative; }
.main-nav > .container > ul { list-style: none; display: flex; }
.main-nav > .container > ul > li { position: relative; }
.main-nav > .container > ul > li.mega-parent { position: static; }
.main-nav > .container > ul > li > a {
  color: #fff; padding: 13px 16px; display: flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 500; transition: background 0.2s;
}
.main-nav > .container > ul > li > a:hover,
.main-nav > .container > ul > li > a.active { background: #b5144f; }
.main-nav > .container > ul > li > a i { font-size: 13px; }

/* Dropdowns */
.main-nav .dropdown {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: #c9185a; border-top: 2px solid #0f3d0f;
  list-style: none; display: none; z-index: 100;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  flex-direction: column;
}
.main-nav > .container > ul > li:hover > .dropdown { display: flex; }
.main-nav .dropdown li { display: block; list-style: none; }
.main-nav .dropdown li a {
  color: #fff; padding: 10px 16px; display: block;
  font-size: 13px; font-weight: 400;
  border-bottom: 1px dashed rgba(255,255,255,0.25);
  white-space: nowrap;
}
.main-nav .dropdown li:last-child a { border-bottom: none; }
.main-nav .dropdown li a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.main-nav .dropdown li a.highlight { color: #fff; }

/* Mega menu */
.main-nav .mega-menu {
  position: absolute; top: 100%; left: 15px; right: 15px;
  background: #c9185a; border-top: 2px solid #0f3d0f;
  padding: 14px 20px; display: none; z-index: 100;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
.main-nav > .container > ul > li:hover > .mega-menu { display: block; }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 30px; }
.mega-grid ul { list-style: none; }
.mega-grid ul li { list-style: none; display: block; }
.mega-grid ul li a {
  color: #fff; padding: 10px 0; display: block;
  font-size: 13px; font-weight: 400;
  border-bottom: 1px dashed rgba(255,255,255,0.25);
  white-space: normal;
}
.mega-grid ul li a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.mega-grid ul li a.highlight { color: #fff; }

/* ===== HERO BANNER (inner pages) ===== */
.hero-banner {
  width: 100%; height: 380px;
  background-size: cover; background-position: center;
  background-repeat: no-repeat;
}

/* ===== INNER PAGE CONTENT ===== */
.chamber-section { padding: 34px 0 50px; background: #fff; }
.chamber-inner { max-width: 960px; margin: 0 auto; padding: 0 15px; }

/* Page label used by chamber-section AND service-section */
.page-label {
  display: inline-block; background: #1e7a1e; color: #fff;
  padding: 10px 22px; font-size: 18px; font-weight: 700;
  margin-bottom: 22px;
}
.page-label::after {
  content: ''; display: inline-block; width: 6px; height: 6px;
  background: #e85d27; border-radius: 50%; vertical-align: top;
  margin-left: 4px; margin-top: 2px;
}
@media (max-width: 640px) {
  .page-label { font-size: 15px; padding: 8px 16px; }
}
.chamber-section p, .chamber-section li {
  font-size: 14px; color: #333; line-height: 1.75;
  margin-bottom: 14px; text-align: justify;
}
.chamber-section h2, .chamber-section h3, .chamber-section h4 {
  color: #1e7a1e; margin: 18px 0 10px; font-weight: 700;
}
.chamber-section ul, .chamber-section ol { margin: 0 0 14px 22px; }

/* ===== CARDS / HOME ===== */
.card-head-green {
  background: #1e7a1e; color: #fff; padding: 12px 16px;
  font-weight: 600; font-size: 15px; letter-spacing: 0.3px;
}
.card-head-orange {
  background: #d9b100; color: #222; padding: 12px 16px;
  font-weight: 600; font-size: 15px; letter-spacing: 0.3px;
}
.card-head-orange span, .card-head-green span { font-weight: 400; opacity: 0.92; }

/* ===== HOME GRID ===== */
.main-section { padding: 18px 0; background: #fff; }
.main-grid { display: grid; grid-template-columns: 300px 1fr 300px; gap: 18px; }

.left-col { display: flex; flex-direction: column; gap: 14px; }
.programme-card { border: 1px solid #e5e5e5; }
.programme-orange { background: #d9b100; color: #222; padding: 16px; font-weight: 700; font-size: 14px; line-height: 1.4; }
.programme-date { padding: 10px 16px; color: #333; font-weight: 600; font-size: 13px; background: #f5f5f5; }
.programme-date i { color: #e85d27; margin-right: 6px; }
.programme-card > img { width: 100%; height: 160px; object-fit: cover; }
.programme-desc { padding: 14px 16px; font-size: 13px; color: #444; line-height: 1.55; background: #f5f5f5; }

.minister-card { border: 1px solid #e5e5e5; }
.minister-card > img { width: 100%; height: 210px; object-fit: cover; }
.minister-desc { padding: 14px 16px; font-size: 13px; color: #444; line-height: 1.6; background: #f5f5f5; }
.minister-desc .readmore { color: #e85d27; font-weight: 500; }

.testimonial-card { border: 1px solid #e5e5e5; }
.testimonial-video { position: relative; background: #000; aspect-ratio: 16/10; overflow: hidden; }
.testimonial-video img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 50px; height: 50px; background: rgba(255,255,255,0.85); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.play-btn i { color: #e85d27; font-size: 18px; margin-left: 3px; }
.dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; }
.dots span { width: 7px; height: 7px; background: rgba(255,255,255,0.6); border-radius: 50%; }
.dots span.active { background: #e85d27; }

/* ===== MIDDLE COLUMN ===== */
.middle-col { display: flex; flex-direction: column; gap: 14px; }
.banner-slider { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid #e5e5e5; background: #eee; }
.banner-track { display: flex; height: 100%; transition: transform 0.6s ease; }
.banner-track > div {
  height: 100%; flex-shrink: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.banner-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 44px; background: rgba(0,0,0,0.45);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 16px; cursor: pointer; z-index: 3;
  transition: background 0.15s;
  border: 0;
}
.banner-arrow:hover { background: rgba(0,0,0,0.75); }
.banner-arrow.prev { left: 0; }
.banner-arrow.next { right: 0; }

.ad-slider { position: relative; overflow: hidden; border: 2px solid #e85d27; background: #3cb54a; height: 60px; }
.ad-track { display: flex; height: 100%; transition: transform 0.6s ease; }
.ad-track > div {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 600; font-size: 18px; text-align: center; padding: 0 10px;
}

.about-section { padding: 14px 0; text-align: center; }
.about-section h2 { font-size: 24px; font-weight: 700; margin-bottom: 16px; color: #222; }
.about-section h2 span { color: #e85d27; }
.about-section p { font-size: 13.5px; text-align: justify; line-height: 1.75; color: #444; margin-bottom: 12px; }

.vision-area { position: relative; padding: 20px 0; background-size: cover; background-position: center;
  background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url('https://picsum.photos/id/1040/1200/400'); }
.vision-wrap { display: flex; align-items: center; justify-content: center; gap: 20px; position: relative; min-height: 280px; }
.vision-circle {
  width: 150px; height: 150px; background: #1e7a1e; color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px; text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2); flex-shrink: 0; border: 4px solid #fff;
}
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vision-box {
  width: 130px; height: 130px; background: #fff; border: 2px solid #e85d27;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.vision-box:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,0.18); }
.vision-box .icon-circle {
  width: 55px; height: 55px; border: 2px solid #333; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 24px; color: #333;
}
.vision-box span { font-weight: 700; font-size: 13px; color: #222; }
.vision-center-dot {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 18px; height: 18px; background: #fff; border: 3px solid #e85d27; border-radius: 50%; z-index: 2;
}

/* ===== RIGHT COLUMN ===== */
.right-col { display: flex; flex-direction: column; gap: 14px; }
.event-videos-card { border: 1px solid #e5e5e5; }
.event-videos-slider { position: relative; overflow: hidden; background: #000; aspect-ratio: 4/3; }
.event-videos-track { display: flex; height: 100%; transition: transform 0.6s ease; }
.event-videos-track > div { height: 100%; flex-shrink: 0; position: relative; background-size: cover; background-position: center; }
.awards-card { border: 1px solid #e5e5e5; }
.awards-card img { width: 100%; height: 200px; object-fit: cover; }
.makeinindia-card { border: 1px solid #e5e5e5; }
.makeinindia-card img { width: 100%; height: 240px; object-fit: cover; }

/* ===== EVENTS SECTION ===== */
.events-section { padding: 22px 0; background: #fff; }
.section-head-bar { background: #f2f2f2; display: flex; align-items: center; margin-bottom: 18px; }
.section-head-bar .label-green {
  background: linear-gradient(135deg, #1e7a1e 0%, #1e7a1e 55%, #d9b100 100%);
  color: #fff; padding: 12px 26px;
  font-weight: 700; font-size: 16px;
  border-left: 5px solid #d9b100;
  letter-spacing: 0.3px;
}
.section-head-bar .label-text { padding: 12px 18px; color: #333; font-size: 14px; }
.section-head-bar .label-text .new { color: #e85d27; font-weight: 700; margin-right: 10px; }
.section-head-bar .label-text a { color: #e85d27; }

.events-carousel { position: relative; padding: 0 44px; overflow: hidden; }
.events-track { display: flex; gap: 14px; animation: eventsSlide 16s ease-in-out infinite; width: max-content; }
.events-track .event-card { width: 300px; flex-shrink: 0; }
@keyframes eventsSlide {
  0%, 18%   { transform: translateX(0); }
  22%, 40%  { transform: translateX(-314px); }
  44%, 62%  { transform: translateX(-628px); }
  66%, 84%  { transform: translateX(-942px); }
  88%, 100% { transform: translateX(-1256px); }
}
.events-carousel:hover .events-track { animation-play-state: paused; }
.event-card { position: relative; border: 1px solid #e5e5e5; overflow: hidden; cursor: pointer; background: #fff; }
.event-card .event-top { background: #d9b100; color: #222; padding: 10px 14px; font-weight: 600; font-size: 14px; }
.event-card img { width: 100%; height: 170px; object-fit: cover; display: block; }
.event-card .event-bottom { background: #d9b100; color: #222; padding: 10px 14px; font-weight: 600; font-size: 14px; }
.event-card .view-btn {
  position: absolute; top: 44%; left: 14px;
  background: #2ecc71; color: #fff; padding: 6px 14px;
  border-radius: 3px; display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500;
}
.carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; background: #f4a57a; color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 16px; z-index: 2;
}
.carousel-arrow.prev { left: 0; }
.carousel-arrow.next { right: 0; }

/* ===== GALLERY ===== */
.gallery-section { padding: 22px 0; background: #fff; }
.gallery-carousel { position: relative; padding: 0 44px; overflow: hidden; }
.gallery-track { display: flex; gap: 14px; animation: gallerySlide 16s ease-in-out infinite; width: max-content; }
.gallery-track img { width: 300px; height: 180px; object-fit: cover; border: 1px solid #e5e5e5; flex-shrink: 0; }
@keyframes gallerySlide {
  0%, 18%   { transform: translateX(0); }
  22%, 40%  { transform: translateX(-314px); }
  44%, 62%  { transform: translateX(-628px); }
  66%, 84%  { transform: translateX(-942px); }
  88%, 100% { transform: translateX(-1256px); }
}
.gallery-carousel:hover .gallery-track { animation-play-state: paused; }

.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px; margin: 20px auto 0;
  max-width: 1180px; padding: 0 15px;
}
.gallery-grid .gallery-item {
  overflow: hidden; border: 1px solid #e5e5e5;
  aspect-ratio: 4/3; position: relative;
}
.gallery-grid .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-grid .gallery-item:hover img { transform: scale(1.08); }

/* ===== SUBSCRIBE ===== */
.subscribe-section {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
              url('https://picsum.photos/id/119/1600/400');
  background-size: cover; background-position: center;
  padding: 60px 0; color: #fff; position: relative;
}
.subscribe-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.subscribe-left { flex: 1; }
.subscribe-left h2 { font-size: 30px; font-weight: 400; margin-bottom: 20px; }
.subscribe-form { display: flex; gap: 10px; flex-wrap: wrap; }
.subscribe-form input {
  padding: 12px 14px; border: none; background: rgba(255,255,255,0.95);
  width: 220px; font-size: 13px; border-radius: 2px;
}
.subscribe-form button {
  padding: 12px 28px; background: #e85d27; color: #fff;
  border: none; font-size: 14px; cursor: pointer; border-radius: 2px; font-weight: 500;
}
.subscribe-form button:hover { background: #d04d1a; }
.justdial-badge {
  width: 320px; flex-shrink: 0; background: #0e344a; padding: 16px; color: #fff;
  display: flex; align-items: center; gap: 14px; border-radius: 4px;
}
.justdial-badge img { width: 100px; height: 120px; object-fit: cover; border-radius: 4px; }
.justdial-text { flex: 1; text-align: center; }
.justdial-text .seal {
  width: 60px; height: 60px; border-radius: 50%;
  background: #d4a017; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 6px; font-weight: 700; font-size: 11px; color: #000;
}
.justdial-text .name { font-weight: 700; margin-bottom: 2px; font-size: 15px; }
.justdial-text .sub { font-size: 11px; opacity: 0.8; margin-bottom: 6px; }
.justdial-text .stars { color: #f39c12; margin-bottom: 4px; }
.justdial-text .jd { font-size: 20px; font-weight: 700; font-style: italic; }
.justdial-text .jd .red { color: #e74c3c; }

/* ===== SUPPORTED BY ===== */
.supported-section { padding: 36px 0; background: #fff; }
.supported-section h2 { text-align: center; font-size: 24px; font-weight: 700; color: #1e3a5f; margin-bottom: 4px; }
.supported-deco { width: 120px; height: 2px; background: linear-gradient(to right, transparent, #1e3a5f, transparent); margin: 0 auto 30px; position: relative; }
.supported-deco::after { content: '*'; position: absolute; left: 50%; top: -12px; transform: translateX(-50%); color: #1e3a5f; font-size: 22px; }
.supported-marquee { overflow: hidden; width: 100%; position: relative; }
.supported-track { display: flex; gap: 18px; width: max-content; animation: marquee 25s linear infinite; }
.supported-item { width: 200px; flex-shrink: 0; display: flex; flex-direction: column; border: 1px solid #e5e5e5; }
.supported-item .logo-area { height: 110px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 14px; text-align: center; font-weight: 700; font-size: 15px; }
.supported-item .logo-area img { max-height: 80px; width: auto; }
.brand-box { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 4px; padding: 8px; }
.brand-box.superb { background: #fff; color: #222; border: 1px solid #eee; }
.brand-box.patanjali { background: #fff; color: #c0392b; }
.brand-box.idfc { background: #c0392b; color: #fff; }
.brand-box.nri { background: #fff; color: #c0392b; }
.brand-box.infotech { background: #fff; color: #1ba5a5; }
.brand-box.partner { background: #c0392b; color: #fff; }
.supported-item .label { background: #e85d27; color: #fff; text-align: center; padding: 8px; font-size: 13px; font-weight: 600; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== FOOTER ===== */
footer {
  background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
  color: #c8c8c8; padding: 50px 0 0;
  border-top: 3px solid #d9b100;
}
footer .container { max-width: 1340px; margin: 0 auto; padding: 0 40px; }
.footer-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 40px; padding-bottom: 36px;
}
.footer-col h4 {
  color: #fff; font-size: 16px; font-weight: 600; letter-spacing: 0.3px;
  margin-bottom: 18px; padding-bottom: 12px;
  border-bottom: 2px solid #2a2a2a; position: relative;
}
.footer-col h4::after {
  content: ''; position: absolute; left: 0; bottom: -2px;
  width: 42px; height: 2px; background: #d9b100;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li {
  padding: 8px 0; font-size: 13.5px; color: #c8c8c8;
  display: flex; align-items: flex-start; gap: 12px; line-height: 1.6;
}
.footer-col ul li i { width: 14px; color: #d9b100; margin-top: 4px; flex-shrink: 0; }
.footer-col ul li a { color: #c8c8c8; transition: color .15s, padding-left .15s; }
.footer-col ul li a:hover { color: #d9b100; padding-left: 3px; }
.footer-logo {
  width: 160px; height: auto; max-height: 100px; object-fit: contain;
  margin-bottom: 16px; background: #fff; padding: 10px; border-radius: 4px;
}
.footer-btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  padding: 10px 20px; margin-top: 10px; color: #fff;
  border-radius: 24px; font-weight: 500; font-size: 13px;
  transition: transform .15s, box-shadow .15s;
}
.footer-btn:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.footer-btn.orange { background: #d9b100; color: #222; }
.footer-btn.orange:hover { color: #222; }
.footer-btn.teal   { background: #1ba5a5; }
.footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.footer-socials a {
  width: 36px; height: 36px; border-radius: 50%; background: #2a2a2a;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; transition: background .15s, transform .15s;
}
.footer-socials a:hover { background: #d9b100; color: #222; transform: translateY(-2px); }
.footer-bottom {
  background: #1e7a1e; color: #fff; padding: 14px 0; text-align: center;
  font-size: 13px; border-top: 1px solid #2d5a2d;
}
.footer-bottom .container {
  display: flex; justify-content: center; align-items: center;
  gap: 28px; flex-wrap: wrap;
}
.footer-bottom span { padding: 0 10px; }
.footer-bottom b { color: #fff; }

/* ===== LISTING CARDS (events, news, etc.) ===== */
.listing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; margin-top: 20px; }
.listing-card { border: 1px solid #e5e5e5; background: #fff; display: flex; flex-direction: column; }
.listing-card img { width: 100%; height: 180px; object-fit: cover; }
.listing-card .listing-body { padding: 14px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.listing-card .listing-body h3 { font-size: 15px; color: #1e7a1e; }
.listing-card .listing-body p { font-size: 13px; color: #555; line-height: 1.55; }
.listing-card .listing-body .meta { font-size: 12px; color: #e85d27; font-weight: 600; }
.listing-card .listing-body .btn-more {
  align-self: flex-start; background: #e85d27; color: #fff;
  padding: 6px 14px; font-size: 13px; border-radius: 3px; margin-top: auto;
}

/* ===== FORMS ===== */
.form-wrap { max-width: 720px; margin: 0 auto; padding: 24px; background: #f8f8f8; border: 1px solid #eee; }
.form-wrap h3 { color: #1e7a1e; margin-bottom: 20px; font-size: 22px; text-align: center; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 6px; color: #333; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 10px 12px; border: 1px solid #ddd; background: #fff;
  font-size: 14px; border-radius: 3px;
}
.form-row textarea { min-height: 100px; }
.form-row .error { color: #d04d1a; font-size: 12px; margin-top: 4px; }
.form-submit {
  background: #e85d27; color: #fff; padding: 11px 28px;
  border: none; font-size: 14px; font-weight: 500; border-radius: 3px; cursor: pointer;
}
.form-submit:hover { background: #d04d1a; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.flash-success { background: #d4edda; color: #155724; padding: 12px 16px; border-left: 4px solid #2ecc71; margin: 0 0 16px; }
.flash-error { background: #f8d7da; color: #721c24; padding: 12px 16px; border-left: 4px solid #e85d27; margin: 0 0 16px; }

/* ===== PRESIDENT DESK ===== */
.prez-section { padding: 34px 0 20px; background: #fff; }
.prez-inner   { max-width: 1100px; margin: 0 auto; padding: 0 15px; }
.prez-bio     { padding-bottom: 22px; overflow: hidden; }
.prez-bio h3  { color: #e85d27; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.prez-bio .subtitle { font-size: 13px; color: #555; margin-bottom: 8px; }
.prez-bio .role     { font-size: 15px; font-weight: 600; color: #1a3d8f; margin-bottom: 18px; }
.prez-bio .role span { color: #2a2a2a; font-weight: 500; }
.prez-bio img.photo {
  width: 200px; height: 240px; object-fit: cover; border: 1px solid #ddd;
  float: left; margin: 0 24px 12px 0;
}
.prez-bio p {
  font-size: 14px; color: #1a3d8f; line-height: 1.8; margin-bottom: 12px; text-align: justify;
}

.prez-msg-section {
  padding: 40px 0; border-top: 1px solid #d9d9d9;
  background-image: linear-gradient(rgba(255,255,255,0.86), rgba(255,255,255,0.86)),
                    url('https://picsum.photos/seed/miiccia-prez-msg/1600/800');
  background-size: cover; background-position: center;
  background-attachment: fixed; background-repeat: no-repeat;
}
.prez-msg-heading {
  text-align: center; color: #e85d27; font-size: 22px;
  font-weight: 700; letter-spacing: 1px; margin-bottom: 8px;
}
.stars-line {
  display: flex; justify-content: center; align-items: center; gap: 6px; margin: 10px 0 22px;
}
.stars-line::before, .stars-line::after { content: ''; width: 120px; height: 2px; background: #1a3d8f; }
.stars-line span { color: #f39c12; font-size: 15px; letter-spacing: 2px; }

.msg-box {
  background: #eef2f7; padding: 26px 50px; position: relative;
  max-width: 1100px; margin: 0 auto;
}
.msg-box::before, .msg-box::after {
  position: absolute; font-size: 40px; color: #1a3d8f;
  font-family: Georgia, serif; line-height: 1;
}
.msg-box::before { content: '\201C'; top: 14px; left: 18px; }
.msg-box::after  { content: '\201D'; bottom: 4px; right: 22px; }
.msg-box p { color: #1a3d8f; font-size: 13.5px; line-height: 1.85; margin-bottom: 10px; text-align: justify; }

.article-section {
  padding: 40px 30px; margin: 18px auto 0;
  max-width: 1200px; position: relative;
  background-image: linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
    url('https://picsum.photos/seed/miiccia-article-bg/1600/900');
  background-size: cover; background-position: center; background-attachment: fixed;
  border: 1px solid #e5e5e5;
}
.article-inner { max-width: 1100px; margin: 0 auto; padding: 0 15px; text-align: center; }
.article-section .by   { color: #1e7a1e; font-size: 22px; font-weight: 600; margin-bottom: 6px; }
.article-section .name { color: #e85d27; font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.article-section .role { color: #1a3d8f; font-size: 15px; font-weight: 700; margin-bottom: 20px; }
.article-item { margin-bottom: 18px; }
.article-item .title {
  color: #a2231f; font-size: 14px; font-weight: 600; line-height: 1.6;
}
.article-item .title .link { color: #e85d27; font-weight: 600; margin-left: 4px; }
.article-item .date {
  color: #888; font-size: 12.5px; margin-top: 3px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}

.videos-section { padding: 30px 0; background: #fff; }
.videos-inner   { max-width: 1100px; margin: 0 auto; padding: 0 15px; }
.videos-grid    { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; align-items: stretch; }
.video-item {
  display: flex; flex-direction: column;
}
.video-item .caption {
  color: #a2231f; font-size: 14px; font-weight: 600; text-align: center;
  margin-bottom: 12px; line-height: 1.6;
  /* Clamp to 3 lines and reserve the same vertical space on every card */
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; text-overflow: ellipsis;
  min-height: calc(3 * 1.6em);
}
.video-item .thumb, .single-video .thumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  background-size: cover; background-position: center; cursor: pointer;
  margin-top: auto;
}
.video-item .thumb .play, .single-video .thumb .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 68px; height: 48px; background: #ff0000; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px;
}
.video-item .thumb .play i, .single-video .thumb .play i { margin-left: 4px; }
.single-video { margin-top: 40px; max-width: 560px; }
.single-video .caption {
  color: #a2231f; font-size: 14px; font-weight: 600; margin-bottom: 12px; line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden; text-overflow: ellipsis;
}
@media (max-width: 900px) {
  .prez-bio img.photo { float: none; margin: 0 0 16px 0; width: 100%; max-width: 280px; height: auto; }
  .videos-grid { grid-template-columns: 1fr; }
  .msg-box { padding: 22px 30px; }
}

/* ===== PEOPLE (board / advisers / secretariat) — alternating layout ===== */
.director { padding: 22px 0; border-bottom: 1px solid #d9d9d9; overflow: hidden; }
.director h3 { color: #e85d27; font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.director .role { color: #1a3d8f; font-size: 14.5px; font-weight: 600; margin-bottom: 14px; }
.director img.photo { width: 180px; height: 220px; object-fit: cover; border: 1px solid #e5e5e5; }
.director.right img.photo { float: right; margin: 0 0 10px 20px; }
.director.left  img.photo { float: left;  margin: 0 20px 10px 0; }
.director p { font-size: 14px; color: #333; line-height: 1.8; margin-bottom: 12px; text-align: justify; }
.director .footer-line { font-weight: 700; color: #222; margin-top: 6px; }
.board-section { padding: 34px 0 50px; background: #fff; }
.board-inner { max-width: 1100px; margin: 0 auto; padding: 0 15px; }
@media (max-width: 900px) {
  .director img.photo { float: none !important; margin: 0 0 16px 0 !important; width: 100%; max-width: 280px; height: auto; }
}

/* Compact card grid still available for advisers/secretariat when many people */
.people-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; margin-top: 20px; }
.person-card { background: #fff; border: 1px solid #e5e5e5; text-align: center; padding-bottom: 16px; }
.person-card img { width: 100%; height: 240px; object-fit: cover; }
.person-card h4 { font-size: 15px; color: #1e7a1e; margin: 14px 0 4px; }
.person-card .desig { font-size: 13px; color: #e85d27; font-weight: 500; }
.person-card .bio { font-size: 12.5px; color: #555; padding: 8px 14px; line-height: 1.55; }

/* ===== MEMBERSHIP PLANS ===== */
.plans-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px; margin: 20px auto 0;
  max-width: 1180px; padding: 0 15px;
}
.plan-card {
  border: 1px solid #e5e5e5; background: #fff; padding: 22px;
  text-align: center;
  display: flex; flex-direction: column;
}
.plan-card h3 { color: #1e7a1e; font-size: 18px; }
.plan-card .price { font-size: 28px; color: #e85d27; font-weight: 700; margin: 12px 0; }
.plan-card .duration { font-size: 13px; color: #777; margin-bottom: 14px; }
.plan-card ul { list-style: none; text-align: left; padding: 0; flex: 1; margin: 0 0 14px; }
.plan-card ul li { padding: 6px 0; font-size: 13px; border-bottom: 1px dashed #eee; }
.plan-card ul li::before { content: '✓'; color: #1e7a1e; margin-right: 8px; font-weight: 700; }
.plan-card .apply-btn {
  align-self: center; background: #e85d27; color: #fff;
  padding: 10px 28px; font-size: 13.5px; font-weight: 600;
  border-radius: 3px; text-decoration: none; margin-top: auto;
  display: inline-block;
}
.plan-card .apply-btn:hover { background: #d04d1a; color: #fff; }

/* Give the full .chamber-section / .service-section content a centered container */
.chamber-section .listing-grid,
.service-section .listing-grid,
.chamber-section .people-grid,
.service-section .people-grid {
  max-width: 1180px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px;
}

/* ===== PRESS RELEASE ===== */
.service-section { padding: 30px 0 50px; }
.service-inner { max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.press-block { margin: 22px 0 30px; }
.press-block h3 { color: #c9266b; font-size: 18px; font-weight: 600; text-align: center; margin-bottom: 6px; }
.press-block .stars { text-align: center; color: #f39c12; font-size: 16px; letter-spacing: 4px; margin-bottom: 18px; }
.press-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 18px; align-items: start; }
.press-grid img { width: 100%; height: auto; border-radius: 4px; object-fit: cover; max-height: 420px; }
.press-grid p { font-size: 13.5px; line-height: 1.7; color: #333; text-align: justify; }
@media (max-width: 800px) {
  .press-grid { grid-template-columns: 1fr; }
}
.disclaimer { background: #efefef; border: 1px solid #e0e0e0; padding: 28px 30px; margin-top: 30px; text-align: center; }
.disclaimer h3 { font-size: 17px; font-weight: 700; color: #333; margin-bottom: 12px; letter-spacing: 0.5px; }
.disclaimer p { font-size: 13px; color: #555; line-height: 1.75; text-align: center; margin-bottom: 0; }

/* ===== NEWSLETTER ===== */
.filter-row { display: flex; gap: 22px; margin: 18px 0 22px; flex-wrap: wrap; align-items: flex-end; }
.filter-row .field { display: flex; flex-direction: column; gap: 6px; }
.filter-row label { font-size: 13.5px; font-weight: 600; color: #222; }
.filter-row select {
  background: #2a8cc6; color: #fff; padding: 10px 30px 10px 22px;
  font-size: 13.5px; font-weight: 600; border: none; border-radius: 3px;
  min-width: 160px; cursor: pointer; appearance: none;
}
.filter-row button {
  background: #e85d27; color: #fff; padding: 10px 22px; border: none;
  font-size: 13.5px; font-weight: 600; border-radius: 3px; cursor: pointer;
}
.year-banner {
  background: #d6ecfb; color: #1a3d8f; text-align: center;
  padding: 14px; font-weight: 600; font-size: 15px;
  border-radius: 3px; margin-bottom: 0;
}
.news-card {
  display: grid; grid-template-columns: 280px 1fr;
  background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url('https://picsum.photos/id/24/600/400');
  background-size: cover; padding: 20px; gap: 22px;
  align-items: start; border: 1px solid #e2e2e2; border-top: none;
}
.news-card .month-tag {
  background: #6c7a82; color: #fff; padding: 8px 18px;
  font-size: 13.5px; font-weight: 500; display: inline-block; margin-bottom: 14px;
}
.news-card .photo img { width: 220px; height: 220px; object-fit: cover; border-radius: 2px; }
.news-card h3 { color: #1a4470; font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.news-card .small { font-size: 13px; color: #444; line-height: 1.65; margin-bottom: 8px; }
.news-card .role { color: #c0392b; font-weight: 700; font-size: 14px; margin-bottom: 12px; }
.news-card .btn-download {
  display: inline-flex; align-items: center; gap: 6px;
  background: #e85d27; color: #fff; padding: 8px 18px; font-size: 13px;
  border-radius: 3px; margin-top: 10px;
}
@media (max-width: 700px) {
  .news-card { grid-template-columns: 1fr; }
  .news-card .photo img { width: 100%; height: auto; }
}

/* ===== CONTACT PAGE ===== */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 14px 0 6px; }
.contact-info { background: #f7f7f7; border-left: 4px solid #d9b100; padding: 24px; }
.contact-info h3 { font-size: 18px; color: #1e7a1e; font-weight: 700; margin-bottom: 14px; }
.contact-info .row { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px dashed #ddd; align-items: flex-start; }
.contact-info .row:last-child { border-bottom: none; }
.contact-info .row i {
  width: 34px; height: 34px; background: #d9b100; color: #222;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 14px;
}
.contact-info .row .txt { flex: 1; font-size: 13.5px; color: #333; line-height: 1.6; }
.contact-info .row .txt b { color: #222; display: block; margin-bottom: 2px; font-size: 14px; }
.contact-socials { display: flex; gap: 10px; margin-top: 16px; }
.contact-socials a { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; }
.contact-socials a.fb { background: #3b5998; } .contact-socials a.tw { background: #1da1f2; }
.contact-socials a.ig { background: #c32aa3; } .contact-socials a.li { background: #0077b5; }
.contact-socials a.yt { background: #ff0000; }

.contact-form { background: #fff; border: 1px solid #e5e5e5; padding: 24px; }
.contact-form h3 { font-size: 18px; color: #1e7a1e; font-weight: 700; margin-bottom: 14px; }
.contact-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .field { display: flex; flex-direction: column; gap: 6px; }
.contact-form .field.full { grid-column: 1 / -1; }
.contact-form label { font-size: 13px; font-weight: 600; color: #222; }
.contact-form input, .contact-form textarea, .contact-form select {
  padding: 10px 12px; font-size: 13.5px; border: 1px solid #ccc; background: #fff;
  font-family: inherit; border-radius: 2px;
}
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form .req { color: #e85d27; }
.contact-form .actions { margin-top: 14px; text-align: right; }
.contact-form .btn-send {
  background: #d9b100; color: #222; padding: 11px 38px; font-size: 14px;
  font-weight: 600; border: none; cursor: pointer; border-radius: 2px;
}
.contact-form .btn-send:hover { background: #c19d00; }
.map-wrap { margin-top: 20px; border: 1px solid #e5e5e5; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }
@media (max-width: 900px) {
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-form .form-grid { grid-template-columns: 1fr; }
}

/* ===== AWARDS LANDING ===== */
.awards-hero { background: #fff; padding: 18px 0 8px; text-align: center; border-bottom: 1px solid #eee; }
.awards-hero h2 { color: #c0392b; font-size: 22px; font-weight: 700; letter-spacing: 1px; margin-top: 6px; }
.awards-subnav { background: #1e3a5f; padding: 0; }
.awards-subnav .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; }
.awards-subnav a { color: #fff; padding: 12px 18px; font-size: 13.5px; font-weight: 500; }
.awards-subnav a:hover { color: #f39c12; }
.awards-subnav a.register { background: #f39c12; color: #fff; padding: 8px 16px; margin: 6px; border-radius: 3px; }
.awards-grid { display: grid; grid-template-columns: 280px 1fr 280px; gap: 16px; padding: 18px 0; }
.aw-side { display: flex; flex-direction: column; gap: 14px; }
.aw-card { border: 1px solid #e2e2e2; }
.aw-card .head { background: #c9266b; color: #fff; padding: 10px 14px; font-size: 13.5px; font-weight: 600; }
.aw-card .head.green { background: #1e7a1e; }
.aw-card .head.blue  { background: #1a3d8f; }
.aw-card .body { padding: 14px; font-size: 13px; line-height: 1.6; color: #333; }
.aw-card img { width: 100%; height: 180px; object-fit: cover; }
.aw-center img { width: 100%; height: 360px; object-fit: cover; border-radius: 2px; }
.aw-center h3 { color: #1a3d8f; font-size: 18px; font-weight: 700; margin: 18px 0 12px; text-align: center; padding-top: 12px; border-top: 2px dotted #ddd; }
.aw-center p { font-size: 13.5px; line-height: 1.75; color: #333; text-align: justify; margin-bottom: 12px; }
.aw-center p b { color: #c0392b; }
.partners { padding: 30px 0; background: #fff; text-align: center; border-top: 1px solid #eee; }
.partners h3 { font-size: 19px; color: #222; font-weight: 700; margin-bottom: 6px; }
.partners .subtitle { color: #555; font-size: 13.5px; margin-bottom: 22px; }
.partners-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; max-width: 1180px; margin: 0 auto; padding: 0 15px; }
.partners-grid .partner { border: 1px solid #e5e5e5; padding: 18px; height: 110px; display: flex; align-items: center; justify-content: center; }
.partners-grid .partner img { max-width: 100%; max-height: 80px; object-fit: contain; }
@media (max-width: 1000px) {
  .awards-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== DOWNLOADS CARDS (Award Nomination Form, etc.) ===== */
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 16px 0; }
.download-card { border: 1px solid #e5e5e5; background: #fff; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.download-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,0.1); }
.download-card .thumb { height: 180px; background: #f4f4f4; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.download-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.download-card .thumb i { font-size: 54px; color: #e85d27; }
.download-card .body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.download-card .body h4 { font-size: 15px; color: #1a3d8f; font-weight: 700; }
.download-card .body p { font-size: 13px; color: #555; line-height: 1.6; flex: 1; }
.download-card .meta { font-size: 12px; color: #888; }
.download-card .dl-btn {
  background: #1e7a1e; color: #fff; padding: 9px 14px;
  text-align: center; font-size: 13px; font-weight: 600; border-radius: 2px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.download-card .dl-btn:hover { background: #165c16; }
@media (max-width: 900px) { .download-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .download-grid { grid-template-columns: 1fr; } }

/* ===== FEE TABLE (arbitration page) ===== */
.fee-table {
  width: 100%; border-collapse: collapse; margin: 14px 0 24px; font-size: 13.5px;
}
.fee-table th, .fee-table td {
  border: 1px solid #ccc; padding: 10px 12px; text-align: left; vertical-align: middle;
}
.fee-table thead th { background: #f5f5f5; color: #222; font-weight: 700; text-align: center; }
.fee-table tbody tr.section-row td { background: #f9f9f9; font-weight: 700; }
.fee-table tbody tr td:first-child { width: 40px; text-align: center; color: #666; }
.fee-table tbody tr td.amount { text-align: center; }
@media (max-width: 900px) {
  .fee-table { font-size: 12px; }
  .fee-table th, .fee-table td { padding: 8px 6px; }
}

/* Generic <table> inside a service/chamber body (sector/service content) */
.chamber-section table,
.service-section table {
  width: 100%; border-collapse: collapse; margin: 14px 0 24px; font-size: 13.5px;
}
.chamber-section table th,
.chamber-section table td,
.service-section table th,
.service-section table td {
  border: 1px solid #ddd; padding: 10px 12px; text-align: left; vertical-align: middle;
}
.chamber-section table thead th,
.service-section table thead th {
  background: #f5f5f5; color: #222; font-weight: 700;
}

/* ===== MEMBERSHIP CHARGES TABLE ===== */
.charges-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 13.5px; }
.charges-table th, .charges-table td { border: 1px solid #ddd; padding: 12px 18px; text-align: left; }
.charges-table thead th { background: #f5f5f5; color: #222; font-weight: 700; }
.charges-table th:not(:first-child), .charges-table td:not(:first-child) { text-align: center; }
.charges-table tbody td:first-child { font-weight: 600; color: #222; }
@media (max-width: 800px) {
  .charges-table { font-size: 12px; }
  .charges-table th, .charges-table td { padding: 8px; }
}

/* ===== TABLE ===== */
.data-table { width: 100%; border-collapse: collapse; margin-top: 18px; background: #fff; }
.data-table th { background: #1e7a1e; color: #fff; padding: 10px 12px; text-align: left; font-size: 13px; }
.data-table td { padding: 10px 12px; font-size: 13px; border-bottom: 1px solid #eee; }
.data-table tr:nth-child(even) td { background: #f8f8f8; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .main-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  footer .container { padding: 0 24px; }
  .header-title h1 { font-size: 20px; white-space: normal; }
  .subscribe-wrap { flex-direction: column; }
  .hero-banner { height: 260px; }
  .form-grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .top-bar .container { justify-content: center; text-align: center; }
  .main-nav .container { justify-content: center; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  footer { padding-top: 36px; }
  footer .container { padding: 0 20px; }
  .footer-bottom .container { gap: 8px; flex-direction: column; }
  .footer-bottom span { padding: 2px 0; }
  .hero-banner { height: 180px; }
  .vision-wrap { flex-direction: column; }
}
