.port-inner {
    width: 100% !important;
    height: 257px !important;
    object-fit: cover !important;
}#nitropack-badge {
    display: none !important;
}



.blog-post-list.blog-style-1 .blog-col-inner .blog-link-img img {
    width: 100% !important;
    height: 257px !important;
    object-fit: cover !important;
    
}

.blog-post-list h3 {
    margin: 17px 17px 17px 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
    
    
    

.run>p>.has-spinner {
    color: #ffffff !important;
    background: #aa8346 !important;
    text-align: center !important;
    padding: 8px 50px 8px 50px !important;
}

.wpcf7-spinner{
    display:none !important;
}

@keyframes textShine {
  0% { color: #5d4b39; }
  50% { color: #b78c48; }
  100% { color: #5d4b39; }
}

.contact-style2 form input {
   
    border: 1px solid #a78045 !important;
}

.aweso {
    
    font-size: 27px;
       animation: textShine 5s ease-in-out infinite alternate;
    
    text-align: center;
    font-weight: bold;
}

.nt10 {
    text-align: center;
    font-size: 19px;
    margin-top: -24px;
    margin-bottom: 27px;
    color: white;
    width: 80%;
}





.imgbox-text {
    height: 127px !important;
}

.better-single-image-box.style-1 p {
   
    height: 161px !important;
}


 .box-cont {
    
    padding: 10px!important;
    
}

.search-icon-header {
    margin-left: 0px !important;
    
}
 

.exp-img .img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
    
}


.navigation li a {
    font-size: 14px !important;
    padding: 25px 16px;
    margin-right: 8px !important;
}

@media (max-width: 992px) {
    .logo1 {
           height: 56px !important;

    }
}


.menu-wrapper ul li ul {
    width: 239px !important;
 
}

.btn-nav-top a {
   
    font-size: 16px !important;
    
}

.better-clients.style-1 .img {
    max-width: 230px !important;
    
}

.ttl34-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      padding: 40px;
      background: #f9f9f9;
    }

    .ttl34-box {
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .ttl34-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .ttl34-title {
      font-size: 22px;
      margin-bottom: 10px;
      color: #333;
    }

    .ttl34-text {
      font-size: 15px;
      margin-bottom: 20px;
      color: #666;
    }

    .ttl34-btn {
      display: inline-block;
      padding: 12px 25px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 30px;
      border: none;
      cursor: pointer;
      background: #ff4b2b;
      color: #fff;
      text-decoration: none;
      transition: background 0.3s;
    }

    .ttl34-btn:hover {
      background: #ff2a00;
    }