*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0 0 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    /* overflow-x: hidden !important; */
}

h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}
p{
    font-family: "Roboto", sans-serif;
}
a,a:hover,a:focus{
    text-decoration: none;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}

/* Font Import - Antry Sans PERSONAL USE ONLY */
@font-face {
    font-family: 'Antry Sans PERSONAL USE ONLY';
    src: url('../font/AntrySansPERSONALUSEONLY-Regular.eot');
    src: url('../font/AntrySansPERSONALUSEONLY-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/AntrySansPERSONALUSEONLY-Regular.woff2') format('woff2'),
        url('../font/AntrySansPERSONALUSEONLY-Regular.woff') format('woff'),
        url('../font/AntrySansPERSONALUSEONLY-Regular.ttf') format('truetype'),
        url('../font/AntrySansPERSONALUSEONLY-Regular.svg#AntrySansPERSONALUSEONLY-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}













/* .cus-container{
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
} */


.header {
    padding: 10px 0;
    margin: 0;
    /* position: absolute; */
    z-index: 99;
    /* top: 0; */
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 100%;
    z-index: 88;
}
.header .headerwrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(100% - 60px);
    background: rgba(245, 242, 236, 0.36);
    padding: 10px;
    margin: 0 auto;
    border-radius: 13px;
}
.header .headerwrap .rthd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 0;
}
.header .headerwrap .rthd  {

}
.stellarnav{
    width: auto;
}
.stellarnav.light{
    background: none;
}
.stellarnav ul {
    display: flex;
}
.stellarnav ul li {
    padding: 0;
    margin: 0 50px 0 0;
}
/* .stellarnav ul li:last-child{
    margin-right: 0;
} */
.stellarnav ul li a{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(66, 40, 16, 1);
    transition: all 0.5s ease-in-out;
    padding: 0px;
    margin: 0px ;
}

    
.stellarnav ul li a:hover{
    color: rgba(145, 68, 14, 1);
}

.stellarnav ul li a.active{
    color: rgba(145, 68, 14, 1);
}
.hdsocial ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.hdsocial ul li a{
    font-size: 24px;
    color: rgba(186, 108, 54, 1);
    transition: all 0.5s ease-in-out;
}
.hdsocial ul li a:hover{
    color: rgba(145, 68, 14, 1);
}
.header .headerwrap .logo a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header .headerwrap .logo a span{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(66, 40, 16, 1);
}
.banner{
    position: relative;
}

.banner .item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/banner-overlay.png') no-repeat left center;
    background-size: auto 100%;
    z-index: 1;
}

.banner .bnDesc{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.banner .bnDesc .text{
    /* max-width: 810px;
    margin: 0 auto;
    text-align: center; */
}
.banner .bnDesc .text h1{
    font-family: 'Antry Sans PERSONAL USE ONLY';
    line-height: 1;
    /* text-align: center; */
    /* text-transform: capitalize; */
    font-size: 128px;
    color: #fff;
    padding: 0 0;
    margin: 0 0 40px;
}
.banner .bnDesc .text p{
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    padding: 0 0;
    margin: 0 0 30px;
}
.banner .bnDesc .text a{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 3%;
    text-align: center;
    color: #fff;
    background: url(../images/btn-bg-white.png) no-repeat center center;
    padding: 20px 60px;
    background-size: 100% 100%;
    display: inline-block;
}
/* .banner .bnDesc .text a:hover{
    background: #1D364D;
} */


.believe-sec{
    padding: 60px 0;
    margin: 0;
    position: relative;
}
.believe-sec .bgImg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 200px;
}
.believe-sec .believe-wrap{
    position: relative;
}
.believe-sec .believe-text{
    text-align: center;
    max-width: 983px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.believe-sec .believe-text h2{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 110px;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    color: rgba(66, 40, 16, 1);
}

.siteSmttl{
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(145, 68, 14, 1);
    padding: 0 0;
    margin: 0 0 15px;
    text-align: center;
}
.siteSmttl.wht{
    color: #fff;
}
.believe-sec .believe-text p{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: rgba(53, 38, 24, 1);
    padding: 0 0;
    margin: 0 0 40px;
}


.breed-sec{
    padding: 0px 0 0px;
    position: relative;
}
.telGif-img {
    position: absolute;
    top: 36px;
    max-width: 127px;
    z-index: 11;
    right: 10%;
}
.breed-sec .bgImg{
    width: 100%;
    position: relative;
    z-index: 2;
}
.breedWrap{
    background: rgba(185, 108, 56, 1);
    padding: 0px 0 60px;
    position: relative;
    z-index: 2;
}
.breed-sec .dogimgone {
    position: absolute;
    top: -200px;
    left: 5%;
    max-width: 295px;
    z-index: 1;
}

.siteTtl{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 58px;
    line-height: 1.2;
    letter-spacing: 1.9px;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 30px;
}
.siteTtl.wht{
    color: #fff;
}
.breed-sec .breedWrap .desc{
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 0 60px;
}
.breed-sec .breedWrap .desc p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0 0 20px;
}
.breed-sec .breedWrap .desc p:last-child{
    margin-bottom: 0;
}

.breedLists .breedItem .icon{
    background: rgba(253, 172, 73, 1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.breedLists .breedItem .content{
    background: rgba(253, 172, 73, .5);
    padding: 30px 20px 20px;
    border-radius: 10px;
    text-align: center;
    margin: -20px auto 0;
}

.breedLists .breedItem .content p{
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color:#fff;
    padding: 0;
    margin: 0;
}


.bond-sec{
    background: rgba(143, 79, 36, 1);
    padding:60px 0 0;
}
.bond-sec h2{
    margin-bottom: 0;
}
.bond-sec p{
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 0 10px;
}
.bond-sec .imgblock{
    text-align: right;
}

.mission-sec{
    padding: 60px 0 100px;
    margin: 0;
}
.missionWrap{
    display: flex;
    align-items: center;
    padding: 0 0 40px;
    margin: 0;
    justify-content: space-between;
}

.missionWrap .msText{
    max-width: calc(100% - 314px);
    display: flex;
    align-items: center;
}
.missionWrap .msText .icon{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(253, 172, 73, .5);
    outline: 2px dashed rgba(226, 145, 46, .5);
    outline-offset: -10px;
}
.missionWrap .msText .text{
    max-width: calc(100% - 200px);
    padding: 0 0 0 20px;
}
.missionWrap .msText .text h2{
    margin-bottom: 20px;
    line-height: 1.2;
}
.missionWrap .msText .text p{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0;
}
.bottomBox h3{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.9px;
    color: rgba(143, 79, 36, 1);
    padding: 0;
    margin: 0 0 20px;
}
.bottomBox p{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 10px;
}
.bottomBox p strong{
    font-weight: 600;
}
.bottomBox p:last-child{
    margin-bottom: 0;
}
.bottomBox ul li{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 10px;
    list-style: inside;
}
.bottomBox ul li:last-child{
    margin-bottom: 0;
}
.bottomBox {
    padding: 100px 172px 90px 60px;
    position: relative;
    height: 100%;
}
.bottomBox.one{
    background: url('../images/box-bg1.png') no-repeat left top;
    background-size: 100% 100%;
}
.bottomBox.two{
    background: url('../images/box-bg2.png') no-repeat left top;
    background-size: 100% 100%;
}
.bottomBox .dgImg {
    position: absolute;
    bottom: 13px;
    right: 3px;
    z-index: 1;
    max-width: 150px;
}
.bottomBox .icon {
    position: absolute;
    bottom: 74px;
    right: 68px;
    z-index: 1;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    border-radius: 50%;
}
.bottomBox.one .icon{
    background:rgba(208, 198, 222, 1);
}
.bottomBox.two .icon{
    background:rgba(244, 161, 127, 1);
}
.bottomBox .icon img{
    max-width: 60px;
}

.testimonial-sec{
    background: url('../images/testimonial-bg.png') no-repeat center center;
    background-size: cover;
    padding: 140px 0 100px;
    position: relative;
    margin: 40px 0 0;
}
.testimonial-sec .testDog{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    max-width: 295px;
    margin: 0 auto;
}

.testimonialSliderwrap{
    background: url('../images/testimonial-item-bg.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 0 30px;
    position: relative;
    z-index: 2;
}

.testimonialSliderwrap .authInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonialSliderwrap .authInfo .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonialSliderwrap .authInfo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.testimonialSliderwrap .authInfo .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonialSliderwrap .authInfo .text h6{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height:1.2;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0;
}
.testimonialItem h5{
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0 0 30px;
}
.testimonialItem{
    max-width: 1000px;
    margin: 0 auto;
}
.testimonialItem h3{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0 0 30px;
}
.testimonialItem p{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0 0 40px;
}
.blogItem{
    padding: 10px;
    margin: 0;
    background:rgba(245, 242, 236, 1);
}
.blogItem .text{
    padding: 10px 0 0;
}
.blogItem .text h3{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color:rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 10px;
}

.blogItem .text span{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color:rgba(53, 38, 24, 1);
    padding: 0;
    margin: 0;
}


.blog-sec{
    padding: 0px 0 60px;
    margin: 0;
}
.show-sec{
    padding: 0px 0 40px;
    margin: 0;
}
.blog-btn{
    text-align: center;
    padding:40px 0 0;
    margin: 0;
}
.show-sec .flowWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.show-sec .flowWrap .text h2{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1.9px;
    color: rgba(143, 79, 36, 1);
    padding: 0;
    margin: 0 0 0px;
}
.show-sec .flowWrap .text p{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 0px;
}



.siteBtn {
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 3%;
    text-align: center;
    color: rgba(143, 79, 36, 1);
    background: url('../images/btn-bg-brn.png') no-repeat center center;
    padding: 20px 60px;
    background-size: 100% 100%;
    display: inline-block;
}

.flow-sec .desc h6{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(53, 38, 24, 1);
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
}
.flow-sec .desc h2{
    margin-bottom: 20px;
}
.socilaIcon{
    margin-bottom: 40px;
}
.socilaIcon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.socilaIcon ul li a{
    font-size: 30px;
    color: rgba(186, 108, 54, 1);
}

.footer{
    padding: 40px 0;
    margin: 0;
}
.footer .ft-desc {
    display: flex;
    align-items:center;
    gap: 20px;
}
.footer .ft-desc p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(53, 38, 24, 1);
    padding: 0;
    margin: 0 0 10px;
}
.footer .ft-desc h3{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.9px;
    color: rgba(143, 79, 36, 1);
    padding: 0;
    margin: 0;
}
.footer .ftmenubox ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .ftmenubox ul li{
    width: 50%;
    margin: 0 0 10px;
}
.footer .ftmenubox ul li a{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height:1.2;
    color: rgba(66, 40, 16, 1);
}

.ftaddress ul li,
.ftaddress ul li a{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height:1.2;
    color: rgba(66, 40, 16, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.ftaddress ul li{
    margin-bottom: 15px;
    
}

.copyright{
    padding: 0; 
    margin: 0;
}
.copyright .copyrightWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-top:1px solid rgba(230, 199, 177, 1);
}
.copyright p{
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.53px;
    text-align: center;
    color: rgba(24, 26, 29, 1);
    display: inline-block;
}







.masonry {
  column-count: 2;
  gap: 15px;
}
@media (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .masonry {
    column-count: 4;
  }
}
@media (min-width: 1199px) {
  .masonry {
    column-count: 5;
  }
}
.masonry .brick {
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.masonry .brick .brickBtn{
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000033;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.masonry .brick:hover .brickBtn{
    opacity: 1;
    visibility: visible;
}
.masonry .brick .brickBtn a{
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-align: center;
    color: #fff;
    background: #BB966A;
    backdrop-filter: blur(30px);
    display: inline-block;
    transition: all 0.5s ease-in-out;
    padding: 16px 80px;
    border-radius: 10px;
}
.masonry .brick .brickBtn a:hover{
    background: #1D364D;
}


.masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}












.banner .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 0;
    top:0;
    /* width: 100%; */
    right: 60px;
    flex-direction: column;
}

.banner .owl-dots .owl-dot,
.testimonial-sec .owl-dots .owl-dot{
    /* width: 16px;
    height: 16px; */
    background:rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 !important;
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
}
.banner .owl-dots .owl-dot span,
.testimonial-sec .owl-dots .owl-dot span{
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    margin: auto;
}
.banner .owl-dots .owl-dot.active span{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(253, 172, 73, 1);
}
/* .testimonial-sec .owl-dots .owl-dot.active span{
    background: #fff;
} */

.work-sec{
    padding: 60px 0 150px;
    margin: 0;
    background: url('../images/work-bg.png');
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.work-sec .desc h2{
    margin-bottom: 0;
}

.work-items{
    padding: 40px 0 0;
    margin: 0;
}
.work-items .workItem{
    background: rgba(255, 255, 255, 1);
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.work-items .workItem .text h3{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    letter-spacing:1.9px;
    text-align: center;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 10px;
}
.work-items .workItem .text h4{
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: rgba(53, 38, 24, 1);
    padding: 0;
    margin: 0 0 10px;
}
.work-items .workItem .text p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: rgba(66, 40, 16, 1);
}

.ftbgwrap {
    background: url('../images/ft-bg.png');
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 75px 0 0;
}


.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: rgba(253, 172, 73, 1);
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 1px solid rgba(253, 172, 73, 1);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    line-height: 42px;
}
.go-top svg{
    max-width: 16px;
    /* filter: brightness(1) invert(1); */
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}





.bannerInner{
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.bannerInner img{
    width: 100%;
    height: auto;
}

.bannerInner .desc {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    width: 100%;
}
.bannerInner .desc .text{
    text-align: center;
}

.bannerInner .desc .text h1 {
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 100px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: rgba(145, 68, 14, 1);
    margin: 0;
    padding: 0;
}

.single-post .bannerInner .desc .text h1 {
    font-weight: 400;
    font-size: 54px;
    line-height: 1.1;
    margin-top: 10px;
    
}


.stellarnav.light.right .menu-toggle{
    /* font-size: 0px; */
    color: rgba(66, 40, 16, 1);
    padding-top:0;
    padding-bottom: 0;
}
.stellarnav.light .menu-toggle span.bars span{
    background: rgba(66, 40, 16, 1);
}



.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(66, 40, 16, 1);
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 4px 0 0;
    margin: 0 4px 0 0;
    position: relative;
    color:rgba(145, 68, 14, 1);
}
.breadcrumb li::after {
    content: '/';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb li:last-child::after {
    content: '';
}
.breadcrumb li:last-child {
    padding: 0;
    margin: 0;
}
.breadcrumb li a {
    font-family: Roboto, sans-serif;
    font-weight:300;
    color: rgba(66, 40, 16, 1);
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: rgba(253, 172, 73, 1);
}

.getIntouch-sec{
    padding: 60px 0 60px;
    margin: 0;
}

.getIntouch-sec .desc{
    text-align: center;
    margin: 0;
    padding: 0 0 40px;
}
.getIntouch-sec .desc h2{
    margin-bottom: 0px;
}
.getIntouch-sec .desc p{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 0;
    color: rgba(66, 40, 16, 1);
    max-width: 400px;
    margin: 0 auto;
}

.findContactBox{
    padding: 30px 15px;
    background: rgba(249, 203, 128, .5);
    margin:0;
    border-radius: 10px;
}
.findContactBox h3{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 1.9px;
    color: rgba(143, 79, 36, 1);
    margin: 0 0 10px;
    padding: 0;
}
.findContactBox h5{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(66, 40, 16, 1);
    margin: 0;
    padding: 0 0 20px;
}

.findContactBox .coninfoItem{
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0 0 10px;
    background: rgba(245, 242, 236, .5);
    padding: 10px;
    border-radius: 10px;
}
.findContactBox .coninfoItem:last-child{
    margin: 0;
}
.findContactBox .coninfoItem .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(244, 161, 127, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.findContactBox .coninfoItem .icon img{
    max-width: 20px;
}
.findContactBox .coninfoItem .text{
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
    margin: 0;
}
.findContactBox .coninfoItem .text h6{
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color:rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 5px;
}
.findContactBox .coninfoItem .text p,
.findContactBox .coninfoItem .text a{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color:rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 0px;
}

.conformWrap .form-group {
    margin: 0 0 20px;
}
.conformWrap .form-group label {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 5px;
}
.conformWrap .form-group .form-control{
    background: rgba(245, 242, 236, 1);
    padding: 10px 20px;
    height: 60px;
    outline: none;
    border:none;
    box-shadow: none;
}
.conformWrap .form-group textarea.form-control{
    height: 120px;
}
.conformWrap .conBtn .siteBtn{
    outline: none;
    border: none;
    box-shadow: none;
}
.map-sec .mapBox {
    width: 100%;
    height: 400px;
    border-radius: 17px;
    overflow: hidden;
}
.map-sec .mapBox iframe {
    width: 100%;
    height: 100%;
}

.counter-sec{
    padding: 60px 0;
}
.counter-sec .desc{
    padding: 0 0 40px;
    margin: 0;
}
.counter-sec .desc .icon{
    max-width: 290px;
    margin: 0 auto 30px;
}
.counter-sec .desc .text{
    max-width: 1082px;
    margin: 0 auto;
}
.counter-sec .desc .text h2{
    letter-spacing: 1.7px;
    margin: 0 0 0px;
}

.innbannBox{
    position:absolute;
    bottom: 0;
    right: 0;
    z-index:1;
    max-width: 200px;
}

.story-sec .mid-sec{
    padding: 60px 0;
    background: rgba(185, 108, 56, 1);
}

.adjudicate-sec{
    padding: 100px 0;
    margin: 0;
}
.adjudicate-sec .adWrap{
    text-align: center;
}
.adjudicate-sec .adWrap p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 650px;
    color:rgba(66, 40, 16, 1);
    margin: 0 auto;
}
.femilies-box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgba(253, 172, 73, .2);
    padding:10px 20px;
    border-radius: 10px;
    margin: 30px auto 0;
}
.femilies-box strong{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: rgba(66, 40, 16, 1);
}
.story-sec .text{
   max-width: 730px;
}
.story-sec .text h2{
    margin: 0 0 10px;
}
.story-sec .text .st-items .st-item{
    position: relative;
    padding: 0 0px 0 40px;
}
.story-sec .text .st-items .st-item:after{
    content: '';
    position: absolute;
    left: 9px;
    top: 20px;
    height: 100%;
    width: 1px;
    border-left: 1px dashed rgba(253, 172, 73, 1);
}
.story-sec .text .st-items .st-item:last-child:after{
    display: none;
}
.story-sec .text .st-items .st-item .textBlock{
    padding: 0 0 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff;
}
.story-sec .text .st-items .st-item:last-child .textBlock{
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.story-sec .text .st-items .st-item .dott{
    position: absolute;
    left: 0;
    top:0px;
    max-width: 20px;
    z-index: 2;
}
.story-sec .text .st-items .st-item p{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height:1.4;
    color: #fff;
    padding: 0;
    margin: 0;
}



.story-sec .storyInfo{
    padding: 45px 0 0;
    margin: 0;
    position: relative;
}
.story-sec .storyInfo .comma-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(253, 172, 73, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    top:0;
    left:0;
    right:0;
}
.story-sec .storyInfo .comma-icon img{
    max-width: 36px;
}
.story-sec .storyInfo .storyInfoWrap{
    background: rgba(253, 172, 73, .5);
    border-radius: 12px;
    padding:50px 40px 40px;
    margin: 0;
}

.story-sec .storyInfo .storyInfoWrap h4{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0 0 15px;
}

.story-sec .storyInfo .storyInfoWrap .founder{
    display: flex;
    align-items: center;
    gap:0;
}
.story-sec .storyInfo .storyInfoWrap .founder .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(242, 222, 200, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.story-sec .storyInfo .storyInfoWrap .founder .text{
    width: calc(100% - 60px);
    padding: 0 0 0 15px;
}
.story-sec .storyInfo .storyInfoWrap .founder .text strong{
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
}

.story-sec .storyInfo .storyInfoWrap .founder .text span{
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    color: #fff;
}

.meet-sec{
    padding: 40px 0 60px;
}
.meet-sec .meet-info strong{
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color:rgba(145, 68, 14, 1);
    text-transform: uppercase;
    padding: 0;
    margin: 0;

}
.meet-sec .meet-info h2{
    margin-bottom: 10px;
}
.meet-sec .meet-info p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 15px;
}

.practice-sec {
    background: url(../images/practice-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    padding: 60px 0 100px;
}

.practice-sec h2{
    font-family: Antry Sans PERSONAL USE ONLY;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 0 0 50px;
    margin: 0;
    color: rgba(143, 79, 36, 1);
    text-align: center;
}

.practiceBox{
    text-align: center;
    padding:40px 20px 20px;
    position: relative;
    border-radius: 12px;
    height: 100%;
}
.practiceBox .icon{
    width: 60px;
    height: 60px;
    background: rgba(242, 222, 200, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: absolute;
    left: 0%;
    right: 0%;
    top:-30px;
}
.practiceBox .text h5{
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 10px;
}
.practiceBox .text  p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 0px;
}
.understanding-sec{
    padding:60px 0;
}
.understanding-sec .text-box{
    max-width: 1042px;
    margin: 0 auto;
}
.understanding-sec .text-box h2 span{
    color:rgba(186, 108, 54, 1);
}
.understanding-sec .text-box h2 span img{
    max-width: 54px;
}
.understanding-sec .text-box .icon{
    width: 80px;
    height: 80px;
    background: rgba(253, 172, 73, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.counterBox ul{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.counterBox ul li{
    width: calc(25% - 15px);
    text-align: center;
    padding: 30px;
    border-radius: 12px;
}
.counterBox ul li h6{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    text-align: center;
    color:rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0 0 10px;
}
.counterBox ul li p{
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: rgba(66, 40, 16, 1);
    padding: 0;
    margin: 0;
}


/* ===================================
   Blog Single Content — Editorial Style
=================================== */
.blogSingleContent {
    position: relative;
    padding: 70px 0 90px;
    background: #fffaf3;
    overflow: hidden;
}

/* Decorative background blob */
.blogSingleContent::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, #f2ddc4 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.blogSingleContent .container {
    position: relative;
    z-index: 1;
}

/* ===================================
   Featured Image — with frame accent
=================================== */
.blogSingleImg {
    position: relative;
    margin-bottom: 35px;
    border-radius: 18px;
    overflow: hidden;
}

/*.blogSingleImg::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    border-radius: 18px;*/
/*    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.5);*/
/*    pointer-events: none;*/
/*}*/

.blogSingleImg img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blogSingleImg:hover img {
    transform: scale(1.04);
}

/* ===================================
   Meta Row — pill badges
=================================== */
.blogMeta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
}

.blogMeta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #a35c28;
    background: #fdf0dd;
    border: 1px solid #f2ddc4;
    padding: 8px 16px;
    border-radius: 30px;
    transition: 0.3s;
}

.blogMeta span:hover {
    background: #cf8b4d;
    color: #fff;
    border-color: #cf8b4d;
}

.blogMeta span:hover i {
    color: #fff;
}

.blogMeta i {
    color: #cf8b4d;
    font-size: 13px;
    transition: 0.3s;
}

.blogMeta .cat a {
    color: inherit;
    text-decoration: none;
}

/* ===================================
   Blog Content — editorial typography
=================================== */
.blogContent {
    font-size: 17px;
    line-height: 1.9;
    color: #4a4030;
}

/* Drop cap on first paragraph */
.blogContent > p:first-of-type::first-letter {
    float: left;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 74px;
    line-height: 0.8;
    font-weight: 800;
    color: #cf8b4d;
    padding: 8px 12px 0 0;
}

.blogContent h1,
.blogContent h2,
.blogContent h3,
.blogContent h4,
.blogContent h5,
.blogContent h6 {
    position: relative;
    color: #a35c28;
    font-weight: 800;
    margin-top: 42px;
    margin-bottom: 18px;
    line-height: 1.35;
    padding-left: 18px;
}

.blogContent h2::before,
.blogContent h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 5px;
    background: linear-gradient(180deg, #cf8b4d, #a35c28);
    border-radius: 3px;
}

.blogContent p {
    margin-bottom: 22px;
        text-align: justify;
}

.blogContent ul,
.blogContent ol {
    margin: 0 0 24px 5px;
    padding-left: 20px;
}

.blogContent ul {
    list-style: none;
    padding-left: 5px;
}

.blogContent ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
}

.blogContent ul li::before {
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #cf8b4d;
    font-size: 13px;
    transform: rotate(90deg);
}

.blogContent ol li {
    margin-bottom: 12px;
    padding-left: 6px;
}

.blogContent img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 30px 0;
    box-shadow: 0 15px 30px -12px rgba(163, 92, 40, 0.3);
}

/* Pull-quote style blockquote */
.blogContent blockquote {
    position: relative;
    background: linear-gradient(135deg, #fdf0dd, #fff8ee);
    border: none;
    border-left: 5px solid #cf8b4d;
    padding: 28px 30px 28px 60px;
    margin: 36px 0;
    font-style: italic;
    font-size: 19px;
    color: #8a5a3c;
    border-radius: 0 14px 14px 0;
}

.blogContent blockquote::before {
    content: "\201C";
    position: absolute;
    left: 18px;
    top: 10px;
    font-family: Georgia, serif;
    font-size: 50px;
    font-style: normal;
    color: #cf8b4d;
    opacity: 0.6;
    line-height: 1;
}

.blogContent a {
    color: #cf8b4d;
    text-decoration: none;
    font-weight: 600;
    background-image: linear-gradient(#cf8b4d, #cf8b4d);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: 0.3s;
}

.blogContent a:hover {
    color: #a35c28;
    background-size: 100% 2px;
}

.blogContent table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 28px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(163, 92, 40, 0.1);
}

.blogContent table th {
    background: #a35c28;
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
}

.blogContent table td {
    padding: 12px 16px;
    border-bottom: 1px solid #f0e0cc;
    background: #fff;
}

.page-links {
    margin-top: 25px;
    font-weight: 700;
    color: #a35c28;
}

.page-links a {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 14px;
    background: #f2ddc4;
    border-radius: 20px;
    color: #a35c28;
    text-decoration: none;
    transition: 0.3s;
}

.page-links a:hover {
    background: #cf8b4d;
    color: #fff;
    transform: translateY(-2px);
}

/* ===================================
   Tags — playful chips
=================================== */
.blogTags {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 22px;
    background: #fdf0dd;
    border-radius: 16px;
}

.blogTags span {
    font-weight: 800;
    color: #a35c28;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.blogTags a {
    display: inline-block;
    padding: 7px 18px;
    background: #fff;
    color: #8a5a3c;
    border: 1px solid #f2ddc4;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.blogTags a:hover {
    background: #cf8b4d;
    color: #fff;
    border-color: #cf8b4d;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px -6px rgba(207, 139, 77, 0.6);
}

/* ===================================
   Prev / Next Navigation — card style
=================================== */
.blogNav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin: 45px 0;
}

.blogNav .prevPost,
.blogNav .nextPost {
    flex: 1;
    max-width: 48%;
}

.blogNav a {
    display: block;
    height: 100%;
    color: #a35c28;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    background: #fdf0dd;
    border: 1px solid #f2ddc4;
    padding: 20px 22px;
    border-radius: 14px;
    transition: 0.3s;
}

.blogNav a:hover {
    background: #cf8b4d;
    color: #fff;
    border-color: #cf8b4d;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -10px rgba(207, 139, 77, 0.5);
}

.blogNav .nextPost {
    text-align: right;
    margin-left: auto;
}

/* ===================================
   Comments Section
=================================== */
.blogSingleContent #comments {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px dashed #f2ddc4;
}

.blogSingleContent .comments-title,
.blogSingleContent .comment-reply-title {
    font-size: 24px;
    font-weight: 800;
    color: #a35c28;
    margin-bottom: 28px;
    position: relative;
    padding-left: 18px;
}

.blogSingleContent .comments-title::before {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -8px;
    top: 2px;
    color: #cf8b4d;
    font-size: 20px;
}

.blogSingleContent .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blogSingleContent .comment-list .comment-body {
    position: relative;
    background: #fff;
    border: 1px solid #f2ddc4;
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 22px;
    transition: 0.3s;
}

.blogSingleContent .comment-list .comment-body:hover {
    box-shadow: 0 12px 24px -14px rgba(163, 92, 40, 0.3);
}

.blogSingleContent .comment-author .fn {
    font-weight: 800;
    color: #a35c28;
    font-style: normal;
}

.blogSingleContent .comment-metadata {
    font-size: 12px;
    color: #b09378;
    margin-bottom: 12px;
}

.blogSingleContent .comment-form input[type="text"],
.blogSingleContent .comment-form input[type="email"],
.blogSingleContent .comment-form input[type="url"],
.blogSingleContent .comment-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #f2ddc4;
    border-radius: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    background: #fffaf3;
    transition: 0.3s;
}

.blogSingleContent .comment-form input:focus,
.blogSingleContent .comment-form textarea:focus {
    outline: none;
    border-color: #cf8b4d;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(207, 139, 77, 0.12);
}

.blogSingleContent .comment-form textarea {
    min-height: 140px;
    resize: vertical;
}

.blogSingleContent .comment-form .form-submit input[type="submit"] {
    background: linear-gradient(135deg, #cf8b4d, #a35c28);
    color: #fff;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: 0.3s;
}

.blogSingleContent .comment-form .form-submit input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -10px rgba(163, 92, 40, 0.6);
}

/* ===================================
   Sidebar — floating cards
=================================== */
.blogSingleContent .col-lg-4 .widget {
    background: #fff;
    border: 1px solid #f2ddc4;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 28px;
    transition: 0.3s;
}

.blogSingleContent .col-lg-4 .widget:hover {
    box-shadow: 0 15px 30px -18px rgba(163, 92, 40, 0.35);
}

.blogSingleContent .col-lg-4 .widget-title,
.blogSingleContent .col-lg-4 h2 {
    font-size: 18px;
    font-weight: 800;
    color: #a35c28;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f2ddc4;
    position: relative;
}

.blogSingleContent .col-lg-4 .widget-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #cf8b4d;
}

.blogSingleContent .col-lg-4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blogSingleContent .col-lg-4 ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #f0e0cc;
}

.blogSingleContent .col-lg-4 ul li:last-child {
    border-bottom: none;
}

.blogSingleContent .col-lg-4 ul li a {
    color: #8a5a3c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.blogSingleContent .col-lg-4 ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cf8b4d;
    transition: 0.3s;
}

.blogSingleContent .col-lg-4 ul li a:hover {
    color: #cf8b4d;
    padding-left: 4px;
}

.blogSingleContent .col-lg-4 input[type="text"],
.blogSingleContent .col-lg-4 input[type="search"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #f2ddc4;
    border-radius: 30px;
    font-size: 14px;
    background: #fffaf3;
}

/* ===================================
   Scroll animations (works with WOW.js already in your template)
=================================== */
.wow {
    visibility: hidden;
}

/* ===================================
   Responsive
=================================== */
@media (max-width: 991px) {
    .blogSingleContent {
        padding: 45px 0 60px;
    }

    .blogContent > p:first-of-type::first-letter {
        font-size: 56px;
        padding: 4px 8px 0 0;
    }

    .blogNav {
        flex-direction: column;
    }

    .blogNav .prevPost,
    .blogNav .nextPost {
        max-width: 100%;
        text-align: left;
        margin-left: 0;
    }

    .blogSingleContent .col-lg-4 {
        margin-top: 35px;
    }
}

@media (max-width: 576px) {
    .blogContent {
        font-size: 15.5px;
    }

    .blogMeta {
        gap: 8px;
    }

    .blogMeta span {
        padding: 6px 12px;
        font-size: 12px;
    }

    .blogContent blockquote {
        padding: 22px 20px 22px 45px;
        font-size: 16px;
    }

    .blogContent blockquote::before {
        font-size: 36px;
        left: 12px;
    }
}


/* ===================================
   Gallery Section
=================================== */
.gallerySection {
    padding: 70px 0 90px;
    
}

.galleryHeading {
    text-align: center;
    margin-bottom: 35px;
}

.galleryHeading .subTitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #cf8b4d;
    margin-bottom: 8px;
}

.galleryHeading h2 {
    font-size: 36px;
    font-weight: 800;
    color: #a35c28;
    text-transform: uppercase;
}

/* Filter buttons */
.galleryFilter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.filterBtn {
    padding: 10px 24px;
    background: #fff;
    border: 1px solid #f2ddc4;
    border-radius: 30px;
    color: #8a5a3c;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.filterBtn:hover {
    background: #fdf0dd;
    border-color: #cf8b4d;
}

.filterBtn.active {
    background: linear-gradient(135deg, #cf8b4d, #a35c28);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 20px -10px rgba(163, 92, 40, 0.6);
}

/* Grid (masonry-ish via CSS columns) */
.galleryGrid {
    column-count: 3;
    column-gap: 20px;
}

.galleryItem {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px -12px rgba(163, 92, 40, 0.25);
}

.galleryLink {
    display: block;
    position: relative;
}

.galleryItem img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.galleryItem:hover img {
    transform: scale(1.08);
}

/* Overlay on hover */
.galleryOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(163,92,40,0) 40%, rgba(90,50,20,0.85) 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: 0.4s;
}

.galleryItem:hover .galleryOverlay {
    opacity: 1;
}

.zoomIcon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #a35c28;
    border-radius: 50%;
    font-size: 16px;
    margin-bottom: 12px;
    transform: translateY(15px);
    transition: 0.4s;
}

.galleryItem:hover .zoomIcon {
    transform: translateY(0);
}

.galleryCaption {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    transform: translateY(15px);
    opacity: 0;
    transition: 0.4s 0.1s;
}

.galleryItem:hover .galleryCaption {
    transform: translateY(0);
    opacity: 1;
}

.noGalleryItems {
    text-align: center;
    color: #8a5a3c;
    font-size: 16px;
    padding: 40px 0;
    grid-column: 1 / -1;
}

/* ===================================
   Lightbox
=================================== */
.galleryLightbox {
    position: fixed;
    inset: 0;
    background: rgba(30, 18, 8, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.galleryLightbox.active {
    display: flex;
    opacity: 1;
}

.lightboxImg {
    max-width: 85vw;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}

.lightboxCaption {
    color: #fdf0dd;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
}

.lightboxClose {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    transition: 0.3s;
}

.lightboxClose:hover {
    color: #cf8b4d;
    transform: rotate(90deg);
}

/* ===================================
   Responsive
=================================== */
@media (max-width: 991px) {
    .galleryGrid {
        column-count: 2;
    }

    .galleryHeading h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .galleryGrid {
        column-count: 1;
    }

    .gallerySection {
        padding: 45px 0 60px;
    }

    .galleryFilter {
        gap: 8px;
    }

    .filterBtn {
        padding: 8px 16px;
        font-size: 13px;
    }
}
/* ===================================
   404 Error Page
=================================== */
.errorSection {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.errorSection::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #f2ddc4 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.errorSection::after {
    content: "";
    position: absolute;
    bottom: -180px;
    right: -180px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #fdf0dd 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.errorContent {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

.errorImg {
    max-width: 260px;
    margin-bottom: 20px;
}

.errorImg img {
    width: 100%;
    height: auto;
}

.errorCode {
    display: block;
    font-size: 110px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #cf8b4d, #a35c28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.errorText h1 {
    font-size: 30px;
    font-weight: 800;
    color: #a35c28;
    margin-bottom: 14px;
}

.errorText p {
    font-size: 16px;
    color: #8a5a3c;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Search bar */
.errorSearch {
    display: flex;
    max-width: 420px;
    margin: 0 auto 30px;
    border: 1px solid #f2ddc4;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 25px -15px rgba(163, 92, 40, 0.3);
}

.errorSearch input[type="search"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 22px;
    font-size: 14px;
    background: transparent;
    color: #4a4030;
}

.errorSearch button {
    border: none;
    background: linear-gradient(135deg, #cf8b4d, #a35c28);
    color: #fff;
    padding: 0 24px;
    cursor: pointer;
    transition: 0.3s;
}

.errorSearch button:hover {
    opacity: 0.9;
}

/* Action buttons */
.errorActions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 45px;
}

.errorActions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.btnPrimary {
    background: linear-gradient(135deg, #cf8b4d, #a35c28);
    color: #fff;
    box-shadow: 0 12px 24px -12px rgba(163, 92, 40, 0.6);
}

.btnPrimary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px -12px rgba(163, 92, 40, 0.7);
    color: #fff;
}

.btnSecondary {
    background: #fff;
    color: #a35c28;
    border: 1px solid #f2ddc4;
}

.btnSecondary:hover {
    background: #fdf0dd;
    border-color: #cf8b4d;
    transform: translateY(-3px);
    color: #a35c28;
}

/* Recent posts */
.errorRecent {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #f2ddc4;
    border-radius: 16px;
    padding: 24px 28px;
}

.errorRecent h3 {
    font-size: 15px;
    font-weight: 700;
    color: #a35c28;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.errorRecent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.errorRecent ul li {
    border-bottom: 1px dashed #f0e0cc;
}

.errorRecent ul li:last-child {
    border-bottom: none;
}

.errorRecent ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    color: #8a5a3c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.errorRecent ul li a i {
    color: #cf8b4d;
}

.errorRecent ul li a:hover {
    color: #cf8b4d;
    padding-left: 4px;
}

/* ===================================
   Responsive
=================================== */
@media (max-width: 576px) {
    .errorSection {
        padding: 60px 0;
    }

    .errorCode {
        font-size: 72px;
    }

    .errorText h1 {
        font-size: 24px;
    }

    .errorImg {
        max-width: 180px;
    }

    .errorActions {
        flex-direction: column;
        width: 100%;
    }

    .errorActions a {
        justify-content: center;
    }
}