
body {
    color: #000;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1300px;
}

p {
  color: #000;
}
.text-muted {
  color: #000;
}

.bd-btn {
    color: #00b9df;
    border: 1px solid #00b9df;
}
.bd-btn span {
    border-left: 1px solid #00b9df;
}
.bd-btn::after {
    background-color: #00b9df;
}
.btn-primary {
    background-color: #0bb0d1;
    border-color: #0bb0d1;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0bb0d1;
    border-color: #0bb0d1;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0bb0d1;
    border-color: #0bb0d1;
    box-shadow: none;
}



/* Header */
.bd-header__section {
    position: relative;
    background-color: #18b6d9;
    padding: 10px 0;
}
.logo svg {
    width: 140px;
}
.logo svg path {
    fill: #fff;
}

.bd-header__main.header-sticky .logo svg {
    width: 120px;
}

.bd-header__main.header-sticky .logo svg path { fill: #000; }
.bd-header__main.header-sticky .logo svg path.bird { fill: #00b9df; }


.bd-header__hamburger {
	display: none;
}
.main-menu ul li a {
    color: #fff;
}
.bd-header__main.header-sticky .main-menu ul li a {
    color: #000;
}
ul.right-nav a.btn {
    background-color: #fff;
    border-radius: 0;
    padding: 5px 29px;
}

.bd-header__main.header-sticky ul.right-nav a.btn {
    border: 1px solid #00b9df;
}


.offcanvas__logo svg {
    width: 100px;
}

.offcanvas__logo svg path.bird {
    fill: #00b9df;
}
.offcanvas__contact-text a {
    color: #000 !IMPORTANT;
}

.offcanvas__social .bd-footer-widget__social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #00b9df;
    color: #fff;
}
.offcanvas__contact ul li:hover i {
    background: #00b9df;
    color: var(--bd-common-white);
    border-color: #00b9df;
}
.offcanvas__contact-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #00b9df;
}

.offcanvas__contact-text a {
    font-size: 13px;
}
.offcanvas__social {
    margin-top: 2em;
}


/* Hero */
.bd-slider__img {
    background-color: #18b6d9;
    text-align: center;
}

.bd-slider__img img.w-100 {
    width: 95% !IMPORTANT;
}
.bd-slider__content {
    padding: 0 8em;
}
.bd-slider__content h1 {
    font-size: 5rem;
    margin-bottom: 25px;
    font-weight: 500;
}
.bd-slider__content p {
    font-size: 16px;
    margin-bottom: 45px;
}
.button-wrapper.d-flex a.btn {
    border: 1px solid #a8a8a8;
    border-radius: 0;
    padding: 15px 31px;
    margin-right: 15px;
    transition: 1s;
}
.button-wrapper.d-flex a.btn:hover {
    background-color: #00b9df;
    border-color: #00b9df;
    color: #fff;
}



/* --- RIGHT SIDE WRAPPER --- */
.audience-right {
    padding-left: 30px;
    position: relative;
    border-left: 2px solid #ccc;
}

/* --- INDIVIDUAL ITEM --- */
.audience-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* --- ACTIVE + HOVER EFFECTS --- */
.audience-item:hover,
.audience-item.active {
    background: rgba(255, 255, 255, 0.05);
    padding-left: 12px;
    border-radius: 6px;
}

/* --- TIMELINE DOT FOR EACH ITEM --- */
.audience-item::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #00c9d3;
    border-radius: 50%;
    position: absolute;
    left: -36px;
    top: 32px;
    transition: 0.3s ease-in-out;
}

.audience-item.active::before,
.audience-item:hover::before {
    background: #00c9d3;
    box-shadow: 0 0 12px rgba(0, 201, 211, 0.8);
}

/* --- ICON SECTION --- */
.audience-item .icon svg {
    width: 26px;
    height: 26px;
    color: #00d4e0;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.audience-item.active .icon svg,
.audience-item:hover .icon svg {
    opacity: 1;
    color: #00d4e0;
    transform: scale(1.08);
}

/* --- TEXT CONTENT --- */
.audience-item .content h3 {
    color: #000;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
}

.audience-item .content p {
    color: #000;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}



div#speaker .card-body {
    box-shadow: 1px 1px 16px rgb(0 0 0 / 5%);
}



/* CTA */
.bd-cta__section {
    background-color: #00b9df;
}
.bd-cta__section a.bd-border-btn {
    width: 230px;
}



#masterclass_CTA a.bd-btn,
#bootcamp_CTA a.bd-btn,
.bd-cta__section a.bd-btn{
    color: #fff;
    border-color: #fff;
    padding: 10px 55px 10px 20px;
}
#masterclass_CTA a.bd-btn span,
#bootcamp_CTA a.bd-btn span,
.bd-cta__section a.bd-btn span {
    border-color: #fff;
}
#masterclass_CTA .bd-btn::after,
#bootcamp_CTA .bd-btn::after,
.bd-cta__section .bd-btn::after {
    background-color: #15a1be;
}



#masterclass_CTA .info-box,
#bootcamp_CTA .info-box {
    display: flex;
    justify-content: center;
}

#masterclass_CTA .info-box i,
#bootcamp_CTA .info-box i {
    color: #fff;
    margin-right: 15px;
}

#masterclass_CTA .info-box p,
#bootcamp_CTA .info-box p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}



/* Footer */
.bd-footer-widget__title svg { width: 150px; }
.bd-footer-widget__social a:hover {
    background: #00b9df;
    color: var(--bd-common-white);
}

ul.bd-footer-nav {
    display: flex;
    list-style: none;
}
ul.bd-footer-nav li {
    margin-left: 25px;
    position: relative;
}
ul.bd-footer-nav li a {
    font-weight: 400;
    text-transform: unset;
}


.bd-footer-widget__menu ul li {
    list-style: none;
    width: 100%;
    float: none;
}


/* Media Query */

@media(max-width: 1600px) {
	.bd-slider__content h1 {
    	font-size: 3rem;
	}

	.bd-slider__content {
    	padding: 0 6em;
	}
}

@media(max-width: 1450px) {
    .bd-slider__content {
        padding: 0 4em;
    }
    #masterclass_CTA .info-box p, #bootcamp_CTA .info-box p {
        font-size: 16px;
        padding: 10px 52px 10px 20px;
    }
}

@media(max-width: 1199px) {
    .bd-slider__content h1 {
        font-size: 2rem;
    }

    .bd-section__title-lg {
        font-size: 26px;
    }

    .bd-slider__content .button-wrapper.d-flex {
        flex-direction: column;
        width: 75%;
    }
    .bd-slider__content a.bd-btn {
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 25px;
    }

	.bd-header__hamburger {
		display: block;
        margin-top: 20px;
	}
    .offcanvas__close-btn:hover {
        background: #00b9df;
    }

    ul.right-nav.list-unstyled {
        display: none;
    }

    .bd-header__main {
        padding-top: 0;
        padding-bottom: 5px;
    }
    .logo svg {
        width: 100px;
    }


    .bd-slider__content {
        padding: 25px;
    }
    .bd-slider__content h1 {
        font-size: 1.6rem;
    }
    .bd-slider__content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .bd-slider__content  .button-wrapper.d-flex {
        display: flex;
        flex-direction: column;
    }
   .bd-slider__content a.bd-btn {
        margin-bottom: 15px;
        padding: 10px 0 10px 12px;
        font-size: 12px;
        text-align: left;
        width: 100%;
    }

    .bd-section__title-lg {
        font-size: 28px;
    }


    #bootcamp,
    #masterclass,
    #audience,
    #speaker,
    #why-seagull,
    .bd-footer__section {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    #masterclass_CTA .info-box,
    #bootcamp_CTA .info-box {
        justify-content: flex-start;
        padding-left: 0 !IMPORTANT;
        margin-bottom: 13px;
    }
    #masterclass_CTA .info-box i,
    #bootcamp_CTA .info-box i, {
        width: 39px;
        text-align: center;
    }

    .speaker-desktop-img {
        display: none;
    }
    .speaker-mobile-img.d-none {
        display: block !IMPORTANT;
    }

    #speaker .g-5, #speaker .gy-5 {
        --bs-gutter-y: 1.5rem;
    }

    
    .bd-cta__section {
        padding: 3em 0;
    }

    .bd-cta__title {
        font-size: 24px;
    }

    .bd-footer__copyright.bd-border-top {
    padding-top: 10px;
    padding-bottom: 0;
    flex-direction: column-reverse;
    }

    ul.bd-footer-nav {
    flex-direction: column;
}
ul.bd-footer-nav li {
    margin-left: 0;
    position: relative;
}
.bd-footer__copyright.bd-border-top span {
    margin-top: 18px;
}



    .bd-footer__main.pb-50 {
        padding-bottom: 0;
    }
    .bd-footer-widget__menu ul li {
        width: 100%;
    }
    h3.bd-footer-widget__title {
        margin-bottom: 20px;
    }
    .bd-footer-widget__content p {
        font-size: 16px !IMPORTANT;
    }

    .bd-footer__copyright.bd-border-top {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .bd-footer__copyright a {
        display: block;
    }

}