/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
/*body {*/
/*  margin: 0px;*/

/*--leaf: #378531;*/
/*    --emerald: #0e321d;*/
/*    --tiger: #fe873d;*/
/*    --satsuma: #ff9858;*/
/*    --scarlet: #ff454a;*/
/*}*/
/* body {
  margin: 0px;
  --leaf: #A2882C;
  --emerald: #c4a53b;
  --tiger: #d6b854; 
  --satsuma: #e8cd76;
  --scarlet: #b28a36;
}

body {
  margin: 0px;
  --leaf: #A2882C;
  --emerald: #c4a53b;
  --tiger: #fe873d; 
  --satsuma: #e8cd76;
  --scarlet: #ff454a;
}
 */
body {
  margin: 0px;
  --leaf: #A2882C;
  --emerald: #c4a53b;
  --tiger: #1e1e1e; 
  --satsuma: #e8cd76;
  --scarlet: #B85C38;
}


main#primary {
    padding-top: 10px;
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.title {
    display: block;
    font-size: 54px;
    line-height: 62px;
    font-weight: 600;
}

.subtitle {
    display: block;
    font-size: 32px;
    line-height: 40px;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
}
p, h1, h2, h3, h4, h5, h6, li, a {
    font-family: 'Poppins';
}

p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 10px 0px;
}

li {
    font-size: 18px;
    line-height: 26px;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
}

.readmore, .reviews-slider-buttons button {
    display: block;
    width: 175px;
    padding: 10px 10px;
    background: var(--tiger);
    color: white;
    box-sizing: border-box;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0px;
    margin-top: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    border-radius: 7.5px;
    transition: all 300ms ease;
    cursor: pointer;
}
.readmore.alt {
    background: var(--scarlet);
}
.readmore:hover, .reviews-slider-buttons button:hover {
    background: var(--satsuma);
    transition: all 300ms ease;
}
.readmore-why-choose-us {
    width: 196px;	
}
.reviews-slider-buttons button {
    cursor: pointer;
    margin: 0px;
    opacity: .5;
}

ul.services-list li::before {
    content: '\f00c';
    color: var(--leaf);
    margin-right: 10px;
    font-size: 24px;
    font-family: 'FontAwesome';
}

.content-fold-c:not(.flipped) ul.services-list li::before {
    color: white;
}

ul.services-list {
    list-style: none;
    padding: 0px;
    text-align: left;
}

li.target {
    transition: all 150ms ease;
}
li.hidden {
    height: 0px;
    margin: 0px;
    opacity: 0;
    pointer-events: none;
}

a.expand-more {
    color: var(--tiger);
    font-weight: 700;
    display: block;
    margin: 5px 0px;
    cursor: pointer;
}

.cqc-widget-fold {
    padding: 50px 0px;
    background: whitesmoke;
}

.cqc-widget-footer-block {
    width: 30%;
}

.cqc-widget-footer-block .cqc-widget-fold {
    background: none;
    padding: 0px 5px;
}

.cqc-widget-footer-block div.cqc-widget .cqc-container {
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.cqc-widget-footer-block .cqc-widget-footer.cqc-widget-date {
    display: none !important;
}

.cqc-widget-footer-block div.cqc-widget .cqc-widget-inner .cqc-widget-normal {
    display: flex !important;
    flex-direction: column;
}be

/* == == Generic END == == */
/* == == HEADER == == */
div.logo {
    float: none;
    width: 300px;
}

div.logo * {
    object-fit: contain;
    display: block;
}

div.logo img {
    height: 80px;
}

#page {
    overflow: hidden;
}
div#overseas {
    text-align: center;
    background: #750000;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
}
div#overseas p {
   font-size: 14px !important;
   color: #fff;
}
header#masthead::before {
    content: '';
    /*background: linear-gradient(270deg, #a3892d 0%, #c2a744 100%);*/
    background: linear-gradient(270deg, #a2882c 0%, #c8b14d 100%);

    position: absolute;
    width: 100%;
    height: 25px;
    top: 0px;
    left: 0px;
    transition: all 300ms ease;
}


#masthead {
    padding: 20px 0px;
    padding-top: 55px;
    position: fixed;
    /*top: 30px;*/
    left: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    transition: all 300ms ease;
    box-shadow: 0px 0px 12px -8px black;
}

div#page header * {
    transition: all 300ms ease;
}

header#masthead.navbar-fixed-top {
    padding-top: 25px;
    transition: all 300ms ease;
    top: 0;
}

.navbar-fixed-top .covid-banner {
    bottom: 30px;
    opacity: 0;
}

header#masthead.navbar-fixed-top::before {
    height: 5px;
    transition: all 300ms ease;
}

.navbar-fixed-top div.logo {
    width: 230px;
}

#masthead > .row-container::before, #masthead > .row-container::after {
    content: unset;
}

#masthead #site-navigation {
    max-width: 900px;
    margin-right: 0px;
    margin-left: auto;
}

.menu-right {
    width: 100%;
    position: relative;
}

ul.sub-menu {
    position: absolute;
    left: -70%;
    top: 50%;
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    background: var(--leaf);
    border-radius: 5px;
    padding: 10px 5px;
}

li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events: all;
}

ul.sub-menu li:nth-of-type(n) {
    flex: 1 0 100%;
}

ul.sub-menu li a {
    color: white;
}

ul.sub-menu li:nth-of-type(2n) {
}

ul.sub-menu li a {
    display: block;
    padding: 2.5px 5px;
    padding-left: 25px;
    position: relative;
}
li#menu-item-57 ul.sub-menu {
    width: 220px;
}

li#menu-item-57 ul.sub-menu li:nth-of-type(n) {
    flex: 1 0 100%;
}

li#menu-item-57 ul.sub-menu li:nth-of-type(2n) {
    flex: 1 0 45%;
}

li#menu-item-107 ul.sub-menu {
    width: 190px;
    left: 0px;
}

li#menu-item-58 ul.sub-menu {
    width: 140px;
    left: 0%;
}

ul#primary-menu li {
    position: relative;
}


li#menu-item-59 ul.sub-menu {
    width: 270px;
    left: -50px;
}

ul.sub-menu li a::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2022/10/star.png');
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    left: 0px;
}
ul.sub-menu li a:hover::before {
    animation-name: spin;
    animation-duration: 350ms;
    animation-iteration-count: 1;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

ul.sub-menu li a:hover {
    color: var(--satsuma);
}

/*== KEYFRAMES ==*/

@keyframes spin {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

    /*== KEYFRAMES END ==*/

.top-phone a {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 10px;
    color: #333;
    width: fit-content;
    margin-right: 0px;
    margin-left: auto;
}

ul#primary-menu {
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    padding: 0px;
}

ul#primary-menu > li > a {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-family: 'Poppins';
    font-weight: 600;
    border-bottom: solid 2px transparent;
    font-size: 21px;
}
ul#primary-menu > li > a:hover {
    border-color: var(--leaf);
    transition: all 300ms ease;
}

.bold {
    font-weight: 600
}

.header-container {
    display: flex;
    align-items: center;
}

.covid-banner {
    text-align: center;
    position: absolute;
    bottom: -29px;
    width: 100%;
    left: 0px;
    background: whitesmoke;
    z-index: -1;
}

.covid-banner a {
    font-weight: 700;
    color: #535161;
}

.covid-banner p {
    margin: 0px;
    line-height: 1.6;
    color: #535161;
}
.navbar-fixed-top .covid-banner p {
    transition: opacity 0;
}

/* == == HEADER END == == */

/*== == BASIC FOLD BANNER == ==*/

.fold-banner {
    position: relative;
}

.fold-banner::after {
    background: var(--emerald);
    height: 100px;
    width: 100%;
    content: '';
    display: block;
}

.fold-banner::after {
    content: '';
    background: rgb(2,0,36);
    background: linear-gradient(50deg, rgba(2,0,36,0) 32%, rgb(0 0 0 / 54%) 70%);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fold-banner-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fold-banner-content {
    display: flex;
    justify-content: flex-end;
    padding: 125px 0px;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
}

.fold-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.fold-banner-content .title {
    max-width: 640px;
    color: white;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.3;
}

.fold-banner-content .title span {
    display: block;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.3;
}

	/*== == BASIC FOLD BANNER END == ==*/

/*== == FIXED BOTTOM BANNER == ==*/

.fixed-bottom-banner {
    position: fixed;
    bottom: 0px;
    width: auto;
    right: 20px;
    z-index: 99999;
    transform:
        translatey(120%);
    -webkit-transform:
        translatey(120%);
    transition: all .5s ease;
}
.fixed-bottom-banner.show {
    transform:
        translatey(0%);
    -webkit-transform:
        translatey(0%);
    transition:
        all .5s ease;
    bottom: 20px;
    right: 20px;
}

.fixed-bottom-banner.hidden {
    opacity: 0;
    pointer-events: none;
}

.fixed-bottom-banner-imgs {
    display: flex;
    column-gap: 15px;
}

.fixed-bottom-banner-imgs img {
    max-height: 80px;
}

.fixed-bottom-banner-wrapper {
    display: flex;
    z-index: 99999;
    justify-content: space-between;
    padding: 10px 25px;
    position: relative;
    background: var(--tiger);
    border-radius: 7.5px;
    transform: scale(1);
    transform-origin: bottom right;
    position: relative;
    width: 230px;
    margin-left: auto;
    box-shadow: 2px 2px 4px #00000061;
}

.fixed-bottom-banner-img-container {
    display: flex;
    transform: 
        scale(1.1)
        translatex(50px);
    flex: 0 0 20%;
}

.fixed-bottom-banner-content {
    color: white;
    display: flex;
    align-items: flex-start;
/*     flex: 0 0 50%; */
    flex-direction: column;
    justify-content: center;
}

.fixed-bottom-banner-readmore {
    display: flex;
    align-items: center;
}

.fixed-bottom-banner-readmore .readmore-wrapper {
    margin: 0px;
}

.fixed-bottom-banner-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0px;
}

.fixed-bottom-banner-content p:first-child {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.fixed-bottom-banner-content p span {
    font-weight: 400;
    font-style: italic;
}

.readmore-wrapper .readmore {
    margin: 0px;
}
.fixed-bottom-banner-cross i {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    z-index: 999999;
    font-size: 32px;
    transform:
        translate(10px, -10px);
    cursor: pointer;
}
	/*== == FIXED BOTTOM BANNER END == ==*/

.ebook-page-wrapper {
    padding: 150px 0px;
}

/*== eBook Form ==*/
.ebook-image {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ebook-flip.page-template-service-template .ebook-image {
    left: 0px;
    right: 0px;
}

.ebook-flip.page-template-service-template .ebook-fold-inner {
    justify-content: flex-end;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
    font-weight: 400;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: whitesmoke;
    border: solid 3px black;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
    flex: 0 0 48%;
}

div#ebook-fold {
    padding: 150px 0px;
    width: 100%;
    overflow: hidden;
    background: white;
    position: relative;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    z-index: 5;
    gap: 40px;
}

.ebook-fold-inner .ebook-image, .ebook-fold-inner .ebook-form {
    flex: 0 0 calc(50% - 20px);
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: black;
}
.privacy-text {
    margin-top: 15px;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 30px 0;
    position: relative;
    background: var(--leaf);
    width: 100%;
    clear: both;
}

.footer-block .row-container {
    display: flex;
    align-items: flex-start;
}

div#phone {
    width: 23%;
}

div#address {
    width: 43%;
}

div#opening {
    width: 33.3%;
}

.footer-block .footer-block-item {
    width: 30%;
    margin-right: 5%;
    position: relative;
    z-index: 2;
}

.footer-block .footer-block-item#middle {
    width: 55%;
    margin-right: 10%;
}

.footer-block .footer-block-item h5 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-block-item h6 {
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer-block .footer-block-item#middle li {
    float: left;
    width: 50%;
    padding: 5px 0px;
    font-size: 17px;
    list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
    color: #fff;
    list-style-type: none;
    position: relative;
    transition: all .33s ease;
    font-size: 18px;
}

.footer-block .footer-block-item#middle li a::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -20px;
    color: white;
    font-size: 12px;
    font-family: fontawesome;
}

.footer-block .footer-block-item#middle li:hover a {
    letter-spacing: 1px;
    color: #fff;
}

.footer-block .footer-block-item:last-of-type {
    margin-right: 0;
}

.footer-block .footer-block-item h5 {
    font-size: 36px;
    line-height: 36px;
    color: white;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-block .footer-block-item p {
    color: #eee;
    margin-bottom: 0px;
    line-height: 28px;
}

.footer-block .readmore {
}

.footer-block ul {
    margin: 0 0 1.5em 0em;
    float: left;
    width: 100%;
    padding-left: 20px;
}

/* == == FOOTER BLOCK END == ==*/
/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: var(--emerald);
    clear: both;
}

#footer > .row-container {
    position: relative;
}

#footer-multi-web {
    float: none;
    text-align: center;
    margin: 0px auto;
    max-width: 350px;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
}

#footer a {
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    position: absolute;
    color: white;
}

#footer .row-container > p, .privacy-site.moduletable {
    width: 30%;
    color: white;
}

#footer .privacy-text, #footer .socials {
    float: right;
}

#footer .privacy-text {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(-40%);
    font-size: 14px;
    line-height: 70px;
    width: 500px;
    font-family: 'Montserrat';
}

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 45px;
    margin-left: 10px;
}

#footer .socials svg {
    fill: white;
    font-size: 45px;
	width: 2rem;
    padding: 25px 10px 0 0;
}

/* == == == == MWM FOOTER END == == == == */

section.error-404.not-found {
    padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-section {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 80px 0px;
}

.address-wrap {
    width: 30%;
}

.contact-card {
    width: 65%;
}

.address-wrap ul li {
    list-style-type: none;
}

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    color: var(--color1);
    margin-bottom: 0px;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    padding-left: 50px;
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: var(--leaf);
    font-size: 30px;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px;
    line-height: 0px !important;
}

.address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
}

.form-name, .form-email {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 2%;
}

.form-phone {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    line-height: 0;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    background: whitesmoke;
    font-family: 'Poppins';
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
}

.contact-card .sub-btn {
    float: right;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
    padding: 15px 30px;
    text-align: center;
    box-sizing: border-box !important;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: var(--leaf);
    color: white;
    font-weight: 400;
    border: solid 1px  black;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    -webkit-appearance: inherit;
    margin: 10px 0px;
}

.form-enquire label {
    font-family: 'Poppins';
}

.address-wrap ul li a {
    font-weight: 700;
    color: var(--leaf);
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0,0,0,0.3);
    transition: all .25s ease .25s;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition: all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition: all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition: all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition: all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    /* margin: 15px 0px; */
}

#sgpb-popup-dialog-main-div input, #sgpb-popup-dialog-main-div textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
    font-family: 'Poppins';
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
    color: var(--leaf);
    font-weight: 700;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: var(--leaf);
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px var(--emerald) !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: var(--tiger);
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
    font-family: 'Poppins';
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form > p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: var(--tiger) !important;
    font-weight: 400;
    border: solid 1px var(--tiger) !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 200px;
}


.ebook-form-text .title ~ p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}


form.wpcf7-form.init .readmore {
    margin: 0px;
    cursor: pointer;
    background: var(--scarlet);
}

form.wpcf7-form.init .readmore:hover {
    background: var(--satsuma);
}

div#ebook-fold .ebook-form input.wpcf7-text {
    margin: 0px;
}

/*== == == CONTACT FORM END == == ==*/
/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

section.error-404.not-found {
    padding: 200px 0px 100px 0px;
}

.html-sitemap-column {
    margin: 50px 0px;
}

/*== == System Pages END == ==*/

p, body {
	font-family: poppins;
}
.module-fold-h-content p {
	font-size: 16px;
	line-height: 24px;
}
.home-banner-content .readmore {
	width: 250px;
}
.our-facilities .module-fold-h-img {
	height: 341px;
}
.homesliders .readmore {
	width: 260px;
	padding: 20px;
}
.mobile-banner-img{
	display:none;
}
.homesliders .fold1c-background {
	top: 100px;
}
body .content-fold-c-wrapper {
	padding: 60px 0px;
}
.inner-block p {
	font-size: 16px;
}
.wpr-grid-item-title {
	height: 53px;
}
.wpr-button-effect.wpr-button-none {
	margin-top: 14px;
}
@media (min-width:0px) and (max-width:768px){
	.home-banner-content .title {
	font-size: 26px;
}
	.mobile-banner-img{
	display:block;
}
	.wpr-grid-item-title {
	height: 100%;
}
	.desktop-img{
		display: none;
	}
	.homesliders .fold1c-background {
	top: 0px;
}
	.homesliders .fold1c-content {
	padding: 110px 0px 40px;
}
	.homesliders .title {
	font-size: 24px;
	line-height: 48px;
}
	.homesliders .fold1c-item {
	min-height: 400px;
}
	body .homesliders .readmore {
	width: 200px;
	padding: 14px;
	font-size: 16px;
	margin-top: 20px;
}
	body .banner-item-img {
	flex: 0 0 10%;
}
	.banner-item-content .subtitle {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 11px;
}
	.welcome-sec .content-fold-c-img {
	height: 250px;
}
	.welcome-sec .content-fold-c-content {
	align-items: last baseline;
}
	.fold1c .readmore {
	margin-top: 15px;
}
	body .our-facilities .module-fold-h-img {
	height: 100%;
}
	.rating-star-content .row-container {
	padding: 0px 34px;
}
	.rating-star-content .banner-container {
	padding: 30px 0px;
}
	.rating-star-content .owl-carousel .owl-item img {
	max-width: 70%;
}
	body .rating-star-content .subtitle {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}
	.rating-star-content .banner-item-content {
	font-size: 14px;
	line-height: 22px;
}
	.our-facilities-sec .elementor-image-box-wrapper {
	height: 100%;
}
	.home-banner-content .banner-txt {
	font-size: 14px;
	line-height: 22px;
}
	.home-banner-content .subtitle {
	font-size: 18px;
}
	body .fold1c.homebannersec {
	margin-top: 65px;
}
.homebannersec .fold1c-content {
	padding-top: 50px;
	min-height: 220px;
	padding-bottom: 0;
}
	body .homebannersec .readmore {
	margin-top: 20px;
}
	.homebannersec .fold1c-item {
	min-height: 375px;
}
	.homebannersec .fold1c-readmore {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	.homebannersec .readmore.generalButton.general-form {
	font-size: 16px;
	padding: 8px 0px;
	width: 190px;
}
	.banner-item-content .subtitle {
	font-size: 20px;
}
	.content-fold-c-wrapper {
	padding: 0 0px;
}
	.facilities-detail-sec .e-con-inner {
	display: flex;
flex-wrap: wrap;
	flex-direction: column-reverse !important;
}
	.about-sec .content-fold-c-wrapper {
	padding-top: 0;
	margin-top: -14px;
}
.about-sec .subtitle {
	font-size: 16px;
	text-align: left;
}
.about-sec .title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 16px;
	text-align: left;
}
	.about-sec .bold {
	font-size: 14px;
	line-height: 24px;
}
	.about-sec .content-fold-c-content-inner {
	font-size: 14px;
	line-height: 26px;
}
	.about-sec.content-fold-c.standard::after { 
	bottom: 90px;
}
	.standard.about-sec .content-foldc-readmore a.readmore.alt {
	transform: translatey(70px);
}
	.our-facilities .subtitle {
	font-size: 16px;
	line-height: 26px;
		text-align: left;
}
	.our-facilities .title.bold {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
		text-align: left;
}
	.our-facilities p {
	font-size: 14px;
	line-height: 24px;
}
	.our-facilities .bold {
	font-size: 20px;
}
	.module-fold-h .owl-item {
	padding: 0px 0px;
}
	body .footer-block .row-container {
	padding: 0 10px;
}
	#footer .privacy-text {
	margin-bottom: 0;
}
	.mobmenu-content #mobmenuleft .sub-menu {
	background-color: #645419;
	padding: 10px 0 !important;
}
	.our-facilities .module-fold-h-content {
	padding: 20px 20px 30px;
}
	.our-facilities {
	padding-bottom: 44px;
}
	.our-facilities .readmore {
	margin-top: 5px;
}
	.subtitle {
	font-size: 16px;
	line-height: 28px;
}
	.title {
	font-size: 24px;
	line-height: 32px;
}
	.types-care-div {
	padding-top: 10px;
}
.types-care-div .bold {
	font-size: 20px;
	line-height: 26px;
}
	.types-care-div .module-fold-h-content {
	font-size: 14px;
	line-height: 24px;
	padding: 40px 0px 0px;
}
	.types-care-div .module-fold-h-icon {
	width: 70px;
	height: 50px;
}
.whychoose .title {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 16px;
}
	.readmore.readmore-why-choose-us {
	width: 166px;
	font-size: 16px;
}
	.reviews-slider .row-container .row-align {
	padding: 10px 0 24px;
}
	.service-cares .content-fold-c-wrapper {
	padding: 40px 0px;
}
	.service-cares .bold {
	font-size: 15px;
	line-height: 24px;
}
	.service-cares .content-fold-c-content-inner {
	font-size: 14px;
}
	.readmore, .reviews-slider-buttons button {
	width: 150px;
	font-size: 18px;
}
.care-team .fold5-content {
	padding: 40px 10px 0px;
}
	.care-team .title {
	font-size: 24px;
}
	.reviews-header {
	margin-top: 10px;
}
	.reviews-header .title {
	margin-bottom: 0px;
		font-size:24px;
}
	.reviews-item-inner {
	padding-top: 0;
}
	.reviews-item-inner-text {
	font-size: 14px;
	line-height: 24px;
}
	body div#ebook-fold {
	padding: 40px 0px;
}
	.ebook-form-text .title ~ p {
	font-size: 14px;
	padding: 0 10px 10px;
}
	.privacy-text p {
	font-size: 14px;
	line-height: 24px;
}
	#footer a {
	font-size: 14px;
}
	.footer-block .footer-block-item h5 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
	.footer-block .footer-block-item p {
	line-height: 26px;
	font-size: 15px;
}
	.footer-block {
	padding: 30px 0px 30px;
}
	#footer {
	padding: 10px 0;
}
	#footer .socials i {
	font-size: 22px;
	margin-left: 20px;
}
	.privacy-site.moduletable {
	margin: 0px auto 0px;
}
	#footer {
	padding: 16px 0 0;
}
	.our-accordation-carousel .fold1-slider {
	padding: 0 0px;
}
	.our-accordation-carousel .fold1-item p:first-child {
	font-size: 20px !important;
}
	.our-accordation-carousel .fold1-item-content p {
	font-size: 14px;
	line-height: 26px;
}
	.category-folda-wrapper {
	padding: 0 0px;
}
	.category-folda-item-content-inner p {
	font-size: 14px;
	line-height: 24px;
}
	.category-folda-item-content-header .subtitle {
	font-size: 16px;
	line-height: 26px;
}
	.category-folda-item-padding {
	padding: 0px 0px 0;
}
	.category-folda-item:nth-child(1) {
	padding-top: 40px;
}
	.fold-banner-content .title span {
	font-size: 28px;
}
	.fold-banner-content .title {
	font-size: 22px;
}
.fold-banner-content {
	padding: 110px 0px 30px;
}
	body.team .team-picture-wrapper {
	max-width: 100%;
}
	p {
	font-size: 14px;
	line-height: 24px;
}
	.page-template-templatesteam-template-php .fold-banner-content {
	padding: 70px 0px 40px;
}
	body.team p.team-large {
	font-size: 18px;
	margin-bottom: 14px;
}
	body.team p.team-small {
	line-height: 24px;
}
	body.team .team-quote .team-quote-large p {
	font-size: 20px;
	margin-bottom: 0px;
		line-height: 28px;
}
	body.team .team-quote .team-quote-small p {
	font-size: 14px;
	line-height: 24px;
}
	body.team .team-quote .team-quote-small {
	padding: 30px 0;
}
	.name-wrapper p {
	font-size: 18px;
}
	.why-care-d .content-fold-c-wrapper {
	padding: 20px 0 40px;
}
	.why-care-d2 .content-fold-c-wrapper {
	padding: 20px 0 40px;
}
	.why-care-d .content-fold-c-img, .why-care-d2 .content-fold-c-img {
	height: 240px;
		padding:0;
}
	.why-care-d3 .content-fold-c-wrapper {
	padding: 40px 0px;
}
	.vacancise-d .module-fold-j-wrapper {
	padding: 40px 0px 0;
}
	#menu-our-facilities {
	padding: 0;
}
	.facilities-menu .widgettitle {
	margin: 30px 0px 20px;
}
	.gallery-b .fold-banner-content {
	padding: 40px 0 40px;
}
	.gallery-container {
	padding-bottom: 10px;
}
	.care-rooms .content-fold-c-img {
	height: 240px;
}
	.care-rooms .content-fold-c-wrapper {
	padding: 40px 0;
}
	.address-wrap h1, h3.contact-title {
	font-size: 22px;
}
	.address-wrap ul {
	margin-bottom: 40px;
}
	.contact-section {
	padding: 30px 0px;
		text-align: left;
}
	body .whychoose .content-fold-c-wrapper {
	padding: 20px 0px 50px;
		text-align: left;
}
		body .whychoose .content-fold-c-img {
	height: 226px;
}
	.fold5-container::before {
	width: 60px;
	height: 60px;
}
	.fold5-container::after {
	width: 60px;
	height: 60px;
}
	.ebook-form-text .title {
	font-size: 20px;
	line-height: 30px;
}
	.ebook-form-text .subtitle {
	margin-bottom: 6px;
	margin-top: 10px !important;
	line-height: 36px;
}
	div#ebook-fold .ebook-form {
	text-align: left;
	font-size: 14px;
}
	.ebook-form-text .title ~ p {
	font-size: 14px !important;
	padding: 0;
}
	.ebook-form-text li {
	font-size: 14px;
}
	.ebook-form-text ul {
	padding-left: 14px;
}
	div#ebook-fold .ebook-form input::placeholder {
	font-size: 14px !important;
}
	div#ebook-fold .ebook-form input.wpcf7-submit {
	margin: 7px auto !important;
}
	.our-facilities .module-fold-h-title {
	margin-bottom: 34px;
	text-align: left;
}
	.module-fold-h-modules {
	display: block;
}
	.whychoose .content-fold-c-content,
	.about-sec .content-fold-c-content{
	align-items: last baseline;
}
	.content-fold-c.standard::after {
	background-position: bottom left;
	right: -22px;
}
	.about-sec .content-fold-c-wrapper {
	padding: 30px 0px 100px;
}
body .care-type-inr .title {
	font-size: 22px;
	line-height: 24px;
}
	.care-type-inr .content-fold-c-wrapper {
	padding: 30px 0 40px;
		text-align: left;
}
	.ul-style {
	padding-left: 12px;
}
	.caretyle-sec .content-fold-c-wrapper {
	padding: 40px 0px 30px;
		text-align: left;
}
.caretyle-sec .title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}
	.content-fold-c-content-inner {
	font-size: 14px;
	line-height: 26px;
}
.type-img-h {
	height: 240px;
	padding: 0;
}
	body .expert-care-support .title, body .supportive-families .title {
	font-size: 24px;
}
body .expert-care-support .content-fold-c-content, body .supportive-families .content-fold-c-content, body .cstm-sec-full-col .content-fold-c-content {
	width: calc(100% - 0px);
}	
	body .expert-care-support .content-fold-c-wrapper,
	body .supportive-families .content-fold-c-wrapper{
	padding: 30px 0;
}
	body .media-ptb-30 .content-fold-c-wrapper {
	padding: 30px 0;
}
	.media-img-h.content-fold-c-img {
	height: 240px;
	padding: 0;
}
	body .media-heading {
	font-size: 24px;
	line-height: 28px;
}
	body .media-care {
	padding: 0px 0px 0px;
}
	body .media-care .content-fold-c-wrapper {
	padding: 70px 0px 40px;
	text-align: left;
}
	body .why-care-d .content-fold-c-content {
	width: calc(100% - 0px);
}
	.title.txt-small.media-heading {
	font-size: 22px;
	line-height: 28px;
	text-align: left;
}
	.why-care-d2 .content-fold-c-content-inner,
	.why-care-d3 .content-fold-c-content{
	text-align: left;
}
	.why-care-d3 ul {
	padding-left: 12px;
}
	.why-care-d3 li {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
}
	.why-care-d .content-fold-c-content,
	.why-care-d2 .content-fold-c-content,
	.why-care-d3 .content-fold-c-content,
	.care-rooms .content-fold-c-content,
	.media-sec-pad .content-fold-c-content{
	align-items: last baseline;
}
	.page-template-vacancy-template .fold-banner-content {
	padding: 40px 0px 40px;
	margin-top: -40px;
}
	.vacancise-d .module-fold-j-block-padding {
	padding: 30px 20px 20px;
}
	.vacancise-d li {
	font-size: 15px;
	margin-bottom: 6px;
}
	.care-activities {
	margin-top: 60px;
}
	.care-rooms .content-fold-c-content-inner,
	.media-sec-pad .content-fold-c-content-inner{
	text-align: left;
}
	.media-sec-pad .content-fold-c-wrapper {
	padding: 30px 0 40px;
}
	.address-wrap ul::before {
	bottom: 8px;
}
	.daycare-f1-bg.content-fold-c-img,
	.content-fold-c-img.rc-f1-bg{
	height: 220px;
}
	body .post-grid-img-inner {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
	body .post-grid-image {
	display: block;
}
}
.mobmenu-left-panel {
	background-color: #a2882c;
}
.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover {
	background-color: #867539;
}
.mobmenu-content #mobmenuleft > li > a:hover {
	background-color: #867539;
}
.fold1c-background img {
	object-fit: unset;
	object-position: unset;
}

.care-activities {
	margin-top: 30px;
}
div.logo img {
	height: 100%;
}
#masthead {
	padding: 8px 0px;
	padding-top: 30px;
}
.our-facilities .module-fold-h-content {
	padding-top: 18px;
}


.logo {
	max-width: 150px;
}
header#masthead::before {
/* 	background: linear-gradient(270deg, #24851a 0%, #24891b 100%); */
}
.our-facilities-sec .elementor-image-box-wrapper {
	background: #f8f5f5;
	border-radius: 0px 0px 30px 30px;
	padding-bottom: 30px;
	height:566px;
}
.our-facilities-sec .elementor-image-box-content {
	padding: 0px 20px;
}
.our-facilities-sec .elementor-image-box-img img {
	border-radius: 30px 30px 0 0 !important;
}
.our-facilities-sec .elementor-image-box-title {
	margin-bottom: 5px;
}
.facilities-readmore {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#masthead #site-navigation {
	max-width: 890px;
	margin-right: 0px;
	margin-left: auto;
}
.module-fold-h {
	background: #fff;
}
.our-facilities {
	background: #e6e6e6;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
}
.fold5-item .title {
	color: #fff;
}
.reviews-item-inner-text {
	color: #fff;
}
.content-fold-c-wrapper {
	padding: 100px 0px;
}
.module-fold-h-title {
	margin-bottom: 30px;
}
.mob-icon-menu::before {
	color: #a2882c;
}
.fold1c-background {
	background-image: unset;
}
ul#primary-menu > li > a {
	font-size: 18px;
}
.home-banner-content .title {
	padding: 0px 0px;
}
.fold1c-content {
	padding: 246px 0px 140px;
}
.fold1c .readmore {
	margin-top: 40px;
}
.facilities-menu li {
	list-style: none;
}
.facilities-menu .widgettitle {
	margin: 30px 40px 20px;
}
.facilities-menu a {
	color: #000;
	font-family: poppins;
}
.facilities-menu li ul li {
	list-style: none;
	padding: 10px 18px;
	background: #ecebeb;
	margin-bottom: 8px;
}
.facilities-menu .current_page_item {
	background: #bea644 !important;
	color: #fff !important;
}
.facilities-menu .current_page_item a {
	color: #fff !important;
}
.facilities-detail-sec .elementor-image-box-title {
	margin-top: 14px;
	margin-bottom: 8px;
}
.mobmenu-content .leftmbottom {
	display: none;
}

.rating-star-content .subtitle {
	font-size: 26px;
	line-height: 34px;
}
.banner-container {
	padding: 24px 0px;
}
.about-sec .content-fold-c-content {
	width: calc(100% + 80px);
}
.about-sec {
	text-align: left;
}
.about-sec .content-foldc-readmore {
	display: flex;
	justify-content: left;
	margin-top: 24px;
}

.why-care-d .content-fold-c-content {
	display: flex;
	flex-direction: column;
	width: calc(100% - 60px);
}
.why-care-d {
	text-align: left;
}
.why-care-d .content-foldc-readmore {
	display: flex;
	justify-content: left;
	margin-top: 20px;
}
.why-care-d .content-fold-c-wrapper {
	padding: 70px 40px 70px;
}
.title.txt-small {
	font-size: 38px;
	line-height: 52px;
}
.cstm-p {
	font-size: 16px !important;
	font-family: poppins;
	font-weight: 400 !important;
	line-height: 26px !important;
}
.ebook-btn .readmore {
	width: 290px;
	margin-top: 30px;
}
.facilities-detail-sec li {
	margin-bottom: 8px;
	font-size: 16px;
}
.sml-txt p {
	font-size: 14px;
}
.fold1c-item {
	min-height: 750px;
}
.fold1c-background {
	top: 0;
}
.fold1c.homebannersec {
	margin-top: 100px;
}
.module-fold-h.types-care-div .owl-item {
	width: 345px !important;
}
.module-fold-h-content {
	padding: 50px 14px 30px;
	font-size: 15px;
}
.module-fold-h-content .bold {
	font-size: 20px;
}
.types-care-div .module-fold-h-img {
	height: 260px;
}
.care-type-inr .title {
	font-size: 40px;
}
.ul-style {
	text-align: left;
	color: #fff;
}
.ul-style li a {
	color: #fff;
	line-height: 38px;
}
.csm-btn {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	background: #d6b854;
	width: 200px;
	justify-content: center;
	padding: 10px;
	color: #fff;
	font-family: poppins;
	border-radius: 4px;
	margin-top: 30px;
	font-size: 18px;
}
.expert-care-support .content-fold-c-content,
.supportive-families .content-fold-c-content,
.cstm-sec-full-col .content-fold-c-content{
	width: calc(100% - 60px);
}
.expert-care-support .content-fold-c-wrapper,
.supportive-families .content-fold-c-wrapper,
.cstm-sec-full-col .content-fold-c-wrapper{
	padding: 60px 0px;
}
.expert-care-support .title,
.supportive-families .title{
	font-size: 44px;
}
.title {
	font-size: 42px;
	line-height: 56px;
}
.facilities-readmore .readmore {
	width: 260px;
}
.whychoose .content-fold-c-wrapper {
	padding: 60px 0px;
}
.name-box-img {
	margin-right: 10px;
}

div#ebook-fold {
	padding: 71px 0px;
}

.post-folda-content-title .title {
	font-size: 26px;
	line-height: 38px;
	margin-top: 14px;
}
.post-folda-content-date p {
	font-size: 16px;
}
.post-folda-content-inner p {
	font-size: 16px;
}
.post-folda-content-inner li {
	font-size: 16px;
	margin-bottom: 10px;
}
.post-folda-content-inner h2 {
	font-size: 20px;
}

.post-grid-image {
	display: flex;
	flex-wrap: wrap;
}
.post-grid-img-inner {
	width: 33%;
}
.post-grid-img-inner {
	width: 31%;
	margin-right: 20px;
}
.blog-date {
    color: #ff6600; /* orange */
    font-size: 14px;
    font-weight: 500;
}



/* ===== PVCH Page Scope (keeps styles isolated) ===== */
.pvch-wrap {
  --pvch-primary: #a2882b;
  --pvch-bg: #f9f9f9;
  --pvch-text: #333;
  --pvch-muted: #555;
}

/* ===== Section: Happiness & Activities ===== */
.pvch-section {
  padding: 160px 20px 20px 20px;
  background: var(--pvch-bg);
  border-top: 3px solid var(--pvch-primary);
}

.pvch-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pvch-happiness-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 30px;
  align-items: stretch;
}

.pvch-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pvch-card h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 16px 0;
  color: var(--pvch-text);
}

/* Smiley block */
.pvch-smiley-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pvch-smiley-score {
  font-size: 18px;
  color: var(--pvch-muted);
  margin-top: 10px;
}

.pvch-smiley-canvas {
  width: clamp(160px, 42vw, 220px);
  height: auto;
  display: block;
}

/* Chart block */
.pvch-chart-wrap {
  display: flex;
  flex-direction: column;
}

.pvch-chart-canvas-wrap {
  position: relative;
  width: 100%;
  height: 260px;           /* chart height on desktop */
}

/* ===== Section: Cards Grid ===== */
.pvch-cards {
  padding: 50px 20px 50px 20px;
}

.pvch-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.pvch-post-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
}

.pvch-post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

.pvch-post-media {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.pvch-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pvch-post-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pvch-post-title {
  font-size: 18px;
  margin: 0;
  line-height: 1.35;
}

.pvch-post-title a {
  color: #000;
  text-decoration: none;
}

.pvch-post-meta {
  font-size: 14px;
  color: var(--pvch-muted);
  margin: 0;
}

.pvch-post-excerpt {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.pvch-readmore {
  align-self: start;
  display: inline-block;
  padding: 10px 14px;
  margin-top: 6px;
  background: var(--pvch-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color .2s ease;
}

.pvch-readmore:hover {
  background: #8b7424;
}

/* ===== Responsiveness ===== */
@media (max-width: 1024px) {
  .pvch-chart-canvas-wrap { height: 220px; }
}

@media (max-width: 768px) {
  .pvch-section {
    padding: 80px 15px 15px 15px;
  }
  .pvch-happiness-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pvch-chart-canvas-wrap { height: 200px; }
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .pvch-post-card { transition: none; }
  .pvch-post-card:hover { transform: none; }
}
