/* Base */

.font-size-12 {
    font-size: 12px;
}

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

.font-gray-5 {
    color: #b8b8b8;
}

body {
    color: #939393;
    font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.letter-spacing-1 {
    letter-spacing: 0.1em;
}

.border-w-2 {
    border-width: 2px;
}

.primary-primary-outline--hover {
    background: #fd5f00;
    color: #fff;
}

.primary-primary-outline--hover:hover {
    border-color: #fd5f00;
    background: transparent;
}

body {
    line-height: 1.7;
    font-weight: 400;
    font-size: 1rem;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-family: "Poppins", sans-serif;
}

.text-black {
    color: #000 !important;
}

.site-wrap:before {
    display: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.form-control {
    height: 55px;
    background: #fff !important;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
    border-color: #fd5f00;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-footer {
    padding: 4em 0;
    background: #333333;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 8em 0;
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
    color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
    color: #fff;
}

.site-footer a {
    color: #999999;
}

.site-footer a:hover {
    color: white;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2rem;
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image.overlay {
    position: relative;
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background:  #ff9607e0;
}

.bg-image>.container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .display-3 {
        font-size: 3rem;
    }
}

/* Navbar */

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 1rem;
}

/* @media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
} */

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-navbar .site-logo {
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    font-family: "Poppins", sans-serif;
    letter-spacing: .2rem;
}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #fd5f00 !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #fd5f00;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #fd5f00;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #fd5f00 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #f4f5f9;
    color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f4f5f9;
    color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #fd5f00;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #fd5f00;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #fd5f00;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #fd5f00;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #fd5f00 !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

/* Blocks */

.site-section-cover {
    position: relative;
    background-position: center center;
}

.site-section-cover,
.site-section-cover .container {
    position: relative;
    z-index: 2;
}

.site-section-cover,
.site-section-cover .container>.row {
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991.98px) {
    .site-section-cover,
    .site-section-cover .container>.row {
        height: 70vh;
        min-height: 400px;
    }
}

.site-section-cover.overlay {
    position: relative;
}

.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(52, 58, 64, 0.3);
    z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container>.row {
    height: auto;
    min-height: auto;
    padding: 2em 0;
}

.site-section-cover h1 {
    font-size: 3rem;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-section-cover h1 {
        font-size: 2rem;
    }
}

.site-section-cover p {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
}

.site-section {
    padding: 7rem 0;
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 3rem 0;
    }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.4);
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
    color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.intro-engage>div {
    padding: 50px;
    position: relative;
}

.intro-engage>div h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.intro-engage>div p {
    color: rgba(255, 255, 255, 0.5);
}

.intro-engage>div:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.intro-engage>div:nth-of-type(1) {
    background-color: #4e4e4e;
}

.intro-engage>div:nth-of-type(2) {
    background-color: #fd5f00;
}

.intro-engage>div:nth-of-type(3) {
    background-color: #a23131;
}

.intro-engage>div *:last-child {
    margin-bottom: 0;
}

.block-img-video-1>a {
    display: block;
    position: relative;
    cursor: pointer;
}

.block-img-video-1>a .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.block-img-video-1>a .icon>span {
    position: absolute;
    top: 50%;
    font-size: .8rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}

.block-counter-1 {
    text-align: center;
}

.block-counter-1 .number,
.block-counter-1 .caption {
    display: block;
    line-height: 1;
}

.block-counter-1 .number {
    color: #fd5f00;
    font-size: 4rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.block-counter-1 .number:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.3);
}

.block-counter-1.block-counter-1-sm {
    text-align: left;
}

.block-counter-1.block-counter-1-sm .number:after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.block-social-1>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}

.block-social-1>a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-testimony-1 {
    padding: 20px;
}

.block-testimony-1 blockquote {
    background: #fff;
    padding: 30px;
    font-style: italic;
    font-size: 18px;
    color: #000;
    font-family: 'Georgia', Times, serif;
}

.block-testimony-1 figure {
    position: relative;
    padding-top: 20px;
}

.block-testimony-1 figure:before {
    position: absolute;
    content: "";
    width: 50px;
    left: 50%;
    display: none;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fd5f00;
    height: 2px;
}

.block-testimony-1 figure img {
    max-width: 60px;
}

.block-testimony-1 h3 {
    font-size: 18px;
}

.block-team-member-1 {
    padding: 30px;
    border: 1px solid #e9ecef;
}

.block-team-member-1 figure img {
    width: 130px;
}

.section-title {
    font-size: 4rem !important;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 2rem !important;
    }
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a {
    display: block;
}

.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a {
    color: #000;
    font-style: italic;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
    color: #000;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
    color: #000;
    background: #e3e3e3;
}

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Custom CSS */
.card-course {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
  }

  .card-course img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .card-course:hover img {
    transform: scale(1.1);
  }

  .overlay-courses {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 15px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
  }

  .card-course:hover .overlay-courses {
    opacity: 1;
    transform: translateY(0);
  }

  .overlay-courses h5 {
    margin: 0 0 8px;
  }

  .stars {
    color: gold;
    font-size: 18px;
  }

  .stars span {
    color: #ccc; /* Empty star */
  }

/* animation for courses */
.animate-left, .animate-right {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-out;
}

/* Left side */
.animate-left {
  transform: translateX(-100px);
}

/* Right side */
.animate-right {
  transform: translateX(100px);
}

/* Active (when visible) */
.show {
  opacity: 1;
  transform: translateX(0);
}

/* --- Custom Team Card Hover Effect --- */

/* Style the new link to remove default blue color and underline */
.team-card-link {
  display: block; /* Important for positioning */
  text-decoration: none;
  color: inherit; /* Makes text inside the link use the card's color */
}

.team-card-link:hover {
  text-decoration: none;
}

/* Add a smooth transition to the team member card */
.block-team-member-1 {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%; /* Helps align cards if descriptions have different lengths */
}

/* This is the hover effect: move up and add shadow */
.team-card-link:hover .block-team-member-1 {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}




.card-course {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.card-course img {
  width: 100%;
  height: auto;
  display: block;
}
.card-course:hover {
  transform: scale(1.05);
}
.overlay-courses {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.card-course:hover .overlay-courses {
  transform: translateY(0);
}
.stars {
  margin-top: 10px;
  font-size: 18px;
  color: gold;
}
.stars span {
  color: #ccc;
}


/* Drop Down menu */
.site-menu li {
  position: relative;
}

.site-menu .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 6px;
  z-index: 999;
}

.site-menu .dropdown li {
  border-bottom: 1px solid #eee;
}

.site-menu .dropdown li:last-child {
  border-bottom: none;
}

.site-menu .dropdown a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.site-menu .dropdown a:hover {
  background: #f5f5f5;
}

/* Show dropdown on hover */
.site-menu .dropdown-parent:hover .dropdown {
  display: block;
}




/* Particles style */
#particles-js {
    position: fixed; /* Stays in place even when scrolling */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff; /* A dark background color that matches the navbar */
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; /* This is the magic property that puts it behind everything else */
}

/* Make your main content's background transparent so you can see the particles */
.bg-light {
    background-color: rgba(248, 249, 250, 0.9) !important; /* Slightly transparent */
}
.bg-dark {
    background-color: rgba(33, 37, 41, 0.95) !important; /* Slightly transparent */
}
.white{
    color: #ffff;
}


/* Courses Style Start here! */

 .course-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            background-color: transparent;
            /* Add top margin to prevent content from hiding under the sticky nav */
            margin-top: 2rem;
        }

        .header-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 4rem 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .header-content {
            flex-basis: 55%;
        }

        .header-image {
            flex-basis: 40%;
            text-align: right;
        }

        .header-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .google-logo {
            font-size: 24px;
            font-weight: 700;
            color: #4285F4;
            /* Google Blue */
            letter-spacing: -1px;
        }

        .google-logo span:nth-child(2) {
            color: #DB4437;
        }

        /* Red */
        .google-logo span:nth-child(3) {
            color: #F4B400;
        }

        /* Yellow */
        .google-logo span:nth-child(4) {
            color: #0F9D58;
        }

        /* Green */


        .course-title {
            font-size: 3rem;
            font-weight: 700;
            color: #202124;
            margin: 1rem 0;
        }

        .course-subtitle {
            font-size: 1.1rem;
            color: #5f6368;
            margin-bottom: 1.5rem;
        }

        .instructor-info {
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
        }

        .instructor-info span {
            margin-left: 10px;
            font-weight: 500;
        }

        .instructor-info img {
            width: 100px;
            /* Set a specific width */
            height: 100px;
            /* Set a specific height */
            border-radius: 50%;
            /* Makes it a circle */
            object-fit: cover;
            /* Prevents the image from being squished */
        }

        .advance-section img {
            width: 300px;
            /* Set a specific width */
            height: 300px;
            /* Set a specific height */
            border-radius: 50%;
            /* Makes it a circle */
            object-fit: cover;
            /* Prevents the image from being squished */
        }

        .enroll-button {
            background-color: #D40000;
            color: white;
            padding: 1rem 2rem;
            border: none;
            border-radius: 5px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
        }

        .enroll-button:hover {
            color: #fff !important;
        }

        .enroll-info {
            margin-top: 1rem;
            color: #5f6368;
        }

        .info-bar {
            display: flex;
            justify-content: space-around;
            padding: 2rem 0;
            border-bottom: 1px solid #e0e0e0;
            text-align: center;
        }

        .info-item {
            padding: 0 1.5rem;
            border-right: 1px solid #e0e0e0;
        }

        .info-item:last-child {
            border-right: none;
        }

        .info-item h4 {
            margin: 0 0 0.5rem 0;
            color: #202124;
        }

        .info-item p {
            margin: 0;
            color: #5f6368;
        }

        .star-rating {
            color: #F4B400;
        }

        .tabs {
            padding: 1rem 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .tabs a {
            text-decoration: none;
            color: #5f6368;
            padding: 1px 21px;
            font-weight: 500;
        }

        .tabs a.active {
            color: #1a73e8;
            border-bottom: 2px solid #1a73e8;
        }

        .content-section {
            padding: 3rem 0;
        }

        .section-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }

        .content-section h2 {
            font-size: 2rem;
            color: #202124;
            margin-bottom: 1.5rem;
        }

        .learn-list {
            list-style-type: none;
            padding: 0;
        }

        .learn-list li {
            padding-left: 2rem;
            background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%230F9D58"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 1.5rem;
            margin-bottom: 1rem;
            color: #3c4043;
        }

        .skills-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
        }

        .skill-tag {
            background-color: #e8f0fe;
            color: #1967d2;
            padding: 0.5rem 1rem;
            border-radius: 16px;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .outcomes-section {
            display: flex;
            gap: 2rem;
            align-items: center;
        }

        .outcomes-text ul {
            list-style-position: inside;
            padding: 0;
        }

        .outcomes-text li {
            margin-bottom: 1rem;
        }

        .stats-box {
            border: 1px solid #dadce0;
            border-radius: 8px;
            padding: 1.5rem;
            display: flex;
            justify-content: space-around;
            text-align: center;
            margin-top: 2rem;
        }

        .stat-item h3 {
            font-size: 1.5rem;
            color: #1a73e8;
            margin: 0 0 0.5rem 0;
        }

        .stat-item p {
            color: #5f6368;
            margin: 0;
        }

        .testimonial-section {
            background-color: #f8f9fa;
            padding: 4rem 2rem;
            margin: 0 -2rem;
            /* Extend to full width */
        }

        .testimonial-card {
            display: flex;
            align-items: center;
            background: white;
            padding: 2rem;
            border-radius: 8px;
            max-width: 800px;
            margin: 0 auto;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .testimonial-img {
            border-radius: 50%;
            width: 150px;
            height: 150px;
            object-fit: cover;
            margin-right: 2rem;
        }

        .testimonial-content blockquote {
            border: none;
            margin: 0;
            font-size: 1.1rem;
            font-style: italic;
            color: #3c4043;
        }

        .testimonial-content p {
            font-weight: bold;
            margin-top: 1rem;
            color: #202124;
        }
        /* =================================== */
/*      RESPONSIVE STYLES (MOBILE)     */
/* =================================== */

/* Apply these styles on screens smaller than 992px (tablets and phones) */
@media (max-width: 991.98px) {

    /* Reduce padding on the main container for more space */
    .course-container {
        padding: 1rem;
    }
 .site-logo img{
    height: 50px;
 }
    /* --- Header Section --- */
    /* Stack the header text and image vertically on mobile */
    .header-section {
        flex-direction: column;
        text-align: center;
    }

    .header-content {
        /* Add space between the text content and the image below it */
        margin-bottom: 2rem;
    }

    /* Make the main title smaller on mobile to prevent weird wrapping */
    .course-title {
        font-size: 2.5rem;
    }

    /* Center the instructor info block */
    .instructor-info {
        justify-content: center;
    }


    /* --- Key Info Bar --- */
    /* Stack the info items vertically instead of horizontally */
    .info-bar {
        flex-direction: column;
        align-items: flex-start; /* Align text to the left for a cleaner look */
    }

    .info-item {
        width: 100%;
        padding: 1rem 0;
        border-right: none; /* Remove the vertical borders */
        border-bottom: 1px solid #e0e0e0; /* Add horizontal borders to separate items */
    }
    
    /* Remove the border from the very last item */
    .info-item:last-child {
        border-bottom: none;
    }


    /* --- General Two-Column Layouts --- */
    /* Target all two-column sections and make them a single column */
    .section-grid,
    .outcomes-section {
        grid-template-columns: 1fr; /* For grid layouts */
        flex-direction: column;     /* For flexbox layouts */
    }
    
    /* Add some space above the image in the "Advance your career" section */
    .advance-section {
        margin-top: 2rem;
    }


    /* --- Stats Box (in Outcomes) --- */
    /* Stack the statistics vertically */
    .stats-box {
        flex-direction: column;
    }

    .stat-item {
        margin-bottom: 1.5rem; /* Add space between stacked stat items */
    }

    .stat-item:last-child {
        margin-bottom: 0;
    }


    /* --- Testimonial Section --- */
    .testimonial-section {
        padding: 2rem 1rem; /* Reduce padding on mobile */
    }
    
    /* Stack the testimonial image on top of the text */
    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-img {
        margin-right: 0;
        margin-bottom: 1.5rem; /* Add space between the image and the quote */
    }
}
/* ============================================= */
/*      OWL CAROUSEL - TEAM SECTION FIXES      */
/* ============================================= */

/* --- 1. Fix Team Member Image Size --- */

/* Give the image a fixed, circular frame */
.block-team-member-1 figure img {
    width: 180px;         /* Set a fixed width */
    height: 180px;        /* Set a fixed height to make it a square */
    object-fit: cover;    /* Important: Prevents the image from stretching or squishing */
    border-radius: 50%;   /* This makes the square image a perfect circle */
    margin: 0 auto 30px auto; /* Center the image and add space below it */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* Optional: Adds a subtle shadow */
}


/* --- 2. Reposition Carousel Navigation Arrows --- */

/* Create a positioning context for the arrows */
.team-carousel.owl-carousel {
    position: relative;
}
.team-member-item a:hover{
    color: #FD5F00 !important;
}

/* Style the navigation arrows (next/prev buttons) */
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;         /* Take arrows out of the normal document flow */
    top: 40%;                   /* Position them vertically in the middle of the container */
    transform: translateY(-50%); /* This perfectly centers them vertically */
    
    width: 50px;                /* Give the buttons a fixed width */
    height: 50px;               /* Give the buttons a fixed height */
    background: #f1f1f1;        /* A light background color */
    color: #333;                /* Arrow color */
    border-radius: 50%;         /* Make them circular */
    font-size: 20px;            /* Size of the arrow icon */
    
    /* Use flexbox to center the icon inside the circle */
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    z-index: 10;                /* Ensure arrows are on top of other content */
}

/* Change color on hover */
.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #fd5f00; /* Your primary theme color */
    color: #fff;
}

/* Position the 'previous' arrow on the left side */
.team-carousel .owl-nav .owl-prev {
    left: -25px; /* Move it slightly outside the carousel container */
}

/* Position the 'next' arrow on the right side */
.team-carousel .owl-nav .owl-next {
    right: -25px; /* Move it slightly outside the carousel container */
}

/* Adjust arrow position on smaller screens to prevent them from going off-screen */
@media (max-width: 767px) {
    .team-carousel .owl-nav .owl-prev {
        left: -10px;
    }
    .team-carousel .owl-nav .owl-next {
        right: -10px;
    }
}

/* ============================================= */
/*    OWL CAROUSEL - TESTIMONIAL SECTION STYLES  */
/* ============================================= */

/* --- 1. Style the Testimonial Card --- */

/* This ensures each card is centered and has a maximum width */
.testimonial-carousel .testimonial-card {
    max-width: 800px;
    margin: 0 auto; /* Center the card within the carousel item */
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-card .testimonial-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.testimonial-card .testimonial-content blockquote {
    font-style: italic;
    border: none;
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    color: #555;
}


/* --- 2. Position the Navigation Arrows --- */

/* Set a positioning context for the arrows */
.testimonial-section .owl-carousel {
    position: relative;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #f1f1f1 !important; /* Use !important to override default styles */
    border-radius: 50%;
    font-size: 18px;
    color: #333 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    background: #fd5f00 !important; /* Your primary theme color */
    color: #fff !important;
}

.testimonial-section .owl-nav .owl-prev {
    left: 0;
}

.testimonial-section .owl-nav .owl-next {
    right: 0;
}


/* --- 3. Style the Pagination Dots --- */

.testimonial-section .owl-dots {
    text-align: center;
    margin-top: 30px; /* Add space between carousel and dots */
}

.testimonial-section .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.testimonial-section .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s ease;
}

/* Style for the active dot */
.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot:hover span {
    background: #fd5f00; /* Your primary theme color */
}