/* =========================
   3 STEP FORM
========================= */
.about-us
{
    background:#fbf9f5;
}
.our-speakers-gold
{
     background:#fbf9f5;
}
.page-schedule-single
{
    background:#fbf9f5;
}
.page-single-post
{
    background:#fbf9f5;
}
.page-contact-us
{
    background:#fbf9f5;
}

.form-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    width: 100%;
}

.step-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 120px;
    opacity: 0.45;
    transition: all 0.3s ease;
}

.step-item span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 8px;
}

.step-item strong {
    font-size: 13px;
    font-weight: 500;
}

.step-item.active,
.step-item.completed {
    opacity: 1;
}

.step-item.active span,
.step-item.completed span {
    background: #222;
    color: #fff;
    border-color: #222;
}

.step-line {
    width: 80px;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
    margin-bottom: 30px;
}


/* =========================
   FORM STEPS
========================= */

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: stepFade 0.35s ease;
}

@keyframes stepFade {
    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =========================
   HEADING
========================= */

.step-heading {
    margin-bottom: 30px;
}

.step-heading h3 {
    margin-bottom: 8px;
}

.step-heading p {
    margin-bottom: 0;
    color: #777;
}


/* =========================
   INPUT
========================= */

#communityForm .form-control {
    width: 100%;
}


/* =========================
   BUTTONS
========================= */

.step-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
}

.step-buttons .next-step {
    margin-left: auto;
}


/* =========================
   ERROR
========================= */

#communityForm .help-block {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

#communityForm .has-error .form-control {
    border-color: #dc3545;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/");
}
.post-entry h2 {
    font-size: 26px;
}
.footer-body-metal {
    margin-top: 0px;
}
.footer-contact-list-metal {
    gap: 30px 12.25vw;
}
.sidebar-cta-contact-item figure {
    margin: 10px 0px;
}
.schedule-speaker-Content figure {
    padding: 10px 0px;
}
.schedule-button {
    margin: 22px 0px;
}
.page-header-box h1
{
    font-size: 53px;
    font-family: var(--default-font);
    font-style: italic;
    letter-spacing: -.025em !important;
    font-weight: 400 !important;
}
p.sub-title {
    font-family: var(--default-font);
    font-style: italic;
    letter-spacing: -.025em !important;
    font-weight: 400 !important;
    color: #fff;
    font-size: 30px;
}
.schedule-entry h2 {
    font-size: 33px;
}

.mb-10
{
    margin-bottom:10px !important;
}
#upcoming-event
{
    background: url(../images/event/upcoming.jpg) no-repeat;
    background-size:cover;
}
.upcoming-event-gold::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    opacity: 0.6;
    z-index: 1;
}

.sponsor-interest-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top:10px;
}

.sponsor-interest-list label {
    display: block;
}

#hide-laptop-div
{
    display:none;
}
#hide-mobile-div
{
    display:block;
}
.schedule-entry h3 {
    font-size: 14px;
}
.page-features .feature-item-content p {
    font-size: 13px;
}
.feature-item {
    min-height: 236px;
    padding: 15px 15px;
}
.page-features .feature-item {
    text-align: center;
}
.feature-item .icon-box {
    margin: 0 auto;
}
/* Default icon */
.feature-item .icon-box i,
.feature-item .icon-box i::before {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    filter: none !important;
}

/* Hover icon */
.feature-item:hover .icon-box i,
.feature-item:hover .icon-box i::before {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    filter: brightness(0) invert(0) !important;
}

/* Active icon */
.feature-item.active .icon-box i,
.feature-item.active .icon-box i::before {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    filter: brightness(0) invert(0) !important;
}

/* Active + hover */
.feature-item.active:hover .icon-box i,
.feature-item.active:hover .icon-box i::before {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    filter: brightness(0) invert(0) !important;
}

#cusbx
{
    border: 1px solid #ba9335;
    border-radius: 10px;
    margin-top:5px;
}

#cusbx .section-title h3::before {
    background: transparent;
}
#cusbx p
{
    margin-top:0px;
}
#cusbx .hero-countdown-title
{
    margin-bottom:9px;
}
.text-anime-style-3{
    letter-spacing: -.025em  !important;
    font-weight: 400  !important;
    font-size: clamp(2.9rem, 5.6vw, 5.5rem);
    font-style: italic;
    font-family: var(--default-font);
}
.satisfy-client-content p {
    font-family: var(--font-inter);
}
.btn-default
{
    background: linear-gradient(135deg, #c8963e 0%, #eed188 45%, #c8963e 100%);
}
.feature-item::before{
    background: linear-gradient(135deg, #c8963e 0%, #eed188 45%, #c8963e 100%);
}
.our-scrolling-ticker {
    background: linear-gradient(135deg, #c8963e 0%, #eed188 45%, #c8963e 100%);
}
.btn-highlighted
{
    font-size: 0.98em;
    color: #000;
    padding: 10px 24px;
}
.scrolling-content span {
    letter-spacing: -.025em;
    text-wrap: balance;
    font-weight: 400;
    line-height: .94;
    font-size: 1.875rem;
    color: #030406;
}
.scrolling-ticker-box {
    font-family: var(--default-font);
}
.split-line span div div {
    background: linear-gradient(
        135deg,
        #c8963e 0%,
        #eed188 45%,
        #c8963e 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;
}
.hero-countdown {
    margin-top: 0px;
}
.hero-countdown-title {
    margin-bottom: 0px;
}

.schedule-speaker-Content figure img {
    border-radius: 15px;
}

/* Hero Video Section */


.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    transform: translate(-50%, -50%);

    display: block;
}

/* Completely hide native Safari video controls */
.hero-video::-webkit-media-controls {
    display: none !important;
    -webkit-appearance: none !important;
}

.hero-video::-webkit-media-controls-enclosure {
    display: none !important;
    -webkit-appearance: none !important;
}

.hero-video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none !important;
}

.hero-video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none !important;
}

.hero-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none !important;
}

.hero-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none !important;
}

.hero-video::-webkit-media-controls-overlay-enclosure {
    display: none !important;
    -webkit-appearance: none !important;
}

.hero-video::-webkit-media-controls-timeline {
    display: none !important;
}

.hero-video::-webkit-media-controls-current-time-display {
    display: none !important;
}

.hero-video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

/* ================================
   Mobile Play Button
================================ */

.video-play-btn {
    display: none;

    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 10;

    padding: 14px 24px;

    border: 0;
    border-radius: 50px;

    background: rgba(0, 0, 0, 0.75);
    color: #fff;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;
}


/* ================================
   Sound Button
================================ */

.video-sound-btn {
    position: absolute;

    right: 20px;
    bottom: 20px;

    z-index: 10;

    padding: 10px 16px;

    border: 0;
    border-radius: 30px;

    background: rgba(0, 0, 0, 0.65);
    color: #fff;

    font-size: 14px;

    cursor: pointer;
}

.hero::before {
    background:transparent;
}

header.main-header .header-sticky {
    backdrop-filter: none;
}

/* =========================================
   TEAM SLIDER
========================================= */

.team-slider-gold {
    width: 100%;
    overflow: hidden;
}

.team-slider-gold .swiper-slide {
    height: auto;
}


/* =========================================
   DESKTOP
   Keep 5 team members in one row
========================================= */

@media (min-width: 768px) {

    .team-slider-gold .swiper-wrapper {
        display: flex;
        gap: 15px;
    }

    .team-slider-gold .swiper-slide {
        width: calc(20% - 12px) !important;
        flex-shrink: 0;
    }

    .swiper-button-prev,
    .swiper-button-next,
    .team-slider-pagination-gold {
        display: none;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .team-slider-gold {
        padding-bottom: 45px;
    }

    .team-slider-gold .swiper-slide {
        width: 85%;
    }

    .speakers-item-gold {
        width: 100%;
    }


    /* Navigation arrows */

    .swiper-button-prev,
    .swiper-button-next {
        width: 36px;
        height: 36px;

        border-radius: 50%;

        background: rgba(0, 0, 0, 0.7);

        position: absolute;
        top: 45%;

        z-index: 10;

        cursor: pointer;
    }


    .swiper-button-prev {
        left: 5px;
    }

    .swiper-button-next {
        right: 5px;
    }


    .swiper-button-prev::after,
    .swiper-button-next::after {

        font-size: 18px;
        color: #fff;

        position: absolute;
        top: 50%;
        left: 50%;

        transform: translate(-50%, -50%);
    }

    .swiper-button-prev::after {
        content: "‹";
    }

    .swiper-button-next::after {
        content: "›";
    }


    /* Pagination */

    .team-slider-pagination-gold {
        bottom: 5px !important;
    }


    .team-slider-pagination-gold .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        opacity: 0.5;
    }

    .team-slider-pagination-gold .swiper-pagination-bullet-active {
        opacity: 1;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .video-hero {
        height: 100%;
        min-height: 354px;
    }

     .hero-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
       /* transform: scale(0.99);*/
    }
    
    /*
       Show Play button on mobile
    */
    .video-play-btn {
        display: block;
    }

    /*
       Sound button can remain available
    */
    .video-sound-btn {
        right: 15px;
        bottom: 15px;
    }
}




@media only screen and (max-width: 767px) {
    .footer-menu-metal ul {
        gap: 11px 64px;
    }
    #hide-laptop-div
    {
        display:block;
    }
    #hide-mobile-div
    {
        display:none;
    }
}


@media only screen and (max-width: 767px) {
    .footer-contact-item-metal {
        width: 100%;
        text-align: center;
    }
    .footer-contact-item-metal p 
    {
        display: block;
    }
    .footer-logo-metal
    {
        text-align:center;
    }
    .footer-social-icons ul {
        padding: 0px 85px;
    }
}

@media (max-width: 767px) {

    .form-steps {
        margin-bottom: 35px;
    }

    .step-item {
        min-width: auto;
    }

    .step-item strong {
        font-size: 10px;
    }

    .step-item span {
        width: 36px;
        height: 36px;
    }

    .step-line {
        width: 30px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 25px;
    }

}
.contact-us-image figure img
{
    aspect-ratio: auto;
    object-fit: contain;
}

}