@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.13.1/font/bootstrap-icons.min.css");

:root {
    --brand-color-theme-1: #D3322A;
    --brand-color-theme-2: #2E3081;
    --brand-color-theme-3: #FFE569;
    --brand-font-family-heading: "Outfit", sans-serif;
    --brand-font-family-body: "Outfit", sans-serif;
    --brand-color-theme-1: #D3322A;
    --brand-color-theme-2: #2E3081;
    --brand-color-theme-3: #FFE569;
    --font-outfit: "Outfit", sans-serif;

    /* Light Theme Palette Adjustments */
    --bg-light: #f6f8fb;
    --text-dark: #191c2c;
    --text-muted: #5e647e;
}


.brand-color-theme-1-text {
    color: var(--brand-color-theme-1) !important;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 16px;
}

body {
    padding: 0;
    padding-top: 0 !important;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    font-family: var(--brand-font-family-body);
}

p {}

a,
span {}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--brand-font-family-heading);
}

h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1rem 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.no-spacing {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-none {
    background: transparent !important;
}

.container {
    min-width: 320px;
}

body.width-full #fContent>.container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

body.width-full #fMatter {
    padding: 0;
}

#f-messages {
    margin: 0;
    background-color: var(--brand-color-theme-1);
    position: fixed;
    top: 0rem;
    width: 100% !important;
    left: 0;
    color: white;
    z-index: 9999999;
}

#f-messages .item {
    background-color: var(--brand-color-theme-1);
}

@-webkit-keyframes fadeOutmessage {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

@keyframes fadeOutmessage {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.fadeOutmessage {
    -webkit-animation-name: fadeOutmessage;
    animation-name: fadeOutmessage;
}

#fPageTitle {
    display: block;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var(--brand-color-theme-1);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--brand-color-theme-1);
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var(--brand-color-theme-1);
}


/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 0rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.fRegion.region-header .row {
    justify-content: space-between;
    margin: auto;
}

.fRegion {
    display: inline-block;
    width: 100%;
}

.fPageTitle {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 6rem 0 5rem;
    background-size: cover;
    min-height: 182px;
    height: 100%;
    margin-bottom: 2rem;
    background-color: var(--brand-color-theme-2);
    display: grid;
    place-items: center;
}

body.title-off .fPageTitle {
    display: none;
}

.fModuleTitle h3 {
    color: var(--brand-color-theme-2);
    font-weight: 600;
}

.fModuleTitle p {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
    font-weight: normal;
}

.fModuleTitle h3 span {
    display: block;
    font-size: 1rem;
    color: var(--brand-color-theme-1);
    text-transform: uppercase;
}

.title-center .fModuleTitle h3 {
    text-align: center !important;
}

.f-photo-with-custom-text.title-center .fModuleContent .fModuleTitle h3 {
    text-align: start !important;
}

.f-photo-with-custom-text .fModuleTitle {
    display: none;
}

.f-photo-with-custom-text .fModuleContent .fModuleTitle {
    display: block;
}

ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin: 0px;
    list-style: none;
}

.ItemfinnerGallery {
    position: relative;
}


/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

@media (min-width: 576px) {
    .fModuleEnd .fModuleTitle {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .fModuleEnd .fModuleTitle {
        width: 1320px;
    }
}

.collapse.show {
    display: block !important;
}

.collapse.in {
    display: block !important;
}

.navbar-header .navbar-toggler {
    display: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    position: absolute;
    right: 0;
    height: 3px;
    width: 26px;
    background: #1173ba;
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: none;
    /* margin: 0;
    margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
    z-index: 9999;
}


/* Header */

header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: white;
}

header.active {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}


/*** Footer ***/

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}


/*** Button ***/

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    background-color: var(--brand-color-theme-1);
    display: inline-block;
    padding: 10px 2rem;
    color: white;
    font-weight: 500;
    border: 1px solid var(--brand-color-theme-1);
    border-radius: 5px;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
    background-color: var(--brand-color-theme-2);
    border-color: var(--brand-color-theme-2);
}


/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fForm .buttons {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.fForm .form-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    padding: 0 0 7px;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
    padding: 0.85rem 10px;
    width: 100%;
}

.fForm .hint {
    color: #333;
    margin: 11px 0;
}

.fForm .hint a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fForm .hint a:hover {
    color: var(--brand-color-theme-1);
}

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
    display: flex;
    align-items: center;
}

.user-register-group table tr:nth-child(odd) {
    background: #ddd;
}

.listing-header-item-currency {
    width: fit-content;
    display: flex;
    border: 1px solid var(--brand-color-theme-2);
    border-radius: 0.25rem;
    overflow: hidden;

    >* {
        border: 0;
        border-radius: 0;
    }

    input[type="submit"] {
        padding: 0.5rem 0.75rem;
        background: var(--brand-color-theme-2);
        color: #fff;
    }
}


/*----------iconset----------*/

.iconset .fMenu {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset .fMenu li {
    padding: 1rem;
}

.iconset .fMenu a {
    display: block;
    padding: 1rem;
    font-weight: bold;
    color: #000;
    height: 100%;
    background: #f5f5f5;
    transition: 0.3s all ease-in-out;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 30%);
    position: relative;
}

.iconset .fMenu a:hover {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 55%);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 55%);
}

.iconset img {
    width: auto;
    max-width: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}


/*----------animation----------*/

@keyframes blinking {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Common CSS */


/* login page starts here */

body.view-login .fForm,
body.view-account-recover .fForm {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem 1rem;
    width: 700px;
    max-width: 100%;
    margin: auto;
}

body.view-account-recover .fForm .form-item-type-fieldset {
    border: 0;
    padding: 0;
}

.fForm .error {
    margin: .5rem 0 0 0;
    font-size: .8rem;
}

.buttons {
    padding-left: 12px !important;
}

body.view-login .fForm .buttons,
body.view-account-recover .fForm .buttons {
    padding-left: 0 !important;
}


/* login page ends here */


/* Programme Table */

tr.session-row-hidden {
    display: none !important;
}

.session-heading {
    text-align: center;
    margin-top: 1.5rem;
    color: #4d4f53;
    font-weight: bold;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--brand-color-theme-1);
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
}

body .session-container th {
    background: var(--brand-color-theme-1);
    color: #fff !important;
    font-weight: bold;
}

.session-container tr:last-child td {
    border-bottom: 0 none !important;
}

.session-container .session-details {
    vertical-align: top !important;
    position: relative;
}

.session-container td.session-details[colspan="2"] {
    text-align: center;
}

td.session-time,
th.session-time {
    padding: 1rem;
    width: 150px;
    min-width: 150px;
}

.session-time.session-time-show {
    font-size: 0.9rem;
}

td.session-time {
    border-right: 1px solid var(--brand-color-theme-1);
}

.session-time .session-time-start,
.session-time .session-time-end {
    display: inline-block;
    opacity: 1;
}

.session-time .session-time-start:after {
    display: inline-block;
    content: " - ";
    padding-left: 5px;
}

.session-time .session-time-zone {
    font-size: 0.9rem;
    color: #999;
}

.session-time .session-time-date {
    display: none;
}

.session-time .session-time-date.is-different {
    color: #fff;
    display: inline-block;
    background: #aaa;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.25rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.session-container ul li {
    margin: .5em 0 .5em 20px !important;
    list-style: square;
}

.session-sub {
    padding-left: 0;
    list-style: square;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.session-sub-title {
    font-weight: 600;
}

.session-sub .session-people {
    padding-top: 0;
    margin-top: 0;
}

.session-title.session-sub-title {
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.75;
    display: inline;
}

.session-title>a {
    text-decoration: underline;
}

.session-venue {
    width: fit-content;
    background: var(--brand-color-theme-1);
    display: inline-block;
    margin-top: .2rem;
    color: #fff;
    font-size: .8rem;
    padding: .2rem .7rem;
}

.session-venue::before {
    content: "\f3c5";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.session-venue a {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.session-venue a::before {
    display: block;
    content: "";
    height: 1.1rem;
    width: 1.1rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 6px;
    line-height: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    background: url('https://img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png') left center no-repeat;
    background-size: 1rem;
    font-size: 0.8rem;
    opacity: 0.75;
}

span.live {
    color: #cc0000 !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    background-color: #cc0000;
    display: inline-block;
    position: relative;
    margin-top: 2rem;
}

.session-status-3>.session-title:before,
.session-status-2>.session-title:before {
    position: relative;
    content: "LIVE";
    color: #cc0000;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
    display: none
}

.no-user .session-status-3>.session-title:before {
    display: none
}

.session-status-2 .session-venue,
.session-status-2>.session-title:before {
    display: none;
}

.session-mine.session-status-2>.session-title:before,
.session-mine.session-status-2.session-full:before {
    content: "PRESENTER TO JOIN SESSION";
    color: #FFA500;
    display: block;
    margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
    display: inline-block;
}

.session-people-item {
    display: flex;
    flex-wrap: wrap;
}

.session-people-name {
    font-weight: 600;
    color: var(--brand-color-theme-1);
}

.session-people-role {
    display: inline-block;
    color: var(--brand-color-theme-2);
    text-decoration: underline;
    order: -1;
    padding-right: 5px;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.com-event.view-session-view .session-full {
    border: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-time {
    background-color: var(--brand-color-theme-1);
    text-align: start;
    padding: 10px 12px;
    color: white;
}

body.com-event.view-session-view .session-full .session-item {
    padding: 10px 12px;
    border-bottom: 1px solid #dedede;
}

body.com-event.view-session-view .session-full .session-item:last-child {
    border-bottom: 0;
}

body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image {
    height: 18rem;
    width: 18rem;
    margin: 1rem auto;
    display: block;

    img {
        border-radius: 100%;
        object-fit: cover;
        border: 5px solid #aaa;
    }
}

body.com-user.view-view #fMatter .f-user-container,
body.event-session-person-hasphoto #fMatter .event-session-person {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image {
    width: 250px;
    height: 250px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-item-teaser-image img,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-image img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 500px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 4px solid var(--brand-color-theme-3);
    object-fit: cover;
}

body.com-user.view-view #fMatter .f-user-container .f-list-item-content,
body.event-session-person-hasphoto #fMatter .event-session-person .f-content-text {
    background-color: #f7f7f7;
    text-align: justify;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body.com-user.view-view #fMatter .f-user-container .f-content-node.f-content-fields {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: var(--brand-color-theme-2);
    color: white;
    padding: 2rem 1rem;
    border-radius: 15px;
}

body.com-user.view-view #fMatter .f-user-container .f-module-event-session,
body.event-session-person-hasphoto #fMatter .event-session-person .event-session-person-session {
    width: 100%;
}


/*** Programme table end ***/

/*** Custom CSS ***/

/* Home Page */

/* Banner starts here */

.f-banner .fGalleryText {
    position: absolute;
    inset: 0;
    align-content: center;
    border-bottom: .7vw solid var(--brand-color-theme-2);
}

.f-banner .fGalleryText .div-banner-logo img {
    width: 17vw;
}

.f-banner .fGalleryText div.container {
    position: relative;
}

.f-banner .fGalleryText .logo-on-banner {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 1.2vw;
    top: -1vw;
}

body.f-home .f-banner .fGalleryText .logo-on-banner {
    top: -5vw;
}

.f-banner .fGalleryText .logo-on-banner img {
    max-height: 4.5vw;
    width: auto;
    margin-right: 10px;
    border: 1px solid #dedede;
    padding: .4vw;
    background-color: white;
}

.f-banner .fGalleryText h3 {
    font-size: 2vw;
    max-width: 45%;
    color: var(--brand-color-theme-2);
    margin: 2% 0 0 0;
}

.f-banner .fGalleryText p {
    color: var(--brand-color-theme-1);
    font-weight: 600;
    margin-top: .5%;
    margin-bottom: 1.5%;
    font-size: 1.5vw;
}

.f-banner .fGalleryText .date-and-venue {
    display: flex;
    flex-wrap: wrap;
}

.f-banner .fGalleryText .date-and-venue div {
    display: grid;
    grid-template-columns: 1vw 1fr;
    gap: .7rem;
    position: relative;
    color: var(--brand-color-theme-2);
    font-weight: 500;
    padding-right: 7px;
    margin-bottom: 2%;
    font-size: 1.4vw;
}

.f-banner .fGalleryText .date-and-venue div.date::before {
    content: "\F214";
    align-content: start;
    display: inline-block;
    font-family: bootstrap-icons;
    padding-top: 1px;
}

.f-banner .fGalleryText .date-and-venue div.venue::before {
    content: "\F3E8";
    align-content: start;
    display: inline-block;
    font-family: bootstrap-icons;
    padding-top: 1px;
}

.f-banner .fGalleryText .btn-div .fButton {
    padding: .6vw 2.2vw;
    font-size: 1.2vw;
    border-radius: .2vw;

    &:hover {
        border-color: var(--brand-color-theme-2);
    }
}

/* countdown starts here */

.f-countdown-timer .row {
    margin: 0;
    margin-bottom: 2%;
}

.f-countdown-timer .col-count {
    width: fit-content;
    min-width: 6%;
    min-height: 5vw;
    background-color: #ffe66978;
    align-content: center;
    text-align: center;
    margin-right: 10px;
    border-radius: .2vw;
}

.f-countdown-timer .col-count>p {
    font-size: 1vw;
    color: #000;
    margin: 0;
}

.f-countdown-timer .col-count>h4 {
    margin: 0;
    font-size: 1.7vw;
}


.split-wrapper {
    display: flex;
}

/* LEFT SIDE CONTENT PANEL (LIGHT) */
.content-panel {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
    background: linear-gradient(90deg, var(--bg-light) 85%, rgba(246, 248, 251, 0) 100%);
}

.live-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-color-theme-1);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 25px;
}

.live-tag::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--brand-color-theme-2);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(211, 50, 42, 0.4);
}

.content-panel h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
    margin: 0;
    color: var(--text-dark);
}

.content-panel h1 span {
    color: var(--brand-color-theme-2);
}

.panel-tagline {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 45px;
    max-width: 520px;
    font-weight: 300;
}

/* RIGHT SIDE STATS STRIP FRAME (LIGHT GRAPHICS) */
.graphics-panel {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.graphics-panel::after {
    content: "";
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url('https://encrypted-tbn1.gstatic.com/licensed-image?q=tbn:ANd9GcT3Qg8qQTTACZQ6odyX5snNXzalAoY82U1lDvKBm0TQ-6B1UDC-TE3RMfziG7qJX-YFHjJA6fquAECDpfc') no-repeat center center/cover;
}

/* Translucent soft white mask overlay */
.graphics-panel::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(246, 248, 251, 0.4) 100%);
    z-index: 1;
}

.strip-matrix {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 380px;
}

/* Crisp Crisp white card stripes with clear drop shadows */
.matrix-row {
    background: #ffffff;
    border-left: 5px solid var(--brand-color-theme-2);
    padding: 22px 28px;
    border-radius: 0 16px 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(46, 48, 129, 0.05);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.matrix-row:hover {
    transform: translateX(-10px);
    border-left-color: var(--brand-color-theme-1);
    box-shadow: 0 15px 40px rgba(211, 50, 42, 0.12);
}

.matrix-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-dark);
    font-weight: 600;
    padding-right: 15px;
}

.matrix-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--brand-color-theme-2);
    line-height: 1;
}

/* Variant Row setup using the Brand Red as baseline accent color */
.matrix-row.accent-row {
    border-left-color: var(--brand-color-theme-1);
}

.matrix-row.accent-row .matrix-num {
    color: var(--brand-color-theme-1);
}

/* about us starts here */

.f-about-us-home-page .f-media>div {
    padding: 12px;
}

.f-about-us-home-page .f-media-image img {
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dedede;
    object-fit: contain;
    background-color: white;
}

/* video cta starts here */

.f-video-cta-with-text video {
    height: 400px;
    object-fit: cover;
    object-position: bottom center;
}

.f-video-cta-with-text .fGalleryVideoText {
    position: absolute;
    inset: 0 0 7px 0;
    align-content: center;
    background-image: linear-gradient(135deg, rgba(46, 48, 129, 0.6) 0%, rgba(9, 10, 16, 0.85) 100%);
}

.f-video-cta-with-text .fGalleryVideoText .watch-video-btn a {
    display: inline-flex;
    padding: 6px 1rem;
    width: fit-content;
    color: #000;
    background-color: white;
    border-radius: 50px;
    align-items: center;
    font-weight: 500;
    font-size: .9rem;
    background-color: var(--brand-color-theme-3);
}


.f-video-cta-with-text .fGalleryVideoText .watch-video-btn a::before {
    content: "\F4F4";
    font-family: bootstrap-icons;
    color: var(--brand-color-theme-1);
    font-size: 1.4rem;
    display: inline-block;
}

.f-video-cta-with-text .fGalleryVideoText h3 {
    color: white;
    font-size: 4rem;
    margin: 0;
    font-weight: 600;
}

.f-video-cta-with-text .fGalleryVideoText p {
    font-size: 1.3rem;
    color: white;
    margin-top: 0;
}

.f-video-cta-with-text .fGalleryVideoText .watch-video-btn {
    margin-top: 1rem;
}

/* How to Start starts here */

.f-how-start .ItemfinnerGallery {
    height: 350px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.f-how-start .ItemfinnerGallery a.fGalleryImage {
    display: block;
    height: 100%;
    transition: all .9s;
    scale: 1;
    border-radius: 15px;
    overflow: hidden;
}

.f-how-start .ItemfinnerGallery:hover a.fGalleryImage {
    visibility: visible;
    opacity: 1;
    scale: .7;
}

.f-how-start .ItemfinnerGallery a.fGalleryImage h3 {
    margin: 0;
    position: absolute;
    inset: 0;
    align-content: center;
    text-align: center;
    font-size: 1.7rem;
    padding: 12px 20px;
    background-color: #2e2f81a0;
    color: white;
}

.f-how-start .ItemfinnerGallery a.fGalleryImage img {
    height: 100%;
    object-fit: cover;
    opacity: .85;
}

.f-how-start .fGalleryItem {
    padding: 12px;
}

.f-how-start .ItemfinnerGallery .fGalleryText {
    border-radius: 15px;
    position: absolute;
    inset: 0;
    background-color: var(--brand-color-theme-2);
    padding: 12px;
    color: white;
    text-align: justify;
    font-size: .9rem;
    align-content: center;
    opacity: 0;
    visibility: hidden;
    scale: .7;
    transition: all .7s;
}

.f-how-start .ItemfinnerGallery:hover .fGalleryText {
    scale: 1;
    visibility: visible;
    opacity: 1;
}

.f-how-start .ItemfinnerGallery .fGalleryText ul {
    margin: 0;
    padding: 0;
}

.f-how-start .ItemfinnerGallery .fGalleryText ul li {
    margin: 0 0 10px 0;
    list-style: none;
}

/* How to Start ends here */

/* organising committee member starts here */

.f-organising-team .f-list-item-teaser-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.f-organising-team .f-list-item-teaser-image img {
    aspect-ratio: 1/.9;
    object-fit: cover;
    object-position: top center;
    background-color: #f0f0f0;
    border-radius: 12px;
}

.f-organising-team .f-list-item-teaser-image .f-list-item-field .f-item-node-title {
    display: none;
}

.f-organising-team .f-list-item-teaser-image .f-list-item-field .f-item-node-value>a>span {
    display: none;
}

.f-organising-team .f-list-item-teaser-image .social-media {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .7s;
    background-image: linear-gradient(135deg, rgba(46, 48, 129, 0.8) 0%, rgba(9, 10, 16, 0.85) 100%);
}

.f-organising-team .f-list-item-container:hover .f-list-item-teaser-image .social-media {
    opacity: 1;
    visibility: visible;
}

.f-organising-team .f-list-item-teaser-image .f-list-item-field .f-item-node-value>a::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    align-content: center;
    text-align: center;
    margin: 5px;
    color: white;
    border-radius: 500px;
    scale: .9;
}



.f-organising-team .f-list-item-teaser-image .f-list-item-field.facebook .f-item-node-value>a::after {
    content: "\f39e";
    font-family: "FontAwesome";
    background-color: #1877F2;
}

.f-organising-team .f-list-item-teaser-image .f-list-item-field.linkedin .f-item-node-value>a::after {
    content: "\f0e1";
    font-family: "FontAwesome";
    background-color: #0a66c2;
}

.f-organising-team .f-list-item-teaser-image .f-list-item-field.instagram .f-item-node-value>a::after {
    content: "\f16d";
    font-family: "FontAwesome";
    background-image: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.f-organising-team .f-list-item-teaser-image .f-list-item-field.twitter .f-item-node-value>a::after {
    content: "\e61b";
    font-family: "FontAwesome";
    background: #000;
}

.f-organising-team .f-list-item {
    padding: 12px;
}

.f-organising-team .f-list-item .f-list-item-container {
    height: 100%;
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #dedede;
}

.f-organising-team .f-list-item .f-list-item-container .f-list-item-title {
    font-size: 1.2rem;
    margin-top: 7px;
    font-weight: 600;
}

.f-organising-team .f-list-item .f-list-item-container .f-list-item-subtitle {
    font-size: .9rem;
}

/* organising committee member ends here */

/* all logos start here */

.f-all-logos .bx-wrapper {
    width: 100%;
    max-width: unset !important;
    margin: 0 !important;
}

.f-all-logos .fGalleryItem {
    padding: 12px;
}

.f-all-logos .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
    max-height: 100px;
    object-fit: contain;
    border: 1px solid #dedede;
    border-radius: 5px;
}

/* all logos end here */

/* faq start here */

.f-faq-main .fModuleTitle h3 {
    margin-bottom: 0;
}

.f-faq-main .fModuleTitle p {
    margin: 0 0 1rem 0;
    text-align: center;
}

.f-faq-text .f-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    mix-blend-mode: luminosity;
    min-height: 400px;
}

.f-faq-text .f-media-image .f-media-image-link {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(46, 48, 129, 0.08);
    background: var(--brand-color-theme-2);
}

.f-faq-text .f-media-image .f-media-image-link .box-faq {
    position: absolute;
    bottom: -20px;
    left: 30px;
    right: 30px;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-left: 5px solid var(--brand-color-theme-1);
    transform: translateY(-40px);
}

.f-faq-text .f-media-image .f-media-image-link .box-faq h5 {
    font-size: 1.2rem;
    color: var(--brand-color-theme-2);
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

.f-faq-text .f-media-image .f-media-image-link .box-faq p {
    font-size: .9rem;
    margin: 0;
    color: #666;
}

.f-faq .f-list-item {
    padding: 0 0 12px 0;
}

.f-faq .f-list-item .f-list-item-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(46, 48, 129, 0.01);
    transition: all 0.3s ease;
}

.f-faq .f-list-item .f-list-item-container:hover,
.f-faq .f-list-item.active .f-list-item-container {
    border-color: #ced4e5;
    box-shadow: 0 10px 25px rgba(46, 48, 129, 0.03);
}

.f-faq .f-list-item .f-list-item-container .f-list-item-title {
    font-size: 1.05rem;
    font-weight: 600;
    padding: 12px 2rem 12px 12px;
    position: relative;
    cursor: pointer;
}

.f-faq .f-list-item .f-list-item-container .f-list-item-title::after {
    content: "\2b";
    font-family: "FontAwesome";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.f-faq .f-list-item.active .f-list-item-container .f-list-item-title::after {
    content: "\f068";
}

.f-faq .f-list-item.active .f-list-item-container .f-list-item-title {
    background-color: #fafafa;
    color: var(--brand-color-theme-2);
}

.f-faq .f-list-item .f-list-item-container .f-list-item-teaser-content {
    padding: 7px 12px;
}

.f-faq .f-list-item.active .f-list-item-container .f-list-item-teaser-content {
    border-top: 1px solid #e2e8f0;
}

.f-faq .f-list-item .f-list-item-container .f-list-item-teaser-content p {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: .9rem;
}

/* faq end here */

/* email and counter section starts here */

.f-form-and-counter-numbers {
    background-image: linear-gradient(90deg, var(--bg-light) 85%, rgba(246, 248, 251, 0) 100%);
}

.f-email-form {
    background: #ffffff;
    border: 1px solid #e1e5f2;
    border-radius: 24px;
    padding: 2rem !important;
    max-width: 500px;
    box-shadow: 0 25px 60px rgba(46, 48, 129, 0.05);
    margin: 0;
}

.f-email-form form {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 12px;
}

.f-email-form form .form-item {
    flex: 1;
}

.f-email-form form .form-item,
.f-email-form form .buttons {
    padding: 0 !important;
}

.f-email-form form .form-item.form-item-type-text {
    flex: 1;
}

.f-email-form form .form-item.form-item-type-text input {

    background: #f1f3f9;
    border: 1px solid #dfe3f0;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 0.95rem;
    outline: none;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.f-email-form form .form-item.form-item-type-text input::placeholder {
    font-size: .85rem;
}

.f-email-form form .form-item.buttons {
    flex: .5;
}

.f-email-form form .form-item.buttons input {
    background: var(--brand-color-theme-2);
    border: 1px solid #dfe3f0;
    padding: 16px 20px;
    border-radius: 14px;
    font-size: 0.8rem;
    outline: none;
    color: white;
    transition: all 0.3s ease;
}

.f-email-form .fModuleTitle h3 {
    font-size: 1.2rem;
    margin-top: 0;
}

.f-email-form .fModuleTitle h3 p {
    font-size: 1rem;
    margin-top: 10px;
}

/* email and counter section ends here */

/* welcome message starts here */



.about-section {
    position: relative;
    padding: 20px 0px;
    background: linear-gradient(135deg, #2e3081c2 0%, #2e3081 60%, #2e3081bd 100%);
    overflow: hidden;
}

/* background glow */
.about-section::before,
.about-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    filter: blur(45px);
    z-index: 1;
}

.about-section::before {
    background: rgba(255, 183, 0, 0.08);
    top: -120px;
    right: -120px;
}

.about-section::after {
    background: rgba(255, 255, 255, 0.03);
    bottom: -120px;
    left: -120px;
}

/* layout wrapper */
.top-section,
.bottom-content {
    position: relative;
    z-index: 2;

    margin: auto;
}

/* TOP LAYOUT */


/* LEFT */
.about-left {
    flex: 2;
}

.about-left h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 10px;
}

.about-left h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #ffb703;
    display: block;
    margin-top: 8px;
}

/* theme */
.about-left h3 {
    font-size: 20px;
    color: #ffd36a;
    margin: 18px 0 18px;
    line-height: 1.4;
    font-weight: 600;
}

/* paragraphs COMPACT */
.about-left p,
.bottom-content p {
    font-size: 15.5px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 14px;
    text-align: justify;
}

/* RIGHT CARD */


.profile-card {
    width: 100%;
    max-width: 265px;
    float: right;
    text-align: center;
    padding: 20px 20px 0 20px;
}



.profile-card img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 0;
}

/* NAME */
.profile-card h4 {
    font-size: 18px;
    color: var(--brand-color-theme-3);
    margin-bottom: 0;
}

.profile-card p {
    font-size: 13px;
    color: #ccc;
    margin-top: 0;
}

/* BOTTOM SECTION */
.bottom-content {
    margin-top: 35px;
}

/* VALUES (COMPACT GRID) */
.values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 30px;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.values li {
    font-size: 15px;
    color: #fff;
    padding-left: 26px;
    position: relative;
    font-weight: 500;
    margin: 0;
}

/* bullet */
.values li::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ffb703;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .top-section {
        flex-direction: column;
    }

    .values {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .values {
        grid-template-columns: 1fr;
    }

    .about-section {
        padding: 45px 20px;
    }
}

/* welcome message ends here */

/* footer starts here */

.fRegion.region-footer>.row {
    justify-content: space-between;
}

footer {
    background-color: #191c2c;
    color: #ffffffe9;
    padding-top: 1.5rem;
    margin-top: -7px;
    border-top: 7px solid var(--brand-color-theme-1);
    font-size: .9rem;

    .region-footer .fModule {
        padding: 12px;
    }

    p,
    a {
        font-size: .9rem;
        color: #ffffffe9;
    }

    a:hover {
        color: #ffffffe9;
    }

}

footer .fModuleTitle h3 {
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--brand-color-theme-3);
}

footer .fMenu li,
.f-footer-contact ul li {
    display: block;
    margin-bottom: 7px !important;
}

.f-footer-contact ul li b {
    font-weight: 500;
}

.footer-logo-and-media .f-media-image img {
    width: 200px;
    max-width: 100%;
}

footer .f-copyright {
    background-color: var(--brand-color-theme-2);
    padding: 10px 0;
    font-size: .8rem;
}

div.social-media>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    align-content: center;
    margin-bottom: 10px;
    background-color: var(--brand-color-theme-3);
    color: #191c2c;
    text-align: center;
    margin-right: 5px;
    font-size: 1rem;
    border-radius: 5px;
}

div.social-media>a.fb {
    background-color: #1877F2;
    color: white;
}

div.social-media>a.linkedin {
    background-color: #0a66c2;
    color: white;
}

div.social-media>a.insta {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    color: white;
}

div.social-media>a.you {
    background: linear-gradient(135deg, #FF0000 0%, #7F0037 100%);
    color: white;
}

/* footer ends here */

/* speakers start here */


.f-user-design-2 .f-list-item-teaser-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.f-user-design-2 .f-list-item-teaser-image img {
    aspect-ratio: 1/.9;
    object-fit: cover;
    object-position: top center;
    background-color: #f0f0f0;
    border-radius: 12px;
}

.f-user-design-2 .f-list-item {
    padding: 12px;
}

.f-user-design-2 .f-list-item .f-list-item-container {
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background-color: white;
    padding: 12px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #dedede;
}

.f-user-design-2 .f-list-item .f-list-item-container .f-list-item-title {
    font-size: 1.2rem;
    margin-top: 7px;
    font-weight: 600;
}

.f-user-design-2 .f-list-item .f-list-item-container .f-list-item-title a {
    color: var(--brand-color-theme-2);
    font-weight: 700;
}

.f-user-design-2 .f-list-item .f-list-item-container .f-list-item-subtitle {
    font-size: .9rem;
}

.f-user-design-2 .f-list-item .f-list-item-container .f-list-item-subtitle a {
    color: #000;
    font-style: italic;
}


/* speakers end here */

/* Key Dates Start Here */

.keydates {
    width: 100%;
}

.keydates h2 {
    font-size: 34px;
    color: #2e3081;
    margin-bottom: 25px;
    text-align: center;
}

/* 3 CARD LAYOUT */
.date-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* CARD STYLE */
.date-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    text-align: left;
    transition: 0.3s ease;
    border-left: 5px solid #2e3081;
    border-bottom: 5px solid #d3322a;
}

.date-card:hover {
    transform: translateY(-5px);
}

/* BADGE */
.badge {
    display: inline-block;
    background: #2e3081;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

/* TEXT */
.date-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #666;
    font-weight: 500;
}

.date-card p {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}



/* Key Dates End Here */

/* General Guidelines Starts Here */

.ssc-guidelines {
    width: 100%;
    border-radius: 14px;
    background: white;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.main-title {
    font-size: 34px;
    color: #2e3081;
    margin-bottom: 10px;
    text-align: center;
}


.intro {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}


.points {
    margin-bottom: 30px;
    padding-left: 18px;
}

.points li {
    font-size: 17px;
    margin-bottom: 8px;
    color: #444;
}


.section-box {
    margin-top: 25px;
    padding-left: 15px;
}

.section-box h3 {
    font-size: 18px;
    color: #2e3081;
    margin-bottom: 10px;
}


.section-box table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ccc;
}


.section-box th {
    background: #2e3081;
    color: #fff;
    text-align: left;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #1f225c;
}


.section-box td {
    padding: 14px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ccc;
    vertical-align: top;
}


.section-box tr:nth-child(even) {
    background: #f7f8ff;
}


.section-box tr:hover td {
    background: #eef0ff;
}

/* General Guidelines Starts Here */


/* Eligibility Criteria */
.eligibility-section {
    width: 100%;
    border-radius: 14px;
    background: white;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.title {
    font-size: 34px;
    color: #2e3081;
    margin-bottom: 25px;
    text-align: center;
}


.rule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.rule-card {
    background: #fff;
    padding: 20px 20px 20px 15px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #2e3081;

    display: flex;
    align-items: flex-start;
    gap: 15px;
}


.rule-card .num {
    background: #d3322a;
    color: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}


.rule-card p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* Eligibility Criteria */

/* Submission Guidelines */
.submission-section {
    width: 100%;
    border-radius: 14px;
    background: white;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.title {
    font-size: 34px;
    color: #2e3081;
    margin-bottom: 20px;
    text-align: center;
}


.notice-box {
    color: #000;
    font-size: 19px;
    line-height: 1.7;
}

.rule-list {
    margin-bottom: 30px;
    padding-left: 20px;
}

.rule-list li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #444;
    line-height: 1.6;
}


.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.info-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #d3322a;
}

.info-card h3 {
    color: #2e3081;
    margin-bottom: 8px;
    font-size: 19px;
}

.info-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Submission Guidelines */


/*  Main Conference Registration Fees */

.dcontainer {

    background: #f8fafc;
    border-radius: 15px;

}


.dcontainer h1 {
    text-align: center;
    color: #1e2a78;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #555;
}


table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}


td {
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 16px;
    font-size: 14px;
    background: #fff;
    color: #333;
}


tr:nth-child(even) td {
    background: #f9fbff;
}


.section-header td {
    background: #2e3081;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 16px;
}


.section-title {
    width: 68%;
    font-size: 18px;
}

.price-title {
    text-align: center;
    width: 16%;
    font-size: 16px;
    line-height: 1.4;
}

.price-title span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    opacity: 0.9;
}

.label {
    width: 68%;
    font-size: 17px;
    font-weight: 500;
}

.price {
    text-align: center;
    font-size: 14px;
    width: 16%;
    font-weight: 600;
    color: #1e2a78;
}


.btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.register-btn {
    display: inline-block;
    background: #d73b2d;
    color: #fff;
    text-decoration: none;
    padding: 12px 35px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.register-btn:hover {
    background: #b82d21;
    transform: translateY(-2px);
}


/*  Main Conference Registration Fees */

/* Fees For Participation Include */
.dcontainer {
    background: #f5f5f5;
    padding: 20px;
}

.dcontainer .include-title {
    color: #2e3081;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.dcontainer .include-list {
    padding-left: 22px;
}

.dcontainer .include-list li {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 6px;
    color: #222;
    margin: 0;
}

/* Fees For Participation Include */

/* Contact Us Start Here */


.info-card1 {
    height: 100%;
    padding: 28px;
    border: 1px solid #e6eee9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(22, 72, 62, 0.06);
}

.info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #ffe66934;
    color: var(--brand-color-theme-2);
    font-size: 24px;
    font-weight: 700;
}

.info-card1 h4 {
    margin-bottom: 8px;
    color: var(--brand-color-theme-2);
    font-size: 20px;
    font-weight: 700;
}

.info-card1 p {
    margin-bottom: 18px;
    color: #666;
}

.info-card1 a {
    color: var(--brand-color-theme-1);
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

.info-card1 a:hover {
    text-decoration: underline;
}

.highlight-panel {
    padding: 34px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--brand-color-theme-2), #0b0c25);
    color: #fff;
    box-shadow: 0 14px 30px rgba(6, 63, 47, 0.18);
}

.highlight-panel h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.highlight-panel p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
}


/* Contact Us End Here */


/* Event-values End Here */
.event-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 60px;
    margin-top: -30px;
}

.value-item {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

/* ONLY ONE ICON BEFORE TEXT */
.value-item::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid #f4b000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.value-item::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #f4b000;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.newhead {
    color: #2e3081 !important;
}

/* Event-values End Here */

#fModule-63159 h3 {
    text-align: center !important;
}

#fModule-63158 h3 {
    text-align: center !important;
}


/* about kuala lumpur page starts here */

.f-general-information h3 {
    text-align: center;
    font-weight: 500;
    color: #d3322a;

}

.f-general-information .main-img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 30px;
}

.f-general-information .info-card {
    border: 1px solid #f0d3c6;
    border-radius: 12px;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 3.5rem;


    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


.f-general-information .info-icon {
    font-size: 24px;
    color: #d3322a;
    background: none!important;
    width: 100%!important;
    padding: 0!important;
    margin-top: 0;
}

.f-general-information .btn-outline-primary {
    border-color: var(--brand-color-theme-2);
    box-shadow: none;
    color: #d3322a;
}

.f-general-information .btn-outline-primary {
    background-color: var(--brand-color-theme-2);
    color: #fff;
    align-items: center;
    padding: 8px;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
}

.f-general-information .title-center {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    color: #d3322a;
}

.f-general-information h3 {
    text-align: center;
    color: #d3322a;
}

.f-general-information .ul-with-style {
    list-style: disc;
}

.f-general-information .nav-tabs
{
    gap: 12px;
}
.f-general-information .nav-tabs li{
    margin: 0;
}

.f-general-information .nav-tabs li>button{
    background-color: var(--brand-color-theme-2)!important;
}
/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media(min-width:991.9px) {
    .header-logo-main {
        width: fit-content;
    }

    .header-logo-main .fGalleryImage img {
        max-height: 70px;
        width: auto;
    }

    .main-menu .fMenu {
        display: flex;
        justify-content: end;
        font-family: var(--brand-font-family-heading);
        align-items: center;
    }

    .main-menu .fMenu>li {
        padding: 7px 7px;
        position: relative;
    }

    .main-menu .fMenu>li.has-submenu {
        padding-right: 15px;
    }

    .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-2);
        position: relative;
        font-weight: normal;
        font-size: 1rem;
    }

    .main-menu .fMenu>li:last-child {
        padding-right: 0;
    }

    .main-menu .fMenu>li:last-child>a {
        background-color: var(--brand-color-theme-2);
        display: inline-block;
        padding: 8px 1.2rem;
        color: white !important;
        font-weight: 500;
        border-radius: 5px;
        border: 1px solid var(--brand-color-theme-2);
    }

    .main-menu .fMenu>li>ul {
        position: absolute;
        text-align: left;
        top: 3.8rem;
        left: 7px;
        background-color: white;
        visibility: hidden;
        min-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        opacity: 0;
        z-index: -1;
        box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        padding: 0;
    }

    .main-menu .fMenu>li:nth-last-child(2)>ul,
    .main-menu .fMenu>li:nth-last-child(1)>ul {
        left: unset;
        right: 0;
    }

    .main-menu .fMenu>li.has-submenu>a {
        position: static;
    }

    .main-menu .fMenu>li.has-submenu>a::before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        font-size: .8rem;
    }

    .main-menu .fMenu>li>ul::before {
        content: "";
        position: absolute;
        left: 0;
        height: 2.3rem;
        width: 100%;
        top: -2rem;
        background-color: transparent;
    }

    .main-menu .fMenu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9;
    }

    .main-menu .fMenu>li>ul>li {
        display: block;
        margin: 0 0;
        padding: 0px 0px;
    }

    .main-menu .fMenu>li>ul>li>a {
        font-size: 1rem;
        line-height: 1.2em;
        color: var(--brand-color-theme-2);
        padding: .7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }

    .main-menu .fMenu>li>ul>li>a:hover {
        background-color: var(--brand-color-theme-1);
        color: white;
    }

    .main-menu .fMenu>li>ul>li:last-child>a {
        border-bottom: 0;
    }

    header.active .main-menu .fMenu>li>a {
        color: var(--brand-color-theme-2);
        transition: all 0.4s ease 0s;
    }

    header .main-menu {
        width: fit-content;
    }
}

@media(min-width:1299.9px) {
    .f-quick-links {
        width: fit-content;
    }

    .f-footer-contact {
        width: 30%;
    }

    .footer-logo-and-media {
        width: 30%;
    }

    .f-banner .fGalleryText h3 {
        font-size: 28.44px;
    }

    .f-banner .fGalleryText p {
        font-size: 21.33px;
    }

    .f-banner .fGalleryText .date-and-venue div {
        font-size: 19.91px;
    }

    .f-countdown-timer .col-count>p {
        font-size: 12.7px;
    }

    .f-countdown-timer .col-count>h4 {
        font-size: 21.76px;
    }

    .f-countdown-timer .col-count {
        width: 72px;
        height: 64px;
    }

    .f-banner .fGalleryText .btn-div .fButton {
        padding: 8.53333px 31.2889px;
        font-size: 16.0667px;
        border-radius: 2.84444px;
    }

    body.f-home .f-banner .fGalleryText .logo-on-banner {
        top: -64px;
    }

    body.f-home .f-banner .fGalleryText .logo-on-banner {
        right: 15.36px;
    }

    .f-banner .fGalleryText .logo-on-banner img {
        max-height: 57.6px;
        padding: 5.12px;
    }

    .f-banner .fGalleryImage img {
        max-height: 600px;
        object-fit: cover;
        object-position: left center;
    }
}


/*xl*/

@media (max-width: 1399px) {
    html {
        font-size: 16px;
    }
}


/*lg*/

@media (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media(max-width: 991.9px) {
    html {
        font-size: 15px;
    }

    .row.w-100 {
        --bs-gutter-x: 0;
    }

    .fHeader .navbar-header {
        margin: 0;
    }

    .fHeader .navbar-header .row.row-0 {
        margin: 0 15px;
    }

    .navbar-header .navbar-toggler {
        display: block;
    }

    .navbar-collapse.collapse.show {
        display: block;
    }

    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }

    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }

    .row.w-100 {
        --bs-gutter-x: 0;
    }

    /*** Programme ***/
    .session-container th {
        font-size: 0px;
    }

    .session-container th select {
        font-size: 1rem;
    }

    tr.session-row {
        border: 1px solid var(--brand-color-theme-1);
        margin-top: 1.5rem;
    }

    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }

    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }

    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }

    .session-time-zone::before {
        content: "(";
    }

    .session-time-zone::after {
        content: ")";
    }

    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    tr.session-row td {
        border: 0px none;
    }

    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .session-time .session-time-date.is-different {
        margin-left: 0;
    }

    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: var(--brand-color-theme-1);
        color: #fff;
    }

    .session-container th:last-child {
        display: none;
    }

    .session-container {
        border: 0;
    }

    body .session-container th {
        display: none;
    }

    .navbar-toggle .icon-bar {
        background-color: var(--brand-color-theme-2);
    }

    .main-menu {
        position: static !important;
    }

    .main-menu nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 6.2rem;
        height: fit-content;
        width: 100%;
        background-color: var(--brand-color-theme-2);
        width: 95%;
        padding: 0;
        z-index: 9999999;
    }

    .main-menu nav ul {
        margin: 0;
    }

    .main-menu nav ul.fMenu>li>a {
        display: block;
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
    }

    .main-menu nav ul.fMenu>li:last-child>a {
        border-bottom: 0;
    }

    .main-menu nav ul.fMenu>li.has-submenu>a::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }

    .main-menu nav ul.fMenu>li.has-submenu>ul {
        position: relative;
        padding: 7px;
        background-color: var(--brand-color-theme-1);
        display: none;
    }

    .main-menu nav ul.fMenu>li.has-submenu>ul>li>a {
        padding: .6rem 1rem;
        color: white;
        border-bottom: 1px solid #dedede4e;
        position: relative;
        background-color: var(--brand-color-theme-2);
        display: block;
    }

    .f-photo-with-custom-text .fModuleTitle {
        display: block;
    }

    .f-photo-with-custom-text .fModuleContent .fModuleTitle {
        display: none;
    }

    .header-logo-main .ItemfinnerGallery img {
        max-height: 70px;
        width: auto;
    }

    .profile-card {
        float: unset;
        margin: 0 auto;
    }

    .about-left h3,
    .about-left h2 {
        text-align: center;
    }

    .about-left h2::after {
        margin: 0 auto;
    }

    .about-section {
        padding: 45px 0;
    }

    .split-wrapper {
        flex-wrap: wrap;
    }

    .content-panel,
    .graphics-panel {
        flex: unset;
        width: 100%;
        justify-content: flex-start;
        padding: 2rem 0;
    }

    .graphics-panel {
        padding: 4rem 0;
    }

    .graphics-panel::before,
    .graphics-panel::after {
        width: 100%;
        height: 42%;
        top: unset;
        bottom: 0;
    }

    .content-panel {
        background: unset;
    }

    .strip-matrix {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        max-width: unset;
    }

    /* keydates */
    .date-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .date-card:last-child {
        grid-column: 1 / -1;
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }

    /* keydates */
    /* Genereal guidelines */
    .main-title {
        font-size: 28px;
    }

    .intro {
        font-size: 16px;
    }

    .points li {
        font-size: 16px;
    }

    .section-box td {
        font-size: 15px;
    }

    /* Genereal guidelines */

    /* Eligibility Criteria */
    .title {
        font-size: 28px;
    }

    .rule-grid {
        grid-template-columns: 1fr;
    }

    /* Eligibility Criteria */

    /* Submission Guidelines */


    .notice-box {
        font-size: 17px;
    }

    .rule-list li {
        font-size: 16px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    /* Submission Guidelines */

    /* Main Conference Registration Fees  */
    .dcontainer {

        background: #f8fafc;
        border-radius: 15px;

    }


    .dcontainer h1 {
        text-align: center;
        color: #1e2a78;
        font-size: 32px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .subtitle {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 25px;
        color: #555;
    }


    table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    }


    td {
        border-bottom: 1px solid #e6e6e6;
        padding: 14px 16px;
        font-size: 14px;
        background: #fff;
        color: #333;
    }


    tr:nth-child(even) td {
        background: #f9fbff;
    }

    .section-header td {
        background: #2e3081;
        color: #fff;
        font-weight: 600;
        border: none;
        padding: 16px;
    }


    .section-title {
        width: 68%;
        font-size: 18px;
    }

    .price-title {
        text-align: center;
        width: 16%;
        font-size: 16px;
        line-height: 1.4;
    }

    .price-title span {
        display: block;
        font-size: 12px;
        margin-top: 4px;
        opacity: 0.9;
    }

    .label {
        width: 68%;
        font-size: 17px;
        font-weight: 500;
    }

    .price {
        text-align: center;
        font-size: 14px;
        width: 16%;
        font-weight: 600;
        color: #1e2a78;
    }


    .btn-wrap {
        text-align: center;
        margin-top: 40px;
    }

    .register-btn {
        display: inline-block;
        background: #d73b2d;
        color: #fff;
        text-decoration: none;
        padding: 12px 35px;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        transition: 0.3s ease;
    }

    .register-btn:hover {
        background: #b82d21;
        transform: translateY(-2px);
    }

    /* Main Conference Registration Fees  */



}


/*sm*/

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }

    /* keydates */
    .keydates h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .date-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .date-card {
        padding: 20px;
    }

    .date-card h3 {
        font-size: 15px;
    }

    .date-card p {
        font-size: 16px;
    }

    .badge {
        font-size: 10px;
        padding: 4px 8px;
    }

    .date-card:last-child {
        grid-column: 1 / -1;
        max-width: 100% !important;
        width: 100%;
        margin: 0 auto;
    }

    /* keydates */

    /* general guidelines */
    .ssc-guidelines {
        padding: 15px;
    }

    .main-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .points {
        padding-left: 15px;
    }

    .points li {
        font-size: 15px;
        line-height: 1.6;
    }

    .section-box {
        padding-left: 0;
        overflow-x: auto;
    }


    .section-box table {
        min-width: 600px;
    }

    .section-box th,
    .section-box td {
        padding: 10px;
        font-size: 14px;
    }

    /* general guidelines */
    /* Eligibility Criteria */
    .eligibility-section {
        padding: 15px;
    }

    .title {
        font-size: 24px !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .rule-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rule-card {
        padding: 15px;
        gap: 12px;
        border-left: 4px solid #2e3081;
    }

    .rule-card .num {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .rule-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Eligibility Criteria */

    /* Submission Guidelines */
    .submission-section {
        padding: 15px;
    }

    .title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .notice-box {
        font-size: 15px;
        line-height: 1.7;
    }

    .rule-list {
        padding-left: 18px;
        margin-bottom: 20px;
    }

    .rule-list li {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 8px;
        margin: 0;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .info-card {
        padding: 15px;
        border-left: 4px solid #d3322a;
    }

    .info-card h3 {
        font-size: 17px;
    }

    .info-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Submission Guidelines */

    /* Main Conference Registration Fees */
    .dcontainer h1 {
        font-size: 24px;
    }

    .subtitle {
        font-size: 12px;
    }

    td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .section-title {
        font-size: 14px;
    }

    .price-title {
        font-size: 13px;
    }

    .price-title span {
        font-size: 10px;
    }

    .label {
        font-size: 12px;
    }

    .price {
        font-size: 12px;
    }

    .register-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    /* Main Conference Registration Fees */

    /* Fees For Participations Include */
    .dcontainer {
        padding: 25px 20px;
    }

    .dcontainer .include-title {
        font-size: 22px;
    }

    .dcontainer .include-list li {
        font-size: 13px;
        line-height: 1.7;
    }

    /* Fees For Participations Include */

    .event-values {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .value-item {
        font-size: 14px;
    }

    .justifynew {
        text-align: justify !important;
    }

    .newhead {
        font-size: 21px;
    }


}


/*xs*/

@media (max-width: 574.9px) {
    html {
        font-size: 14px;
    }

    .f-how-start .fGalleryItem {
        padding: 12px 0;
    }

    .f-organising-team .f-list-item {
        padding: 12px 8px;
    }

    .strip-matrix {
        grid-template-columns: 100%;
    }

    .graphics-panel::before,
    .graphics-panel::after {
        height: 50%;
    }

    .f-faq-text .f-media-image .f-media-image-link .box-faq {
        padding: 24px 12px;
        left: 12px;
        right: 12px;
    }

    .f-email-form form {
        flex-wrap: wrap;
    }

    .f-email-form form .form-item.form-item-type-text {
        flex: unset;
        width: 100%;
    }

    .f-email-form form .form-item.buttons {
        flex: unset;
        width: 100%;
    }

    .f-email-form form .form-item.buttons input,
    .f-email-form form .form-item.form-item-type-text input {
        width: 100%;
        text-align: center;
    }

    .f-all-logos .fGalleryItem {
        padding: 0;
    }

    .f-banner .fGalleryText {
        align-content: start;
        padding-top: 1rem;
    }

    .f-banner .fGalleryText h3 {
        font-size: 1.7rem;
        max-width: 100%;
    }

    .f-banner .fGalleryText p {
        font-size: 1.4rem;
    }

    .f-banner .fGalleryText .date-and-venue div {
        font-size: 1.4rem;
        gap: 1.5rem;
    }

    .f-banner .fGalleryText .btn-div .fButton {
        border-radius: 5px;
        padding: 10px 2rem;
        font-size: 1rem;
    }

    body.f-home .f-banner .fGalleryText .logo-on-banner {
        position: static;
        margin-top: 1rem;
    }

    .f-banner .fGalleryText .logo-on-banner img {
        max-height: 3rem;
    }
}