.profile{
	background: #3b82f6;
    margin: auto;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    color: #fff;
}

.container {
            max-width: 75rem;
            margin: 0 auto;
        }

        .header {
            text-align: center;
            margin-bottom: 50px;
        }

.section-title-m {
  font-size: var(--font-size-3xl);
  font-weight: 600;
  color: var(--color-primary);
  font-family: var(--font-family-ubuntu);
  text-align: center;
  margin-bottom: 1rem;
}

.section-title {
  font-size: var(--font-size-3xl);
  font-weight: 600;
  color: var(--color-primary);
  font-family: var(--font-family-ubuntu);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/*        .header h1 {
            color: white;
            font-size: 2.5rem;
            font-weight: 300;
            margin-bottom: 10px;
        }
*/
        .cards-container {
            display: flex;
            flex-wrap: wrap;
            max-width: 60rem;
            margin: 0 auto;
            gap: 30px;
            justify-content: center;
        }

        .card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 5px;
            padding: 30px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
            flex: 1 1 300px;
            max-width: 19rem;
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s ease;
        }

        .card:hover::before {
            left: 100%;
        }

        .card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .card:active {
            transform: translateY(-5px) scale(1.01);
        }

        .photo-container {
            width: 80%;
            height: 80%;
            margin: 0 auto 25px;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            border: 2px solid #667eea;
            transition: all 0.3s ease;
			margin-top: 1rem;
        }

        .card:hover .photo-container {
            border-color: #3b82f5;
            transform: scale(1.1);
        }

        .photo {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .card:hover .photo {
            transform: scale(1.2);
        }

        .name {
            font-size: 1.2rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .card:hover .name {
            color: #667eea;
        }

        .position {
            font-size: 1rem;
            color: #666;
            font-weight: 400;
            letter-spacing: 0.5px;
			width: 95%;
    		margin: auto;
    		margin-bottom: 2rem;
        }
/* Mobile Responsive */
        @media (max-width: 768px) {
         /*   .header h1 {
                font-size: 2rem;
            }*/

            .cards-container {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .card {
                padding: 25px;
                flex: none;
                max-width: 250px;
                width: 100%;
            }

            .photo-container {
                width: 150px;
                height: 150px;
            }

            .name {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 480px) {

            .header h1 {
                font-size: 1.8rem;
            }

            .card {
                padding: 20px;
            }

            .photo-container {
                width: 150px;
                height: 150px;
            }

            .name {
                font-size: 1.2rem;
            }

            .position {
                font-size: 0.9rem;
            }
        }







/* ------------------------------ modified ------------------------ */
.nav__list--header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#g-navigation {
    background: #ffffff;
    color: #7a7878;
    position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	max-width: 100vw;
    z-index: 11;
	height: 5rem;
}

.reg-button {
    margin-top: 1rem;
    width: 100%;
    position: absolute;
    left: 75%;
}

.btn-livestream {
	--height: 2.375rem;
    --padding: 0.875rem;
    height: var(--height);
    padding: 0px var(--padding);
  	width: 80%;
	margin-top: 0.25rem;
	margin-left: 6rem;
}

.button--library{
	color: var(--color-primary);
	background-color: #fff;
	border-color: var(--color-primary);
}

.btn-livestream-mobile {
	--height: 2.375rem;
    --padding: 0.875rem;
    height: var(--height);
    padding: 0px var(--padding);
  	width: 100%;
	margin-top: -2rem;
}

.button--library-mobile {
	color: var(--color-primary);
	background-color: #fff;
	border-color: var(--color-primary);
}

/*@media only all and (max-width: 47.99rem) {
    .g-logo {
        display: block;
        text-align: center;
        margin: -0.85rem 0;
        padding-left: 0.938rem;
		margin-top: 1rem;
	}*/

#g-navigation .g-main-nav {
    font-family: "Roboto";
    font-weight: 700;
    line-height: 1.5;
    top: 27%;
    left: 27%;
    position: absolute;
}

#g-intro {
padding: 0 !important;
}

.header__content {
    display: flex;
    align-items: center;
	gap: 1rem;
}
/*----------------- Counter ----------------------------------------- */
.container {
  color: #333;
  margin: 0 auto;
  text-align: center;
}

.container_clock{
/*background-color: #eaf5ef;*/
width: 100%;
padding-top: 1rem;
/* margin-top: 1.5rem; */
}

.clock {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
line-height: 3.2rem;
}

.clock span {
  display: block;
  font-size: 6rem;
}

#headline {
font-weight:600;
color: #3b82f5;
padding-bottom: 1.5rem;
font-size: 1.5rem;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  .clock {
    font-size: 1.6rem;
	line-height: 2rem;
	width:	49%;
	margin: -0.2rem;
  }
  
  .clock span {
    font-size: calc(3.375rem * var(--smaller));
  }
}


/*----------------- Global ----------------------------------------- */
/*
* Stakeholder's Consultative Forum Stylesheet by
* Nigerian Communications Commission.
* 
* Authored by -> The Web Content Unit, IT Department, NCC.
* May 2025.
* 
* [-IMPORTANT-]
* - This CSS file uses the BEM (Block, Entity, Modifier) naming convention
*   for CSS class names.
*
*/

:root {
  /* Colors */
  --color-background: #ffffff;
  --color-foreground: #0f172a;
  --color-primary: #3b82f6;
  --color-primary-foreground: #f8fafc;
  --color-secondary: #f1f5f9;
  --color-secondary-foreground: #1e293b;
  --color-muted: #f1f5f9;
  --color-muted-foreground: #64748b;
  --color-accent: #f1f5f9;
  --color-accent-foreground: #1e293b;
  --color-destructive: #ef4444;
  --color-destructive-foreground: #f8fafc;
  --color-border: #e2e8f0;
  --color-input: #e2e8f0;
  --color-ring: #3b82f6;

  /* Typography */
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-ubuntu: "Ubuntu", sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;

  /* Spacing */
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;

  /* Borders */
  --border-radius-sm: 0.125rem;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 0.75rem;
  --border-radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);

  /* Transitions */
  --transition-all: all 0.3s ease-out;
  --transition-colors: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;

  /* Container */
  --container-padding: 4rem; /* 64px */
  --container-max-width: 80rem; /* 1280px */

  /* Z-index */
  --z-index-dropdown: 10;
  --z-index-sticky: 20;
  --z-index-fixed: 30;
  --z-index-modal-backdrop: 40;
  --z-index-modal: 50;
  --z-index-popover: 60;
  --z-index-tooltip: 70;

  /* Card */
  --color-card: #ffffff;
}

/*
* HTML Reset
* - Reset all native web browser styling on HTML tags.
* - Adds `:root` variables for general styling.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-roboto);
  color: var(--color-foreground);
  background-color: var(--color-background);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
}
.container--p {
  padding: var(--container-padding);
}
.container--px {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.container--py {
  padding-top: var(--spacing-16);
  padding-bottom: var(--spacing-16);
}
.container--pt {
  /*padding-top: var(--spacing-20);*/
	margin-bottom: 3rem;
}
.container--pb {
  padding-bottom: var(--spacing-20);
}

.section__title {
  font-size: var(--font-size-3xl);
  font-weight: 600;
  color: var(--color-primary);
  font-family: var(--font-family-ubuntu);
  text-align: center;
}

/* Animation for fade-in-up effect */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*----------------- Global end ----------------------------------------- */

/*----------------- Normalize ----------------------------------------- */

/*
Foundation inspired by Tailwind CSS Preflight. (https://tailwindcss.com/docs/preflight)
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the system's `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden] {
  display: none;
}
/*----------------- Normalise end ----------------------------------------- */

/*----------------- Component ----------------------------------------- */

/*
* Header component
*/
.header {
  width: 100%;
  background-color: var(--color-background);
  position: sticky;
  z-index: var(--z-index-sticky);
  top: 0;
  left: 0;
  right: 0;
  transition: var(--transition-all);
}

.header--scrolled {
  background-color: var(--color-muted);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-sm);
}

.header__content {
 /* height: 4rem; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__list--header {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
}

/*
* Footer component
*/
.footer {
  width: 100%;
  background-color: var(--color-background);
}

.footer__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__upper--left {
    margin-bottom: 2rem;
  }
	
}

.footer__logo {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.footer__upper--left {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
}

.footer__address {
  font-size: var(--font-size-base);
  color: var(--color-muted-foreground);
}

.logo {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo__copyrights {
  font-size: var(--font-size-sm);
  color: var(--color-muted-foreground);
  font-weight: 500;
}

.nav__list--footer {
  display: flex;
	flex-wrap: wrap;
  flex-direction: column;
  gap: var(--spacing-2);
  justify-content: start;
  align-items: end;
}

@media (max-width: 768px) {
	.nav__list--footer{
		display: flex;
		flex-direction: row;
	}
}

.list__label {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-foreground);
  padding-right: 0.875rem;
}

.footer__lower {
  display: flex;
  align-items: center;
  justify-content: end;
}

/*
* Icon components
*/
.icon--sm {
  font-size: 16px;
}
.icon--md {
  font-size: 18px;
}
.icon--lg {
  font-size: 24px;
}

/*
* Button component
*/
.button {
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-md);
  transition: var(--transition-colors);
  font-weight: 500;
  font-size: 0.8rem;
  white-space: nowrap;
}
.button:has(i),
.button:has(svg) {
  gap: 4px;
}
.button:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.button--primary {
  color: var(--color-primary-foreground);
  background-color: var(--color-primary);
}
.button--primary:hover {
  background-color: #f1f4f9;
  opacity: 0.9;
}
.button--secondary {
  color: var(--color-secondary-foreground);
  background-color: var(--color-secondary);
}
.button--secondary:hover {
  background-color: #3b82f6;
  opacity: 0.9;
}
.button--ghost {
  color: var(--color-muted-foreground);
  background-color: transparent;
}
.button--ghost:hover {
  color: var(--color-foreground);
  background-color: var(--color-muted);
}
.button--outline {
  border: 3px solid var(--color-muted);
  color: var(--color-muted-foreground);
  background-color: transparent;
}
.button--outline:hover {
  color: var(--color-foreground);
  background-color: var(--color-muted);
}
.button--link {
  color: var(--color-muted-foreground);
  background-color: transparent;
  text-decoration: underline solid var(--color-accent) 2px;
}
.button--link:hover {
  color: var(--color-foreground);
  text-decoration: underline solid var(--color-primary) 2px;
}
.button--destructive {
  color: var(--color-destructive-foreground);
  background-color: var(--color-destructive);
}
.button--destructive:hover {
  background-color: var(--color-destructive);
  opacity: 0.9;
}
.button--size-sm {
  --height: 2rem;
  --padding: 0.75rem;
  height: var(--height);
  padding: 0px var(--padding);
  font-size: var(--font-size-xs);
}
.button--size-base {
  --height: 2.375rem;
  --padding: 0.875rem;
  height: var(--height);
  padding: 0px var(--padding);
  margin-top: -0.8rem; 
}
.button--size-lg {
  --height: 3rem;
  --padding: 1rem;
  height: var(--height);
  padding: 0px var(--padding);
}

@media (max-width: 768px) {
.nav_btn{
	position: absolute !important;
	top: 6rem;
    left: 17rem;
}
}

.back-to-home{
	background-color: #f6f7fa;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
}
.arw-left{
	margin-right: 0.5rem;
}
#Register_Button{
	background-color: #004479;
}

/* Registration Form */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 41px;
    color: #b1b1b1;
}

/*
* Card component
*/
.card {
  padding: 0;
  border-radius: var(--border-radius-xl);
  background-color: var(--color-card);
}
.card--primary {
  background-color: var(--color-primary);
}
.card--secondary {
  background-color: var(--color-secondary);
}
.card__header {
  padding: 16px 16px 0px;
}
.card__content {
  padding: 16px;
}
.card__footer {
  padding: 0px 16px 16px;
}
.ovc--size-sm {
	width: 12rem;
}
/*----------------- Component end ----------------------------------------- */

/*----------------- Index ----------------------------------------- */


.hero {
  background-color: var(--color-background);
}

.hero__content {
  display: grid;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}

.content__image {
  background-color: antiquewhite;
}

.content__image > img {
  width: 100vw;
  height: auto;
}

.hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__cta--container {
 /* display: grid;
  grid-template-columns: repeat(2, 300px);*/
  gap: 12px;
	display: flex;
	flex-wrap: wrap;
}

/* Overview Styles */
.overview__header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.overview__heading {
  text-align: center;
  display: grid;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.overview__description {
  text-align: center;
  font-size: var(--font-size-lg);
}

.overview__list {
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);
	*/
  display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
  gap: var(--spacing-4);
}

.ovc__icon {
  width: 42px;
  height: 42px;
  background-color: var(--color-muted);
  border-radius: var(--border-radius-full);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ovc__icon > svg {
  width: 20;
  height: 20;
  color: var(--color-muted-foreground);
}

.ovc__text {
  font-weight: 500;
}

/* Speakers Styles */
.speakers__header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.speakers__heading {
  text-align: center;
  display: grid;
  gap: 12px;
  justify-content: center;
  margin-top: 15px;
}

.speakers-grid {
  /*display: grid;
  grid-template-columns: repeat(3, minmax(290px, 1fr));*/
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
  gap: var(--spacing-6);
  margin-top: 72px;
}

.speaker-card__header {
  width: 290px;
  height: 290px;
  overflow: hidden;
}

.speaker__image {
  width: 100%;
}

.speaker-card__content {
  margin-top: 16px;
}

.speaker__name {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}

.speaker__role {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  color: var(--color-muted-foreground);
}

/* Agenda Styles */
.agenda__header {
  margin-top: 72px;
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.agenda__download {
  margin-top: 20px;
}

.agenda-items {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
}

.agenda-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agenda-item__title {
  font-size: var(--font-size-2xl);
  font-weight: 400;
}

.line {
  border: none;
  border-top: 2.5px dotted var(--color-primary);
  color: #fff;
  background-color: #fff;
  height: 2px;
  width: 60%;
}

.agenda-item__time {
  color: var(--color-muted-foreground);
  font-size: var(--font-size-lg);
}
/*----------------- Index end ----------------------------------------- */

/*----------------- Register ----------------------------------------- */
.registration {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  width: 100%;
}

.registration__container {
  width: 100%;
  max-width: 500px;
  animation: fadeInUp 0.6s ease-out forwards;
}

.registration__title {
  font-family: var(--font-family-ubuntu);
  font-size: var(--font-size-2xl);
  font-weight: 600;
  color: var(--color-foreground);
  margin-bottom: var(--spacing-2);
	/*margin: 1rem;*/
	margin-top: 5rem;
	text-align: center;
}

.registration__subtitle {
  font-size: var(--font-size-base);
  color: var(--color-muted-foreground);
  margin-bottom: var(--spacing-4);
	margin: 1rem;
}

.registration__form {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}

.registration__form-row {
  display: flex;
  gap: var(--spacing-4);
}

.registration__form-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.registration__form-row .registration__form-group {
  flex: 1;
}

.registration__label {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--color-foreground);
}

.registration__input {
  padding: var(--spacing-3);
  border: 2px solid var(--color-border);
  border-radius: var(--border-radius-md);
  background-color: var(--color-background);
  transition: var(--transition-all);
}

.registration__input:hover {
  border-color: var(--color-primary);
}

.registration__input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.registration__input::placeholder {
  color: var(--color-muted-foreground);
  opacity: 0.7;
}

.registration_hd_cont{
	display: flex;
	flex-wrap: wrap;
    width: 50%;
    margin: auto;
    justify-content: center;
}

.col-sm-3 {
  width: 40% !important;
}

.col-sm-9 {
 	width: 100% !important;
}

.platform-content.container
 {
    max-width: 100% !important;
    display: flex;
    justify-content: center;
}

/* Radio Card Styles */
.registration__radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}

.registration__radio-card {
  position: relative;
  border: 2px solid var(--color-border);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-4);
  cursor: pointer;
  transition: var(--transition-all);
}

.registration__radio-card:hover {
  border-color: var(--color-primary);
  background-color: rgba(59, 130, 246, 0.05);
}

.registration__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.registration__radio:checked + .registration__radio-card {
  border-color: var(--color-primary);
  background-color: rgba(59, 130, 246, 0.1);
}

.registration__radio-title {
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  font-weight: 500;
  margin-bottom: var(--spacing-2);
}

.registration__radio-icon {
  width: 24px;
  height: 24px;
  color: var(--color-primary);
}

.registration__radio-description {
  color: var(--color-muted-foreground);
  font-size: var(--font-size-sm);
  margin-left: 28px;
}

.registration__radio-indicator {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  margin-right: var(--spacing-2);
  position: relative;
  transition: var(--transition-all);
}

.registration__radio:checked
  + .registration__radio-card
  .registration__radio-indicator {
  border-color: var(--color-primary);
}

.registration__radio:checked
  + .registration__radio-card
  .registration__radio-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.registration__submit {
  margin-top: var(--spacing-4);
  width: 100%;
  border: none;
  cursor: pointer;
}

.registration__terms-of-service {
  text-align: center;
  font-size: var(--font-size-sm);
  color: var(--color-muted-foreground);
}

.registration__terms-of-service > a {
  font-weight: 500;
}

.registration__back-button {
  position: absolute;
  top: var(--spacing-8);
  left: var(--spacing-8);
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-2) var(--spacing-4);
  border-radius: var(--border-radius-md);
  transition: var(--transition-all);
}

#Register_Button {
    background-color: #004479;
    --height: 2.375rem;
    --padding: 0.875rem;
    height: var(--height);
    padding: 0px var(--padding);
    margin-top: -0.8rem;
}




.registration__back-icon {
  font-size: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container {
    padding-left: var(--spacing-4);
    padding-right: var(--spacing-4);
    padding-top: var(--spacing-12); /* Adjusted padding for mobile */
  }

  .registration__back-button {
    top: var(--spacing-4);
    left: var(--spacing-4);
  }

  .registration__container {
    max-width: 100%;
  }

  .registration__form-row {
    flex-direction: column;
    gap: var(--spacing-4);
  }
}
