/*
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=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root  {
--color-default:#222222;
--color-primary:#7f6044;
--color-secondary:#575141;
--color-white:#ffffff;
--color-light:#ccb89d;
--color-gray:#ebebeb;
--color-dark:#0e0e0e;
--color-black:#000000;
}
body{
    font-weight: 400;
    font-family: "Poppins", sans-serif!important;
}
a{
    color: var(--color-primary);
    text-decoration: none;
    transition: 300ms;
    outline: none;
}
.fw-100{ font-weight: 100;}
.fw-200{ font-weight: 200;}
.fw-300{ font-weight: 300;}
.fw-400{ font-weight: 400;}
.fw-500{ font-weight: 500;}
.fw-600{ font-weight: 600;}
.fw-700{ font-weight: 700;}
.fw-800{ font-weight: 800;}
.fw-900{ font-weight: 900;}

.lnht-1{
    line-height: 1 !important;
}
.lnht-1-1{
    line-height: 1.1 !important;
}
strong,b{
    font-weight: 600 !important;
}
.text-primary{
    color: var(--color-primary) !important;
}
.border-primary{
    border-color: var(--color-primary) !important;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/**************/
/*** HEADER ***/
/**************/
.header{
    background-color: #fff;
    padding:15px 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}
.header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_end{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991px)  {
    .header_end{
        display: none;
    }
}
.header_start{
    width: 250px;
}

@media screen and (max-width: 768px)  {
    .header{
        padding:8px 20px;
    }
    .header_start{
        width: 200px;
    }
}
.white-logo{
    filter: brightness(0) invert(1);
}
.front.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 2;
    box-shadow: none;
}
/******************/
/*** 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-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;
}

/**************************/
/*** END FEATURED IMAGE ***/
/**************************/

/*****************************/
/*** INDEX PAGE BLOG STYLE ***/
/*****************************/
.entry-title a{
    color:var(--color-primary);
}
.entry-title a:hover{
    color:var(--color-primary);
}
img.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;     
    object-position: center;
    display: block;   
    transition: 600ms;    
}
.blog-post-item:hover img.cover {
    transform: scale(1.1);
}
.post-thumbnail-link{
    display: block;    
    overflow: hidden;
    height: 260px;
}
.blog-post-item .entry-meta{
    width: 175px;
    font-size: 15px;
    line-height: 1.5;
    color: #8893be;
}
.blog-post-item .entry-category{
    width: calc(100% - 175px);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
}
.blog-post-item .blog-entry-title,
.blog-post-item .blog-entry-title a{
    font-size: 24px;
    color: var(--color-navyblue);
    font-weight: 600;
}
.page-template-front-page ul.desktop-menu li > a{
    color: #fff;
}
.page-template-front-page ul.desktop-menu li li > a{
    color:var(--color-primary);
}

/*********************************/
/*** END INDEX PAGE BLOG STYLE ***/
/*********************************/

/*********************************/
/*** SINGULAR BLOG STYLE ***/
/*********************************/
.post_title{
    margin-bottom: 20px;
    line-height: 1.1;
    color: var(--color-default);
}
.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
h4.widget-title{
    margin-bottom: 25px;
}
.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-primary);
}
.widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover {
    color: var(--color-primary);
}

/* AUTHOR BIO */
.author-info{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 45px;
    margin-bottom: 45px;
	padding-top: 45px;
	padding-bottom: 45px;
	border-top: 1px solid hsla(0, 0%, 50%, .2);
	border-bottom: 1px solid hsla(0, 0%, 50%, .2);
}
.author-avatar{
	width: 120px;
	margin-bottom: 0;
}
.author-avatar img{
	border-radius: 50%;
    width: 100%;
    height: auto;
}
.author-description{
	width: calc(100% - 150px);
}
p.author-bio{
	font-size: 15px;
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .author-info{
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .author-avatar{
        width: 50px;
    }
    .author-description{
	    width: calc(100% - 70px);
    }
}
/* COMMENT LIST */
h3#comments{
	margin-bottom: 45px;
}
ol.commentlist{
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
}
ol.commentlist li{
	margin: 0;
	padding: 0;
}
ol.commentlist ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

.comment-avatar{
	width: 80px;
}
.comment-content{
	width: calc(100% - 100px);
	font-size: 17px;
	position: relative;
}
.comment-avatar img{
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.comment-date{
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.comment-author{
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 20px;
}
.comment-awaiting-moderation{
	color: orange;
}
@media only screen and (max-width: 991px) {
	ul.comment-list ul{
		margin: 0 0 0 20px;
	}
	.comment-avatar{
		width: 50px;
	}
	.comment-content{
		width: calc(100% - 60px);
	}
	.comment-reply{
		position: relative;
	}
}
.comment-respond{
	padding: 50px;
	border: 1px solid #ccc;
}
.comment-reply-title{
	text-transform: uppercase;
	margin-bottom: 30px;
}
.comment-body{
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    line-height: 1.675;
}
.comment-content p{
    margin: 0;
}
#cancel-comment-reply-link{
    float: right;
}
@media only screen and (max-width: 991px) {
    .comment-respond{
        padding: 20px;
    }
}
/*********************************/
/*** 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 #ccc;
    border-top:  1px solid #ccc;
}
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:var(--color-primary);
    color: #fff;
    display: block;
    border-radius: 3px;
}
ul.page-numbers li span.page-numbers.current  {
    padding:  5px 10px;
    background-color:#ccc;
    color: #666;
    display: block;
    border-radius: 3px;
    font-weight: bold;
}
/*********************************/
/*** 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;
	margin: 0;
	color: var(--color-default);
	border:0;
	border: 1px solid #dee2e6;
	background-color: white!important;
}
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 #dee2e6;
  border-radius: 4px;
}
.search-submit{
    outline: none;
    border: 0;
    background-color: var(--color-primary);
    color: #fff;
}
/*********************************/
/*** 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: #f7ece1;
    padding-top: 80px;
    padding-bottom: 50px;
    color: var(--color-default);
    overflow: hidden;
}
@media (max-width: 600px) {
    footer.fdifooter{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.fdifooter a{
    color: var(--color-primary);
    transition: 300ms;
}
.fdifooter a:hover{
    color: var(--color-default);
}
.fdifooter ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fdifooter ul.menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}
.fdifooter ul.menu li{
    margin-bottom: 15px;
}
.fdifooter ul.contact {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-media a {
    display: inline-flex;        
    align-items: center;           
    justify-content: center;       
    margin: 5px;
}

.social-media svg {
    width: 24px;
    height: 24px;
    fill: var(--color-primary);
    transition: 300ms;
}

.social-media a:hover svg {
    fill: rgba(0, 0, 0, .7);
}
.footer-icon {
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    flex-shrink: 0;
}

.footer-icon svg{
    fill: var(--color-primary);
}

.footer-icon-text {
    margin-left: 10px;
    display: inline-block;
}

@media (max-width: 991px) {
    .fdifooter ul.menu,
    .fdifooter ul.menu li{
    }
  .fdifooter ul.contact {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the whole block */
    width: auto;
    margin: 0 auto;
  }

  .fdifooter ul.contact li {
    width: 100%;          /* Let it take full width of its content */
    text-align: left;     /* Align content inside li to the left */
    max-width: 300px;     /* Optional: set a max width if needed */
  }

  .fdifooter ul.contact a {
    flex-direction: row;
    justify-content: flex-start; /* Align icon + text to the left */
    
  }

  .footer-icon-text {
    margin-left: 10px;
  }
}

::placeholder {
  color: #000; 
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #000;
  opacity: 1;
}

.cf7form label{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
    display: none;
}
.wpcf7 p {
    margin: 0px !important;
}
.newsletter{
    padding: 75px 20px;
    background-color: var(--color-light);
    border-radius: 24px;
    margin-bottom: -150px;
    position: relative;
    z-index: 1;
    text-align: center;
}
@media screen and (max-width: 767px){
    .newsletter{
        padding: 25px;
    }
}
/*********************************/
/*** END FOOTER ***/
/*********************************/



ul.tick{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tick li{
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    position: relative;
}
ul.tick li::before{
    content: "";
    background: url(assets/images/tick.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top:2px;
}
.two-col{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
}
@media screen and (max-width: 767px){
    .two-col{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 0;
    }
}
.step-row{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    margin-top: 50px;
    margin-bottom: 20px;
}
.step-row .steps{
    width:23%;
}
.step-icon{
    width:150px;
    height:150px;
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 50%;
    border: 2px dashed var(--color-primary);
    position: relative;
    background-color: #fff;
}
.step-icon span{
    position: absolute;
    top: -25px;
    right: -15px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.step-row .steps.step1 .step-icon{
    background: url(assets/images/icon1.png) no-repeat #fff;
    background-size: 100%;
}
.step-row .steps.step2 .step-icon{
    background: url(assets/images/icon2.png) no-repeat #fff;
    background-size: 100%;
}
.step-row .steps.step3 .step-icon{
    background: url(assets/images/icon3.png) no-repeat #fff;
    background-size: 100%;
}
.step-row .steps.step4 .step-icon{
    background: url(assets/images/icon4.png) no-repeat #fff;
    background-size: 100%;
}

.step-row .steps.step1 .step-icon span{
    background-color: var(--color-secondary);
}
.step-row .steps.step4 .step-icon span{
    background-color: var(--color-secondary);
}

.step-row .steps.step1 .step-icon{
    border: 2px dashed var(--color-secondary);
}

.step-row .steps.step4 .step-icon{
    border: 2px dashed var(--color-secondary);
}
@media screen and (max-width: 1024px){
    .step-row .steps{
        width:48%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px){
    .step-row .steps{
        width:100%;
    }
}
@media screen and (min-width: 1025px){
    .step-row {
        background: url(assets/images/dots.png) no-repeat center 30px;
        background-size: 70%;
    }
}
.chip1 {
    width: 104px;
    height: 70px;
    background: url(assets/images/chip1.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 30px;
    right: 20%;
    z-index: 5;
    animation: swing 6s linear infinite;
    transform-origin: center center;
}
@keyframes swing {
    0%   { transform: rotate(-85deg); }
    50%  { transform: rotate(85deg); }
    100% { transform: rotate(-85deg); }
}
.chip2 {
    width: 104px;
    height: 70px;
    background: url(assets/images/chip1.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 5%;
    z-index: 6;
    transform-origin: center center;
    animation: chip2swing 6s linear infinite;
}
@keyframes chip2swing {
    0%   { transform: rotate(25deg); }
    50%  { transform: rotate(85deg); }
    100% { transform: rotate(25deg); }
}
.chip3 {
    width: 104px;
    height: 70px;
    background: url(assets/images/chip1.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 5%;
    z-index: 6;
    transform-origin: center center;
    animation: chip3swing 6s linear infinite;
}
@keyframes chip3swing {
    0%   { transform: rotate(-45deg); }
    50%  { transform: rotate(5deg); }
    100% { transform: rotate(-45deg); }
}
.stats{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stat{
    width:48%;
    display: flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.stat-first{
    width:75px;
}
.stat-second{
    width:calc(100% - 95px);
}
.stat-icon1{
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    display: block;
    background: url(assets/images/stat1.png) no-repeat center center var(--color-primary);
    background-size: 60%;
}
.stat-icon2{
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    display: block;
    background: url(assets/images/calendar.png) no-repeat center center var(--color-primary);
    background-size: 60%;
}
.stat-icon3{
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    display: block;
    background: url(assets/images/trustworthiness.png) no-repeat center center var(--color-primary);
    background-size: 60%;
}
.stat-icon4{
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    display: block;
    background: url(assets/images/ideas.png) no-repeat center center var(--color-primary);
    background-size: 60%;
}
@media screen and (max-width: 600px) {
    .stat {
        width: 100%;
        margin: 0 auto 20px auto;
    }
}
.rotatingbg{
    position: relative;
    padding: 150px 150px 0 150px;
}
.rotatingbg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:url(assets/images/rotatingbg.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 0;
    animation: rotateBg 60s linear infinite;
    transform-origin: center;
}
.rotatingbg > *{
    position: relative;
    z-index: 1;
}
@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


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

.small, small{
    font-size: 14px;
}
ul li,  ol li {
text-align:  left;
}
ul.default  {
list-style-type:  disc;
list-style-position:  outside;
margin:  0 0 15px 0;
padding:  0;
}
ul.default li {
margin:  0 0 0 20px;
padding:  0;
}
ul.default li::marker  {
color:  var(--color-primary);
}
ol.default {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 15px 0;
  padding: 0;
}

ol.default li {
  margin: 0 0 0 20px;
  padding: 0;
}

ol.default li::marker {
  color: var(--color-primary);
  font-weight: bold;
}
b, strong {
font-weight:  600!important;
}
.fs-0{
    font-size: 0px !important;
}
/* START */
.btn1 {
    background-color: var(--color-primary);
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden; 
    z-index: 0; 
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
}
@media screen and (max-width: 600px) {
    .btn1 {
        font-size: 13px;
    }
}
.btn1:hover {
    color: #fff;
    background-color: var(--color-secondary);
}
.btn2 {
    background-color: var(--color-secondary);
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden; 
    z-index: 0; 
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
}
@media screen and (max-width: 600px) {
    .btn2 {
        font-size: 13px;
    }
}
.btn2:hover {
    color: #fff;
    background-color: var(--color-primary);
}
.btn1.large,
.btn2.large,
.btn3.large,
.btn4.large{
    font-size: 20px;
    padding: 15px 40px;
}

.btn3 {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    color: var(--color-default);
    padding: 12px 20px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden; 
    z-index: 0; 
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
}
.btn3:hover {
    color: var(--color-white);
    background-color: transparent;
}
@media screen and (max-width: 600px) {
    .btn3 {
        font-size: 13px;
    }
}
.btn4 {
    background-color: var(--color-white);
    color: var(--color-primary);
    padding: 13px 20px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden; 
    z-index: 0; 
    white-space: nowrap;
    display: inline-block;
    border-radius: 4px;
}
.btn4:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}
.btn4 svg{
    stroke: var(--color-primary);
}
.btn4:hover svg{
    stroke: var(--color-white);
}
@media screen and (max-width: 600px) {
    .btn4 {
        font-size: 13px;
    }
}
/* START ************************************************************/
.spsize1{
    font-size: 80px;
}
@media screen and (max-width: 1199px){
    .spsize1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 767px){
    .spsize1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 600px){
    .spsize1 {
        font-size: 30px;
    }
}
#div1{
    position: relative;
}
#div1::before{
    content:"";
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#div100{
    position: relative;
}
#div200{
    width: 100%;
    display:flex;
    min-height: 100vh;
}
#div300{
    width: 50%;
    background: url(assets/images/52-home-1.webp) no-repeat center center;
    background-size: cover;
}
#div400{
    width: 50%;
    background: url(assets/images/52-home-2.webp) no-repeat center center;
    background-size: cover;
}
#div500 {
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:90%;
    max-width: 1200px;
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width: 1199px){
    #div400{
        display: none;
    }
    #div300{
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .fdifooter ul#menu-header-2.menu li{
        text-align: center!important;
    }
}
@media (min-width: 992px) {
  .display-lg-1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
}
h1,h2,h3,h4{
	font-family: "Playfair Display", serif!important;
}
.display-lg-1 {
	font-family: "Playfair Display", serif!important;
}
h2.blog-entry-title a{
	font-family: "Playfair Display", serif!important;
	font-weight:400!important;
	line-height:1.5;
}
h1.post_title{
	font-family: "Playfair Display", serif!important;
	font-weight:400!important;
	line-height:1.5;
}
.single-post h2, .single-post h3{
	font-family: "Playfair Display", serif!important;
	font-weight:400!important;
	line-height:1.5;
}


/* Mega Menu */
@media only screen and (max-width: 992px) {
.left-mega-bg{
    display: none;
}
.left-mega-bg2{
    display: none;
}
}
@media only screen and (min-width: 992px) {
#mega-menu-251-0-0{
    background: url(https://studio16skincarefacial.com/wp-content/uploads/2026/01/menubg1.jpg) no-repeat center top !important;
    background-size: cover !important;
}
#mega-menu-251-0-1{
    padding: 30px !important;
}
.left-mega-bg{
    position: relative;
    /*top:170px;*/
	top:120px;
    left: 0;
    z-index: 2;
}
#mega-menu-236-0-0{
   background: url(https://studio16skincarefacial.com/wp-content/uploads/2026/01/menubg2.jpg) no-repeat center top !important;
    background-size: cover !important; 
}
#mega-menu-236-0-1{
    padding: 30px !important;
}
.left-mega-bg2{
    position: relative;
    top:160px;
    left: 0;
    z-index: 2;
}
}
@media only screen and (max-width: 991px) {
	.fdifooter #menu-header li{
		text-align:center;
	}
}


.fixed-contact-no-book-now-bottom-mobile {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        font-weight: 700;
    }

    .fixed-contact-no-book-now-bottom-mobile .b1 {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        color: var(--color-primary);
        background: var(--color-white);
        transition: 300ms;
    }

    .fixed-contact-no-book-now-bottom-mobile .b2 {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        color: #fff;
        background: var(--color-primary);
        transition: 300ms;
    }

    @media screen and (max-width: 991px) {
        .fixed-contact-no-book-now-bottom-mobile {
            display:flex;
            justify-content: center;
        }
        #back-top {
            display: none!important;
        }		
		body{
			padding-bottom:40px;
		}     
    }