/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.full-container-left {
  width: 100%;
  max-width: calc(100% - (100% - 1425px)/2);
  margin-left: 0;   
  margin-right: auto;
  box-sizing: border-box;
}

.full-container-right {
  width: 100%;
  max-width: calc(100% - (100% - 1425px)/2);
  margin-right: 0;  
  margin-left: auto;
  box-sizing: border-box;
}


/* Parent masonry wrapper */
.testimonials-masonry {
  column-count: 3;
  column-gap: 32px;
  display: block;
}

/* Each child testimonial card */
.testimonials-masonry > .e-child {
  break-inside: avoid;
  margin-bottom: 32px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.category-block h5 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}
.category-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 50px;
}
.category-block > div {
    display: flex;
    align-items: center;
    gap: 60px;
}
.category-block ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'SF Mono';
    font-weight: 500;
	border-bottom: 1px solid transparent;
}
.category-block ul li a:hover,
.category-block ul li.current-cat a {
    color: #B79B66;
	border-color: #B79B66;
}

@media (max-width: 1440px) {
 	.full-container-left {
	  max-width: calc(100% - (100% - 1185px)/2);
	}
	.full-container-right {
	  max-width: calc(100% - (100% - 1185px)/2);
	}
}

/* Responsive: 2 columns on medium, 1 on mobile */
@media (max-width: 1024px) {
  .testimonials-masonry {
    column-count: 2;
  }
}

@media (max-width: 767px) {
	
	.testimonials-masonry {
		column-count: 1;
	}
   .category-block > div, .category-block ul {
        display: block;
        text-align: center;
    }
   .category-block h5 {
	 margin-bottom: 10px;
	   text-align: center;
   }
	.category-block ul li {
        margin: 15px 0;
    }
	.category-block ul li a {
		 font-size: 16px;
	}
	.about-section .toggle-btn {
        display: block;
        margin-top: 10px;
    }
	a.toggle-button {
		display: block;
	}
}

