/*
Theme Name: New Breed Investment Group SRL
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
a {
	    word-break: break-all;
}
}

.mycustomloop .titlle h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tEAM-iMAGE .profile-card img {
    height: 300px !important;
    object-fit: cover !important;
}

@keyframes rotateMeta {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.top-logoimage img{
	transform-style: preserve-3d;
  /* Animate rotation */
  animation: rotateMeta 10s infinite linear;
}
.ekit-sidebar-widget a.ekit_close-side-widget {
    border: 0;
}

.ekit-sidebar-widget svg {
    margin: 0 !important;
}




.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
.custom-gallery-grid .gallery-item img,
.custom-gallery-grid .gallery-item video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
