/* 
* common style
*/
/* @import url("https://fonts.googleapis.com/css2?family=Jacquard+12&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Jacquard+12&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"); */
@font-face {
    font-family: "Switzer";
    src: url("../fonts/Switzer-Variable.woff2") format("woff2");
    font-weight: 100 900;
    /* variable font range */
    font-display: swap;
}

:root {
    --title-color: #07011c;
    --light-blue: rgba(57, 52, 73, 1);
    --white: rgba(255, 255, 255, 1);
    --dark-orange: rgba(255, 107, 0, 1);
    --light-orange: rgba(255, 196, 153, 1);
    --hover-btn-color: rgba(206, 91, 9, 1);
    --header-btn: rgba(255, 107, 0, 0.12);
    --blue: rgba(62, 91, 234, 1);
    --grey-font: rgba(106, 103, 119, 1);
    --price-color: rgba(139, 157, 242, 1);
    --header-count-color: rgba(255, 225, 204, 1);
    /* --font-inter: "Inter", sans-serif; */
    /* --font-inter: "Plus Jakarta Sans", sans-serif; */
    --font-inter: "Switzer", sans-serif;
    --font-saira: "Saira", sans-serif;
    --font-saira-condensed: "Saira Condensed", sans-serif;
    --marquee-padding: 0px;
    --marquee-padding-negative: calc(var(--marquee-padding) * -1);
    --border-grey-color: rgba(231, 230, 233, 1);
}

body {
    font-family: var(--font-inter);
}

html {
    scroll-behavior: smooth;
}

p,
a,
span {
    text-decoration: none;
}

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

.ucd-sub-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2944cc;
    margin-top: 10px;
}

.logo {
    width: 100%;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 8px;
    column-gap: 8px;
    border: 1px solid;
    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.2),
        inset 0 3px 2px rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #ff6b00;
    border-color: #ce5b09;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-family: inherit;
    font-weight: 600;
}

.primary-btn:hover,
.primary-btn:active {
    background-color: #ff7a1a !important;
    border-color: #ce5b09 !important;
    transform: translateY(-1px);
    box-shadow:
        0 4px 8px rgba(255, 107, 0, 0.5),
        inset 0 2px 2px rgba(255, 255, 255, 0.6);
}

.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 8px;
    column-gap: 10px;
    border: 1px solid;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff4eb;
    border-color: #ffe1cc;
    color: #ff6b00;
    box-shadow:
        0 1px 4px rgba(0, 0, 0, 0.1),
        /* softer drop shadow */ inset 0 3px 2px rgba(255, 255, 255, 0.7);
    font-family: inherit;
    font-weight: 600;
}

.secondary-btn:hover,
.secondary-btn:active {
    background-color: #fff8f1 !important;
    border-color: #ffe1cc !important;
    color: #ff6b00 !important;
    transform: translateY(-1px);
    box-shadow:
        0 1px 5px rgba(0, 0, 0, 0.1),
        /* softer drop shadow */ inset 0 4px 2px rgba(255, 255, 255, 0.7);
}

/*
* header
*/
header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    height: 48px;
    top: 0;
    z-index: 9;
}

header ul {
    justify-content: end;
}

header .text-reset {
    display: none;
}

header .mobile-logo {
    display: none;
}

/* header .icon img {
    display: none;
} */

header.navbar-fixed .icon {
    cursor: pointer;
}

header.navbar-fixed .icon img {
    display: block;
    width: 200px;
}

header.navbar-fixed .nav-link {
    color: var(--title-color);
}

header.navbar-fixed .nav-link:hover,
header.navbar-fixed .nav-link:focus {
    color: #ff6b00;
}

header.navbar-fixed .header-buttons a {
    color: var(--dark-orange);
}

header.navbar-fixed .header-buttons .btn:hover a {
    color: var(--white);
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.navbar-fixed {
    height: 72px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    align-content: center;
    padding: 0;
}

header .nav-item {
    align-content: center;
}

header .nav-link,
header .nav-link:hover,
header .nav-link:focus {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #000;
    padding: 0 !important;
}

header .nav-link:hover {
    color: var(--dark-orange);
}

header .navbar-nav {
    column-gap: 40px;
}

header .header-buttons a {
    padding: 0;
}

header .header-buttons {
    display: flex;
    column-gap: 16px;
}

header.navbar-fixed .header-buttons .btn {
    min-height: 40px;
    background: var(--header-btn);
    border: 1.5px solid var(--dark-orange);
    padding: 10px 24px;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
}

header .header-buttons .btn {
    /* height: 48px; */
    background: var(--header-btn);
    border: 1.5px solid var(--dark-orange);
    padding: 13px 24px;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
}

header .header-buttons .btn:hover {
    background: var(--dark-orange);
    border: 1.5px solid var(--dark-orange);
}

header .mobile-sticky {
    display: none;
}

header .navbar-nav .buy-ticket-btn {
    display: none;
}

header .navbar-nav .buy-ticket-btn.show {
    display: inline-block;
}

.navbar .logo-default {
    width: 100%;
    max-width: 260px;
}

/*
* footer
*/
footer {
    padding-top: 80px;
    background: var(--title-color);
}

footer .mail-submit {
    background: rgba(31, 26, 50, 1);
    display: flex;
    padding: 24px;
    border-radius: 8px;
    column-gap: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

footer .mail-submit p {
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 300;
    line-height: 29.05px;
    text-align: left;
    color: var(--white);
    margin: 0;
}

footer .mail-submit form {
    display: flex;
    column-gap: 20px;
}

footer .mail-submit input[type="email"] {
    width: 392px;
    padding: 10px 24px;
    border-radius: 4px;
    background: var(--title-color);
    border: 1.5px solid var(--light-blue);
    color: var(--white);
    outline: none;
}

footer .mail-submit input[type="email"]:focus {
    border-color: white;
}

footer .mail-submit input::placeholder {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 300;
    line-height: 21.78px;
    text-align: left;
    color: var(--white);
    display: flex;
    opacity: 60%;
}

footer .mail-submit .btn {
    padding: 12px 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    background: var(--dark-orange);
    border: none;
}

footer .mail-submit .btn:disabled {
    opacity: 30%;
}

footer .mail-submit .btn span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: var(--white);
}

footer .mail-submit .btn:hover,
footer .mail-submit .btn:focus {
    background: var(--hover-btn-color);
}

footer .mail-submit .btn i {
    width: 24px;
    text-align-last: center;
}

footer .menus {
    /* padding-top: 96px; */
    padding-bottom: 64px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

footer .menus .title {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(139, 157, 242, 1);
    margin-bottom: 24px;
    text-transform: uppercase;
}

footer .menus ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

footer .menus li {
    list-style: none;
}

footer .menus li a {
    width: fit-content;
    position: relative;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: var(--white);
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

footer .menus li a i {
    width: 24px;
    text-align-last: center;
    opacity: 0;
    transition: all 0.3s;
    color: var(--dark-orange);
}

footer .menus li a:hover span {
    text-decoration: underline;
}

footer .menus li a:hover i {
    margin-left: 8px;
    opacity: 1;
    text-decoration: none;
}

footer .footer-bottom {
    padding-top: 64px;
    padding-bottom: 56px;
    row-gap: 80px;
}

footer .footer-bottom .logo {
    width: 100%;
}

footer .footer-bottom .social-icons {
    display: flex;
    column-gap: 20px;
    list-style: none;
    float: right;
    margin: 0;
}

footer .footer-bottom .social-icons i {
    font-size: 18px;
}

footer .footer-bottom .social-icons a {
    display: block;
    padding: 15px 18px;
    border-radius: 6px;
    background: rgba(31, 26, 50, 1);
    color: var(--white);
    transition: all 0.3s;
}

footer .footer-bottom .social-icons a {
    height: 100%;
    border: 1.5px solid transparent;
}

footer .footer-bottom .social-icons a:hover {
    border: 1.5px solid var(--dark-orange);
    background: var(--title-color);
}

footer .footer-bottom .copyright p {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: var(--white);
    opacity: 70%;
}

footer .footer-bottom .copyright p br {
    display: none;
}

footer .footer-bottom .policy {
    column-gap: 40px;
    display: flex;
    float: right;
}

footer .footer-bottom .f-align {
    display: flex;
    align-items: center;
}

footer .footer-bottom .f-align p {
    margin-bottom: 0;
}

footer .footer-bottom .col-lg-3 {
    display: flex;
    gap: 30px;
    justify-content: center;
}

footer .footer-bottom .col-lg-3 p a {
    color: #fff;
}

footer .footer-bottom .col-lg-3 p a:hover {
    color: #ff6b00;
    text-decoration: underline;
}

footer .footer-bottom .policy a {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: center;
    color: var(--white);
    transition: all 0.3s;
}

footer .footer-bottom .policy a:hover {
    color: var(--dark-orange);
    text-decoration: underline;
}

footer .menus {
    display: flex;
    justify-content: center;
}

footer .menus img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.custom-col {
    width: 20%;
}

.st-link {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    display: inline;
    border: 3px solid #fff;
    border-radius: 50%;
}

.st-link img {
    width: 50px;
}

.lazy-bg {
    background-color: #f4f4f4;
    /* Placeholder background */
    background-size: cover;
    background-position: center;
}

#gridCanvas {
    position: absolute;
    /* Change from fixed to absolute */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Place it behind the content */
    opacity: 0.5;
}

spline-viewer {
    /* height: 100vh !important;
    width: 100% !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important; */
    z-index: -1;
}

/* home section 1 */
.ucd-home-1 {
    position: relative;
    background: transparent;
    /* background-image: linear-gradient(transparent 0%, transparent 95%, #130e27a1 100%),
        linear-gradient(90deg, transparent 0%, transparent 95%, #130e27a1 100%); */
    background-size: 80px 80px;
    background-repeat: repeat;
    opacity: 1;
    height: auto;
    min-height: 90vh;
    align-content: center;
    background-position: bottom center;
    overflow: hidden;
    padding-top: 20px;
}

.canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    /* Limit to 90vh */
    z-index: 1;
    pointer-events: none;
}

.ucd-home-1 .ucd-home-1-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ucd-home-1 .ucd-home-1-content h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
}

.ucd-home-1 .ucd-home-1-content h1 span {
    font-weight: 700;
}

.ucd-home-1 .ucd-home-1-content div {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #2944cc;
    font-weight: 600;
    margin: 20px 0;
    font-size: 20px;
}

.ucd-home-1 .ucd-home-1-content div .dot {
    width: 7px;
    height: 7px;
    background: #b2bdf7;
    border-radius: 50%;
}

.ucd-home-1 .ucd-home-1-content .btn {
    min-width: 230px;
}

.ucd-home-1 .ucd-home-1-content .links {
    gap: 20px;
}

.ucd-home-1 .count-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 60px;
    margin-bottom: 80px;
    padding-left: 0;
}

.ucd-home-1 .count-list li {
    display: flex;
    align-items: center;
    position: relative;
    font-family: inherit;
    font-size: 20px;
    color: #0a0219;
}

.ucd-home-1 .count-list li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #2944cc;
    margin-right: 12px;
    border-radius: 1px;
}

.ucd-home-1 .count-list .count-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
}

.ucd-home-1 .count-list .count-box p {
    margin-bottom: 0;
}

.ucd-home-1 .count-list .count-box .counts {
    font-weight: 700;
}

canvas {
    display: block;
    background-color: #ffffff00;
}

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

.ucd-home-3 .row {
    border: 2px solid #e7e6e9;
    border-radius: 20px;
    margin: 0;
    overflow: hidden;
}

.ucd-home-3 .col-lg-6:nth-child(1) {
    padding-left: 0;
}

.ucd-home-3 .col-lg-6:nth-child(2) {
    padding: 40px 48px;
}

.ucd-home-3 .img-card {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* .ucd-home-3 .img-card .front-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/sec-3-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

.ucd-home-3 .img-card p {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    opacity: 0.6;
    transform: translateY(15%);
}

.ucd-home-3 h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.ucd-home-3 .card-points img {
    padding-top: 5px;
}

.ucd-home-3 ul li {
    list-style: none;
    position: relative;
    margin-top: 15px;
}

.ucd-home-3 ul li::before {
    content: "";
    position: absolute;
    background-image: url(https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/sec-2-r-arrow.svg);
    display: block;
    left: -35px;
    top: 5px;
    width: 24px;
    height: 24px;
}

.ucd-home-3 ul li p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.6;
}

.ucd-home-3 .point-location {
    border-left: 4px solid #2944cc;
    padding-left: 29px;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
}

.ucd-home-3 .point-location img {
    padding-bottom: 4px;
}

.ucd-home-3 .links {
    display: flex;
    justify-content: space-between;
}

.ucd-home-3 .links .btn {
    width: calc(50% - 10px);
}

.ucd-home-3 .point-location div br {
    display: none;
}

/**
* home section 4
**/
.ucd-home-4 {
    padding: 70px 0;
    padding-bottom: 100px;
}

.ucd-home-4 .row {
    min-height: 600px;
}

.ucd-home-4 .card-wrapper .card {
    position: relative;
    border-radius: 12px;
    background: radial-gradient(circle at center, rgba(127, 139, 210, 0.15), rgba(25, 25, 52, 1)) #191934;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Noise Overlay */
.ucd-home-4 .card-wrapper .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/noice-much.png");
    /* Replace with correct path */
    background-repeat: repeat;
    opacity: 0.1;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 2;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) {
    height: 60%;
    margin-bottom: 25px;
    padding: 30px;
    background:
        radial-gradient(circle at center, rgba(10, 18, 57, 0.75), rgba(25, 25, 52, 1)),
        url("https://unchainedsummit.com/india/wp-content/uploads/sites/9/2025/09/cards-ov3-1.png");
    background-position: right;
    background-size: contain;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) h3 {
    background: linear-gradient(145deg, #ffffff, #99aaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) p {
    font-style: italic;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #6078f0;
    margin-top: 10px;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) a {
    margin-top: auto;
    background: #07011c;
    border: 1px solid #393449;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) a:hover {
    border: 1px solid #ff6b00;
    background: #07011c !important;
    color: #fff !important;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(1) i {
    color: #ff6b00;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) {
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) span {
    font-size: 64px;
    font-weight: 600;
    background: linear-gradient(145deg, #ffffff, #99aaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    padding-left: 30px;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) span .plus-symbol {
    position: relative;
    left: -10px;
    padding-left: 0;
}

.ucd-home-4 .card-wrapper:nth-child(1) .card:nth-child(2) p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.ucd-home-4 .card-wrapper:nth-child(2) .crowd-card {
    position: relative;
    height: 50%;
    margin-bottom: 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: radial-gradient(ellipse at center bottom, #ffbf92 0%, #ff6b00 60%);
    overflow: hidden;
    display: flex;
    text-align: center;
}

.ucd-home-4 .card-wrapper:nth-child(2) .crowd-card h2 {
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    line-height: 1;
    margin-top: 35px;
}

.ucd-home-4 .card-wrapper:nth-child(2) .crowd-card p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
}

.ucd-home-4 .card-wrapper:nth-child(2) .crowd-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/noice-much.png");
    /* Replace with actual path */
    background-repeat: repeat;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.ucd-home-4 .card-wrapper:nth-child(2) .crowd-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/noice-less.png");
    /* Replace with actual path */
    background-repeat: repeat;
    opacity: 0.7;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.ucd-home-4 .card-wrapper .nested-card {
    all: unset;
    display: flex;
    justify-content: space-between;
    height: 50%;
}

.ucd-home-4 .card-wrapper:nth-child(2) {
    position: relative;
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    z-index: 2;
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo img {
    width: 120px;
    height: 120px;
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve {
    position: relative;
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-1::before {
    content: "";
    position: absolute;
    bottom: 43%;
    left: -12%;
    --c: 70;
    width: 28px;
    transform: rotate(-35deg);
    aspect-ratio: 3 / 2;
    background: #fff;
    mask: radial-gradient(
        calc(var(--c) * 1%) 100% at 50% calc(-100% * cos(asin(50 / var(--c)))),
        #0000 calc(100% - 1px),
        #000
    );
    clip-path: ellipse(calc(var(--c) * 1%) 100% at top);
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-1::after {
    content: "";
    position: absolute;
    bottom: 43%;
    right: -12%;
    --c: 70;
    width: 28px;
    transform: rotate(35deg);
    aspect-ratio: 3 / 2;
    background: #fff;
    mask: radial-gradient(
        calc(var(--c) * 1%) 100% at 50% calc(-100% * cos(asin(50 / var(--c)))),
        #0000 calc(100% - 1px),
        #000
    );
    clip-path: ellipse(calc(var(--c) * 1%) 100% at top);
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-2::before {
    content: "";
    position: absolute;
    bottom: 28%;
    left: -9%;
    --c: 70;
    width: 28px;
    transform: rotate(-156deg);
    aspect-ratio: 3 / 2;
    background: #fff;
    mask: radial-gradient(
        calc(var(--c) * 1%) 100% at 50% calc(-100% * cos(asin(50 / var(--c)))),
        #0000 calc(100% - 1px),
        #000
    );
    clip-path: ellipse(calc(var(--c) * 1%) 100% at top);
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-2::after {
    content: "";
    position: absolute;
    bottom: 28%;
    right: -9%;
    --c: 70;
    width: 28px;
    transform: rotate(156deg);
    aspect-ratio: 3 / 2;
    background: #fff;
    mask: radial-gradient(
        calc(var(--c) * 1%) 100% at 50% calc(-100% * cos(asin(50 / var(--c)))),
        #0000 calc(100% - 1px),
        #000
    );
    clip-path: ellipse(calc(var(--c) * 1%) 100% at top);
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-3::before {
    content: "";
    position: absolute;
    bottom: -4%;
    left: 33%;
    --c: 69;
    width: 22px;
    transform: rotate(-129deg);
    aspect-ratio: 3 / 2;
    background: #fff;
    mask: radial-gradient(
        calc(var(--c) * 1%) 100% at 50% calc(-100% * cos(asin(50 / var(--c)))),
        #0000 calc(100% - 1px),
        #000
    );
    clip-path: ellipse(calc(var(--c) * 1%) 100% at top);
}

.ucd-home-4 .card-wrapper:nth-child(2) .cen-logo .el-curve-3::after {
    content: "";
    position: absolute;
    bottom: -4%;
    right: 33%;
    --c: 69;
    width: 22px;
    transform: rotate(129deg);
    aspect-ratio: 3 / 2;
    background: #fff;
    mask: radial-gradient(
        calc(var(--c) * 1%) 100% at 50% calc(-100% * cos(asin(50 / var(--c)))),
        #0000 calc(100% - 1px),
        #000
    );
    clip-path: ellipse(calc(var(--c) * 1%) 100% at top);
}

.ucd-home-4 .card-wrapper .nested-card .card {
    position: relative;
    background: radial-gradient(circle at center, rgba(127, 139, 210, 0.1), rgba(25, 25, 52, 1)) #191934;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    width: calc(50% - 13px);
    overflow: hidden;
    padding: 28px 34px;
}

/* Noise Overlay */
.ucd-home-4 .card-wrapper .nested-card .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/noice-much.png");
    /* Replace with correct path */
    background-repeat: repeat;
    opacity: 0.1;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.ucd-home-4 .card-wrapper .nested-card .card img {
    width: 64px;
    height: 64px;
}

.ucd-home-4 .card-wrapper .nested-card .card h4 {
    background: linear-gradient(145deg, #ffffff, #d98f5a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 15px 0;
}

.ucd-home-4 .card-wrapper .nested-card .card p {
    color: #d8defb;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.ucd-home-4 .card-wrapper .nested-card .card:nth-child(2) {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) {
    height: 40%;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) span {
    font-size: 64px;
    font-weight: 600;
    background: linear-gradient(145deg, #ffffff, #99aaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(1) img {
    height: 60px;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) {
    height: 60%;
    padding: 24px;
    padding-bottom: 0;
    text-align: center;
    position: relative;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) img {
    width: 95%;
    margin: 0 auto;
    z-index: 2;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) img.quote {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 1;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #1a1a33, #1a1a3300);
    text-align: center;
    padding: 20px 0;
    padding-top: 80px;
    color: #fff;
    font-size: 18px;
    z-index: 3;
}

.ucd-home-4 .card-wrapper:nth-child(3) .card:nth-child(2) div b {
    font-weight: 600;
}

/**
* home section 5
**/
.ucd-home-5 {
    padding-top: 60px;
}

.ucd-home-5 .slider-mobile {
    margin-top: 30px;
}

.ucd-home-5 .profile-box .profile-img img {
    width: 100%;
    object-fit: cover;
}

.ucd-home-5 .profile-box .details h3 {
    color: #07011c;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 12px;
    background: #fff4eb;
    width: fit-content;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(-20px);
    margin-bottom: -10px;
    transition: all 0.3s ease-in-out;
}

.ucd-home-5 .profile-box:hover .details h3 {
    background: #fff;
    color: #ff6b00;
}

.ucd-home-5 .profile-box .details p {
    color: #07011c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.ucd-home-5 .profile-box .details p:nth-child(3) {
    color: #2944cc;
}

.ucd-home-5 .profile-box .details img {
    width: 130px;
    margin-top: 7px;
    object-fit: cover;
}

.ucd-home-5 .more .col-sm-6 {
    display: flex;
    align-items: center;
}

.ucd-home-5 .more .join-btn {
    justify-content: right;
}

.ucd-home-5 .more {
    margin-top: 40px;
}

.ucd-home-5 .more .ms {
    background: #ffe1cc;
    border-radius: 50%;
}

.ucd-home-5 .more .ms:nth-child(2) {
    transform: translateX(-10px);
}

.ucd-home-5 .more .ms:nth-child(3) {
    transform: translateX(-20px);
}

.ucd-home-5 .more .ms:nth-child(4) {
    transform: translateX(-30px);
}

.ucd-home-5 .more .view-more {
    transform: translateX(-45px);
    height: 55px;
    background: #fff4eb;
    color: #ff6b00;
    border: 3px solid #fff;
    border-radius: 32px;
    padding: 12px 16px;
}

.ucd-home-5 .more .more-speaker {
    width: 55px;
    height: 55px;
    background-size: 63px;
    background-position: -9px -7px;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 3px solid #fff;
}

.ucd-home-5 .speaker-page-btn {
    justify-content: center;
    padding-top: 30px;
}

.ucd-home-5 .speaker-page-btn .col {
    width: fit-content;
    flex: none;
}

.ev-home-3 .modal-body .profile-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.ev-home-3 .modal-body .profile-box .profile-details {
    margin-top: auto;
}

.ev-home-3 .modal-body .profile-box .sponser-logo {
    margin-left: auto;
}

.ev-home-3 .profile-box .modal.fade .profile-box .profile-details .category:nth-child(3) {
    color: #2944cc;
}

/**
* home section 6
**/

/* tickets section */
.ucd-home-6 {
    padding: 70px 0;
}

.ucd-home-6 .card {
    margin-top: 60px;
    padding: 40px 50px;
    padding-bottom: 40px;
    border-radius: 16px;
    background: #fff4eb;
    border: 3px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    height: 95%;
    z-index: 1;
    /* Make sure it's above the pseudo-element */
    background-clip: padding-box;
    /* Prevent background from spilling into border */
    overflow: hidden;
}

/* Gradient border wrapper */
.ucd-home-6 .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 3px;
    /* Thickness of border */
    background: linear-gradient(135deg, #ffe1cc, #d8defb, #ffe1cc, #d8defb, #ffe1cc);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover effect */
.ucd-home-6 .card:hover {
    background: transparent;
    background-image: url("https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/hoveroftickets.png");
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
    background-size: 150px auto;
}

/* Show gradient border on hover */
.ucd-home-6 .card:hover::before {
    opacity: 1;
}

.ucd-home-6 .card:hover .dash-divider::before {
    display: none;
}

.ucd-home-6 .card:hover .dash-divider::after {
    display: none;
}

.ucd-home-6 .card:hover .dash-divider {
    transform: scale(1.15);
}

.ucd-home-6 .card h4 {
    font-weight: 700;
    width: fit-content;
    font-size: 28px;
    color: #ff6b00;
    position: relative;
}

.ucd-home-6 .col-lg-6:nth-child(3) .card .label::after {
    content: "Most Popular";
    position: absolute;
    right: -130px;
    top: 5px;
    background: linear-gradient(to right, #ffffff, #e6f3ff, #ffffff);
    border: 1px solid #eceffd;
    color: #2944cc;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 4px;
}

.ucd-home-6 .card .price {
    font-size: 18px;
    font-weight: 300;
    color: #07011c;
    margin-bottom: 30px;
}

.ucd-home-6 .card .price span {
    font-size: 40px;
    font-weight: 400;
    padding-right: 5px;
}

.ucd-home-6 .card .dash-divider {
    height: 2px;
    background-image: linear-gradient(to right, #07011c2c 60%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 15px 1px;
    background-repeat: repeat-x;
    opacity: 1;
    transform: scale(1.2);
    position: relative;
}

.ucd-home-6 .card .dash-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.5%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.ucd-home-6 .card .dash-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.5%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.ucd-home-6 .card .services {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ucd-home-6 .card .services li {
    list-style: none;
    position: relative;
}

.ucd-home-6 .card .services li::before {
    content: "";
    position: absolute;
    background-image: url(https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/right-short-arrow.svg);
    display: block;
    left: -35px;
    top: 0;
    width: 24px;
    height: 24px;
}

.ucd-home-6 .card .services p {
    margin-bottom: 0;
    color: #07011c;
    font-size: 18px;
    font-weight: 400;
}

.ucd-home-6 .card .services .services-title {
    position: relative;
    left: -30px;
    color: #07011c;
}

.ucd-home-6 .card .details-footer {
    margin-top: auto;
    z-index: 3;
}

.ucd-home-6 .card .details-footer a {
    width: 100%;
}

.ucd-home-6 .card .details-footer .pay-state {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #393449;
    background: #ffe1cc;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.ucd-home-6 .card .details-footer .pay-state p {
    margin-bottom: 0;
}

.ucd-home-6 .card .details-footer .pay-state span {
    background: linear-gradient(to right, #657cee, #ff6b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}

.ucd-home-6 .card .details-footer b {
    font-weight: 600;
    font-size: 18px;
    color: #07011c;
}

.ucd-home-6 .card .details-footer .price-state {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 30px;
    row-gap: 15px;
    font-size: 18px;
    max-width: 400px;
    margin-bottom: 15px;
    color: #07011c;
}

.ucd-home-6 .card .details-footer .price-state p,
.ucd-home-6 .card .details-footer .price-state strong {
    margin: 0;
}

.ucd-home-6 .card .details-footer .price-state strong {
    text-align: center;
}

.ucd-home-6 .card .details-footer .price-state p:last-of-type {
    white-space: nowrap;
}

.ucd-home-6 .card .details-footer .price-state:nth-child(4) {
    margin-top: 20px;
}

.ucd-home-6 .card .details-footer .price-state:nth-child(5) {
    opacity: 0.5;
}

.ucd-home-6 .card .details-footer .price-state:nth-child(6) {
    opacity: 0.2;
    margin-bottom: 0;
}

.ucd-home-6 .col-md-12 p {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 0;
}

.ucd-home-6 .col-md-12 p a {
    color: #ff6b00;
}

.ucd-home-6 .col-md-12 p a:hover {
    text-decoration: underline;
}

.ucd-home-7 {
    padding: 60px 0;
}

.ucd-home-7 .row {
    row-gap: 1.5rem;
}

.ucd-home-7 .ucd-sub-title {
    padding-bottom: 60px;
}

.ucd-home-7 .card {
    background: #fff9f3;
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

.ucd-home-7 .card .img-wrap {
    width: 100%;
    overflow: hidden;
}

.ucd-home-7 .card .img-wrap img {
    width: 100%;
    object-fit: cover;
}

.ucd-home-7 .card img:nth-child(2) {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin-left: 30px;
    transform: translateY(-32px);
    margin-bottom: -60px;
}

.ucd-home-7 .card .card-d {
    padding: 40px 30px;
}

.ucd-home-7 .card .card-d h4 {
    color: #07011c;
    font-weight: 400;
    font-size: 32px;
}

.ucd-home-7 .card .card-d p {
    color: #393449;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.ucd-home-7#cards-section {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 60px 0;
    overflow: hidden;
}

.ucd-home-7 .cards-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ucd-home-7 #cards-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0 2rem;
    box-sizing: border-box;
    gap: 2rem;
    width: max-content;
    /* animation: scroll-infinite 100s linear infinite; */
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ucd-home-7 .card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
    scroll-snap-align: start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ucd-home-7 .card .img-wrap {
    max-height: 280px;
    overflow: hidden;
}

.ucd-home-7 .container-fluid {
    overflow-x: hidden;
    padding: 0;
}

.ucd-home-7 #cards-container:hover {
    animation-play-state: paused;
}

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

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

.ucd-home-8 {
    padding: 60px 0;
}

.ucd-home-8 #topics-slider {
    margin-top: 60px;
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
}

.ucd-home-8 .item {
    position: absolute;
    width: 340px;
    height: 380px;
    border-radius: 20px;
    background: #1f1a32;
    border: 2.5px solid #ffffff25;
    text-align: center;
    padding: 30px;
    transition:
        transform 0.5s,
        z-index 0.5s,
        opacity 0.5s;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ucd-home-8 .item h5 {
    font-size: 28px;
    line-height: 1.4;
    background: linear-gradient(145deg, #ffffff, #bfcaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;
}

.ucd-home-8 .item p {
    font-size: 18px;
    line-height: 1.4;
    background: linear-gradient(145deg, #ffffff, #bfcaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;
    margin-top: 10px;
}

.ucd-home-8 .item img {
    margin: 0 auto;
    margin-top: auto;
    width: 80px;
}

.ucd-home-9 {
    padding: 70px 0;
}

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

.ucd-home-9 .mobile-guest {
    display: none;
}

.ucd-home-9 .podcast-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 29px;
    height: 100%;
}

.ucd-home-9 .podcast-nav img {
    width: 192px;
}

.ucd-home-9 .podcast-nav h6 {
    font-weight: 500;
    font-size: 18px;
    color: #2944cc;
    line-height: 1.6;
}

.ucd-home-9 .podcast-nav p {
    font-weight: 400;
    font-size: 18px;
    color: #07011c;
    line-height: 1.6;
}

.ucd-home-9 .podcast-nav a {
    max-width: fit-content;
    margin-top: auto;
}

.ucd-home-9 .col-lg-7 {
    width: 66%;
}

.ucd-home-9 .col-lg-7 .card {
    border: none;
    height: 100%;
    position: relative;
    max-height: 380px;
}

.ucd-home-9 .col-lg-7 .card .poster {
    width: 100%;
    border-radius: 12px;
    height: 220px;
    object-fit: cover;
}

.ucd-home-9 .col-lg-7 .card p {
    color: #07011c;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
}

.ucd-home-9 .col-lg-7 .card .card-f {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.ucd-home-9 .col-lg-7 .card .card-f img {
    width: auto;
    height: 40px;
}

.ucd-home-9 .podcast-carousel {
    height: 100%;
}

.ucd-home-9 .podcast-carousel .owl-stage-outer {
    height: 100%;
}

.ucd-home-9 .podcast-carousel .owl-stage {
    height: 100%;
}

.ucd-home-9 .podcast-carousel .owl-item {
    height: 100%;
}

.ucd-home-9 .podcast-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: -10%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    margin-top: 0;
}

.ucd-home-9 .podcast-carousel .owl-nav button {
    margin: 0;
}

.ucd-home-9 .podcast-carousel .owl-nav button:hover {
    background: transparent;
}

.ucd-home-9 .podcast-carousel .owl-custom-nav {
    border: 1px solid #ffc499;
    background: #fff;
    border-radius: 8px;
    padding: 10px 16px;
    color: #6a6777;
    margin: 0;
}

.ucd-home-9 .podcast-carousel .owl-custom-nav:hover {
    background: #ff6b00;
}

.ucd-home-9 .owl-theme .owl-dots {
    display: none !important;
}

.ucd-home-11 {
    padding: 70px 0;
    padding-bottom: 160px;
}

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

.ucd-home-11 .card {
    position: relative;
    border: 1px solid #e8ecfc;
    background: url(https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/testimonials-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    padding: 30px 40px;
    height: 100%;
    overflow: hidden;
}

.ucd-home-11 .owl-theme .owl-dots {
    display: none !important;
}

.ucd-home-11 .card p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 480px;
    margin-bottom: 40px;
}

.ucd-home-11 .card .speakers-details {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    max-width: 360px;
}

.ucd-home-11 .card .speakers-details strong {
    color: #2944cc;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.ucd-home-11 .card .speakers-details span {
    color: #07011c;
    font-size: 18px;
    font-weight: 400;
}

.ucd-home-11 .speaker-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    gap: 0;
}

.ucd-home-11 .speaker-image-wrapper .speaker-photo {
    height: 220px;
    object-fit: cover;
    z-index: 1;
}

.ucd-home-11 .speaker-image-wrapper .bg-accent {
    height: 40px;
    margin-right: -70px;
    z-index: 2;
}

.ucd-home-11 .card .quote-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
}

.ucd-home-11 .testimonial-carousel .owl-stage-outer {
    height: 100%;
}

.ucd-home-11 .testimonial-carousel .owl-stage {
    height: 100%;
}

.ucd-home-11 .testimonial-carousel .owl-item {
    height: 100%;
}

.ucd-home-11 .testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
}

.ucd-home-11 .testimonial-carousel .owl-nav button:hover {
    background: transparent;
}

.ucd-home-11 .testimonial-carousel .owl-custom-nav {
    border: 1px solid #ffc499;
    background: #fff;
    border-radius: 8px;
    padding: 12px 18px;
    color: #6a6777;
}

.ucd-home-11 .testimonial-carousel .owl-custom-nav:hover {
    background: #ff6b00;
}

.ucd-home-12 {
    padding: 70px 0;
}

.ucd-home-15 {
    padding-top: 70px;
    padding-bottom: 120px;
}

.ucd-home-15 .row {
    background: linear-gradient(to bottom, #f2f4fc, #ffffff, #f2f4fc);
    margin: 0;
    padding: 60px 106px;
    border-radius: 20px;
}

.ucd-home-15 .divider {
    border-top: 1px solid #cdccd2;
    margin: 30px 0;
}

.ucd-home-15 .row .col-md-6 {
    padding: 0;
}

.ucd-home-15 .row .detail-1 {
    padding-right: 40px;
}

.ucd-home-15 .row .col-md-6 p {
    font-size: 28px;
    line-height: 1.6;
}

.ucd-home-15 .row .detail-1 b {
    font-weight: 600;
}

.ucd-home-15 .row .detail-2 {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 500;
}

.ucd-home-15 .row .detail-2 div {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
}

.ucd-home-15 .row .detail-2 div img {
    background: #eceffd;
    padding: 14px;
    border-radius: 50%;
}

.ucd-home-15 .row .col-md-12 .at {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 620px;
    margin: 0 auto;
}

.ucd-home-15 .row .col-md-12 .at p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

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

.ucd-home-overview .row {
    margin: 0;
}

.ucd-home-overview .ucd-overview-1 {
    margin-bottom: 40px;
}

.ucd-home-overview .ucd-overview-2 {
    background-color: #f2f4fc;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.ucd-home-overview .ucd-overview-2 img {
    height: 280px;
}

.ucd-home-overview .box ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    height: 100%;
}

.ucd-home-overview .box ul li {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    border: 3px solid #fff;
    border-top: none;
    border-bottom: none;
    display: flex;
    justify-content: center;
}

.ucd-home-overview .box:nth-child(2) ul li {
    justify-content: start;
}

.ucd-home-overview .box ul li div {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    align-self: center;
    width: 50%;
}

.ucd-home-overview .box br {
    display: none;
}

.ucd-home-overview .box:nth-child(2) ul li div {
    width: 100%;
}

.ucd-home-overview .box ul li span {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border-width: 2px;
    box-shadow: 0px 1px 2px 0px #00000033;
    border: 2px solid #ffffff;
    display: inline-block;
}

.ucd-home-overview .box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(1) {
    border-color: #131b46;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(1) span {
    background-color: #131b46;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(2) {
    border-color: #2944cc;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(2) span {
    background-color: #2944cc;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(3) {
    border-color: #6078f0;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(3) span {
    background-color: #6078f0;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(4) {
    border-color: #b2bdf7;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(4) span {
    background-color: #b2bdf7;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(5) {
    border-color: #d8defb;
}

.ucd-home-overview .box:nth-child(1) li:nth-child(5) span {
    background-color: #d8defb;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(1) {
    border-color: #25378c;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(1) span {
    background-color: #25378c;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(2) {
    border-color: #6078f0;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(2) span {
    background-color: #6078f0;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(3) {
    border-color: #b2bdf7;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(3) span {
    background-color: #b2bdf7;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(4) {
    border-color: #d8defb;
}

.ucd-home-overview .box:nth-child(2) li:nth-child(4) span {
    background-color: #d8defb;
}

/*
* home section 10
*/

.ucd-home-10 {
    margin: 0 0.75rem;
    padding: 70px 0;
}

.ucd-home-10 .container {
    border: 1px solid #e7e6e9;
    border-radius: 20px;
    overflow: hidden;
}

.ucd-home-10 .ucd-home-10-1 {
    background-color: #fff4eb;
    padding: 30px 0 0;
}

.ucd-home-10 .ucd-home-10-1 h2 {
    font-family: inherit;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 48px;
    text-align: center;
    color: #07011c;
    margin-bottom: -25px;
    line-height: 1.2;
}

.ucd-home-10 .ucd-home-10-1 h2 span {
    color: #ff6b00;
}

.ucd-home-10 .ucd-home-10-2 {
    padding: 100px 80px;
    padding-right: 50px;
}

.ucd-home-10 .ucd-home-10-2 img {
    position: relative;
    bottom: 25px;
}

.ucd-home-10 .ucd-home-10-3 {
    background-color: #fff4eb;
    padding: 0 0 20px;
}

.ucd-home-10 .ucd-home-10-3 .links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ucd-home-10 .ucd-home-10-3 .col-md-12 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -25px;
    align-items: center;
}

.ucd-home-10 .ucd-home-10-3 .desc {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #2944cc;
}

.ucd-home-10 .ucd-home-10-2 h3 {
    font-family: inherit;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 160%;
    color: #07011c;
    margin-bottom: 15px;
}

.ucd-home-10 .ucd-home-10-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ucd-home-10 .ucd-home-10-2 ul li {
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.ucd-home-10 .ucd-home-10-2 ul li::before {
    content: "";
    position: absolute;
    background-image: url(https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/sec-2-r-arrow.svg);
    display: block;
    left: 0px;
    top: 3px;
    width: 24px;
    height: 24px;
}

/* other page -speakers */

.other-page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #fff1e6, #fff);
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.other-page-banner .title {
    text-align: center;
    margin-top: 150px;
}

.other-page-banner .title h1 {
    font-weight: 800;
    font-size: 48px;
}

.other-page-banner .sub-title {
    text-align: center;
    margin-top: 5px;
}

.other-page-banner .sub-title p {
    font-weight: 400;
    font-size: 32px;
    color: #2944cc;
}

.blog-page-row {
    padding: 80px 0;
}

.launchpad-4 {
    padding: 80px 0;
}

.launchpad-4 .row {
    justify-content: center;
}

.launchpad-4 .title h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
}

/* Page - Media Kit */
.media-kit-1 {
    padding: 80px 0;
}

.other-page-banner .pages-title-link {
    width: 100%;
    color: #ff6b00;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 18px;
    margin-bottom: 30px;
}

.media-kit-1 .title {
    margin-bottom: 48px;
    font-family: var(--font-inter);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    color: var(--title-color);
}

.media-kit-1 .white-logo {
    background: rgba(7, 1, 28, 1);
    padding: 69px 106px;
    border-radius: 8px;
    text-align: center;
}

.media-kit-1 img {
    max-width: 286px;
}

.media-kit-1 .dark-logo {
    padding: 69px 106px;
    border-radius: 8px;
    border: 2px solid var(--border-grey-color);
    text-align: center;
}

.media-kit-2 {
    padding: 80px 0;
}

.media-kit-2 .title {
    margin-bottom: 48px;
    font-family: var(--font-inter);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    color: var(--title-color);
}

.media-kit-2 .color-box {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--border-grey-color);
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.media-kit-2 .color-box .color-fill {
    width: 254px;
    height: 80px;
    border-radius: 8px;
}

.media-kit-2 .color-box .color-tag {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
}

.media-kit-2 .color-box .color-rgb {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
}

.media-kit-3 {
    padding: 80px 0;
}

.media-kit-3 .title {
    font-family: var(--font-inter);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 48px;
}

.media-kit-3 .col-md-8 .color-box,
.media-kit-3 .col-md-4 .color-box {
    height: 286px;
    border-radius: 8px;
    background: rgba(255, 241, 230, 1);
    margin-bottom: 32px;
}

.media-kit-4 {
    padding: 80px 0 120px 0;
}

/* Page - Be our launchpad */
.launchpad-1 {
    padding: 80px 0 88px 0;
}

.launchpad-1 .row {
    justify-content: center;
    row-gap: 32px;
}

.launchpad-1 .content-box {
    height: 412px;
    border-radius: 12px;
    padding: 32px;
    background-repeat: no-repeat;
    background-size: cover;
}

.launchpad-1 .content-box .icon {
    width: 64px;
    height: 64px;
    padding: 16px;
    border-radius: 64px;
    background: rgba(4, 3, 8, 0.8);
}

.launchpad-1 .content-box .title {
    font-family: var(--white);
    font-size: 34px;
    font-weight: 300;
    line-height: 48.41px;
    text-align: left;
    color: var(--white);
    padding-top: 24px;
}

.launchpad-1 .affiliate {
    padding: 24px;
    border: 2px solid var(--border-grey-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    column-gap: 32px;
    justify-content: center;
}

.launchpad-1 .affiliate p {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: center;
    color: var(--title-color);
}

.launchpad-2 {
    margin-bottom: 32px;
}

.launchpad-2 .container {
    padding-top: 64px;
    padding-bottom: 72px;
    border-radius: 12px;
    background: linear-gradient(311.89deg, #eceffd 0%, #fff4eb 100%);
}

.launchpad-2 .title h2 {
    font-family: var(--font-inter);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 32px;
}

.launchpad-2 ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 80px;
    justify-content: center;
}

.launchpad-2 ul li {
    padding: 18px 30px;
    border-radius: 56px;
    background: rgba(37, 55, 140, 1);
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 300;
    line-height: 24.2px;
    text-align: left;
    color: var(--white);
}

.launchpad-3 .container {
    background: linear-gradient(311.89deg, #eceffd 0%, #fff4eb 100%);
    padding: 64px 48px 72px 48px;
    border-radius: 12px;
}

.launchpad-3 .timeline {
    padding: 0 250px;
}

.launchpad-3 .title {
    font-family: var(--font-inter);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 32px;
}

.launchpad-3 .timeline {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.launchpad-3 .timeline li {
    position: relative;
}

.launchpad-3 .timeline li::marker {
    position: absolute;
    left: -20%;
}

/* TIMELINE ORDERED LIST */
.launchpad-3 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.launchpad-3 ol.numbered {
    counter-reset: numbered-list;
    margin-left: 10px;
    position: relative;
}

.launchpad-3 ol.numbered li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
    /* To position the counter bullet correctly */
}

.launchpad-3 ol.numbered li:before {
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: rgba(255, 255, 255, 1);
    content: counter(numbered-list, decimal);
    counter-increment: numbered-list;
    display: block;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    left: -66px;
    align-content: center;
    top: 0%;
    text-align: center;
    color: rgba(62, 91, 234, 1);
    z-index: 2;
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    text-align: center;
}

.launchpad-3 ol.numbered li:not(:last-child):after {
    content: "";
    border: dashed 2px rgba(216, 222, 251, 1);
    display: inline-block;
    position: absolute;
    top: 63%;
    left: -35px;
    transform: rotate(180deg);
    height: 100%;
    z-index: 1;
}

.launchpad-3 ol.numbered .title {
    font-family: var(--font-inter);
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 8px;
}

.launchpad-3 ol.numbered .description {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--title-color);
    margin: 0;
}

.launchpad-4 {
    padding: 80px 0;
}

.launchpad-4 .title h2 {
    font-family: var(--font-inter);
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 48px;
}

.launchpad-4 .row {
    justify-content: center;
}

.launchpad-4 form label {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    color: var(--grey-font);
    margin-bottom: 12px;
}

.launchpad-4 form input[type="text"],
.launchpad-4 form input[type="number"],
.launchpad-4 form input[type="email"] {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: var(--title-color);
    padding: 10px 24px 10px 24px;
    border-color: var(--border-grey-color);
    border-radius: 4px;
    height: 56px;
}

.launchpad-4 form input[type="text"]:focus,
.launchpad-4 form input[type="number"]:focus,
.launchpad-4 form input[type="email"]:focus {
    box-shadow: none;
    border-color: var(--dark-orange);
}

.launchpad-4 form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: white;
    border: 2px solid rgba(200, 206, 218, 1);
    box-shadow: none;
}

.launchpad-4 form input[type="checkbox"]:checked {
    box-shadow: none;
    background-color: rgba(32, 37, 60, 1) !important;
    color: white;
    border-color: rgba(32, 37, 60, 1);
}

.launchpad-4 form .form-check-label {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: var(--title-color);
    margin: 0 !important;
    padding-top: 2px;
}

.launchpad-4 .form-check-label a {
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: var(--title-color);
    text-decoration: underline !important;
}

.launchpad-4 form .btn-submit {
    padding: 15px 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--dark-orange);
    color: var(--white);
    transition: all 0.3s;
}

.launchpad-4 form .btn-submit:hover {
    background: var(--hover-btn-color);
}

.launchpad-4 form .btn-submit span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
}

.launchpad-4 form .btn-submit i {
    width: 24px;
}

.privacy-policy .main .row,
.page-id-198 .main .row {
    justify-content: center;
    margin-top: 60px;
}

.privacy-policy .main .col-12,
.page-id-198 .main .col-12 {
    width: 80%;
}

.privacy-policy .main .col-12 strong,
.page-id-198 .main .col-12 strong {
    font-size: 20px;
    line-height: 1.7;
}

.privacy-policy .main .col-12 p,
.privacy-policy .main .col-12 li,
.privacy-policy .main .col-12 a,
.page-id-198 .main .col-12 p,
.page-id-198 .main .col-12 li,
.page-id-198 .main .col-12 a {
    font-size: 18px;
    line-height: 1.7;
}

.privacy-policy .main .col-12 a,
.page-id-198 .main .col-12 a {
    color: #ff6b00;
}

/* Page - Apply to be a Speaker */
.apply-speaker {
    padding: 100px 0;
}

.apply-speaker .form-image {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.apply-speaker .title h2 {
    font-family: var(--font-inter);
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: var(--title-color);
}

.apply-speaker .description p {
    font-family: var(--font-inter);
    font-size: 16px;
    font-weight: 300;
    line-height: 25.6px;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 32px;
}

.apply-speaker form input {
    padding: 10px 24px;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: rgba(156, 153, 164, 1);
    border: 1.5px solid var(--border-grey-color);
}

.apply-speaker form input:focus {
    box-shadow: none;
    border: 1.5px solid var(--border-grey-color);
    color: rgba(156, 153, 164, 1);
}

.apply-speaker .btn-submit {
    display: flex;
    padding: 15px 40px;
    border-radius: 4px;
    background: var(--dark-orange);
    width: fit-content;
    align-items: center;
    border: none;
    column-gap: 8px;
    margin-top: 12px;
}

.apply-speaker .btn-submit:hover,
.apply-speaker .btn-submit:focus {
    display: flex;
    padding: 15px 40px;
    border-radius: 4px;
    background: var(--hover-btn-color);
    width: fit-content;
    align-items: center;
    border: none;
}

.apply-speaker .btn-submit span {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    text-align: left;
    color: var(--white);
}

.apply-speaker .btn-submit i {
    width: 24px;
    color: var(--white);
}

/* pitch-page */
.pitch-page {
    padding: 80px 0;
}

.pitch-page .img-wrap img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 12px;
}

.pitch-page .col-lg-8 .card {
    margin-top: 30px;
    border-color: #e8ecfc;
    padding: 30px;
    border-radius: 12px;
}

.pitch-page .col-lg-8 .note {
    margin-top: 30px;
}

.pitch-page .col-lg-8 .card h4 {
    color: #07011c;
    font-size: 24px;
    font-weight: 700;
}

.pitch-page .col-lg-8 .card .u1 li {
    list-style: none;
    position: relative;
    color: #07011c;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 400;
}

.pitch-page .col-lg-8 .card .u1 li::before {
    content: "";
    position: absolute;
    background-image: url(https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/squere.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    left: -30px;
    top: 8px;
    width: 10px;
    height: 10px;
}

.pitch-page .col-lg-8 .card .u2 li::before {
    content: "";
    position: absolute;
    background-image: url(https://unchainedsummit.com/dubai/wp-content/uploads/sites/8/2025/08/right-pitch.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    left: -30px;
    top: 10px;
    width: 16px;
    height: 11px;
}

.pitch-page .col-lg-8 .card .u2 li strong {
    font-weight: 600;
}

.pitch-page .col-lg-8 .card .o1 {
    padding-left: 18px;
}

.pitch-page .col-lg-8 .card .o1 li {
    color: #07011c;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 400;
}

.pitch-page .col-lg-8 .card .o1 li p {
    padding-left: 10px;
    margin-bottom: 0;
}

.pitch-page .col-lg-8 .card .o1 li strong {
    font-weight: 600;
}

.pitch-page .timeline {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    /* space between boxes */
    position: relative;
    margin-top: 30px;
}

/* each item */
.pitch-page .timeline-item {
    text-align: center;
    position: relative;
}

/* date box */
.pitch-page .timeline-box {
    background: #f3f5ff;
    padding: 12px 16px;
    border-radius: 12px;
    position: relative;
    width: fit-content;
    z-index: 1;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.pitch-page .timeline-box strong {
    font-size: 18px;
    font-weight: 700;
    color: #2944cc;
    display: block;
}

.pitch-page .timeline-box span {
    font-size: 18px;
    color: #6078f0;
}

/* connecting line between boxes */
.pitch-page .timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 32%;
    left: 30%;
    width: 270px;
    /* matches gap size */
    height: 2px;
    background: #e0e5fa;
    transform: translateY(-50%);
    z-index: 0;
}

/* dot between lines */
.pitch-page .timeline-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 32%;
    left: calc(100% + 10px);
    /* half of the line width */
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #e0e5fa;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* dot between lines */
.pitch-page .timeline-item:nth-child(2):before {
    left: calc(100% + -30px);
    /* half of the line width */
}

.pitch-page .timeline-item p {
    margin-top: 8px;
    font-size: 18px;
    color: #07011c;
    text-align: left;
}

.pitch-page .note {
    padding: 30px;
    border-radius: 12px;
    background: #eceffd;
    display: flex;
    gap: 10px;
    font-size: 18px;
}

.pitch-page .note p {
    margin-bottom: 0;
    line-height: 1.5;
}

.pitch-page .col-lg-4 {
    position: sticky;
    top: 95px;
    align-self: flex-start;
    z-index: 10;
}

.pitch-page .col-lg-4 .card {
    border-radius: 12px;
    border-color: #e8ecfc;
    padding: 24px 30px;
}

.pitch-page .col-lg-4 .card p {
    color: #07011c;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}

.pitch-page .col-lg-4 .card p svg {
    margin-right: 10px;
}

.pitch-page .col-lg-4 .card .links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.pitch-page .col-lg-4 .card .timer {
    color: #c72014;
    margin-top: 25px;
}

.pitch-page .col-lg-4 .card .timer svg {
    margin-right: 5px;
}
