/* ==========================================================================
CUSTOM CSS
========================================================================== */

:root{scroll-behavior:auto}

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body {
    font-size: 18px;
    padding-top: 0px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

section, footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.full-size-background {
    background: url('../../../img/mip-static-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../img/mip-static-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../img/mip-static-bg.jpg', sizingMethod='scale')";
}

h1 {
    letter-spacing: .2rem;
}

.text-spaced {
    letter-spacing: .3rem;
}

p.copy {
    line-height: 1.8rem;
}

.font-xs {
    font-size: 0.8rem;
}   

/* ==========================================================================
COLOURS
========================================================================== */

.bg-black {
    background-color: #000000 !important;
}


.bg-black-transparent {
    background-color:  rgba(0, 0, 0, 0.6) !important;
}


.bg-white {
    background-color: #ffffff;
}

.bg-po3-light {
    background-color: #f2f2f2;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8);
}

.bg-body-light {
    background-color: #EBEBEB;
}

.bg-po3-slate {
    background-color: #3c3835;
}

.bg-po3-green {
    background-color: #a5be1e
}

.bg-po3-orange {
    background-color: #e05e11
}

.text-po3-green {
    color: #a5be1e
}

.text-po3-orange {
    color: #e05e11
}


/* ==========================================================================
BUTTONS
========================================================================== */

.btn {
    border-radius: 50px;
    border-radius: .4rem;
    padding: .4rem 1.8rem .4rem 1.8rem !important;
    min-width: 80px;
}

.btn-pink {
    background-color: #D31E63;
    color: #fff;
}

.btn-pink:hover {
    background-color: #ed337a;
    color: #fff;
}


.btn-po3-orange {
    background-color: #e05e11;
    color: white
}

.btn-po3-orange:hover {
    background-color: #eb7029;
    color: white
}

.btn-po3-green {
    background-color: #a5be1e;
    color: #000
}

.btn-po3-green:hover {
    background-color: #b8d225;
    color: #000
}

.nav-btn {
    margin: 0 0.5rem;
    border-radius: .4rem;
    padding: .4rem 1.8rem .4rem 1.8rem !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    font-weight: 600;
}

.nav-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}



/* ==========================================================================
HEADER
========================================================================== */

header {
    position: relative;
    overflow: hidden;
}

.header-slider {
    line-height: 0;
}

.header-slider .slick-track {
    cursor: default;
}

.header-slider .slick-slide {
    position: relative;
    height: 32rem;
    overflow: hidden;
}

.slide-item {
    height: 100%; 
    width:100%;
    background: #000
}

.header-slider .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

header hr {
    opacity: 0.7;
}


/* ==========================================================================
SPONSORS
========================================================================== */




/* ==========================================================================
AGENDA
========================================================================== */


.table>:not(caption)>*>* {
    padding: .8rem .5rem;

}

.table tr:last-child td, .table tr:last-child th {
    border-bottom: 0;
}


/* ==========================================================================
SPEAKERS
========================================================================== */

.nav-tabs .nav-item {
    height: 80px;
    display: flex
;
}   

/* Learning objectives custom bullets */
.learnig-objectives {
    list-style: none;
    padding-left: 0;
}

.learnig-objectives li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

.learnig-objectives li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background-color: #e05e11;
    border-radius: 50%;
    transform: translateY(-50%);
}

/* Company cards hover effects */
.card.topic-card {
    transition: all 0.3s ease;
    border: none;
}
.card.topic-card  .btn {
    transition: all 0.3s ease;
}


/* Ensure the entire card is clickable */
.card.topic-card {
    position: relative;
    z-index: 0;
}


/* Updated hover effects for stretched links */
.card.topic-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
    background-color: #e05e11 !important;
}

/* ==========================================================================
CAROUSEL STYLES
========================================================================== */




.feedbackSlider .slick-list>div {
    padding: 20px 14px
}

.feedbackSlider .slick-track {
    display: flex !important;
}

.feedbackSlider  div.slick-slide {
    height: inherit !important;
}
.feedbackSlider  .slick-slide>div, .slick-slide>div>div {
    height: 100%;
}


.feedbackSlider .slick-slide>div {
    padding: 20px 14px
}

.feedbackSlider .slick-list.draggable {
    cursor: grab;

}


.feedbackSlider .slick-list.draggable {
    padding: 0 10% 0 10% !important;
    cursor: grab;
}

.btn-wrap {
	text-align: center;
	width: 100%;
}


.feedbackSlider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: .6rem;
    padding: 0;
}

.feedbackSlider  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    margin: 0 .6rem;
    transition: width .2s ease
}

.feedbackSlider  .slick-dots li::marker {
    font-size: 0;
   display: none;
}

.feedbackSlider .slick-dots li button:after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #e05e11;
    display: block;
    border-radius: 9px;
    opacity: .4;
    transition: width .2s ease

}


.feedbackSlider .slick-dots li.slick-active button:after {
    background-color: #e05e11;
    opacity: 1;
}


/* ==========================================================================
BOARDROOM SESSIONS
========================================================================== */

/* ==========================================================================
FORM
========================================================================== */

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #E8AF6B;
    border-color: #E8AF6B;
}


/* ==========================================================================
OTHER
========================================================================== */

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e6e4e5;
}

.accordion-button:focus {
    border-color: #000;
}

/* ==========================================================================
MAP
========================================================================== */

.map-container {
    position: relative;
    color: #222;
    background-attachment: scroll;
    background-image: url('../../../img/map-image.jpg');
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
}

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

/* ==========================================================================
FOOTER
========================================================================== */

footer {

}

/* ==========================================================================
ANIMATED HAMBURGER MENU
========================================================================== */

.hamburger {
    padding: 15px 15px 5px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:focus {
    outline: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
