﻿body {
    overflow-x: hidden;
}

html, body {
    max-width: 100%;
    overflow-x: hidden; /* Prevents horizontal scroll */
}

.nav-item {
    padding: 0px 45px;
}

p {
    margin-bottom: 0px;
}

body {
    color: #707070;
}

@media only screen and (max-width: 768px) {
    .mobile-text-center {
        text-align: center !important;
    }
}

header.nav-fixed {
    width: 100%;
    position: fixed;
    transition: 0.3s ease-in-out;
}

.nav-active {
    background-color: #fff;
    box-shadow: 5px -1px 12px -5px grey;
}

.navbar-brand img {
    height: 50px;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

#jumbotron {
    padding-top: 80px;
}

.navbar {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
}

@media only screen and (max-width: 992px) {
    .nav-item {
        padding: 0px;
    }

    .navbar-nav {
        padding: 15px;
    }
}

footer {
    background-image: url("Images/bg_mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px;
    margin-top: 120px;
}

footer .contactUsBar .container {
    background-color: white;
    box-shadow: 3px -3px 6px rgb(0, 0, 0, 0.16);
    border-radius: 12px;
    padding: 30px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

footer .quickLinks .container {
    padding-top: 100px;
}

footer .header {
    height: 30px;
    color: rgb(255, 255, 255, 0.4);
    line-height: 30px;
}

footer a {
    display: block;
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 992px) {
    footer .quickLinks .container {
        padding-top: 130px;
    }
}

@media only screen and (max-width: 768px) {
    footer .quickLinks .container {
        padding-top: 180px;
    }

    footer .mobilehide {
        display: none;
    }
}

footer h3 {
    color: #043493;
    text-transform: uppercase;
    font-weight: 700;
}

footer p {
    color: #707070;
}

footer button {
    margin-top: 30px;
}

.btn-primary {
    background-color: #043493;
    color: white;
    border: none;
    border-radius: 60px;
    padding: 5px 30px;
    border: 1px solid #043493;
}

#jumbotron {
    height: 900px;
    position: relative;
    background-image: url("Images/bg_jumbotron.png");
    background-size: cover;
    background-position: bottom;
}

#jumbotron img {
    width: 90%;
    margin-left: 5%;
}

#jumbotron .col-md-6 {
    position: relative;
}

#jumbotron .vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.mobile-display {
    display: none;
}

#jumbotron h1,
#services2 h1 {
    color: #043493;
    text-transform: uppercase;
    font-weight: 700;
}

#jumbotron p {
    margin: 30px 0px;
}

.btn {
    text-transform: uppercase;
}

.btn-secondary {
    background-color: white;
    color: #043493;
    border: 1px solid #043493;
    border-radius: 60px;
    padding: 5px 30px;
}

@media only screen and (max-width:768px) {
    .mobile-display {
        display: block;
    }

    .large-display {
        display: none;
    }

    #jumbotron {
        padding: 0px;
        background-image: none;
    }

}

#sponsors {
    margin-top: -90px;
}

#sponsors .col-md-8 {
    box-shadow: -3px 3px 6px rgb(0, 0, 0, 0.16);
    padding: 30px;
    border-radius: 16px;
}

@media only screen and (max-width:768px) {
    #sponsors {
        text-align: center;
    }

    #sponsors .col-md-8 {
        box-shadow: none;
    }
}

#aboutUs {
    padding: 90px 0px;
}

.heading {
    color: #043493;
    text-transform: uppercase;
    font-weight: 700;
}

#aboutUs p {
    margin-bottom: 15px;
}

.subHeading {
    color: #ff4d2e;
    margin-bottom: 0px !important
}

#services img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #043493;
}

#services h3 {
    font-weight: 700;
}

#services .justify-content-between {
    justify-content: space-between !important;
}

#services {
    padding-bottom: 90px;
}

#services p {
    display: none;
}

@media only screen and (max-width:768px) {
    #services .justify-content-between {
        justify-content: space-between !important;
    }

    #services h3 {
        font-weight: 700;
        font-size: 1rem;
    }

    #services {
        padding: 0px 30px;
    }

    #services img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        background-color: #043493;
    }
}

#services .col-3 {
    margin-bottom: 30px;
}

#shopBar a {
    text-decoration: none;
    color: inherit;
}

#shopBar .card {
    box-shadow: 3px 3px 6px rgb(0, 0, 0, 0.16);
    border: none;
    margin-top: 30px;
}

#shopBar .card img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

#shopBar .details {
    padding: 10px;
    border-top: 1px solid rgb(0, 0, 0, 0.16);
}

#shopBar .details h3 {
    font-weight: 700;
    font-size: 1rem;
}

#shopBar .details .price {
    color: #043493;
}

#shopBar {
    padding-bottom: 90px;
}

.servicesHeading {
    height: 200px;
    position: relative;
    background-image: url("Images/bg_mobile.png");
    background-size: cover;
    color: white;
    text-transform: uppercase;
}

.servicesHeading h1 {
    font-weight: 700;
}

.centerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion-item {
    width: 100%;
}

.accordion .nav-link {
    width: 100%;
    padding: 10px 0px;
    text-align: left !important;
    border: none;
    color: #707070;
    opacity: 0.8;
    margin-left: 15px;
}

.accordion .nav-link.active {
    width: 100%;
    padding: 10px 0px;
    text-align: left !important;
    border: none;
    color: #043493;
    opacity: 1;
    margin-left: 0px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion .nav-item {
    padding: 0px;
}

.tab-content img {
    width: 100%;
}

.padding-30 {
    padding-top: 30px;
}

.tab-content .heading {
    font-size: 2rem;
}

.odour3 {
    width: 200px !important;
    margin-left: auto;
}

.tab-content .subHeading {
    color: black;
}

.tab-content p {
    margin: 15px 0px;
}

#services a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #043493;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("Images/chevron.png") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-body,
.accordion-collapse.show {
    border-color: #043493 !important;
}

div .heading {
    margin: 30px 0px;
}

.tab-content img {
    background-image: url("Images/bg_mobile.png");
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 15px;
}

/*.tab-content .col-md-9 {
    padding-top: 80px;
}*/

.contents img {
    background-image: url("Images/bg_mobile.png");
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 15px 0px;
}

.card {
    display: inline-block;
    border: none;
}

.scrolling-wrapper .card img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin-right: 30px;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #babac0 #f6f6f7;
}

/* Works on Chrome, Edge, and Safari */
.scrolling-wrapper::-webkit-scrollbar {
    width: 12px;
    border-radius: 100px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
    background: #f6f6f7;
    border-radius: 100px !important;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 20px;
    border: 3px solid #f6f6f7;
    border-radius: 100px !important;
}


#services,
#services2 {
    background-color: #f3f3f3;
    padding-top: 60px;
}

#jumbotron span {
    color: #043493;
    font-weight: bolder;
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    #aboutUs {
        text-align: center;
    }

    .scrolling-wrapper .card img {
        height: 150px;
        max-width: 250px;
        object-fit: contain;
        margin-right: 30px;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: white;
    background-color: #043493;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    color: #043493;
}

.aboutUs h3 {
    margin: 60px 0px 30px 0px;
    color: #043493;
    font-weight: bold;
}

.aboutUs img {
    background-color: white !important;
    background-image: none !important;
}

.contact h3 {
    color: #043493;
    font-weight: bold;
    margin-top: 30px;
}

.contact a {
    text-decoration: underline;
    color: inherit;
}

#jumbotron .images img {
    width: auto;
    max-height: 100px;
    margin-bottom: 30px;
}

.popup {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup .centerDiv {
    background-color: white;
    padding: 80px;
    border-radius: 15px;
}

.popupbox {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 99999999;
}

.popup .closeBtn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.popup h5 {
    color: #043493;
}

    {
    .popup .centerDiv {
        width: 100vw;
        overflow-x: hidden;
        padding: 80px 15px;
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: white;
}

#myBtn img {
    height: 50px;
}

.terms {
    padding: 60px 0px;
}

.terms h1 {
    color: #043493;
    text-transform: uppercase;
    font-weight: 700;
}

.terms h2 {
    font-size: 1rem;
}

.terms p {
    margin: 15px 0px;
}

.terms h3 {
    color: #043493;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}

.consent img {
    margin-left: 0px !important;
}

@media only screen and (max-width: 768px) {
    .consent .vertical-align {
        position: relative !important;
        text-align: center;
    }
}

.contactUsBar a {
    display: inline-block !important;
    color: #043493 !important;
}

.contactUsBar .btn {
    color: white !important;
}

#english .tab-content .col-md-9,
#zulu .tab-content .col-md-9 {
    padding-top: 0px !important;
}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.language-dropdown:hover .language-dropdown-content {
    display: block;
}

.language-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.language-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.accordion-body .nav .nav-link {
    width: 100%;
    padding: 10px 0px;
    text-align: left !important;
    border: none;
    color: #707070;
    opacity: 0.8;
    margin-left: 15px;
}

.accordion-body .nav .nav-item {
    width: 100%;
}

#right {
    right: 0 !important;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
}

#right .button {
    border: none;
    text-decoration: none;
    color: inherit;
    background-color: white;
}

#right .nav-tabs .nav-link.active,
#right .nav-tabs .nav-link {
    border: none;
    color: var(--bs-nav-tabs-link-active-color);
}

#right .dropdown-item {
    background-color: white !important;
}

#right .bi-globe {
    background-image: url("Images/langaugeIcon.png");
    background-size: contain;
}

.MentalHealth .carousel {
    position: relative;
}

.MentalHealth {
    background-color: #f3f3f3;
}

.MentalHealth .page {
    display: none;
}

.MentalHealth .page a:hover {
    text-decoration: underline;
}

/* Updated Carousel and Page styles for the flipping effect */
.MentalHealth .carousel {
    perspective: 1000px;
}

.MentalHealth .page {
    transform-style: preserve-3d;
    transition: transform 0.6s;
    backface-visibility: hidden;
}

.MentalHealth .flipped {
    transform: rotateY(180deg);
}

.MentalHealth .page-content {
    position: relative;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.MentalHealth .page-content.front {
    transform: rotateY(0deg);
    z-index: 2;
    width: 80%;
    margin-left: 10%;
}

.MentalHealth .page-content.back {
    transform: rotateY(180deg);
}

.MentalHealth .headings {
    font-weight: 900;
    text-transform: uppercase;
}

.MentalHealth .list-unstyled {
    text-transform: capitalize;
}

.MentalHealth .list-unstyled a {
    color: black;
    transition: 0.1s ease-in-out;
}

.MentalHealth .list-unstyled a:hover {
    opacity: 0.6;
}

.MentalHealth .front {
    background-color: #d5f2ed;
}

.MentalHealth .custom-width {
    flex: 0 0 42.3%;
    max-width: 42.3%;
}

.MentalHealth img {
    width: 100%;
}

.MentalHealth .bg_green {
    background-color: #d5f2ed;
}

.MentalHealth a:hover {
    text-decoration: none;
}

.MentalHealth .btn {
    border-radius: 0px !important;
}


@media only screen and (max-width:768px) {
    .MentalHealth {
        background-color: white;
    }
}

#services2 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #043493;
    object-fit: contain;
}

#services2 h3 {
    font-weight: 700;
}

#services2 .justify-content-between {
    justify-content: space-between !important;
}

#services2 {
    padding-bottom: 90px;
}

#services2 a {
    text-decoration: none;
    color: inherit;
}

#services2 p {
    display: none;
    color: inherit;
}

@media only screen and (max-width:768px) {
    #services2 .justify-content-between {
        justify-content: space-between !important;
    }

    #services2 h3 {
        font-weight: 700;
        font-size: 1rem;
    }

    #services2 {
        padding: 0px 30px;
    }

    #services2 img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        background-color: #043493;
        object-fit: contain;
    }
}

#services .col-3 {
    margin-bottom: 30px;
}

/* Fixed section on larger screens */
.fixed-section {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    z-index: 1000;
}


.fixed-section a {
    text-decoration: none;
    color: #043493;
}

/* Close button */
.fixed-section .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: white;
    padding: 2px 7px;
    border-radius: 50%;
}

/* Thumbnail styling */
.fixed-section img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Optional custom styling */
.fixed-section p {
    margin: 0;
    font-weight: bold;
    display: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.play-button svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Hover effect to change play button color */
.play-button:hover {
    color: #ffc502;
    /* Change to desired color */
}

a {
    text-decoration: none;
}

.fixed-section .play-button {
    height: 30px!important;
    width: 30px!important;
}

.fixed-section .play-button svg {
    width: 15px!important;
    height: 15px!important;
}

/* Hover effect to change play button color */
.play-button:hover {
    color: #ffc502;
    /* Change to desired color */
}


/* Full width and bottom positioning on smaller screens with flex layout */
@media (max-width: 768px) {
    .fixed-section {
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        transform: none;
        text-align: left;
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .fixed-section a {
        flex-direction: row;
    }

    /* Smaller thumbnail image on mobile */
    .thumbnail-image {
        width: 80px;
        /* Adjust size for smaller screens */
        height: auto;
    }

    /* Align text to the right of the image */
    .fixed-section p {
        font-size: 1rem;
        /* Adjust text size */
        margin: 0;
        display: flex;
    }
    .second-video {
        margin-top: 30px;
    }
}

#slider {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}


.consent {
    margin-top: 20px;
}

#proceed {
    display: none;
    margin-top: 10px;
}