body {
    font-family: "Roboto", sans-serif;
}

/* ===== HEADER ===== */
.main-header {
    background-color: #fff;
    padding: 15px 0;
}

/* LOGO */
.logo-circle {
    width: 55px;
    height: 55px;
    background-color: #cf3a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.company-name {
    color: #cf3a35;
    font-weight: 600;
}

.company-sub {
    color: #cf3a35;
    font-size: 12px;
}

/* NAV */
.nav-menu .nav-link {
    color: #cf3a35;
    margin: 0 18px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.nav-menu .nav-link:hover {
    opacity: 0.7;
}

/* BUTTON */
.consultation-btn {
    background-color: #cf3a35;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
}

.consultation-btn:hover {
    background-color: #c4eb00;
}

/* ===== HERO SECTION ===== */
.hero-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Background wrapper */
.hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Each slide */
.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

/* Images */
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            #fff 0%,
            rgba(26, 28, 27, 0.8) 50%,
            transparent 100%);
    opacity: 0.9;
}

/* Content */
.hero-title {
    font-size: 48px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 18px;
    margin-top: 15px;
    color: #ccc;
}

/* ===== HERO CONTENT ===== */

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* MAIN TITLE */
.hero-main-title span {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9;
    color: #cf3a35;
}

.hero-main-title span {
    font-size: 70px;
}



/* SUB HEADING */
.hero-sub-heading {
    font-size: 32px;
    color: #000;
    margin: 20px 0;
    font-weight: 300;
}

.hero-sub-heading .highlight {
    color: #cf3a35;
    font-weight: 600;
}

/* DESCRIPTION */
.hero-description {
    font-size: 18px;
    color: #000;
    max-width: 600px;
    margin-bottom: 30px;
}

/* BUTTONS */
.btn-primary-custom {
    background-color: #fff;
    color: #000;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-primary-custom:hover {
    background-color: #cf3a35;
    transform: scale(1.05);
}

.btn-outline-custom {
    border: 2px solid #fff;
    color: fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    background-color: #cf3a35;
    color: #fff;
    transform: scale(1.05);
}

/* STATS */
.stat-number {
    font-size: 40px;
    font-weight: 900;
    color: #cf3a35;
}

.stat-label {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-border {
    border-color: #3f4816 !important;
}

/* ===== ECOSYSTEM SECTION ===== */

.ecosystem-section {
    background-color: #fff;
    padding: 80px 0;
}

/* BADGE */
.ecosystem-badge {
    background-color: #fff;
    color: #cf3a35;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* TITLE */
.ecosystem-title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

/* DESCRIPTION */
.ecosystem-text {
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

.ecosystem-text .highlight {
    color: #fff;
    font-weight: 600;
}

/* CARDS */
.ecosystem-card {
    background-color: #fff;
    border: 1px solid #3f4816;
    padding: 30px;
    transition: 0.3s;
    height: 100%;
    border-radius: 20px;
}

.ecosystem-card:hover {
    border-color: #cf3a35;
}

/* CARD TEXT */
.ecosystem-card h3 {
    font-size: 36px;
    font-weight: 900;
    color: #cf3a35;
    margin-bottom: 10px;
}

.ecosystem-card p {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

/* ===== VENTURES SECTION ===== */

.ventures-section {
    background-color: #000;
}

/* TITLE */
.ventures-title {
    font-size: 50px;
    font-weight: 900;
    color: #cf3a35;
    text-transform: uppercase;
}

.ventures-subtext {
    color: #fff;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

/* CARD */
.venture-card {
    background: #fff;
    border: 1px solid #3f4816;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    border-radius: 20px;
}

.venture-card:hover {
    border-color: #cf3a35;
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(217, 251, 6, 0.2);
}

/* IMAGE */
.venture-img {
    height: 250px;
    overflow: hidden;
}

.venture-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
    object-position: top;
}

.venture-card:hover img {
    transform: scale(1.1);
}

/* CONTENT */
.venture-content {
    padding: 20px;
    background: #cf3a35;
}

.venture-tag {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.venture-content h3 {
    color: #fff;
    font-size: 22px;
    margin: 10px 0;
}

.venture-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

/* LINK */
.venture-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.venture-link:hover {
    color: #cf3a35;
}

/* LEFT LINE ANIMATION */
.venture-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #cf3a35;
    transition: 0.4s;
}

.venture-card:hover .venture-line {
    height: 100%;
}

/* FOOTER */
.venture-footer-text {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* SECTION */
.leadership-section {
    background: #fff;
}

/* HEADER */
.section-title {
    font-size: 60px;
    font-weight: 900;
    color: #cf3a35;
    text-transform: uppercase;
}

.section-subtext {
    color: #000;
    max-width: 700px;
    margin: auto;
}

/* FOUNDER */
.founder-box {
    background: #cf3a35;
    border: 1px solid #3f4816;
    padding: 40px;
    border-radius: 20px;
}

.founder-img-wrapper {
    position: relative;
}

.founder-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: 0.7s;
}

.founder-img:hover img {
    transform: scale(1.05);
}

/* overlay */
.img-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.5;
}

/* corner border */
.corner-border {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border: 4px solid #cf3a35;
}

/* TEXT */
.founder-tag {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.founder-name {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
}

.founder-role {
    color: #fff;
}

.founder-desc {
    color: #fff;
    margin: 20px 0;
}

/* TEAM */
.team-title {
    color: #cf3a35;
    font-weight: 900;
    text-transform: uppercase;
}

/* CARD */
.team-card {
    background: #cf3a35;
    border: 1px solid #3f4816;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.team-card:hover {
    border-color: #cf3a35;
    transform: translateY(-10px);
}

/* IMAGE */
.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.7s;
}

.team-card:hover img {
    transform: scale(1.1);
}

/* LINKEDIN */
.linkedin-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #cf3a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
}

.team-card:hover .linkedin-btn {
    opacity: 1;
    transform: scale(1);
}

/* TEXT */
.team-content {
    padding: 15px;
}

.team-content h4 {
    color: #fff;
}

.team-content p {
    color: #fff;
}

/* BOTTOM LINE */
.bottom-line {
    height: 3px;
    width: 0;
    background: #cf3a35;
    transition: 0.4s;
}

.team-card:hover .bottom-line {
    width: 100%;
}

.testimonial-section {
    background: #cf3a35;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* BLOBS */
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .05;
}

.blob-left {
    width: 256px;
    height: 256px;
    top: 80px;
    left: 40px;
    background: #cf3a35;
}

.blob-right {
    width: 384px;
    height: 384px;
    bottom: 80px;
    right: 40px;
    background: #cf3a35;
}

/* HEADER */
.heading {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.heading span {
    display: block;
}

.subtext {
    color: #fff;
    font-size: 18px;
    max-width: 768px;
    margin: auto;
    line-height: 1.6;
}

/* CAROUSEL */
.carousel-wrapper {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.carousel-viewport {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    margin-left: -16px;
    transition: transform .5s ease;
}

.slide {
    flex: 0 0 100%;
    padding-left: 16px;
}

/* CARD */
.card {
    background: #fff;
    border: 1px solid #3f4816;
    border-radius: 12px;
    padding: 32px;
    position: relative;
}

.card:hover {
    border-color: #cf3a35;
}

/* QUOTE */
.quote {
    position: absolute;
    top: 32px;
    left: 32px;
    opacity: .2;
    color: #cf3a35;
}

/* TEXT */
.text {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
    margin-bottom: 32px;
}

/* USER */
.user {
    display: flex;
    align-items: center;
    border-top: 1px solid #3f4816;
    padding-top: 24px;
}

.avatar {
    width: 64px;
    height: 64px;
    background: #cf3a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-weight: 900;
}

/* ARROWS */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #cf3a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    z-index: 10;
    cursor: pointer;
}

.arrow.left {
    left: -45px;
}

.arrow.right {
    right: -45px;
}

/* PARTNERS */
.partner-grid {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    opacity: .6;
    border-radius: 20px;
}

.partner-box {
    width: 128px;
    height: 64px;
    background: #fff;
    border: 1px solid #3f4816;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;

}

.name {
    color: #cf3a35;
    font-weight: 700;
    font-size: 18px;
}

/* ROLE */
.role {
    color: #000;
    font-size: 14px;
}

/* COMPANY */
.company {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* QUOTE ICON */
.quote {
    position: absolute;
    top: 32px;
    left: 32px;
    color: #cf3a35;
    opacity: 0.2;
}
.partner-label {
    color: #fff;
    margin-top: 50px;
    font-size: 42px;
}

/* SECTION */
.press-section {
    background: #545050;
    padding: 100px 0;
}

/* TITLE */
.press-title {
    font-size: 60px;
    font-weight: 900;
    color: #cf3a35;
    text-transform: uppercase;
}

.press-subtext {
    color: #fff;
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}

/* CARD */
.press-card {
    background: #cf3a35;
    border: 1px solid #3f4816;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    border-radius: 20px;
}

.press-card:hover {
    border-color: #cf3a35;
    transform: translateY(-10px);
}

/* IMAGE */
.press-img {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.press-img.h-80 {
    height: 320px;
}

.press-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}

.press-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.img-overlay {
    position: absolute;

}

/* BADGE */
.badge-custom {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #cf3a35;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* CONTENT */
.press-content {
    padding: 24px;
}

.press-date {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

/* HEADINGS */
.press-heading-lg {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.press-heading {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

/* TEXT */
.press-text {
    color: #fff;
    margin: 10px 0 20px;
}

/* LINK */
.press-link {
    color: #cf3a35;
    text-decoration: none;
}

.press-link:hover {
    color: #cf3a35;
}

/* TOP LINE */
.top-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #cf3a35;
    transition: 0.4s;
}

.press-card:hover .top-line {
    width: 100%;
}

/* MEDIA BOX */
.media-box {
    margin-top: 60px;
    padding: 40px;
    background: #cf3a35;
    border: 1px solid #3f4816;
    border-radius: 20px;
}

.media-box h3 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
}

.media-box p {
    color: #fff;
    margin: 24px 0;
}

/* EVENTS */
.events-section {
    margin-top: 60px;
}

.events-title {
    color: #cf3a35;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;

}

.event-card {
    background: #fff;
    border: 1px solid #3f4816;
    padding: 20px;
    transition: 0.3s;
    text-align: left;
    border-radius: 20px;
    text-align: center;

}

.event-card:hover {
    border-color: #cf3a35;
}

.event-date {
    color: #cf3a35;
    font-size: 12px;
    text-transform: uppercase;
}

.event-card h4 {
    color: #cf3a35;
    font-size: 24px;
}

.event-card p {
    color: #000;
    font-size: 14px;
}

/* SECTION */
.ecosystem-section {
    background: #cf3a35;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

/* DOT BACKGROUND */
.dot-bg {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle, #cf3a35 1px, transparent 1px);
    background-size: 50px 50px;
}

/* TITLE */
.eco-title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.eco-title span {
    display: block;
}

.eco-subtext {
    color: #fff;
    max-width: 700px;
    margin: auto;
    font-size: 18px;
}

/* CARD */
.eco-card {
    display: block;
    position: relative;
    background: #fff;
    border: 2px solid #3f4816;
    padding: 30px;
    overflow: hidden;
    transition: 0.5s;
    text-decoration: none;
}

.eco-card:hover {
    border-color: #cf3a35;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(217, 251, 6, 0.2);
}

/* HOVER OVERLAY */
.eco-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, transparent, transparent);
    transition: 0.5s;
}

.eco-card:hover .eco-overlay {
    background: linear-gradient(to bottom right, rgba(217, 251, 6, 0.1), rgba(248, 212, 122, 0.05));
}

/* CONTENT */
.eco-content {
    position: relative;
    z-index: 2;
}

/* TOP */
.eco-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* ICON */
.eco-icon {
    width: 55px;
    height: 55px;
    background: #cf3a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #fff;
    font-size: 22px;
}

.eco-card:hover .eco-icon {
    transform: scale(1.1) rotate(12deg);
}

/* EXTERNAL */
.eco-external {
    color: #000;
    transition: 0.3s;
}

.eco-card:hover .eco-external {
    color: #cf3a35;
}

/* TEXT */
.eco-card h3 {
    color: #cf3a35;
    font-size: 20px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.eco-card:hover h3 {
    color: #cf3a35;
}

.eco-card p {
    color: #000;
    font-size: 14px;
}

/* LINE */
.eco-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #cf3a35;
    transition: 0.5s;
}

.eco-card:hover .eco-line {
    width: 100%;
}

/* SUBSCRIBE */
.subscribe-box {
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(to right, #fff, #fff);
    border: 1px solid #3f4816;
    border-radius: 20px;
}

.subscribe-box h3 {
    color: #cf3a35;
    font-size: 40px;
    text-transform: uppercase;
}

.subscribe-box p {
    color: #000;
    margin: 20px 0;
    font-size: 24px;
}

/* FORM */
.subscribe-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.subscribe-form input {
    background: #fff;
    border: 2px solid #3f4816;
    padding: 12px 20px;
    border-radius: 50px;
    color: #000;
    min-width: 250px;
}

.subscribe-form input:focus {
    border-color: #cf3a35;
    outline: none;
}

.subscribe-form button {
    background: #cf3a35;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.subscribe-form button:hover {
    background: #cf3a35;
    transform: scale(1.05);
}

/* SECTION */
.cta-section {
    background: linear-gradient(to bottom right, #fff, #fff, #fff);
    padding: 100px 0;
    position: relative;
}

/* GLOW LINES */
.top-line,
.bottom-line {
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, transparent, #cf3a35, transparent);
}

.top-line {
    top: 0;
}

.bottom-line {
    bottom: 0;
}

/* PATTERN */
.pattern-bg {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: repeating-linear-gradient(45deg,
            #cf3a35 0px,
            #cf3a35 1px,
            transparent 0px,
            transparent 50%);
    background-size: 20px 20px;
}

/* TITLE */
.cta-title {
    font-size: 70px;
    font-weight: 900;
    color: #cf3a35;
    text-transform: uppercase;
    line-height: 0.9;
}

.cta-title span {
    display: block;
}

.cta-subtext {
    font-size: 20px;
    color: #000;
    max-width: 700px;
    margin: auto;
}

/* CARD */
.cta-card {
    background: #fff;
    border: 2px solid #3f4816;
    padding: 25px;
    transition: 0.5s;
    cursor: pointer;
}

.cta-card:hover {
    border-color: #cf3a35;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(217, 251, 6, 0.2);
}

/* ICON */
.cta-icon {
    width: 55px;
    height: 55px;
    background: #cf3a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 22px;
    color: #fff;
    transition: 0.3s;
}

.cta-card:hover .cta-icon {
    transform: scale(1.1) rotate(12deg);
}

/* TEXT */
.cta-card h3 {
    color: #cf3a35;
    font-size: 16px;
    text-transform: uppercase;
}

.cta-card p {
    color: #000;
    font-size: 14px;
}

/* LINK */
.cta-link {
    color: #cf3a35;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.cta-card:hover .cta-link {
    color: #cf3a35;
}

/* BUTTONS */
.btn-primary-xl {
    background: #cf3a35;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: 0.3s;
}

.btn-primary-xl:hover {
    background: #cf3a35;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(217, 251, 6, 0.3);
}

.btn-outline-xl {
    border: 2px solid #cf3a35;
    color: #cf3a35;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    transition: 0.3s;
}

.btn-outline-xl:hover {
    background: #cf3a35;
    color: #fff;
    transform: scale(1.1);
}

/* STATS */
.cta-stats {
    margin-top: 60px;
    color: #000;
}

.stat {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot {
    width: 6px;
    height: 6px;
    background: #cf3a35;
    border-radius: 50%;
}

/* FOOTER */
.footer-section {
    background: #fff;
    border-top: 1px solid #3f4816;
}

/* LOGO */
.logo-circle {
    width: 50px;
    height: 50px;
    background: #cf3a35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}

.logo-text {
    color: #cf3a35;
    font-weight: bold;
}

.logo-sub {
    color: #cf3a35;
    font-size: 12px;
}

/* TEXT */
.footer-text {
    color: #000;
    font-size: 18px;
    margin: 15px 0;
}

/* SOCIAL */
.social-icons a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cf3a35;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #cf3a35;
    color: #fff;
}

/* TITLES */
.footer-title {
    color: #cf3a35;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #cf3a35;
}

/* CONTACT */
.footer-contact p {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #3f4816;
    padding: 20px 0;
}

.footer-bottom p {
    color: #000;
    font-size: 14px;
}

/* BOTTOM LINKS */
.footer-links-bottom a {
    margin: 0 10px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.footer-links-bottom a:hover {
    color: #cf3a35;
}

/* BACK TO TOP */
.back-top {
    background: none;
    border: none;
    color: #cf3a35;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.back-top:hover {
    color: #cf3a35;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.contact-item i {
    color: #cf3a35;
    font-size: 16px;
    margin-top: 3px;
}

.contact-item p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.main-logo {
    height: 90px;
    /* adjust as needed */
    width: auto;
    object-fit: contain;
}

.footer-main-logo {
    height: 100px;
    /* slightly smaller than header */
    width: auto;
    object-fit: contain;

}

/* HERO */
.speaking-hero {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('https://images.unsplash.com/photo-1543269865-cbf427effbad');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero-title {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-sub {
    font-size: 20px;
}

/* ASSIST */
.assist-card {
    border: 2px solid #cf3a35;
    padding: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.assist-card:hover {
    background: #cf3a35;
    color: #fff;
}

/* KEYNOTES */
.keynote-section {
    background: #000;
}

.keynote-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    transition: 0.3s;
}

.keynote-card:hover {
    transform: translateY(-8px);
}

/* OUTCOMES */
.outcomes-section {
    background: #cf3a35;
    color: #fff;
}

.outcome-box {
    padding: 25px;
    border: 2px solid #fff;
    font-weight: 700;
}

/* CTA override */
.cta-section {
    background: #fff;
}

/* HERO */
.speaking-hero {
    height: 100vh;
    background: url('https://images.unsplash.com/photo-1551836022-d5d88e9218df') center/cover;
    position: relative;
}

.speaking-hero .hero-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, .85), transparent);
}

/* ANIMATION */
.hero-main-title span {
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}

.hero-main-title span:nth-child(1) {
    animation-delay: .2s;
}

.hero-main-title span:nth-child(2) {
    animation-delay: .4s;
}

.hero-main-title span:nth-child(3) {
    animation-delay: .6s;
}

/* STATS STRIP */
.stats-strip {
    background: #000;
    color: #fff;
    padding: 40px 0;
}

.stats-strip h3 {
    color: #cf3a35;
    font-size: 40px;
}

/* ASSIST */
.assist-box {
    border: 1px solid #3f4816;
    padding: 30px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .4s;
}

.assist-box:hover {
    background: #cf3a35;
    color: #fff;
    transform: translateY(-8px);
}

/* SPEAKING CARD */
.speaking-card {
    background: #fff;
}

.speaking-card ul {
    padding-left: 20px;
}

/* OUTCOME */
.outcomes-section {
    background: #cf3a35;
}

.outcome-box {
    border: 2px solid #fff;
    padding: 25px;
    color: #fff;
    transition: .3s;
}

.outcome-box:hover {
    background: #fff;
    color: #cf3a35;
}

/* CTA spacing fix */
.cta-section .btn-outline-xl {
    margin-left: 10px;
}

.partner-slider {
    padding: 30px 0;
}

.partner-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-slider img {
    width: 230px;
    height: 90px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-slider img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* VIDEO SECTION START */

.cptv-videos {
    background: var(--cptv-green);
    padding: 80px 0;
    color: var(--cptv-white);
}

.cptv-videos .cptv-section-header h2 {
    font-size: 50px;
    margin-bottom: 10px;
    color: #cf3a35;
    font-weight: 700;
}

.cptv-videos .cptv-section-header span {
    color: var(--cptv-yellow);
}

.cptv-videos .cptv-section-header p {
    color: var(--cptv-text);
    margin-bottom: 60px;
}

.cptv-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cptv-video-card {
    background: #111;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
}

.cptv-video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.cptv-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
    overflow: hidden;
}

.cptv-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cptv-video-content {
    padding: 20px;
}

.cptv-video-content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.3s;
}

.cptv-video-content p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

.cptv-video-card:hover h3 {
    color: #cf3a35;
}

.cptv-video-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--cptv-green), var(--cptv-red));
    opacity: 0;
    transition: 0.4s;
    z-index: 0;
}

.cptv-video-card:hover::before {
    opacity: 0.08;
}


@media (max-width: 991px) {
    .cptv-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .cptv-video-grid {
        grid-template-columns: 1fr;
    }

    .cptv-videos {
        padding: 80px 0;
    }

    .cptv-videos .cptv-section-header h2 {
        font-size: 30px;
    }
}

/* VIDEO SECTION END */

.press-grid .col-md-6 {
    display: flex;
}

.press-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.press-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.press-link {
    margin-top: auto;
}

.row.g-4>[class*="col-"] {
    display: flex;
    justify-content: center;
}

.team-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.team-img {
    width: 100%;
    height: 460px;
    /* adjust if needed */
    overflow: hidden;
}

.partner-slider .swiper-slide {
    width: auto !important;
    /* auto width based on logo */
    height: 120px;
    /* fixed height */

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 0 12px;
    /* uniform spacing */

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.partner-slider .swiper-slide img {
    max-height: 70px;
    /* keeps logos consistent */
    width: auto;
    object-fit: contain;
    display: block;
}

/* EVENTS SECTION */
.events-section {
    margin-top: 80px;
}

.events-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

/* EVENT CARD */
.event-card {
    height: 100%;
    min-height: 240px;

    padding: 35px 25px;

    border-radius: 20px;

    background: linear-gradient(145deg, #ffffff, #f5f7fa);

    border: 1px solid rgba(207, 58, 53, 0.15);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);

    transition: all 0.35s ease;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    position: relative;
    overflow: hidden;
}

/* TOP ACCENT */
.event-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 5px;

    background: #cf3a35;
}

/* HOVER */
.event-card:hover {
    transform: translateY(-8px);

    border-color: #cf3a35;

    box-shadow:
        0 18px 40px rgba(207, 58, 53, 0.18);
}

/* DATE */
.event-date {
    display: inline-block;

    padding: 8px 18px;
    margin-bottom: 18px;

    border-radius: 50px;

    background: rgba(207, 58, 53, 0.1);
    color: #cf3a35;

    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* TITLE */
.event-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;

    color: #111;

    margin-bottom: 15px;
}

/* LOCATION */
.event-card p {
    margin: 0;

    font-size: 0.95rem;
    font-weight: 500;

    color: #666;
}

/* MOBILE */
@media (max-width: 768px) {

    .event-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .event-card h4 {
        font-size: 1.05rem;
    }
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.bottom-line {
    margin-top: auto;
}

.team-content h4 {
    min-height: 48px;
}