/* =========================================================
   BLOG UI - EXACT screenshot style
========================================================= */
strong{
        font-weight: 900!important;
    color: #000!important;
}
b{
        font-weight: 900!important;
    color: #000!important;
}

.sse3{
        margin-top: -5em !important;
}

.mos-blog-hero {
    padding-top: 220px;
    padding-bottom: 70px;
    background: #2f6df6;
    position: relative;
    overflow: hidden;
    background: url(../images/bgblogm.png);
    background-size: cover;
}

.mos-post-heads {height: 26em;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    background-size: cover;
    background-image: url(https://ashy-smoke-01e36bc1e.1.azurestaticapps.net/images/specinner.png), linear-gradient(180deg, #1072fa 0%, #fff 100%);
}

.mos-blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px);
    background-size: 4px 4px;
    opacity: 0.35;
    pointer-events: none;
}

.mos-blog-hero-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
    text-align: center;
}

.mos-blog-hero-title {
    font-size: 52px;
    line-height: 1.05;
    color: #fff;
    letter-spacing: -1.6px;
    margin-bottom: 10px;
    font-weight: 100!important;
}

.mos-blog-hero-sub {color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    max-width: 580px;
    letter-spacing: 0.7px;
    margin: 0 auto 26px auto;
}

.mos-featured-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 18px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.mos-featured-left {
    text-align: left;
    padding: 8px 6px;
}

.mos-featured-meta {
    font-size: 11px;
    color: #333;
    opacity: 0.85;
    display: flex;
    gap: 8px;
    align-items: center;
}

.dot {
    opacity: 0.6;
}

.mos-featured-title {
    font-size: 32px;
    line-height: 1.19;
    margin-top: 12px;
    letter-spacing: -0.8px;font-weight: 100!important;
    color: #111;
}

.mos-featured-desc {
    margin-top: 10px;
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    max-width: 330px;
}

.mos-readmore-btn {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e6e6e6;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 11px;
    color: #111;
    text-decoration: none;
    width: fit-content;
}

.mos-readmore-arrow {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mos-featured-right .mos-featured-imgwrap {
    border-radius: 10px;
    overflow: hidden;
    background: #1b57d8;
    height: 282px;
}

.mos-featured-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BLOG LIST SECTION */
.mos-blog-section {
    background: #fbf8f1;
    padding: 70px 0 80px 0;
}

.mos-blog-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
    text-align: center;
}

.mos-blog-heading {
    font-size: 40px;
    letter-spacing: -1.2px;
    margin-bottom: 40px;
    color: #111;
}

.mos-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.mos-blog-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 380px;
}

.mos-blog-thumb {
    height: 150px;
    background: #e9eefc;
}

.mos-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mos-blog-card-body {
    padding: 14px 14px 18px 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.mos-blog-card-meta {
    font-size: 10px;
    color: #666;
    display: flex;
    gap: 8px;
    align-items: center;
}

.mos-blog-card-title {
    font-size: 14px;
    line-height: 1.35;
    color: #111;
    letter-spacing: -0.2px;
    margin-top: 2px;
}

.mos-blog-card-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.55;
    margin-top: 2px;
}

.mos-blog-card-cta {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.mos-circle-arrow {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgb(0 0 0 / 31%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 20px;
    color: rgb(0 0 0 / 31%);
}

/* Arrows bottom right */
.mos-blog-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 22px;
}

.mos-nav-arrow {
    width: 53px;
    height: 53px;
    border-radius: 999px;
    border: 1px solid rgb(0 0 0 / 31%);
    background: transparent;
    font-size: 33px;
    font-weight: 100;
    padding: 0px 17px;
    color: rgb(0 0 0 / 31%);
}

/* Newsletter */
.mos-newsletter {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.mos-newsletter-title {
    font-size: 12px;
    color: #111;
}

.mos-newsletter-form {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e6e6e6;
    padding: 8px;
    border-radius: 8px;
}

.mos-newsletter-form input {
    width: 220px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 11px;
    padding: 8px 10px;
}

.mos-newsletter-btn {    
    width: 74px;
    height: 0px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-size: 37px;
    padding: 23px 20px;
    text-align: center;
    font-weight: 100;
    line-height: 0px;
}

.mos-newsletter-msg {
    font-size: 11px;
    color: #1a7f37;
    min-height: 14px;
}

/* SINGLE POST PAGE */
.mos-post-wrap {
    padding-bottom: 0px;
    background: #fbfcfc;
}

.mos-post-inner {    max-width: 880px;
    margin: 0 auto;
    padding: 0px 0px;
    position: relative;
    top: -9em;
}

.mos-post-title {    
    font-size: 76px;
    line-height: 1.05;
    color: #111;
    font-weight: 500;
}

.mos-post-intro {
    margin-top: 24px;
    margin-bottom: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
    max-width: 100%;
}

.mos-post-content {
    margin-top: 36px;
}

.mos-post-content h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.mos-post-content p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
    max-width: 100%;
}

.mos-post-image {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.mos-post-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.mos-post-subheading {    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 42px;
    letter-spacing: -0.6px;
    color: #111;
    font-weight: 100;
    text-shadow: 1px 0px 0px #111;
}

.mos-post-list {
    margin-top: 14px;
    padding-left: 18px;
    font-size: 11px;
    color: #111;
    line-height: 1.8;
}

.mos-post-list li {
    list-style-type: disc;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
    max-width: 100%;
}

/* Responsive */
@media (max-width: 900px) {
    .mos-featured-card {
        grid-template-columns: 1fr;
    }

    .mos-featured-right .mos-featured-imgwrap {
        height: 200px;
    }

    .mos-blog-grid {
        grid-template-columns: 1fr;
    }

    .mos-blog-heading {
        font-size: 34px;
    }

    .mos-blog-hero-title {
        font-size: 40px;
    }

    .mos-post-title {
        font-size: 40px;
    }
}



@media only screen and (max-width: 1024px) {

  .mos-post-wrap {
    padding-bottom: 0px!important;
  }.mos-post-inner{
    top: -19em!important;padding: 0px 25px!important;
  }

.sse3{
        margin-top: -12em !important;
}.mos-post-subheading{  
    font-weight: 100;
    text-shadow: 1px 0px 0px #111;
    font-size: 38px!important;
    line-height: 46px!important;
}
.mos-blog-hero {
    padding-top: 135px!important;}
.mos-featured-left{
    order: 2!important;
}






}
