/*
===================================
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
LEGACY CSS FILE: BEGINS
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
===================================
*/
/* ========== Wrapper =========== */

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrapper--bg-1 {
  background-image: url('images/wrappershri-kalki-samrajya-coucil-bg-1.jpg');
}

.wrapper--bg-2 {
  background-image: url('../images/bg/bg-2.jpg');
}

.wrapper--cover {
  background-size: cover;
}

.wrapper--contain {
  background-size: contain;
}

.wrapper--full {
  background-size: 100% 100%;
}

.wrapper--top {
  background-position: top center;
}

.wrapper--bottom {
  background-position: bottom center;
}

.wrapper--left {
  background-position: center left;
}

.wrapper--right {
  background-position: center right;
}

.wrapper--repeat {
  background-repeat: repeat;
}

.wrapper--no-repeat {
  background-repeat: no-repeat;
}

/*  Padding / Layout Control */
.wrapper--section {
  padding: 64px 20px;
}

.wrapper--tight {
  padding: 32px 16px;
}

/* ========== HEADINGS ========== */
.content {
	max-width: 980px;
	margin: 0px auto;
}
/* ========== HEADINGS ========== */
.header-section {
  margin: 0px;
  padding: 0px;
}

.headline-primary {
  margin: 0px;
  padding: 0px;
}

.headline-secondary {
  margin: 0;
  padding: 0px;
}

.section-title {
  margin: 6px 0 0 0;
  padding: 0px;
}

/* ========== SECTIONS ========== */
.content-section {
  margin: 0px auto;
}

.content-subsection {
  margin-bottom: 0px auto;
}

.subsection-title {
  margin: 6px 0 0 0;
}

/* ========== TEXT BLOCKS ========== */
.section-intro {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-note {
  margin-top: 0px;
}

.highlight {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-text {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* ========== FONT DETAILS ========== */
/*
62= 51 + [51 x 0.2143 =] 11
*/
.font_super_big {
	font-size: 51px;
	line-height: 62px;
}

/*
51= 42 + [42 x 0.2143 =] 9
*/
.font_extra_big {
	font-size: 42px;
	line-height: 51px;
}

/*
40= 33 + [33 x 0.2143 =] 7
*/
.font_big {
	font-size: 33px;
	line-height: 40px;
}

/*
37= 30 + [30 x 0.2143 =] 6.4
*/
.font_super_medium {
	font-size: 30px;
	line-height: 37px;
}

/*
31= 24 + [24 x 0.2143 =] 5.8
*/
.font_extra_medium {
	font-size: 26px;
	line-height: 31px;
}

/*
29= 24 + [24 x 0.2143 =] 5
*/
.font_medium {
	font-size: 24px;
	line-height: 29px;
}

/*
27= 18 + [18 x 0.2143 =] 5
*/
.font_medium_small {
	font-size: 22px;
	line-height: 27px;
}

/*
22= 18 + [18 x 0.2143 =] 4
*/
.font_small {
	font-size: 20px;
	line-height: 24px;
}

/*
18= 15 + [15 x 0.2143 =] 3
*/
.font_extra_small {
	font-size: 18px;
	line-height: 21px;
}

/*
18= 15 + [15 x 0.2143 =] 3
*/
.font_super_small {
	font-size: 15px;
	line-height: 18px;
}

/* ========== COLOR MODIFIERS ========== */
.emphasis-dark-blue { color: #000066; }
.emphasis-blue { color: #0000FF; }
.emphasis-red { color: #f00100; }
.emphasis-bhagwa { color: #f05400; }
.emphasis-dark-green { color: #157d8c; }
.emphasis-green { color: #008c51; }
.emphasis-bright-pink { color: #ff3870; }
.emphasis-deep-purple { color: #9c27b0; }
.emphasis-black-red { color: #B20000; }
.emphasis-vivid-magenta { color: #D90065; }
.emphasis-deep-indigo { color: #1F0954; }

/* ========== BACKGROUND MODIFIERS ========== */
.background-red { color: #fafafa; }

/* ========== FONT FAMILY MODIFIERS ========== */
.font_impact {
	font-family: Impact, sans-serif;
}

.font_sans_serif {
	  font-family: sans-serif;
}

.font_karla {
	font-family: Karla;
}   

/* ========== FONT WEIGHT MODIFIERS ========== */
.font_weight_900 {font-weight: 900;}
.font_weight_800 {font-weight: 800;}
.font_weight_bold {font-weight: 700;}
.font_weight_bolder {font-weight: 600;}
.font_weight_500 {font-weight: 500;}
.font_weight_normal {font-weight: 400;}
.font_weight_300 {font-weight: 300;}
.font_weight_200 {font-weight: 200;}
.font_weight_lighter {font-weight: 100;}

/* ========== TEXT FORMATTING MODIFIERS ========== */
.align_left { text-align:left;}
.align_right { text-align:right;}
.align_center { text-align:center;}

/* ========== LETTER SPACING MODIFIERS ========== */
.letter_spacing_negative_1 {letter-spacing: -1px;}
.letter_spacing_1 {letter-spacing: 1px;}
.letter_spacing_2 {letter-spacing: 2px;}

/* ========== LETTER SPACING MODIFIERS ========== */
.margin_bottom_2 { margin-bottom: 2px;}
.margin_bottom_4 { margin-bottom: 4px;}
.margin_bottom_6 { margin-bottom: 6px;}
.margin_bottom_8 { margin-bottom: 8px;}
.margin_bottom_10 { margin-bottom: 10px;}
.margin_bottom_12 { margin-bottom: 12px;}

/* ========== LISTS ========== */
ul {
  margin-top: 6px;
  text-align: left;
}

/* ========== TABLES ========== */
table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid #000;
  padding: 8px;
}
/* =========================
   DONATION ALLOCATION TABLE
   ========================= */

.donation-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  background: #fafafa;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

.donation-table col.sr-no {
  width: 8%;
}

.donation-table col.category {
  width: 27%;
}

.donation-table col.percentage {
  width: 13%;
}

.donation-table col.condition {
  width: 52%;
}

.donation-table th,
.donation-table td {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 10px 12px;
  vertical-align: top;
}

.donation-table th {
  text-align: center;
  font-weight: 700;
}

.donation-table td.center {
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}

.donation-table td.category {
  font-weight: 600;
}

.donation-table td p {
  margin: 0 0 8px 0;
}

.donation-table td p:last-child {
  margin-bottom: 0;
}

.donation-table .total-row td {
  font-weight: 700;
  text-align: center;
}

.donation-table .total-row td:last-child {
  text-align: left;
}

/* Optional: improve readability on large tables */
.donation-table ul,
.donation-table ol {
  margin: 6px 0 0 18px;
}
/* =========================
   FAQ SECTION
   ========================= */
.faq-section {
  margin: 0px auto;
  padding: 20px 22px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: sans-serif;
}

.faq-item {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding: 0;
}

.faq-item summary {
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 600;
  list-style: none;
  position: relative;
  text-align: left;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  font-size: 18px;
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-content {
  padding: 12px 14px;
  line-height: 1.6;
}

.faq-content p {
  margin: 0 0 10px 0;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

/* ===================================
  Group Navigation – Related Sections
=================================== */

.group-nav {
  max-width: 100%;
  margin: 24px auto 0;
  padding: 18px 20px;
  background: #f2f2f2;
  /*border: 1px outset #D90065;*/
  border-radius: 15px;
  font-family: sans-serif;
}

.group-nav-title {
  margin: 0 0 12px;
  color: #1F0954;
  font-size: 17px;
  font-weight: 600;
}

.group-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.group-nav-link {
  color: #1F0954;
  text-decoration: none;
  background: #e6e6e6;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.2s ease;
}

.group-nav-link:hover {
  background: #d9d9d9;
  transform: translateY(-1px);
}

/* ================================
   Page Navigation – Inline Status
================================ */

.page-nav {
  max-width: 100%;
  margin: 24px 0;
  font-family: sans-serif;
}

.page-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 4px;
  font-size: 14px;
  color: #1F0954;
  text-decoration: none;
  border-bottom: 0px dotted #d0d0d0;
  text-align: left;
}

.page-nav-item:hover {
  background: #f4f4f4;
}

/* Section title */
.nav-title {
  min-width: 260px;
  font-weight: 500;
}

/* Status labels */
.nav-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

/* Maturity 
wip: work in progress
*/
.stable { background: #2E7D32; color: #fff; }
.wip { background: #FFB300; color: #000; }
.conceptual { background: #BDBDBD; color: #000; }
.planned { background: #90CAF9; color: #000; }

/* Content */
.has-content { background: #C8E6C9; color: #1B5E20; }
.partial-content { background: #FFE082; color: #5D4037; }
.no-content { background: #E0E0E0; color: #424242; }

/* Version badge */
.version {
  background: #0D47A1;
  color: #E3F2FD;
}

/* Mobile */
@media (max-width: 700px) {
  .page-nav-item {
    flex-wrap: wrap;
  }
  .nav-title {
    min-width: 100%;
  }
}

/* ===================================
  Group Navigation – Related Sections
==================================== */

.important-note {
  max-width: 980px;
  margin: 0px auto 0px;
  padding: 24px 24px 24px 42px;
  background: #f2f2f2;
  border: 2px outset #f05400;
  border-radius: 15px;
  font-family: sans-serif;
  font-size: .87rem;  
}

.important-note-title {
  margin: 0 0 12px;
  color: #1F0954;
  font-size: 17px;
  font-weight: 600;
}

.important-note-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.important-note-link {
  color: #1F0954;
  text-decoration: none;
  background: #e6e6e6;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.important-note-link:hover {
  background: #d9d9d9;
  transform: translateY(-1px);
}

/* ===============================
   Quote
================================ */

.quote{
  background-color: #f8f8f8; 
  margin: 24px 0;
  padding: 24px; 
  border-radius: 8px; 
  border-left: 5px solid #ccc;	
} 

/* ===============================
   Quick Navigation
================================ */
.page-link-nav{
	text-align: right;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
}

.page-link-nav a{
	font-size: 1.05rem; 
	font-weight: 500;
	color: #2196f3; 
	text-decoration: none;
}
/* ===============================
   Quick Navigation
================================ */
.top{
	text-align: right;
    margin-top: 0rem;
    margin-bottom: 2.4rem;
}

.top a{
	font-size: 15px; 
	color: #2196f3; 
	text-decoration: none;
}

/* ===============================
   Divider
================================ */
/*
.section-divider-96-96
.section-divider-96-0
.section-divider-0-96
*/
.section-divider-96-96 {
  height: 1px;
  /*background: #eee;*/
  background: #f05400;
  max-width: 980px;
  margin: 96px auto;
}

.section-divider-96-0 {
  height: 1px;
  /*background: #eee;*/
  background: #f05400;
  max-width: 980px;
  margin: 96px auto 0px;
}

.section-divider-0-96 {
  height: 1px;
  /*background: #eee;*/
  background: #f05400;
  max-width: 980px;
  margin: 0px auto 96px;
}

.section-divider-96-h-0 {
  height: 0px;
  /*background: #eee;*/
  background: #f05400;
  max-width: 980px;
  margin: 0px auto 96px;
}

/*
.section-divider-48-48 
.section-divider-0-48 
.section-divider-48-0 
*/
.subsection-divider-48-48 {
  height: 1px;
  /*background: #eee;*/
  background: #e0e0e0;
  max-width: 980px;
  margin: 48px auto;
}

.subsection-divider-0-48 {
  height: 1px;
  /*background: #eee;*/
  background: #e0e0e0;
  max-width: 980px;
  margin: 0px auto 48px;
}

.subsection-divider-48-0 {
  height: 1px;
  /*background: #eee;*/
  background: #e0e0e0;
  max-width: 980px;
  margin: 48px auto 0px;
}

.subsection-divider-48-h-0 {
  height: 0px;
  /*background: #eee;*/
  background: #e0e0e0;
  max-width: 980px;
  margin: 48px auto 0px;
}

/*
.section-divider-24-24 
.section-divider-0-24 
.section-divider-24-0 
*/
.subsection-divider-24-24 {
  height: 1px;
  /*background: #eee;*/
  background: #e0e0e0;
  max-width: 980px;
  margin: 24px auto;
}

.subsection-divider-24-0 {
  height: 1px;
  /*background: #eee;*/
  background: #e0e0e0;
  max-width: 980px;
  margin: 24px auto 0px;
}

.subsection-divider-24-h-0 {
  height: 0px;
  /*background: #eee;*/
  background: #e0e0e0;
  max-width: 980px;
  margin: 24px auto 0px;
}

/* -----------------------
Timeline CSS Style: Begins
----------------------- */
.timeline {
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    font-family: Arial, Helvetica, sans-serif;
}

/* Central vertical line */
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #f00100;
    transform: translateX(-50%);
}

/* Event wrapper */
.timeline-event {
    position: relative;
    margin-bottom: 33px;
    text-align: center;
}

/* Connector from line to box */
.timeline-event::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 25px;
    background: #f00100;
    transform: translateX(-50%);
}

/* Event box */
.timeline-box {
    display: inline-block;
    margin-top: 25px;
	background: #f2f2f2;
    padding: 20px 26px;
    min-width: 60%;
	border-radius: 6px;
	border: 1px outset #f00100;
	font-family: sans-serif;
	font-size: .87rem;  
     box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Typography */
.timeline-date {
    display: block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.timeline-title {
    font-size: 18px;
    margin: 0;
    color: #f05400;
}

.timeline-subtitle {
    font-size: 14px;
    margin: 4px 0 10px;
    font-weight: normal;
    color: #157d8c;
}

.timeline-text {
    font-size: 14px;
    line-height: 1.6;
    color: #0A58CA;
}
/* -----------------------
Timeline CSS Style: Ends
----------------------- */

/* ===================================
   Important information
=================================== */

.important-information {
  max-width: 980px;
  margin: 0px auto;
  padding: 20px 22px;
  background: #fafafa;
  border: 2px outset #f05400;
  border-radius: 24px;
  font-family: sans-serif;
}

.important-information-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #1F0954;
}

.important-information-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.important-information-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.important-information-list li:last-child {
  border-bottom: none;
}

.important-information-link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.important-information-link:hover {
  color: #D90065;
  text-decoration: underline;
}

/* ===================================
   Image-sectopm / Contributors
=================================== */
.image-group-section {
  background: #f2f2f2;
  padding: 12px 24px 24px!important;
  text-align: center;
}

.image-group-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 2fr));
  gap: 6px;
  max-width: 900px;
  margin: 32px auto 0;
  padding: 0 20px;
}

.image-group-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ensures full image is visible 
.image-group-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 32px auto 0;
}

.image-group-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain; 
  margin-bottom: 16px;
}
*/

.image-group-card h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-group-card h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-group-card h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-group-card p {
  margin-top: 2px!important;
}

.image-group-section {
  background: #f2f2f2;
  padding: 64px 20px;
  text-align: center;
}
.image-group-section {
  background: #f2f2f2;
  padding: 64px 20px;
  text-align: center;
}

/* ===================================
   Team Members / Contributors
=================================== */
.team-section {
  background: #f2f2f2;
  padding: 64px 20px;
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 32px auto 0;
}

.team-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.team-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.team-card h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team-card h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team-card h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team-card p {
  margin-top: 2px!important;
}

.team-section {
  background: #f2f2f2;
  padding: 64px 20px;
  text-align: center;
}
.team-section {
  background: #f2f2f2;
  padding: 64px 20px;
  text-align: center;
}

/* 🔥 Force 4 columns on desktop */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 32px auto 0;
}

/* Responsive fallbacks */
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
}

.team-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

/* 🔗 Linked names */
.team-link {
  color: #1F0954;
  text-decoration: none;
  font-weight: 600;
}

.team-link:hover {
  text-decoration: underline;
  color: #D90065;
}

.team-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

/* ===================================
   Donation-Card
=================================== */
.donation-section {
  background: #f2f2f2;
  padding: 6px 24px 24px;
  text-align: center;
}

/*
.donation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 32px auto 0;
}
*/

/* 🔥 Force 4 columns on desktop */
.donation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 32px auto 0;
}

/* Responsive fallbacks */
@media (max-width: 1024px) {
  .donation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .donation-grid {
    grid-template-columns: 1fr;
  }
}

.donation-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.donation-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 6px;
}

.donation-card h4 {
  color: #1F0954;
  margin-bottom: 8px;
}

/* 🔗 Linked names */
.donation-link {
  color: #1F0954;
  text-decoration: none;
  font-weight: 600;
}

.donation-link:hover {
  text-decoration: underline;
  color: #D90065;
}

.donation-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

/* ===================================
 Media Representative Section: Begins
=================================== */
.media-booking-section {
  background: #f2f2f2;
  padding: 64px 20px;
  text-align: center;
}

.media-booking-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .media-booking-grid {
    grid-template-columns: 1fr;
  }
}

.media-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 14px;
  padding: 28px;
  text-align: left;
}

.media-card h3 {
  color: #1F0954;
  margin-bottom: 8px;
}

.media-language {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.media-desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* CTA Button */
.btn-media {
  display: inline-block;
  background: #D90065;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-media:hover {
  background: #b80055;
}

/* ===================================
   Media Section
=================================== */
/* Team Member Card*/
.team-member-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}

.team-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.team-name a {
  color: #1F0954;
  text-decoration: none;
  font-weight: 700;
}

.team-name a:hover {
  text-decoration: underline;
}

.team-role {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

/* Payment Subsection */
.payment-box {
  background: #f4f4f4;
  border: 1px dashed #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  margin-top: 24px;
  text-align: left;
}

.payment-box h4 {
  color: #1F0954;
  margin-bottom: 16px;
  text-align: center;
}

.payment-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 600px) {
  .payment-content {
    flex-direction: column;
    text-align: center;
  }
}

/* QR */
.qr-box {
  text-align: center;
}

.qr-box img {
  width: 110px;
  height: 110px;
}

.qr-box span {
  display: block;
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}

/* Payment Action */
.payment-actions {
  flex: 1;
}

.payment-note {
  font-size: 14px;
  margin-bottom: 12px;
}

.btn-payment {
  display: inline-block;
  background: #D90065;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-payment:hover {
  background: #b80055;
}
/* ===================================
 Media Representative Section: Ends
=================================== */

/* ===================================
   Cases: Begins
=================================== */
/* Grid */
.open-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 64px;
  padding: 42px;
  background: #f2f2f2;
}

/* Individual Case */
.open-case {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background: #ffffff;
  position: relative;
  padding: 15px;
}

/* Status Badge */
.case-status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: #fff;
  z-index: 2;
}

.case-status.active {
  color: #0a7a0a;
}

.case-status.review {
  color: #a36b00;
}

.case-status.closed {
  color: #a00000;
}

/* Image */
.case-hero {
  width: 100%;
  height: 300px;
  background: #ffffff;
  padding: 0px;
}

.case-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 🔥 FIX */
}

/* Content */
.case-content {
  padding: 15px;
}

.case-content h3 {
  margin-top: 0;
  color: #1F0954;
}

.case-intro {
  font-size: 16px;
  line-height: 1.6;
}

/* Platforms */
.case-platforms {
  margin-top: 16px;
  font-size: 14px;
}

.case-platforms a {
  margin-right: 12px;
  color: #1F0954;
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 900px) {
  .open-cases-grid {
    grid-template-columns: 1fr;
  }

  .case-hero {
    height: 240px;
  }
}

/*============
Project Table
============*/
.project-table-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: sans-serif;
}

.two-col-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Category Header */
.category-header {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 15px;
  background: #f3f3f3;
  color: #1F0954;
  border: 2px solid #e0e0e0;
}

/* Regular Cells */
.two-col-table td {
  width: 50%;
  padding: 6px;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  background: #fafafa;
  font-size: 15px;
  line-height: 1.6;
}

/* Hover Effect */
.two-col-table tbody tr:hover td {
  background: rgb(240, 84, 0, .15);
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .two-col-table,
  .two-col-table tbody,
  .two-col-table tr,
  .two-col-table td {
    display: block;
    width: 100%;
  }

  .category-header {
    display: block;
  }

  .two-col-table td {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .two-col-table tr {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
  }
}

/*
Tabs
*/
.tabs input {
  display: none;
}

.tabs label {
  padding: 10px 20px;
  background: #ddd;
  cursor: pointer;
}

.panel {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
}

#tab1:checked ~ .content .panel1 {
  display: block;
}

#tab2:checked ~ .content .panel2 {
  display: block;
}

#tab3:checked ~ .content .panel3 {
  display: block;
}

/*
Another Tab
*/
.lang-tabs input {
  display: none;
}

.lang-tabs label {
  padding: 6px 14px;
  background: #eee;
  margin-right: 5px;
  cursor: pointer;
}

.lang-content > div {
  display: none;
  padding: 15px;
}

#lang1-en:checked ~ .lang-content .content-en {
  display: block;
}

#lang1-hi:checked ~ .lang-content .content-hi {
  display: block;
}

#lang1-sa:checked ~ .lang-content .content-sa {
  display: block;
}
/* ++++ MAJOR STRUCTURES: BEGINS  ++++






Text-Class font-family font-weight letter-spacing color text-alignment 

.section-divider-96-96
.section-divider-96-0
.section-divider-0-96
.section-divider-48-48 
.section-divider-0-48 
.section-divider-48-0 
.subsection-divider-24-24 
.subsection-divider-24-0 
.subsection-divider-0-24 





COLOR MODIFIERS:
---------------
.emphasis-red
.emphasis-bhagwa
.emphasis-dark-green
.emphasis-bright-pink
.emphasis-deep-purple







EXAMPLE:
<header-section>
<h1 class="headline-primary font_impact font_weight_500 emphasis-red font_extra_big letter_spacing_negative_1 align_center"></h1>
<h2 class="headline-secondary font_impact font_weight_500 emphasis-deep-purple font_big letter_spacing_negative_1 align_center"></h2>
<p class="section-intro font_impact font_weight_400 emphasis-dark-green font_medium letter_spacing_negative_1 align_center"></p>

<p class="section-note font_impact font_weight_400 emphasis-dark-green font_medium letter_spacing_negative_1 align_center"></p>
</header-section>


  <section class="header-section">
    <p class="section-intro font_impact font_weight_300 emphasis-bright-pink font_small letter_spacing_negative_1 align_center"> </p>
    <h2 class="section-title  font_impact font_weight_500 emphasis-bhagwa font_big letter_spacing_negative_1 align_center"> </h2>
    <h2 class="section-title font_impact font_weight_500 emphasis-red font_extra_big letter_spacing_negative_1 align_center"> </h2>
    <p class="section-note font_impact font_weight_300 emphasis-dark-green font_small letter_spacing_negative_1 align_center"> </p>
  </section>


  <section id="" class="content-subsection">
      <h2 class="subsection-title font_impact font_weight_500 emphasis-red font_big letter_spacing_negative_1 align_center"> </h2>
      <h2 class="subsection-title font_impact font_weight_500 emphasis-deep-purple font_big letter_spacing_1 align_center"> </h2>
      <h2 class="subsection-title font_impact font_weight_500 emphasis-bright-pink font_big letter_spacing_negative_1 align_center"> </h2>
      <h2 class="subsection-title font_impact font_weight_500 emphasis-bhagwa font_extra_big letter_spacing_negative_1 align_center"> </h2>
      <p class="section-intro font_impact font_weight_400 emphasis-dark-green font_small letter_spacing_negative_1 align_center"> </p>
      <p class="section-note align_left"> </p>



      <!--
      ####
      -->
      <div class="subsection-divider-24-h-0"></div>
      <!--
      ####
      -->

  <!--
  ####
  -->
  <div class="subsection-divider-48-48"></div>
  <!--
  ####
  -->
  <section class="content-subsection">

<!--
####
-->
<div class="section-divider-96-96"></div>
<!--
####
-->




  ++++  MAJOR STRUCTURES: BEGINS ++++  */

/*
===================================
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
LEGACY CSS FILE: ENDS
+++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++
===================================
*/

/* ===============================
   Reset & Base
================================ */
:root {
  --primary: #D90065;
  --secondary: #1F0954;
  --light: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #111;
  background: #fff;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
}

/* ===============================
   Layout helpers
================================ */

.section {
  padding: 100px 20px;
}

.section {
  /*padding: 4rem 1.25rem;*/
  max-width: 1100px;
  margin: auto;
}

.section.alt {
  background: #faf7fb;
}

.section {
  position: relative;
}

.section.alt {
  background: linear-gradient(
    to bottom,
    #faf7fb,
    #ffffff
  );
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.section p {
  max-width: 800px;
  opacity: 0.85;
}

.slogan-main {
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 1.2rem;
  line-height: 2.5rem;
}

.slogan-main::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  background: #D90065;
  margin: 14px auto 0;
  border-radius: 4px;
}

.section-intro {
  max-width: 720px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  text-align: center;
}

.section-inner{
	max-width: 950px; 
	margin: .6rem auto; 
	padding: 4.2rem 2.4rem; 
	font-family: sans-serif; 
	border-radius: 8px; 
	border-width: 0 0 0 .6rem;
	border-style: solid;
}

.inner{
	margin: 24px 0; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.6; 
	color: #222; 
	padding: 24px; 
	border-radius: 8px; 
	background: #ffffff; 
	box-shadow: 0 6px 18px rgba(20,30,60,0.06); 
	border-left: .33rem solid #1976d2;
}


/* ===============================
   Quick Navigation
================================ */
.quick-nav-top{
	text-align: right;
    margin-top: 0rem;
    margin-bottom: 2.4rem;
}

.quick-nav-top a{
	font-size: 15px; 
	color: #2196f3; 
	text-decoration: none;
}

.quick-nav-bottom{
	text-align: right;
    margin-top: 2.4rem;
    margin-bottom: 0rem;
}

.quick-nav-bottom a{
	font-size: 15px; 
	color: #2196f3; 
	text-decoration: none;
}

.quote{
  background-color: #f8f8f8; 
  margin: 24px 0;
  padding: 24px; 
  border-radius: 8px; 
  border-left: 5px solid #ccc;	
} 

/* ===============================
   Divider
================================ */
.divider {
  height: 1px;
  /*background: #eee;*/
  background: #D90065;
  max-width: 1100px;
  margin: auto;
}

/* ===============================
   Hero
================================ */

.hero {
  text-align: center;
  padding: 4rem 1.25rem 3rem;
}

.logo {
  max-width: 240px;
  margin: auto;
}

.product-title {
  font-size: 2.4rem;
  margin-top: 1rem;
}

.product-title .light {
  font-weight: 300;
}

.product-title .strong {
  font-weight: 700;
}

.slogan-main {
  margin-top: 0.5rem;
  opacity: 0.85;
  text-align: center;
}

.powered {
  margin-top: .24rem;
  font-size: 0.9rem;
}

.ai {
  font-weight: 700;
}

/* ===============================
   Video Thumbnails (Shared)
================================ */

.video-section,
.testimonials {
  display: grid;
  gap: 1.5rem;
}

.video-thumb,
.testimonial-video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: 900px;
}

.video-thumb img,
.testimonial-video img {
  width: 100%;
  border-radius: 12px;
}

.video-thumb,
.testimonial-video {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumb:hover,
.testimonial-video:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.video-thumb,
.testimonial-video {
  background: #000;
}

.video-thumb::after,
.testimonial-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.25),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-thumb:hover::after,
.testimonial-video:hover::after {
  opacity: 1;
}

/* Play icon */
.play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: rgba(0,0,0,0.65);
  border-radius: 50%;
}

.play-icon::before {
  content: '';
  position: absolute;
  left: 26px;
  top: 18px;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent white;
}

/* ===============================
   Testimonial Meta
================================ */

.testimonial-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: white;
}

.testimonial-meta strong {
  display: block;
  font-size: 0.95rem;
}

.testimonial-meta span {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* ===============================
   Video Grid (Shared)
================================ */

/* Video Testimonials*/
.video-section,
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: start;
  padding: 48px 0px 48px 0px;
}

/* Tablet */
@media (max-width: 900px) {
  .video-section,
  .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 520px) {
  .video-section,
  .testimonials {
    grid-template-columns: 1fr;
  }
}

/* Explainer Videos */
.video-section.single-video .video-grid {
  grid-template-columns: 1fr;
  justify-items: center;
}

.video-section.single-video .video-thumb {
  max-width: 520px;
  width: 100%;
}

/* ===  Video Modal  ==== */

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.video-modal.open {
  display: flex;
}

.video-container {
  position: relative;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
}

.video-container.vertical {
  max-width: 420px;
  aspect-ratio: 9 / 16;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* Close button */

.close-video {
  position: absolute;
  top: -42px;
  right: 0;
  font-size: 2rem;
  color: white;
}

.fade-in {
  animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ===============================
   CTA
================================ */

.cta-center {
  text-align: center;
  margin-top: 3rem;
}

.cta-center h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.cta-center p {
  opacity: 0.9;
  margin-bottom: 1.8rem;
}

.btn-primary {
  display: inline-block;
  background-color: #ffffff;   /* FORCE visible background */
  color: var(--primary);
  padding: 14px 36px;
  border-radius: 32px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

a.btn-primary {
  cursor: pointer;
}

/* ===============================
   Navigation
================================ */

.hamburger {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 3000;
  padding: 6px;
  background-color: #D90065;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111;
  margin: 5px 0;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;                  /* RIGHT SIDE */
  width: 320px;
  max-width: 85%;
  height: 100vh;
  
  font-size: 13px;

  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);

  transform: translateX(100%); /* hidden by default */
  transition: transform 0.3s ease;

  z-index: 2500;
  padding: 1.14rem;

  overflow-y: auto;           /* ✅ scrolling enabled */
  -webkit-overflow-scrolling: touch;
}

.side-nav::after {
  content: '';
  position: sticky;
  bottom: 0;
  height: 40px;
  display: block;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.95));
}


@media (max-width: 768px) {
  .side-nav {
    width: 85%;
  }
}

.side-nav.open {
  transform: translateX(0);   /* slide in */
}

.side-nav ul {
  list-style: none;
}

.side-nav li {
  margin-bottom: .3rem;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 2400;
}

.overlay.show {
  display: block;
}

.close-nav {
  font-size: 2.4rem;
  line-height: 1.14rem;
  font-weight: 900;
  margin-bottom: 0rem;
  color: #0000FF;
}

/* ===============================
   Footer
================================ */

footer {
  padding: 3rem 1.25rem;
  text-align: center;
  background: #f7f7f7;
}

.footer-social {
  color: var(--secondary);
  display: flex;
  align-items: center;     /* vertical alignment */
  justify-content: center; /* center as a group */
  gap: 6px;               /* space between text & icons */
  flex-wrap: wrap;         /* allows wrap on small screens */
  font-size: 12px;
  line-height: 10px;
  margin-bottom: 6px;  
}

.footer-social span {
	font-weight: bold;
}

.brands {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.brands img {
  max-width: 330px;
}

.footer-nav {
  margin: 1rem 0;
  font-size: 11px;
  line-height: 15px;
}

.footer-nav a {
  margin: 0 0.5rem;
  text-decoration: none;
  color: var(--primary);
}

/* ===============================
   Pathway: Begins
================================ */

.pathway-clarity {
  padding: 0px;
}

.pathway-clarity .container {
  max-width: 1100px;
  margin: auto;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.pathway-steps ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.pathway-steps li {
  margin-bottom: 15px;
  font-size: 17px;
}

.info-box {
  margin: 42px 0px;
  padding: 42px 24px;
  background: #fff3f6;
  border-left: 6px solid #d90065;
  border-radius: 6px;
}

.info-box h3 {
  margin-bottom: 10px;
  color: #d90065;
}

.ufcc-clarity {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #e5e7eb;
}

/* ===================================
  Group Navigation – Related Sections
=================================== */

.group-nav {
  max-width: 980px;
  margin: 96px auto 0;
  padding: 18px 20px;
  background: #f2f2f2;
  border: 1px outset #D90065;
  border-radius: 6px;
  font-family: sans-serif;
}

.group-nav-title {
  margin: 0 0 12px;
  color: #1F0954;
  font-size: 17px;
  font-weight: 600;
}

.group-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.group-nav-link {
  color: #1F0954;
  text-decoration: none;
  background: #e6e6e6;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.2s ease;
}

.group-nav-link:hover {
  background: #d9d9d9;
  transform: translateY(-1px);
}

/* ===================================
  Group Navigation – Related Sections
==================================== */

.important-note {
  max-width: 980px;
  margin: 0px auto 24px;
  padding: 24px 24px 24px 42px;
  background: #f2f2f2;
  border: 1px outset #D90065;
  border-radius: 6px;
  font-family: sans-serif;
  font-size: .87rem;  
}

.important-note-title {
  margin: 0 0 12px;
  color: #1F0954;
  font-size: 17px;
  font-weight: 600;
}

.important-note-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.important-note-link {
  color: #1F0954;
  text-decoration: none;
  background: #e6e6e6;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.2s ease;
}

.important-note-link:hover {
  background: #d9d9d9;
  transform: translateY(-1px);
}

/*
Form 
*/
.form-container {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    width: 100%;
    /* Ensures the container is tall enough to prevent double scrollbars 
    min-height: 800px; */
    height: 100%;
    }
	
iframe {
    border: none;
    width: 100%;
    height: 5000px; /* This single line controls the height */
    display: block; /* Removes any tiny gap at the bottom */
}

/*
===================================
           Pop Up: Begins
===================================
*/
/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Modal Open State */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal Box - Converted to Flexbox */
.modal-content {
  background: #ffffff;
  /*width: 960px;*/
  max-width: 90vw; /* Responsive safety for mobile screens */
  max-height: 600px; /* Limits modal to 600px max height */
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column; /* Stacks Header, Body, Footer vertically */
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

/* Close Icon Button */
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 33px;
  font-weight: bold;
  cursor: pointer;
  color: #1F0954;
  z-index: 10;
}

.modal-close:hover {
  color: #d90065;
}

/* Modal Body - Enables Vertical Scrollbar */
.modal-body {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.5;
  overflow-y: auto; /* Adds vertical scrollbar when needed */
  flex-grow: 1; /* Fills remaining height between Header and Footer */
  padding-right: 8px; /* Prevents text from touching scrollbar */
}

/* Custom Scrollbar Styling (Optional for cleaner look) */
.modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.modal-body ul {
  padding-left: 20px;
  margin-top: 10px;
}

.modal-body li {
  margin-bottom: 8px;
}

/* Footer Button */
.modal-footer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee; /* Visually separates sticky footer */
  text-align: right;
  flex-shrink: 0; /* Prevents footer from shrinking */
}

.modal-btn {
  background-color: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal-btn:hover {
  background-color: #1d4ed8;
}


.ufcc-pop-content {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #333333;
  line-height: 1.4;
  max-width: 540px;
  margin: 0 auto;
  text-align: left;
}

.ufcc-pop-title {
  color: #1a2b4c;
  font-size: 1.35rem;
  margin: 0 0 8px 0;
  line-height: 1.3;
  font-weight: 700;
}

.ufcc-pop-subtitle {
  color: #444444;
  font-size: 0.95rem;
  margin: 0 0 15px 0;
}

.ufcc-pop-divider {
  border: 0;
  height: 1px;
  background: #e0e0e0;
  margin: 15px 0;
}

.ufcc-pop-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.ufcc-pop-list li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ufcc-emoji {
  flex-shrink: 0;
}

.ufcc-subtext {
  color: #666666;
}

.ufcc-quota-card {
  background-color: #fff8e7;
  border: 1px solid #ffe0b2;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  margin-bottom: 20px;
}

.ufcc-quota-header {
  font-weight: bold;
  color: #d97706;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.ufcc-quota-details {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.85rem;
  color: #451a03;
}

.ufcc-btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ufcc-btn {
  text-align: center;
  padding: 11px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  transition: opacity 0.2s ease;
}

.ufcc-btn:hover {
  opacity: 0.9;
}

.ufcc-btn-primary {
  background-color: #1F0954;
  color: #ffffff !important;
  font-size: 1rem;
}

.ufcc-btn-whatsapp {
  background-color: #25d366;
  color: #ffffff !important;
  font-size: 0.95rem;
}

@media (max-width: 480px) {
  .ufcc-separator {
    display: none;
  }
  .ufcc-quota-details {
    flex-direction: column;
    gap: 4px;
  }
}
===================================
           Pop Up: Ends
===================================
*/