:root {
--accent: #076b6d !important;
--primary: #18333b !important;
--secondary: #67797e !important;
--primary-font: Open Sans, sans-serif;
--secondary-font: Roboto, sans-serif;
}

.cs_product_card.cs_style_1 .cs_product_title {
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
    line-height: 1.333em;
    margin-bottom: 4px;
}

.cs_product_card.cs_style_1 .cs_card_btns {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    background-color: #cdcdcd26 !important;
}

.cs_card.cs_style_1 .cs_card_img, .cs_card.cs_style_4 .cs_card_img {
    margin-bottom: 26px;
    height: 200px;
    width: 220px;
}
.cs_card.cs_style_4 .cs_card_img:before {
    border: 1px solid var(--white);
    border-radius: inherit;
    content: &quot;&quot;;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
}

.cs_moving_section {
    align-items: center;
    animation: slideLeft 20s linear infinite;
    display: flex;
    flex-shrink: 0;
    padding: 2px 6px;
    font-size: 30px;
}
h2.cs_section_title.cs_fs_53.cs_normal.mb-0 {
    font-size: 30px;
}

h2.cs_post_title.cs_fs_30.cs_normal.mb-0 {
    font-size: 20px;
}


.cs_iconbox.cs_style_1 .cs_iconbox_icon {
    height: 180px;
    margin-bottom: 22px;
    padding: 15px;
    width: 180px;
    background-color: white;
}

h2.cs_section_title.cs_fs_53.cs_normal.mb-0 {
    font-size: 32px;
}
.hero_slide {
    position: relative;
    background: #3eced1bf;
    height: 80vh;
    min-height: 550px;
    max-height: 800px;
    display: flex
;
    align-items: center;
    overflow: hidden;
}
/* Image Overlay - Apply your color here instead of gradient */
.cs_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3eced1bf; /* Your color applied here */
    z-index: 1;
}

/* Additional styles for product statistics */
.yoo-iconbox.yoo-style2 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.yoo-iconbox.yoo-style2:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.yoo-iconbox.yoo-style2 .yoo-iconbox-in {
    display: flex;
    align-items: center;
    padding: 20px;
}

.yoo-iconbox.yoo-style2 .yoo-iconbox-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.yoo-iconbox.yoo-style2 .yoo-iconbox-content {
    flex: 1;
}

.yoo-iconbox.yoo-style2 .yoo-iconbox-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.yoo-iconbox.yoo-style2 .yoo-iconbox-number {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.yoo-iconbox.yoo-style2 .yoo-iconbox-text {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.yoo-purple-bg {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.yoo-purple-shadow {
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.2);
}

.cs_post.cs_style_1 .cs_post_meta&gt;span {
    position: relative;
    font-size: 20px;
}
.cs_white_color {
    color: var(--white);
    font-size: 30px;
}
.cs_email_list {
    display: block; 
    margin-bottom: 5px;
}
.cs_blog_details p {
    margin-bottom: 10px;
}
.cs_single-product-details h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    font-weight:bold;
}



.breadcrumb {
    flex-wrap: wrap;
    word-break: normal;
}

.breadcrumb-item {

    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.breadcrumb-item .current-item {
 
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}


@media (max-width: 768px) {
    .breadcrumb-item {
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .breadcrumb-item .current-item {
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .breadcrumb-item {
        max-width: 250px;
    }
    
    .breadcrumb-item .current-item {
        max-width: 200px;
    }
}


@media (max-width: 380px) {
    .breadcrumb-item {
        max-width: none;
        white-space: normal;
        word-break: break-word;
    }
    
    .breadcrumb-item .current-item {
        max-width: none;
        white-space: normal;
        word-break: break-word;
    }
}

.cs_accordians.cs_style_1 .cs_accordian_title {
    margin-bottom: 0;
    transition: all .3s ease;
    font-size: 18px;
}
.cs_white_color {
    color: var(--white);
    font-size: 16px;
}
element.style {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}
h2.cs_section_title.cs_fs_53.cs_normal.mb-0 {
    font-size: 25px;
    font-weight: bold;
}

@media (max-width: 1199px) {
    .cs_site_header.cs_style_1.cs_primary_color.cs_sticky_header.cs_white_bg+.cs_page_heading.cs_style_1, .cs_site_header.cs_style_1.cs_primary_color.cs_sticky_header.cs_white_bg+.cs_side_header+.cs_page_heading.cs_style_1 {
        height: 100px !important;
    }
}
.col-lg-4.col-sm-6 .cs_product_card.cs_style_1 .cs_product_thumb img {
        max-height: 250px;
    }
 
@media (max-width: 991px) {
    .cs_footer_main {
        padding: 80px 0 30px;
        text-align: center;
    }
}
.cs_text_widget img {
    margin-top: 5px;
    margin-right: 10px;
}
img.logo_img {
    height: 40px;
}

/* Certificate Image Preview Styles */
.cs_certificate_image_preview {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.cs_certificate_thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cs_certificate_thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.cs_certificate_image_link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.cs_certificate_view_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cs_certificate_image_link:hover .cs_certificate_view_text {
    opacity: 1;
}

/* Certificate Tab Image Preview */
.cs_certificate_preview_image {
    max-width: 100%;
    max-height: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.cs_certificate_buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.cs_view_certificate_btn {
    background: #28a745;
    color: white;
}

.cs_view_certificate_btn:hover {
    background: #218838;
    color: white;
}

.cs_download_certificate_btn {
    background: #007bff;
    color: white;
}

.cs_download_certificate_btn:hover {
    background: #0056b3;
    color: white;
}