﻿h3{font-weight: 700;color:blue;margin-top:10px;}

    .fullscreen-btn {
        margin-top: 8px;
        padding: 6px 15px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    .fullscreen-btn:hover {
        background-color: #45a049;
    }
 
       
        .comment-section {  
            max-width: 600px;  
            margin: 0 auto;  
        }  
        .comment {  
            border: 1px solid #ddd;  
            padding: 15px;  
            margin-bottom: 15px;  
            border-radius: 5px;  
            background-color: #f9f9f9;  
        }  
        .comment-header {  
            display: flex;  
            justify-content: space-between;  
            margin-bottom: 10px;  
        }  
        .comment-body {  
            word-wrap: break-word;  
        }
.smallimg::after {
  content: "";
  display: table;
  clear: both;
}
.smallimg{background-color:#ffffff;}
.smallimg div{float:left;width:300px;height:550px;background-color:#ffffff;}
.smallimg img{margin: 0 auto;text-align:center;max-width:200px;}
.smallimg h3{text-align:center;}
.rating__select {
    margin: 0 auto 4px;
}
.rating__group {
    margin: 0 auto;

    text-align: center;
}
.rating__value {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #252a34;
}
.rating__help {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-weight: normal;
    color: #8d8577;
}
.rating-select {
width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}
.rating-select__input {
    display: none;
}
.rating-select__input:hover ~ .rating-select__label::before {
    opacity: 0;
}
.rating-select__input:hover ~ .rating-select__label::after {
    opacity: 1;
}
.rating-select__input:checked ~ .rating-select__label::before {
    opacity: 0;
}
.rating-select__input:checked ~ .rating-select__label::after {
    opacity: 1;
}
.rating-select__label {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 0 5px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.rating-select__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-image: url(../images/star-fill.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
.rating-select__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    opacity: 0;
    background-image: url(../images/star.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
.section-indent {
    margin-top: 30px;
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .section-indent {
        margin-top: 25px;
        padding-top: 25px;
    }
}
.section-indent-sm {
    margin-top: 15px;
    padding-top: 15px;
}


.section-heading__title {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    color: #252a34;
}
@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size: 28px;
    }
}
.section-heading__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #ebe7e0;
}
.container {
    margin: 0 auto;
    
    width: 100%;
}

.iframe-container {
text-align: center;}
 
iframe {display: block;width:100%;height:480px;
margin: 0 auto;
}
@media(max-width: 768px){.sidebar_left {
display:none;}
iframe{height:306px;}
}
@media(max-width: 768px){.email {
display:none;}}


.widget_left h3 {
    border-bottom: 1px solid #90bba8;
    color: #535353;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    margin: 5px 20px;
}
.widget_left figure{margin-left:5px}
.widget_left figure p img{max-width: 150px;
    height: 110px;
    border-radius: 6px}
.widget_left figcaption{
text-align: center;
    font-size: 14px;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
figure{float:left;margin-left:10px;margin-top:10px;}
figure p img{max-width:160px;height:110px;border-radius: 6px;}
figcaption{text-align:center;font-size:14px;padding-top:5px; 
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;max-width:160px;}

.article-content figure p img{max-width: 175px}
figure::after {
  content: "";
  display: table;
  clear: both;
}
.image1::after {
  content: "";
  display: table;
  clear: both;
}
.article-content::after {
  content: "";
  display: table;
  clear: both;
}


        :root {
            --star-color: #ffd700;
            --bg-color: #f5f5f5;
        }

        body {
            font-family: 'Segoe UI', Arial, sans-serif;
          /*  max-width: 800px;
            margin: 2rem auto;
            padding: 0 20px;
            background-color: var(--bg-color);*/
        }

        .rating-header {
            text-align: center;
            margin-bottom: 2rem;
        }

        .rating-container {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .rating-item {
            margin-bottom: 1.5rem;
        }

        .rating-bar {
            width: 100%;
            height: 24px;
            background: #eee;
            border-radius: 12px;
            overflow: hidden;
            margin: 8px 0;
        }

        .rating-fill {
            height: 100%;
            border-radius: 12px;
            transition: width 0.8s ease;
        }

        .rating-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .rating-stars {
            display: flex;
            gap: 4px;
            color: var(--star-color);
        }

        .rating-comment {
            margin-top: 8px;
            font-style: italic;
            color: #666;
            display: none;
        }

        .rating-item:hover .rating-comment {
            display: block;
        }

        .star {
            font-size: 1.2rem;
        }

        .grade-tag {
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.8rem;
            background: #4CAF50;
            color: white;
        }

        /* Rating colors */
        .excellent { background: #4CAF50; }
        .good { background: #8BC34A; }
        .average { background: #FFC107; }
        .poor { background: #FF9800; }
        .bad { background: #F44336; }

        .share-buttons {
           /* display: flex;*/
            gap: 10px;
            margin: 20px 0;
        }
        .share-button {
            padding: 10px 10px;
            border: none;
            border-radius: 5px;
            color: white;
            font-weight: bold;
            cursor: pointer;
            transition: opacity 0.3s;
        }
        .share-button:hover {
            opacity: 0.8;
        }
        .facebook { background-color: #3b5998; }
        .twitter { background-color: #1da1f2; }
        .linkedin { background-color: #0077b5; }
        .pinterest { background-color: #e60023; }
        .email { background-color: #7d7d7d; }

.mm_content{
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;}

@media(max-width: 768px){
.article-content figure p img{max-width:150px}
.widget_left figcaption{max-width:150px}

}


@media(max-width: 768px){
.mm_content{max-height: 300px;overflow-y: auto;overflow-x: hidden;}
.main_mm_content{max-height: 300px;overflow-y: auto;overflow-x: hidden;}
}
@media(max-width: 768px){
.article-content{margin-right:5px;}
.content{margin-right:0px}
.header{margin-right:5px}
figcaption{max-width:150px;}
}
.main_header_title{border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    line-height: 160%;
 
    position: relative;
    font-weight: 400;
    word-break: break-all;
    word-wrap: break-word;
    color: var(--theme-text);}
.main_header_title figcaption{max-width:180px}
.main_header_title figure p img{max-width:180px}
.main_header_title::after {
  content: "";
  display: table;
  clear: both;
}
.main_header_title h2{font-size:16px;padding-left:10px}
@media(max-width: 768px){
.main_header_title figcaption{max-width:160px}
.main_header_title figure p img{max-width:160px}
}