
.featured-imagebox img{
    height: 230px;
    object-fit: cover;
    width: 100%;
}



.ttm-row.blog-section {
    padding: 90px 0 60px !important;
}


.ttm-row.services2-section {
    padding: 70px 0 50px !important;
}

.ttm-row.portfolio-section {
    padding: 80px 0 90px !important;
}

.accordion button.btn{
        white-space: normal !important;
}
body{
    font-size: 16px !important;
}

.prt_floting_customsett{
    display: none !important;
}

body .site-main{
    padding-top: 30px !important;
}

.ttm-btn.ttm-btn-size-md{
      padding: 8px 15px 8px 15px !important;
}

.ttm-btn.ttm-btn-style-border.wp-btn{
    background: #00c56a;
    color: #fff;
    border-color: #000;
}

.accordion .card-header .btn{
    color: #000;
}

.ttm-btn i{
    position: relative !important;
    display: contents !important;
}

.header-btn a{
        background: #00c56a !important;
    color: #fff !important;
    font-size: 18px !important;
}
.float-actions{
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .fab-btn{
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,.25);
    overflow: visible;
    transform: translateZ(0);
  }

  .fab-btn .icon{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
  }

  .fab-btn.whatsapp .ring{
    border: 2px solid rgb(17 255 1 / 75%);
  }

  .fab-btn.call .ring{
    border: 2px solid #0d6efd;
  }


  /* Pulse ring */
  .fab-btn .ring{
    position: absolute;
    inset: -8px;              /* ring size */
    border-radius: 50%;
    /* border: 2px solid rgba(255,255,255,.75); */
    animation: pulse 1.6s ease-out infinite;
    z-index: 1;
    opacity: .7;
  }

  /* Flicker + bounce feel */
  .fab-btn{
    animation: flicker 2.8s infinite;
  }

  .fab-btn:hover{
    transform: scale(1.08);
  }

  .whatsapp{ background: #25D366; margin-bottom: 20px;}
  .call{ background: #0d6efd; } /* bootstrap primary */

  @keyframes pulse{
    0%   { transform: scale(.9); opacity: .75; }
    70%  { transform: scale(1.25); opacity: 0; }
    100% { transform: scale(1.25); opacity: 0; }
  }

  @keyframes flicker{
    0%, 100% { filter: brightness(1); }
    12%      { filter: brightness(1.12); transform: translateY(0); }
    18%      { filter: brightness(.95);  transform: translateY(-1px); }
    24%      { filter: brightness(1.15); transform: translateY(0); }
    30%      { filter: brightness(1); }
  }

  /* Mobile spacing */
  @media (max-width: 576px){
    .float-actions{ right: 14px; bottom: 14px; }
    .fab-btn{ width: 52px; height: 52px; }
  }

@media(min-width:998px){
    .dropdown .sub-menu{
        display: flex !important;
        flex-wrap: wrap;
        width: 550px !important;
    }

    .dropdown .sub-menu li{
       width: 48%;
       margin-right: 10px;
    }
}

@media(max-width: 997px){
        .tp-bgimg{
    background-position: left !important;
}


}

@media(max-width: 768px){


    .ttm-menu-toggle{
        float: right !important;
    }

    .site-branding{
        text-align: left !important;
        left: 10px !important;
    }

    .wp-mob-btn{
        display: block !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        background: green;
        text-align: center;
        font-size: 16px;
        color: #fff !important;
        border: none;
        padding: 10px;
    }
}