@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5 !important;
    color: #000000;
    text-align: left;
    background-color: #fff;
}

:active,
:focus {
    outline: none !important;
}

::placeholder {
    opacity: 1;
}

* {
    scrollbar-color: #222 #ddd;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #dddddd;
}




::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}

a {
    text-decoration: none !important;
    color: #000000;
}

a:hover {
    color: #007bff;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

button {
    outline: none;
}

ul.styled,
ol.styled {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 18px;
    line-height: 28px;
}

/*====================================
	Misc
=====================================*/
.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw900 {
    font-weight: 900;
}

.vh-100 {
    height: 100vh;
}

.mvh-100 {
    min-height: 100vh;
}

.text-white {
    color: #ffffff;
}

.text-default {
    color: #000000;
}

.text-dark {
    color: #000000 !important;
}

.text-color {
    color: #000000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Aleo", serif;
    line-height: 1.5;
    font-weight: 700;
}

.btn {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 16px;
}

.btn-lg,
.btn-large {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn.btn-primary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-default {
    -moz-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
}

.btn.uc {
    text-transform: uppercase;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: none;
}

.btn-dark {
    color: #fff;
    background-color: #15323a;
    border-color: #15323a;
}

.btn-dark:hover {
    color: #fff;
    background-color: #15323a;
    border-color: #15323a;
}

.btn-outline-dark {
    color: #15323a;
    background-color: transparent;
    background-image: none;
    border-color: #15323a;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #15323a;
    border-color: #15323a;
}

.btn-color {
    color: #fff;
    background-color: #ed1c43;
    border-color: #ed1c43;
}

.btn-color:hover {
    color: #fff;
    background-color: #ed1c43;
    border-color: #ed1c43;
}

.btn-outline-color {
    color: #ed1c43;
    background-color: transparent;
    background-image: none;
    border-color: #ed1c43;
}

.btn-outline-color:hover {
    color: #fff;
    background-color: #ed1c43;
    border-color: #ed1c43;
}

.btn-outline-thick {
    border-width: 2px !important;
}

.icon-btn {
    background: #ddd;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 2px;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.icon-btn.btn-bordered {
    border: 2px solid;
    padding: 3px 8px;
}

.icon-btn.lg-icon-btn {
    font-size: 26px;
}

.icon-btn[disabled] {
    opacity: 0.85;
}

.icon-btn.btn-nobg {
    color: #007bff;
}

.bg-transparent{
    background: transparent;
}

.icon-btn.btn-nobg:hover {
    color: #0069d9;
}

.btn-nobg {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-rounded {
    border-radius: 60px;
}

.btn-circle {
    border-radius: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    padding: 8px 5px;
    text-align: center;
}

.btn.btn-mini {
    font-size: 12px;
    padding: 3px 12px;
}

.btn.btn-mini i {
    font-size: 11px;
}

.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 12px;
    margin-right: 5px;
}

#carouselExampleDark .carousel-inner {
    max-height: 700px;
    overflow: hidden;
  }

  /* Make sure the video and images fit correctly */
  #carouselExampleDark .carousel-item video,
  #carouselExampleDark .carousel-item img {
    max-width: 100%;
    max-height: 700px;
    object-fit: cover;
  }

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    font-weight: 800;
} */

.alert-fixed {
    position: fixed;
    top: 20px;
    left: 20%;
    width: 60%;
    z-index: 9999;
}

.modal {
    backdrop-filter: blur(2px);
}

.modal-content {
    border-radius: 16px;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.modal-content .close {
    width: 30px;
    height: 30px;
    z-index: 99;
    background: #007bff;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.modal-content.no-header .close {
    align-self: flex-end;
    position: relative;
    margin: 15px 15px -45px;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
    font-weight: 600;
    width: 100%;
}

.modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.modal-body {
    overflow-y: auto;
    scrollbar-color: #222 #ddd;
    scrollbar-width: thin;
}

.modal-body::-webkit-scrollbar {
    width: 4px;
}

.modal-body::-webkit-scrollbar-track {
    background-color: #dddddd;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}

.dropdown-menu {
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.07);
    min-width: 200px;
}

.dropdown-menu.show {
    -moz-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
}

.dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dropdown-menu .dropdown-item:last-item {
    border-bottom: none;
}

.no-after::after {
    display: none;
}

.bx-shadow {
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}

.bx-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 35px;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}

.bx-scoroll-badge-wrap {
    width: 100%;
    overflow-x: auto;
}

.bx-scoroll-badges {
    width: max-content;
    cursor: grab;
    margin: 0 auto;
}

.bx-scoroll-badge-wrap {
    scrollbar-color: none;
    scrollbar-width: none;
}

.bx-scoroll-badge-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.bx-scoroll-badge-wrap::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
}

.bx-scoroll-badge-wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
}

i.fas.fa-briefcase:before,
i.far.fa-briefcase:before {
    content: "";
}

i.fas.fa-briefcase:before {
    background-image: url("./images/briefcase.svg");
    width: 18px;
    height: 18px;
    display: block;
}

i.far.fa-briefcase:before {
    background-image: url("./images/briefcase-r.svg");
    width: 18px;
    height: 18px;
    display: block;
}

/*====================================
	Form Element
=====================================*/
.form-group {
    margin-bottom: 15px;
}

.form-control {
    font-size: 16px;
    border-width: 2px;
    margin-bottom: 5px;
}

textarea.form-control {
    min-height: 90px;
}

.has-danger .form-control {
    border-color: #dc3545;
}

.has-danger .help-block {
    color: #dc3545;
}

.input-group-text {
    border-width: 2px;
}

.input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.form-field-con label,
.form-group label {
    color: #000;
    font-weight: 600;
}

.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 20px !important;
    margin: 1px 5px;
}

.switch-checkbox input {
    display: none;
}

.switch-checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-checkbox-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switch-checkbox-slider {
    background-color: #007bff;
}

input:focus+.switch-checkbox-slider {
    box-shadow: 0 0 1px #007bff;
}

input:checked+.switch-checkbox-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.switch-checkbox-slider.round {
    border-radius: 34px;
}

.switch-checkbox-slider.round:before {
    border-radius: 50%;
}

label.switch-checkbox-label {
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top;
}

.bootstrap-tagsinput {
    padding: 7px 6px !important;
}

.form-group.form-group-inner {
    margin-bottom: 0;
}

.phone-field-wrap {
    display: flex;
}

.phone-field-wrap .phone-code-group {
    width: 120px;
}

.phone-field-wrap .phone-number-group {
    flex-grow: 1;
    margin-left: 10px;
}

/* ================================
	Timeline
=================================== */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

ul.timeline:before {
    content: ' ';
    background: #73b6ff;
    display: inline-block;
    position: absolute;
    left: 15px;
    width: 2px;
    height: 100%;
    z-index: 9;
    top: 6px;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 15px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #007bff;
    left: 9px;
    width: 14px;
    height: 14px;
    z-index: 9;
    margin-top: 6px;
}


/*====================================
	Theme Common
=====================================*/
.text-large {
    font-size: 36px;
}

.text-medium {
    font-size: 24px;
}

.text-semi-medium {
    font-size: 18px;
}

.text-regular {
    font-size: 16px;
}

.text-small {
    font-size: 13px;
}

.page-heading-wrapper {
    display: flex;
    justify-content: space-between;
}

.page-heading,
.title-head {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.sub-heading {
    font-size: 22px;
    font-weight: 500;
}

.saperater {
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 0;
}

.content-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
}

.content-list-item.highlighted {
    background: #1782ff25;
}

.not-found-message {
    padding: 15px 0;
    font-weight: 600;
}

.img-box {
    line-height: 0;
    display: inline-block;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.grid-view .card-view-item {
    display: block;
    background: #ffffff;
    border-radius: 16px;
}

.grid-view .card-view-item:hover {
    background: #1782ff25;
}

.btn {
    padding: 7px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
}


.card-title a {
    font-weight: bold;
    font-size: 25px;
    color: #000;
}

.card-body .location-ref {
    font-size: 17px;
     color: #3c3b3b;;
    font-weight: 500;
}

.card-body .event-date-ref {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.card-body .btn {
    /* width: 80% !important; */
    margin: 20px auto 5px;
}

.card{
    border: 1px solid #eee;
}



.scrollable-container {
    overflow-y: auto;
    scrollbar-color: #222 #ddd;
    scrollbar-width: thin;
}

.scrollable-container::-webkit-scrollbar {
    width: 4px;
}

.scrollable-container::-webkit-scrollbar-track {
    background-color: #dddddd;
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}

.section-padding {
    padding: 60px 0;
}

@media (max-width:576px) {
    body {
        font-size: 15px;
    }

    .text-large {
        font-size: 30px;
    }

    .text-medium {
        font-size: 22px;
    }

    .text-semi-medium {
        font-size: 16px;
    }

    .text-regular {
        font-size: 15px;
    }

    .text-small {
        font-size: 12px;
    }

    .page-heading-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .page-heading,
    .title-head {
        font-size: 26px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 15px;
    }

    .sub-heading {
        font-size: 18px;
        font-weight: 500;
    }
}

/*====================================
	Layout
======================================*/
.header-logo {
    display: none;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

body.scrolled {
    padding-top: 94px;
}

.sticky-header {
    background: #ffffff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.sticky-header.with-shadow {
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
    z-index: 1001;
    padding: 10px;
    position: relative;
}

.scrolled .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 3.5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

.header .navbar-brand img {
    height: auto;
    max-width: 180px;
    
}

.scrolled .sticky-header .navbar-brand {
    height: auto;
    max-width: 160px;
}


.nav-item-btn .nav-link-btn{
    background-color: transparent;
    font-size: 16px !important;
}

.nav-tabs .nav-link-btn.active, .nav-tabs .nav-link-btn:hover{
    background-color: #024 !important;
    color: #fff !important;
}

@media (max-width:991px) {
    .container {
        max-width: 100%;
    }

    #navbar-main-menu {
        padding-top: 15px;
    }

    .header .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .navbar-nav .dropdown-menu {
        background: none;
        box-shadow: none;
        border: none;
    }

    .header .navbar-toggler {
        margin-left: 15px;
        border: none;
    }

    .header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 4l22 22M4 26L26 4'/%3e%3c/svg%3e")
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media (max-width:576px) {

    .header-buttons .header-quote-button,
    .header-buttons .header-signup-button {
        display: none;
    }
}



/* ================================
    Banner
==================================== */
.home-banner-section {
    padding: 100px 0;
    position: relative;
}

#home-banner {
    background-image: url(../images/url.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.row-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #100018 0%, #26006c 50%, #110038 100%);
    z-index: 1;
    opacity: 0.8;
}

.row-banner-content {
    z-index: 2;
    position: relative;
}

.banner-content-wrap {
    position: relative;
    z-index: 2;
}

.banner-content-text {
    font-size: 20px;
}

.banner-content-text h2 {
    font-size: 30px;
}

@media (max-width:576px) {
    .banner-content-text {
        font-size: 18px;
    }

    .banner-content-text h2 {
        font-size: 26px;
    }
}

/* ================================
    Home Banner Search
==================================== */
.home-search-box {
    background: #ffffffcc;
    backdrop-filter: blur(4px);
    padding: 20px;
    border-radius: 14px;
}

.home-search-box ul.nav-pills li {
    width: 50%;
}

.home-search-box ul.nav-pills li .nav-link {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
}

.home-search-form .input-group {
    background: #ffffff;
    border-radius: 12px;
    padding: 3px;
}

.home-search-form .input-group input {
    background: none;
    margin-right: 10px;
    outline: none;
    border: none;
    box-shadow: none;
    height: 52px;
}

.home-search-form .input-group input:focus {
    outline: none;
    box-shadow: none;
}

.home-search-form .input-group .btn {
    height: 52px;
}

@media (max-width:576px) {
    .home-search-form .input-group input {
        width: 100%;
    }

    .home-search-form .input-group .button-group,
    .home-search-form .input-group .button-group button {
        width: 100%;
    }

    .home-search-box ul.nav-pills li .nav-link {
        padding: 15px 10px;
        font-size: 14px;
    }
}


/* ================================
    Home page
==================================== */
.feature-container .icon-cell {
    width: 60px;
    display: block;
}

.feature-container .icon-content h5 {
    font-weight: 600;
}

.feature-container .icon-content p {
    margin-bottom: 0;
}

.why-choose-block .why-choose-icon {
    color: #ffffff;
    font-size: 28px;
    padding: 10px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.why-choose-block h5 {
    font-weight: 600;
}

.why-choose-block p {
    margin-bottom: 0;
}

/* ==== Testimonial ===== */

.testimonial-slider {
    padding-bottom: 40px;
}

.testimonial-slider-container .testimonial-bx {
    background: var(--primary-light);
    min-height: 300px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.testimonial-slider-container .testimonial-bx .testimonial-info {
    font-size: 14px;
    text-align: right;
    width: 100%;
    margin-top: 12px;
}

.testimonial-slider-container .testimonial-bx .testimonial-info p {
    margin-bottom: 0;
}

.testimonial-slider-container .testimonial-bx .testimonial-info .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px
}

.testimonial-slider-container .testimonial-bx .fa-quote-left {
    font-size: 28px;
    margin-right: 10px;
}

/*===================*/
.parallax-section-num {
    background-image: url(../images/counter.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.counter-box {
    padding: 20px 15px;
}

.counter-box .counter-number {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
}

.counter-box .counter-text {
    font-size: 20px;
    font-weight: 500;
}

/* ============== */
.parallax-section-about {
    background-image: url(../images/counter.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.about-section-text {
    font-size: 20px;
    line-height: 1.75;
}

.about-section-text p {
    margin-bottom: 0;
}

@media (max-width:576px) {
    .about-section-text {
        font-size: 16px;
    }
}


.maximize-reach-wrapper .list-group {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.maximize-reach-wrapper .list-group .list-group-item {
    padding: 10px 15px;
    background: transparent;
    display: flex;
    width: 100%;
    border: none;
}

@media (min-width:991px) {
    .maximize-reach-wrapper .list-group .list-group-item {
        width: 48%;
        margin-right: 2%;
    }
}


.maximize-reach-wrapper .maximize-reach-icon {
    color: #ffffff;
    font-size: 22px;
    padding: 10px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-right: 15px;
}

.maximize-reach-content {
    width: calc(100% - 65px);
}

.maximize-reach-wrapper .list-group .list-group-item h5 {
    font-size: 18px;
    font-weight: 600;
}

.maximize-reach-wrapper .list-group .list-group-item p {
    margin-bottom: 0;
    font-size: 15px;
}

.faq-warpper {}

.faq-warpper .list-group {
    border: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.faq-warpper .faq-row {
    width: 100%;
    margin: 10px 0%;
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

@media (min-width:991px) {
    .faq-warpper .faq-row {
        width: 48%;
        margin: 10px 1%;
    }
}

.faq-warpper .faq-question {
    font-weight: 600;
    margin-bottom: 11px;
    font-size: 18px;
}

.faq-warpper .faq-answer p {
    margin-bottom: 0;
}

.faq-warpper .faq-answer {
    padding-left: 15px;
}

.working-steps-list .timeline li {
    margin-bottom: 35px;
}

.working-steps-list li h5 {
    font-size: 18px;
    font-weight: 600;
}

.working-steps-list li p {
    margin-bottom: 0;
}


/* ================================
    footer
==================================== */
.footer .footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer a {
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
}

/* scroll top btn css */
button.back-to-top {
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999;
}


/*===================
	Pricing
===================== */
.pricing-box {
    border-radius: 12px;
    height: 100%;
}

.pricing-heading {
    margin: 5px;
    padding: 12px 15px;
    border-radius: 12px;
    text-align: center;
    font-size: 22px;
}

.pricing-amount {
    font-size: 22px;
    font-weight: 500;
    padding: 5px 10px 10px;
    text-align: center;
}

.pricing-currency {
    font-size: 25px;
    font-weight: 700;
}

.pricing-cta {
    padding: 15px 0;
}

.pricing-cta .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 220px;
    margin: 0 auto;
}

.pricing-cta input[type="radio"]:checked+.btn {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.pricing-intro {
    margin-top: 15px;
    font-size: 18px;
    min-height: 60px;
}

.pricing-intro strong {
    font-weight: 600;
}

ul.pricing-specs-list {
    list-style: none;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 0;
}

ul.pricing-specs-list li {
    display: flex;
    padding: 7px 0;
    font-weight: 400;
    font-size: 15px;
}

span.pricing-specs-icon {
    margin-right: 10px;
    font-size: 16px;
}





/* Payment page */
/* Payment page CSS */
.sticky-summary {
    position: sticky;
    top: 135px;
}

.form-section {
    margin-bottom: 30px;
}

.payment-summary {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.terms-section {
    margin-top: 20px;
}

.price-badge {
    background: #ffffff;
    color: #6e42cb;
    padding: 3px 15px;
    border: 1px solid;
    border-radius: 10px;
    margin: 0 10px;
}

.col-md-2-5 {}

.terms-link {
    text-decoration: none;
    color: #007bff;
}

.payment-right-div {
    background-color: #f8f9fa;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pricing-column {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.pricing-column p {
    margin-bottom: 10px;
}

.plan-div .form-check-label {
    background-color: #f8f9fa;
    border: 2px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}


.plan-div input[type="radio"]:checked+.form-check-label {
    background-color: #6e42cb;
    color: white;
    border-color: #6e42cb;
}

.plan-div input[type="radio"]:checked+.form-check-label small.text-primary {
    color: #fff !important;
}



.plan-div .form-check-label:hover {
    background-color: #e9ecef;
}

.pricing-column h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.payemnt-heading {
    font-size: 20px;
    font-weight: 600;
    color: #273144;
    background: transparent;
    border-bottom: none;
    padding: 16px 20px;
}

.payment-sub-section {
    padding: 16px 24px;
}

.form-check-input:checked {
    background-color: #031f39;
    border-color: #031f39;
}

.form-check-input:checked[type="checkbox"] {
    background-color: #031f39 !important;
    border-color: #031f39 !important;
}

.form-check-input {
    background-color: #adb5bd;
    border-color: #adb5bd;
}

.form-switch .form-check-input {
    width: 45px;
    height: 20px;
    margin-right: 10px;
}

.btn-primary {
    background: #26006c;
}

.btn-primary:hover {
    background: #fff;
    color: #26006c;
}

.card-div p {
    margin: auto;
}


.plan-div h5,
.plan-div p {
    margin: auto;
}

button#credit-tab,
button#razorpay-tab {
    width: 170px;
    padding: 20px;
    border: 1px solid;
    margin-bottom: 20px;
    /* border-radius: 5%; */
    margin-right: 20px;
    height: 100px;
    color: #000000;
    text-align: left;
}

#myTab {
    border-bottom: none;
}

.border {
    border: 1px solid #dbe0eb !important;
}

@media(max-width: 992px) {
    .plan-div {
        width: 100%;
    }

}

@media(max-width: 992px) and (min-width: 768px) {
    .payment-left-div {
        width: 60%;
    }

    .payment-right-div {
        width: 40%;
    }
}


/* Terms of Use and Privacy Policy page */
.terms-heading {
    font-size: 38px;
    font-weight: 700;
}

.terms-sub-heading {
    font-size: 25px;
    font-weight: 600;
}

.terms-list-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 20px;
}

.terms-sub-under-sub-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px !important;
    margin-top: 20px;
}

.term-privacy-section {
    line-height: 1.6;
    margin-top: 60px;
    margin-bottom: 60px;
}


/* Payment page */
/* Payment page CSS */
.sticky-summary {
    position: sticky;
    top: 135px;
}

.form-section {
    margin-bottom: 30px;
}

.payment-summary {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.terms-section {
    margin-top: 20px;
}

.terms-link {
    text-decoration: none;
    color: #007bff;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    text-align: center;
}


.sec-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    color: rgb(159 8 103);
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: "Aleo", "serif";
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
    color: #024;
    font-weight: 700;
}

.sec-title2 h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: "Aleo", "serif";
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
    color: #024;
    font-weight: 600;
}

/* .sec-title h2:after{
    content: '';
    height: 2px;
    width: 0%;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, -50%);
    } */

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
}

.events-section {
    position: relative;
    padding: 60px 0 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}



.event-detail-section-full {
    background: #f5f5f5
}

.event-detail-section-full .event-detail-cont {
    margin-bottom: 0
}

.event-detail-section-full-banner {
    height: 388px;
    min-height: 388px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.event-detail-section-full-banner .full-banner-wrap {
    overflow: hidden
}

.event-detail-section-full-banner .event-detail-full-banner {
    width: 200%;
    max-width: 200%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(50px) brightness(.9);
    -ms-filter: blur(50px) brightness(.9);
    filter: blur(50px) brightness(.9);
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%
}

.event-detail-section-full .event-top-content {
    margin: 0 !important
}

.event-detail-section-full .event-top-content {
    background: #fff
}

.event-detail-section-full .event-top-title {
    color: inherit
}

.event-detail-section-full .event-top-title h2,
.event-detail-section-full .event-top-title h1 {
    color: inherit
}

.event-detail-section-full .event-top-content .event-date-month {
    color: inherit
}

.event-detail-section-full .event-top-other-detail .event-top-row {
    color: inherit
}

.event-detail-section-full .event-top-content .event-organizer-name-box {
    color: inherit
}

.event-detail-section-full .event-top-content .event-organizer-name-box a {
    color: inherit
}

.event-detail-section-full .event-top-content .event-organizer-name {
    color: inherit
}

.event-detail-section-full .event-top-organizer .followbtn {
    color: inherit
}

.event-detail-section-full .event-top-organizer .followbtn.unfollow {
    background: inherit
}

.event-detail-section-full .event-detail-top-container {
    background: transparent
}

.event-detail-section-full .event-detail-top-container {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.event-detail-section-full .event-top-other-detail {
    border-color: #dee2e6
}

.event-detail-section-full .event-detail-cont .event-banner-image {
    height: 298px
}

.event-detail-section-full .event-detail-cont .event-banner-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.event-detail-section-full .event-detail-top-container .event-action-btn {
    border: none;
    background: transparent;
    margin: 5px;
    color: #DC143C;
    padding: 5px 5px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    font-size: 22px;
    line-height: 1
}

.event-detail-section-full .event-detail-block-wrap {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    background: #fff;
    padding: 10px;
    margin-bottom: 35px
}

.event-detail-section-full .event-description.interested-visiting {
    background: none;
    border: none
}

.event-detail-section-full .event-banner-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    height: 70px
}

.event-detail-section-full .swiper-slide .result-block {
    background: #fff
}

.event-detail-section-full h2.section-title {
    font-size: 20px
}

.event-detail-section-full .event-description {
    padding: 15px
}

.event-detail-section-full .scroll-to-div,
.booth-view-section .scroll-to-div {
    border-bottom: 2px solid transparent;
    margin-bottom: -2px
}

.event-detail-section-full .scroll-to-div.active,
.booth-view-section .scroll-to-div.active {
    border-color: #DC143C
}

.event-top-style2 .event-top-title h2,
.event-top-style2 .event-top-title h1 {
    font-size: 22px
}

.event-detail-section-full .event-top-style2 .event-top-other-detail {
    border: none
}

.event-detail-section-full .event-top-style2 .event-top-other-detail .event-top-row {
    padding: 4px 0;
    font-size: 16px;
    font-weight: 500 !important
}

.event-top-style2 .event-top-other-detail .event-top-row .icon {
    font-size: 16px;
    margin-right: 5px;
    height: auto
}

.event-detail-section .event-top-style2 .event-detail-logo {
    min-width: 120px;
    min-height: 120px
}

.breadcrumb {
    padding: 10px 12px;
    margin: 0;
}




.counter-section i {
    display: block;
  
    margin: 0 0 10px
}

.counter-section span.counter {
    font-size: 60px;
    color: #000;
    line-height: 60px;
    font-weight: 600;
    display: block;
    padding:  20px 0;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px
}

.counter-title {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase
}

.counter-icon {
    top: 25px;
    position: relative
}

.counter-style2 .counter-title {
    letter-spacing: 0.55px;
    float: left;
}

.counter-style2 span.counter {
    letter-spacing: 0.55px;
    float: left;
    margin-right: 10px;
}

.counter-style2 i {
    float: right;
    line-height: 26px;
    margin: 0 10px 0 0
}

.counter-subheadline span {
    float: right;
}

.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}


.about_banner {
    position: relative;
    width: 100%;
    height: 230px;
    /*height: 500px;*/
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /*  filter: blur(5px); Adds blur effect to the background */
}

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video fills the container */
    border: none;
    pointer-events: none; /* Prevents interaction with video tools */
}


/* .about_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 0 0 / 76%);
    /* Black overlay with 50% opacity */
    z-index: 1;
} */

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 2;
    /* Ensure the text is above the overlay */
}


/* Speaker CSS */
/* Card Body Styling */
.speaker_data {
    padding: 20px;
    /* Padding inside the card */
    background-color: #f8f9fa;
    /* Light background for the card body */
    border-radius: 8px;
    /* Rounded corners */
    text-align: center;
    /* Center the content */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow effect */
    transition: all 0.3s ease;
    /* Smooth transition for hover effect */
}

/* Speaker Name Styling */
.speaker_name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 10px;
}

.speaker_designation {
    font-size: 14px;
    margin-bottom: 0;
    color: #6c757d;
}

.speaker-title-date{
    font-size: 20px;
    font-weight: 600;
}

.speaker-title-main{
    font-weight: 800;
}


/*Yogesh-14-11-2025 added*/
.date-time-wrapper {
        display: flex;
        gap: 20px;
        align-items: center;
        /* flex-wrap: wrap; */
}

@media (max-width: 768px) {
    .date-time-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
}
/*Yogesh-14-11-2025 added*/

.speaker_company {
    font-size: 0.9rem;
    /* Smaller text for company */
    color: var(--primary);
    /* Blue color for company name */
    font-style: italic;
    /* Italicize the company name */
    font-weight: 600;
}





/* Speaker Css */
.banner-container {
    position: relative;
    overflow: hidden;
    min-height: 800px;
    /* border-radius: 0.5rem; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.banner-image {
    position: absolute;
    z-index: 1;
    min-height: 800px;
    object-fit: cover;
}


.banner-child-container{
    min-height: 500px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0.6));
    z-index: 2;
    border-radius: 0.5rem;
}

.speaker-image-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: translateY(130%);
    z-index: 3;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    justify-content: center;
}

.speaker-bg {
    /* background: #ffffff; */
    /* width: 180px;
    height: 180px; */
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    justify-content: center;
    /* border: 5px solid #f1f1f1;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); */
}

@media (max-width: 776px) {
    .speaker-bg {
       
        height: auto;
    }
    
    .speaker-image-container{
         transform: translateY(100%);
    }

    
}


.speaker-content-container {
    position: absolute;
    bottom: 0;
    right: 2%;
    transform: translateY(370%);
    z-index: 3;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end;
    /* max-width: 500px; */
}

.speaker-content {
    padding: 10px 12px 10px 50px;
    border-radius: 10px;
    background: #fff;
}

.speaker-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.speaker-content .event-date {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0.25rem;
    color: rgba(209, 209, 209, 0.863);
}

@media (max-width: 776px) {
    .speaker-content-container {
        max-width: 100%;
        transform: translateY(-50%);
        display: block;
        text-align: center;
    }

    .speaker-content-container button{
        font-size: 8px;
    }

    .speaker-content-container hr {
        display: none;
    }

    .speaker-content .venue,
    .speaker-content .event-date {
        font-size: 0.6rem;
    }

}

.speaker-content .venue {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 0;
}

.center-global{
    vertical-align: middle;
    text-align: center;
}



.tabs {
    display: flex;
    margin-bottom: 20px;
}


.tabs .tablinks{
    font-size: 16px;
    margin: 10px;
    color: #222222;
    text-transform: uppercase;
    display: block;
    background: #eee;
    border: none !important;
    padding: 18px 40px !important;
    position: relative;
}


    .tabs .tablinks.active{
    background-color: #026a39;
    border-bottom: none !important;
    color: #fff;
}

.tabs .tablinks.active:before {
    opacity: 1;
}

.tabs .tablinks:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #026a39 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    opacity: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.agenda-table-data td{
    font-weight: 600;
}


.event-card-head{
    background: #ffffff;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-card-body{
    padding: 10px;
    
}


.date-ref-btn{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.event-description{
    font-size: 18px;
    color: #313131;
    letter-spacing: 0.5px;
}




/* Style for the navigation buttons */
.carousel-nav {
    position: absolute;
    top: -40px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 10;
}


.carousel-nav button:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
}

.carousel-nav button i {
    font-size: 14px;
}


.text-justify{
    text-align: justify;
}


/* tab page */
.nav-tabs {
    justify-content: center;
}

.nav-tabs .nav-link {
    border-radius: 0.25rem;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    border: none;
    color: #333;
}

.nav-tabs .nav-link.active {
    color: var(--secondary);
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: none;
}

.nav-tabs .nav-link:hover{
    color: var(--secondary);
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-item {
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.nav-tabs .nav-item:last-child {
    border-right: none;
}

.nav-tabs{
    border: none;
}

.tab-content .form-group p {
    font-size: 1rem;
    margin-top: 10px;
}

/* Tab Pane Styling */
.tab-content {
    padding: 15px;
    /* background-color: #f8f9fa;
    border: 1px solid #ddd; */
    border-radius: 0.25rem;
}

.form-group {
    margin-bottom: 20px;
}


.accordion-button{
    background-color: var(--primary);
    color: var(--white);
}

.accordion-button:focus{
    background-color: var(--primary);
    color: #fff;
}


 /* Custom tooltip styling */
 .icon-circle[title] {
    position: relative;
    cursor: pointer;
}

.icon-circle[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.0rem;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.icon-circle[title]:hover::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

/* Tooltip fade-out effect */
.icon-circle[title]:not(:hover)::after {
    opacity: 0;
    visibility: hidden;
}

.no-border{
    border: none;
}


/* Icons circle */

.icon-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    background-color: rgba(255, 255, 255, 0);
    color: var(--bs-primary);
    /* Bootstrap primary color */
    font-size: 1.2rem;
    margin: auto;
}

.icon-circle .fa,
.icon-circle .fas {
    font-size: 40px;
    color: #fff;
}


.speaker-photo {
    position: relative;
    text-align: center;
}

.speaker-photo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 10px;
    background: #00366bef; /* Dark overlay */
    color: white;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Stack name and company vertically */
}



.speaker-photo:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.speaker-photo .overlay h3, .speaker-photo .overlay p {
    margin: 0;
    text-align: center;
}

.speaker-photo .overlay h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.time-number{
    font-size: 60px;
}

.speaker-photo .overlay p {
    font-size: 1.0rem;
}


.name-below-image {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}




.partner-logo {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}
.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}
.partner-logo:hover img {
    transform: scale(1.1);
}
.partner-logo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 54 107 / 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}
.partner-logo:hover .overlay {
    opacity: 1;
}
.partner-logo .overlay h3 {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
}


/* Box Banner on event Details */
.box-banner{
    margin-top: -95px;
    position: relative;
    z-index: 9;
}


.box-banner-card {
    /* font-size: 60px; */
    /* padding: 40px 0; */
}


.box-banner-card h3{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}


.about-section{
    padding: 60px 0;
}


.title-redirect{
    font-size: 20px;
    font-weight: 500;
}


.title-heading{
    margin-bottom: 45px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}


@media (min-width: 1300px){
    .col-md-2-5{
        width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .card-body .event-date-ref, 
    .card-body .location-ref {
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
    }
}


@media (max-width: 768px){
    .col-sm-6{
        width: 50%;
    }
    .d-sm-none{
        display: none;
    }
}


/* Grid Container */

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
}

.grid-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.grid-description {
    font-size: 18px;
    margin-top: 5px;
}

.grid-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.grid-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}



.keyfeatures-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.keyfeatures-item {
    border: 1px solid #56276d;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.keyfeatures-item i {
    font-size: 100px;
    color: #56276d;
}

.keyfeatures-item h3{
     font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.keyfeatures-item p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

/* Hover Effect */
.keyfeatures-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
