/* ucd-home-10  Past Sponsors */
.ev-home-elite {
    padding: 70px 0;
}

.ev-home-elite .past_sponsors {
    position: relative;
    background-color: #07011c;
    z-index: 1;
    border-radius: 16px;
    padding: 15px 0px;
    border: 3px solid #ffffff38;
}

.ev-home-elite .past_sponsors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/dot-much.png") center/cover
        no-repeat;
    opacity: 0.08;
    /* 8% opacity */
    z-index: -1;
}

.ev-home-elite .past_sponsors_title {
    padding-bottom: 60px;
}

.ev-home-elite ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    /* gap: 100px; */
    margin-top: 40px;
}

.ev-home-elite ul li {
    list-style: none;
}

.ev-home-elite ul li img {
    /* max-width: 120px; */
    max-width: 100%;
}

.marquee-line {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-line + .marquee-line {
    margin-top: 20px;
}

.logo-track {
    display: inline-flex;
    width: max-content;
}

.logo-item {
    flex: 0 0 auto;
    padding: 0 20px;
}

.ev-home-elite .logo-item img {
    max-width: 140px;
}

.logos:hover .logo-track {
    animation-play-state: paused;
}

.marquee-line {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-line + .marquee-line {
    margin-top: 20px;
}

.ev-home-elite .line2 {
    padding-left: 75px;
}

.logo-track {
    display: inline-flex;
    width: max-content;
}

.line1 .logo-track {
    animation: scroll-left 300s linear infinite;
}

.line2 .logo-track {
    animation: scroll-right 300s linear infinite;
    transform: translateX(-500px);
}

@keyframes marqueeev {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(-140%);
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.ev-home-3 .profile-box .modal.fade .modal-body {
    padding: 40px;
}

.ev-home-3 .profile-box .modal.fade .modal-body .col-md-8,
.ev-home-3 .profile-box .modal.fade .modal-body .col-md-4 {
    margin-bottom: 32px;
}

.ev-home-3 .profile-box .modal.fade .close-btn {
    text-align: right;
}

.ev-home-3 .profile-box .modal.fade .close-btn button:focus {
    box-shadow: none;
}

.ev-home-3 .profile-box .modal.fade .profile-box img {
    width: 160px;
    object-fit: cover;
}

.ev-home-3 .profile-box .modal.fade .profile-box {
    display: flex;
    align-items: center;
    column-gap: 32px;
}

.ev-home-3 .profile-box .modal.fade .profile-box .profile-details .name {
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: left;
    color: var(--title-color);
}

.ev-home-3 .profile-box .modal.fade .profile-box .profile-details .category {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 5px;
}

.ev-home-3 .profile-box .modal.fade .col-md-4 {
    align-content: center;
    text-align: center;
}

.ev-home-3 .profile-box .sponser-logo img {
    max-width: 140px;
    height: auto;
    margin: 0;
    width: auto;
    max-height: 100px;
}

.ev-home-3 .profile-box .modal.fade .description p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 24px;
}

.ev-home-3 .profile-box .modal.fade .icons {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.ev-home-3 .profile-box .modal.fade .icons a {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 5px;
    background: var(--title-color);
    transition: all 0.3s;
}

.ev-home-3 .profile-box .modal.fade .icons a:hover {
    background: var(--dark-orange);
}

.ev-home-3 .profile-box .modal.fade .icons a i {
    color: var(--white);
}

.ev-home-3 .profile-box .modal.fade .icons a a {
    all: unset;
}

/* ucd-home-12  Explore by Interest */
.ev-home-new {
    padding: 60px 0;
}

.ev-home-new .row {
    border-radius: 12px;
}

.ev-home-new .row .card {
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 30px;
    height: 96%;
    border-radius: 12px;
    border: transparent;
    background: #fff9f3;
}

.ev-home-new .row .card h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--font-inter);
}

.ev-home-new .row .card p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 0;
}

.ev-home-new .title {
    font-family: var(--font-inter);
    text-align: center;
    margin-bottom: 60px;
}

.buttonticket {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* spekears section */
.ev-home-3 {
    padding: 70px 0;
}

/* // */
.ev-home-9 {
    padding-top: 80px;
    background: #fff9f3;
    margin: 70px 0;
}

.ev-home-9 .agenda-container {
    position: relative;
    min-height: 100vh;
    max-height: 150vh;
    overflow: hidden;
}

.ev-home-9 .agenda-container.view-all-clicked {
    height: fit-content;
    max-height: fit-content;
    padding-bottom: 120px;
    overflow: visible;
}

.ev-home-9 .ev-title {
    font-family: var(--font-inter);
    font-size: 48px;
    font-weight: 800;
    line-height: 48.41px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 64px;
}

.ev-home-9 .tab-title {
    border-bottom: 1px solid rgba(205, 204, 210, 1);
    align-items: flex-end;
}

.ev-home-9 .tab-title .col-md-4 {
    padding: 0;
}

.ev-home-9 .tab-title .standard-time {
    margin-left: 15px;
    margin-bottom: 20px;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: var(--grey-font);
}

.ev-home-9 .tab-title #pills-tab {
    margin: 0 !important;
    align-items: flex-end;
    column-gap: 120px;
}

.ev-home-9 .tab-title #pills-tab .nav-link.active {
    background: none;
    border-bottom: 4px solid var(--dark-orange);
    border-radius: 2px;
    padding: 0;
}

.ev-home-9 .tab-title #pills-tab .nav-link {
    display: flex;
    flex-direction: column;
    border-bottom: 4px solid transparent;
    background: none;
    padding: 0;
    border-radius: 2px;
}

.ev-home-9 .tab-title #pills-tab .nav-link:hover p {
    color: var(--dark-orange);
}

.ev-home-9 .tab-title #pills-tab .nav-link p {
    margin-bottom: 8px;
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: var(--title-color);
    transition: all 0.3s;
}

.ev-home-9 .tab-title #pills-tab .nav-link span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 300;
    line-height: 21.78px;
    text-align: left;
    color: var(--grey-font);
    margin-bottom: 18px;
}

.ev-home-9 .tab-content .tab-pane.fade {
    margin: 23px 16px 0 0;
    padding-right: 16px;
}

.ev-home-9 .tab-content .tab-pane.fade .row {
    align-items: start;
    padding: 24px 0;
}

.ev-home-9 .tab-content .tab-pane.fade .row:not(:last-child) {
    background-image: linear-gradient(to right, rgba(205, 204, 210, 1) 60%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 20px 1px;
    background-repeat: repeat-x;
}

.ev-home-9 .tab-content .tab-pane.fade .time {
    text-align: center;
    font-family: var(--font-inter);
}

.ev-home-9 .tab-content .tab-pane.fade .time p {
    margin-bottom: 8px;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: var(--title-color);
}

.ev-home-9 .tab-content .tab-pane.fade .time span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 300;
    line-height: 21.78px;
    text-align: left;
    color: var(--grey-font);
}

.ev-home-9 .tab-content .tab-pane.fade .text span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: var(--title-color);
}

.ev-home-9 .tab-content .tab-pane.fade .text p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
    margin-top: -3px;
}

.ev-home-9 .tab-content .tab-pane.fade .text p:nth-child(1) {
    color: #ff6b00;
    margin-bottom: 6px;
}

.ev-home-9 .tab-content .tab-pane.fade .text ul {
    margin-top: 5px;
    font-family: var(--font-inter);
}

.ev-home-9 .tab-content .tab-pane.fade .image.speaker-thumb {
    margin-top: 2px;
    width: 45px;
    height: 45px;
    background-size: 53px;
    background-position: -9px -5px;
    background-repeat: no-repeat; /* no repeat */
    border-radius: 50%;
    border: 3px solid #fff4eb;
    transition: 0.2s ease-in-out;
    position: relative;
    z-index: 0;
    transform: scale(1.2);
    cursor: pointer;
}

.ev-home-9 .tab-content .tab-pane.fade .image.speaker-thumb:hover {
    z-index: 2;
    transform: scale(1.3);
    border: 3px solid #ff6b00;
}

.ev-home-9 .tab-content .tab-pane.fade .image {
    position: relative;
    display: inline-block;
}

.ev-home-9 .tab-content .tab-pane.fade .speaker-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.ev-home-9 .tab-content .tab-pane.fade .image:hover .speaker-tooltip {
    opacity: 1;
    visibility: visible;
}

.ev-home-9 .tab-content .tab-pane.fade .speaker-tooltip h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #ff6b00;
    font-weight: 600;
    font-family: var(--font-inter);
}

.ev-home-9 .tab-content .tab-pane.fade .speaker-tooltip p {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    font-family: var(--font-inter);
}

.ev-home-9 .tab-content .tab-pane.fade .speaker-tooltip p:nth-child(3) {
    font-weight: 600;
}

.ev-home-9 .tab-content .tab-pane.fade .speaker-tooltip p:last-child {
    margin-bottom: 0;
}

.ev-home-9 .tab-content .tab-pane.fade .image img:not(:first-child) {
    margin-left: -12px;
}

/* sticky filter styles */
.ev-home-9 .filter-col {
    position: sticky;
    top: 50px;
    /* height: calc(100vh - 165px); */
    overflow-y: auto;
    align-self: flex-start;
}

.ev-home-9 .chackbox-items {
    margin: 48px 0;
}

.ev-home-9 .chackbox-items p {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--blue);
}

.ev-home-9 .chack-boxes {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.ev-home-9 .chack-boxes .form-check {
    width: fit-content;
    cursor: pointer;
}

.ev-home-9 .chack-boxes .form-check .form-check-label {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    padding-left: 9px;
    color: var(--title-color);
    cursor: pointer;
}

.ev-home-9 .chack-boxes .form-check .form-check-input[type="checkbox"] {
    --bs-form-check-bg: transparent;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(200, 206, 218, 1);
    box-shadow: none;
    cursor: pointer;
}

.ev-home-9 .chack-boxes .form-check .form-check-input[type="checkbox"]:checked {
    background-color: var(--dark-orange) !important;
    color: white;
    border-color: var(--dark-orange);
}

.ev-home-9 .btn-tab-side {
    width: 100%;
    padding: 15px 40px;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 196, 153, 1);
    background: transparent;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.ev-home-9 .btn-tab-side:hover {
    background: var(--white);
}

.ev-home-9 .btn-tab-side span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: var(--dark-orange);
}

.ev-home-9 .event-box img {
    width: 100%;
}

.ev-home-9 .tab-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(254, 244, 236, 0.1) 0%, #fff9f3 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ev-home-9 .tab-bottom .btn-tab-bottom {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
    padding: 15px 32px;
    margin-top: 56px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.ev-home-9 .container.view-all-clicked + .tab-bottom {
    background: transparent;
}

.ev-home-9 .view-all-clicked .tab-bottom {
    background: transparent;
}

.ev-home-9 .tab-bottom .btn-tab-bottom span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: var(--dark-orange);
}

.ev-home-9 .tab-bottom .btn-tab-bottom i {
    color: var(--dark-orange);
    width: 24px;
}

.ev-home-9 .nav-link.active:hover p {
    color: var(--title-color) !important;
}

.ev-home-9 .after-party {
    /* background-image: url("http://unchainedsummit.com/wp-content/uploads/2025/04/afterparty.jpeg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-size: 18px;
    font-family: var(--font-inter);
    margin-bottom: 50px;
}

.ev-home-9 .after-party div {
    width: 100%;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    backdrop-filter: blur(5px);
    line-height: 28px;
    background: rgba(0, 0, 0, 0.4);
}

.ev-home-9 .after-party div p {
    opacity: 0.6;
}

.ev-home-9 .after-party span {
    opacity: 0.3;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 48px;
    transform: translateX(-15px);
    font-weight: 700;
}

.row-container .row {
    /* display: none; */
}

.row-container .row.visible {
    display: flex;
}

.row-container-2 .row {
    /* display: none; */
}

.row-container-2 .row.visible {
    display: flex;
}

.ev-home-9 .mobile-filter {
    display: none;
}

/* // */
.ev-home-10 {
    padding: 70px 0;
}

.ev-home-10 .details .ev-title {
    font-family: var(--font-inter);
    font-size: 48px;
    font-weight: 800;
    line-height: 48.41px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--title-color);
}

.ev-home-10 .details .description {
    font-family: var(--font-inter);
    text-align: left !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    color: var(--title-color);
    margin: 0;
}

.ev-home-10 .content {
    row-gap: 24px;
    margin-bottom: 63px;
}

.ev-home-10 .content-box {
    padding: 20px 32px 24px 32px;
    border-radius: 16px 2px 16px 16px;
    background-color: rgba(246, 247, 254, 1);
    height: 100%;
    border: 1.5px solid transparent;
    transition: background-color 0.3s;
}

.ev-home-10 .content-box .title {
    margin-bottom: 12px;
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    color: #07011c;
    transition: all 0.3s;
}

.ev-home-10 .content-box p {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #393449;
    transition: all 0.3s;
}

.ev-home-10 .content-box {
    border: 1.5px solid rgba(216, 222, 251, 1);
    background-color: white;
    background-image: url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/Vector-white.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.ev-home-10 .content-box.deactive .title {
    color: var(--grey-font);
}

.ev-home-10 .content-box.deactive p {
    color: var(--light-blue);
}

.ev-home-10 .ev-sponsor {
    display: flex;
    flex-direction: column;
    column-gap: 24px;
    align-items: center;
    text-align: center;
}

.ev-home-10 .ev-sponsor .btn {
    padding: 15px 40px;
    border-radius: 8px;
    background: var(--dark-orange);
    display: flex;
    column-gap: 8px;
    align-items: center;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.ev-home-10 .ev-sponsor .btn span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: var(--white);
}

.ev-home-10 .ev-sponsor .btn i {
    width: 24px;
    text-align-last: center;
}

.ev-home-10 .ev-sponsor p {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: var(--title-color);
}

.ev-home-10 .ev-sponsor p a {
    color: #ff6b00;
}
.ev-home-10 .ev-sponsor p a:hover {
    text-decoration: underline;
}

.ev-home-10 .nav-tabs {
    border: none;
    border-bottom: 1px solid #e7e6e9;
    justify-content: space-between;
    margin-bottom: 50px;
}

.ev-home-10 .nav-tabs .nav-link {
    border: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: center;
    color: #07011c;
    padding-bottom: 20px;
    font-family: var(--font-inter);
    cursor: pointer;
}
.ev-home-10 .nav-tabs .nav-link:focus,
.ev-home-10 .nav-tabs .nav-link:hover {
    border: none;
    color: #ff6b00;
}

.ev-home-10 .nav-tabs .nav-item.show .nav-link,
.ev-home-10 .nav-tabs .nav-link.active {
    border: none;
    color: #07011c;
    border-bottom: 4px solid #ff6b00;
    font-weight: 600;
}

/* // */
.ev-home-12 {
    background: rgba(254, 244, 236, 1);
    padding: 60px 0;
    margin: 70px 0;
}

.ev-home-12 .container {
    background: white;
    border-radius: 12px;
    text-align: center;
}

.ev-home-12 .ev-title {
    margin-top: 72px;
    margin-bottom: 64px;
}

.ev-home-12 .sponsors-partners .title {
    /* margin-bottom: 40px; */
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: left;
    color: var(--title-color);
    text-align: center;
}

.ev-home-12 .sponsor-box {
    /* border-bottom: dashed rgba(229, 232, 251, 1); */
    margin: 24px 48px;
    margin-top: 0;
    /* padding-bottom: 60px; */
    /* border-width: 2px; */
}

.ev-home-12 .sponsors-partners .sponsor-logo {
    display: flex;
    column-gap: 50px;
    justify-content: center;
    /* padding-bottom: 60px; */
    align-items: center;
    flex-wrap: wrap;
}

.ev-home-12 .sponsors-partners .sponsor-logo img {
    /* max-width: 220px;
    max-height: 150px;
    height: 100%;
    width: 100%; */
}

.ev-home-12 .sponsors-partners .sponsor-logo.smi img {
    /* max-width: 160px;
    max-height: 150px;
    height: 100%;
    width: auto; */
}

.ev-home-12 .ev-buttons {
    margin-bottom: 72px;
    display: flex;
    justify-content: center;
    column-gap: 24px;
}

.ev-home-12 .ev-buttons .btn i {
    width: 24px;
    text-align-last: center;
}

.ev-home-12 .ev-buttons .btn-2 {
    background: var(--white);
    padding: 15px 40px;
    border-radius: 4px;
    border: 1.5px solid rgba(255, 196, 153, 1);
    display: flex;
    align-items: center;
    column-gap: 8px;
    transition: all 0.3s;
    color: var(--dark-orange);
}

.ev-home-12 .ev-buttons .btn-2 span {
    color: var(--dark-orange);
}

.ev-home-12 .ev-buttons .btn-2:hover {
    border-color: var(--dark-orange);
    background: var(--white);
}

.ev-home-12 .container {
    margin-top: 20px;
    padding-bottom: 10px;
}

.ev-home-12 .container:nth-child(1) {
    margin-top: 0px;
}

.ev-home-12 .sponser-divider {
    height: 1px;
    background-image: linear-gradient(to right, #e5e8fb 60%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 20px 1px;
    background-repeat: repeat-x;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ev-home-12 .sponser-divider-media {
    width: 90%;
    margin: 0 auto;
}

/* ucd-home-13 */
.ucd-home-13 {
    padding: 70px 0;
}

.ucd-home-13 .row .col-md-12 {
    display: flex;
    background: #f2f4fc;
    margin: 0;
    padding: 16px 24px;
    border-radius: 8px;
}

.ucd-home-13 .row {
    gap: 16px;
    margin: 0;
}

.ucd-home-13 .row .col-md-12 strong {
    width: 23%;
    font-weight: 500;
    color: #2944cc;
    font-size: 18px;
    font-family: var(--font-inter);
    align-items: center;
    display: flex;
}

.ucd-home-13 .row .col-md-12 p {
    width: 77%;
    margin: 0;
    font-weight: 400;
    color: #07011c;
    font-size: 18px;
    font-family: var(--font-inter);
    line-height: 1.7;
}

.ucd-home-13 .dot {
    color: gray;
    padding: 0 5px;
}

.ucd-home-13 .ev-title {
    margin-bottom: 60px;
}

.ev-home-14 .ev-buttons {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    margin-top: 40px;
}

.ev-home-14 .ev-buttons .btn i {
    width: 24px;
    text-align-last: center;
}

.ev-home-14 .ev-buttons .btn-2 {
    background: var(--white);
    padding: 15px 40px;
    border-radius: 4px;
    border: 1.5px solid rgba(255, 196, 153, 1);
    display: flex;
    align-items: center;
    column-gap: 8px;
    transition: all 0.3s;
    color: var(--dark-orange);
}

.ev-home-14 .ev-buttons .btn-2 span {
    color: var(--dark-orange);
}

.ev-home-14 .ev-buttons .btn-2:hover {
    border-color: var(--dark-orange);
    background: var(--white);
}

/* // */
.ev-home-14 {
    padding: 70px 0;
}

.ev-home-14 .ev-title {
    font-family: var(--font-inter);
    font-size: 40px;
    line-height: 48.41px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 64px;
}

.ev-home-14 .news-articles .content-box .post-img {
    width: 100%;
    height: 220.5px;
    object-fit: cover;
    border-radius: 8px;
}

.ev-home-14 .news-articles .content-box .item-profile img {
    width: 48px;
    height: auto;
    max-height: 36px;
    object-fit: contain;
}

.ev-home-14 .news-articles .content-box .detaile-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 12px;
}

.ev-home-14 .news-articles .content-box .detaile-date p {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: right;
    color: var(--grey-font);
}

.ev-home-14 .news-articles .content-box .detaile-date .item-profile {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.ev-home-14 .news-articles .content-box .detaile-date .item-profile p {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    color: var(--blue);
}

.ev-home-14 .news-articles .content-box .description {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
}

.ev-home-14 .news-articles .content-box:hover .description {
    text-decoration: underline;
}

.ev-home-14 .owl-nav .owl-prev {
    background: none !important;
    position: absolute;
    width: 45px;
    height: 45px;
    left: -70px;
    top: 30%;
}

.ev-home-14 .owl-nav .owl-next {
    background: none !important;
    position: absolute;
    width: 45px;
    height: 45px;
    right: -70px;
    top: 30%;
}

.ev-home-14 .owl-nav .owl-next::before {
    display: block;
    content: "";
    background-image: url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 24px;
    top: 0;
    width: 45px;
    height: 45px;
    border: 1px solid var(--border-grey-color);
    border-radius: 50%;
}

.ev-home-14 .owl-nav .owl-prev::before {
    display: block;
    content: "";
    background-image: url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/chevron-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 24px;
    top: 0;
    width: 45px;
    height: 45px;
    border: 1px solid var(--border-grey-color);
    border-radius: 50%;
}

.ev-home-14 .owl-nav .owl-prev:hover::before {
    background:
        url(https://unchainedsummit.com/wp-content/uploads/2025/09/chevron-left-orange.svg), rgba(255, 241, 230, 1);
    background-repeat: no-repeat;
    background-position: center;
}

.ev-home-14 .owl-nav .owl-next:hover::before {
    background:
        url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/chevron-right-orange-svg.svg),
        rgba(255, 241, 230, 1);
    background-repeat: no-repeat;
    background-position: center;
}

.ev-home-14 .owl-nav span {
    display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #000;
}

/* .ev-home-15 Venue */
.ev-home-15 {
    padding: 70px 0;
}

.ev-home-15 .ev-title {
    margin-bottom: 60px;
}

.ev-home-15 .ev-content-img {
    /* background-image: url("https://unchainedsummit.com/wp-content/uploads/2025/03/unchained-summit-dubai-2025-venue.jpeg"); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    background-position: center;
}

.ev-home-15 .col-md-5 {
    /* margin: 72px auto 124px 72px; */
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    padding: 35px;
    border-radius: 12px;
    margin: 47px;
    margin-left: 60px;
    max-width: 515px;
}

.ev-home-15 .content-box .title-box {
    display: flex;
    justify-content: space-between;
    align-self: center;
    margin-bottom: 24px;
    gap: 10px;
    align-items: center;
}

.ev-home-15 .content-box .title-box .title {
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: left;
    margin: 0;
    color: var(--white);
}

.ev-home-15 .content-box .title-box .directions {
    display: flex;
    column-gap: 4px;
    align-self: center;
    align-items: center;
    margin: 0;
}

.ev-home-15 .content-box .title-box .directions p {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: var(--dark-orange);
}

.ev-home-15 .content-box .description p {
    color: var(--white);
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    text-align: left;
}

.ev-home-15 .content-box .description p:last-child {
    margin: 0;
}

/*  ev-home-16 */
.ev-home-16 {
    padding: 70px 0;
}

.ev-home-16 .row {
    justify-content: center;
}

.ev-home-16 .title {
    font-family: var(--font-inter);
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
    color: var(--title-color);
}

.ev-home-16 .accordion-item {
    border: none;
}

.ev-home-16 .accordion-button {
    transition: all 0.3s;
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    padding: 20px 40px;
    border-radius: 8px !important;
    color: var(--title-color);
}

.ev-home-16 .accordion-button .accordion-body p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--light-blue);
}

.ev-home-16 .accordion-item {
    border: 2px solid transparent;
    border-radius: 8px;
}

.ev-home-16 .accordion-item:has(.accordion-collapse.collapse.show) {
    border: 2px solid rgba(255, 225, 204, 1);
}

.ev-home-16 .accordion-item:has(.accordion-collapse.collapse.show) .accordion-button {
    color: #ff6b00;
}

.ev-home-16 .accordion-button:hover {
    background: rgba(254, 244, 236, 1);
}

.ev-home-16 .accordion-button:focus,
.ev-home-16 .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
}

.ev-home-16 .accordion-button::after {
    background-image: url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/plush.svg);
}

.ev-home-16 .accordion-button:not(.collapsed)::after {
    background-image: url(https://unchainedsummit.com/wp-content/themes/unchained/assets/images/mainus.svg);
}

.ev-home-16 .accordion-body {
    padding: 0px 40px;
}

.ev-home-16 .accordion-body p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--light-blue);
}

.ev-home-16 .accordion-body p a {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--light-blue);
    text-decoration: underline;
}

/* contact ev-home-17 */
.ev-home-17 {
    padding: 70px 0;
    /* border-top: 2px solid rgba(229, 232, 251, 1); */
}

.ev-home-17 .ev-card {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    padding-right: 16px;
}

.ev-home-17 .title-img {
    display: flex;
    justify-content: center;
    column-gap: 16px;
    margin-bottom: 64px;
    align-items: center;
}

.ev-home-17 .title-img .title {
    font-family: var(--font-inter);
    font-size: 40px;
    font-weight: 800;
    line-height: 48.41px;
    text-align: center;
    color: var(--title-color);
    margin: 0;
}

.ev-home-17 .title-img img {
    width: 202.97px;
    height: 40px;
}

.ucd-home-5 .profile-box {
    display: flex;
    flex-direction: column;
    column-gap: 24px;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    border-radius: 8px;
}

.ev-home-17 .profile-box .name {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 12px;
}

.ev-home-17 .profile-box .work {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: var(--title-color);
}

.ev-home-17 .detailes {
    padding-left: 16px;
}

.ev-home-17 .box {
    border: 1.5px solid rgba(229, 232, 251, 1);
    border-radius: 8px;
    padding: 0;
    height: 100%;
}

.ev-home-17 .mail-box {
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.ev-home-17 .mail-box a {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--title-color);
}

.ev-home-17 .address-box {
    padding: 24px 40px;
    border-top: 1.5px solid rgba(229, 232, 251, 1);
    display: flex;
    column-gap: 12px;
}

.ev-home-17 .address-box:nth-child(1) {
    border-top: none;
}

.ev-home-17 .address-box .location-icon {
    width: 20px;
    height: 24px;
}

.ev-home-17 .address-box a strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
}

.ev-home-17 .address_phone {
    padding: 0px 40px 24px 40px;
    column-gap: 12px;
    display: flex;
}

.ev-home-17 .address_phone a {
    color: black;
    font-family: var(--font-inter);
}

.ev-home-17 .address_phone img {
    width: 20px;
    height: 24px;
}

.ev-home-17 .address-box a {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: var(--title-color);
    display: flex;
    flex-direction: column;
}

.ev-home-17 .contact-box {
    display: flex;
    padding: 24px 40px;
    border-top: 1.5px solid rgba(229, 232, 251, 1);
    column-gap: 64px;
}

.ev-home-17 .contact-box .phone {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.ev-home-17 .contact-box .phone .phone-icon {
    width: 20px;
    height: 20px;
}

.ev-home-17 .contact-box .phone a {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 27.8px;
    text-align: left;
    color: var(--title-color);
}

.ev-home-17 .contact-box .email {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.ev-home-17 .contact-box .email .mail-icon {
    width: 20px;
    height: 20px;
}

.ev-home-17 .contact-box .email a {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 27.8px;
    text-align: left;
    color: var(--title-color);
}

/* // */
.ev-home-18 {
    padding: 70px 0;
}

.ev-home-18 .row {
    row-gap: 64px;
    margin: 0;
    justify-content: center;
    background: radial-gradient(circle at center, #080d26, #1a1e33);
    border-radius: 20px;
    padding: 80px;
    position: relative;
}

.ev-home-18 .row .col-md-6 {
    padding: 0;
}

.ev-home-18 .row .col-md-6:nth-child(1) {
    padding-right: 40px;
}

.ev-home-18 .row .col-md-6:nth-child(2) {
    padding-left: 20px;
}

.ev-home-18 .title {
    text-align: center;
}

.ev-home-18 .multi-logo {
    position: absolute;
    right: 0;
    width: 80px;
    opacity: 0.2;
    padding: 0;
}

.ev-home-18 .row::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 80px;
    height: 100%;
    background-image: url("https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/unchained-logo-lightweight.svg");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 78px auto;
    opacity: 0.05;
    z-index: 0;
}

.ev-home-18 .logo {
    width: 230px;
    margin-bottom: 20px;
}

.ev-home-18 .unchained-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.ev-home-18 .unchained-img img {
    border-radius: 12px;
    object-fit: cover;
}

.ev-home-18 .unchained-img img:nth-child(1) {
    width: calc(40% - 10px);
    margin-bottom: 20px;
    height: 48%;
}

.ev-home-18 .unchained-img img:nth-child(2) {
    width: calc(60% - 10px);
    margin-bottom: 20px;
    height: 48%;
}

.ev-home-18 .unchained-img img:nth-child(3) {
    width: calc(60% - 10px);
    height: 48%;
}

.ev-home-18 .unchained-img img:nth-child(4) {
    width: calc(40% - 10px);
    height: 48%;
    /* transform: scaleX(-1); */
}

.ev-home-18 .unchained-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #080d26b2;
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 12px;
    border-radius: 12px;
}

.ev-home-18 .text-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0;
}

.ev-home-18 .text-content .description {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    color: var(--white);
    margin: 0;
}

.ev-home-18 .text-content .title {
    text-align: left;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: var(--dark-orange);
    margin: 0;
}

.ev-home-18 .col-md-6 {
    align-content: center;
}

.ev-home-18 .text-content .seo-heading {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    display: inline;
    line-height: 28.8px;
    color: #ff6b00;
    margin-bottom: 0;
}

/* // */
.ev-home-19 {
    padding: 70px 0;
}

.ev-home-19 .row {
    row-gap: 64px;
    justify-content: center;
}

.ev-home-19 .section-img {
    text-align: center;
}
.ev-home-19 .section-img img {
    width: 100%;
}

.ev-home-19 .title {
    text-align: center;
}

.ev-home-19 .title h5 {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #2944cc;
    margin-bottom: 8px;
}

.ev-home-19 .content {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.ev-home-19 .content .title {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
}

.ev-home-19 .content .text-content {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.ev-home-19 .content .text-content p {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
}

.ev-home-19 .ev-link a {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
}

.ev-home-19 .ev-link {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.blog-row {
    row-gap: 30px;
    padding: 70px 0;
}

.blog-row-home {
    row-gap: 30px;
}

.blog-row .box {
    display: block;
    background: #fff9f3;
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.blog-row-home .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Ensure each item takes full height */
}

.blog-row-home .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Stretch content evenly */
    min-height: 500px;
    height: 500px;
}
.blog-row .box:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.blog-row .box:hover h4 {
    text-decoration: underline;
}
.blog-row .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.blog-row .box-imag {
    height: 220px;
    background-position: center !important;
    background-size: cover !important;
}

.blog-row .box-cnt {
    padding: 10px 20px;
}

.blog-row-home .box-cnt {
    flex-grow: 1;
    /* Make content area expand */
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* Push content evenly */
}

.blog-row .box-cnt h2 {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 22px;
    line-height: 30.8px;
    color: #07011c;
    margin: 10px 0;
}

.blog-row .box-cnt-home h4 {
    font-size: 18px;
    font-family: var(--font-inter);
    font-weight: 500;
    line-height: 30.8px;
    color: #07011c;
    margin: 10px 0;
}

.blog-row .box-cnt p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #393449;
}

.blog-details .blog-cnt h1 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #07011c;
    margin-bottom: 0;
}

.blog-details .blog-cnt .blog-image {
    margin: 20px 0;
}

.blog-details .blog-cnt .blog-content {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    color: #393449;
}

.main-blog-details {
    padding: 100px 0;
}

.single-post .pages-title {
    background-position: center;
    height: 75px;
}

@keyframes marqueeev {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(-140%);
    }
}

/*20/2/25*/
.post_details {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    vertical-align: middle;
    align-items: center;
}

.blog-row-home .post_details {
    margin-top: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.user_info {
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 10.5px;
}

.single-post .user_info {
    gap: 16px;
}

.user_info img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #d8defb;
    margin: 0;
    object-fit: cover;
}

.blog-row .box-cnt-home .user_info img {
    width: 40px !important;
    height: 40px;
}

.user_info p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3e5bea;
    margin: 0;
    font-family: "Inter";
    text-transform: capitalize;
}

.post_date h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #6a6777;
    margin: 0;
    font-family: "Inter";
}

.post_date p {
    color: #393449;
    font-size: 16px !important;
}

.single_block_det {
    margin-top: 15px;
}

.share_block {
    text-align: right;
}

.single_block_det .user_info img {
    width: 64px;
    height: 64px;
}

.post-share-container {
    position: relative;
    display: inline-block;
}

.share-image {
    width: 100px;
    /* Adjust as needed */
    cursor: pointer;
}

.share-options {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    top: 50px;
    left: 0;
    text-align: left;
}

.share-options a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
}

.share-options a:hover {
    color: #007bff;
}

.single-post .blog-image img {
    max-width: 100%;
    object-fit: cover;
}

.single-post .user_info p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #3e5bea;
    margin: 0;
    font-family: "Inter";
    text-transform: capitalize;
}

.ev-home-6 .schedule-detaile .schedule-items li {
    position: relative;
}

/* .ev-home-6 .schedule-detaile li:nth-child(1) {
    filter: blur(2px);
}
.ev-home-6 .schedule-detaile li:nth-child(2) {
    filter: blur(2px);
} */

.blog-row .box-cnt-home .post_date {
    display: flex;
    justify-content: end;
}

/*
* 
*/

/* home section 2 */
.ucd-home-2 {
    padding-bottom: 60px;
    overflow: hidden;
}

.ucd-home-2 .video-wrapper {
    position: relative;
    width: 100%;
}
.ucd-home-2 .row .col-md-12 {
    padding: 0;
}

.ucd-home-2 .video-thumbnail iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #dcdcdc;
}

.ucd-home-2 #video-container,
.ucd-home-2 .video-thumbnail {
    cursor: none; /* hides system cursor */
}

.ucd-home-2 .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff13;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    font-size: 16px;
}

.ucd-home-2 .play-button {
    width: 90%;
    height: 90%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.7), #07011ccc);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.ucd-home-2 .play-button:hover {
    border-color: #fff;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.8), #050115cc);
}

.ucd-home-2 .video-wrapper .video-thumbnail {
    width: 100%;
    height: 100vh; /* full viewport height */
    overflow: hidden;
    position: relative;
}

.ucd-home-2 .video-thumbnail img,
.ucd-home-2 .video-thumbnail iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Make iframe cover modal */
#videoModal iframe {
    width: 100%;
    height: 100%;
}

/* ----- Custom modal styles ----- */
.custom-modal {
    position: fixed;
    inset: 0;
    display: none; /* toggled to block when open */
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.custom-modal.show {
    display: flex;
}

.custom-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 0;
}

/* modal content holds the iframe and controls */
.custom-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* close button above everything */
.custom-modal-close {
    position: absolute;
    top: 0.3rem;
    right: 0.4rem;
    z-index: 30;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
}

/* the container for the video */
.custom-modal-body {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* the iframe */
.custom-iframe {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    z-index: 5;
}

/* overlay on top of iframe that catches scroll/wheel/touch */
.scroll-catcher {
    position: absolute;
    inset: 0;
    z-index: 20; /* above iframe, below close button */
    background: transparent;
    pointer-events: none;
}

/* media query  */
@media only screen and (max-width: 767px) {
    .ucd-home-2 {
        height: auto; /* release vh */
        padding-bottom: 56.25%; /* 16:9 ratio */
        position: relative;
    }
    .ucd-home-2 .video-wrapper .video-thumbnail {
        height: 300px;
    }

    .ucd-home-2 .video-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .ucd-home-13 .row .col-md-12 {
        flex-wrap: wrap;
    }

    .ucd-home-13 .row .col-md-12 b {
        width: 100%;
        font-size: 16px;
    }

    .ucd-home-13 .row .col-md-12 p {
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
    }

    /* ev-home-elite */
    .ev-home-elite ul li {
        width: 33.3%;
    }

    .ev-home-elite h2 {
        font-size: 28px;
        line-height: 37px;
    }

    .ev-home-elite {
        padding: 60px 0 60px 0;
    }

    /* ev-home-new */
    .ev-home-new {
        padding: 60px 0px 0px;
    }

    .ev-home-new .title h2 {
        font-size: 28px;
    }

    .ev-home-new .title {
        margin-bottom: 60px;
    }

    .ev-home-new .buttonticket .btn {
        font-size: 16px;
    }

    .buttonticket {
        margin-top: 30px;
    }

    .ev-home-10 .details {
        padding-bottom: 30px;
    }

    .ev-home-10 .details .ev-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px;
        text-align: center !important;
    }

    .ev-home-10 {
        padding: 60px 0 0px 0;
        overflow: hidden;
    }

    .ev-home-10 .content {
        margin-bottom: 30px;
    }

    .ev-home-10 .details .description {
        text-align: center !important;
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-10 .content-box .title {
        font-size: 16px;
        line-height: 26px;
    }

    .ev-home-10 .content-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .ev-home-10 .content-box {
        padding: 20px 15px;
    }

    .ev-home-10 .ev-sponsor {
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: 20px;
    }

    .ev-home-10 .ev-sponsor .btn {
        padding: 10px 25px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .ev-home-10 .ev-sponsor .btn span {
        font-size: 16px;
        line-height: 24px;
    }

    .ev-home-10 .ev-sponsor .btn i {
        font-size: 14px;
    }

    .ev-home-10 .ev-sponsor p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .ev-home-10 .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0px -30px 30px;
        padding-left: 30px;
        padding-right: 30px;
        font-family: var(--font-inter);
    }

    .ev-home-10 .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .ev-home-10 .nav-tabs .nav-item {
        flex-shrink: 0;
    }

    .ev-home-10 .nav-tabs .nav-link {
        font-size: 20px;
    }

    .ev-home-12 {
        padding: 20px 24px;
    }

    .ev-home-12 .ev-title {
        font-size: 28px;
        line-height: 38px;
        margin: 60px 0 30px 0;
    }

    .ev-home-12 .sponsors-partners .title {
        font-size: 18px;
        line-height: 28px;
    }

    .ev-home-12 .sponsor-box {
        margin: 24px 0;
    }

    .ev-home-12 .sponsor-logo img {
        width: 33.3%;
    }

    .ev-home-12 .sponsors-partners .sponsor-logo {
        column-gap: 0;
        padding-bottom: 0px;
    }

    .ev-home-12 .ev-buttons {
        margin: 30px 0;
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: 20px;
    }

    .ev-home-12 .ev-buttons .btn {
        padding: 10px 25px;
    }

    .ev-home-12 .ev-buttons .btn span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-12 .ev-buttons .btn i {
        font-size: 14px;
    }

    .ev-home-12 .sponsors-partners .sponsor-logo img {
        /* margin: 20px 0; */
        width: 100%;
    }

    .ev-home-12 .sponsors-partners .sponsor-logo a {
        width: 50%;
    }

    .ev-home-12 .container {
        padding-bottom: 20px;
    }

    .ev-home-12 .sponsor-box {
        padding-bottom: 0px;
    }

    .ev-home-14 {
        padding: 60px 0 0px 0;
    }

    .ev-home-14-sfeed {
        padding-bottom: 60px;
    }

    .ev-home-14 .ev-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .ev-home-14 .news-articles .content-box .description {
        font-size: 18px;
        line-height: 24px;
    }

    .ev-home-14 .news-articles .content-box .detaile-date p {
        font-size: 12px;
        line-height: 22px;
    }

    .ev-home-14 .news-articles .content-box .detaile-date .item-profile p {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-14 .owl-nav .owl-next,
    .ev-home-14 .owl-nav .owl-prev {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
    }

    /* ev-home-15 */
    .ev-home-15 {
        padding: 60px 24px 0px 24px;
    }

    .ev-home-15 .col-md-5 {
        margin: 0;
    }

    .ev-home-15 .ev-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .ev-home-15 .ev-content-img {
        padding: 0px;
        padding-top: 130px;
        /* background-image: url("https://unchainedsummit.com/wp-content/uploads/2025/02/unchained-summit-dubai-2025-venue.jpeg"); */
        background-size: 550px;
        border-radius: 8px 8px 0 0;
        background-position: top;
    }

    .ev-home-15 .content-box .title-box {
        flex-wrap: wrap;
    }

    .ev-home-15 .ev-content-img .row {
        padding: 0 12px;
        padding-top: 175px;
    }

    .ev-home-15 .col-md-5 {
        border-radius: 0;
        max-width: fit-content;
        padding: 32px 24px;
        background: var(--title-color);
        border-radius: 0 0 8px 8px;
    }

    .ev-home-15 .content-box .title-box .title {
        font-size: 18px;
        line-height: 28px;
    }

    .ev-home-15 .content-box .title-box .directions p {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-15 .content-box .description p {
        font-size: 14px;
        line-height: 24px;
    }

    /* ev-home-16 */
    .ev-home-16 {
        padding: 30px 0;
    }

    .ev-home-16 .title {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 30px;
    }

    .ev-home-16 .accordion-button {
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .ev-home-16 .accordion-body {
        padding: 0 12px;
    }

    .ev-home-16 .accordion-body p {
        font-size: 16px;
        line-height: 24px;
    }

    .ev-home-16 .accordion-body p a {
        font-size: 16px;
        line-height: 24px;
    }

    /* ev-home-17 */
    .ev-home-17 {
        padding: 60px 0;
    }

    .ev-home-17 .title-img .title {
        font-size: 28px;
        line-height: 38px;
    }

    .ev-home-17 .title-img img {
        width: 115px;
        height: 25px;
    }

    .ev-home-17 .title-img {
        margin-bottom: 30px;
    }

    .ev-home-17 .profile-box {
        padding: 16px 12px;
    }

    .ev-home-17 .profile-box .name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .ev-home-17 .profile-box .profile-img img {
        width: 80px;
        height: 80px;
    }

    .ev-home-17 .profile-box .work {
        font-size: 12px;
        line-height: 24px;
    }

    .ev-home-17 .ev-card {
        margin-bottom: 30px;
    }

    .ev-home-17 .mail-box {
        padding: 32px 20px;
        gap: 15px;
    }

    .ev-home-17 .mail-box a {
        font-size: 16px;
        line-height: 24px;
    }

    .ev-home-17 .address-box {
        padding: 24px 20px;
        border-top: 0;
    }

    .ev-home-17 .address_phone {
        padding: 0px 20px 20px;
    }

    .ev-home-17 .contact-box {
        flex-direction: column;
        padding: 24px 20px;
        column-gap: 0;
        row-gap: 15px;
    }

    .ev-home-17 .address-box a {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-17 .contact-box .phone a {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-17 .contact-box .email a {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-17 .detailes {
        margin-bottom: 15px;
    }

    .ev-home-18 {
        padding: 60px 0;
    }

    .ev-home-18 .row {
        row-gap: 30px;
    }

    .ev-home-18 .col-md-5 img {
        width: 80%;
    }

    .ev-home-18 .text-content .description {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-18 .text-content .title {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-18 .unchained-content {
        order: 2;
    }

    .ev-home-18 .unchained-img {
        text-align: center;
    }

    .ev-home-19 {
        padding: 60px 0;
    }

    .ev-home-19 .row {
        row-gap: 48px;
    }

    .ev-home-19 .title h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-19 .title img {
        width: 160px;
    }

    .ev-home-19 .content .title {
        font-size: 16px;
        line-height: 26px;
    }

    .ev-home-19 .content .text-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-19 .ev-link a {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-19 .section-img img {
        width: 80%;
    }

    .ev-home-18 .logo {
        width: 28vh;
    }

    .ev-home-18 .row::before {
        display: none;
    }

    .blog-row-home .box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 540px;
        height: 700px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* ev-home-new */
    .ev-home-new .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }

    .ev-home-new .col-md-3 {
        width: 50%;
        max-width: 50%;
        display: flex;
        align-items: stretch;
    }

    .ev-home-9 .tab-title {
        flex-direction: column;
        align-items: center;
    }

    .ev-home-9 .tab-title #pills-tab {
        margin: 0 !important;
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        gap: 0;
    }

    .ev-home-9 .tab-title .standard-time {
        font-size: 12px;
        line-height: 22px;
        margin: 0;
    }

    .ev-home-9 .tab-title #pills-tab .nav-link p {
        font-size: 18px;
        line-height: 28px;
        margin: 0;
    }

    .ev-home-9 .tab-title #pills-tab .nav-link span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .ev-home-9 .tab-content .tab-pane.fade .time p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .ev-home-9 .tab-content .tab-pane.fade .time span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-9 .tab-content .tab-pane.fade .text p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        text-align-last: center;
        margin-bottom: 8px;
    }

    .ev-home-9 .tab-content .tab-pane.fade .text span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-9 .tab-content .tab-pane.fade .image {
        text-align: center;
    }

    .ev-home-9 .tab-content .tab-pane.fade .image img {
        width: 45px;
        height: 45px;
    }

    .ev-home-9 .tab-content .tab-pane.fade {
        position: relative;
        margin: 0;
    }

    .ev-home-9 .tab-bottom .btn-tab-bottom {
        padding: 10px 20px;
    }

    .ev-home-9 .tab-title #pills-tab .nav-item {
        width: 50%;
    }

    .ev-home-9 .tab-title #pills-tab .nav-link {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .ev-home-9 .tab-bottom .btn-tab-bottom span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-9 .tab-bottom .btn-tab-bottom i {
        font-size: 14px;
    }

    .ev-home-9 .mobile-filter {
        display: block;
    }

    .ev-home-9 .btn-group .dropdown-toggle {
        background-color: var(--white);
        color: var(--dark-orange);
        border-color: var(--dark-orange);
        font-family: var(--font-inter);
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
    }

    .ev-home-9 .btn-group .dropdown-toggle:hover,
    .ev-home-9 .btn-group .dropdown-toggle:focus {
        background-color: var(--white);
        color: var(--dark-orange);
        border-color: var(--dark-orange);
    }

    .ev-home-9 .btn-group .dropdown-toggle.show {
        background-color: var(--hover-btn-color);
        color: var(--white);
        border-color: var(--dark-orange);
    }

    .ev-home-9 .btn-group ul {
        padding: 10px;
    }

    .ev-home-9 .chack-boxes {
        row-gap: 8px;
    }

    .ev-home-9 .chack-boxes .form-check .form-check-label {
        font-size: 12px;
        line-height: 19px;
    }

    .ev-home-9 .chackbox-items {
        display: none;
    }

    .ev-home-9 .btn-tab-side {
        margin: 30px 0;
        padding: 10px 40px;
    }

    .ev-home-9 .btn-tab-side span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-9 .tab-bottom {
        background: linear-gradient(180deg, rgba(254, 244, 236, 0.9) 0%, #fef4ec 100%);
    }

    .ev-home-9 .col-md-9,
    .ev-home-9 .col-md-3 {
        width: 100%;
    }

    .ev-home-9 .event-box img {
        width: 40%;
    }

    .ev-home-9 .event-box {
        text-align: center;
    }

    .ev-home-10 .content {
        margin-bottom: 30px;
    }

    .ev-home-10 .details .description {
        text-align: center !important;
        font-size: 12px;
        line-height: 22px;
    }

    .ev-home-10 .content-box .title {
        font-size: 16px;
        line-height: 26px;
    }

    .ev-home-10 .content-box p {
        font-size: 16px;
        line-height: 22px;
    }

    .ev-home-10 .content-box {
        padding: 20px 15px;
    }

    .ev-home-10 .ev-sponsor {
        flex-wrap: wrap;
        column-gap: 0;
        column-gap: 10px;
    }

    .ev-home-10 .ev-sponsor .btn {
        padding: 10px 25px;
    }

    .ev-home-10 .ev-sponsor .btn span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-10 .ev-sponsor .btn i {
        font-size: 14px;
    }

    .ev-home-10 .ev-sponsor p {
        font-size: 14px;
        line-height: 22px;
    }

    .ev-home-12 .ev-title {
        font-size: 30px;
        line-height: 40px;
        margin: 60px 0 30px 0;
    }

    .ev-home-12 .sponsors-partners .title {
        font-size: 18px;
        line-height: 28px;
    }

    .ev-home-12 .sponsor-box {
        margin: 24px 0;
    }

    .ev-home-12 .sponsors-partners .sponsor-logo {
        column-gap: 0;
        padding-bottom: 10px;
    }

    .ev-home-12 .ev-buttons {
        margin: 30px 0;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .ev-home-12 .ev-buttons .btn {
        padding: 10px 25px;
    }

    .ev-home-12 .ev-buttons .btn span {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-12 .ev-buttons .btn i {
        font-size: 14px;
    }

    .ev-home-14 {
        padding: 0 0 60px 0;
    }

    .ev-home-14 .ev-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .ev-home-14 .news-articles .content-box .description {
        font-size: 18px;
        line-height: 24px;
    }

    .ev-home-14 .news-articles .content-box .detaile-date p {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-14 .owl-theme .owl-nav {
        display: none;
    }

    /* ev-home-15 */
    .ev-home-15 {
        padding: 100px 0;
    }

    .ev-home-15 .col-md-5 {
        margin: 0;
    }

    .ev-home-15 .ev-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .ev-home-15 .ev-content-img {
        padding: 40px;
    }

    .ev-home-15 .col-md-5 {
        padding: 32px 24px;
        width: 56%;
    }

    .ev-home-15 .content-box .title-box .title {
        font-size: 18px;
        line-height: 28px;
    }

    .ev-home-15 .content-box .title-box .directions p {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-15 .content-box .description p {
        font-size: 12px;
        line-height: 22px;
    }

    /* ev-home-16 */
    .ev-home-16 {
        padding: 0 0 60px 0;
    }

    .ev-home-16 .title {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 30px;
    }

    .ev-home-16 .accordion-button {
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .ev-home-16 .accordion-body {
        padding: 0 12px;
    }

    .ev-home-16 .accordion-body p {
        font-size: 16px;
        line-height: 22px;
    }

    .ev-home-16 .accordion-body p a {
        font-size: 16px;
        line-height: 22px;
    }

    /* ev-home-17 */
    .ev-home-17 {
        padding: 60px 0;
    }

    .ev-home-17 .title-img .title {
        font-size: 30px;
        line-height: 40px;
    }

    .ev-home-17 .title-img img {
        width: 115px;
        height: 25px;
    }

    .ev-home-17 .title-img {
        margin-bottom: 30px;
    }

    .ev-home-17 .profile-box {
        padding: 16px 12px;
    }

    .ev-home-17 .profile-box .name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .ev-home-17 .profile-box .profile-img img {
        width: 80px;
        height: 80px;
    }

    .ev-home-17 .profile-box .work {
        font-size: 12px;
        line-height: 22px;
    }

    .ev-home-17 .ev-card {
        margin-bottom: 30px;
    }

    .ev-home-17 .mail-box {
        padding: 32px 12px;
        gap: 15px;
    }

    .ev-home-17 .mail-box a {
        font-size: 16px;
        line-height: 26px;
    }

    .ev-home-17 .address-box {
        padding: 24px 12px;
    }

    .ev-home-17 .contact-box {
        flex-direction: column;
        padding: 24px 12px;
        column-gap: 0;
        row-gap: 15px;
    }

    .ev-home-17 .contact-box .phone a {
        font-size: 16px;
        line-height: 26px;
    }

    .ev-home-17 .contact-box .email a {
        font-size: 16px;
        line-height: 26px;
    }

    .ev-home-18 {
        padding: 60px 0;
    }

    .ev-home-18 .col-md-5 img {
        width: 100%;
    }

    .ev-home-18 .text-content .description {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-18 .text-content .title {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-18 .unchained-img {
        text-align: center;
        align-content: center;
    }

    .ev-home-19 {
        padding: 60px 0;
    }

    .ev-home-19 .title h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .ev-home-19 .title img {
        width: 160px;
    }

    .ev-home-19 .content .title {
        font-size: 18px;
        line-height: 28px;
    }

    .ev-home-19 .content .text-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-19 .ev-link a {
        font-size: 14px;
        line-height: 24px;
    }

    .ev-home-19 .section-img img {
        width: 100%;
    }

    .ev-home-19 .section-img {
        align-content: center;
    }
}
