/* Company Section */
.companySliderMain .slick-track{ display: flex; align-items: center; }
.companySliderMain .slick-track .gb-block-image{display: flex;justify-content: center;}

/* Professional Tech Section */
.proTechSection .proTechContainer .proTechCardMain{justify-content: space-between;}
.proTechSection .proTechContainer .proTechCardMain .proTechCard{transition: .3s ease-in-out;}
.proTechSection .proTechContainer .proTechCardMain .proTechCard:hover{box-shadow: 0px 34px 64px rgba(0, 0, 0, 0.08);}
.proTechSection .proTechContainer .proTechCardMain .proTechCard .wp-block-image img{transition: .3s ease-in-out;}
.proTechSection .proTechContainer .proTechCardMain .proTechCard:hover .wp-block-image img{filter: brightness(0) saturate(100%) invert(28%) sepia(62%) saturate(1762%) hue-rotate(342deg) brightness(94%) contrast(93%);}

/* Testimonials Section */
.testimonialsSection .testimonialsContainer .quatIcon{position: absolute; left: 50px; width: 42px; height: 192px; background: #C33F28; top: -27px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 172px); display: flex ; justify-content: center; align-items: flex-end;}
.testimonialsSection .testimonialsContainer .quatIcon img{padding-bottom: 50px; filter: brightness(100);}

/* FAQ Section */
.faqSection .faqContainer .faqContain .faqContainAcc .faqContainAccItem .gb-button{border-top: 1px solid rgb(0 28 40 / 9%);}

/*** Responsive Screens ***/
@media screen and (max-width:1024px) {
    /* Testimonials Section */
    .testimonialsSection .testimonialsContainer .quatIcon{left: 40px;height: 172px;clip-path: polygon(0 0, 100% 0, 100% 100%, 0 152px);}
    
}

@media screen and (max-width:768px) {
    /* Testimonials Section */
    .testimonialsSection .testimonialsContainer .quatIcon { left: 20px; height: 152px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 132px); width: 40px; }
    
}