/*
Theme Name: Shukimeir Template
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.base-output ul li
{
	margin-bottom: 0.5em;
}

div.wpcf7 input[type=text], div.wpcf7 input[type=tel], div.wpcf7 input[type=email], div.wpcf7 textarea, div.wpcf7 select {
	background-color: #141414;
}
.big-slider-item img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
a.thumb-item img {
    height: 13vh;
    object-fit: cover;
    width: 100%;
}
.base-output p, .base-output li {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #000;
}
.base-output p
{
	margin-bottom: 1em;
}
.categories-block {
    flex-direction: row;
    flex-wrap: wrap;
}
.category-item{
      max-height: 450px;
}
@media screen and (width > 1600px) {
  header {
    padding: 0.85rem 3rem;
  }
 .tel-number {
    font-size: 1.25rem;
   text-wrap-mode: nowrap;
  }
}
@media screen and (width > 768px) {
  #MainNav ul li.menu-item-has-children {
      position: relative; 
      padding-left: 20px; 
  }

  #MainNav ul li.menu-item-has-children::after {
      content: "▼"; 
      position: absolute;
      left: 5px;
      top: 50%; 
      transform: translateY(-50%);
      font-size: 12px;
      color: white; 
  }
  ul.sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    top: 90%;
    width: max-content;
    height: auto !important;
    max-width: 275px;
    background-color: #100e0d;
    z-index: 500;
  }
  ul.sub-menu > li{
    padding: 0.5rem !important;
  }
  #MainNav ul li.menu-item-has-children:hover > ul.sub-menu{
      opacity: 1;
      pointer-events: all;
  }
}

.grid-card-overlay {
    height: auto;
    top: unset;
    bottom: 0;
  	transition: height 0.3s ease;
  pointer-events: all;
      opacity: 1;
}
.grid-card-overlay .card-pro-title{
  margin-bottom: 0rem;
}
.project-grid-card:hover .grid-card-overlay{
  height: 100%;
}

@media screen and (width < 768px) {
  .menu-item-has-children.active .sub-menu.chekd {
        height: auto !important;
  }
  #MainNav ul li {
    flex-direction: column;
  }
  nav#MainNav div.main_menu > ul > li > a {
    width: calc(100% - 20px);
  }
}

.close-form-x {
  position: absolute;
  top: -5px;
  inset-inline-start: 10px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
}
.category-item img {
  object-fit: cover;
}

@media screen and (min-width: 768px) {
.fixed-buttons {
  display: none !important;
  }
}
@media screen and (width < 768px) {
#FloatSocials2, #MobBtns, .joinchat, .fix-wrap-socials [href*="whatsapp"], .header-tel {
  display: none !important;
  }
  .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
  }
  .fix-wrap-socials {
    bottom: 50vh;
    transform: translateY(50%);    
  }
  }
.fixed-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 1000;
}

.fixed-buttons a,
.fixed-buttons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  color: white;

  height: 62px;
  box-sizing: border-box;
  margin: 0;

  unicode-bidi: plaintext;
}

/* When both phone and WhatsApp exist */
.fixed-buttons.has-whatsapp .fixed-buttons__item {
  width: 50%;
}

/* When WhatsApp field is empty */
.fixed-buttons.no-whatsapp .fixed-buttons__item {
  width: 100%;
}

/* Border only between two buttons */
.fixed-buttons.has-whatsapp .fixed-buttons__item:not(:last-child) {
  border-left: 1px solid #ccc;
}

.fixed-buttons__item span {
  white-space: nowrap;
}

.fixed-buttons__item i {
  font-size: 24px;
  margin-bottom: 5px;
}

.fixed-buttons a:last-child {
  border-left: none; 
}

.fixed-buttons a span {
  white-space: nowrap;
}

.fixed-buttons a i {
  font-size: 24px;
  margin-bottom: 5px;
}
.cblue {background-color:rgba(16, 14, 13, 1);}
.cgreen{background-color:rgba(37, 211, 102, 1);}

@media screen and (width < 768px) {
  button#leader-whatsapp-start-btn {
      display: none;
  }
}
@media screen and (width > 768px) {
  #go-top {
      top: 10px;
  }
}
.base-output ul
{
	margin-right: 1.5rem;
}

div.wpcf7 span:not([data-name*="name"]) input[type=text] {
  background-image: unset;
  padding-right: 12px !important;
}

.home-main-block .main-slider:after {
 	display: none; 
}


.post-card-footer {
    margin-top: 8px;
}

.btn-read-more {
    display: inline-block;
    float: inline-end;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #141414;
  	border: 1px solid transparent;
    padding: 8px 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-read-more:hover {
    background: transparent;
  	border: 1px solid #141414;  
  	color: #141414;
}

@media screen and (width > 1400px){
   body.page-template-about .about-img-col {
         margin-top: 4rem;
  }
}

.main-mobile-banner {
	display: none;
}

@media (max-width: 768px) {

    .home-main-block {
      height: auto;
    }
	.main-slider {
		display: none !important;
	}

	.main-mobile-banner {
		display: block;
	}

	.main-mobile-banner img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

.underhero-form .repeat-form-block {
    display: flex;
}

.text-hero-block {
    position: relative;
    max-width: min(480px, 85vw) !important;
    padding: 2rem;
    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            rgb(255 255 255 / 18%),
            rgb(145 76 215 / 24%),
            rgb(0 0 0 / 35%)
        );

    backdrop-filter: blur(3px) saturate(180%);
    -webkit-backdrop-filter: blur(3px) saturate(180%);

    border: 1px solid rgb(255 255 255 / 22%);

    box-shadow:
        0 24px 70px rgb(0 0 0 / 35%),
        inset 0 1px 0 rgb(255 255 255 / 28%),
        inset 0 -20px 45px rgb(0 0 0 / 18%);

    overflow: hidden;
}
@media screen and (width < 768px) {
  .text-hero-block {
  	bottom: 135px;
  }
}
.text-hero-block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    background:
        linear-gradient(
            135deg,
            rgb(255 255 255 / 30%) 0%,
            rgb(255 255 255 / 8%) 28%,
            transparent 55%
        );

    opacity: 0.65;
}

.text-hero-block > * {
    position: relative;
    z-index: 1;
}

@media screen and (width > 1440px) {
    .text-hero-block .home-main-title{
        font-size: 3.5rem !important;
    }
  .text-hero-block .home-main-subtitle {
    font-size: 2rem !important;
    padding-block-start: 0,8rem;
  }
}