* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    background: #ffffff;
}
/* ----------------------------------------
    Chapter content div
--------------------------------------------*/
@media (max-width: 768px) {
    #container-div {
        width: 100%;
        max-width: 100%;
    }
    #container-div #content-div {
        margin-top: 0px;
        text-align: left;
        font-size: 16px;
    }
    #container-div #content-div * {
        word-wrap: normal;
        white-space: normal;
    }
}
.image img {
    width: 100% !important;
    height: 100% !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* ----------------------
Progress Bar
--------------------------*/
.progress-bar {
    width: 0;
}

/* ----------------------
CHAPTER CARD
--------------------------*/
#chapter-card #badge {
    color: rgb(75, 85, 99);
}
#chapter-card:hover {
    border-color: #ffb703;
}
#chapter-card:hover .card-header {
    border-bottom-color: #ffb703;
}
#chapter-card:hover .icon {
    color: #ffb703 !important;
}
#chapter-card:hover .title {
    color: #ffb703 !important;
}
#chapter-card:hover .card-text {
    color: #ffb703 !important;
}
#chapter-card:hover #badge {
    color: #ffb703 !important;
}
.number {
    font-size: 14px;
    color: white;
    background-color: #198754;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* ----------------------
END Chapter Card
--------------------*/
.purecounter {
    color: white;
    font-size: 36px;
    font-weight: 800;
}
/* --------------------------------------------
Link style
------------------------------------------------*/
a {
    font-family: "Poppins", sans-serif;
    color: #023047;
}
.nav-link:hover {
    color: #ff4c3b !important;
}
.active-nav {
    color: #ff4c3b !important;
}
.list-group-item.active {
    background-color: grey;
    border-color: grey;
}
/* --------------------------------------------
END Link style
------------------------------------------------*/

/* --------------------------------------------
START Search Box
------------------------------------------------*/
/* Modern Navigation Styles */
.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 0;
}

.navbar-brand img {
    height: 40px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.search-container {
    position: relative;
    margin-right: 1.5rem;
}

.search-results {
    max-height: 400px;
    /* overflow-y: auto; */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-results a {
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-results a:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.search-results a:last-child {
    border-bottom: none;
}

#course-search {
    width: 280px;
    border-radius: 25px;
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

#course-search:focus {
    width: 320px;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    border-color: rgba(0, 123, 255, 0.3);
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #2c3e50 !important;
}

.nav-link:hover {
    background-color: #f8f9fa;
    color: #007bff !important;
}

.active-nav {
    color: #007bff !important;
    background-color: rgba(0, 123, 255, 0.1);
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .search-container {
        margin: 1rem 0;
        width: 100%;
    }

    #course-search {
        width: 100%;
        margin-bottom: 1rem;
    }

    #course-search:focus {
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin: 0.5rem 0;
    }

    .nav-link {
        padding: 0.8rem 1rem !important;
    }
}

@media (max-width: 768px) {
    .search-container {
        order: -1;
    }

    .navbar {
        padding: 0.5rem 0;
    }
}

/* Modern Button Styles */
.btn-gradnav {
    background: linear-gradient(45deg, #007bff, #00b4d8);
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-gradnav:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}
/* --------------------------------------------
END Search Box
------------------------------------------------*/

/* Social Links Style */
.social-icon {
    transition: background-color 0.3s, transform 0.3s;
}

.social-icon:hover {
    background-color: #ff4c3b;
    transform: scale(1.1);
}

/* End of Social Links */
/* Custom Footer styles for links */
.custom-link {
    color: #c0c0c1; /* Bootstrap's secondary color */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease;
}

.custom-link:hover {
    color: #ff4c3b; /* Bootstrap's primary color */
}
/* End Custom Footer styles for links */

#counts p {
    color: white;
}
.primary-color {
    color: #043444;
}
.acent-color {
    color: #f1962e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f2937;
    font-weight: 600;
    letter-spacing: 0.5px;
}
p,
li {
    font-family: "Poppins", sans-serif;
    color: #4b5563;
    font-size: 18px;
}
#chapter-content h3 {
    color: #0674a0;
}

.nav-link {
    font-size: 16px;
    font-weight: 500;
    /* font-weight: bold; */
    color: #023047;
}

#learning {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    /* font-family: "Poppins", sans-serif; */
}
/* #fluid-container {
    background-color: #f9fafb;
} */
/* ---------------------------------------------------
Math Formula
 -----------------------------------------------------*/
math {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    color: #4b5563;
    font-weight: bold;
}
.raw-html-embed {
    width: 100% !important;
    max-width: 800px;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid black;
    border-radius: 8px;
    text-align: left !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.mathjax {
    color: #4b5563;
}
@media (max-width: 768px) {
    .raw-html-embed {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

/* -------------------------------------------
Callout Styling
---------------------------------------------*/
.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.75rem;
    color: #4b5563;
}
.callout-success {
    border-left-color: #28a745;
    background-color: #c9f3b8;
}
.callout-success h4 {
    color: #28a745;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 0.25rem;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code {
    border-radius: 0.25rem;
}

.callout + .callout {
    margin-top: -0.25rem;
}

.callout-info {
    border-left-color: #5bc0de;
}

.callout-info h4 {
    color: #5bc0de;
}

.callout-warning {
    border-left-color: #f0ad4e;
}

.callout-warning h4 {
    color: #f0ad4e;
}

.callout-danger {
    border-left-color: #d9534f;
}

.callout-danger h4 {
    color: #d9534f;
}

.callout-primary {
    border-left-color: #007bff;
}

.callout-primary h4 {
    color: #007bff;
}

.callout-default {
    border-left-color: #6c757d;
}

.callout-default h4 {
    color: #6c757d;
}

/* -------------------------------------------
END Callout Styling
---------------------------------------------*/
#coursebtn {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: white;
    background-color: #023047;
    padding: 14px 0 14px 0;
    border-radius: 10px;
    transition: 0.5s;
    border: 2px solid #023047;
}
#coursebtn:hover {
    background-color: white;
    color: #023047;
    border: 2px solid #023047;
}
#coursebtn:hover .icon {
    color: #023047;
}
/* ---------------------------------------------------
Course Tiles
 -----------------------------------------------------*/
#course {
    transition: 400ms esse-in-out;
}
#course #img-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: transform 400ms ease-in-out;
}
#course:hover .card-img-top {
    transform: scale(1.1);
}

#course:hover .card-title {
    color: #007bff !important;
}

#course:hover .card-text {
    color: #007bff !important;
}

#course-tile {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
a {
    text-decoration: none;
}
.card-title {
    font-size: 16px;
    font-weight: bold;
}
.card-text {
    font-size: 16px;
}

/* ---------------------------------------------------
Lesson Content Sticky-top
------------------------------------------------------*/
.custom-top {
    position: sticky;
    position: -webkit-sticky;
    top: 5rem;
    z-index: 1000;
}

/*--------------------------------------------------------------
# Navigation Button Section Course Content
--------------------------------------------------------------*/
#navigationCard {
    border-radius: 16px;
    margin-top: 40px;
    padding: 50px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background-color: white;
}

#navigationCard #btn {
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    width: 75%;
    height: 54px;
}
@media (max-width: 768px) {
    #navigationCard #btn {
        width: 100%;
    }
}
#navigationCard .view-course,
#navigationCard .next {
    text-decoration: none;
    border: 2px solid #01273a;
}
#navigationCard .view-course:hover,
#navigationCard .next:hover {
    background-color: #01273a;
    color: white;
}
.round-icon {
    border: 2px solid black;
    border-radius: 50%;
    padding: 6px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #01273a;
}

.share-icon .round-icon:hover {
    border: 2px solid black;
    border-radius: 50%;
    color: #f17a37;
    transition: 500ms;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
}

/* #hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    padding-top: 0px;
} */

/* @media (max-width: 992px) {
    #hero .container {
        padding-top: 62px;
    }
}

#hero h1 {
    text-align: left;
    margin: 0;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}

#hero p {
    text-align: left;
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 20px;
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 10px;
    transition: 0.5s;
    margin-top: 30px;
    border: 3px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #f1962e;
    border: 3px solid #f1962e;
    color: white !important;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero .container {
        padding-top: 30px;
        text-align: center;
    }
    #hero {
        height: 80vh;
    }

    #hero h1 {
        font-size: 32px;
        line-height: 36px;
        text-align: center;
    }

    #hero p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    #hero .btn-get-started {
        background-color: #f17a37;
        border: none;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }
    #hero .btn-get-started::after {
        content: "\2192";
        margin-left: 5px;
        font-size: 24px;
    }
    #hero .btn-get-started:hover {
        border: none;
    }
} */

/* --------------------------------------------------------------
End of Hero Section
-----------------------------------------------------------------*/
@media (max-width: 768px) {
    .table {
        width: 100%;
        overflow-x: scroll;
    }
}
.table table {
    width: 100%;
    border-collapse: collapse;
}

/* --------------------------------------------------------------
Section Title
---------------------------------------------------------------- */
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #3d3d3d;
    margin: 0 0 5px 0;
}
.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    margin: 4px 10px;
    background-color: #9ae1af;
}

/* --------------------------------------------------------------
Why Us Section
---------------------------------------------------------------- */
.why-us {
    padding: 100px 0 100px 0;
}
.why-us .content {
    padding: 30px;
    background: #5fcf80;
    border-radius: 4px;
    color: #fff;
}
.why-us .content h3 {
    font-size: 32px;
    font-weight: 800;
}
.why-us .content p {
    font-size: 16px;
    margin: 25px 0 25px 0;
}
.why-us .content .more-btn {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #fff;
    transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
    font-size: 14px;
}
.why-us .content .more-btn:hover {
    background-color: #fff;
    color: #5fcf80;
}
.why-us .icon-box {
    padding: 40px 10px 40px 10px;
    text-align: center;
    border: 2px solid #5fcf80;
}
.why-us .icon-box i {
    color: #5fcf80;
    font-size: 32px;
    padding: 20px;
    background-color: #ecf9f0;
    border-radius: 50px;
}
.why-us .icon-box h4 {
    padding: 20px 10px;
    font-weight: 700;
}
.why-us .icon-box p {
    color: #777777;
}

#number-section {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1000%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M462.426562463624 16.422929585489996L364.51517010164724-40.10623915142832 307.98600136472896 57.80515321054843 405.8973937267057 114.33432194746675z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1097.959977708649 245.81681018389094L946.7608787449597 158.3297359135821 944.0958451361955 311.0094091043626z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M285.411%2c516.224C335.829%2c517.344%2c377.295%2c482.634%2c404.204%2c439.983C433.486%2c393.571%2c456.039%2c336.248%2c429.138%2c288.417C401.885%2c239.959%2c340.936%2c225.948%2c285.411%2c228.762C235.124%2c231.311%2c188.587%2c257.387%2c164.884%2c301.811C142.43%2c343.892%2c152.048%2c393.323%2c175.42%2c434.901C199.367%2c477.502%2c236.553%2c515.139%2c285.411%2c516.224' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M903.166%2c581.072C949.818%2c579.495%2c974.341%2c530.885%2c996.836%2c489.984C1018.159%2c451.216%2c1040.31%2c407.747%2c1020.159%2c368.357C998.655%2c326.321%2c950.368%2c308.084%2c903.166%2c306.88C853.438%2c305.611%2c799.487%2c318.613%2c775.354%2c362.111C751.701%2c404.743%2c773.27%2c454.603%2c797.848%2c496.709C822.152%2c538.345%2c854.984%2c582.7%2c903.166%2c581.072' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M347.3557408518516 253.99087152952777L245.65080756851194 287.0368075573385 346.07217825189787 423.07123946844257z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M137.62044089291297-44.312960037541494L-5.791495060779653 35.181574147955125 73.70303912471697 178.59351010164775 217.1149750784096 99.09897591615112z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1000'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}
#course-bg {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1004%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M144.56720272754848 471.5287474531395L221.6383107136943 594.8683027548199 344.9778660153746 517.797194768674 267.90675802922885 394.45763946699367z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M75.601%2c353.148C107.106%2c354.381%2c138.313%2c340.304%2c154.237%2c313.092C170.307%2c285.631%2c169.217%2c250.262%2c151.128%2c224.086C134.983%2c200.723%2c104%2c199.336%2c75.601%2c199.299C47.107%2c199.261%2c15.012%2c199.837%2c-0.271%2c223.886C-16.32%2c249.14%2c-8.198%2c281.523%2c6.949%2c307.328C21.876%2c332.759%2c46.136%2c351.995%2c75.601%2c353.148' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M124.27916062703513 178.61921186170048L231.25190326555145 315.8073697739952 290.6714067765198 175.82379185160764z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1150.3835362194623 212.15856029352622L1235.778084549004 303.7330019288173 1241.9579778547534 126.76401196398454z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M991.8712208613937 347.6318205083465L1147.8143193829858 291.04142114538047 1038.36845351627 195.90158143863056z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M417.944%2c655.587C458.8%2c656.443%2c500.969%2c644.73%2c522.98%2c610.299C546.579%2c573.385%2c547.987%2c525.156%2c525.282%2c487.685C503.301%2c451.409%2c460.357%2c436.459%2c417.944%2c436.952C376.501%2c437.433%2c335.573%2c454.241%2c314.842%2c490.13C294.104%2c526.031%2c298.337%2c570.865%2c320.264%2c606.052C340.958%2c639.261%2c378.824%2c654.768%2c417.944%2c655.587' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1004'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}
/*........................................
 GRADIENT BUTTONS
........................................*/
.btn-gradnav {
    background-image: linear-gradient(
        to right,
        #e53935 0%,
        #e35d5b 51%,
        #e53935 100%
    );
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
}

.btn-gradnav:hover {
    background-position: right center; /* change the direction of the change here */
    text-decoration: none;
}
.btn-gradhero {
    background-image: linear-gradient(
        to right,
        #e53935 0%,
        #e35d5b 51%,
        #e53935 100%
    );
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
}

.btn-gradhero:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-gradcta {
    background-image: linear-gradient(
        to right,
        #da22ff 0%,
        #9733ee 51%,
        #da22ff 100%
    );
    border: none;
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}
.btn-gradcta:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
/* -------------------------------------------
Scroll To Top
---------------------------------------------- */
.scroll-to-top {
    border: none;
    padding: 12px 18px 12px 18px;
    text-align: center;
    background-color: #ffb703;
    color: #ffffff;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 999;
}

/* ...............................................
BLOG TILE STYLES
..................................................*/

#card-wrapper {
    width: 95%;
    background-repeat: no-repeat;
    background-size: cover;
}
#card-wrapper-background {
    background-color: rgba(0, 0, 0, 0.3);
}
.text-wrapper {
    width: 70%;
    margin: 0 auto;
}

#blog-box {
    padding-top: 70px;
    padding-right: 30px;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    #card-wrapper {
        width: 95%;
    }
    #card-wrapper-background {
        background-color: #043444;
    }
    .text-wrapper {
        width: 98%;
        margin: 0 auto;
    }

    #blog-box {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* ---------------------------------------------------
LOGIN BUTTONS
------------------------------------------------------*/
.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.btn-google {
    color: white !important;
    background-color: #ea4335 !important;
}

.btn-facebook {
    color: white !important;
    background-color: #3b5998 !important;
}

/*.................................
 PROGRESS BAR CIRCULAR
 .................................*/
@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div[role="circularProgressBar"] {
    --size: 6rem;
    --fg: #0f766e;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(
            closest-side,
            white 85%,
            transparent 0 99.9%,
            white 0
        ),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 10%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 7);
    color: var(--fg);
    text-align: center;
}

/*.....................................
DASHBOARD
.....................................*/
@media (max-width: 992px) {
    #dashboardBtn {
        width: 100% !important;
        padding-left: 22px;
        padding-right: 22px;
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    #dashboardText {
        font-size: 18px;
        text-align: center;
        padding-top: 14px;
    }
    #dashboardBtn {
        width: 100%;
    }
}

/* .........................................
BLOG TILE STYLES
............................................*/
#blogTile {
    background-color: #ffffff;
    transition: all 0.2s linear;
}

.card-title,
.card-text {
    transition: color 0.2s linear; /* Adding transition effect for color change */
}
#blogTile:hover .card-title {
    color: #50cd97;
}
/* Custom styling for the badge */
.custom-badge {
    /* background-color: #f0ad4e; */
    background-color: #e8fff3;
    color: #50cd97;
    font-weight: bold;
    font-size: 14px;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
}
/* .custom-badge {
    background-color: #E5E5E5;
    color: #202020;
    font-weight: bold;
    font-size: 14px;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
} */
.navbar-toggler:focus {
    outline: none; /* Remove the default focus outline */
    box-shadow: 0 0 0 0; /* Add a custom focus style */
}
.dropdown-item a:hover {
    background-color: #08335f;
    color: #ffffff;
}
