.why-choose-us-5__wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}
@media (max-width: 991px) {
  .why-choose-us-5__wrap {
    grid-template-columns: 1fr;
  }
}
.service-section-5,
.service-section-5.rr-bg-primary,
.service-section-5 .service-section-5__wrapper {
  background-color: #06070c !important;
}
.service-section-5 .service-section-5__subtitle {
  color: #a79de8;
  border-top-color: #a79de8;
}
.service-section-5 .accordion-button {
  color: #f2f2f5;
  border-bottom-color: rgba(255,255,255,0.08);
}
.service-section-5 .accordion-button span {
  color: #b8aaee;
}
.service-section-5 .accordion-button::after,
.service-section-5 .accordion-button:not(.collapsed),
.service-section-5 .accordion-button:not(.collapsed) span,
.service-section-5 .accordion-number {
  color: #b8aaee;
}
.service-section-5 .accordion-body,
.service-section-5 .accordion-list li {
  color: #8f9098;
}
.portfolio-section-5__area.rr-bg-primary,
.award-section-5.rr-bg-primary {
  background-color: #06070c !important;
}
.portfolio-section-5__subtitle {
  color: #a79de8;
}
.video-section__wrapper {
  padding-top: 100px !important;
  border-radius: 20px;
}
.video-section__content .title {
  color: #ffffff;
}
.video-section__content .rr-btn-border {
  background: #ffffff;
}
.video-section__content .rr-btn-border .text {
  color: #101010;
}
.video-section__content .rr-btn-border .icon {
  background-color: #433b96;
}
.video-section__card {
  background: #d9d9d9;
  padding: 51px 60px 18px 60px;
  border-radius: 20px 20px 0 0;
}
.video-section__card .title {
  margin-top: 0;
  margin-bottom: 40px;
  color: #101010;
}
.video-section__list ul li {
  color: #101010;
}
@media (max-width: 575px) {
  .video-section__card {
    padding: 30px 18px 12px 18px;
  }
}
.project-section .project-section__content .sub-title,
.project-section .project-section__content .title {
  color: #101010 !important;
}
.project-section .project-section__content .title a {
  color: inherit;
  text-decoration: none;
}
.project-section .project-section__content .title a:hover {
  color: inherit;
}
.project-section .project-section__content .sub-title::before,
.project-section .project-section__content .sub-title::after {
  background: #101010 !important;
}
.project-section .project-section__content .decs {
  color: #555555 !important;
}
.project-section .project-section__card .icon .project-btn,
.project-section .project-section__content .date {
  background: #101010 !important;
}
.brand__area {
  background: #d9dcdf !important;
}
.brand__area .section-heading .title {
  color: #101010 !important;
  text-decoration: none !important;
  text-align: center;
  font-size: clamp(32px, 4.2vw, 64px);
  line-height: 1.15;
  max-width: 1280px;
  margin: 0 auto 34px;
}
.brand__item-wrapper {
  padding-bottom: 0 !important;
}
.brand__item-box .brand-slide__active .swiper-wrapper {
  display: flex;
  align-items: center;
}
.brand__item {
  min-height: 200px;
  border-radius: 12px;
  background: #f5f5f5;
}
.brand__item img {
  max-width: 65%;
  margin: 0 auto;
}
.project-section.rr-bg-gray {
  background: #d9dcdf !important;
}
.service-section-5__wrapper .accordion-item {
  grid-template-columns: minmax(110px, 180px) minmax(0, 1fr) !important;
  gap: clamp(28px, 5vw, 90px) !important;
  margin-bottom: 0 !important;
  padding: 34px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.service-section-5__wrapper .accordion-content {
  width: 100% !important;
}
.service-section-5__wrapper .accordion-number {
  font-size: clamp(76px, 10vw, 165px) !important;
  line-height: 0.9 !important;
  color: rgba(184,170,238,0.34) !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
.service-section-5__wrapper .accordion-button {
  padding-bottom: 20px !important;
  font-size: clamp(28px, 3.2vw, 46px) !important;
  line-height: 1.15 !important;
}
.service-section-5__wrapper .accordion-button span {
  font-size: inherit !important;
  line-height: inherit !important;
}
.service-section-5__wrapper .accordion-button:not(.collapsed) {
  padding-bottom: 10px !important;
}
.service-section-5__wrapper .accordion-collapse.show {
  border-bottom-color: rgba(184,170,238,0.5) !important;
}
.service-section-5__wrapper .accordion-body {
  max-width: 720px !important;
  padding: 16px 0 18px !important;
  color: #d7d2ef !important;
}
.service-section-5__wrapper .accordion-list {
  margin-bottom: 0 !important;
  align-items: flex-start !important;
}
.service-section-5__wrapper .accordion-list li {
  color: #f5f2ff !important;
  background: rgba(255,255,255,0.04);
}
.service-section-5__wrapper .accordion-list li a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.service-section-5__wrapper .accordion-list li:hover {
  background: #b8aaee !important;
  color: #101010 !important;
  border-color: #b8aaee;
}
.authorized-certificates {
  background: #f3f5fb;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.authorized-certificates__wrap {
  display: grid;
  gap: 34px;
}
.authorized-certificates__eyebrow {
  color: #433b96;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
}
.authorized-certificates__title {
  color: #101010;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.06;
  margin-bottom: 18px;
  font-family: var(--font_instr);
  text-align: center;
}
.authorized-certificates__desc {
  color: #56586a;
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.authorized-certificates__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.authorized-certificate-card {
  background: #ffffff;
  border: 1px solid rgba(67,59,150,0.14);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 45px rgba(28, 30, 54, 0.08);
}
.authorized-certificate-card__preview {
  background: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid rgba(16,16,16,0.08);
  display: block;
  position: relative;
  height: auto;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s ease;
}
.authorized-certificate-card__preview:hover {
  background: #f1efff;
}
.authorized-certificate-card__preview:hover::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  color: #433b96;
  opacity: 0.80;
}
.authorized-certificate-card__preview img {
  width: 100%;
  height: auto;
  display: block;
}
.authorized-certificate-card__body {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.authorized-certificate-card__title {
  color: #101010;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  margin-bottom: 14px;
  font-family: var(--font_instr);
}
.authorized-certificate-card__text {
  color: #5b5d6f;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}
.technology-partners {
  background: #3b338c;
  padding: 0 0 90px;
}
.technology-partners__panel {
  display: block;
  border-top: 1px solid rgba(255,255,255,0.16);
  padding-top: 42px;
  text-align: center;
}
.technology-partners__content {
  max-width: 960px;
  margin: 0 auto;
}
.technology-partners__eyebrow {
  color: #ef8e34;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.technology-partners__title {
  color: #fff;
  font-size: clamp(32px, 4.2vw, 62px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 18px;
  font-family: var(--font_instr);
}
.technology-partners__desc {
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto;
}
.technology-partners__logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.technology-partners__card {
  min-height: 188px;
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.technology-partners__card::before {
  content: none;
}
.technology-partners__card::after {
  content: none;
}
.technology-partners__brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 86px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}
.technology-partners__logo {
  display: block;
  width: auto;
  max-width: 300px;
  max-height: 150px;
  object-fit: contain;
}
.technology-partners__logo--dell {
  max-width: 260px;
  max-height: 170px;
}
.technology-partners__logo--lenovo {
  max-width: 310px;
  max-height: 150px;
}
.technology-partners__card.featured {
  background: #101010;
  border-color: #101010;
  color: #fff;
}
.client-logo-dell {
  width: 112px;
  height: 112px;
  border: 3px solid #0085c7;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #0085c7;
  font-family: Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 50% 48%, #ffffff 0 58%, #f1f8fc 59% 100%);
  box-shadow: inset 0 0 0 6px #ffffff;
}
.client-logo-lenovo {
  background: #e2231a;
  color: #fff;
  font-size: 37px;
  font-weight: 800;
  line-height: 1;
  padding: 20px 34px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  box-shadow: 0 10px 24px rgba(226,35,26,0.18);
}
.technology-logo-grid {
  background: #3b338c;
  padding: 0 0 96px;
  overflow: hidden;
}
.technology-logo-grid__wrap {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1400px) {
  .technology-logo-grid__wrap {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .technology-logo-grid__wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .technology-logo-grid__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .technology-logo-grid__card {
    min-height: 80px;
    padding: 6px;
  }
  .technology-logo-grid__card img {
    max-width: 92%;
    max-height: 65px;
  }
}
.technology-logo-grid__card {
  min-height: 110px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid rgba(255,255,255,0.74);
}
.technology-logo-grid__card img {
  display: block;
  width: auto;
  max-width: 96%;
  max-height: 102px;
  object-fit: contain;
}
.nectar-form-section {
  background: #d9dcdf;
  padding: 110px 0;
}
.nectar-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: stretch;
}
.nectar-panel {
  background: #101010;
  color: #fff;
  border-radius: 8px;
  padding: 46px;
  min-height: 100%;
}
.nectar-panel.light {
  background: #f5f5f5;
  color: #101010;
}
.nectar-panel .eyebrow {
  color: #433b96;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.nectar-panel.dark .eyebrow {
  color: #fff;
}
.nectar-panel h3 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.05;
  margin-bottom: 20px;
}
.nectar-panel p {
  color: inherit;
  opacity: 0.78;
  font-size: 17px;
  line-height: 1.7;
}
.nectar-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.nectar-form input,
.nectar-form select,
.nectar-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(16,16,16,0.12);
  border-radius: 8px;
  background: #fff;
  color: #101010;
  padding: 0 18px;
  font-size: 15px;
  outline: none;
}
.nectar-form textarea {
  min-height: 126px;
  padding-top: 16px;
  resize: vertical;
}
.nectar-form .full {
  grid-column: 1 / -1;
}
.nectar-form .hidden-field {
  display: none;
}
.nectar-submit {
  border: 0;
  border-radius: 8px;
  min-height: 58px;
  background: #433b96;
  color: #fff;
  font-weight: 700;
  padding: 0 24px;
}
.nectar-form-message {
  margin-bottom: 22px;
  border-radius: 8px;
  padding: 14px 18px;
  font-weight: 600;
}
.nectar-form-message.success {
  background: rgba(46,204,113,0.12);
  color: #167a3c;
}
.nectar-form-message.error {
  background: rgba(226,35,26,0.10);
  color: #a61b14;
}
.contact-direct-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.contact-direct-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101010;
  font-family: var(--font_instr);
  font-weight: 500;
  text-decoration: none;
}
.contact-direct-list i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #433b96;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .nectar-form-grid {
    grid-template-columns: 1fr;
  }
  .authorized-certificates__grid,
  .authorized-certificate-card {
    grid-template-columns: 1fr;
  }
  .authorized-certificate-card__preview {
    border-left: 0;
    border-top: 1px solid rgba(16,16,16,0.08);
  }

}
@media (max-width: 575px) {
  .authorized-certificates {
    padding-bottom: 64px;
  }
  .authorized-certificates__grid {
    grid-template-columns: 1fr;
  }
  .authorized-certificate-card {
    min-height: 360px;
  }
  .authorized-certificate-card__body {
    padding: 28px 22px;
  }
  .authorized-certificate-card__preview {
    min-height: 0;
  }
  .authorized-certificate-card__preview img {
    height: auto;
    min-height: 0;
  }
  .technology-partners {
    padding-bottom: 64px;
  }
  .technology-partners__logos {
    grid-template-columns: 1fr;
  }
  .technology-partners__card {
    min-height: 150px;
  }
  .technology-partners__brand {
    min-width: 156px;
    min-height: 76px;
  }
  .client-logo-dell {
    width: 92px;
    height: 92px;
    font-size: 25px;
  }
  .client-logo-lenovo {
    font-size: 30px;
    padding: 16px 26px;
  }
  .technology-logo-carousel {
    padding-bottom: 70px;
  }
  .technology-logo-carousel__card {
    min-height: 80px;
    padding: 12px;
  }
  .technology-logo-carousel__card img {
    max-width: 110px;
    max-height: 40px;
  }
  .nectar-form {
    grid-template-columns: 1fr;
  }
  .nectar-panel {
    padding: 30px 20px;
  }
}
.hero-section-5__btn .btn-black {
  background: #000 !important;
  color: #fff !important;
  border-radius: 999px !important;
  min-width: 352px;
  min-height: 82px;
  padding: 0 54px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: var(--font_instr);
  text-transform: none;
}
.hero-section-5__btn .btn-black:hover {
  background: #000 !important;
  color: #fff !important;
}
.hero-section-5__title,
.hero-section-5__title strong {
  font-family: var(--font_instr) !important;
  font-weight: 500 !important;
}
.hero-section-5__title strong {
  color: #ffffff !important;
}
.hero-section-5__it-arrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.hero-section-5__arrow {
  display: inline-flex;
  width: 96px;
  height: 54px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}
.hero-section-5__arrow i {
  display: block;
  transform: translateX(2px);
}
.hero-section-5__rating {
  display: block;
  max-width: 720px;
}
.hero-section-5__author {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  max-width: 720px;
  padding-left: 0;
  border-left: 0;
}
.hero-section-5__author .author-thumb {
  display: none !important;
}
.hero-section-5__author .author-content,
.hero-section-5__author .desc {
  max-width: 560px;
}
.header-area {
  background: #3b338c !important;
  box-shadow: none !important;
}
.hero-section-5,
.hero-section-5__wrapper {
  background: #3b338c !important;
}
.hero-section-5__wrapper {
  padding-top: 300px !important;
  padding-bottom: 900px !important;
}
.hero-section-5__subtitle {
  text-decoration: underline !important;
  border: 0 !important;
  color: #ffffff !important;
}
.hero-section-5__title {
  max-width: 980px;
  font-size: clamp(43px, 3.55vw, 66px) !important;
  line-height: 1.12 !important;
  margin-bottom: 30px !important;
}
.hero-title-line {
  display: block;
}
.hero-section-5__thumb .circle-shape {
  width: clamp(180px, 17vw, 324px) !important;
  max-width: 324px !important;
  height: auto !important;
  margin-bottom: 116px !important;
  object-fit: contain;
}
.hero-section-5__thumb a {
  color: #ef8e34 !important;
}
@media (min-width: 1400px) {
  .hero-title-line--first {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .hero-section-5__wrapper {
    padding-top: 90px !important;
  }
  .hero-section-5__wrapper::after {
    content: none;
  }
  .hero-section-5__wrap {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .hero-section-5__content {
    max-width: 920px;
  }
  .hero-section-5__thumb {
    min-height: auto;
    justify-content: flex-start;
  }
  .hero-section-5__thumb .circle-shape,
  .hero-section-5__thumb .zoom-pin {
    display: none !important;
  }
  .hero-section-5__thumb .zoom-thumb {
    width: 100% !important;
    max-width: 720px !important;
    height: 340px !important;
  }
}
.award-section-5__title {
  max-width: 820px;
  padding: 0 24px;
}
.award-section-5__item {
  color: inherit;
  text-decoration: none;
}
.award-section-5__item:hover {
  color: inherit;
}
.award-section-5__item:hover .award-section-5__title {
  color: #b8aaee;
}
@media (max-width: 767px) {
  .hero-section-5__btn .btn-black {
    min-width: 260px;
    min-height: 64px;
    padding: 0 30px !important;
    font-size: 15px;
  }
  .hero-section-5__author {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .hero-section-5__thumb .circle-shape {
    width: 140px !important;
    margin-bottom: 32px !important;
  }
}
/* Mobile hero compact layout */
@media (max-width: 767px) {
  html {
    scroll-padding-top: 76px;
  }
  #service {
    scroll-margin-top: 76px;
  }
  .hero-section-5,
  .hero-section-5__wrapper {
    min-height: auto !important;
    background: #3b338c !important;
  }
  .hero-section-5__wrapper {
    padding: 92px 0 46px !important;
  }
  .hero-section-5__wrap {
    display: block !important;
  }
  .hero-section-5__content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 28px !important;
  }
  .hero-section-5__subtitle {
    display: block !important;
    margin-bottom: 18px !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    color: #ffffff !important;
  }
  .hero-section-5__title {
    margin-bottom: 26px !important;
    font-size: 42px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }
  .hero-title-line--first {
    white-space: normal;
  }
  .hero-section-5__title img {
    width: 76px !important;
    max-width: 76px !important;
    height: auto !important;
    vertical-align: middle;
  }
  .hero-section-5__arrow {
    width: 72px;
    height: 42px;
    font-size: 25px;
  }
  .hero-section-5__btn {
    margin-bottom: 34px !important;
  }
  .hero-section-5__btn .btn-black {
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    min-height: 64px !important;
    padding: 0 26px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
  .hero-section-5__rating,
  .hero-section-5__author,
  .hero-section-5__author .author-content,
  .hero-section-5__author .desc {
    max-width: none !important;
  }
  .hero-section-5__author .name {
    margin-bottom: 6px !important;
    color: #ffb22e !important;
    font-size: 20px !important;
  }
  .hero-section-5__author .desg {
    margin-bottom: 22px !important;
    color: #d7cffc !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }
  .hero-section-5__author .desc {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
  .hero-section-5__thumb {
    position: static !important;
    width: auto !important;
    margin: 34px 28px 0 !important;
    padding: 0 !important;
  }
  .hero-section-5__thumb .circle-shape,
  .hero-section-5__thumb .zoom-pin {
    display: none !important;
  }
  .hero-section-5__thumb .zoom-thumb {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 42px rgba(0,0,0,0.22) !important;
  }
}
@media (max-width: 420px) {
  .hero-section-5__wrapper {
    padding-top: 86px !important;
  }
  .hero-section-5__content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .hero-section-5__title {
    font-size: 37px !important;
  }
  .hero-section-5__arrow {
    width: 62px;
    height: 38px;
    font-size: 22px;
  }
  .hero-section-5__thumb {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .hero-section-5__thumb .zoom-thumb {
    height: 260px !important;
  }
}
/* Mobile about copy size fix */
@media (max-width: 767px) {
  .about-us-5__area {
    padding-top: 72px !important;
  }
  .about-us-5__wrapper {
    padding: 0 22px !important;
  }
  .about-us-5__title {
    margin-bottom: 22px !important;
    font-size: 42px !important;
    line-height: 1 !important;
  }
  .about-us-5__subtitle,
  .about-us-5__subtitle strong {
    font-size: 24px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }
  .about-us-5__subtitle {
    max-width: 100% !important;
    padding-bottom: 48px !important;
    margin: 0 !important;
  }
}
@media (max-width: 420px) {
  .about-us-5__subtitle,
  .about-us-5__subtitle strong {
    font-size: 21px !important;
    line-height: 1.5 !important;
  }
}

/* Mobile Accordion Spacing & Layout Fixes */
@media (max-width: 767px) {
  .service-section-5__wrapper .accordion-item {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 22px 0 !important;
  }
  .service-section-5__wrapper .accordion-number {
    font-size: clamp(38px, 9vw, 54px) !important;
    line-height: 1.0 !important;
  }
  .service-section-5__wrapper .accordion-button {
    font-size: clamp(18px, 4.8vw, 24px) !important;
    padding-bottom: 8px !important;
    line-height: 1.25 !important;
  }
  .service-section-5__wrapper .accordion-body {
    padding: 10px 0 12px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* Mobile Footer Email & Info Layout Fixes */
@media (max-width: 767px) {
  .footer-widget-5-info {
    padding: 35px 20px 10px 20px !important;
  }
  .footer-widget-5-info a {
    font-size: clamp(18px, 5vw, 24px) !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .footer-widget-5-info a[href^="mailto:"] {
    font-size: clamp(14px, 4.5vw, 20px) !important;
  }
}
@media (max-width: 420px) {
  .footer-widget-5-info a[href^="mailto:"] {
    font-size: clamp(13px, 4vw, 16px) !important;
  }
}

