/**
* See Fonts File for master fonts
* Template Name: HeroBiz
* Template URL: https://bootstrapmade.com/herobiz-bootstrap-business-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/**
* Check out variables.css for easy customization of colors, typography, and other repetitive properties
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
    --blog-bg: #d9d9d9;
    --blog-card-bg: #ffffff;
    --blog-text: #1e293b;
    --blog-muted: #64748b;
    --blog-border: #e2e8f0;
    --blog-accent: #06b6d4;
    --blog-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

body.theme-dark {
    --blog-bg: #0f172a;
    --blog-card-bg: #1e293b;
    --blog-text: #d1d5db;
    --blog-muted: #94a3b8;
    --blog-border: #334155;
    --blog-accent: #38bdf8;
    --blog-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.5), 0 4px 6px -4px rgb(0 0 0 / 0.5);

    background-color: var(--blog-bg) !important;
    color: var(--blog-text) !important;
}

body.theme-dark #header,
body.theme-dark .header {
    background: #1e293b !important;
    border-bottom: 1px solid #334155 !important;
}

body.theme-dark .breadcrumbs {
    background: #111827 !important;
}

body.theme-dark .footer {
    background: #0f172a !important;
    border-top: 1px solid #334155 !important;
}

/* Night Mode for Course Cards and Sections */
body.theme-dark .featured-courses-section h3,
body.theme-dark .course-tabs-section h3,
body.theme-dark .course-programs-section h3 {
    color: #94a3b8 !important;
}

body.theme-dark .course-programs-section p.text-muted,
body.theme-dark .course-tabs-section p.text-muted {
    color: var(--blog-muted) !important;
}

body.theme-dark .course-card-wrapper .course-card,
body.theme-dark .course-card-wrapper .course-back {
    background-color: var(--blog-card-bg) !important;
    color: var(--blog-text) !important;
    border-color: var(--blog-border) !important;
}

body.theme-dark .course-card-wrapper h3,
body.theme-dark .course-card-wrapper h4,
body.theme-dark .course-card-wrapper .course-title {
    color: var(--blog-text) !important;
}

body.theme-dark .course-card-wrapper .course-author,
body.theme-dark .course-card-wrapper .text-muted,
body.theme-dark .course-card-wrapper .course-lessons {
    color: var(--blog-muted) !important;
}

body.theme-dark .course-card-wrapper [style*="color: #475569"] {
    color: var(--blog-text) !important;
}

body.theme-dark .course-card-wrapper .bi-play-circle-fill {
    color: var(--blog-muted) !important;
}

body.theme-dark .course-card-wrapper .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

body.theme-dark .course-card-wrapper .btn-outline-primary {
    color: var(--blog-accent) !important;
    border-color: var(--blog-accent) !important;
}

body.theme-dark .course-card-wrapper .btn-outline-primary:hover {
    background-color: var(--blog-accent) !important;
    color: #1e293b !important;
}

/* Night Mode - Course Popover */
body.theme-dark .course-popover {
    background: #1e293b !important;
    border-color: #334155 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
    color: var(--blog-text) !important;
}

body.theme-dark .course-popover h4 {
    color: #38bdf8 !important;
}

body.theme-dark .course-popover p.text-muted,
body.theme-dark .course-popover .text-muted {
    color: var(--blog-muted) !important;
}

body.theme-dark .course-popover ul[style*="color: #475569"],
body.theme-dark .course-popover ul li {
    color: var(--blog-text) !important;
}

body.theme-dark .course-popover .close-popover {
    color: #94a3b8 !important;
}

body.theme-dark .course-popover .close-popover:hover {
    color: #f8fafc !important;
}

body.theme-dark .course-popover .btn-primary {
    background-color: #0ea5e9 !important;
    border-color: #0ea5e9 !important;
    color: #fff !important;
}

body.theme-dark .course-popover .btn-outline-primary {
    color: var(--blog-accent) !important;
    border-color: var(--blog-accent) !important;
}

body.theme-dark .course-popover .btn-outline-primary:hover {
    background-color: var(--blog-accent) !important;
    color: #1e293b !important;
}

body.theme-dark .gen-bg {
    background-color: #1e293b !important;
    color: var(--blog-text) !important;
    border-color: var(--blog-border) !important;
}

body.theme-dark .tri-column h3,
body.theme-dark .tri-column h4,
body.theme-dark .tri-column p,
body.theme-dark .tri-column .col-lg-4 {
    color: var(--blog-text) !important;
}

a {
    color: var(--color-links);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--color-links-hover);
    text-decoration: none;
}

body {
    background-color: var(--blog-bg);
    color: var(--blog-text);
    font-family: 'Montserrat', sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary);
}

.gen-bg {
    background-color: aliceblue;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: var(--color-white);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

#preloader:before,
#preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
    animation-delay: -0.5s;
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.section-header p {
    margin: 0 auto;
    color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
    .section-header p {
        max-width: 80%;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    color: antiquewhite;
    padding: 15px 0;
    background-color: var(--color-primary);

    min-height: 40px;
    margin-top: 76px;
}

.breadcrumbs .container a {
    color: antiquewhite;
}

.breadcrumbs h2 {

    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.breadcrumbs ol {
    color: antiquewhite;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    color: antiquewhite;
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: antiquewhite;
    content: "/";
}

@media (max-width: 992px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 995;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--color-white);
    line-height: 0;
}

.scroll-top:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
    color: var(--color-white);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    background: white;
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    border-top: 5px solid var(--color-primary);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.header.sticked {
    background: var(--color-white);
    box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}

.header .logo img {
    max-height: 32px;
    margin-right: 6px;
}

.lifestream {
    margin-top: 8px;
    font-size: 25px;
    font-weight: 600;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}



.header .btn-getstarted,
.header .btn-getstarted:focus {
    font-size: 16px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--font-primary);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: var(--color-white);
    background: rgba(var(--color-primary-rgb), 0.85);
}

@media (max-width: 1279px) {

    .header .btn-getstarted,
    .header .btn-getstarted:focus {
        margin-right: 50px;
    }
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        position: relative;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar>ul>li {
        white-space: nowrap;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 400;
        color: rgba(var(--color-secondary-dark-rgb), 0.7);
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
        visibility: visible;
        transform: scaleX(0.7);
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: var(--color-primary);
    }

    .navbar .dropdown a:hover:before,
    .navbar .dropdown:hover>a:before,
    .navbar .dropdown .active:before {
        visibility: hidden;
    }

    .navbar .dropdown a:hover,
    .navbar .dropdown .active,
    .navbar .dropdown .active:focus,
    .navbar .dropdown:hover>a {
        color: var(--color-primary);
        /* top Nav Buttons on Hover  */

    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        margin: 0;
        padding: 0 0 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 255, 255, 0.9);
        transition: 0.3s;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        color: rgba(var(--color-secondary-dark-rgb), 0.8);
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
        color: var(--color-white);
        background: var(--color-primary);
    }

    .navbar .dropdown:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

    .navbar .megamenu ul {
        right: 0;
        padding: 10px;
        display: flex;
    }

    .navbar .megamenu ul li {
        flex: 1;
    }

    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover>a {
        color: rgba(var(--color-secondary-dark-rgb), 0.8);
        background: none;
    }

    .navbar .megamenu ul li a:hover,
    .navbar .megamenu ul li .active,
    .navbar .megamenu ul li .active:hover {
        color: var(--color-white);
        background: var(--color-primary);
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 70px);
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 10px 0;
        margin: 0;
        background: rgba(var(--color-secondary-rgb), 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(var(--color-white-rgb), 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: var(--color-white);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
        display: block;
    }

    .mobile-nav-toggle {
        display: block !important;
        color: var(--color-secondary);
        font-size: 28px;
        font-weight: 700;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        top: 29px;
        z-index: 9999;
        right: 20px;
    }

    .mobile-nav-toggle.bi-x {
        color: var(--color-white);
    }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }

    .mobile-nav-active .navbar {
        left: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(var(--color-secondary-rgb), 0.8);
        z-index: 9996;
    }
}


/*--------------------------------------------------------------
# Animated Hero Section
--------------------------------------------------------------*/
.hero-animated {
    width: 100%;
    min-height: 50vh;
    background: url("../img/hero-bg.png") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
}

.hero-animated h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.hero-animated h2 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.hero-animated h1 span {
    color: var(--color-primary);
}

.hero-animated h2 span {
    color: var(--color-primary);
}

.hero-animated p {
    color: rgba(var(--color-secondary-rgb), 0.8);
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 400;
}

.wheelspin {
    animation-name: rotate;
    animation-duration: 10s;
    animation-delay: 0s;
    height: 350px;
}


@media screen and (max-width: 768px) {
    .wheelspin {
        animation-name: rotate;
        animation-duration: 10s;
        animation-delay: 0s;
        height: 300px;
    }

}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero-animated .animated {
    margin-bottom: 60px;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 992px) {
    .hero-animated .animated {
        max-width: 45%;
    }
}

@media (max-width: 991px) {
    .hero-animated .animated {
        max-width: 60%;
    }
}

@media (max-width: 575px) {
    .hero-animated .animated {
        max-width: 80%;
    }
}

.hero-animated .btn-get-started {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--color-white);
    background: var(--color-primary);
    font-family: var(--font-secondary);
    box-shadow: none !important;
    /* removes bevel/shadow */
    border: 1px solid transparent;
    /* flat border */
}

.hero-animated .btn-get-started:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-animated .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    font-weight: 600;
}

.hero-animated .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero-animated .btn-watch-video:hover {
    color: var(--color-primary);
}

.hero-animated .btn-watch-video:hover i {
    color: rgba(var(--color-primary-rgb), 0.8);
}


@media (max-width: 640px) {
    .hero-animated h1 {
        font-size: 32px;
    }

    .hero-animated h2 {
        font-size: 32px;
    }

    .hero-animated p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero-animated .btn-get-started,
    .hero-animated .btn-watch-video {
        font-size: 14px;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Carousel Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    padding: 0;
    background: var(--color-black);
    background: url("../img/hero-bg.png") center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 140px 0 60px 0;
}

.hero .carousel-item {
    overflow: hidden;
}

@media (max-width: 640px) {
    .hero .container {
        padding: 0 60px;
    }
}

.hero h1 {
    color: var(--color-secondary);
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    animation: fadeInDown 1s both 0.2s;
}

.hero h2 {
    color: var(--color-secondary);
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    animation: fadeInDown 1s both 0.2s;
}

@media (max-width: 768px) {

    .hero h1 {
        font-size: 30px;
    }

    .hero h2 {
        font-size: 30px;
    }
}

.hero p {
    color: var(--color-secondary-light);
    animation: fadeInDown 1s both 0.4s;
    font-weight: 500;
    margin-bottom: 30px;
}

.hero .img {
    margin-bottom: 40px;
    animation: fadeInDownLite 1s both;
}

.hero .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 5px;
    transition: 0.5s;
    animation: fadeInUp 1s both 0.6s;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.hero .btn-get-started:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(var(--color-secondary-rgb), 0.4);
    color: rgba(var(--color-white-rgb), 0.98);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-next-icon {
    padding-left: 3px;
}

.hero .carousel-control-prev-icon {
    padding-right: 3px;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
    opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
    opacity: 0.9;
}

.hero .carousel-indicators li {
    list-style-type: none;
    cursor: pointer;
    background: rgba(var(--color-secondary-rgb), 0.5);
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

.hero .carousel-indicators li.active {
    opacity: 1;
    background: var(--color-primary);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownLite {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*--------------------------------------------------------------
# Fullscreen Hero Section
--------------------------------------------------------------*/
.hero-fullscreen {
    width: 100%;
    min-height: 100vh;
    background: url("../img/hero-fullscreen-bg.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
}

.hero-fullscreen:before {
    content: "";
    background: rgba(var(--color-white-rgb), 0.85);
    position: absolute;
    inset: 0;
}

@media (min-width: 1365px) {
    .hero-fullscreen {
        background-attachment: fixed;
    }
}

.hero-fullscreen h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.hero-fullscreen h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.hero-fullscreen h2 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.hero-fullscreen h1 span {
    color: var(--color-primary);
}

.hero-fullscreen h2 span {
    color: var(--color-primary);
}

.hero-fullscreen p {
    color: rgba(var(--color-secondary-rgb), 0.8);
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 400;
}

.hero-fullscreen .btn-get-started {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--color-white);
    background: var(--color-primary);
    font-family: var(--font-secondary);
}

.hero-fullscreen .btn-get-started:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-fullscreen .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    font-weight: 600;
}

.hero-fullscreen .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero-fullscreen .btn-watch-video:hover {
    color: var(--color-primary);
}

.hero-fullscreen .btn-watch-video:hover i {
    color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {

    .hero-fullscreen h1 {
        font-size: 32px;
    }

    .hero-fullscreen h2 {
        font-size: 32px;
    }

    .hero-fullscreen p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero-fullscreen .btn-get-started,
    .hero-fullscreen .btn-watch-video {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Static Hero Section
--------------------------------------------------------------*/
.hero-static {
    width: 100%;
    min-height: 50vh;
    background: url("../img/hero-bg.png") center center;
    background-size: cover;
    position: relative;
    padding: 120px 0 60px;
}

.hero-static h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.hero-static h2 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.hero-static h1 span {
    color: var(--color-primary);
}

.hero-static h2 span {
    color: var(--color-primary);
}

.hero-static p {
    color: rgba(var(--color-secondary-rgb), 0.8);
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 400;
}

.hero-static .btn-get-started {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--color-white);
    background: var(--color-primary);
    font-family: var(--font-secondary);
}

.hero-static .btn-get-started:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
}

.hero-static .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    font-weight: 600;
}

.hero-static .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero-static .btn-watch-video:hover {
    color: var(--color-primary);
}

.hero-static .btn-watch-video:hover i {
    color: rgba(var(--color-primary-rgb), 0.8);
}

@media (max-width: 640px) {
    .hero-static h1 {
        font-size: 32px;
    }

    .hero-static h2 {
        font-size: 32px;
    }

    .hero-static p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero-static .btn-get-started,
    .hero-static .btn-watch-video {
        font-size: 14px;
    }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: var(--color-white);
    font-size: 14px;
}

.footer .footer-content {
    background: var(--color-secondary);
    padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
    color: var(--color-primary);
}

.footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-white);
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.footer .footer-content h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--color-primary);
    bottom: 0;
    left: 0;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul i {
    padding-right: 2px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1;
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
    color: var(--color-white);
}

.footer .footer-content .footer-newsletter form {
    margin-top: 30px;
    background: var(--color-white);
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

.footer .footer-content .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
    outline: none;
}

.footer .footer-content .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--color-primary);
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type=submit]:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
}

.footer .footer-legal {
    padding: 30px 0;
    background: var(--color-secondary-dark);
}

.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: var(--color-white);
}

.footer .footer-legal .credits a {
    color: var(--color-primary-light);
}

.footer .footer-legal .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
    background: var(--color-primary);
    text-decoration: none;
}

/*--------------------------------------------------------------
# Courses & Classes
--------------------------------------------------------------*/
.courseslist .img {
    border-radius: 8px;
    overflow: hidden;
}

.courseslist .img img {
    transition: 0.6s;
}

.courseslist .details {
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.courseslist .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--color-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid var(--color-white);
}

.courseslist .details h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.courseslist .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.courseslist .service-item:hover .details h3 {
    color: var(--color-primary);
}

.courseslist .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
}

.courseslist .service-item:hover .details .icon i {
    color: var(--color-primary);
}

.courseslist .service-item:hover .img img {
    transform: scale(1.2);
}

.courseslist .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.courseslist .post-box .post-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.courseslist .post-box .post-img img {
    transition: 0.5s;
}

.courseslist .post-box .meta {
    margin-top: 15px;
}

.courseslist .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary);
}

.courseslist .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary);
}

.courseslist .post-box .post-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s;
}

.courseslist .post-box p {
    margin: 15px 0 0 0;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
}

.courseslist .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px;
}

.courseslist .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.courseslist .post-box:hover .post-title {
    color: var(--color-primary);
}

.courseslist .post-box:hover .post-img img {
    transform: scale(1.1);
}

/* .course-featured */


.featured-course .box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 10px;
}

.featured-course .box .box-img-mobile {
    overflow: hidden;
    position: relative;
    width: 100%;

    object-fit: cover;
    border-radius: 10px;
    transition: transform .5s ease;
}

.featured-course .box .box-img {
    overflow: hidden;
    position: relative;
    height: 210px;
    /* [1.1] Set it as per your need */
    object-fit: cover;
    border-radius: 10px;
    transition: transform .5s ease;
}


.featured-course h3 {
    color: var(--color-primary);
}

.featured-course p {
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
}

.featured-course .course {
    background-color: aliceblue;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: transform .5s ease;

}

.featured-course .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary);
}

.featured-course .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary);
}

.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 131, 116, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}


.playor-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#191918 50%, rgba(25, 25, 24, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;

}

.playor-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(25, 25, 24, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);

}

.playor-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);

}

.playor-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;

}

.playor-btn:hover:after {
    border-left: 15px solid #191918;
    transform: scale(20);

}

.bg-myplylist {
    background: radial-gradient(#191918 50%, rgba(25, 25, 24, 0.4) 52%);
    border-color: rgba(180, 178, 178, 0.9);
    color: #e9ecee;
    cursor: pointer;

}

.bg-myplylist:hover {
    background: radial-gradient(rgba(48, 48, 46, 0.4) 50%, rgba(48, 48, 46, 0.5) 52%);
    border-color: rgba(180, 178, 178, 0.9);
    color: #e9ecee;
    cursor: pointer;

}

.bg-myplylist-active {
    background: radial-gradient(rgba(105, 105, 101, 0.5) 50%, rgba(105, 105, 101, 0.4) 52%);
    border-color: rgba(180, 178, 178, 0.9);
    color: #e9ecee;
    cursor: pointer;


}

.bg-myplylist-active:hover {
    background: radial-gradient(rgba(148, 148, 146, 0.5) 50%, rgba(136, 136, 133, 0.4) 52%);
    border-color: rgba(180, 178, 178, 0.9);
    color: #e9ecee;
    cursor: pointer;


}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.all-courses .testimonial-wrap {
    padding-left: 10px;
}

.all-courses .testimonial-item {
    box-sizing: content-box;
    padding: 15px;
    margin: 30px 10px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;

}

.all-courses .testimonial-item .testimonial-img {
    width: 100%;
    height: 180px;
    border-radius: 5px;

}

.all-courses .testimonial-item .h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: var(--color-secondary);
    text-align: center;
}

.all-courses .testimonial-item .h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
    text-align: center;
}

.all-courses .testimonial-item .stars {
    margin: 10px 0;
}

.all-courses .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.all-courses .testimonial-item .quote-icon-left,
.all-courses .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.all-courses .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.all-courses .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.all-courses .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.all-courses .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.all-courses .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.all-courses .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

@media (max-width: 767px) {

    .all-courses .testimonial-item .testimonial-img {
        width: 100%;
        height: 290px;
        border-radius: 5px;

    }

    .all-courses .testimonial-wrap {
        padding-left: 0;
    }

    .all-courses .testimonial-item {
        padding: 10px;
        margin: 10px;
    }

    .all-courses .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

/* -- General coclours --*/

.bg-aliceblue {
    background-color: aliceblue;


}




/*--------------------------------------------------------------
# client-review
--------------------------------------------------------------*/
.client-review .testimonial-wrap {
    padding-left: 10px;
}

.client-review .testimonial-item {
    box-sizing: content-box;
    padding: 15px;
    margin: 30px 10px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;

}

.client-review .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px;
}

.client-review a {
    text-decoration: none;
    color: #000;
}

/* Change */

.client-review .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
}

.client-review .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

/* Change */

.client-review .testimonial-item .stars {
    margin: 10px 0;
}

.client-review .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.client-review .testimonial-item .quote-icon-left,
.client-review .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.client-review .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.client-review .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.client-review .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.client-review .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.client-review .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.client-review .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

@media (max-width: 767px) {

    .client-review .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        margin-right: 15px;

    }

    .client-review .testimonial-wrap {
        padding-left: 0;
    }

    .client-review .testimonial-item {
        padding: 10px;
        margin: 10px;
    }

    .client-review .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playlist-item {
    cursor: pointer;
}

.playlist-item:hover {
    background-color: #f8f9fa;
}

.addhorizontal {
    height: 350px;
    max-height: 350px;
}

/*------------------------------------------------------------
my video page 
-------------------------------------------------------------*/

.myvideo .colh {
    height: 350px;
    max-height: 350px;
}

.myvideo .plylist {
    height: 350px;
    max-height: 350px;
}

.myvideo .plylist .bg {
    background-color: #d9d9d9;
}



/* Video player END */


/*-Video player
--------------------------------------------------------------*/
.vdplayer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;


    border: 3px solid #4a809c;
}

.Vdcontainer {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -35px;

}

.Vddropshadow {
    box-shadow: 0 4px 8px 0 rgba(202, 199, 199, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.my-accordion {


    border-radius: 5px;

}


.my-accordion .card-title {
    padding: 5px;
    text-align: center;
    color: var(--color-primary);
}

.my-accordion .accordion-button {
    color: var(--color-secondary);
}

.my-accordion-item {
    background-color: aliceblue;

}

/*--------------------------------------------------------------
# Google Review
--------------------------------------------------------------*/
.reviewpimg {

    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 40px;
    font-style: oblique;
    text-align: center;
    display: inline-block;
    margin: 5px;
}

.red {
    color: #fff;
    background: #DB4437;
}

.blue {
    color: #fff;
    background: #4285F4;
}


.yellow {
    color: #fff;
    background: #F4B400;
}

.green {
    color: #fff;
    background: #34A853;
}

/*
.cous .container .image{
	padding: 3px;
	
}

.cous .container.desc{
  height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.cous .container .image img{
	border-radius: 5px;
	
}
.cous .row{
	background-color: aliceblue;
}

.cous .container h3{
	font-family: "Archivo Black Regular";
	padding-top: 15px;
	color:  var(--color-primary);
	font-weight: 700;
}
.cous .container p{
	color:  var(--color-secondary);
}


.cous .video{
	 margin-left: auto;
    margin-right: auto;
}
.cous .btn-watch-video {
	
  font-size: 16px;
  transition: 0.5s;
  margin-left: 45px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  font-weight: 600;
}

.cous .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.cous .btn-watch-video:hover {
  color: var(--color-primary);
}

.cous .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}

.cous .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.cous .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.cous .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.cous .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.cous .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}


.cous .cta-btn {
  text-align: center;
  width: 100%;
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-dark-rgb), 0.9);
}

*/

.service-description {
    min-height: 120px;
    /* or whatever matches your tallest description */
}

/* Floating Button Bounce */
@keyframes floatPulse {
    0% {
        transform: translateY(-50%) scale(1);
    }

    50% {
        transform: translateY(-50%) scale(1.1);
    }

    100% {
        transform: translateY(-50%) scale(1);
    }
}

.floating-btn-animate {
    animation: floatPulse 2s ease-in-out infinite;
}

.search-card:hover {
    background-color: #f9fafb;
    transform: scale(1.01);
    transition: all 0.2s ease;
}


/*--------------------------------------------------------------
# Modal Content
--------------------------------------------------------------*/
#counsellorModal .modal-content {
    background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;
    color: rgba(var(--color-white-rgb), 0.95);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    padding: 1.5rem;
}

/* Modal Header */
#counsellorModal .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}

/* Labels */
#counsellorModal .form-label {
    font-weight: 600;
    color: #0d6efd;
}

/* Inputs & Selects */
#counsellorModal .form-control,
#counsellorModal .form-select,
#counsellorModal textarea {
    border-radius: 0.5rem;
    border: 1.5px solid #0d6efd;
    transition: border-color 0.3s, box-shadow 0.3s;
}

#counsellorModal .form-control:focus,
#counsellorModal .form-select:focus,
#counsellorModal textarea:focus {
    border-color: #0a58ca;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.25);
}

/* Checkboxes */
#counsellorModal .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* Submit Button */
#counsellorModal .email-submit {
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}

#counsellorModal .email-submit:hover {
    background-color: #0d6efd;
    color: #fff;
}

/* Textarea */
#counsellorModal textarea {
    resize: none;
}


/*--------------------------------------------------------------
# Counselling Video Player (Namespace: .cplayer-*)
--------------------------------------------------------------*/


.cplayer-modal .modal-content {
    background-color: #4a809c;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%);
    background-position: 10px 0, 10px 0, 0 0, 0 0;
    background-size: 20px 20px;
    /* size of the cube pattern */
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.playlist-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centers vertically */
    height: 100%;
}

.cplayer-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cplayer-modal .modal-title {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/* Playlist container (side panel look) */
.cplayer-playlist {
    max-height: 390px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.75rem;
    padding: 0.75rem;

}

.cplayer-playlist::-webkit-scrollbar {
    width: 8px;
}

.cplayer-playlist::-webkit-scrollbar-thumb {
    background-color: #0d6efd;
    border-radius: 4px;
}

/* Playlist item */
.cplayer-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.5rem;
    border: 1.5px solid transparent;
    background-color: #f8f9fa;
    padding: 0.6rem 0.75rem;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.cplayer-item:hover {
    background-color: #e7f1ff;
    transform: translateX(3px);
}

.cplayer-item.active {
    border-color: #4a809c;
    background-color: #d9ecff;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.25);
}

.cplayer-item small {
    color: #6c757d;
}

.cplayer-item span {
    font-weight: 600;
    color: #0d6efd;
    font-size: 0.95rem;
}

@media (max-width: 992px) {
    .cplayer-playlist {
        max-height: unset;
        margin-top: 1rem;
    }
}

/*--------------------------------------------------------------
# Blog Section & Common Struggles
--------------------------------------------------------------*/
.blog-section {
    padding: 60px 0;
    background-color: var(--blog-bg);
}

.blog-card {
    background: var(--blog-card-bg);
    border: 1px solid var(--blog-border);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--blog-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover {
    transform: translateY(-8px);
    border-color: var(--blog-accent);
}

.blog-meta {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: var(--blog-muted);
    margin-bottom: 15px;
}

.blog-meta i {
    color: var(--blog-accent);
}

.blog-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--blog-text);
    margin-bottom: 15px;
}

.blog-content {
    color: var(--blog-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.sidebar-widget {
    background: var(--blog-card-bg);
    border: 1px solid var(--blog-border);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: var(--blog-shadow);
}

.widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--blog-text);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--blog-accent);
    display: inline-block;
}

.popular-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--blog-border);
}

.popular-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.popular-post-img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.popular-post-info h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.popular-post-info h4 a {
    color: var(--blog-text);
}

.popular-post-info h4 a:hover {
    color: var(--blog-accent);
}

.reply-section {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--blog-border);
}

.comment-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.comment-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.comment-body {
    background: var(--blog-bg);
    padding: 15px;
    border-radius: 12px;
    flex: 1;
}

.comment-author {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: var(--blog-text);
}

.comment-text {
    font-size: 0.85rem;
    color: var(--blog-muted);
}

/*--------------------------------------------------------------
# Reply Modal & Logic Styles
--------------------------------------------------------------*/
.btn-reply-trigger {
    background: transparent;
    border: none;
    color: var(--blog-accent);
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s;
}

.btn-reply-trigger:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.reply-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    padding: 20px;
}

.reply-modal.active {
    opacity: 1;
    visibility: visible;
}

.reply-modal-content {
    background: var(--blog-card-bg);
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid var(--blog-border);
}

.reply-modal.active .reply-modal-content {
    transform: scale(1);
}

.reply-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.reply-modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--blog-text);
    margin: 0;
}

.close-reply-modal {
    background: var(--blog-bg);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blog-text);
    cursor: pointer;
    transition: background 0.2s;
}

.close-reply-modal:hover {
    background: var(--blog-border);
}

.admin-only-section {
    background: rgba(6, 182, 212, 0.08);
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    border-left: 4px solid var(--blog-accent);
}

.admin-only-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--blog-accent);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.reply-form .form-group {
    margin-bottom: 15px;
}

.reply-form label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--blog-text);
}

.reply-form input,
.reply-form textarea,
.reply-form select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid var(--blog-border);
    background: var(--blog-bg);
    color: var(--blog-text);
    font-size: 0.9rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.reply-form input:focus,
.reply-form textarea:focus,
.reply-form select:focus {
    outline: none;
    border-color: var(--blog-accent);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.1);
}

.char-counter {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    color: var(--blog-muted);
    margin-top: 5px;
}

.char-counter.limit {
    color: #ef4444;
    font-weight: 600;
}

.permission-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.8rem;
    color: var(--blog-muted);
    margin-top: 15px;
    cursor: pointer;
}

.permission-checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.btn-submit-reply {
    width: 100%;
    background: var(--blog-accent);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
    transition: transform 0.2s, background 0.2s;
}

.btn-submit-reply:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.btn-submit-reply:active {
    transform: translateY(0);
}

/*--------------------------------------------------------------
# Mobile Blog Specifics
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .blog-section {
        padding: 30px 0;
    }

    .blog-card {
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .blog-title {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .blog-meta {
        gap: 8px 12px;
        flex-wrap: wrap;
        font-size: 0.8rem;
    }

    .blog-content p {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }

    .sidebar-widget {
        padding: 20px;
        margin-bottom: 20px;
    }

    /* Adjust reply buttons for better tap targets on mobile */
    .btn-reply-trigger {
        padding: 8px 12px;
        background: rgba(6, 182, 212, 0.05);
        border-radius: 6px;
        margin-top: 5px;
        width: 100%;
        justify-content: center;
    }

    .reply-modal-content {
        padding: 20px;
        border-radius: 20px;
    }

    .admin-only-section {
        padding: 15px;
    }
}

/*--------------------------------------------------------------
# Services Listing Styles (Desktop & General)
--------------------------------------------------------------*/
.services-hero {
    background: linear-gradient(135deg, var(--blog-bg) 0%, rgba(6, 182, 212, 0.05) 100%);
    padding: 80px 0 60px;
    border-bottom: 1px solid var(--blog-border);
}

.search-container {
    background: var(--blog-card-bg);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--blog-border);
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.search-card {
    transition: all 0.3s ease;
    border: 1px solid var(--blog-border) !important;
    background: var(--blog-card-bg) !important;
    border-radius: 16px !important;
    margin-bottom: 24px !important;
}

.search-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    border-color: var(--blog-accent) !important;
}

.search-card .card-link-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: var(--blog-muted);
}

.search-card .card-title-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--blog-text) !important;
    text-decoration: none !important;
    transition: color 0.2s;
    display: block;
    margin-bottom: 10px;
}

.search-card .card-title-link:hover {
    color: var(--blog-accent) !important;
}

.search-card .card-description {
    color: var(--blog-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.search-card .card-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.promo-card {
    background: linear-gradient(135deg, var(--blog-accent) 0%, #0891b2 100%);
    color: white !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 25px !important;
}

.promo-card h5 {
    color: white !important;
    font-weight: 800;
    margin-bottom: 15px;
}

.promo-card p {
    opacity: 0.9;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.promo-card .btn-white {
    background: white;
    color: var(--blog-accent);
    border: none;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 20px;
    transition: transform 0.2s;
}

.promo-card .btn-white:hover {
    transform: scale(1.05);
}

/* Sidebar List */
.popular-services-widget h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--blog-text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.popular-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-services-list li {
    margin-bottom: 12px;
}

.popular-services-list a {
    color: var(--blog-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
    display: block;
    padding: 8px 12px;
    background: var(--blog-bg);
    border-radius: 8px;
}

.popular-services-list a:hover {
    color: var(--blog-accent);
    background: rgba(6, 182, 212, 0.05);
}