/*
 Theme Name:   Mezan Child
 Theme URI:    https://wdtthemes.kinsta.cloud/mezan
 Description:  Mezan Child Theme
 Author:       the Mezan team
 Author URI:   https://wedesignthemes.com/
 Template:     mezan
 Version:      1.0.0
 Text Domain:  mezan-child
*/

@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);



h1 {
  font-size: 5em;
  color: white;
  text-transform: uppercase;
}

span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}


section.elementor-section.elementor-top-section.elementor-element.elementor-element-30b44de.wdt-no-full-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    max-width: 1400px !important;
    margin: 0 auto;
}


.wdt-cus-half-overlay-bg-style .ai-driven-ser h2.wdt-heading-title-wrapper.wdt-heading-align-center.wdt-heading-deco-wrapper
.elementor-widget-container {
  margin-top: 50px;
  text-align: center;

}

@media (min-width: 1024px) {
    .real-easted .wdt-heading-content-wrapper {
        max-width: 67%;
        margin: 0 auto;
    }
    .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-3d5ecd1.real-result {
      max-width: 1400px;
      margin: 0 auto;
  }
}

/* .wdt-cus-half-overlay-bg-style{
    border-top: 0.35rem solid;
    border-left: 0.35rem solid;
    border-right: 0.35rem solid;
    border-bottom: none;
    border-style: solid;
    border-image-source: radial-gradient(
      ellipse at var(--gradX) var(--gradY),
      #E05726,
      #e0582685 60%
    );
    border-image-slice: 30;
    animation: borderSlideRight 6s linear infinite forwards;
  } */
  
  :root {
    --gradX: 0%;
    --gradY: 0%;
  }
  @keyframes borderSlideRight {
    0% {
      --gradX: 0%;
      --gradY: 0%;
    }
    100% {
      --gradX: 100%;
      --gradY: 0%;
    }
  } 




  /* animation for grid section  */
  .card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
  }

  .gcard {
    position: relative;
    width: 300px;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  }

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

  .static-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;

    background-image: linear-gradient(180deg , transparent, rgba(0, 0, 0, 1));
    color: #fff;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .static-bottom h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
  }

  a:hover {
    color: #E05726 !important;
}

  .static-bottom a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgb(0 0 0 / 77%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(100%);
    transition: transform 0.5s ease;
  }

  .overlay h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
  }

  .overlay p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .overlay a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
  }

  .gcard:hover .overlay {
    transform: translateY(0);
  }

  .gcard:hover .static-bottom {
    display: none;
  }

  /* .static-bottom {
    background: #fff !important;
    color: #000 !important;
} */

.static-bottom a {
    font-size: 14px;
    color: #e05726 !important;
    text-decoration: underline;
    font-weight: bold;
}


.elementor-element.elementor-element-47936b0.elementor-widget__width-initial.profitably-produce.elementor-widget.elementor-widget-text-editor, .profitably-produce p  {
    max-width: 60%;
    margin: 0 auto;
    font-size: 16px !important;
}

.reach-out-connect.elementor-5209 .elementor-element.elementor-element-c865382.elementor-view-framed .elementor-icon, .elementor-5209 .elementor-element.elementor-element-c865382.elementor-view-default .elementor-icon svg {
  fill: #E05726 !important;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #E05726;
  font-family: "Outfit", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin: 0px 0px 0px 0px;
  color: #FFFFFF !important;
}

.contact-form .wdt-cus-request-form p input, .wdt-cus-request-form p textarea {
  background: #fff;
  border: solid 1px;
  border-color: #a7a7a7;
  padding: 20px 10px;
}

.contact-form .wdt-cus-request-form p input[type="submit"] {
  background: #e05726;
  color: #fff;
  padding: 20px 46px;
  font-size: 24px !important;
}
@media (max-width: 1540px) {

  .contact-form .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}
.contact-form .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}

}
#header .overlay {

  background: rgb(0 0 0 / 0%);}

@media (max-width: 767px) {
  .wdt-content-item {
    padding: 10px !important;
}
.page-id-5209 .wdt-accordion-toggle-title, .page-id-5209 .wdt-accordion-toggle-icon {
  color: #fff !important;
}
}


/* FEature image section */
.main-title-section-container {
  position: relative;
  /* background-image: url(/wp-content/uploads/2025/04/Mixed-polyolefin-flake-sorting-with-INNOSORT-FLAKE_lowres-1200px-1.jpg) !important; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  max-width: 100% !important;
  background-position: center !important;
  z-index: 1;
  overflow: hidden;
}

.main-title-section-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* adjust opacity here */
  z-index: 2;
}

/* Ensure content inside appears above the overlay */
.main-title-section-container > * {
  position: relative;
  z-index: 3;
}
.page-id-19063 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/Mixed-polyolefin-flake-sorting-with-INNOSORT-FLAKE_lowres-1200px-1.jpg) !important;
}
.page-id-19196 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/manual-sorting-municipal-1.jpg) !important;
  background-position: top !important;
}
.page-id-19344 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/PET-Bottle-Recycling-System-1.jpg) !important;
}
.page-id-19449 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/Oversize-1-1.png) !important;
}
.page-id-22569 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/1-Mix-Flexible-Plastics-scaled.jpg) !important;
  background-position: bottom !important;
}
.page-id-19560 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/Banner-suka.jpg) !important;
}
.page-id-20872 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/Banner-sanjivni-1.jpg) !important;
}
.page-id-6290 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/SL-112119-25250-32-scaled.jpg) !important;
}
.postid-22776 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/SL-112119-25250-32-scaled.jpg) !important;
}
.postid-22755 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/SL-112119-25250-32-scaled.jpg) !important;
}
.postid-7944 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/SL-112119-25250-32-scaled.jpg) !important;
}
.page-id-5209 .main-title-section-container{

  background-image: url(/wp-content/uploads/2025/04/business-partners-handshake-global-corporate-with-technology-concept-1-scaled-e1745242789182.jpg) !important;
}

.wdt-button-holder {

    margin-top: 15px !important;
}

img.attachment-large.size-large.wp-post-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
img.attachment-full.size-full.wp-image-15257 {
        display: block !important;
    }

