/*Sub Menu Arrow Hidden Custom*/
.main-nav .fa{
	display:none;
}
/*Sub menu Customized
.submenu-with-border .sub-menu .menu-link{
	background-color: pink;
	color:white;
}*/
/*Remove underline for button*/
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}
/*Sub Menu Arrow Hidden*/
.ast-arrow-svg{
	display:none;
}

/*EVENT COLOR CHANGE*/
.orange{
	color:#ed5325;
}

/*Hide Arrow toggle*/
.dropdown-menu-toggle{
	display: none;
}
/*Remove Link Outline*/
.a:active, a:focus{
	outline:0;
	border: none;
	-moz-outline-style:none;
}

/*Team Hover Effects
.teambox1:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.teambox2:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.teambox3:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.teambox4:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.teambox5:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.teambox6:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.teambox7:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.teambox8:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
*/
/*Board Hover Effects
.boardbox1:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.boardbox2:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.boardbox3:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
.boardbox4:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}

.boardbox5:hover	{
transition: .5s ease all!important;
transform: scale(1.1);
}
*/
/*Image rounded*/
.roundimg{
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
}
#footerlink a{
    color:white;
}
#footerlink a:hover{
    color:white;
    text-decoration: underline;
}

/* ==================================================
   FULL TESTIMONIAL FIX – GRID LAYOUT + SPACING + HOVER
   ================================================== */
/* Force all testimonial cards to be visible */

.strong-view.testimonial-card .strong-content {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
}

.strong-view.testimonial-card .testimonial {
    flex: 1 1 calc(33.333% - 24px) !important;
    min-width: 200px !important;
    margin-right: 20px !important;
}

/* 1. Force the container to respect your global margins */
.strong-view.testimonial-card {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: clamp(24px, 5vw, 80px);
    padding-right: clamp(24px, 5vw, 80px);
}

/* 2. Grid layout – ensures 3 columns on desktop, 2 on tablet, 1 on mobile */
.strong-view.testimonial-card .strong-content {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

/* 3. Each testimonial card – uniform size and hover effect */
.strong-view.testimonial-card .testimonial {
    background: #F2EDE9;
    border-radius: 18px;
    padding: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-shadow: none;
}

/* Hover effect – now works on the whole card */
.strong-view.testimonial-card .testimonial:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

/* 4. Inner box fills the card */
.strong-view.testimonial-card .testimonial-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 5. Content area – flexible to push author down */
.strong-view.testimonial-card .testimonial-content {
    font-size: 0.92rem;
    color: #1A1A1A;
    line-height: 1.75;
    margin-bottom: 24px;
    padding-top: 24px;
    position: relative;
    flex-grow: 1;
}

/* 6. Decorative quote mark */
.strong-view.testimonial-card .testimonial-content::before {
    content: "\201C";
    font-family: 'Times New Roman', serif;
    font-size: 4rem;
    font-weight: bold;
    color: #E14429;
    opacity: 0.2;
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: none;
}

/* 7. Author area – flex row */
.strong-view.testimonial-card .testimonial-client {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

/* 8. Author name */
.strong-view.testimonial-card .testimonial-name {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 2px;
}

/* 9. Author title/company */
.strong-view.testimonial-card .testimonial-company {
    font-size: 0.75rem;
    color: #555;
    line-height: 1.4;
}

/* 10. Responsive – tablet & mobile */
@media (max-width: 1024px) {
    .strong-view.testimonial-card .strong-content {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .strong-view.testimonial-card .strong-content {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .strong-view.testimonial-card .testimonial {
        padding: 24px;
    }
}

.give-receipt-classic .dashboard-link-container { display: none; }