.nr-faq-question-heading{margin:0;font:inherit}
.nr-faq-toggle{cursor:pointer;position:relative;display:flex;width:100%;padding:16px 65px 16px 20px;justify-content:space-between;align-items:center;border:0;border-top:1px solid #ed8300;border-radius:0;background:transparent;color:#000;font:400 22px/1.426 'Inter',sans-serif;text-align:left}
.nr-faq-section .faq-item.active .nr-faq-toggle{background:#292728;color:#fff}
.nr-faq-toggle .icon{position:absolute;right:0;top:0;display:flex;width:50px;height:100%;align-items:center;justify-content:center;font-size:30px}
.nr-faq-section .faq-item.active .icon{background:#ed8300;transform:rotate(180deg)}
.nr-faq-toggle:focus-visible{outline:3px solid #ed8300;outline-offset:3px}
.nr-faq-section .faq-answer[hidden]{display:none}
.nr-faq-section .faq-answer p:last-child{margin-bottom:0}
.single-services .approach-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;margin-bottom:60px}
.single-services .approach-grid .img-box,.single-services .approach-grid .content-box{width:100%;min-width:0}
.single-services .approach-grid:nth-child(even) .img-box{grid-column:2;grid-row:1}
.single-services .approach-grid:nth-child(even) .content-box{grid-column:1;grid-row:1}
.single-services .approach-grid .img-box img{height:auto;max-width:100%;border-radius:4px}
.nr-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;padding:60px 0}
.nr-blog-card{border:1px solid #eee;background:#fff;padding:24px}
.nr-blog-card img{width:100%;height:auto;margin-bottom:20px}
.nr-blog-card h2{font-size:25px;line-height:1.3}
.nr-empty-blog{padding:60px 0}
.nr-sitemap{padding:60px 0}
@media(max-width:767px){.single-services .approach-grid{grid-template-columns:1fr;gap:24px;margin-bottom:40px}.single-services .approach-grid:nth-child(even) .img-box,.single-services .approach-grid:nth-child(even) .content-box{grid-column:auto;grid-row:auto}.nr-faq-toggle{font-size:18px;padding:16px 55px 16px 16px}.nr-blog-grid{grid-template-columns:1fr}}

/* Keep the icon panel stationary; rotate only the chevron. */
.nr-faq-section .nr-faq-toggle .icon{transform:none}
.nr-faq-section .nr-faq-toggle .icon i{display:block;line-height:1;transform:rotate(180deg)}
.nr-faq-section .faq-item.active .nr-faq-toggle .icon i{transform:rotate(0deg)}
