@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@100..900&display=swap');

body {
	  font-family: 'Figtree', sans-serif !important;
}
  
  * {
	  margin: 0px;
	  padding: 0px;
	  outline: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6, .heading-size-1{
	  font-family: 'Figtree', sans-serif !important;
	  margin: 0px !important;
	  padding: 0px;
	  letter-spacing: 0;
	  font-weight: 700;
  }
  h1, .blog-page span.xpro-post-title-text{
	  font-size: 35px;
  }
  
  h2 {
	  font-size: 36px;
  }
  
  h3 {
	  font-size: 30px;
  }
  
  h4 {
	  font-size:25px ;
  }
  
  h5 {
	  font-size: 23px;
  }
  
  h6 {
	  font-size: 18px;
  }
  
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
	  margin: 0;
  }
  
  li, span, p, a, .uc_post_text{
	  font-family: 'Figtree', sans-serif !important;
	  font-size: 17px;
	  font-weight: 400 !important;

	
  }
  button, .uc_btn_txt, .elementor-36 .elementor-element.elementor-element-990c9df .elementor-slide-button {
	  font-family: 'Figtree', sans-serif !important;
	font-size: 17px;
	font-weight: 400 !important;

}
  
  /* Placeholder text color -- selectors need to be separate to work. */
  ::-webkit-input-placeholder {
		  font-family: 'Figtree', sans-serif !important;
  }
  
  :-moz-placeholder {
	  font-family: 'Figtree', sans-serif !important;
  }
  
  ::-moz-placeholder {
		  font-family: 'Figtree', sans-serif !important;
	  opacity: 1;
  }
  
  :-ms-input-placeholder {
	  font-family: 'Figtree', sans-serif !important;
  }
  
  @media only screen and (min-width: 767px) and (max-width:1024px){
  
	  .entry-content p,
	  .entry-content li {
		  font-size: 15px !important;
	  }
  
	  h1, .blog-page span.xpro-post-title-text {
		  font-size: 26px !important;
	  }
  
	  h2 {
		  font-size: 24px !important;
	  }
  
	  h3 {
		  font-size: 21px !important;
	  }
  
	  h4 {
		  font-size: 20px !important;
	  }
  
	  h5 {
		  font-size: 18px !important;
	  }
  
	  h6 {
		  font-size: 16px !important;
	  }
  
  }
  
  @media only screen and (max-width: 767px) {
	  
  
	  h1, .blog-page span.xpro-post-title-text{
		  font-size: 23px !important;
	  }
  
	  h2 {
		  font-size: 22px !important;
	  }
  
	  h3 {
		  font-size:21px !important;
	  }
  
	  h4 {
		  font-size: 19px !important;
	  }
  
	  h5 {
		  font-size: 17px !important;
	  }
  
	  h6 {
		  font-size: 16px !important;
	  }
	    li, span, p, a, .uc_post_text{
	  font-size: 16px;
  }
  button, .uc_btn_txt, .elementor-36 .elementor-element.elementor-element-990c9df .elementor-slide-button {
	font-size: 16px;
  }
  
  } 
 
 .home header.entry-header.has-text-align-center.header-footer-group {
	  display: none;
  }
.page-id-2572 header.entry-header.has-text-align-center.header-footer-group{
	  display: none;
  }
  header.entry-header.has-text-align-center {
	  background-color:#353a3c !important;
}

header.entry-header.has-text-align-center.header-footer-group h1.entry-title {
    font-size: 24px !important;
    padding: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px !important;
	  font-family: 'Figtree', sans-serif !important;
    opacity: 0;
    transform: translateY(60px);
    animation: titleRise 1.8s ease-out forwards;
}

@keyframes titleRise {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    60% {
        opacity: 0.7;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
  
  .post-inner {
	  padding-top: 0;
  }
  .singular .entry-header {
	  padding:0;
  }
  .footer-nav-widgets-wrapper.header-footer-group {
	  display: none;
  }
  .post-meta-wrapper.post-meta-edit-link-wrapper {
	  display: none;
  }
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	  max-width:100% !important;
	  width:100% !important;
  }

  #slider-part .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	  padding: 0px;
  }
  p{
	  margin:0;
  }
.xpro-theme-builder-frontend.xpro-theme-builder-mount {
  display: none !important;
}

.xpro-hero-slider-subtitle-wrapper {
    margin-bottom:8px;
}

.xpro-hero-slider-slide-content-wrapper {
    opacity: 0;
    animation: slideInUp 1s ease-out forwards;
    animation-delay: 0.5s;
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.xpro-hero-slider-description {
    margin-top:10px !important;
}
.xpro-hero-slider .xpro-hero-slider-slide-content-area {
    padding: 35px;
    width: 550px;
    max-width: 100%;
    background-color: #b68543;
    border-radius: 20px;
}
.heading-new{
	font-size:40px;
	color:#b68543;
	font-weight:bold !important;
}
.heading .elementor-heading-title::after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #c49c66;
    margin: 10px auto;
}
.home-b2 {
    background-image: url('https://creatvmind.org/web/thetireandthespoon/wp-content/uploads/2026/04/2.png'), url('https://creatvmind.org/web/thetireandthespoon/wp-content/uploads/2026/04/1.png');
    background-position: left center, right 3% bottom 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

.home-b4-right p.elementor-image-box-description {
    margin-top: 0.6rem !important;
}

@media (min-width: 1025px) {
.top-header .ue-menu > li > a {
  font-weight: 600 !important;
  color: #000;
  position: relative;
  transition: all 0.3s ease;
}
.top-header .ue-menu > li > a:hover {
  color: #b68543;
}
.top-header .current-menu-item > a {
  color: #b68543;
}
.top-header .ue-menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #b68543;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.top-header .ue-menu > li > a:hover::after {
  width: 100%;
}
.top-header .ue-menu > li {
  transition: transform 0.25s ease;
}
.top-header .ue-menu > li:hover {
  transform: translateY(-2px);
}
.top-header .ue-menu > li > a:active {
  transform: scale(0.95);
}
.top-header .ue-menu > li.current_page_item > a {
  color: #b68543;
}
.top-header .sub-menu {
  background: #fff;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.top-header.sub-menu li a {
  padding: 10px 18px;
  color: #333;
  transition: all 0.25s ease;
}
.top-header .sub-menu li a:hover {
  background: #f5f5f5;
  color: #0433b3;
  padding-left: 22px;
}
.top-header .ue-menu > li > .sub-menu {
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.top-header .ue-menu > li:hover > .sub-menu {
  transform: translateY(0);
}
.top-header .ue-menu {
  gap: 10px;
}
	ul#menu-primary li {
    margin: 0 !important;
}
}



@media (max-width: 1024px) {
	
.xpro-hero-slider .xpro-hero-slider-slide-content-area {
    padding: 20px;
    margin:0 1rem ;
}
	.heading-new {
    font-size: 26px;
}
.home-b2 {
    background-position: left top, right 3% bottom 10%;
    background-size: 150px, 150px;
}	
	
  .top-header .ue-menu li a {
    color: #ffffff !important;
  }
    #uc_nav_menu_elementor_3430fac .ue-menu li a:hover {
    color: #98B291 !important;
  }
		.who-we span.elementor-icon-list-text {
    font-size: 17px !important;
}
	.top-header span.ue-nav-menu-mobile-icon-open.uc-active, .top-header span.ue-nav-menu-mobile-icon-close {
    font-size: 18px !important;
}
	.top-header .ue-nav-menu-mobile {
    width: 30px !important;
    height: 30px !important;

    border-radius: 5px;
}
	header.entry-header.has-text-align-center.header-footer-group h1.entry-title {
    font-size: 20px !important;
    padding: 1rem;
}
#slider-part .xpro-hero-slider .xpro-hero-slider-title, #slider-part .xpro-hero-slider .xpro-hero-slider-title span {
    font-size: 36px !important;
    font-weight: 800 !important;
}
}

@media (max-width: 767px) {
	.home-b2 {
        background-position: left top, right 3% bottom 10%;
        background-size: 90px, 90px;
    }
	    .heading-new {
        font-size: 23px;
    }
	
#slider-part .xpro-hero-slider .xpro-hero-slider-title{
    font-size: 22px !important;
    font-weight: 800 !important;
}
		.top-header .ue-nav-menu-mobile {
    width: 28px !important;
    height: 28px !important;
}
	#uc_nav_menu_elementor_b6a57c8.uc-active .ue-menu{
        transform: translate(0, 22px) !important;
    }
}

@media (max-width: 358px) {
	.top-header .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
}
