/* FLEXBOX HELPERS */
.page-wrapper {
    max-width: 1600px;
    /* Or any container width */
    margin: 0 auto;
    /* Centers it */
    padding-left: 4rem;
  padding-right: 4rem;
    box-sizing: border-box;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.flex-1 {
    flex: 1 1 100%;
}

@media (min-width: 768px) {
    .flex-1 {
        flex: 1;
    }
}

@media (max-width: 600px) {
    .page-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/* Roboto Slab */
@font-face {
    font-family: 'Roboto Slab';
    src: url('./fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('./fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('./fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('./fonts/RobotoSlab-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}



/* Helvetica Neue LT Std */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('./fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('./fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('./fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
    font-weight: 300;
}


/* LEGAL BLOCK ALIGNED */
.legal {
    text-align: center;
    background-color: #f6f7f7;
    border-radius: 25px;
    padding: 20px 0;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}



.topper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

.toppertext {
    font-size: 17px;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 300;
}


/* HEADER STYLES */
.headerdiv {
    position: relative;
    width: 100%;
    height: 800px;
    border-radius: 25px;
    overflow: hidden;
}

.header-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% center;
    /* Show more of the right side */
    z-index: 0;
    filter: brightness(0.7);
}

.toptext,
.lefttext {
    margin-left: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.toptext {
    margin-top: 50px;
}   

.lefttext {
    margin-top: 425px;
}

.fade-in-top {
    animation: fade-in-top 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes fade-in-top {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* TEXT STYLING */
.profileTitle {
    font-size: 143.95999999999998px;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    color: #fff;
    font-weight: 700;
    margin: 20px;
    letter-spacing:
        -5px
}

.articleTitle {
    font-size: 39.8px;
}

.profileSubTitle {
    font-size: 39.8px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
  
    letter-spacing: -1.365px
}

.downarrow {
    width: 150px;
}

.primarycolortitle,
.primarycolortext {
    color: #ffd435;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    letter-spacing: -1.365px
}

.secondarycolortext {
    color: #81449a;
    font-size: 53.33333333333333px;
}

.bold {
    font-weight: 700;
}

.textbox {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    /* space between image and heading */
}

/* ARROW CIRCLES */
.arrow-circle,
.arrow-up {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    font-size: 50px;
    border: 2px solid;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.arrow-circle {
    color: #fff;
    border-color: #fff;
}

.arrow-circle:hover {
    background-color: #000;
    color: #fff;
}

.arrow-circle::after {
    content: '\2193';
}

.arrow-up {
    color: #000;
    border-color: #000;
}

.arrow-up:hover {
    background-color: #000;
    color: #fff;
}

.arrow-up::after {
    content: '\2191';
}

/* INFO SECTION */
.infosec,
.interactivediv,
.testimontials {
    width: 100%;
    background-color: #faf7f5;
    color: #000;
    border-radius: 25px;
}

.interactiveheader,
.intervquestion {
    margin-left: 0x;
}

.infotexttitle,
.infotextdesc {
    margin-left: 60px;
}

.infotext {
    margin-top: 40px;
}

.infotexttitle {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 60px;
    font-family: 'Roboto Slab', serif;
    color: #000;
}



.infotextdesc {
    font-size: 37px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 200;

}

.infotextlines {
    margin-top: 0px;
    margin-bottom: 80px;
}


/* LINES */
.scroll-line {
    width: 0;
    height: 2px;
    background-color: #000;
    /* Blue color for the line */
    transition: width 5s ease;
    /* Smooth transition for width change */
}


.bold {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #000;
}

.primarybar {
    width: 100%;
    height: 10px;
    background-color: #81449a;
    /* Black color */
    margin-top: 30px;
    margin-bottom: 30px;
    transition: width 15s ease;
    /* Smooth transition for width change */
}

.secondary-bar {
    width: 50%;
    height: 10px;
    background-color: #81449a;
    /* Black color */
    margin-top: 30px;
    margin-bottom: 30px;
    transition: width 15s ease;
    /* Smooth transition for width change */
}



/* VIDEO SECTION */
.videodiv {


    height: 100%;
    width: 100%;
    border-radius: 25px;
    margin: 30px 0px;
}

.videocontent {
    text-align: center;
}



video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 56.25%;
    border-radius: 25px;
}

.vjs-poster img {
    width: 100%;
    background-color: #fff;
    object-fit: cover;
}

.vjs-big-play-button {
    display: none !important;
}


/* INTERACTIVE SECTION */
.interactiveheader,
.interheader {
    margin-bottom: 60px;

}

.intervtextbody {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.intertitle {
    font-size: 61px;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 700;
    padding-top: 40px;
    margin-left: 40px;
    letter-spacing: -3.355px;
    line-height: 0.9;
}



.testimonialheader {
    margin-top: 20px;
}


.timeline {
    position: relative;
    margin: 50px 0 150px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.timeline .line {
    position: absolute;
    top: 45%;
    left: 0;
    height: 2px;
    background-color: black;
    transition: width 1s ease-in-out;
    z-index: 0;
    width: 0;
}

.timeline .line.visible {
    width: 100%;
}





/* INTERVIEW */
.interview {
    width: 100%;
    background-color: #fff;
    color: #000;

}



/* TESTIMONIALS */

.testimonial-carousel {
    background-color: transparent;
    width: 100%;
    height: 500px;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-color: #faf7f5;
    color: #000;
    border-radius: 25px;
    padding: 20px;
    display: none;
    letter-spacing: -1px;
    line-height: 1;
    transition: opacity 0.6s ease;
}

.testimonial-slide.active {
    display: block;
    position: relative;
}

.testtitle {
    font-size: 61.093333333333334px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 700;
    letter-spacing: -3.66px;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    color: #000;
    text-align: left;
}

.carousel-btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: color 0.3s ease, transform 0.2s ease;
    z-index: 3;
}

.carousel-btn:hover {
    color: #000;
    transform: translateY(-50%) scale(1.15);
}

.carousel-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-btn.prev {
    left: 15px;
}

.carousel-btn.next {
    right: 15px;
}

.testfloat {
    margin-top: 20px;
    width: 500px;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
}

.testbody {
    font-size: 30px;
    font-weight: 200;
    font-family: 'Roboto Slab', serif;

}

.testperson {
    font-size: 20px;
    letter-spacing: 0.048px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;

}

.testimonialheader {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

.testimonial-carousel {
    flex: 2;
    /* 2 parts */
    background: #faf7f5;
    padding: 2rem;
    border-radius: 1.5rem;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.contact-card {
    flex: 1;
    /* 1 part */
    background: #faf7f5;
    padding: 2rem;
    height: 450px;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* CONTACT */


.contact {
    text-align: center;

}

.contactlink {
    text-decoration: none;

}

.contacttitle,
.contactlink {
    color: #81449a;
    font-size: 40px;
    margin: 40px 0px;
    font-weight: 700;
    letter-spacing: -2.2px;
    font-family: 'Helvetica Neue LT Std', sans-serif;
}

.contactinfo {
    font-size: 40px;
    font-weight: 700;
}

.uparrow {
    width: 150px;
}


.contactinfotext {
    font-size: 20px;
    margin: 0;
    padding-bottom: 0;
}

.contactinfo {
    margin: 0px 80px;
}

.arrowbox {
    margin-top: 20px
}

.btn-primary {
    background-color: maroon;
    border-color: maroon;
    font-size: 30px;
}

.btn-primary:hover {
    background-color: black;
    border-color: black;
}

.contactbutton {
    margin: 20px;
}

/* Back to Top Button */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 0, 0, 0.9);
    /* semi-transparent red */
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 18px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    display: none;
    /* Hidden initially */
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    backdrop-filter: blur(4px);
    /* adds soft blur behind */
}



/* Hover effect */
#backToTop:hover {
    background-color: black;
    /* Darker blue on hover */
    opacity: 1;
    /* Full opacity when hovering */
    transform: translateY(-5px);
    /* Slight lift effect on hover */
}

/* Active state (when button is clicked) */
#backToTop:active {
    transform: translateY(2px);
    /* Button pushes down when clicked */
}

/* Ensure button is centered and visible after circle click */
#backToTop.visible {
    display: block;
}

/* Footer */
.legal {
    text-align: center;
    background-color: #f6f7f7;
    border-radius: 25px;
    padding: 20px 0px;
    margin-top: 20px;

}

.legaltext {
    font-size: 12px;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    margin: 20px;
    color: #000;
}

.legallink {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: 'Helvetica Neue LT Std', sans-serif;

}

.footertext {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size:  14px;
    color: #000;
    margin-left: 10px;
}

/* tab bars v2 */
.top-bar {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #ccc;
    gap: 1rem;
    padding: 1rem;
    scroll-snap-type: x mandatory;
    background: #f9f9f9;
}

.tab {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    scroll-snap-align: start;
    padding: 0.5rem;
    border-radius: 10px;
    transition: background 0.3s;
}

.question-content {
    padding: 1rem;
}

/* ----- Scroll Wrapper ----- */
.interview-scroll-wrapper {
    position: relative;

    overflow: hidden;
}

.interview-scroll-inner {
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* ----- Question Content ----- */
.question {
    display: none;
    padding: 0px 20px;
    margin: 0 auto;

}

.question.active {
    display: block;
}

.question h2 {
    font-size: 45.33333333333333px;
    line-height: 1;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    letter-spacing: -2.475px;

}

.question p {
    font-size: 20.653333333333332px;
    font-weight: 200;
    letter-spacing:
        -0.9px;
    font-family: 'Roboto Slab', serif;
}

.top-bar::before {
    content: '';
    position: absolute;
    top: 40%;
    /* or adjust to where you want the line */
    left: 0;
    width: 100%;
    /* stretch full width of parent */
    height: 1px;
    /* line thickness */
    background-color: black;
    z-index: 0;
    opacity: 0.5;
    /* optional: make it semi-transparent */
    transition: opacity 0.3s ease;
    /* smooth transition for hover effect */
}

.top-bar {
    position: relative;
    /* Needed for absolute ::before to be relative to this */
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem;
    background-color: transparent;
    /* optional */
    border: none;
}

.tab {
    flex: 1;
    text-align: center;
    z-index: 1;
    /* Ensure image is above the circle */
}

.tab img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    z-index: 1;
    /* Ensure image is above the circle */
}

.tab.active {
    position: relative;
    z-index: 1;
    /* Ensure image is above the circle */
}


.tab.active::before {
    content: "";
    position: absolute;
    top: 31%;
    left: 50%;
    z-index: 1;
    /* Ensure image is above the circle */
    transform: translate(-50%, -50%);
    width: 200px;
    /* Outer circle diameter */
    height: 200px;
    background: radial-gradient(circle,
            transparent 60px,
            /* clear center */
            rgba(209, 209, 209, 0.5) 60px,
            /* light grey (semi-transparent) */
            rgba(209, 209, 209, 0.5) 75px,
            rgba(194, 194, 194, 0.5) 75px,
            /* dark grey (semi-transparent) */
            rgba(194, 194, 194, 0.5) 100px,
            transparent 115px);
    border-radius: 50%;
    z-index: 1;
}

.tab.active img {
    position: relative;
    z-index: 1;

}

.tab span {
    display: block;
    margin-top: 20px;
    font-size: 17px;
    ;
    font-weight: 300;
    color: #000;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    /* or inherit */
}

.tab.active span {
    font-weight: bold;
    padding-top: 30px
}

@media (max-width: 768px) {
    .top-bar {
        overflow-x: auto;
        gap: 1rem;
    }

    .tab {
        flex: 0 0 auto;
    }
}

.footer {
    display: flex;
    justify-content: space-between;
    /* pushes left and right to edges */
    align-items: center;
    /* vertically centers items */
    width: 100%;
}

.footersponsor {
    width: 400px;
    height: auto;

}

.footerleft,
.footerright {
    width: 50%;
}

.socials {
    text-align: right;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    color: #000;
    font-size: 12px;
}

.sociallink {
    text-decoration: none;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    color: #000;
    font-size: 12px;

}

@media (max-width: 768px) {
    .flex-row {
        flex-direction: column;
    }

    .flex-1 {
        width: 100%;
        /* makes sure it spans full width */
        flex: 1 1 100%;
        /* allow it to grow and shrink */
    }

    .testimonialheader {
        flex-direction: column;
    }
    .page-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .testimonial-carousel,
    .contact-card {
        width: 100%;
        flex: 1 1 100%;
    }

    .headerdiv {
        height: 225px;
    }
}


/* RESPONSIVE */
@media only screen and (max-width: 600px) {


    .toppertext {
        font-size: 12px;
    }

    .toptext {
        margin-top: 0px;
    }

    .headerdiv {
        margin-top: 0px;
    }

    .profileTitle {
        font-size: 60px;
        letter-spacing: -1px;
        margin: 20px 0px;
    }

    .profileSubTitle {
        margin: 0px;
        font-size: 20px;
        padding-bottom:15px;
    }

    .lefttext {
        margin-top: 45px;
    }

    .downarrow {
        width: 90px;
        margin-left: -10px;
    }

    .infotexttitle {
        font-size: 26px;
        margin-bottom: 50px;
    }

    .infotexttitle {
        margin: 20px 20px;
    }

    .infotextdesc {
        font-size: 20px;
        margin: 0px 20px;
    }

    .scroll-line {
        width: 95%;

    }

    .intertitle {
        font-size: 32px;
        margin-left: 20px;
        letter-spacing: -1px;
    }

    .tab img {
        width: 100px;
        height: 100px;
        margin-top: 5px;
    }

    .top-bar::before {
        display: none;
    }

    .tab.active::before {
        width: 150px;
        height: 150px;
        background: radial-gradient(circle,
                transparent 45px,
                rgba(209, 209, 209, 0.5) 45px,
                rgba(209, 209, 209, 0.5) 60px,
                rgba(194, 194, 194, 0.5) 60px,
                rgba(194, 194, 194, 0.5) 75px,
                transparent 75px);
    }

    .tab span {
        font-size: 15px;
    }

    .tab.active span {
        padding-top: 10px;

    }

    .secondarycolortext {
        font-size: 30px;
    }

    .question {
        padding: 0px;
    }

    .question h2 {
        font-size: 26px;
        margin-left: 20px;
        letter-spacing: -1px;

    }

    .question p {
        font-size: 18px;
        margin-left: 20px;
    }

    .intervtextbody {
        margin-left: 0px;
        margin-right: 0px;
    }


    .articleTitle,
    .intervquestion {
        font-size: 27px;
    }

    .toptext {
        padding-top: 0px;
    }

    .toptext,
    .lefttext,
    .interactiveheader {
        margin-left: 20px;
    }

    .intervquestion {
        margin-left: 0px;
    }

    .testimonial-carousel,
    .contact-card {
        height: 300px;
    }

    .testtitle {
        font-size: 30px;
        margin: 0px;
        letter-spacing: -1px;
    }

    .testfloat {
        width: 100%;
        left: 0px;
        transform: none;
        margin: 0px;
        position: relative;
    }

    .testbody {
        font-size: 20px;
        margin: 20px;
    }

    .testperson {
        font-size: 16px;
        margin: 20px;
    }

    .contact-colour {
        background-color: #faf7f5;
        border-radius: 25px;
        padding: 20px;
    }

    .uparrow {
        width: 90px;
    }

    .contacttitle {
        font-size: 30px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
    }

    .footerleft {
        width: 100%;
        text-align: center;

    }

    .footersponsor {
        width: 300px;
        text-align: center;

    }

    .footerright {
        width: 100%;
    }

    .socials,
    .footertext {
        text-align: center;
    }


    #interview2,
    #interview4,
    #interview6 {

        text-align: left;
    }

    #interview2>.interheader,
    #interview4>.interheader,
    #interview6>.interheader {
        margin-left: 20px;
        margin-right: 0px;
    }

    /* Grid layout for mobile (3 items per row) */
    .timeline-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* or even 1fr for single column */
        /* 3 columns on mobile */
        gap: 20px;
        width: 100%;
    }
    .tab.active::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 50%;
    z-index: 1;
    /* Ensure image is above the circle */
    transform: translate(-50%, -50%);
  width: 145px;
    height: 145px;
    background: radial-gradient(circle,
      transparent 37.5%,
      rgba(209, 209, 209, 0.5) 37.5%,
      rgba(209, 209, 209, 0.5) 47.5%,
      rgba(194, 194, 194, 0.5) 47.5%,
      rgba(194, 194, 194, 0.5) 57.5%,
      transparent 57.5%);
    border-radius: 50%;
    z-index: 1;
}




    .circle {
        width: 100px;
        height: 100px;
    }


    .card {
        width: 120%;
        /* Make the card larger than its container */
        top: 120px;
        /* Adjust the card position */
        left: 50%;
        transform: translateX(-50%) scale(1.1);
        /* Make the card slightly larger */
    }

    .headerdiv {
        background-color: rgba(0, 0, 0, 0.4);
    }

    #backToTop {
        bottom: 80px;
        /* stay above nav bars or thumbs */
        right: 15px;
        padding: 16px;
        font-size: 20px;
    }



    .testimonial-slide {
        padding: 10px 16px 16px 16px;
        /* smaller padding on mobile */
    }

    .carousel-btn {
        font-size: 1.5rem;
        padding: 0.4rem;
    }

    .carousel-btn.prev {
        left: 10px;
    }

    .carousel-btn.next {
        right: 10px;
    }


}