.header-logo img{
    width:70%;
}


.hero-banner{
  background-image: url("/assets/img/hero/bg-1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
a.text-success{
   
text-decoration: underline;
}
.hero-banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
  z-index: -1;
}
.naditype-card{
    background-position: center;
    background-size: cover;
}
.naditype-card{
    height: 250px !important;
}
.card{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    border-radius: 30px;
    color:#fff;
}
.card:hover .card__overlay{
    transform: translateY(0);
    border-radius: 30px 0 0 30px;
}
.card:hover .card__header{
    transform: translateY(0);
}
.card__overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--theme-color);
    transform: translateY(100%);
    transition: .2s 
ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card__header{
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--theme-color);
    color: #fff;
    transform: translateY(-100%);
    transition: .2s 
ease-in-out;
    border-radius: 30px 0 0 30px;
}
.card__description{
    padding: 0 1em 6em 1em;
    font-size: 0.8rem;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color:#fff;
}
.card__title{
    font-size: 1em;
    margin: 0 0 .3em;
   color: var(--theme-color4);
}
.card__status{
    font-size: .8em;
}
.card__thumb{
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#callme{
    position: fixed;
    left: 40px;
    bottom: 60px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.9;
    z-index: 99990;
}
#callme #callmeMain{
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(207, 8, 8);
    width: 50px;
    height: 50px;
}
#callme #callmeMain:before{
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    left: 0;
    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.float{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 30px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float{
    margin-top: 5px;
}
.blog-ui-section{
    padding: 80px 0 100px;
    background: linear-gradient(180deg, var(--smoke-color) 0%, var(--white-color) 65%);
}
.blog-ui-mosaic{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 50px;
}
.blog-ui-mosaic-item{
    border-radius: 14px;
    overflow: hidden;
    display: block;
    height: 160px;
}
.blog-ui-mosaic-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-ui-layout{
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 40px;
}
.blog-ui-card{
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 44, 43, 0.08);
    margin-bottom: 26px;
    align-items: center;
}
.blog-ui-media{
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
}
.blog-ui-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-ui-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-ui-tag{
    align-self: flex-start;
    padding: 4px 12px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(215, 0, 0, 0.1);
    color: var(--theme-color);
    border-radius: 999px;
}
.blog-ui-title{
    font-family: var(--title-font);
    font-size: 34px;
    color: var(--title-color);
    margin: 0;
}
.blog-ui-meta{
    font-size: 13px;
    color: var(--body-color);
}
.blog-ui-text{
    margin: 0;
    color: var(--body-color);
}
.blog-ui-btn{
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 8px;
    background: var(--theme-color);
    color: var(--white-color);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.blog-ui-btn:hover{
    background: var(--theme-color2);
    color: var(--white-color);
}
.blog-ui-quote{
    margin: 30px 0;
    padding: 24px 30px;
    border-radius: 12px;
    border: 2px solid rgba(215, 0, 0, 0.2);
    color: var(--body-color);
    font-style: italic;
    background: var(--white-color);
}
.blog-ui-quote span{
    display: block;
    margin-top: 12px;
    font-weight: 600;
    color: var(--theme-color);
    font-style: normal;
}
.blog-ui-pager{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.blog-ui-link{
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--theme-color);
}
.blog-ui-side{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.blog-ui-widget{
    padding: 22px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 44, 43, 0.06);
}
.blog-ui-widget-title{
    font-family: var(--title-font);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 18px;
    color: var(--title-color);
}
.blog-ui-search{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-ui-search input{
    flex: 1;
    border: 1px solid var(--th-border-color);
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
}
.blog-ui-search button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: var(--theme-color);
    color: var(--white-color);
}
.blog-ui-mini{
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.blog-ui-mini img{
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
}
.blog-ui-mini h5{
    margin: 0 0 4px;
    font-size: 14px;
    color: var(--title-color);
}
.blog-ui-mini span{
    font-size: 12px;
    color: var(--body-color);
}
.blog-ui-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-ui-list li{
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: var(--body-color);
    border-bottom: 1px solid var(--th-border-color);
}
.blog-ui-list li:last-child{
    border-bottom: none;
}
.blog-ui-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.blog-ui-tags a{
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(215, 0, 0, 0.08);
    color: var(--theme-color);
    font-size: 12px;
}
.blog-ui-banner{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.blog-ui-banner img{
    width: 100%;
    display: block;
}
.blog-ui-banner-btn{
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 8px 14px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
@media (max-width: 991px){.blog-ui-mosaic{
        grid-template-columns: repeat(3, 1fr);
    }
.blog-ui-layout{
        grid-template-columns: 1fr;
    }
.blog-ui-card{
        grid-template-columns: 1fr;
    }}
@media (max-width: 575px){.blog-ui-section{
        padding: 60px 0 80px;
    }
.blog-ui-mosaic{
        grid-template-columns: repeat(2, 1fr);
    }
.blog-ui-mosaic-item{
        height: 120px;
    }
.blog-ui-title{
        font-size: 28px;
    }}

.article-wrap {
    padding: 80px 0 100px;
}
.article-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.article-sidebar {
    width: 30%;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}
.article-content {
    width: 70%;
    overflow: visible;
    padding-right: 0;
}
.article-widget {
    background: var(--white-color);
    border: 1px solid var(--th-border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}
.article-widget h3 {
    color: var(--title-color);
    font-family: var(--title-font);
    margin-bottom: 14px;
}
.article-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-widget li {
    padding: 6px 0;
    color: var(--body-color);
}
.article-title {
    color: var(--title-color);
    font-family: var(--title-font);
    font-size: 40px;
    line-height: 1.15;
    margin: 20px 0 10px;
}
.article-meta {
    font-size: 14px;
    color: var(--body-color);
    margin-bottom: 20px;
}
.article-body p {
    line-height: 1.8;
    margin-bottom: 18px;
}
.article-body h2,
.article-body h3 {
    color: var(--title-color);
    font-family: var(--title-font);
    margin-top: 28px;
}
.article-body ul {
    margin-bottom: 18px;
}
.article-body li {
    margin-bottom: 8px;
}
.article-tags {
    margin-top: 30px;
}
.article-tag {
    display: inline-block;
    background: rgba(215, 0, 0, 0.1);
    color: var(--theme-color);
    border: 1px solid rgba(215, 0, 0, 0.2);
    border-radius: 5px;
    padding: 6px 12px;
    margin-right: 8px;
}
.article-comment {
    margin-top: 40px;
}
.article-comment h3 {
    color: var(--title-color);
    font-family: var(--title-font);
}
.article-comment input,
.article-comment textarea {
    width: 100%;
    border: 1px solid var(--th-border-color);
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 14px;
    color: var(--body-color);
}
.article-btn {
    background: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
}
.article-btn:hover {
    background: var(--theme-color2);
}
.article-hero {
    width: 100%;
    border-radius: 8px;
}
@media (max-width: 991px) {
    .article-layout {
        flex-direction: column;
    }
    .article-sidebar,
    .article-content {
        width: 100%;
        position: static;
        overflow: visible;
        padding-right: 0;
    }
    .article-title {
        font-size: 32px;
    }
}
