.tp-header-logo img,
.tp-footer-logo img,
.tp-header-logo-2 img
{
    max-width: 100%;
    height: auto;
    max-height: 100px !important;
}

.tp-header-logo-2 img, .offcanvas__logo img {
    /*mix-blend-mode: difference !important;*/
    /*filter: drop-shadow(0px 1px 2px black);*/
    max-height: 100px !important;
    max-width: 95% !important;
}

.tp-footer-col-2{
    padding-left: 0!important;
}


.tp-btn-2 {
  display: inline-block;
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 16px;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  padding: 16px 44px;
  border-radius: 45px;
  transition: all 0.4s ease-in;
  background-size: 200% auto;
  overflow: hidden;
}
.tp-btn-2 i {
  transform: translateY(1px);
  margin-left: 6px;
}
.tp-btn-2:hover {
  color: var(--tp-common-white);
  background-position: right center;
}



/******************************************************************************************/


.tp-process-item-icon img,
.tp-about-thumb-wrapper .shape-4,
.shape-1,
.shape-2,
.shape-3,
.tp-hero-bg,
.breadcrumb__bg
{
    filter: hue-rotate(35deg) saturate(0.5) contrast(1.6);
}

.tp-footer-area,
.breadcrumb__area {
    background: var(--tp-gradient-primary);
}

.tp-footer-widget-contact, .tp-footer-border{
    border-color: rgb(255 255 255 / 40%);
}


/***********************************************************************************************/

:root {
  --transition-duration: 0.3s;
  --box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.single-services-box {
  margin-bottom: 30px;
}

.gallery-v2 .image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: transform var(--transition-duration) ease, box-shadow var(--transition-duration) ease;
}

.gallery-v2 .image-box:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.gallery-v2 .image-box img {
  max-width: 100%;
  border-radius: 10px;
  transition: transform var(--transition-duration) ease;
}

.gallery-v2 .image-box:hover img {
  transform: scale(1.1);
}

.gallery-v2 .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity var(--transition-duration) ease;
  z-index: 1;
}

.gallery-v2 .image-box:hover::before {
  opacity: 1;
}

.gallery-v2 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity var(--transition-duration) ease, transform var(--transition-duration) ease;
  z-index: 2;
}

.gallery-v2 .caption h3{
    color: #fff;
}

.gallery-v2 .image-box:hover .caption {
  opacity: 1;
  transform: translateY(0);
}


/********************************************************************************************************/
.tp-blog-item-thumb img{
    object-fit: cover;
    aspect-ratio: 6/4;
    
}

.tp-service-item-thumb img{
    object-fit: cover;
    aspect-ratio: 6/3;
    
}

.tp-service-item-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/********************************************************************************************************/

.tp-footer-widget-content ul li::after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    top: 0;
    left: -15px;
    height: 2px;
    color: #fff;
}

.tp-main-menu ul li a {
    padding: 22px 10px;;
}


.tp-header-contact-content img{
    max-height:40px;
}

.tp-header-top{
    background: var(--tp-gradient-primary);
}
.tp-header-top-info a span{
    background: white;
    background-clip: text;
}


.tp-header-top-info a,
.tp-header-top-right .header-social a{
    color: white;
}

.tp-hero-title,
.tp-hero-subtitle,
.tp-hero-title-wrapper p{
    color: black !important;
}


.tp-header-main-menu{
    box-shadow: 0 0 10px #ccc;
}

.tp-btn{
    
    box-shadow: 0 4px 8px #444;
}

.tp-btn,
.tp-btn-2,
.tp-hero-nav button,
.tp-hero-nav button::before,
.tp-hero-nav button::after,
.tp-testimonial-nav button,
.tp-testimonial-nav button::before,
.tp-testimonial-nav button::after{
    border-radius: 5px;
}