:root {
    --bs-primary: #0099b0;
    --bs-primary-rgb: 0, 153, 176;
    --bs-secondary: #58595b;
    --bs-secondary-rgb: 88, 89, 91;
    --bs-success: #61ba46;
    --bs-success-rgb: 97, 186, 70;
    --bs-secondary-color: #939598;
    --bs-body-color: #231f20;
    --bs-breadcrumb-divider: '\f054';
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #fff;
    overflow-x: hidden;
    font-size: 18px;
}

main p a {
    color: var(--bs-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

main a:hover {
    border-color: var(--bs-primary);
}

.btn {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: #007a8d;
    --bs-btn-hover-border-color: #007a8d;
    --bs-btn-active-bg: #006b7c;
    --bs-btn-active-border-color: #006b7c;
}

.top-bar,
footer {
    background: linear-gradient(to right, var(--bs-primary), var(--bs-success));
    font-size: 12px;
    font-weight: 600;
}

footer,
footer p {
    font-size: 16px;
    color: #fff;
}

.top-bar i {
    font-size: 16px;
}

.top-bar a:not(.btn) {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.top-bar a:not(.btn):hover {
    border-color: #fff;
}

#logo {
    width: 110px;
    height: 76px;
    background: url(../images/logo.svg) no-repeat left center;
    background-size: contain;
}

@media (min-width: 768px) {
    #logo {
        width: 135px;
        height: 90px;
    }
}

.sub-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .sub-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 7px;
    }
}

footer .sub-title {
    margin-bottom: 0;
}

nav {
    font-weight: 300;
}

nav a {
    font-size: 18px;
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
    padding: 14px 10px;
    display: inline-block;
}

nav a:hover {
    color: var(--bs-primary);
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown:hover>a {
    background-color: #414042;
}

.nav-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border: none;
    border-radius: 0;
    z-index: 1000;
}

.nav-dropdown:hover .dropdown-menu {
    display: block;
}

.nav-dropdown .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

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

.nav-dropdown .dropdown-menu a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 300;
    color: var(--bs-body-color);
    background-color: #fff;
    transition: color 0.3s ease, background 0.3s ease;
}

.nav-dropdown .dropdown-menu a:hover {
    color: #fff;
    background-color: var(--bs-primary);
}

.banner {
    position: relative;
}

.banner-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 10;
}

.banner-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #6d6e70;
    border-radius: 50%;
    display: block;
    margin: 0;
    transition: background 0.3s ease;
}

.banner-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.banner-item {
    height: 600px;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.banner-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.bg-light {
    background-color: #ededee;
}

.bg-dark {
    background-color: #2e373a;
}

footer a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent !important;
    transition: border-color 0.3s ease;
}

.social-circle {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#footer-logo {
    width: 110px;
    height: 76px;
    background: url(../images/footer-logo.svg) no-repeat left center;
    background-size: contain;
}

.breadcrumb {
    font-weight: 300;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    vertical-align: middle;
    line-height: 28px;
}

.breadcrumb-item a {
    color: var(--bs-primary);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--bs-body-color);
}

.copyright {
    border-top: 1px solid #0d6f52;
    font-size: 12px;
}

footer a.social-circle {
    border: 0 !important;
}

/* Responsive border utility */
.border-md-end {
    border-right: none !important;
}

@media (min-width: 768px) {
    .border-md-end {
        border-right: 1px solid !important;
    }
}

/* Mobile menu toggle */
.mobile-menu-toggle {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    padding: 14px 0;
}

.mobile-menu-toggle:hover {
    color: #fff;
}

/* Mobile nav (below md) */
@media (max-width: 767.98px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        padding-bottom: 10px;
        margin-left: -12px;
        margin-right: -12px;
        position: absolute;
        top: 100%;
        left: 12px;
        width: 100%;
        background: #414042;
        z-index: 1000;
    }

    .nav-menu.open {
        display: flex;
    }

    .nav-menu>li {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .nav-menu a {
        display: block;
        padding: 12px;
    }

    .nav-dropdown {
        position: static;
    }

    .nav-dropdown .dropdown-menu {
        position: static;
        width: 100%;
        display: none;
        background: #414042;
        box-shadow: none;
    }

    .nav-dropdown .dropdown-menu.open {
        display: block;
    }

    .nav-dropdown .dropdown-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

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

    .nav-dropdown .dropdown-menu a {
        color: #fff;
        background: transparent;
        padding: 12px 20px;
        font-size: 16px;
        white-space: normal;
    }

    .nav-dropdown .dropdown-menu a:hover {
        color: var(--bs-primary);
        background: transparent;
    }

    .nav-dropdown:hover .dropdown-menu {
        display: none;
    }

    .nav-dropdown:hover>a {
        background-color: transparent;
    }

    .nav-dropdown.open>a {
        background-color: #414042;
    }

    .nav-dropdown.open .dropdown-menu {
        display: block;
    }

    nav>.list-unstyled>li>a:hover {
        color: var(--bs-primary);
    }
}

h1,
.h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
}

h3,
.h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--bs-primary);
}

h5,
.h5 {
    font-size: 20px;
    margin-bottom: 8px;
}

p {
    font-size: 18px;
}

.intro p {
    font-size: 22px;
}

h1.with-underline,
h2.with-underline,
h3.with-underline,
h4.with-underline,
h5.with-underline,
h6.with-underline {
    position: relative;
}

h1.with-underline::after,
h2.with-underline::after,
h3.with-underline::after,
h4.with-underline::after,
h5.with-underline::after,
h6.with-underline::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: var(--bs-primary);
}

.text-center h1.with-underline::after,
.text-center h2.with-underline::after,
.text-center h3.with-underline::after,
.text-center h4.with-underline::after,
.text-center h5.with-underline::after,
.text-center h6.with-underline::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.simple-image {
    height: 300px;
    overflow: hidden;
}

.simple-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-featured-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-post-tags a:not(.blog-post-tag) {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    background-color: #ededee;
    color: var(--bs-secondary);
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    border: 1px solid transparent;
}

.blog-post-tags a:not(.blog-post-tag):hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.blog-post-tag {
    border-bottom: 0 !important;
}

/* Gravity Forms (contact section) */
.contact-form-wrapper .gform_wrapper,
.contact-form-wrapper .gform_wrapper form {
    color: inherit;
}

.contact-form-wrapper .gform_wrapper .gfield_label,
.contact-form-wrapper .gform_wrapper .gform-field-label,
.contact-form-wrapper .gform_wrapper legend,
.contact-form-wrapper .gform_wrapper label {
    color: inherit !important;
}

.contact-form-wrapper .gform_wrapper .gfield_required,
.contact-form-wrapper .gform_wrapper .gfield_required_asterisk,
.contact-form-wrapper .gform_wrapper .gfield_required_text,
.contact-form-wrapper .gform_wrapper .gform_required_legend {
    color: var(--bs-primary) !important;
}

.contact-form-wrapper .gform_wrapper .gfield_description,
.contact-form-wrapper .gform_wrapper .description,
.contact-form-wrapper .gform_wrapper .instruction {
    color: inherit !important;
    opacity: 0.9;
}

.contact-form-wrapper .gform_wrapper input[type="text"],
.contact-form-wrapper .gform_wrapper input[type="email"],
.contact-form-wrapper .gform_wrapper input[type="tel"],
.contact-form-wrapper .gform_wrapper input[type="number"],
.contact-form-wrapper .gform_wrapper input[type="url"],
.contact-form-wrapper .gform_wrapper input[type="password"],
.contact-form-wrapper .gform_wrapper select,
.contact-form-wrapper .gform_wrapper textarea {
    border-radius: 8px !important;
}

.contact-form-wrapper .gform_wrapper input[type="submit"],
.contact-form-wrapper .gform_wrapper button[type="submit"],
.contact-form-wrapper .gform_wrapper .gform_button {
    background-color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 0.5rem 1.5rem !important;
    font-weight: 500 !important;
}

.contact-form-wrapper .gform_wrapper input[type="submit"]:hover,
.contact-form-wrapper .gform_wrapper button[type="submit"]:hover,
.contact-form-wrapper .gform_wrapper .gform_button:hover {
    background-color: #007a8d !important;
    border-color: #007a8d !important;
}

.accordion-item {
    border: 0;
}

.accordion-button {
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 20px;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
}

.accordion-button.collapsed {
    background: #2c3638 !important;
}

.accordion-button:not(.collapsed) {
    background: var(--bs-primary) !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
    transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.related-course-image {
    height: 200px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .related-course-image {
        height: 250px;
    }
}

.related-course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.related-course-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 153, 176, 0.75);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.related-course-item:hover .related-course-title {
    opacity: 1;
}

.related-course-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

blockquote {
    font-size: 22px;
    color: var(--bs-primary);
}

.paging-link {
    width: 48px;
    height: 48px;
    background-color: #dedfe0;
    color: #808285;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.paging-link.active,
a.paging-link:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

a .paging-link {
    background-color: var(--bs-primary);
    color: #fff;
}

.paging-links a {
    color: var(--bs-body-color);
    text-decoration: none;
}

/* Logo Carousel */
.logo-carousel-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.logo-carousel-slider .item img {
    max-height: 80px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.logo-carousel-slider .item img:hover {
    opacity: 1;
}

.logo-carousel-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex !important;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.logo-carousel-slider .owl-nav button {
    pointer-events: auto;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.carousel-nav-circle {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #bdbfbf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.carousel-nav-circle:hover {
    background-color: #a0a2a3;
}

.logo-carousel {
    position: relative;
}

/* Testimonials Carousel */
.testimonials-owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

.testimonials-owl-carousel .owl-nav {
    display: inline-flex;
    gap: 0;
    margin: 0;
    position: static;
}

.testimonials-owl-carousel .owl-nav button.owl-prev,
.testimonials-owl-carousel .owl-nav button.owl-next,
.testimonials-owl-carousel .owl-controls-bar button.owl-prev,
.testimonials-owl-carousel .owl-controls-bar button.owl-next {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials-owl-carousel .owl-dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.testimonials-owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #6d6e70;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0;
    transition: background 0.3s ease;
}

.testimonials-owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

/* Nav + dots inline bar */
.testimonials-owl-carousel .owl-controls-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* Speech Bubbles */
.speech-bubble {
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 24px 28px;
    font-size: 16px;
    line-height: 1.7;
    color: #58595b;
}

.speech-bubble p {
    margin: 0;
}

.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -32px;
    right: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 28px 0 0;
    border-color: transparent;
}

.speech-bubble.left::after {
    border-width: 32px 0 0 28px;
    right: auto;
    left: 24px;
}

/* Colour variants */
.speech-bubble--blue {
    background-color: #c8d7e3;
}

.speech-bubble--blue::after {
    border-top-color: #c8d7e3;
}

.speech-bubble--green {
    background-color: #cde4c6;
}

.speech-bubble--green::after {
    border-top-color: #cde4c6;
}

.speech-bubble--teal {
    background-color: #c2e0df;
}

.speech-bubble--teal::after {
    border-top-color: #c2e0df;
}

.speech-bubble--dark-green::after {
    border-top-color: #61ba46;
}

.speech-bubble--dark-green {
    background-color: #61ba46;
}

.speech-bubble--dark-blue::after {
    border-top-color: #31b3e6;
}

.speech-bubble--dark-blue {
    background-color: #31b3e6;
}

.speech-bubble-author {
    padding: 11px 65px;
    padding-left: 11px;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    justify-content: flex-end;
}

.speech-bubble.left+.speech-bubble-author {
    justify-content: flex-start;
    padding-left: 65px;
    padding-right: 11px;
}

.speech-bubble-author strong {
    color: var(--bs-secondary);
}

/* Square speech bubbles (no rounded corners) */
.speech-bubble--square {
    border-radius: 0;
}

/* Mini Testimonials Carousel */

.mini-testimonials-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.mini-testimonials-carousel .owl-nav button {
    pointer-events: auto;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    display: block !important;
}

/* Case Studies */
.case-studies-wrapper {
    position: relative;
}

.case-study-cards {
    position: relative;
    z-index: 1;
    gap: 8px;
}

.case-study-card {
    padding: 20px 24px;
    color: #fff;
    font-weight: 600;
    margin-right: 24px;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-radius 0.3s ease;
    flex: 1;
}

/* Cards are at child positions 1,3,5,7,9... (every odd)
   with mobile panels at 2,4,6,8,10...
   Cycle of 5 cards = 10 children, so use 10n offsets */
.case-study-card:nth-child(10n+1) {
    background: linear-gradient(to bottom, #638f63, #177655);
}

.case-study-card:nth-child(10n+3) {
    background: linear-gradient(to bottom, #b6d43c, #62ba46);
}

.case-study-card:nth-child(10n+5) {
    background: linear-gradient(to bottom, #7cc790, #00a8a0);
}

.case-study-card:nth-child(10n+7) {
    background: linear-gradient(to bottom, #1f9ccd, #00549c);
}

.case-study-card:nth-child(10n+9) {
    background: linear-gradient(to bottom, #00a7a1, #00539b);
}

.case-study-card-title {
    line-height: 1.3;
}

.case-study-card-arrow {
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case-study-card.active .case-study-card-arrow {
    opacity: 1;
}

/* Active card: flush right edge into viewer */
@media (min-width: 768px) {
    .case-study-card.active {
        -webkit-border-radius: 12px;
        border-radius: 12px;
        margin-right: -20px;
        padding-right: 40px;
    }
}

/* Case Study Viewer */
.case-study-viewer {
    position: relative;
    z-index: 2;
    background-color: #dfe3ea;
    overflow: hidden;
}

@media (min-width: 768px) {
    .case-study-viewer {
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }
}

.case-study-viewer-carousel-wrap {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.case-study-viewer-carousel-wrap .owl-carousel,
.case-study-viewer-carousel-wrap .owl-stage-outer,
.case-study-viewer-carousel-wrap .owl-stage,
.case-study-viewer-carousel-wrap .owl-item,
.case-study-viewer-carousel-wrap .owl-item .item {
    height: 100%;
}

.case-study-viewer-carousel-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.case-study-viewer-body {
    padding: 28px 32px;
}

.case-study-viewer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.case-study-viewer-text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--bs-secondary);
    margin-bottom: 0;
}

.case-study-viewer-content {
    font-size: 16px;
    line-height: 1.7;
    color: var(--bs-secondary);
}

.case-study-viewer-content>*:last-child {
    margin-bottom: 0;
}

/* Case Study Viewer Carousel Nav */
.case-study-viewer-carousel-wrap .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
    margin: 0;
    padding: 0 12px;
    z-index: 10;
}

.case-study-viewer-carousel-wrap .owl-nav button {
    pointer-events: auto;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    display: block !important;
}

.case-study-viewer-carousel-wrap .owl-nav .disabled {
    opacity: 0.5;
}

.case-study-viewer-carousel-wrap .carousel-nav-circle {
    background-color: var(--bs-primary);
}

/* Mobile viewers (hidden on desktop) */
@media (min-width: 768px) {
    .case-study-viewer-mobile {
        display: none !important;
    }
}

.case-study-viewer-mobile-body {
    background-color: #dfe3ea;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    margin-bottom: 6px;
}

.case-study-viewer-mobile-body img {
    object-fit: cover;
    object-position: center;
}

/* Mobile: below md */
@media (max-width: 767.98px) {
    .case-studies-wrapper {
        flex-direction: column;
    }

    .case-study-cards {
        gap: 0;
        margin-bottom: 0;
    }

    .case-study-card {
        -webkit-border-radius: 12px;
        border-radius: 12px;
        margin-right: 0 !important;
    }

    .case-study-card.active {
        -webkit-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0;
    }

    .case-study-viewer-desktop {
        display: none !important;
        margin-bottom: 8px;
    }
}

/* Comments */
.comments-list .card {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.comments-list .comment-card-content p {
    line-height: 1.7;
    margin-bottom: 0;
}

.comments-list .comment-card-content>*:last-child {
    margin-bottom: 0;
}

.comments-list .children {
    margin: 0;
    padding: 0;
}

.comments-area .comment-reply-link {
    color: var(--bs-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    transition: border-color 0.3s ease;
}

.comments-area .comment-reply-link:hover {
    border-bottom-color: var(--bs-primary);
}

.comments-area .comment-form .form-control {
    font-size: 18px;
}

.comments-area .comment-form .form-check-input {
    margin-top: 0.35rem;
}

.comments-area .comment-form .form-check-label {
    font-size: 16px;
}

.comments-area .comment-form .logged-in-as,
.comments-area .comment-form .must-log-in {
    color: var(--bs-secondary-color);
    font-size: 15px;
}

.comments-area .comment-form .logged-in-as a,
.comments-area .comment-form .must-log-in a {
    color: var(--bs-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.comments-area .comment-form .logged-in-as a:hover,
.comments-area .comment-form .must-log-in a:hover {
    border-bottom-color: var(--bs-primary);
}

.case-study-image {
    position: relative;
    width: 42px;
    height: 42px;
}

.case-study-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.case-study-item-card:nth-child(5n+1) .case-study-image::before {
    background: linear-gradient(to bottom right, #608e63, #1c7755);
}

.case-study-item-card:nth-child(5n+2) .case-study-image::before {
    background: linear-gradient(to bottom right, #b4d23c, #67bc46);
}

.case-study-item-card:nth-child(5n+3) .case-study-image::before {
    background: linear-gradient(to bottom right, #78c490, #17aaa0);
}

.case-study-item-card:nth-child(5n+4) .case-study-image::before {
    background: linear-gradient(to bottom right, #1b97c9, #00579e);
}

.case-study-item-card:nth-child(5n+5) .case-study-image::before {
    background: linear-gradient(to bottom right, #00a4a1, #00569c);
}

.case-study-image i {
    position: relative;
}

.fw-semibold {
    font-weight: 600;
}

.course-item {
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.course-item .course-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: rgba(0, 153, 176, 0.75);
    color: #fff;
    padding: 15px 40px 40px 20px;
    transition: background 0.3s ease;
}

.course-item i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
}

.course-image {
    height: 300px;
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.course-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.course-item:hover .course-info {
    background: rgba(0, 153, 176, 0.9);
}

.profile-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.case-study-info {
    width: calc(100% - 42px);
}