
@font-face {
  font-family: 'PPMonumentExtended';
  font-style: normal;
  font-weight: 400;
  src: url('../font/PPMonumentExtended-Regular-BF645465a253250.woff') format('woff');
}
:root {
    --color-primary: #0058DD;
    --color-secondary: #6300DD;

    --primary-font: "Albert Sans", sans-serif;
    --secondary-font: "DM Sans", sans-serif;
}

body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: var(--primary-font);
    color: #000;
        overflow-x: hidden;
}
section{
    overflow: hidden;
}
.albert-font {
    font-family: var(--secondary-font);
}

::selection {
    background-color: var(--color-primary);
    color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #757576;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 60px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.form-control::-webkit-input-placeholder {
    color: #9C9C9C;
}

.form-control::-moz-placeholder {
    color: #9C9C9C;
}

.form-control:-ms-input-placeholder {
    color: #9C9C9C;
}

.form-control:-moz-placeholder {
    color: #9C9C9C;
}


/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
    border-radius: 16px;
    overflow: overlay;
}
/* .user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
} */

.user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
    border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -10px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 10px;
    /* padding-left: 20px; */
    display: block;
    border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
    color: #c72026;
}


/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

.navHeader{
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#header {
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    background: 0 0 !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    
        max-width: 100vw;
}


#header.is-sticky .nav-content {
    color: #000000;
}
#header.is-sticky .register-button {
    background: #e7f3ff;
}
#header.is-sticky {
    /* position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 100px;
    border-bottom: 0 solid #ededed;
    background: linear-gradient(180deg, rgb(46 23 97) 0%, rgb(164 124 251) 100%) !important; */
}

#header.is-sticky nav.navbar.navbar-expand-lg {
    padding-bottom: 0;
    border-bottom: 0px solid #FFFFFF33;
    margin-bottom: 20px;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    width: auto;
}

#header{
    padding-bottom: 28px;
    border-bottom: 0px solid #FFFFFF33;
    margin-top: 20px;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 25px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

#header .nav-link {
    position: relative;
    padding: 0;
}


#header .dropdown-toggle::after {
    border: none;
    /* height: 8px;
  width: 11px; */
    /* background-image: url(../img/drop_arrow.png); */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px;
}

#header .extra_nav {
    margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 10px;
}


#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}


#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

#header .header_filled_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #c72026;
    color: #fff;
    border: 1px solid #c72026;
}

#header .header_filled_btn:hover {
    background-color: #fff;
    color: #c72026;
}

#header .header_border_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #fff;
    color: #c72026;
    border: 1px solid #c72026;
}

#header .header_border_btn:hover {
    background-color: #c72026;
    color: #fff !important;
}

.header_border_btn:before,
.header_filled_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}


#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 1px;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    font-size: 12px;
    border-radius: 9px;
    border: 0;
    margin: 0;
    padding: 4px 11px 6px 10px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}

.dropdown-toggle.lang_drop {
    border: 0;
    background: transparent;
}

#header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 8px 0 8px 36px;
    color: #8B96A5;
}

.lang_country {
    position: relative;
    padding: 5px 0px 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: #c72026;
    background-color: transparent;
}


.navbar-brand {
    font-size: 0;
}

/* 
.langugae_filter:hover .lang_dropdown {
    display: block;
} */
/*==================== Header End ===================*/



/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #d42027;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #d42027;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {
    margin: 0 0 30px;
    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #505867;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}

.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-links li {
    margin: 3px 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.footer-links li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.35);
}

ul.footer-links li a:hover {
    color: #d42027;
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
        padding: 80px 0 0;
    border-top: 1px solid #eeeeee;
       background: linear-gradient(187deg, rgba(0, 8, 39, 1) 0%, rgba(0, 20, 68, 1) 43%, rgba(0, 59, 131, 1) 78%, rgba(0, 61, 124, 1) 100%);
}
.bodysection{
    background-image: url(../img/bodybg.png);
    background-repeat: no-repeat;
    background-position: center;
        background-size: cover;
}
.copyright a{
    color: #fff;
}
footer h6 {
    font-size: 18px;
    margin: 0 0 27px;
    font-weight: 500;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}


.navbar {
    padding: 0;
}


#top-button {
    display: inline-block;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#top-button.show {
    opacity: 1;
    visibility: visible;
}

.back_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #250b60;
    display: none;
    border: #290c68 1px solid;
    z-index: 1;
    border-radius: 50%;
}

.back_top span {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.back_top span svg {
    width: 22px;
    height: 21px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.back_top:hover {
    border-color: #2196f3;
    color: #2196f3;
    background-color: #fff;
}

.back_top:hover span {
    color: #2196f3;
}


/*==================== Footer ===================*/

#header .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
    padding-right: 25px;
}

.mobiledrop {
    position: absolute;
    right: 0px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 21px;
    width: 21px;
    min-width: 21px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
    background: transparent;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid #1295d6;
    background: #1295d6;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #555 !important;
}


/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom_radio [type="radio"]:checked+label,
.custom_radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom_radio [type="radio"]:checked+label:before,
.custom_radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked+label::after,
.custom_radio [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom_radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: #2196F3;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #2196F3;
}

.btn-primary:hover {
    color: #2196F3;
    background-color: transparent;
    border: 1px solid #2196F3;
}

.custom_select_block .ms-dd .ms-dd-header {
    height: 45px;
    font-size: 16px;
    color: rgb(66 66 66 / 60%);
    font-weight: 400;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #B1B1B1;
    overflow: hidden;
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-header .option-selected {
    height: 45px;
    padding: 10px 25px;
    width: 100%;
}

.custom_select_block .ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: #ffffff;
}

.custom_select_block .ms-dd {
    width: 100%;
}

.custom_select_block .ms-dd .ms-dd-arrow {
    margin-top: -5px;
    right: 25px;
}


/* Select2 */



.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.floating-diff .floating-label {
    opacity: 0;
}

.floating-diff.focused .floating-label {
    opacity: 1;
}

.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}

.form-group.focused select.form-control {
    padding-top: 21px;
}

.float-checkradio {
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}

.float-checkradio.focused {
    padding-top: 21px;
}

/*--------select2-css----*/
.select2Part .floating-label {
    opacity: 0;
}

.select2Part.focused .floating-label {
    opacity: 1;
}

.select2multiple .floating-label {
    opacity: 1;
}

.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 7px;
    margin: 0;
    padding-top: 17px;
    padding-left: 0px;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    top: 0;
    right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 30px;
    padding-left: 0px;
    background-color: #ebf0fe;
    margin-right: 5px;
    border: 0px solid #aaa;
    margin-top: 9px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #dc3545;
    color: #e4e4e4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #EE343A;
    color: #fff;
    padding: 1px;
    top: 7px;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border-right: 0;
    justify-content: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 10px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 11px;
    height: 17px;
    /* width: 1px; */
    padding-right: 1px;
    border-radius: 50%;
    display: flex;
    font-weight: 300;
    justify-content: center;

}

.floating-group .select2-container--focus .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--focus .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--below .select2-selection--multiple {
    padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection__rendered {
    padding-top: 20px !important;
}

.floating-group .select2-container--above .select2-selection--multiple {
    padding-top: 20px !important;
}

.floating-group .select2-selection--multiple .select2-selection__rendered {
    padding-top: 20px !important;
}

.select2-dropdown {
    border: 0px solid #aaa;
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
    margin-top: 3px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #DFE3E7
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #DFE3E7;
    padding-left: 19px;
    padding-bottom: 9px;
}

.select2-container .select2-selection--multiple {
    min-height: 55px;

}

.select2-container .select2-selection--single {
    min-height: 55px;
    border: 1px solid #DFE3E7;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 16px;
    line-height: 1;
    margin-left: 0;
    padding-left: 0px;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    border: none;
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.select2-selection__rendered li:first-child {
    margin-left: 0;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 19px;
    padding-right: 20px;
    font-size: 15px;
    color: #000;
    padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 300;
}

.select2-results__option {
    font-size: 15px;
    font-weight: 300;

}

/*select2*/
.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
     display: block;
    width: 100%;
    height: 60px;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 55px;
    font-size: 1rem;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: none;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 26px;
}

.nav-content {
    text-align: center;
    max-width: 394px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    word-wrap: normal;
    display: block;
}

.mobileShow{
    display: none;
}

.register-button {

}
.register-button span {
    z-index: 1;
}
.register-button {
    padding: 18px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;    
    font-family: var(--secondary-font);
    background: #026DDF;
    display: flex;
    gap: 12px;
    color: #fff;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;    
    position: relative;
}

.register-button:hover {    
    color: #fff;
}

.register-button:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 150%;
  background: #0358b2;
  border-radius: 40%;
  transition: 0.6s ease;
}

.register-button:hover::after {
  top: -20%;
}
/* .regBtnDiv {
       position: absolute;
    right: 0;
    border: 3px solid transparent;
    animation: gradientBorder 1s 
linear infinite;
    background: linear-gradient(to right, #a840d3, #7daeec) content-box, conic-gradient(from var(--angle), #82bfef 0deg, #f36fff 53.3deg, #268aff 90.46deg, #52eaea 126.24deg, #8d2abb 178.82deg, #902bbc 360deg) border-box;
    border-radius: 30px;
}

@keyframes gradientBorder {
	from {
		--angle: 0turn;
	}
	to {
		--angle: 1turn;
	}
} */

/* @property --angle {
	syntax: "<angle>";
	inherits: true;
	initial-value: 0turn;
} */



/* 🎟️ Ticket Section */
.ticket-main-section {
    position: relative;
    background: linear-gradient(180deg, #E4F1FF 0%, #FFFFFF 100%);
    padding: 125px 0 80px;
}


.ticket-main-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../img/round-shap.png);
    width: 100%;
    height: 25px;
    z-index: 1;
}
#header.is-sticky .nav-content1, .innerFormPage  .logo43 .nav-content1{
    color: #000;
}
  .logo43 .nav-content1 {
    text-align: left;
      max-width: 54px;
    font-size: 14px;

    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    word-wrap: normal;
    display: block;
}
  .logo43{
    display: flex;
    align-items: center;
    gap: 8px;
  }
.ticket-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    /* responsive stacking */
}
.ticket-header {
    border-bottom: 1px dotted;
    border-color: #D0D0D0;
}
.ticket-card {
    border-radius: 28px;
    padding: 28px 220px 28px 28px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex: 1 1 calc(50% - 24px);
    min-height: 260px;
        display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.ticket-card.conference-pass {
    background-image: url(../img/conference-pass.png);
}

.ticket-card.event-pass {
    background-image: url(../img/event-pass.png);
}

.ticket-info {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 20px;
    align-items: center;
}

.ticket-info .info-text {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.ticket-type {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.ticket-title {
    margin: 0 0 12px;
    font-weight: 500;
    font-size: 28px;
    text-transform: capitalize;
}

.ticket-date {
    font-size: 14px;
    color: #666;
}

.ticket-footer {
    margin-top: 20px;
}

.ticket-btn {
    padding: 10px 28px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;
    transition: background 0.3s;
    border: 0px solid transparent;
    display: flex;
    gap: 12px;
    align-items: center;
}

.conference-pass .ticket-btn {
    background: linear-gradient(0deg, #0058DD 0%, #72AAFF 99.37%);
}

.event-pass .ticket-btn {
    background: linear-gradient(0deg, #6300DD 0%, #AC69FF 99.37%);
}

.conference-pass .ticket-btn:hover {
    border: 1px solid #0058DD;
    color: #0058DD;
    background: transparent;
}

.event-pass .ticket-btn:hover {
    border: 1px solid #6300DD;
    color: #6300DD;
    background: transparent;
}

.conference-pass .ticket-btn:hover svg path {
    fill: #0058DD;
}

.event-pass .ticket-btn:hover svg path {
    fill: #6300DD;
}

.event-pass .ticket-type {
    color: #6300DD;
}



/* 📖 About Section */
.about-section {
    text-align: left;
        margin-bottom: 60px;
}

.tLight{
    color: #fff !important;
}
.mb70{
    margin-bottom: 70px;
}
.section-title {
    color: #003D7C;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: "PPMonumentExtended", sans-serif;
    letter-spacing: 1px;
}

.section-heading {
    color: #12151A;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 28px;
    font-family: "PPMonumentExtended", sans-serif;
}
.textColor{
    display: inline-block;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90deg, rgba(0, 123, 255, 1) 0%, rgb(1 107 221) 16%, rgb(0 78 161) 34%, rgb(0 56 116) 45%, rgba(0, 53, 110, 1) 63%, rgba(2, 109, 223, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-text {
    font-size: 16px;
    color: #565656;
    margin-bottom: 12px;
}

.about-main-section {
    padding: 0 0 60px;
}

/* 🎥 Promo Section */
.promo-section {
    padding: 0;
    text-align: center;
}

section.promo-main-section {
    padding:0 0 120px 0;
}

.promo-wrapper .promo-overlay img{
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.promo-wrapper:hover .promo-overlay img{
        transform: scale(1.2);
}
.promo-wrapper {
    position: relative;
    max-width: 100%;
    margin: auto;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    display: block;
}

.promo-image {
    width: 100%;
    height: auto;
    display: block;
}

.promo-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
}

.promo-text {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}


/* Section Wrapper */
.conference-info-section {
    padding: 70px 0 90px;
    position: relative;
}


/* Container with flex */
.conference-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 140px;
}

/* Left Title */
.conference-title h2 {
    max-width: 176px;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    font-family: var(--secondary-font);
}

/* Right Info Grid */
.conference-details {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1;
    justify-content: space-between;
}

.conference-item.venue-item:hover img{
    transform: scale(1.1);
}
.conference-item.venue-item {
    border-radius: 20px;
       padding: 0;
           display: block;
               overflow: hidden;
}
.conference-content {
    padding: 28px 28px 0 28px;
}

.time-tag {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.data-tag {
    display: block;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
}
.conference-icon {
        text-align: end;
            padding-bottom: 3px;

}
.conference-content h4 {
    margin: 0 0 8px 0;
    font-weight: 500;
    font-size: 16px;
    color: #003D7C;
}
span.boldText {
    font-weight: 500;
}
ul.listing {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.poinCardTitle{
        font-size:28px;
    color: #12151A;
    margin-bottom: 27px;
    
    font-family: "PPMonumentExtended", sans-serif;
}
.main-attendance-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
h4.listTitle {
    font-size: 20px;
    color: #001C0D;
    font-weight: 500;
}
span.listIcon {
    z-index: 22;
    width: 80px;
    height: 80px;
    min-width: 80px;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.attendanceBtn{
        width: 200px;
    justify-content: center;
}
.listing:before{
  content: "";
    width: 2px;
    position: absolute;
    left: 39px;
    height: calc(100% - 80px);
    top: 10px;
    background: #E4E4E4;
}
.listing li{
    margin-bottom: 40px;
}
.listRow {

    display: flex;
    align-items: flex-start;
    gap: 10px 20px;
}
 .infoBox1 .conference-content h4 {
    color: #17007C;
}
 .infoBox2 .conference-content h4 {
    color: #003D7C;
}
 .infoBox4 .conference-content h4 {
    color: #7C0000;
}
.infoBox1{
   background: linear-gradient(164deg,rgba(248, 243, 255, 1) 0%, rgba(227, 216, 255, 1) 100%);

}
.infoBox2{
    background: linear-gradient(164deg,rgba(243, 248, 255, 1) 0%, rgba(216, 232, 255, 1) 100%);
}
.infoBox3{
    background: linear-gradient(164deg,rgba(248, 249, 255, 1) 0%, rgba(216, 225, 255, 1) 100%);

}
.infoBox4{
    background: linear-gradient(164deg,rgba(255, 247, 247, 1) 0%, rgba(255, 230, 232, 1) 100%);


}
.conference-content p span{
display: block;
    font-size: 12px;
    color: #12151A;
    padding-top: 6px;
    line-height: 16px;
}
.conference-content p {
font-weight: 400;
    font-size: 28px;
    color: #12151A;
    margin-bottom: 0;
    line-height: 34px;
}

.conference-content strong {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

/* Countdown Section */
.countdown-title {
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;    
    font-family: "PPMonumentExtended", sans-serif;
    color: #fff;
}
.main-countdown-section {
        padding-bottom: 10px;
    margin-bottom: 70px;
}

.countdown {
display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #fff;
    padding: 24px 38px;
    margin: auto;
    max-width: 825px;
    align-items: center;
    border-radius: 20px;
    /* border: 2px solid #657087; */
    background: linear-gradient(90deg, rgba(18, 21, 26, 1) 0%, rgba(38, 47, 61, 1) 100%);
}
.countdown:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(59, 70, 89, 1) 0%, rgba(80, 89, 104, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.dot-time {
    color: #565656;
    font-size: 50px;
    margin-top: -4%;
}
.countdown div {
    text-align: center;
}

.countdown span {
    font-weight: 400;
    font-size:68px;
    line-height: 100%;
    text-transform: capitalize;
    display: block;
    font-family: "PPMonumentExtended", sans-serif;
}

.countdown small {
     font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    text-align: center;
    display: block;
    margin-top: 6px;
    color: #9A95A6;
}

.countdown-item {
    min-width: 73px;
}

/* Speakers Section */
.speakers-section {
    padding: 0;
}

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

.speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 56px;
    justify-items: center;
    margin-top: 80px;
}
.w-fit-content{
    width:fit-content;
}
.CommitteeSection .speaker-card {
    background: linear-gradient(2deg, rgba(28, 33, 40, 1) 0%, rgba(38, 47, 61, 1) 100%);
    padding: 20px 5px 35px 5px;
    border: 0px solid #959DAA;
    border-radius: 40px;
        position: relative;

}
.CommitteeSection .speaker-card:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg,rgba(28, 32, 39, 1) 0%, rgba(80, 89, 104, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.speaker-card {
    text-align: center;
    flex: 0 0 237px;

}

.main-agenda-section {
    padding-block: 120px;
}


.speaker-card img {
    transition: transform 0.4s ease;
 
}

.speaker-card:hover img {
    transform: scale(1.1); /* Slight zoom effect */
     /* Soft shadow effect */
}
.speaker-card .speaker-name {
    margin: 16px 0 2px;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}
.promo-main-section{
    padding: 20px 0 120px 0;
}

.speaker-card p {
    font-size: 13px;
    color: #8C8F96;
        margin-bottom: 0;
}

/* Agenda Container */
.agenda-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 60px;
    margin-top: 80px;
}
.agenda-item {
    display: flex;
    align-items: center;
    gap: 17px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: transparent;
    padding: 1px 5px;
    border-radius: 24px;
}

.agenda-image {
  flex-shrink: 0;
}

.agenda-image img.agenda-img {
      width: 80px;
    height: 80px;
  object-fit: cover;
}

.agenda-content {
  flex: 1;
}
.agenda-card {
    flex: 1 1 calc(50% - 24px);
    max-width: 100%;
    background: #f9f9ff;
    border-radius: 40px;
    padding: 40px;
    position: relative;
        height: fit-content;
}


.agenda-card:nth-child(1) {
    background: #E9F4FF;
    
        background-image: url(../img/day1bg.png);
        background-repeat: no-repeat;
    background-position: right bottom;
}

.agenda-card:last-child{
    background: #FFF3E7;
    
        background-image: url(../img/day2bg.png);
        background-repeat: no-repeat;
    background-position: right bottom;

}
.agenda-card:nth-child(1) h3{ 
    background-image: linear-gradient(90deg, rgba(0, 123, 255, 1) 0%, rgb(1 107 221) 16%, rgb(0 78 161) 34%, rgb(0 56 116) 45%, rgba(0, 53, 110, 1) 63%, rgba(2, 109, 223, 1) 100%);
    
}

.agenda-card:last-child h3{
  background: linear-gradient(248deg,rgba(205, 140, 93, 1) 0%, rgba(240, 189, 139, 1) 16%, rgba(255, 203, 151, 1) 34%, rgba(255, 213, 172, 1) 46%, rgba(236, 162, 109, 1) 64%, rgba(165, 93, 38, 0.5) 100%);

    background-clip: text;
}

.agenda-card h3 {
margin-bottom: 0px;
    font-size: 100px;
    display: inline-block;
    color: transparent;
    background-clip: text;
    background-size: cover;
    line-height: 1;
    background-repeat: no-repeat;
    font-family: "PPMonumentExtended", sans-serif;
    text-transform: uppercase;

}
.titleTag {
    background: linear-gradient(265deg, rgba(0, 123, 255, 1) 0%, rgba(0, 85, 177, 1) 23%, rgba(120, 185, 255, 1) 50%, rgba(0, 85, 177, 1) 100%, rgba(2, 109, 223, 0.5) 100%);
    padding: 3px 5px;
    border-radius: 30px;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    
    font-style: italic;
    margin-right: 5px;
}
.titleTag2{
   background: linear-gradient(265deg,rgba(205, 140, 93, 1) 0%, rgba(240, 189, 139, 1) 23%, rgba(255, 203, 151, 1) 50%, rgba(236, 162, 109, 1) 79%, rgba(165, 93, 38, 0.86) 100%);
    padding: 3px 5px;
    border-radius: 30px;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    
    font-style: italic;
    margin-right: 5px;
}

.agenda-date {
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    color: #003D7C;
}
.agenda-card:last-child .agenda-date{
  color: #A55D26;
}
p.timeLable {
    font-size: 40px;
    line-height: 1;
}
.agenda-card:last-child .agenda-list .agenda-time{
    color:#A55D26
}

.agenda-card:last-child .agenda-date {
    color: #272727;
}

.agenda-time {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    margin-top: 6px;
    color: rgba(90, 92, 96, 1);
}

.agenda-card .date {
    font-size: 14px;
    color: #777;
    text-align: left;
    margin-bottom: 20px;
}

.agenda-list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 21px;
    margin-top: 18px;
    border-top: 1px dashed #D0D0D0;
    position: relative;
}

.agenda-list li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 30px;
}

.agenda-list li::before {
content: "";
    position: absolute;
    left: -1px;
    top: 42%;
    min-width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    border: 6px solid #0078f9;
    z-index: 2;
    rotate: 45deg;
}

.agenda-card:last-child .agenda-list li::before {
    border: 6px solid #CD8C5D;
}


.agenda-list:after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 70px);
    border-left: 2px solid #EBEBEB;
    top: 25px;
    left: 8px;
    z-index: -1;
}


.boxRow {
    display: flex;
    align-items: end;
    gap: 28px;
}
.agenda-list .agenda-time {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #003D7C;
}


.agenda-card:nth-child(2) li.musical-concert .agenda-time {
    background: linear-gradient(90deg, #EE0979 0%, #FF6A00 100%);
}

.agenda-card .agenda-list li.musical-concert::before {
    background: #fff;
    border: 4px solid #FF6A00;
    
}
.futureEventThemeBox{
    padding: 12px;
    border-radius: 10px;
        font-size: 12px;
}
.futureEventThemeBox .eventFutureEventTheme span{
    color: #5A5C60;
}
.futureEventThemeBox .eventFutureEventTheme {
    font-size: 20px;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #D0D0D0;
}
.agenda-title {
        font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    margin-top: -4px;
    font-weight: 600;
    color: #12151A;
}

.agenda-desc {
    font-size: 14px;
    color: #5A5C60;
    font-family: var(--secondary-font);
}

/* Stats Section */
.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    text-align: center;
    margin-top: 80px;
}

.stats .stat-item:not(:last-child) {
    border-right: 1px solid #D0D0D0;
}

.stat-icon {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.stat-item .stat-heading {
    color: #0a3a79;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    margin: 28px 0 8px;
}

.stat-item .stat-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0;
    max-width: 185px;
    margin: auto;
}

.sponsors-title {
    font-size: 28px;
    margin-bottom: 40px;
    color: #0a3a79;
}

.sponsor-category {
    margin-bottom: 40px;
}

.sponsor-category h3 img:first-child{
transform: rotateY(178deg);
}
.sponsor-category h3 {
font-size: 28px;
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    font-family: "PPMonumentExtended", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.mb80{
    margin-bottom: 80px;
}
.sponsor-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
}

.border-line-box {
    border: 2px solid #D4D4D4;
    width: 214px;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
}

.border-line-box::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(305.48deg, #EBBF71 61.4%, #885A2D 99.06%);
    height: 4px;
    width: 95px;
    top: -3px;
}

.sponsor-logos img:hover {
    transform: scale(1.05);
}

/* Special Grid Layout for Categories with Few Logos */
.sponsor-logos.few {
    justify-content: center;
    gap: 50px;
    align-items: center;
}

/* home banner css  */
.hero-banner {
    height: 100vh;
}

.hero-banner .swiper {
    height: 100%;
    position: relative;
}

.hero-banner .swiper::after {
    content: "";
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: url(../img/pngwing.png);
    width: 100%;
    height: 312px;
    z-index: 2; */
}

.hero-banner .swiper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #FFFFFF 0%, #E6E6E6 99.37%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-banner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.overvideoLogo{

    position: absolute;
}
.hero-banner .swiper-slide .overvideoLogo  img {
        max-height: 469px;
}
.aboutTopText{
    padding-left: 15%;
}
.heroBanner {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
/* home banner css end  */

/* footer code  */
.chouse {
    padding: 40px 20px;
    background: linear-gradient(to right, #0f1218, #1a1e28);
    text-align: center;
}

.mains {
    max-width: 1000px;
    margin: auto;
}

.social-icons {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social-icons a {
color: #fff;
    font-size: 18px;
    display: flex;
    border-radius: 50%;
    width: 80px;
    align-items: center;
    height: 80px;
    text-align: center;
    transition: 0.3s;
    /* background: rgba(255, 255, 255, 0.12); */
    background-image: url(../img/linkBg.png);
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.social-icons a:hover i{
    font-size: 20px;
}
.social-icons a:hover svg{
    transform: scale(1.1);
}
.social-icons a:hover {
    color: #fff;
     background-image: url(../img/hoverlinkBg.png);
}

.footer_wrapper .contact.full {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 776px;
    margin-inline: auto;
    padding-top: 40px;
    border-top: 1px solid #505867;
}

.info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.info-box a{
    color: #fff;
}
.info-box i {
    font-size: 20px;
}

.info-box p:first-child {
    margin: 0;
    font-size: 14px;
    color: #9EA4AF;
    font-family: var(--secondary-font);
     
}

.info-box p:last-child {
    margin: 2px 0 0;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--secondary-font);
       color: #fff;
}

.info-box i {
    color: #fff;
    font-size: 28px;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 13px;
    color: #aaa;
}

.Principal-box {
    border: 1px solid #E6E6E6;
    padding: 30px 45px;
    width: fit-content;
    margin-inline: auto;
    background: #fff;
}

.main-border-box {
    text-align: center;
    /* max-width: 214px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-border-box span {
        padding: 12px 0;
    margin-bottom: 20px;
    /* display: block; */
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #002337;
    background: linear-gradient(90deg, rgba(239, 232, 255, 0) 0%, rgba(239, 232, 255, 1) 30%, rgba(239, 232, 255, 1) 70%, rgba(239, 232, 255, 0) 100%);
}

/* span.Fitness {
    background: linear-gradient(305.48deg, #EBBF71 61.4%, #885A2D 99.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.global-banking {
    background: linear-gradient(90deg, #62A9A9 0%, #4A7986 27.84%, #63A4B2 41.65%, #7ACBD9 55.49%, #82DEE8 62.75%, #78C9D6 71.28%, #5E9EA9 88.2%, #4A7D86 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.global-banking+.border-line-box::after {
    background: linear-gradient(90deg, #62A9A9 0%, #4A7986 27.84%, #63A4B2 41.65%, #7ACBD9 55.49%, #82DEE8 62.75%, #78C9D6 71.28%, #5E9EA9 88.2%, #4A7D86 100%);
}

span.Travel.banking {
    background: linear-gradient(90deg, #A9628F 0%, #864A77 27.84%, #B2639C 41.65%, #D97AC8 55.49%, #E882D5 62.75%, #D678BF 71.28%, #A95E9E 88.2%, #864A77 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.Travel.banking+.border-line-box::after {
    background: linear-gradient(90deg, #A9628F 0%, #864A77 27.84%, #B2639C 41.65%, #D97AC8 55.49%, #E882D5 62.75%, #D678BF 71.28%, #A95E9E 88.2%, #864A77 100%);
}

span.Travel.institutional {
    background: linear-gradient(90deg, #A98862 0%, #86734A 27.84%, #B29C63 41.65%, #D9C87A 55.49%, #E8CD82 62.75%, #D6B778 71.28%, #A9915E 88.2%, #86734A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

span.Travel.institutional+.border-line-box::after {
    background: linear-gradient(90deg, #A98862 0%, #86734A 27.84%, #B29C63 41.65%, #D9C87A 55.49%, #E8CD82 62.75%, #D6B778 71.28%, #A9915E 88.2%, #86734A 100%);
}

span.Travel.travel-PARTNER {
    background: linear-gradient(90deg, #62A964 0%, #4D864A 27.84%, #63B266 41.65%, #7AD97D 55.49%, #82E89D 62.75%, #78D67B 71.28%, #5EA96C 88.2%, #4A8653 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

span.Travel.travel-PARTNER+.border-line-box::after {
    background: linear-gradient(90deg, #62A964 0%, #4D864A 27.84%, #63B266 41.65%, #7AD97D 55.49%, #82E89D 62.75%, #78D67B 71.28%, #5EA96C 88.2%, #4A8653 100%);
}

span.Fitness.Fitness-PARTNER {
    background: linear-gradient(90deg, #FFADED 0%, #8A0C51 27.84%, #C42276 41.65%, #E44FB2 55.49%, #FF6B90 62.75%, #E05089 71.28%, #B83A8A 88.2%, #871F6D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

span.Fitness.Fitness-PARTNER+.border-line-box::after {
    background: linear-gradient(90deg, #FFADED 0%, #8A0C51 27.84%, #C42276 41.65%, #E44FB2 55.49%, #FF6B90 62.75%, #E05089 71.28%, #B83A8A 88.2%, #871F6D 100%);
}

span.Valuation.Valuation-PARTNER {
    background: linear-gradient(90deg, #14ACE3 0%, #0C1B8A 27.84%, #2242C4 41.65%, #4F6FE4 55.49%, #6B97FF 62.75%, #5078E0 71.28%, #3A5EB8 88.2%, #1F3987 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

span.Valuation.Valuation-PARTNER+.border-line-box::after {
    background: linear-gradient(90deg, #14ACE3 0%, #0C1B8A 27.84%, #2242C4 41.65%, #4F6FE4 55.49%, #6B97FF 62.75%, #5078E0 71.28%, #3A5EB8 88.2%, #1F3987 100%);
}

span.Media.Media-PARTNER {
    background: linear-gradient(90deg, #A96263 0%, #864A4B 27.84%, #B26364 41.65%, #D97A7C 55.49%, #E88284 62.75%, #D6787A 71.28%, #A95E5F 88.2%, #864A4B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.Media.Media-PARTNER+.border-line-box::after {
    background: linear-gradient(90deg, #A96263 0%, #864A4B 27.84%, #B26364 41.65%, #D97A7C 55.49%, #E88284 62.75%, #D6787A 71.28%, #A95E5F 88.2%, #864A4B 100%);
} */

.big-border-line-box {
    position: relative;
}

.sponsor-category h3 span:before{
    /* content: url(../img/titleLine.png); */
    position: absolute;
    position: relative;

}
.sponsor-category h3.leadTitle {
    background: linear-gradient(90deg,rgba(128, 127, 96, 1) 0%, rgba(168, 166, 127, 1) 14%, rgba(170, 169, 129, 1) 26%, rgba(173, 178, 99, 1) 37%, rgba(204, 217, 122, 1) 53%, rgba(221, 228, 125, 1) 70%, rgba(206, 214, 120, 1) 77%, rgba(169, 168, 94, 1) 87%, rgba(122, 121, 91, 1) 100%);
        -webkit-background-clip: text;
}
.sponsor-category h3.diamondTitle {
    background: linear-gradient(90deg,rgba(111, 96, 128, 1) 0%, rgba(133, 127, 168, 1) 14%, rgba(149, 129, 170, 1) 26%, rgba(132, 99, 178, 1) 37%, rgba(150, 122, 217, 1) 53%, rgba(186, 125, 228, 1) 70%, rgba(173, 120, 214, 1) 77%, rgba(145, 94, 169, 1) 87%, rgba(109, 91, 122, 1) 100%);
        -webkit-background-clip: text;
}
.sponsor-category h3.goldTitle {
    background: linear-gradient(90deg,rgba(128, 109, 96, 1) 0%, rgba(168, 148, 127, 1) 14%, rgba(170, 142, 129, 1) 26%, rgba(178, 157, 99, 1) 37%, rgba(217, 184, 122, 1) 53%, rgba(228, 185, 125, 1) 70%, rgba(214, 181, 120, 1) 77%, rgba(169, 131, 94, 1) 87%, rgba(122, 112, 91, 1) 100%);
        -webkit-background-clip: text;
}
.sponsor-category h3.silverTitle{
    background: linear-gradient(90deg,rgba(172, 172, 172, 1) 0%, rgba(134, 134, 134, 1) 14%, rgba(181, 181, 181, 1) 26%, rgba(188, 188, 188, 1) 37%, rgba(207, 207, 207, 1) 53%, rgba(192, 192, 192, 1) 70%, rgba(167, 167, 167, 1) 88%, rgba(129, 129, 129, 1) 100%);
        -webkit-background-clip: text;
}
.sponsor-category h3.premierTitle {
    background: linear-gradient(90deg,rgba(20, 172, 227, 1) 0%, rgba(12, 27, 138, 1) 28%, rgba(34, 66, 196, 1) 42%, rgba(79, 111, 228, 1) 55%, rgba(107, 151, 255, 1) 63%, rgba(80, 120, 224, 1) 71%, rgba(58, 94, 184, 1) 88%, rgba(31, 57, 135, 1) 100%);
        -webkit-background-clip: text;
}
.sponsor-category h3.titleTitle {
   background: linear-gradient(345deg,rgba(235, 191, 113, 1) 0%, rgba(136, 90, 45, 1) 100%);
        -webkit-background-clip: text;

}
.sponsor-category h3 {
    position: relative;
    text-align: center;
    color: transparent;
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.Platinum-Sponsors {
    padding: 40px 30px;
    border: 1px solid #D4D4D4;
}
.Platinum-s h3 {
    text-align: center;
    background: linear-gradient(90deg, rgba(172, 172, 172, 1) 0%, rgba(181, 181, 181, 1) 18.81%, rgba(167, 167, 167, 1) 27.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.GOLD-s h3{
    background: linear-gradient(90deg, #A98862 0%, #86734A 27.84%, #B29C63 41.65%, #D9C87A 55.49%, #E8CD82 62.75%, #D6B778 71.28%, #A9915E 88.2%, #86734A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.silver-s h3 {
    text-align: center;
    background: linear-gradient(90deg, rgba(172, 172, 172, 1) 0%, rgba(188, 188, 188, 1) 18.81%, rgba(192, 192, 192, 1) 27.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Principal-box img {
        /* max-height: 80px;
    width: auto; */
}
.Platinum-Sponsors img {
    max-height: 70px;
    width: auto;
}


/* footer code end  */
/* FAQ Section */
.faq-section {
    background-color: #fff;
    padding-bottom: 80px;
}


/* FAQ Tag */
.faq-tag {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 20px;
}

/* FAQ Title */
.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

/* FAQ Accordion Custom Styles */
.faq-accordion .accordion-item {
    border: none;
    border: 1px solid #EBEBEB;
    padding: 28px;
    border-radius: 16px;
    margin-bottom: 12px;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 20px;
    color: #1B1C1D;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq-accordion .accordion-body {
    font-size: 16px;
    color: #6B6D70;
    padding-bottom: 0;
    padding-inline: 0;
}

.sponsor-item {
    height: 104px;
    display: flex;
    align-items: center;
}

/* form page */
.formSection {
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerFormPage{
    background-image: url(../img/formBG.png);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

}
.formBOx{
        background: #fff;
    border-radius: 40px;
    padding: 24px;
}
.formBannerBox {
    border-radius: 40px;
    overflow: auto;
}
.innerFormPage .nav-content {
    color: #002337;
}
.innerFormPage #header{
    position: relative;
}
.innerFormPage #header.is-sticky {
    position: fixed;
}
.innerFormPage nav.navbar.navbar-expand-lg {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 48px;
}
.redicon{
    color: red;
}
.dHide{
    display: none;
}
/* .memberradioRow{
        background: #002337;
    text-align: center;
    color: #fff;
    width: 132px;
    padding: 16px;
} */
.memberradio input[type="radio"] {
    display: none; /* hide the default radio */
}

.memberradio label {
    background: #ddd;
    color: #000;
    padding: 16px;
    width: 132px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 16px;
    transition: 0.3s;
}

/* Active/checked style */
.memberradio input[type="radio"]:checked + label {
    background: #002337;
    color: #fff;
}
.memberradioRow{
  padding: 4px;
    border-radius: 14px;
    background-color: #E8EFF2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 4px;    
    margin-bottom: 40px;
}
.innerFormPage .is-sticky .nav-content {
    color: #fff;
}
.themeBtn{
    border: 0;
    padding: 20px;
    border-radius: 16px;
    background: radial-gradient(ellipse at bottom, #72AAFF, #0058DD);
    color: #fff;
    min-width: 250px;
    display: block;
    width: fit-content;
    text-align: center;
}
.formDetailBox .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    display: flex;
    align-items: center;
}
.formDetailBox .form-floating>label {
    top: auto;
    background: #fff;
    left: 8px;
    height: auto;
    padding: 0rem 8px;    
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.formDetailBox .form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: #002337;
    transform:scale(.85) translateY(-1.9rem) translateX(.15rem);
}
.mt-40{
    margin-top: 40px;
}
.topEventTitle {
    font-size: 20px;
    color: #002337;
}
.formTitle {
    font-size: 28px;
    margin: 16px 0 28px;
    color: #054B8B;
}
.checkbox-list {
        display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0 20px;
    }

    .checkbox-btn input[type="checkbox"] + span{
      display: inline-block;
      padding: 12px 15px;
      border: 1px solid #6A6B70;
      border-radius: 12px;
      cursor: pointer;      
      background: #fff;
      color: #6A6B70;
      font-family: Arial, sans-serif;
      transition: 0.3s;
      user-select: none;
    }

    .checkbox-btn:hover input[type="checkbox"] span{
      background: #EDF4FF;
       border: 1px solid #0058DD; 
      color: #0058DD;
    }

    /* Hide actual checkbox */
    .checkbox-btn input[type="checkbox"] {
      display: none;
    }
     /* Active state when checked */
     /* form page */
     .checkbox-btn input[type="checkbox"]:checked + span {        
       border: 1px solid #0058DD; 
       background: #EDF4FF;
       color: #0058DD;
     }
     span.memberMailId {
    display: block;
    font-size: 12px;
    color: #5A5C60;
    line-height: 1;
}
/* upload */
   .uploadCard {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 28px;
    text-align: center;
        position: relative;
    }

    /* Upload Section */
    .upload-box p{
        font-size: 14px;
    color: #002337;
    margin-bottom: 0;
    font-weight: 700;
}
    .upload-box {
      border-radius: 12px;
      padding:18px 18px;
      cursor: pointer;
      transition: 0.3s;
    }

    .upload-box:hover {
      border-color: #007bff;
      background: #f0f8ff;
    }

    .upload-icon {
         margin-bottom: 10px;
    }

    
  .fileinputbtn {
    margin-top: 10px;
    display: inline-block;
    background: #fff;
    color: #002337;
    padding: 8px 16px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #EBEBEB;
    line-height: 1;
  }

    .fileinputbtn:hover {
      background: #0056b3;
    }

    .note {
      margin-top: 8px;
      font-size: 12px;
      color: #555;
    }
    .guideline{
        padding: 8px 20px;
    }
    /* Right Guideline Section */
    .guideline img {
      width: 92px;
      margin-bottom: 8px;
    }
    .guideline h3 {
        margin: 0;
        font-size: 16px;
        color: #002337;
    }
    .guideline p {
        font-size: 12px;
        color: #5A5C60;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .uploadCard input[type="file"]{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
    }
/* upload */
.tryVideo {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: bottom;
}

.video-section {
  padding: 80px 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 12px;
}

/* Full cover video styling */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.agenda-card .MusicalConcert.agenda-list .agenda-time {
  /* yahan apna style likho */
    background: linear-gradient(90deg, rgba(238, 9, 121, 1) 0%, rgba(255, 106, 0, 1) 50%);
}
.SILVER-s{
    margin-inline: auto;
    max-width: 930px;
}
span.diamond {
    background: linear-gradient(305.48deg, rgba(111, 96, 128, 1) 61.4%, rgba(145, 94, 169, 1) 99.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.agenda-card.card-blank {
    background: no-repeat;
}
.agenda-card.MusicalConcertCard .agenda-date {
    color: rgba(239, 12, 117, 1);
}
.agenda-card.MusicalConcertCard{
    background: linear-gradient(180deg, rgba(255, 230, 241, 1) 0%, #FFFFFF 100%);
}
/* Responsive */
@media (max-width: 768px) {
  .video-wrapper {
    height: 250px;
  }
}
.colorName {
    font-weight: 800;
    font-size: 25px;
    color: #AB8EFF;
    display: block;
    line-height: 1;
}
.main-logo img{
    max-height:80px;
}
.CommitteeSection{
    margin: 40px 0;
}
.CommitteeSection .speakers img{
       filter: gray;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.CommitteeSection .speaker-card:hover img{
    -webkit-filter: grayscale(0);
    transform: scale(1.1);
    filter: grayscale(0);
}
.CommitteeSection .speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
    justify-items: center;
    margin-top: 40px;
}
.CommitteeSection{
    background: #12151A;
    padding: 80px 0;
    margin: 0px 0;
}
.day1Future {
    background: linear-gradient(180deg, rgba(250, 248, 255, 1) 0%, rgba(243, 238, 255, 1) 100%);
}
.day2Future {
    background: linear-gradient(180deg,rgba(255, 248, 243, 1) 0%, rgba(255, 247, 238, 1) 100%);

}
.dayFuture {
    padding: 40px 28px 0 28px;
    border-radius: 40px;
}
.dayTitle {
    margin-bottom: 16px;
    line-height: 1;
    font-size: 60px;
    font-family: "Albert Sans", sans-serif;
}
.futureEventTitle {
    color: #272727;
    font-size: 28px;    
    margin-bottom: 16px;
    font-family: "Albert Sans", sans-serif;
}
.futureEventDes {
    color: #626262;
    font-size: 16px;    
    margin-bottom: 0px;
    font-family: "Albert Sans", sans-serif;
}
.futureEventTheme span{
    color: #5A5C60;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Albert Sans", sans-serif;
}
.day2Future .futureEventTheme {
   background: linear-gradient(90deg,rgba(255, 239, 213, 1) 0%, rgba(255, 249, 241, 1) 100%);
}
.day1Future .futureEventTheme {
    background: linear-gradient(90deg, rgba(227, 213, 255, 1) 0%, rgba(246, 241, 255, 1) 100%);
}
.futureEventTheme {
    margin-bottom: 30px;
    margin-top: 5px;
}
.CommitteeSection .section-heading, .CommitteeSection .speaker-card .speaker-name {
    color:#fff;
}
.stats-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 00px;
  padding: 60px 20px;
  max-width: 1320px;
  margin: auto;
}

.stats-section:first-child.stat-box{
    margin-right: 25px;
}
.stat-box {
        margin-top: -25px;
        margin-right: -25px;
  width: 280px;
  height: 280px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;  
  padding:20px;
}



.stat-box h2 {
    font-size: 48px;
    font-weight: 600;
    color: #0a2342;
    margin-bottom: 12px;
    line-height: 1;
    margin-top: 28px;
}

.stat-box p {
    font-size: 16px;
    color: #5A5C60;
    max-width: 160px;
}

.agenda-title.topBorder.agenda-desc b{
        font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #12151A;
}
.agenda-title.topBorder {
    border-top: 0.5px solid #e0cbbb94;
    padding-top: 2px;
    margin-top: 2px;
}
.ticket {
    position: relative;
    background: linear-gradient(90deg,rgba(232, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 16px 16px 16px 68px;
    max-width: 1080px;
    margin: 0 auto 80px;
}
.event-label {
    color: #003D7C;
    font-size: 20px;
    font-weight: 500;
}

.event-title {
        font-size: 48px;
    color: #12151A;
    margin: 0;
}

.event-desc {
    color: #12151A;
    font-size: 14px;
    margin-bottom: 20px;
}

.event-info {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    flex-direction: column;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #12151A;
    font-size: 20px;
}

/* TICKET CUT NOTCHES */
.ticket:before,
.ticket:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #12151a;
    z-index: 2;
    border-radius: 50%;
}

.ticket:before {
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.ticket:after {
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}
.ticket-right {
    text-align: end;
}
/* Responsive design */

