

/*** NEW BANNER ***/

 .hero-collage-2026 { position: relative; width: 100%; height: 520px; overflow: hidden; background: linear-gradient(135deg, #0f2b4a 0%, #1a4d7a 100%); }
    .hero-collage-2026__wrapper { position: relative; width: 100%; height: 438px; display: flex; align-items: center; justify-content: flex-end; max-width: 1600px; margin: 0 auto; }
    .hero-collage-2026__collage { position: absolute; top: 0; left: 0; width: 62%; height: 100%; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 12px; padding: 24px; z-index: 1; }
    .hero-collage-2026__image { position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }
   /*  .hero-collage-2026__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
	*/
	
	.hero-collage-2026__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center; /* 🔥 main fix */
  display: block;
}
    .hero-collage-2026__image:hover img { transform: scale(1.08); }
    .hero-collage-2026__image--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
    .hero-collage-2026__image--2 { grid-column: 3 / 4; grid-row: 1 / 2; }
    .hero-collage-2026__image--3 { grid-column: 3 / 4; grid-row: 2 / 3; }
    .hero-collage-2026__image--4 { grid-column: 1 / 2; grid-row: 3 / 4; }
    .hero-collage-2026__image--5 { grid-column: 2 / 3; grid-row: 3 / 4; }
    .hero-collage-2026__image--6 { grid-column: 3 / 4; grid-row: 3 / 4; }
    .hero-collage-2026__collage-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(15, 43, 74, 0.3) 0%, rgba(15, 43, 74, 0.7) 70%, rgba(15, 43, 74, 0.9) 100%); pointer-events: none; z-index: 2; }
    .hero-collage-2026__content { position: relative; width: 42%; max-width: 600px; z-index: 10; padding: 0 48px 0 24px; }
    .hero-collage-2026__card { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(32px) saturate(180%); border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 16px; padding: 48px 40px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 107, 53, 0.1) inset, 0 4px 16px rgba(0, 0, 0, 0.1); position: relative; }
    .hero-collage-2026__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255, 107, 53, 0.03) 0%, rgba(247, 147, 30, 0.05) 100%); border-radius: 16px; pointer-events: none; }
    .hero-collage-2026__card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #CB2578 0%, #CB2578 100%); border-radius: 16px 16px 0 0; }
    .hero-collage-2026__edition { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: #0f2b4a; margin-bottom: 12px; }
    .hero-collage-2026__title { font-size: 26px; font-weight: 800; line-height: 1.2; color: #0f2b4a; margin-bottom: 32px; letter-spacing: -0.5px; }
    .hero-collage-2026__details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
    .hero-collage-2026__detail-row { display: flex; align-items: flex-start; gap: 14px; }
    .hero-collage-2026__icon-wrapper { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: linear-gradient(135deg, #CB2578 0%, #CB2578 100%); border-radius: 10px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25); }
    .hero-collage-2026__icon { width: 22px; height: 22px; color: #ffffff; flex-shrink: 0; }
    .hero-collage-2026__label { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; color: #666666; margin-bottom: 4px; }
    .hero-collage-2026__value { display: block; font-size: 16px; font-weight: 700; color: #0f2b4a; line-height: 1.4; }
    .hero-collage-2026__cta { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: linear-gradient(135deg, #CB2578 0%, #f375b4 100%); color: #ffffff; font-size: 14px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 8px; text-decoration: none; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); box-shadow: 0 8px 24px rgba(219, 39, 119, 0.3); }
    .hero-collage-2026__cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(219, 39, 119, 0.4); background: linear-gradient(135deg, #2E3273 0%, #2E3273 100%); }
    .hero-collage-2026__cta:active { transform: translateY(0); }
    .hero-collage-2026__cta-icon { width: 20px; height: 20px; transition: transform 0.3s ease; }
    .hero-collage-2026__cta:hover .hero-collage-2026__cta-icon { transform: translateX(4px); }
    .hero-collage-2026__announcements { position: absolute; bottom: 0; left: 0; width: 100%; height: 82px; background: linear-gradient(135deg, #0f2b4a 0%, #1a4d7a 100%); backdrop-filter: blur(16px); border-top: 2px solid #ec4899; z-index: 20; }
    .hero-collage-2026__announcements-scroll { display: flex; align-items: center; justify-content: center; gap: 64px; height: 100%; max-width: 1600px; margin: 0 auto; padding: 0 48px; }
    .hero-collage-2026__announcement { display: flex; align-items: center; gap: 12px; color: #ffffff; font-size: 13px; font-weight: 500; line-height: 1.5; white-space: nowrap; text-decoration: none; cursor: pointer; transition: all 0.3s ease; }
    .hero-collage-2026__announcement:hover { color: #ec4899; transform: translateY(-2px); }
    .hero-collage-2026__announcement:hover .hero-collage-2026__announcement-icon { transform: scale(1.1); }
    .hero-collage-2026__announcement-icon { width: 18px; height: 18px; color: #ec4899; flex-shrink: 0; transition: transform 0.3s ease; }
    @media (max-width: 1199px) { .hero-collage-2026__collage { width: 100%; opacity: 0.7; } .hero-collage-2026__content { width: 100%; max-width: 580px; padding: 0 32px; margin: 0 auto; display: flex; justify-content: center; } .hero-collage-2026__announcements-scroll { gap: 48px; padding: 0 32px; } }
    @media (max-width: 767px) { .hero-collage-2026 { height: auto; min-height: 520px; } .hero-collage-2026__wrapper { height: auto; min-height: 438px; padding: 24px 0; } .hero-collage-2026__collage { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr); gap: 8px; padding: 16px; opacity: 0.5; } .hero-collage-2026__image--1 { grid-column: 1 / 3; grid-row: 1 / 3; } .hero-collage-2026__image--2 { grid-column: 1 / 2; grid-row: 3 / 4; } .hero-collage-2026__image--3 { grid-column: 2 / 3; grid-row: 3 / 4; } .hero-collage-2026__image--4 { grid-column: 1 / 2; grid-row: 4 / 5; } .hero-collage-2026__image--5 { grid-column: 2 / 3; grid-row: 4 / 5; } .hero-collage-2026__image--6 { display: none; } .hero-collage-2026__content { padding: 0 20px; } .hero-collage-2026__card { padding: 32px 28px; } .hero-collage-2026__title { font-size: 26px; margin-bottom: 24px; } .hero-collage-2026__cta { width: 100%; justify-content: center; padding: 15px 24px; } .hero-collage-2026__announcements { height: auto; min-height: 82px; position: relative; } .hero-collage-2026__announcements-scroll { flex-direction: column; gap: 0; padding: 20px; } .hero-collage-2026__announcement { width: 100%; justify-content: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.06); white-space: normal; } .hero-collage-2026__announcement:last-child { border-bottom: none; } }

/*** NEW BANNER END ***/

 .marquee li{display: flex;}
    .q-links li a{display: flex !important;}

.center{ margin:0px auto;}
.j-btn{ width:100%;
width: 100%;
    padding: 14px 7px !important;
    margin-bottom: 10px;
    text-align: center;
   /* float: left; */
    letter-spacing: 0px;
    margin-right: 5px;     font-size: 14px;
}
.j-btn:last-child {
    background: #CB2578;
    }
.journal_sec{
   /* text-align: center;*/
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);
    padding: 20px; display:inline-block; width:100%;
   
}
.j-image{ width:20%; float:left;}
.j-image img{ width:90%;}
.j-text{width:80%; float:left;}
.journal_sec p{     display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; text-align: justify;}
.journal_sec .link-box{ display:inline-block; margin-top:20px;}
.journal_sec .link-box a { float: left; color:#CB2578 !important;
    padding: 0px 10px 0px 0px; font-weight:normal;
   /* border-right: 1px #000 solid;*/
    margin-right: 5px;
    line-height: 12px;}
	
	.journal_sec .link-box a:hover { text-decoration:underline;}

.journal_sec h4{
font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 24px;}
.journal_sec h4.name{font-size:18px; font-weight:600;}
.journal_sec h4 span{color: #CB2578; font-weight:600;}


.journal_sec .list-sec {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.journal_sec .list-sec i{color:#CB2578;}

.journal_sec .list-sec ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.journal_sec .list-sec ul li { font-weight:normal;
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 15px;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.journal_sec .list-sec ul li img {
   /* max-height: 24px;*/
    display: inline-block;
}


.nddnvd1 {
    block-size: 18px;
    inline-size: 18px;
        margin-inline: -13px;
    margin-top: -3px; color: #CB2578;
}
.journal_sec ul li i.fa-solid.fa-chevron-right {
    margin-left: 6px; margin-right:6px;
    font-size: 10px;     color: #CB2578;
}
._17x85qk0 {
    vertical-align: middle;
}

.q-links{ display:block; margin-top: 40px !important;}
.q-links ul{ padding:0px; margin:0px;}
.q-links li{  margin-bottom:10px; list-style:none; /*box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.09);*/}
.q-links li a{display: inline-block; width: 100%; padding:16px 20px; color:#000; font-weight:600; font-size:15px;}
.q-links li a:hover{box-shadow: 0 0 8px rgba(203, 37, 120, 0.4);}
.q-links li a img{ width:30px; margin-right:20px;}
.q-links li:nth-child(1) a{ background:#f5f7ff; border:1px #d6deff solid;}
.q-links li:nth-child(2) a{ background:#f9f5ff; border:1px #eaddfe solid;}
.q-links li:nth-child(3) a{ background:#f4fcf5; border:1px #e1fce5 solid;}
.q-links li:nth-child(4) a{ background:#ebf9ff; border:1px #d0edfa solid;}
.q-links li:nth-child(5) a{ background:#fffaec; border:1px #fef3d4 solid;}
.q-links li:nth-child(6) a{ background:#dbe0f5; border:1px #e1e6fc solid;}
.q-links li:nth-child(7) a{ background:#f6f0d9; border:1px #fcf6df solid;}

.center {
    float: none !important;
    margin: 0 auto;
}
.marquee li{ float:left; list-style:none;  margin: 0 10px;}

.bell-anim{ float:left; margin-right:5px;
  display:block;
  /*width: 20px;
  height: 20px;
  font-size: 40px;
  margin:50px auto 0;
  color: #9e9e9e; */
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
#email_error {
  color: #ffffff;
  background-color: #f44336;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  display: none; /* Initially hidden */
  width: 100%;
  box-sizing: border-box;
}

#email_error.show {
  display: block; /* Show when needed */
}
.error {
        color: red;
        margin-top: 5px;
        font-size: 14px;
    }
    
    
/*** announcements start ***/    

	  	.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-center {
    text-align: center;
}

.p-8 {
    padding: 1rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.rounded-2xl {
    border-radius: 1rem;
}
.animate-fade-up {
    animation: fadeUp 0.6s ease-out forwards;
}
.card-hover {
    transition: all 0.3s;
}
.font-bold {
    font-weight: 700;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}
.bg-\[\#A4112B\] {
    --tw-bg-opacity: 1;
    background-color: #CB2578;
}

.rounded-full {
    border-radius: 9999px;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.flex {
    display: flex;
}

.mb-6 {
    margin-bottom: 1.5rem;
}
.text-\[\#0C2340\] {
    --tw-text-opacity: 1;
    color: rgb(12 35 64 / var(--tw-text-opacity, 1));
}
.font-bold {
    font-weight: 700;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.card-hover:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.announcements{ padding:80px 0;}


/*** ***/

.captcha-footer {
	position:relative;
}
.container-ss {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.card-ss {
   background: linear-gradient(192deg, #ffffff, #f0f0f0);
    border-radius: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    position: relative;
    transition: transform 0.3s ease;
    border: solid 1px #ccc;
}



.card-ss h3 {
    font-size: 17px;
    margin-bottom: 10px;
    min-height: 42px;
    line-height: 22px;
	    font-weight: 700;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
		
}
.card-ss ul li{
	list-style:none;
}
.card-ss .arrow
{
	text-align:right;
}
.card-ss h3 a{
text-decoration:none;
		color:#000!important;
}
.card-ss p {
    font-size: 14px;
    color: #777777;
    margin-bottom: 24px;
    line-height: 19px;
}

@media (max-width: 1200px) {
    .container-ss {
        grid-template-columns: repeat(3, 1fr);
    }
	
}

@media (max-width: 900px) {
    .container-ss {
        grid-template-columns: repeat(2, 1fr);
    }
	
}

@media (max-width: 600px) {
    .container-ss {
        grid-template-columns: 1fr;
    }
	
}
.content-text h3
{
position: relative;
    z-index: 10;
}
.signup-section::before {
    width: 100% !important;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
	z-index:0!important;
}

.schedule-wrapper {
    box-shadow: rgba(0, 0, 0, 0.12) 0 4px 44px;
    background: #fff;
    position: absolute;
        width: 109%;
		z-index:0!important
}
.schedule-section ul.tabs li {
        width: 175px!important;
}
.schedule-section ul.tabs li {
        padding: 18px 0 19px 19px!important;
    }
.schedule-row:first-child .schedule-col-11
{
        padding: 23px 0px!important;
        width: calc(100% - -6px)!important;
        text-align: center!important;	
}
.schedule-col-11 {
        padding: 22px 0px!important;
        width: calc(100% - -6px)!important;
        text-align: center!important;
}
.schedule-row:first-child .schedule-col-1
{
width: 219px!important;
}
.schedule-col-1
{
width: 219px!important;	
}
.mt-95
{
	    margin-top: 95px;
}

.pos-rel
{
	position:relative;
}
.signup-row input[type="email"] {
        width: 100%;
    height: 60px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 36px;
    color: #fff !important;
    font-family: Poppins;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    }
.signup-row input[type="email"]::placeholder {
            color: white!important;
}
@media only screen and (max-width: 993px) {
.schedule-wrapper {
position:inherit!important;
z-index:inherit!important;
width:100%;
}
.mt-95
{
	    margin-top: 20px;
}
.signup-section::before {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	        z-index: -1 !important;
}
.schedule-nav
{
overflow:hidden;
}
.schedule-section ul.tabs li {
    padding: 10px;
}
.schedule-section ul.tabs li {
    width: 145px!important;
}
.schedule-section ul.tabs li span
{
    font-size: 12px!important;
}
.schedule-row
{
display:flex!important;
justify-content: center;
        align-items: center; font-weight:normal !important;
}
.schedule-row:first-child .schedule-col-1 {
    width: 40%!important;
}
.schedule-col-1 {
    width: 30%!important;
}
.schedule-col-11
{
width:70%!important;
}
}


/*.col-container,.col-container-members {
    display: flex
}*/

.col-members {
    /*flex: 1;*
    padding: 1px;
    margin: 10px;/
   /* background: #42328f; */
   border-radius: 40px 40px 40px 40px;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);
    
}

.col-commitee {
    display: table-cell;
    padding: 4px;
    border: 1px solid #c4c4c4
}


/*** ***/

      .featured-card-content h6 {
      font-size: 12px;
    color: #CB2578;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-bottom: 9px;
      }
      
      
/*** Market Analysis  ***/    

        /* Main Content */
        main {
            padding: 4rem 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title h2 {
            font-size: 3rem;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 1.5rem;
        }

        .section-title p {
            font-size: 1rem;
            color: #222;
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .highlight {
            color: #2563eb;
            font-weight: 600;
        }

        /* Statistics Grid */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }

        .stat-card {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            border: 1px solid #f3f4f6;
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .stat-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1rem;
        }

        .stat-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: white;
        }

        .stat-icon.red { background: #fef2f2; color: #dc2626; }
        .stat-icon.blue { background: #eff6ff; color: #2563eb; }
        .stat-icon.green { background: #f0fdf4; color: #16a34a; }
        .stat-icon.purple { background: #faf5ff; color: #9333ea; }
        .stat-icon.orange { background: #fff7ed; color: #ea580c; }
        .stat-icon.indigo { background: #eef2ff; color: #6366f1; }

        .stat-value {
            text-align: right;
        }

        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #1f2937;
        }

        .stat-change {
            font-size: 0.875rem;
            font-weight: 500;
        }

        .stat-change.positive { color: #16a34a; }
        .stat-change.neutral { color: #6b7280; }

        .stat-title {
            font-size: 1.125rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 0.5rem;
        }

        .stat-description {
            color: #6b7280;
            font-size: 0.875rem;
        }

        /* Breakthroughs Section */
        .breakthroughs {
            background: white;
            border-radius: 24px;
            padding: 2rem;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border: 1px solid #f3f4f6;
            margin-bottom: 4rem;
        }

        .breakthroughs-header {
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
        }

        .breakthroughs-icon {
            width: 64px;
            height: 64px;
            background: #eff6ff;
            color: #2563eb;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin-right: 1rem;
        }

        .breakthroughs h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #1f2937;
        }

        .breakthroughs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
        }

        .breakthrough-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .breakthrough-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
            margin-top: 4px;
        }

        .breakthrough-content h4 {
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 0.5rem;
        }

        .breakthrough-content p {
            color: #6b7280;
            font-size: 0.775rem;
            line-height: 1.6;
        }

        /* Future Outlook */
        .outlook {
            background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
            border-radius: 24px;
            padding: 3rem;
            color: white;
            box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
            margin-bottom: 4rem;
        }

        .outlook-header {
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
        }

        .outlook-icon {
            width: 64px;
            height: 64px;
            background: rgba(255,255,255,0.2);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin-right: 1rem;
        }

        .outlook h3 {
            font-size: 2rem;
            font-weight: 700; color:#FFF;
        }

        .outlook-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .outlook-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 1.3rem;
        }

        .outlook-card-header {
            display: flex;
            align-items: center;
            margin-bottom: 0.75rem;
        }

        .outlook-card-icon {
            width: 24px;
            height: 24px;
            margin-right: 0.5rem;
        }

        .outlook-card h4 {
            font-weight: 600; color:#FFF;
        }

        .outlook-card p {
            color: rgba(255,255,255,0.9);
            font-size: 0.875rem;
            line-height: 1.6;
        }

        /* Call to Action */
        .cta {
            background: white;
            border-radius: 24px;
            padding: 3rem;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border: 2px solid #dbeafe;
            text-align: center;
        }

        .cta-icon {
            width: 80px;
            height: 80px;
            background: #eff6ff;
            color: #2563eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin: 0 auto 1.5rem;
        }

        .cta h3 {
            font-size: 2rem;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 1rem;
        }

        .cta p {
            font-size: 1.125rem;
            color: #6b7280;
            max-width: 700px;
            margin: 0 auto 2rem;
            line-height: 1.7;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-buttons .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 1rem 2rem;
            border-radius: 12px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1rem;
			text-transform: capitalize;
    		letter-spacing: 0px;
        }
		
		

        .cta-buttons .btn-primary {
            background: #2563eb;
            color: white;
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
        }

        .cta-buttons .btn-primary:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 15px 35px rgba(37, 99, 235, 0.4);
        }

        .cta-buttons .btn-secondary {
            background: #f3f4f6;
            color: #374151;
        }

        .cta-buttons .btn-secondary:hover {
            background: #e5e7eb;
        }

    

        /* Responsive Design */
        @media (max-width: 768px) {
            

            .section-title h2 {
                font-size: 2rem;
            }

            .section-title p {
                font-size: 1rem;
            }

            .stats-grid {
                grid-template-columns: 1fr;
            }

            .breakthroughs,
            .outlook,
            .cta {
                padding: 2rem;
            }

            .breakthroughs-grid {
                grid-template-columns: 1fr;
            }

            .outlook-grid {
                grid-template-columns: 1fr;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .btn {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
        }

        /* Icons (using Unicode symbols) */
        .icon-heart::before { content: "❤️"; }
        .icon-trend::before { content: "📈"; }
        .icon-users::before { content: "👥"; }
        .icon-chart::before { content: "📊"; }
        .icon-activity::before { content: "⚡"; }
        .icon-award::before { content: "🏆"; }
        .icon-microscope::before { content: "🔬"; }
        .icon-brain::before { content: "🧠"; }
        .icon-target::before { content: "🎯"; }
        .icon-stethoscope::before { content: "🩺"; }
        .icon-calendar::before { content: "📅"; }
        .icon-arrow::before { content: "→"; }
		
		
		.past-content-main-section {
    font-size: 1rem;
    font-weight: 400;
}
.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}
		.past-content-main-section a{color: currentColor; display:inline-block;}
		.past-content-main-section a:hover{ text-decoration: underline;}