/* Google Fonts loaded via preload in HTML for better performance */

:root {
    --primaryColor: #fff;
    --primaryFont: 'Raleway', sans-serif;
    --primaryFontWeight: 500;
    --primaryTransition: all 0.3s linear;
    --primaryHoverColor: #19988B;
    --primaryBackground: #13284C;
    --primaryOpacity: 1;
    --secondaryColor: #777;
    --secondaryFont: 'Poppins', sans-serif;
    --secondaryTransition: all 0.5s linear;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    /* background: linear-gradient(transparent, var(--primaryHoverColor)); */
    /* border-radius: 6px; */
    background: transparent;
}

::-webkit-scrollbar-thumb:hover {
    /* background: linear-gradient(transparent, hsla(153, 77%, 46%, 0.678)); */
    background: transparent;
}

::selection {
    background: var(--primaryHoverColor);
    color: rgb(255, 255, 255);
}

*,
::before,
::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins' !important;
}

/* NAVBAR START */
/* ─── Navbar General ─────────────────────────────── */
.main_nav-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.custom-nav {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Slightly more opaque + shadow when scrolled */
.main_nav-bar.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    background: rgba(19, 40, 76, 0.98) !important;
}

/* ─── Nav Links ──────────────────────────────────── */
.custom-nav-link {
    font-size: 0.78rem !important;
    letter-spacing: 0.12em !important;
    font-weight: 600 !important;
    padding: 0.5rem 1rem !important;
    position: relative;
    transition: color 0.2s ease !important;
}

/* Animated underline on hover */
.custom-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background: #1abc9c;
    transform: scaleX(0);
    transition: transform 0.25s ease;
    border-radius: 2px;
}

.custom-nav-link:hover::after,
.custom-nav-link.active::after {
    transform: scaleX(1);
}

.custom-nav-link:hover {
    color: #1abc9c !important;
}

/* ─── Dropdown ───────────────────────────────────── */
.dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0.5rem;
    min-width: 160px;
}

.dropdown-item {
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
    background: #e8f8f5;
    color: #1abc9c;
}

/* ─── Logo ───────────────────────────────────────── */
.navbar-logo img {
    transition: opacity 0.2s ease;
}

.navbar-logo img:hover {
    opacity: 0.85;
}

/* NAVBAR MEDIA QUERY END */
/* NAVBAR END */
/* TITLE BAR */
@media screen and (min-width:991px) and (max-width:1200px) {

    .landing-page-heading::after,
    .schedule_heading::after,
    .challenge_heading::after,
    .sponsors-heading::after,
    .contact-heading::after {
        display: none;
    }
}

/* SECTION - 1 START */
.landing-page {
    min-height: 100vh;
    position: relative;
    background: url('./Images/gravel\ 1.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.overlay {
    position: absolute;
    z-index: 2;
    background: #191919;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.pattern-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('./Images/Icons/bg_pattern.png');
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

header {
    z-index: 4;
    color: #fff;
    font-family: 'Raleway';
    font-weight: var(--primaryFontWeight);
    text-transform: uppercase;
}

.landing-page-heading {
    font-family: var(--secondaryFont);
}

.landing-page-heading h1 {
    font-size: 49px;
    font-weight: 700;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.landing-page-heading .highlight {
    font-weight: bold;
    color: var(--primaryHoverColor);
}

.landing-page-heading::after {
    /* content: ''; */
    position: absolute;
    background: var(--primaryHoverColor);
    width: 75px;
    height: 3px;
    display: block;
    left: 47.3%;
    top: 46.7%;
}

.landing-page-heading h3 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 30px;
}

.landing-page-heading h4 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 20px;
}

.btn-register {
    width: 200px;
    background: var(--primaryHoverColor);
    border: none;
    border-radius: 2px;
    padding: 15px 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 15px;
    outline: none;
    transition: var(--primaryTransition);
    border-radius: 50px;        /* rounded pill shape to match timeline badges */
    padding: 10px 32px;         /* slightly more horizontal padding for pill look */
}

.btn-register-dayentree {
    width: 95%;
    background: var(--primaryHoverColor);
    border: none;
    border-radius: 2px;
    padding: 15px 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 15px;
    outline: none;
    transition: var(--primaryTransition);
}

.btn-register-newdate {
    width: 95%;
    background: #463730;
    background: linear-gradient(90deg, rgba(70, 55, 48, 1) 0%, rgba(117, 159, 188, 1) 100%);
    border: none;
    border-radius: 2px;
    padding: 15px 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 15px;
    outline: none;
    transition: var(--primaryTransition);
}

.btn-register:hover {
    color: #fff;
    background: #0f1726;
    width: 218px;
}

.dayentree{
    font-family: 'Poppins';
    text-align: center;
    margin-top: 20px;
}

.dayentree button {
    text-align: center;
    letter-spacing: 5px;
    font-size: 20px;
}

.dayentree .highlight {
    font-weight: bold;
    background: var(--primaryHoverColor);
    padding: 2px 4px;
    border-radius: 2px;
}

.discount{
    font-family: 'Poppins';
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}

.discount_left{
    text-align: left;
}

.discount_left .highlight {
    font-weight: bold;
    background: var(--primaryHoverColor);
    padding: 2px 4px;
    border-radius: 2px;
}


.discount h4 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 20px;
}

.discount .highlight {
    font-weight: bold;
    background: var(--primaryHoverColor);
    padding: 2px 4px;
    border-radius: 2px;
}

.discount_banner {
    font-family: 'Poppins';
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 20px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
    background: rgba(25, 152, 139, 0.8);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 5;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color:rgba(255,255,255,.55)
}



/* ─── Hamburger Icon ─────────────────────────────── */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    padding: 0.4rem 0.6rem;
}

.navbar-light .navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
    background-image: url('./Images/Icons/burger-menu-left-svgrepo-com.svg');
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(26, 188, 156, 0.5); /* teal focus ring */
}

.only_spacing {
    height: 60px;
}

.marquee-content {
    display: flex;
    animation: scroll 12s linear infinite;
}

.marquee-text {
    flex-shrink: 0;
    padding-right: 100px;
    letter-spacing: 2px;
}

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

/* SECTION - 1 MEDIA QUERY START */

/* ─── Hero Slideshow ─────────────────────────────── */
.hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    animation: kenBurns 8s ease-in-out infinite alternate;
}

.hero-slide.active {
    opacity: 1;
}

/* Ken Burns pan/zoom effect */
@keyframes kenBurns {
    0%   { transform: scale(1)    translate(0, 0); }
    100% { transform: scale(1.08) translate(-1%, -1%); }
}

/* Stagger the Ken Burns so each slide animates differently */
.hero-slide:nth-child(2) { animation-delay: 0.5s; }
.hero-slide:nth-child(3) { animation-delay: 1.0s; }
.hero-slide:nth-child(4) { animation-delay: 1.5s; }
.hero-slide:nth-child(5) { animation-delay: 2.0s; }
.hero-slide:nth-child(6) { animation-delay: 2.5s; }
.hero-slide:nth-child(7) { animation-delay: 3.0s; }
.hero-slide:nth-child(8) { animation-delay: 3.5s; }

/* ─── Subtitle & label ───────────────────────────── */
.hero-subtitle {
    letter-spacing: 0.08em;
    font-size: 1.1rem;
    opacity: 0.92;
}

.hero-edition-label {
    font-size: 0.8rem;
    opacity: 0.6;
    letter-spacing: 0.05em;
    margin-top: -0.5rem;
    color: #fff;
}

/* ─── Slide indicator dots ───────────────────────── */
.hero-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 1.5rem;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.3);
}

/* ─── Scroll Indicator ───────────────────────────── */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    z-index: 10;
}

.scroll-indicator-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.scroll-arrow {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    animation: bounceDown 1.6s ease-in-out infinite;
}

/* Fades out as user scrolls */
.scroll-indicator.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

@keyframes bounceDown {
    0%, 100% { transform: translateY(0);    opacity: 0.7; }
    50%       { transform: translateY(8px); opacity: 1;   }
}
@media screen and (min-width:280px) and (max-width:768px) {
    @media screen and (min-width:280px) and (max-width:280px) {
        .landing-page-heading h1 {
            font-size: 28px !important;
        }

        .landing-page-heading h4 {
            font-size: 16.25px;
        }
    }

    .landing-page-heading h1 {
        font-size: 32.5px;
        margin-bottom: 50px;
    }

    .landing-page-heading {
        margin-top: 25px;
    }

    .landing-page-heading::after {
        display: none;
    }
}


/* SECTION - 1 MEDIA QUERY END   */
/* SECTION - 1 END   */

/* SECTION - 2 START   */
.challenge {
    min-height: calc(100vh - 400px);
    font-family: 'Raleway';
    margin-bottom: 60px;
}

.challenge .text-muted {
    color: #757575 !important;
}

/* OWL CAROUSEL */

/* OWL CAROUSEL */
.challenge_heading {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    position: relative;
    font-family: 'Poppins';
}

.challenge_heading h1 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5rem !important;
}

.challenge_heading .highlight,
.challenge_heading strong {
    font-weight: bold;
    color: var(--primaryHoverColor);
}

.challenge_grid {
    text-align: center;
}

.challenge_grid span {
    font-size: 60px;
    color: var(--primaryHoverColor);
}

.challenge_grid h5 {
    color: var(--primaryHoverColor);
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 16.25px;
}

.challenge_grid p {
    color: #ffff;
}

/* SECTION - 2 MEDIA QUERY START   */
@media screen and (min-width:280px) and (max-width:991px) {

    .challenge_heading {
        width: 100%;
    }

    .challenge_heading h1 {
        font-size: 1.85em;
        margin-bottom: 3rem !important;
    }

    .challenge_heading p {
        text-align: center !important;
        padding: 1.5rem;
    }

    .challenge_heading::after {
        display: none;
    }

    .custom-row-1 {
        margin-top: 1rem !important;
    }
}

/* SECTION - 2 MEDIA QUERY END   */
/* SECTION - 2 END   */

/* SECTION - 3 START */
/* ─── Schedule Section ───────────────────────────── */
.schedule-title-bar {
    width: 60px;
    height: 3px;
    background: #1abc9c; /* match your teal brand colour */
    border-radius: 2px;
}

.schedule-date-badge {
    display: inline-block;
    background: #13284C;
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.08em;
    margin-bottom: 2.5rem;
}

/* ─── Timeline ───────────────────────────────────── */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

/* Vertical line */
.timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-left: 0;
}

/* ─── Icon bubble ────────────────────────────────── */
.timeline-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #1abc9c;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.timeline-item:hover .timeline-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.timeline-icon--finish {
    background: #13284C;
    border-color: #13284C;
    color: #fff !important;
}

/* ─── Content card ───────────────────────────────── */
.timeline-content {
    background: #fff;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    flex: 1;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.timeline-item:hover .timeline-content {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.timeline-content--finish {
    border-left: 3px solid #13284C;
}

.timeline-time {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1abc9c;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.timeline-title {
    color: #13284C;
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.timeline-desc {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.timeline-badge {
    display: inline-block;
    background: #e8f8f5;
    color: #1abc9c;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 50px;
    margin-bottom: 0.4rem;
    letter-spacing: 0.04em;
}

/* Stop the line at the last item's icon center */
.timeline-item--last::after {
    content: '';
    position: absolute;
    left: 28px;
    top: 28px; /* halfway through the icon */
    bottom: 0;
    width: 2px;
    background: #f8f9fa; /* matches section background */
    z-index: 1;
}

/* Make sure the icon stays on top of the cover */
.timeline-item--last .timeline-icon {
    z-index: 2;
}

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 576px) {
    .timeline::before {
        left: 22px;
    }

    .timeline-icon {
        width: 44px;
        height: 44px;
        font-size: 0.9rem;
    }

    .timeline-content {
        padding: 0.75rem 1rem;
    }

    .schedule-date-badge {
        font-size: 0.85rem;
        padding: 8px 18px;
    }
}

/* SECTION - 3 MEDIA QUERY END */
/* SECTION - 3 END */

/* SECTION - 4 START */
.verwachting_heading {
    color: white;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    position: relative;
    font-family: 'Poppins';
}

.verwachting_heading h1 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem !important;
}

.verwachting_heading h2 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5rem !important;
}

.verwachting_heading .text-muted {
    color: #fff !important;
}

.verwachting table {
    align-self: center;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 100%;
    overflow-x: auto;
}

.verwachting td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid var(--primaryHoverColor);
    color: white;
}

.verwachting td a {
    color: white;
    text-decoration: underline;
}

.verwachting td a:hover {
    color: var(--primaryHoverColor);
    text-decoration: underline;
}

.verwachting_spelregels_list {
    color: white;
    text-align: left;
    position: relative;
    font-family: 'Poppins';
}

/* Add to style.css */
.spelregels-box {
    border-left: 3px solid #1abc9c;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 8px 8px 0;
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}

.spelregels-box p {
    color: #fff !important;
    margin-bottom: 0;
}

.spelregels-box .spelregels-title {
    color: #1abc9c;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.verwachting ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

.verwachting li {
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width:600px) {

    .verwachting .small_screen_hide {
        display: none;
    }

}

/* Add to style.css */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(26, 188, 156, 0.2);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    transition: background 0.2s ease, transform 0.2s ease;
}

.info-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.info-card-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1abc9c;
    margin-bottom: 0.4rem;
}

.info-card-value {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.info-card-value a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.info-card-value a:hover {
    color: #1abc9c;
}

.info-card-icon {
    font-size: 1.2rem;
    color: #1abc9c;
    margin-bottom: 0.6rem;
}

/* Add to style.css */
.info-card--wide {
    grid-column: 1 / -1;
}
/* SECTION - 4 END */

/* SECTION - 5 START */

/* SECTION - 5 MEDIA QUERY START */
@media only screen and (min-width:280px) and (max-width:991px) {}

/* SECTION - 5 MEDIA QUERY END */
/* SECTION - 5 END */

/* SECTION - 6 START */

/* SECTION - 6 MEDIA QUERY START */
@media only screen and (min-width:280px) and (max-width:991px) {}

/* SECTION - 6 MEDIA QUERY END */
/* SECTION - 6 END */

/* SECTION - 7 START */
.sponsors {
    min-height: calc(100vh - 400px);
}

.sponsors-heading {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    font-family: 'Poppins';
    text-align: center;
    z-index: -4;
}

.sponsors-heading h1 {
    font-weight: 700;
    letter-spacing: 0.2em;
}

/* .sponsors-heading::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 3px;
    top: 47%;
    left: 44.8%;
    background: var(--primaryHoverColor);
} */



/* SECTION - 7 MEDIA QUERY START */
@media only screen and (min-width:280px) and (max-width:991px) {

    .sponsors-heading {
        width: 100%;
    }

    .sponsors-heading::after {
        display: none;
    }
}

/* SECTION - ONZE MISSIE */

.missie {
    background: #212739;
    color: #fff;
    text-align: center;
}

.missie .text-missie {
    color: #fff !important;
    font-family: 'Poppins';
    margin-bottom: 60px;
    margin-top: 20px;
}

.missie .footer-text {
    width: 80vw;
    margin-left: calc(-40vw + 50%);
    margin-right: calc(-40vw + 50%);
    color: #fff !important;
    font-family: 'Poppins';
    margin-bottom: 60px;
    margin-top: 20px;
}

/* SECTION - ONZE MISSIE END */

/* SECTION - 9 START */
.contact {
    background: #212739;
    color: #fff;
    text-align: center;
}

.contact-heading {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    margin-top: 5rem !important;
}

.contact-heading h1 {
    font-weight: 700;
    letter-spacing: 0.2em;
}

.contact-block {
    height: 100%;
    border-top: 2px solid var(--primaryHoverColor);
    transition: all 0.5s linear;
    padding-top: 50px;
}

.contact-block:hover .contact-block-title h5 {
    color: #fff;
    text-decoration: underline;
}

.contact-block-title h5 {
    text-transform: uppercase;
    color: var(--primaryHoverColor);
    letter-spacing: 0.2em;
    font-size: 17px;
    font-weight: 700;
    transition: var(--primaryTransition);
}

.get-direction {
    width: 50%;
    margin: auto;
    margin-bottom: 5rem !important;
}

.btn-dir {
    background: var(--primaryHoverColor);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    border: none;
    outline: 0;
    border-radius: 1px;
    transition: var(--primaryTransition);
    width: 212.03px;
    border-radius: 50px;        /* rounded pill shape to match timeline badges */
    padding: 10px 32px;         /* slightly more horizontal padding for pill look */
}

.btn-dir:hover {
    background: #0f1726;
    color: #fff;
    width: 230px;
}

/* SECTION - 9 MEDIA QUERY START */
@media only screen and (min-width:280px) and (max-width:991px) {

    .contact-heading {
        width: 100%;
    }

    .contact-heading::after {
        display: none;
    }

    .contact-heading h1 {
        margin-bottom: 1.5rem !important;
    }

    .contact-block {
        padding: 35px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact-row {
        margin-bottom: 0rem !important;
    }

    .get-direction {
        width: 100%;
    }
}

/* SECTION - 9 MEDIA QUERY END */
/* SECTION - 9 END */

/* SECTION - 10 START */

@media only screen and (min-width:280px) and (max-width:991px) {

    .footer-block {
        flex-direction: column;
        align-items: center;        /* centers the blocks horizontally */
        text-align: center;         /* centers the text within each block */
    }

    .footer-block-dev {
        margin-bottom: 0.5rem;
    }
}

.footer {
    background: #000000;
    padding: 35px 0px;
}

.footer-block {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
}

.footer-block span {
    color: #fff;
}

.dev-name {
    color: var(--primaryHoverColor) !important;
    font-weight: 700;
    transition: var(--primaryTransition);
}

.dev-name:hover {
    text-decoration: underline !important;
}

/* SECTION - 10 MEDIA QUERY START */
@media only screen and (min-width:280px) and (max-width:991px) {

    .footer-block {
        flex-direction: column;
    }

    .footer-block-dev {
        margin-bottom: 0.5rem;
    }
}

/* SECTION - 10 MEDIA QUERY END */
/* SECTION - 10 END */

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}