/* 

.tt24-filterable-gallery {
    width: 100%;
}




.tt24-gallery-filter-tabs {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 10px;

    width: 100%;
}


.tt24-gallery-filter {
    appearance: none;

    -webkit-appearance: none;

    border: 0;

    outline: 0;

    cursor: pointer;

    padding: 10px 20px;

    background: transparent;

    color: #222;

    font-size: 15px;

    line-height: 1.4;

    text-decoration: none;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}


.tt24-gallery-filter:hover {
    transform: translateY(-2px);
}


.tt24-gallery-filter.active {
    background-color: #222;

    color: #fff;
}


   
.tt24-gallery-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}



.tt24-gallery-item {
    position: relative;

    width: 100%;

    overflow: hidden;

    opacity: 1;

    transform: scale(1);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}



.tt24-gallery-item.is-hidden {
    display: none;
}


.tt24-gallery-item img {
    display: block;

    width: 100%;

    height: 300px;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}



.tt24-gallery-item a {
    display: block;

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

    text-decoration: none;
}



.tt24-gallery-title {
    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    padding: 15px;

    color: #fff;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0)
        );

    font-size: 16px;

    font-weight: 600;

    pointer-events: none;
}


.tt24-gallery-item:hover img {
    transform: scale(1.05);
}



@media (max-width: 1024px) {

    .tt24-gallery-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 767px) {

    .tt24-gallery-filter-tabs {

         display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }


    .tt24-gallery-filter-tabs::-webkit-scrollbar {
        display: none;
    }


    .tt24-gallery-filter {

                flex: 0 0 auto;
        white-space: nowrap;


        padding: 9px 16px;

        font-size: 14px;
    }


    .tt24-gallery-grid {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .tt24-gallery-item img {

        height: 250px;
    }

} */




.tt24-gallery-grid {
    display: flex;
    gap: 8px !important;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}
.tt24-gallery-item {
    transition: all .3s ease-in-out;
    overflow: hidden;
    width: calc(25% - 8px);
    height: 300px;
}
 .tt24-gallery-item img {
    width: 100%;
    height: 100% !important; 
    transition: all .3s ease-in-out;
}

.tt24-gallery-item.is-hidden {
    display: none !important;
}



button.tt24-gallery-filter {
    border: 0;
    padding: 14px 16px;
    background: #F9FAFB;
    color: #514B43;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

button.tt24-gallery-filter.active {
    background:  var(--e-global-color-primary);
    color: #fff;
}



/*****/


button.tt24-service-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    background: transparent;
    align-items: center;
    border: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(39, 34, 25, 1);
    height: 92px;
    outline: 0;
}

.tt24-service-h-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tt24-service-name ,
.tt24-service-description .wp-block-heading
{
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    flex-shrink: 0;
    width: 35%;
    font-family: var(--font-tktok);
    color: var(--e-global-color-secondary);
}
.tt24-service-description .wp-block-heading
{
	  width: 100%;
}
.tt24-service-header-image {
    width: 90px;
    height: 60px;
    display: block;
}

span.tt24-service-summary 
{
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px !important;
    display: block;
    font-size: 16px;
    font-family: var(--font-dm);
    color: var(--e-global-color-text);
}

span.tt24-service-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.tt24-service-toggle {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 100%;
    border: 1px solid rgba(39, 34, 25, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.acord-minus
{
    display: none;
}
.tt24-service-header[aria-expanded="true"] 
{
    border-color:transparent;
}
.tt24-service-header[aria-expanded="true"] .acord-minus
{
    display: block;
}

.tt24-service-header[aria-expanded="true"] .acord-plus,
.tt24-service-header[aria-expanded="true"] .tt24-service-summary,
.tt24-service-header[aria-expanded="true"] .tt24-service-header-image
{
    display: none;
}

.tt24-service-body {
    padding-bottom: 20px;
    border-bottom: 1px solid  var(--e-global-color-secondary);
}


.tt24-service-body-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.tt24-service-body-image {
    width: 35%;
    height: 300px;
    flex-shrink: 0;
}

.tt24-service-body-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.tt24-service-content {
    width: 100%;
}

.wp-block-heading {
    margin: 0;
    font-weight: 400 !important;
}



.tt24-service-description .wp-block-paragraph
{
    text-align: left;
     width: 100% !important;
    display: block;
    font-size: 16px;
    font-family: var(--font-dm);
    color: var(--e-global-color-text);
}

.tt24-service-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tt24-service-features ul li {
    display: flex;
    gap: 10px;
      font-size: 16px;
    font-family: var(--font-dm);
    color: var(--e-global-color-secondary);
}

.tt24-service-features li svg {
    margin-top: 2px;
    flex-shrink: 0;
}


span.tt24-button-txt {
    background-color: var(--e-global-color-primary);
    transition: var(--transition);
    padding: 0px 16px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    height: 44px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

a.tt24-service-button {
    display: flex;
}

span.tt24-button-arrow {
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    border: 1px solid #fff;
    background-color: var(--e-global-color-primary);
    transition: var(--transition);
}

span.tt24-button-arrow svg {
    width: 20px;
    fill: #fff;
}

.tt24-service-features {
    margin-bottom: 30px;
}   

@media(max-width:1199px)
{
  .tt24-service-features ul {
        grid-template-columns: repeat(2, 1fr);
    }
	 .tt24-service-body-image img {
   
    object-fit: cover;
}
}

@media(max-width:991px)
{
   .tt24-service-summary,
   .tt24-service-header-image
   {
        display: none !important;
   }
   .tt24-service-name {       
        width: 80%;
    }

    .tt24-service-name, .tt24-service-description .wp-block-heading {
      
        font-size: 20px;
    }
  
     .tt24-service-body-inner {
       
        flex-direction: column-reverse;
    }
    .tt24-service-body-image {
         height: 300px;
         width: 100%;
    }
    .tt24-gallery-item {
        transition: all .3s ease-in-out;
        overflow: hidden;
        width: calc(33% - 8px);
        height: 300px;
    }

}
@media(max-width:768px)
{
  
    .tt24-gallery-item {
        transition: all .3s ease-in-out;
        overflow: hidden;
        width: calc(50% - 8px);
        height: 180px;
    }
        
}

@media(max-width:575px)
{
   
    .tt24-service-features ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

