/*
Theme Name: LIGHT
Theme URI:  https://example.com/minimal-elementor-plus
Author:      SUSANTA PAUL
Author URI:  https://example.com
Description: A minimal Elementor-ready theme with WooCommerce and widget support.
Version:     1.1
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal-elementor-plus
Tags: minimal, blank, elementor, woocommerce, starter, widgets
*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Quicksand:wght@300..700&display=swap');
.baloo{
font-family: "Baloo 2", sans-serif;
font-optical-sizing: auto;
font-style: normal;
}
.quicksand{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
:root  {
--color-default: #8a7663;
--color-white:#ffffff;
--color-dark:#262626;
--color-black:#000000;
--gold:#DEB872;
--brown:#5a4a3c;
--brown-hoverbg:#f4ebdd;
--brown-activebg:#c3d2dc;
--light-cream:#fdf9f3;
--master:#deb872;
--master-hover:#d2aa60;
--orange:#e8935a;
--blue: #6e8aa1;
--bs-border-color: #eadfcd;
}
.text-blue{ color: var(--blue);}
body{
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
	font-size:15.5px;
	overflow-x: hidden;
	color:var(--brown);
	position:relative;
    background-color: #fbf6ee;
    overflow-x: hidden;
}

h1{
    font-size: 3rem ;
    line-height: 1 !important;
}
@media screen and (max-width: 991px)  {
    h1{
        font-size: 2.3rem;
    }
}

h2{
    font-size: 2.7rem ;
    line-height: 1 !important;
}
@media screen and (max-width: 991px)  {
    h2{
        font-size: 2rem;
    }
}
.container{
    max-width: 1200px;
}

.col-lg-8 > div.border-bottom:last-of-type {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
a{
    text-decoration: none;
    transition: 300ms;
	color:var(--brown);
}
a:hover{
    text-decoration: none;
	color:var(--master);
}
.fw-100{ font-weight: 100 !important;}
.fw-200{ font-weight: 200 !important;}
.fw-300{ font-weight: 300 !important;}
.fw-400{ font-weight: 400 !important;}
.fw-500{ font-weight: 500 !important;}
.fw-600{ font-weight: 600 !important;}
.fw-700{ font-weight: 700 !important;}
.fw-800{ font-weight: 800 !important;}
.fw-900{ font-weight: 900 !important;}

.lnht-1{
    line-height: 1 !important;
}
.lnht-1-1{
    line-height: 1.1 !important;;
}
strong,b{
    font-weight: 700 !important;;
}
.text-primary{
    color: var(--color-primary)!important;
}
.text-secondary{
    color: var(--color-secondary)!important;
}
.text-default{
    color: var(--color-default)!important;
}
.text-accent{
    color: var(--color-accent)!important;
}
.bg-lightgreen{
    background-color: #f4ebdd;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Baloo 2", sans-serif;
}
p{
    margin-bottom: 0;
	font-weight:500;
}
.fs-7{font-size:12.16px;}
span.lineunder {
    position: relative;
}
span.lineunder:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-image: url(assets/images/lineunder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 6px;
    display: inline-block;
    transform: scaleY(2); /* 1.5 times thicker */
    transform-origin: bottom;
}
.heading-underline{
    position: relative;
    display: inline-block;
	margin-bottom:10px !important;
}

.heading-underline::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 75px;
    height: 7px;
    background-color: var(--color-primary);
    border-radius: 15px;
}
.heading-underline.text-center::after{
    left: 50%;
    transform: translateX(-50%);
}
.heading-underline.white::after{
    background-color: #fff;
}
.heading-underline.black::after{
    background-color: #000;
}
/**************/
/*** HEADER ***/
/**************/
.header{
    background-color: #fff;
}

.header-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.header_start{
    width: 130px;
}
.header_middle{
    width: calc(100% - 130px - 152px);
}
.header_end{
    width: 152px;
    overflow: visible;
    display: flex;
}
@media screen and (max-width: 991px) {
  /* Establish relative positioning on the container */
  .navbar > .container {
    position: relative;
    display: flex;
    justify-content: flex-end; /* Keeps toggler aligned right */
	padding: 26px 0 22px 0;
  }

  /* Center the logo absolute to the container */
  .navbar > .container > a:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  /* Keep toggler clickable on top */
  .ggm-toggler {
    z-index: 11;
	margin-right:15px;
  }
}
/******************/
/*** END HEADER ***/
/******************/

/**********************/
/*** FEATURED IMAGE ***/
/**********************/
.main-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.main-banner picture,
.main-banner picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the area */
  object-position: center;
}
.main-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dark transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.main-banner .container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.main-banner .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.main-banner .page-description {
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.page-subtitle {
  color: #ffffff;
  margin-top: 0.5rem;
  font-size: 25px;
}
.main-banner h1,
.main-banner h2,
.main-banner h3,
.main-banner h4,
.main-banner h5,
.main-banner h6{
    color: #fff;
}

@media (max-width: 991px) {
   .main-banner .page-title {
    font-size: 1.6rem;
    } 
}
.breadcrumbs{
    color:#F0D9A8;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: 700;
    text-align: center;
}
.breadcrumbs a{
    color:#F0D9A8;
}
.breadcrumbs a:hover{
    color:#fff;
}
/**************************/
/*** END FEATURED IMAGE ***/
/**************************/

/*****************************/
/*** INDEX PAGE BLOG STYLE ***/
/*****************************/
.entry-meta{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.entry-title a{
    color:var(--color-blue);
}
.entry-title a:hover{
    color:var(--color-primary);
}
.post-thumbnail img{
    border-radius: 10px;
	max-width:100%;
	height:auto;
}
/*********************************/
/*** END INDEX PAGE BLOG STYLE ***/
/*********************************/

/*********************************/
/*** SINGULAR BLOG STYLE ***/
/*********************************/
.post_title{
    margin-bottom: 20px;
    line-height: 1.1;
    color: var(--color-blue);
}
.sidebar .widget {
    margin-bottom: 30px;
	padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
h4.widget-title{
    margin-bottom: 25px;
    color: var(--color-blue);
}
.widget.widget_archive ul, .widget.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.widget_archive ul li, .widget.widget_categories ul li {
    margin: 0;
    padding: 7px 0;
    border-top: 1px solid #ccc;
}
.widget.widget_archive ul li a, .widget.widget_categories ul li a {
    color:  var(--color-blue);
}
.widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover {
    color: var(--color-primary);
}
/*********************************/
/*** END SINGULAR BLOG STYLE ***/
/*********************************/

/*********************************/
/*** BLOG PAGINATION ***/
/*********************************/
ul.page-numbers {
    margin: 0 0 25px 0;
    padding: 15px 0;
    list-style: none;
    text-align: center;
    font-size:  16px;
    border-bottom:  1px solid #eadfcd;
    border-top:  1px solid #eadfcd;
	font-weight:600;
}
ul.page-numbers li {
    margin: 5px 2px!important;
    padding: 0;
    display: inline-block;
}
ul.page-numbers li a.page-numbers  {
    padding:  5px 10px;
    background-color:#eadfcd;
    color: var(--brown);
    display: block;
    border-radius: 8px;
}
ul.page-numbers li span.page-numbers.current  {
    padding:  5px 10px;
    background-color:#d2aa60;
    color: #fff;
    display: block;
    border-radius: 8px;
    font-weight: 900;
}
/*********************************/
/*** END BLOG PAGINATION ***/
/*********************************/

/*********************************/
/*** FORM ***/
/*********************************/
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="number"],
input[type="password"],
select,
textarea{
	width: 100%;
	outline: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	padding: 10px 10px 10px 20px;
	margin: 0;
	font-family: var(--font-default);
	color: var(--color-default);
	border:0;
	border: 1px solid #ccc;
	background-color: white!important;
    border-radius: 5px;
}
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
	outline: none;
}
input[type=search]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="date"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover{
	outline: none;
}
textarea{
	max-height: 100px;
}
label{
	margin: 0;
	padding: 0;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('assets/images/arrow-down.svg') no-repeat right 1rem center;
  background-size: 1em;
  padding-right: 2.5rem; /* space for custom arrow */
  border: 1px solid #ccc;
  border-radius: 5px;
}
.inp1{
    font-size: 14px !important;
}
.wpcf7-response-output{
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    font-weight: 500;
}
::placeholder {
  color: #000; 
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #000;
  opacity: 1;
}
/*********************************/
/*** END FORM ***/
/*********************************/

/*********************************/
/*** WIDGET SEARCH FORM ***/
/*********************************/
form.search-form{
    display: flex;
}
form.search-form label{
    width:calc(100% - 100px);
    margin: 0;
    padding: 0;
    display: block;
}
form.search-form input[type="text"]{
    width:calc(100% - 100px);
}
form.search-form input[type="submit"]{
    width:100px;
    padding: 10px 0;
}
/*********************************/
/*** END WIDGET SEARCH FORM ***/
/*********************************/

/*********************************/
/*** FOOTER ***/
/*********************************/
footer.fdifooter{
    background-color: var(--brown);
    padding: 60px 0 0 0;
    color: #d8c9b6;
    overflow: hidden;
    font-size: 14.72px;
}
.fdifooter h6{
    color: var(--color-white);
    font-size: 17px;
    font-weight: 700;
}
.fdifooter a{
    color: #d8c9b6;
    transition: 300ms;
}
.fdifooter a:hover{
    color: var(--gold);
}
.fdifooter ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.fdifooter ul.menu li{
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}
.svgdiv{
    height: 68px;
    overflow: hidden;
}
svg.curve{
    width: 110% !important;
    height: 70px !important;
}
@media (max-width: 991px) {
    .svgdiv{
    height: 25px;
    overflow: hidden;
    }
    svg.curve{
        width: 110% !important;
        height: 27px !important;
    }
}
/*********************************/
/*** END FOOTER ***/
/*********************************/

/* START */
blockquote, .blockquote {
padding: 0 0 0 20px;
margin: 0 0 25px 0;
border-left: 5px solid var(--color-blue);
font-size:15px;
font-weight:500;
font-style:italic;
}

ul.default {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.default li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 1.5;
}

ul.default li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
}
.btn1 {
	display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:124px;
    height:50px;
    padding:0 28px;
    background:var(--master);
    color:#5C4216;
    font-size:16px;
    font-weight:800 !important;
    text-decoration:none;
    border:none;
    border-radius:999px;
    cursor:pointer;
    box-shadow:
        0 5px 0 #C89E45,
        0 12px 20px rgba(227,184,95,.22) !important;
    transition:all .25s ease;
	position:relative;
    overflow:visible;
	font-family: "Baloo 2", sans-serif;
}

.btn1:hover{
	color:#5C4216;
	background:var(--master-hover);
    box-shadow:
        0 2px 0 #D5A94E,
        0 10px 24px rgba(227,184,95,.35) !important;
    transform:translateY(-1px);
}
.btn1:active{
    transform:translateY(2px);
    box-shadow:
        0 2px 0 #C89E45,
        0 6px 12px rgba(227,184,95,.2) !important;
}
.btn1::after{
    content:"";
    position:absolute;
    left:1%;
    right:1%;
    bottom:-12px;
    height:18px;
    border-radius:50%;
    background:rgba(227,184,95,.7);
    filter:blur(12px);
    opacity:0;
    transition:.3s;
    z-index:-1;
}
.btn1:hover::after{
    opacity:1;
    bottom:-10px;
}
.btn2 {
	display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:124px;
    height:50px;
    padding:0 28px;
    background:#fff;
    color:#6F8BAA;
    font-size:16px;
    font-weight:800 !important;
    text-decoration:none;
    border:2px solid rgba(197,213,229,.22);
    border-radius:999px;
    cursor:pointer;
    box-shadow:
        0 5px 0 #C5D5E5,
        0 12px 20px rgba(197,213,229,.22) !important;
    transition:all .25s ease;
	position:relative;
    overflow:visible;
	font-family:"Baloo 2",sans-serif;
}

.btn2:hover{
	color:#6F8BAA;
	background:#F8FBFE;
    box-shadow:
        0 2px 0 #C5D5E5,
        0 10px 24px rgba(197,213,229,.35) !important;
    transform:translateY(-1px);
}

.btn2:active{
    transform:translateY(2px);
    box-shadow:
        0 2px 0 #C5D5E5,
        0 6px 12px rgba(197,213,229,.2) !important;
}

.btn2::after{
    content:"";
    position:absolute;
    left:1%;
    right:1%;
    bottom:-12px;
    height:18px;
    border-radius:50%;
    background:rgba(197,213,229,.7);
    filter:blur(12px);
    opacity:0;
    transition:.3s;
    z-index:-1;
}

.btn2:hover::after{
    opacity:1;
    bottom:-10px;
}

.btn3 {
	display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:124px;
    height:50px;
    padding:0 28px;
    background:transparent;
    color:#4a3428;
    font-size:16px;
    font-weight:800 !important;
    text-decoration:none;
    border:2px solid #4a3428;
    border-radius:999px;
    cursor:pointer;
    box-shadow:
        0 6px 0 #b59688,
        0 6px 12px rgba(29,74,52,.2) !important;
    transition:all .25s ease;
	position:relative;
    overflow:visible;
	font-family:"Baloo 2",sans-serif;
}

.btn3:hover{
	color:#fff;
	background:#4a3428;
    box-shadow:
        0 6px 0 #b59688,
         0 6px 12px rgba(29,74,52,.2) !important;
    transform:translateY(-1px);
}

.btn3:active{
    transform:translateY(2px);
    box-shadow:
        0 6px 0 #b59688,
        0 6px 12px rgba(29,74,52,.2) !important;
}

.link-blue {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: var(--blue);
    border-bottom: 2px dotted var(--gold);
    padding-bottom: 1px;
}
.link-blue:hover {
    color: var(--gold);
    border-bottom: 2px dotted var(--blue);
}
.funcircle-right{
    position: absolute;
    top: 0px;
    right: -50px;
    background-color: rgba(255,255,255,.2);
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.funcircle-left{
    position: absolute;
    top: 200px;
    left: -50px;
    background-color: rgba(255,255,255,.2);
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.blob{position:relative}
.blob .ph{aspect-ratio:1/1.05;overflow:hidden;border-radius:64% 36% 43% 57% / 52% 44% 56% 48%;background:var(--blue-l)}
.blob .ph img{width:100%;height:100%;object-fit:cover}
.blob .ring{position:absolute;inset:-13px;border:3px dashed var(--gold);border-radius:64% 36% 43% 57% / 52% 44% 56% 48%;opacity:.55;pointer-events:none}
.deco{position:absolute;pointer-events:none}
.deco.giraffe{width:112px;bottom:-24px;left:-52px;z-index:3}
.deco.eleph{width:128px;top:-30px;right:0px;z-index:3}
.stat{position:absolute;bottom:22px;left:-30px; z-index:99;}
.stat span{font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap;font-family:var(--D)}
.float-up-down {
    animation: floatUpDown 3s ease-in-out infinite;
}
@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.float-up-down.delay {
    animation-delay: 0.6s; /* Adjust to taste */
}
@media (max-width: 767px) {
    .deco.giraffe{width:92px;bottom:-24px;left:10px;}
    .stat{position:absolute;bottom:22px;left:0px; z-index:99;}
}
.feature-chips{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:0;
    margin:0;
    list-style:none;
}
@media (max-width: 767px) {
    .feature-chips{
        display:flex;
        justify-content: center;
    }
}

.feature-chips li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 16px 10px 12px;
    background:#fff;
    border:2px solid #E8D7B8;
    border-radius:999px;
    color:#7A5D33;
    font-weight:700;
    font-size:13px;
    line-height:1;
    font-family:"Baloo 2",sans-serif;
}

.feature-chips li::before{
    content:"✓";
    display:flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    flex-shrink:0;
    background:#BCC1A8;
    color:#fff;
    border-radius:50%;
    font-size:12px;
    font-weight:700;
}

.pic {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
}

.pic2 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
}
.ic {
    width: 62px;
    height: 62px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}
.ic svg,.pic svg,.pic2 svg {
    width: 36px;
    height: 36px;
}
.i1{ background-color: #FAEBE5;}
.i2{ background-color: #F8EFDD;}
.i3{ background-color: #E3EBF0;}
.i4{ background-color: #EAEDE2;}

.doodle {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    display: block;
    opacity: .5;
    left: 5%;
    top: 16px;
    width: 64px;
    color: #DEB872;
}
.doodle2 {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    display: block;
    opacity: .5;
    right: 6%;
    top: 10px;
    width: 96px;
    color: #E4AD98;
}
.doodle3 {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    display: block;
    opacity: .5;
    left:4%;
    bottom:30px;
    width:90px;
    color:#6E8AA1;
}
.doodle4 {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    display: block;
    opacity: .5;
    right:7%;
    top:60px;
    width:40px;
    color:#DEB872;
}
.lic1 {
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
}
.lic1 svg {
    width: 36px;
    height: 36px;
}
.stepnum {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--gold);
    color: #fff;
    font-family: var(--D);
    font-size: 15px;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 10px -3px rgba(150, 110, 45, .5);
}
.floatcloud {
    position: absolute;
    width: 120px;
    opacity: .55;
    pointer-events: none;
    z-index: 0;
}
.about-badges{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    width:100%;
    margin:0 auto;
    padding:0;
    list-style:none;
}

.about-badges li{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 22px;
    border:1px solid rgba(255,255,255,.6);
    border-radius:50px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(3px);
}

@media (max-width: 767px) {
    .about-badges {
        gap: 10px;
    }

    .about-badges li {
        font-size: 14px;
        padding: 8px 18px;
    }
}

.fig1{
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 58% 42% 45% 55% / 50% 46% 54% 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fig1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    font-size: 14px;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid #eadfcd;
}
th {
    background: #F4EBDD;
    font-family: "Baloo 2", sans-serif;
    font-weight: 700;
    color: #4E4034;
    font-size: 13.5px;
}
th, td {
    text-align: left;
    padding: 13px 16px;
    border-bottom: 2px solid #F4EBDD;
    vertical-align: middle;
}

.page-hero {
    background: #F4EBDD;
    color: var(--brown);
}
.page-hero h1{
    font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#b78562;
	font-weight:600;
}

/* BLOG */
.hero-sun {
    position: absolute;
    top: -35px;
	right: 20px;
    width: 70px;
    height: 70px;
    z-index: 2;
}
@media (max-width: 767px) {
	.hero-sun {		
		width: 40px;
		height: 40px;
	}
}
.hero-sun svg {
    display: block;
    width: 100%;
    height: 100%;
}

.post-card {
    height: 100%;
    background: #fff;
    border: 2px solid #e5dccd;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.post-card-image {
    display: block;
    width: 100%;
    height: 205px;
    overflow: hidden;
}

.post-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
    transform: scale(1.03);
}

.post-card-body {
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.post-card-category {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #b86f45;
}

.post-card-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.post-card-title a {
    color: #302d2b;
    text-decoration: none;
}

.post-card-title a:hover {
    color: #b86f45;
}

.post-card-excerpt {
    font-size: 15px;
    line-height: 1.65;
    color: #806f63;
	font-weight:500;
}
p.post_date{
	color:var(--master);
	font-size:12px;
	margin-bottom:10px;
}
.wp-singular.post-template-default.single.single-post p{
	margin-bottom:20px;
}
.wp-singular.post-template-default.single.single-post h2{
	margin-bottom:20px;
	font-size:2.3rem;
	font-weight:600;
}
.wp-singular.post-template-default.single.single-post h3{
	margin-bottom:15px;
	font-size:1.8rem;
	font-weight:600;
}
.wp-singular.post-template-default.single.single-post h4{
	margin-bottom:10px;
	font-size:1.4rem;
	font-weight:600;
}
@media screen and (max-width: 991px)  {
	.wp-singular.post-template-default.single.single-post h2{
		font-size:2rem;
	}
}