
/*** NEW BANNER ***/

 .hero-collage-2026 { position: relative; width: 100%; height: 520px; overflow: hidden; background: linear-gradient(135deg, #0f2b4a 0%, #1a4d7a 100%); z-index:1;}
    .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: 32px 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, #408ec6 0%, #408ec6 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-action-wrapper {position: relative;
  bottom: 20px;
    display: flex;
    align-items: flex-end;   /* bottom align image with button */
    gap: 40px;
}

.ce-box img { border-radius:6px; border:1px #bbb solid;
    width: 220px;   /* adjust as needed */
    height: auto;
    display: block;
}

@media (max-width: 1280px) {
    .hero-action-wrapper {bottom: 20px;  }
    .hero-collage-2026__cta{width:60%;}
}

@media (max-width: 1152px) {
    
    .menu-link{font-size:7px !important;}
    .menu-item .btn-primary { padding: 10px 10px !important; }
    .btn-primary {font-size:11px !important; }
}

@media (min-width: 1152px) {
    .hero-action-wrapper {bottom: 10px !important;  }
    
}

@media (max-width: 768px) {

    .hero-action-wrapper {
        position: static;     /* 🔥 disable bottom */
        bottom: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .ce-box {
        order: -1;   /* 🔥 image first */  width: 40%;
    }

    .ce-box img {
        width: 100%;
        max-width: 260px;
    }
} 


    .hero-collage-2026__cta {margin-top: 0 !important; display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: linear-gradient(135deg, #408ec6 0%, #8bc7f2 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, #e54c44  0%, #e54c44  100%); }
    .hero-collage-2026__cta:active { transform: translateY(0); }
    
    
    .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, #408ec6 0%, #408ec6 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-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 #408ec6; 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: #408ec6; 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: #408ec6; 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 ***/


/*** home ***/

.members-section {
    padding: 0 !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: #408ec6;
    }
.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;h
    -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:#408ec6 !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: #408ec6; 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: #408ec6;
}
.journal_sec ul li i.fa-solid.fa-chevron-right {
    margin-left: 6px; margin-right:6px;
    font-size: 10px;     color: #408ec6;
}
._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 */
}
.speakers-section .featured-card-content {
    border-radius: 0;
    height: auto !important;
}
.featured-card-content h6 {
    font-size: 12px;
    color: #408ec6;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-bottom: 9px;
}
.featured-card-content h4 {
    padding-bottom: 10px !important;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #408ec6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.speakers-section .featured-card-content h4 {
    margin-bottom: 5px;
    height: 30px;
}
.featured-card-content p {
    min-height: 40px;
    padding: 0px;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #111111;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.error {
        color: red;
        margin-top: 5px;
        font-size: 14px;
    }
    
.marquee li{display: flex;}
    .q-links li a{display: flex;}    
    
    
    
/*** announcements ***/

	.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: #408ec6;
}

.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;}

/*** end ***/


.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;
}
.schedule-section ul.tabs li {
        padding: 18px 0 19px 19px;
    }
.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;
}
.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: 40%!important;
}
.schedule-col-11
{
width:60%!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
}



/***   ****/

.gradient-bg {
       background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
    }
    
    .tab-active {
    background: #2563eb;
    color: white;
    transform: scale(1.05);
    }

    .tabs {
      max-width: 100%;
      margin: 0 auto;
    }

    /* Hide radio buttons */
    input[type="radio"] {
      display: none;
    }

    /* Tab labels */
    .tab-labels {
      display: flex;
      border-bottom: 2px solid #ccc;
      cursor: pointer;
    }

    .tab-labels label {
      flex: 1;
      padding: 12px;
      background: #eee;
      text-align: center;
      transition: background 0.3s; color:#554bb9;
    }

    input[type="radio"]:checked + label {
      background: #2563eb;
      border-bottom: 2px solid #2563eb; color:#FFF;
      font-weight: bold; 
    }

    /* Tab content */
    .tab-content {
      display: none;
      padding: 20px;
      /*border: 1px solid #ccc;*/
      border-top: none;
    }

    #tab1:checked ~ .content #content1,
    #tab2:checked ~ .content #content2,
    #tab3:checked ~ .content #content3 {
      display: block;
    }
    
    label > svg{
    display: block;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    }
