*{
    padding:0px;
    margin:0px;
}
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-optical-sizing: auto; 
    font-style: normal;
}
.avatar{
    border-radius: 6px;
}
.capsule{
    max-width: 1240px;
    width: 100%;
    margin-top: 2rem; 
    box-sizing: border-box;
}

.widgetCapsule{
    max-width: 1240px;
    width: 100%;
    margin-top: 2rem; 
    box-sizing: border-box;
}
nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: #ffffff53;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
}
.navCapsule{
    max-width: 1240px;
    width: 100%;
    margin: 36px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    transition: 300ms;
}
.navCapsule .logo{
    width: 170px;
}
.navUl{
    display: flex;
    left: 50%;
    transform: translateX(-50px);
    
}
.navUl li{
    list-style-type: none;
    margin-right: 22px; 
}
.navUl li a{
    display: flex;
    align-items: center;
    padding: 4px 1rem;
    background-color: #F9F4EC;
    border-radius: 40px;
    color: #000;
    font-size: 18px;
    font-weight: medium;
    text-decoration: none;
}
.navUl li a:hover{
    color: #CF3C17;
}
.navUl li a:hover svg{
    fill: #CF3C17;
}
.navUl li svg{
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.search{
    cursor: pointer;
    position: relative;
}
.search input{
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 330px;
    margin-right: 30px;
    padding: .5rem 1rem;
    border-top: 1px solid #CF3C17;
    border-left: 1px solid #CF3C17;
    border-right: 1px solid #CF3C17;
    border-bottom: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 1rem;
}
.search input:focus-visible{
    outline: 0px;
}
.search svg{
    width: 24px;
    height: 24px;
}
.searchInput{
    position: relative;
    display: flex;
    width: 100%;
    padding: .4rem 0;
    margin-bottom: 2rem;
    box-sizing: border-box;
}
.searchInput input{
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    height: 2.4rem;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #CF3C17;
    font-size: 1.2rem;
}
.searchButton{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    background-color: #CF3C17;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.searchButton svg{
    fill: #fff;
    width: 24px;
    height: 24px;
}
#isSearchInputLoader{
    display: none;
}

/* Comment Smooth Scroll */

 
.deskSearchResult{
    position: absolute;
    top: 30px;
    right:30px;
    display: none;
    min-width: 330px;
    max-width: 400px;
    max-height: 350px;
    background-color: #fff;
    border-left: 1px solid #CF3C17;
    border-right: 1px solid #CF3C17;
    border-bottom: 1px solid #CF3C17;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 99999;
    padding: .2rem 1rem 1rem 1rem;
    box-sizing: border-box;
    overflow-x: auto;
}
.searchResult{
    position: absolute;
    top: 50px;
    display: block;
    width: 100%;
    max-height: 350px;
    background-color: #fff;
    border: 1px solid #CF3C17;
    border-radius: 6px;
    z-index: 99999;
    padding: .2rem 1rem 1rem 1rem;
    box-sizing: border-box;
    overflow-x: auto;
}
.searchResult span, .deskSearchResult span{
    color: #7e7e7e!important;
}
.searchResult ul, .deskSearchResult ul{
   margin-top: .5rem!important;
   flex-direction: column!important;
}
.searchResult li, .deskSearchResult li {
    list-style-type: none!important;
    margin-bottom: .5rem!important;
}
.searchResult li a, .deskSearchResult li a{
    display: flex!important;
    align-items: center!important;
    color: #000!important;
    text-decoration: none!important;
}
.searchResult li img, .deskSearchResult li img{
    width: 48px!important;
    height: 48px!important;
    object-fit: cover!important;
}
.deskSearchResult #deskSearchResultSpan{
    display: block;
    border-top: 1px solid #dedede;
    padding-top: .5rem;
    font-size: .8rem;
}
.searchResult li span, .deskSearchResult li span{
    margin-left: 1rem!important;
}
.rectangle{
    height: 26px;
    width: 100%;
    transition: 200ms;
}
.rectangle img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.mobileNav{
    position: fixed;
    bottom: -100px;
    left: 50%;
    z-index: 999999;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1rem .6rem;
    border-radius: 40px;
    box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.101);
    transition:300ms;
}
.mobileNavItem{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    color: #000000;
}
.mobileNavItem svg{
    width: 24px;
    height: 24px;
    background-color: #f9f4ec74;
    padding: 8px;
    border-radius: 40px;
    pointer-events: none;
}
.mobileNavItem span{
    font-size: .6rem;
    word-wrap: break-word;
    text-align: center;
    margin-top: .5rem;
    position: absolute;
    bottom: -12px;
    pointer-events: none;
}
.mobileNavContainer{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    background-color: #fff;
}
.mNWActive{
    display: block;
}

.mobileNavCapsule{
    margin: 2rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-start;
    padding-top: 2rem;
}
.mobileNavUl{
    display: flex;
    flex-direction: column; 
}
.mobileNavUl li{
    list-style-type: none;
    background-color: #F9F4EC;
    border-radius: 40px;
    margin: .5rem 0;
    text-align: center;
}
.mobileNavUl li a{
    display:flex;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    padding: 1rem 2rem;
}
.mobileNavUl li div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.mobileNavUl li svg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

/* Single */


.singleContainer{
    display: flex;
    justify-content: center;
}
.singleCapsule{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1080px;
    width: 100%;
    margin-top: 1rem; 
} 
.singleDetails{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 700px;
}
.breadcrumb ol{
    display: flex;
    align-items: center;
}
.breadcrumb ol li{
    position: relative;
    display: flex;
    align-items: center;
    margin-right: .8rem;
    font-size: .9rem;
    font-weight: 300;
    color: #a1a1a1;
}
.breadcrumb li::after{
    content: '/';
    position: absolute;
    right: -.5rem;
    top:0px;
    display: block;
}
.breadcrumb li:last-child::after{
    content: '';
}
.breadcrumb ol li a{
    font-weight: 400;
    color: #7d7d7d;
    text-decoration: none;
}
.postDate{
    font-size: .9rem;
    font-weight: 300;
    color: #a1a1a1;
}
.singleHeader{
    margin: 4rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.singleHeader h1{
    font-size: 2.4rem;
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    line-height: 110%;
    max-width: 700px;
}
.singleHeader p{
    margin: 1rem 0;
    line-height: 100%;
    max-width: 600px;
    font-size: 1.2rem;
    font-weight: 200;
    color: #a1a1a1;
}
.writer{
    margin: 1rem 0;
}
.writer a{
    text-decoration: none;
    color: #000;
}
.writer img{
    border-radius: 6px;
}
.writer .writerName{
    margin: .8rem 0 0 0;
}
.writer .writerName span{
    display: block;
    font-size: .9rem;
    font-weight: 300;
    margin: .2rem 0 0 0;
    color: #a1a1a1;
}
.headingsWithin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    background-color: #F9F4EC;
    border-radius: 6px;
}
.headingsWithin ul{
    padding: 1rem 1rem;
    width: 100%;
}
.headingsWithin li{
     list-style: none;
     padding: .6rem 0;
     border-bottom: 1px solid #cf3c1711;
}
.headingsWithin li:last-child{
    border-bottom: 0px;
}
.headingsWithin li a{
    text-decoration: none;
    color: #000;
}
.headingsWithinIn{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    color: #CF3C17;
    padding: .5rem 1rem;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}
.headingsWithinIn span{
    pointer-events: none;
}
.headingsWithinIn svg{
    width: 24px;
    height: 24px;
    stroke: #CF3C17;
    fill: none;
    pointer-events: none;
}

.singleContent{
    margin: 4rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.singleContent h2, h3, h4, h5, h6{
    margin: 1rem 0;
    width: 100% ;
    max-width: 700px;
    display: flex;
    justify-content: start;
}
.singleContent a{
    color: #CF3C17;
    padding: .2rem .4rem;
    text-decoration: none;
    border-bottom: 1px dashed #CF3C17;
}
.singleContent a:hover{
    background-color: #cf3c1714;
}
.singleContent p > img{
    min-width: 100%;
    margin: 1rem 0 2rem 0;
}
.wp-caption{
    width: 100%!important;
}
.wp-caption-text{
    font-size: .8rem!important;
}
.singleContent p{
    font-size: 1.1rem;
    line-height: 190%;
    letter-spacing: -.3px;
    color: #2b2b2b;
    margin-bottom: 2rem;
    max-width: 700px;
}
.singleContent p:has(> img) {
    max-width: 100%;
}
.singleContent p:first-child::first-letter {
    font-size: 3.2rem;
    font-weight: bold;
    float: left;
    margin-right: 4px;
    line-height: 1.2;
    color: #000;
}
.inlineRelatedPost{
    width: 100%;
    position: relative;
    margin: 2rem 0;
    background-color: #120e04;
    border-radius: 6px;
    box-sizing: border-box;
}
.inlineRelatedPost span{
    position: absolute;
    top: -2rem;
    left:-1rem;
    display: block;
    font-size: 1.2rem;
    color: #FAB700;
    background-color: #120e04;
    margin: 1rem;
    padding: .2rem .6rem;
    border-radius: 6px;
}
.inlineRelatedPost svg{
    position: absolute;
    bottom: .5rem;
    right: 0rem;
    display: block;
    width: 64px;
    height: 64px;
    fill: #FAB700;
    transform: rotate(270deg);
    pointer-events: none;
}
.inlineRelatedPost a{
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 6px;
    text-decoration: none;
}
.inlineRelatedPost a:hover{
    background-color: #1e1706;
}
.inlineRelatedPost img{
    width: 120px;
    height: 120px;
    border-radius: 6px;
    object-fit: cover;
}
.inlineRelatedPostDetails{
    margin-left: 1rem;
}
.inlineRelatedPostDetails h3{
    font-size: 2rem; 
    margin-bottom: .5rem;
    color: #fff;
}
.inlineRelatedPostDetails p{
    font-size: 1rem;
    font-weight: 400;
    color: #c5c5c5;
}
.quotation{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 2rem 0;
    padding: 1rem 4rem;
    background-color: #F9F4EC;
    border-radius: 6px;
}
.quotation svg{
    position: absolute; 
    width: 48px;
    height: 48px;
    fill: #CF3C17;
    top: -1.4rem;
    left: -.8rem;
    transform: rotate(180deg);
} 
.quotation p:first-child::first-letter {
    font-size: 1.4rem;
    font-weight: 400;
    float: none;
    margin-right: 0px;
    line-height: auto;
    color: #2b2b2b;
}
.quotation p{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1rem;
}
.quotation strong{
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    font-size: 1.2rem;
}
/* Single End */

.hero{
    display: flex; 
    justify-content: center;
}

.parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 2rem;
        grid-row-gap:  2rem;
    }
    
    .div1 { grid-area: 1 / 1 / 3 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 2 / 3 / 3; }
    .div4 { grid-area: 1 / 3 / 2 / 4; }
    .div5 { grid-area: 2 / 3 / 3 / 4; }
 
.slider{
    position: relative;
    width: 550px;
    height: 500px;
    border-radius: 6px;
    overflow: hidden;
}
.sliderCapsule{
    height: 100%;
}
.sliderItem{
    position: relative;  
}
.sliderTitle{
    position: absolute;
    bottom:4rem;
    left: 1rem;
    width: 80%;
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    font-size: 36px;
    line-height: 104%;
    color: #fff;
    z-index: 2;
}
.sliderItem img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    z-index: 0;
    object-fit: cover;
}
.gradient{
    background: linear-gradient(0deg, #000000 0%, #ff000000 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.sliderNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-64px);
    bottom: 1rem;
    display: flex;
    align-items: center;
}
.sliderNavItem{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 40px;
    margin-right: .5rem;
    padding: 4px;
    cursor: pointer;
}
.sliderNav .active{
    width: 32px;
    background-color: #CF3C17;
    border: 2px solid #ed522b;
    color: #fff;
    padding: 4px;
}

.download{
    position: relative;
    background-color: #CF3C17;
    color: #fff;
    height: 100%;
    border-radius: 6px;
    cursor: not-allowed; 
}
.download:hover{
    opacity: .5;
}
.download:hover svg{transform: rotate(495deg) scale(.8);transition:300ms;}
.download a{
    color: #fff;
    fill: #fff;
    pointer-events: none;
}
.download span{
    position: absolute;
    width: 90%;
    left: 1rem;
    top: 3rem;
    font-size: 24px;
    font-weight: 500;
}
.download svg{
    display: block;
    position: absolute; 
    right: 1rem;
    bottom: 1.2rem;
    font-size: 2rem;
    transform: rotate(90deg);
    transition:400ms;
    width: 48px;
    height: 48px;
}
.download .comingSoon{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #621d0c;
    padding: .4rem 0;
}
.secondarySlid{
    width: 270px;
}
.editor{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px; 
    overflow: hidden;
}
.editor .gradient{
    background: linear-gradient(0deg, #CF3C17 0%, #ff000000 70%);
}
.editorTitle{
    position: absolute;
    top:1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    background-color: #FAB700;
    color: #000;
    padding: .2rem .6rem;
    font-size: 14px;
    border-radius: 40px;
}
.editorTitle svg{
    fill: #000;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.editorHead{
    position: absolute;
    bottom:1rem;
    left: 1rem;
    width: 80%;
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    font-size: 20px;
    line-height: 104%;
    color: #fff;
    z-index: 2; 
}
.editDate{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #d7d7d7;
    margin-bottom: .4rem;
}
.secondaryItem img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    z-index: 0;
    object-fit: cover;
} 
.trendItems{
    position: relative;
    background-color: #F9F4EC;
    width: 100%;
    height: 100%;
    border-radius: 6px; 
    box-sizing: border-box;
}
.trendItems .trend{
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    background-color: #FAB700;
    fill: #000;
    color: #000;
    padding: .2rem .6rem;
    font-size: 14px;
    border-radius: 40px;
}
.trend svg{
    width: 16px;
    height: 16px;
    margin-right: .2rem;
}
.trendItems a{
    color: #000;
}
.trendsCategoy{
    position: absolute;
    right: .4rem;
    top:1rem;
    z-index: 3;
}
.trendItems img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.trendsTitle{
    position: absolute;
    bottom:.8rem;
    margin: 0 .8rem;
    padding:.5rem;
    max-width: 100%;
    border-radius: 6px; 
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    line-height: 100%;
    font-size: 20px;
    background-color: #F9F4EC;
    border: 1px solid #d2cabf;
    box-sizing: border-box;
}

.trendsCategory{
    position: absolute;
    top:1rem;
    right: 1rem;
    background-color: #CF3C17;
    color: #fff;
    padding: .2rem .6rem; 
    font-size: 14px;
    border-radius: 40px;
}

.primaryTitle{
    width: 100%;
    text-align: center;
    margin: 4rem 0;
}
.primaryTitle h1{
    color: #CF3C17;
    font-weight: 200;
    font-style: italic;
    font-size: 28px;
}

.heroWriters{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.heroWriters a{
    color: #000;
    text-decoration: none;
}
.heroWritersCapsule{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    }
    
    .hwc1 { grid-area: 1 / 1 / 2 / 2; }
    .hwc2 { grid-area: 1 / 2 / 2 / 3; }
    .hwc3 { grid-area: 1 / 3 / 2 / 4; }
.hwc a{
    display: flex;
    background-color:#F9F4EC;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    max-width: 260px;
}
.hwcImage img{
    width: 46px;
    border-radius: 6px;
}
.hwcDetail{
    margin-left: 1rem;
}
.hwcName{
    font-size: 20px;
}
.hwcExplanation{
    font-size: 15px;
    color: #7F7F7F;
}
.hwcArrow{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 3rem 0;
}
.hwcArrow svg{
    width: 56px;
    height: 56px;
    stroke: #CF3C17;
    fill: none;
}

.postListCapsule{
    display: flex;
    justify-content: center; 
    padding: 2rem 0;
}
.latest{
    background-color: #F9F4EC;
    padding: 4rem 0;
}

.postListHead{
    display: flex;
    justify-content: space-between;
    color: #CF3C17;
    margin: .6rem 0;
}
.postListHead a{
    color: #CF3C17;
}
.postList{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
}
    .postIt1 { grid-area: 1 / 1 / 2 / 2; }
    .postIt2 { grid-area: 1 / 2 / 2 / 3; }
    .postIt3 { grid-area: 1 / 3 / 2 / 4; }
.postListItem{
    width: 100%;
}
.postListItem a{
    text-decoration: none;
    color: #000;
}
.postListItemImage{
    height: 240px;
}
.postListItemImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.postWriter{
    margin: 1rem 0;
}
.postWriter a{
    display: flex;
    align-items: center;
}
.postWriter img{
    border-radius: 6px;
    width: 40px;
    height: 40px;
}
.postWriter span{
    margin-left: .5rem;
}
.postListItemDate{
    color: #262626;
    font-size: 14px;
    margin: .5rem 0;
}
.postListItemTitle{
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    font-size: 22px;
    line-height: 100%;
    margin: 1rem 0;
}
.postListItemTitle a{
    color: #000;
    text-decoration: none;
}
.postListItemPreview{
    color: #696868;
    font-size: 16px;
    max-width: 90%;
}

.postListItemImage{
    position: relative;
}
.postListItemImage span{
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: #CF3C17;
    color: #fff;
    padding: .2rem .8rem;
    border-radius: 40px;
}

.newsteller{
    display: flex;
    justify-content: center;
} 
.newsTellerIn{
    display: flex;
    justify-content: space-between;
    background-color: #F9F4EC;
    border-radius: 6px;
    padding: 4rem 4rem;
    width: 100%;
    box-sizing: border-box;
}
.newstellerTitle{
    font-size: 4rem;
    color: #CF3C17;
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    line-height: 100%;
}
.newstellerPreview{
    max-width: 80%;
}
.newsTellerIn .right{
    width: 40%;
    height: 100%;
}
.newsTellerIn img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.emailElement{
    display: inline-flex; 
    border: 1px solid #CF3C17;
    width: auto;
    border-radius: 6px;
    margin-top: 2rem;
}
.emailElement input{
    border:0px;
    padding: 1rem 2rem;
    width: 260px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 1.2rem; 
}
.emailButton{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CF3C17;
    color: #fff;
    width: 80px;
    cursor: pointer;
}
.emailButton svg{
    transform: rotate(0deg);
    transition: 300ms;
    font-size: 1.4rem;
    fill: #fff;
    width: 32px;
    height: 32px;
}
.emailButton:hover svg{
    transform: rotate(45deg);
}

.faq{
    display: flex;
    justify-content: center;
    width: 100%;
}
.faq h2{
    color: #CF3C17;
}
.faqIn{
    display: flex; 
}
.faqIn ul{
    width: 100%; 
}
.faqIn ul li{
    list-style-type: none;
    background-color: #F9F4EC;
    width: 100%;
    margin: 1rem 0;
    padding: 1.4rem 2rem;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
}
.faq li.active .fa-angle-down {
    transition: transform 0.3s ease;
}
.faqQuestion{
    display: flex;
    justify-content: space-between;
}
.faqQuestion svg{
    transform: rotate(-90deg);
    width: 32px;
    height: 32px;
    stroke: #CF3C17;
    fill: none;
}
.faqAnswer{
    display: none;
    width: 80%;
    margin-top: 1rem;
}
.active svg{
    transform: rotate(0deg);
}
.active .faqAnswer{
    display: block!important;
}

/* Writer Profile */
.writerCard{
    display: flex;
    justify-content: center;
}
.writerCard .capsule{
    margin-top: 1rem
}
.writerHead{
    display: flex;
    align-items: center;
    width: 140px;
    margin-top: 2rem;
}
.writerHead img{
    width: 140px;
    border-radius: 6px;
    object-fit: cover;
}
.writerDetails{
    margin-left: 1rem;
}
.writerDetails strong{
    font-size: 1.5rem;
    font-weight: 400;
    width:180px;
    display: block;
}
.writerDetails aside{
    font-size: 1rem;
    font-weight: 400;
    color: #a1a1a1;
}
.writerCard p, .categoryTitle p{
    margin-top: 1rem;
    max-width: 80%;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -.3px;
    color: #2b2b2b;
}
.categoryTitle{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.categoryTitle h1{
    font-family: "Alkatra", "Brush Script MT", cursive, system-ui;
    font-size: 2.4rem;
} 
.verticalPostListItem {
    display: flex;
    margin:0 0 1rem 0;
}
.verticalPostListItem .postListItemImage{
    width: 30%;
}
.verticalPostListItem .postListItemDetails{
    margin-left: 1rem;
    width: 70%;
}
.postListItemDetailsHead{
    display: flex;
    align-items: center;
}
.postListItemDetailsHead .posrListCategory{
    background-color: #CF3C17;
    color: #fff;
    font-size: .8rem;
    padding: .2rem .4rem;
    border-radius: 40px;
    margin-right: 1rem;
}
.pagination nav{
    display: flex;
    position: relative;
}
.pagination nav ul{
    display: flex;
    position: relative;
}
.pagination nav li{
    margin-right: 1rem;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CF3C17;
}
.pagination nav li:last-child{
    margin-right: 0rem;
}
.pagination nav li a, .pagination nav li select{
    text-decoration: none;
    color: #CF3C17;
    border: 1px solid #CF3C17;
    padding: .4rem .8rem;
    border-radius: 6px;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
}
.pagination nav li a:hover, .pagination nav li select:hover{
    background-color: #CF3C17;
    color: #fff;
}
#pagePrev a, #pageNext a{
    background-color: #CF3C17;
    color: #fff;
    padding: .4rem .8rem;
    border-radius: 6px;
}
/* Writer Profile End */
 
.commnetCapsule{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    width: 100%;
}
.commnetCapsule{
    width: 100%;
    max-width: 700px;
    display: block;
}
.commnetCapsule h2{
    font-size: 2rem;
    font-weight: 600;
}
.commnetCapsule .comment-respond{
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    margin: 2rem 0;
}
.commnetCapsule .commentIn form{
    display: flex;
    flex-direction: column;
}
.commnetCapsule .commentIn form textarea{
    width: 100%;
    max-width: 700px;
    height: auto;
    max-height: 100px;
    padding: 1rem;
    border: 1px solid #CF3C17;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
}
.commnetCapsule .commentIn form input{
    width: 100%;
    padding: 1rem;
    margin: 1rem 0 0 0;
    border: 1px solid #CF3C17;
    border-radius: 6px;
    max-height: 100px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
}
.commnetCapsule .commentIn form textarea:focus{
    outline: none;
    border-color: #CF3C17;
}
.commnetCapsule .commentIn form textarea:focus::placeholder{
    color: #CF3C17;
}


 
.commnetCapsule .comment-respond form{
    display: flex;
    flex-direction: column;
}
.commnetCapsule .comment-respond form textarea{
    width: 100%;
    max-width: 700px;
    height: auto;
    max-height: 100px;
    padding: 1rem;
    border: 1px solid #CF3C17;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
}
.commnetCapsule .comment-respond form input{
    width: 100%;
    padding: 1rem;
    margin: 1rem 0 0 0;
    border: 1px solid #CF3C17;
    border-radius: 6px;
    max-height: 100px;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
}
.commnetCapsule .comment-respond form textarea:focus{
    outline: none;
    border-color: #CF3C17;
}
.commnetCapsule .comment-respond form textarea:focus::placeholder{
    color: #CF3C17;
}


.comment-form-cookies-consent{
    display: flex;
    align-items: start;
    margin: .5rem 1rem;
}
input#wp-comment-cookies-consent{
    width: 32px;
    height: 32px;
    margin: .5rem .5rem 0 0;
}
#commentSubmit{
    display: block;
    background: #CF3C17;
    color: white;
    border: none;
    padding: 1.2rem 1.6rem;
    margin: 1rem 0 0 0;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: none;
}

#commentSubmit:hover:not(:disabled){
    background: #B83414;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#commentSubmit:disabled{
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
    transform: none;
    box-shadow: none;
}
.commentList{
    margin-top: 1rem;
}
.featuredComments{
    display: flex;
    flex-direction: column;
}
.featuredComments .replyComment{
    margin-left: 0rem;
    padding: 0rem;
}
.comments{
    margin-top: 2rem; 
}
.replyComment{
    margin-left: 3rem;
    padding-left: 1rem;
    position: relative;
}
#reply-title{
    font-size: 1rem;
}
#reply-title a{
    color: #CF3C17;
    margin-right: .2rem;
    text-decoration: none;
}

#reply-title small a{
    display: inline-block;
    background-color: #CF3C17;
    color: #fff;
    padding: .2rem .4rem;
    margin: .4rem 1rem;
    border-radius: 6px;
    font-size: .8rem;
}
.replyTo{
    font-size: .8rem;
    color: #7d7d7d;
    fill: #7d7d7d;
    display: flex;
    align-items: center;
}
.replyTo span{
    color: #CF3C17;
    margin-left: .2rem;
}
.replyTo svg{
    width: 18px;
    height: 18px;
}
/* Show .replyTo only in reply comments */
.commentListItem .replyTo {
    display: none;
}

.commentListItem.replyComment .replyTo {
    display: flex;
}
#cancel-comment-reply-link{
    color: #000;
    text-decoration: none;
}

/* Simple Lazy Loading Styles */
.lazy-image { 
    transition: opacity 0.5s ease-in-out;
    background-color: #f3f4f6;
    background-image: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.lazy-image.lazy-loaded {
    opacity: 1;
    animation: none;
    background-image: none;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Content images lazy loading */
.singleContent .lazy-image {
    min-height: 200px;
    background-color: #f8f9fa;
}

.singleContent .lazy-image.lazy-loaded {
    min-height: auto;
}
.commentListItem{
    display: flex;
    align-items: start;
    margin-top: 2rem;
    scroll-margin-top: 6rem;
}
.commentListItemImage{
    width: 72px;
    height: 72px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 1rem;
}
.commentListItemImage img{
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.commentListItemDetails{
    width: 80%;
}
.commentListItemHead{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.commentListItemName{
    display: flex;
    align-items: center;
}
.commentListItemName span{
    font-size: 1rem;
    font-weight: 600;
}
.commentListItemName svg{
    width: 20px;
    height: 20px;
    fill: #CF3C17;
}
.commentListItemDate{
    font-size: .8rem;
    font-weight: 400;
}
.commentListItemContent{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}
.commentListItemOptions{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.commentListItemOptions a{
    color: #b4b4b4;
    text-decoration: none;
}
.commentListItemOptions a:hover{
    color: #751d07; 
}
.commentListItemLike{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b4b4b4;
}
.commentListItemLike span{
    font-size: .8rem;
}

 
/* Comment Like System */
.commentListItemLike aside {
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
}

.commentListItemLike aside:hover {
    text-decoration: underline;
}

.commentListItemLike aside.liked {
    color: #CF3C17;
    font-weight: 600;
}

.commentListItemLike aside.liked:hover {
    text-decoration: underline;
}

.commentListItemLike span {
    color: #666;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.commentListItemLike span.active {
    opacity: 1;
}
/* reCaptcha Styles */
.g-recaptcha {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
}

.g-recaptcha > div {
    transform: scale(0.9);
    transform-origin: center;
}

@media (max-width: 768px) {
    .g-recaptcha > div {
        transform: scale(0.8);
    }
}

/* Comment End */

footer{
    display: flex;
    justify-content: center;
    background-color: #F9F4EC;
    margin-top:4rem;
}
footer nav{
    display: block;
    position: relative;
    z-index: 0;
    background-color: transparent;
    backdrop-filter: none;
    width: 100%;
}
.footerIn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerLogo{
    margin: 2rem 0;
}
.footerLogo img{
   width: 170px;
}
.footerNav{
    display: flex;
    margin: 2rem 0;
    max-width: 70%;
}
.footerNavElement{
    margin-right: 6rem;
}
.social li{
    display: inline-flex;
    align-items: center;
} 
.footerNavElement:last-child{
    margin-right: 0rem;
}
.footerNav ul{
    margin-top: .5rem;
}
.footerNav ul li{
    list-style-type: none;
    font-weight: 200;
    margin-bottom: .5rem;
    max-width: 380px;
}
.footerNav ul li a{
    color: #000;
}
.footerNav ul li a:hover{
    color: #CF3C17;
}
.footerNav ul li svg{
    margin-right: .4rem;
    width: 20px;
    height: 20px;
}
.footerBottom{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
    padding-top: 2rem;
    border-top: 1px solid #CF3C17;
}
.footerBottom ul{
    display: flex;
}
.footerBottom li{
    list-style-type: none;
    margin-right: 4rem;
    font-size: .9rem;
    font-weight: 400;
}
.footerBottom li:last-child{
    margin-right: 0rem;
}
.footerBottom li a{
    color: #000;
}
.footerBottom li a:hover{
    color: #CF3C17;
}

/* Load More Comments Button */
.load-more-comments {
    text-align: center;
    margin: 2rem 0;
    padding: 1rem 0;
}

#loadMoreComments {
    background: #CF3C17;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

#loadMoreComments:hover {
    background: #a52e12;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(207, 60, 23, 0.3);
}

#loadMoreComments:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

#loadMoreComments:disabled:hover {
    background: #ccc;
    transform: none;
    box-shadow: none;
}



