/* Service Tab Block*/
.banner05.col-sm-12 {
  background-color: #F4FAFE;
  padding-bottom: 3em;
}



#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  font-weight: 500;
  padding: 20px 40px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  align-items: center;
  display: inline-flex;
  z-index: 1;
  color: var(--title-color);
  text-transform: uppercase;
  font-family: var(--poppins);
  background: var(--white-color);
  border: 1px solid var(--grey-color-one);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  z-index: -1;
  transition: .8s;
  background-color: var(--primary-color);
}

#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn:hover,
#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn.active-btn {
  color: var(--white-color);
}

#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn:hover:before,
#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn.active-btn:before {
  width: 100%;
}

#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn i {
  font-size: 35px;
  margin-right: 30px;
  color: var(--primary-color);
  transition: .8s;
}

#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn:hover i,
#quicktabs-prmpu_service_portfolio .tab-buttons .tab-btn.active-btn i {
  color: var(--white-color);
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab {
  display: none;
  background-color: var(--white-color);
  /* transform: scale(0.7,0.7) translateY(0px); */
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-content .tab.active-tab {
  display: block;
  transform: scale(1) translateY(0px);
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-image {
  width: 50%;
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content {
  width: 50%;
  padding-right: 50px;
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content h3 {
  position: relative;
  margin-bottom: 20px;
  color: var(--title-color);
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  content: '';
  background-color: var(--primary-color);
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content p {
  color: var(--paragraph-color);
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content .bold-text {
  font-weight: 600;
  margin-bottom: 10px;
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content .link-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background-color: var(--title-color);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content .link-btn:hover {
  background-color: var(--primary-color);
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content .link-btn a {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  color: var(--white-color);
}

#quicktabs-prmpu_service_portfolio .tabs-content .tab-box .tab-content .link-btn:hover a {
  color: var(--white-color);
}

/* End Service Tab Block*/

/* ===============================
   HEADER STYLING (INDEPENDENT)
================================ */
#block-quicktabsprmpuserviceportfolio-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}

#block-quicktabsprmpuserviceportfolio-header .service-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  color: #f5a623;
  font-weight: 600;
  margin-bottom: 10px;
}

#block-quicktabsprmpuserviceportfolio-header .service-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

#block-quicktabsprmpuserviceportfolio-header .service-intro {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

/* ===============================
   QUICKTABS LAYOUT
================================ */
#block-quicktabsprmpuserviceportfolio .quicktabs-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* ===============================
   LEFT TABS (PROGRAM LIST)
================================ */
#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li {
  list-style: none;
  margin-bottom: 14px;
}

#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li a {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(90deg, #0079A8, #2fa57c);
  z-index: -1;
  transition: width 0.4s ease;
}

#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li:hover a,
#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li.active a {
  color: #fff;
  background-color: #0079A8;
}

#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li:hover a::before,
#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li.active a::before {
  width: 100%;
}

/* ===============================
   TAB CONTENT CARD
================================ */
#block-quicktabsprmpuserviceportfolio .tab-box {
  display: flex;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  animation: prmpuFadeUp 0.9s ease both;
}

/* IMAGE */
#block-quicktabsprmpuserviceportfolio .tab-image {
  width: 45%;
  overflow: hidden;
}

#block-quicktabsprmpuserviceportfolio .tab-image img {
  width: 100%;
  max-width: 25em;
  height: auto;
  max-height: 35em;
  object-fit: cover;
  padding-left: 1em;
  transition: transform 0.6s ease;
}

/* #block-quicktabsprmpuserviceportfolio .tab-box:hover img {
  transform: scale(1.08);
} */

/* CONTENT */
#block-quicktabsprmpuserviceportfolio .tab-content {
  width: 55%;
  padding: 40px 45px;
  position: relative;
}

#block-quicktabsprmpuserviceportfolio .tab-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.tab-content h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 41px;
  content: "";
  background-color: #FAB318;
}


#block-quicktabsprmpuserviceportfolio .tab-content .bold-text {
  font-weight: 600;
  margin-bottom: 12px;
  color: #757575;
}

#block-quicktabsprmpuserviceportfolio .tab-content .simple-text {
  color: #555;
  line-height: 1.7;
}

/* ARROW BUTTON */
#block-quicktabsprmpuserviceportfolio .link-btn {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 52px;
  height: 52px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.4s ease;
}

#block-quicktabsprmpuserviceportfolio .link-btn:hover {
  /* background: #2fa57c; */
  transform: translateY(-4px);
}

#block-quicktabsprmpuserviceportfolio .link-btn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* ===============================
   LOAD ANIMATION
================================ */
@keyframes prmpuFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  #block-quicktabsprmpuserviceportfolio .quicktabs-wrapper {
    grid-template-columns: 1fr;
  }

  #block-quicktabsprmpuserviceportfolio .tab-box {
    flex-direction: column;
  }

  #block-quicktabsprmpuserviceportfolio .tab-image,
  #block-quicktabsprmpuserviceportfolio .tab-content {
    width: 100% !important;
  }

  #block-quicktabsprmpuserviceportfolio .tab-content {
    padding: 30px;
  }

  #block-quicktabsprmpuserviceportfolio .tab-image a {
    display: flex;
  }

}

@media (max-width: 576px) {
  #block-quicktabsprmpuserviceportfolio-header .service-title {
    font-size: 28px;
  }

  #block-quicktabsprmpuserviceportfolio .tab-content h3 {
    font-size: 22px;
  }
}

/* =====================================================
   SECTION WIDTH & SPACING
===================================================== */
#block-quicktabsprmpuserviceportfolio {
  max-width: 85%;
  margin: 0 auto;
  padding: 3em 0;
}

/* =====================================================
   LEFT TAB ICON BASE
===================================================== */
#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li a {
  padding-left: 70px;
}

#block-quicktabsprmpuserviceportfolio .quicktabs-tabs li a::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* =====================================================
   ICON MAPPING (NORMAL STATE)
===================================================== */
#block-quicktabsprmpuserviceportfolio li.pcap a::after {
  background-image: url("/system/files/pcap-icon-normal.svg");
}

#block-quicktabsprmpuserviceportfolio li.pride-program a::after {
  background-image: url("/system/files/pride-program-normal.svg");
}

#block-quicktabsprmpuserviceportfolio li.smart-program a::after {
  background-image: url("/system/files/smart-prgram-normal.svg");
}

#block-quicktabsprmpuserviceportfolio li.jc-program- a::after,
#block-quicktabsprmpuserviceportfolio li.jc-program a::after {
  background-image: url("/system/files/j%26c-normal-icon.svg");
}

#block-quicktabsprmpuserviceportfolio li.eodb-punjab a::after {
  background-image: url("/system/files/eobd-icon-normal.svg");
}

/* =====================================================
   ICON HOVER + ACTIVE STATE
===================================================== */
#block-quicktabsprmpuserviceportfolio li:hover a::after,
#block-quicktabsprmpuserviceportfolio li.active a::after {
  transform: translateY(-50%) scale(1.08);
}

#block-quicktabsprmpuserviceportfolio li.pcap:hover a::after,
#block-quicktabsprmpuserviceportfolio li.pcap.active a::after {
  background-image: url("/system/files/pcap-icon-hover.svg");
}

#block-quicktabsprmpuserviceportfolio li.pride-program:hover a::after,
#block-quicktabsprmpuserviceportfolio li.pride-program.active a::after {
  background-image: url("/system/files/pride-program-hover.svg");
}

#block-quicktabsprmpuserviceportfolio li.smart-program:hover a::after,
#block-quicktabsprmpuserviceportfolio li.smart-program.active a::after {
  background-image: url("/system/files/smart-prgram-hover.svg");
}

#block-quicktabsprmpuserviceportfolio li.jc-program-:hover a::after,
#block-quicktabsprmpuserviceportfolio li.jc-program- active a::after {
  background-image: url("/system/files/j%26c-hover-icon.svg");
}

#block-quicktabsprmpuserviceportfolio li.eodb-punjab:hover a::after,
#block-quicktabsprmpuserviceportfolio li.eodb-punjab.active a::after {
  background-image: url("/system/files/eobd-hover-icon.svg");
}

/* =====================================================
   RIGHT BOTTOM ARROW (IMAGE REPLACEMENT)
===================================================== */
#block-quicktabsprmpuserviceportfolio .link-btn a {
  background-image: url("/system/files/normal-arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#block-quicktabsprmpuserviceportfolio .link-btn a i {
  display: none;
}

section#block-serviceportfoliotitle {
  padding-top: 5em;
  padding-bottom: 0em;
}

#block-quicktabsprmpuserviceportfolio .link-btn:hover a {
  background-image: url("/system/files/hover-arrow-bottom.svg");
  transition: background-image 0.4s ease, transform 0.4s ease;
}

/* =====================================================
   ENHANCED CARD HOVER POLISH
===================================================== */
#block-quicktabsprmpuserviceportfolio .tab-box {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

#block-quicktabsprmpuserviceportfolio .tab-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* =====================================================
   MOBILE TWEAKS
===================================================== */
@media (max-width: 767px) {
  #block-quicktabsprmpuserviceportfolio {
    max-width: 92%;
    padding-top: 0;
  }

  .banner05.col-sm-12 {
    padding-bottom: 0;
  }

  #block-quicktabsprmpuserviceportfolio .quicktabs-tabs li a {
    padding-left: 60px;
  }

  #block-quicktabsprmpuserviceportfolio .quicktabs-tabs li a::after {
    width: 26px;
    height: 26px;
    left: 18px;
  }

  #block-quicktabsprmpuserviceportfolio .tab-image img {
    width: 55%;
    margin: 0 auto;
    height: auto;
  }


}

/* ==========================================
Highlights
========================================= */

#highlights-section {
  padding: 90px 0 80px;
  background: #ffffff;
  overflow: hidden;
}

.highlights-header {
  max-width: 720px;
  margin-bottom: 45px;
}

.highlights-eyebrow {
  display: block;
  font-family: var(--poppins);
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #f2a900;
  margin-bottom: 14px;
}

.highlights-title {
  font-family: var(--manjari);
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 18px;
  max-width: 560px;
}

.highlights-lead {
  font-family: var(--poppins);
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 18px;
  max-width: 620px;
}

.highlights-desc {
  font-family: var(--manjari);
  font-size: 16px;
  line-height: 28px;
  color: #757575;
  max-width: 620px;
}

/* Bottom Two Blocks */
.highlights-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 60px;
  margin-top: 40px;
  max-width: 920px;
}

.highlights-item {
  opacity: 1;
  /* FIXED: text hidden issue */
  transform: translateY(0);
  transition: var(--transition-05);
}

.highlights-item:hover {
  transform: translateY(-6px);
}

.highlights-item-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.highlights-item-head img {
  width: 18px;
  height: auto;
  margin-top: 4px;
  display: inline-block;
  /* FIX: arrow visibility */
}

.highlights-item-head h4 {
  font-family: var(--poppins);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
}

.highlights-item p {
  font-family: var(--poppins);
  font-size: 16px;
  line-height: 28px;
  color: #757575;
  margin-left: 28px;
}

#block-views-block-news-block-1 .highlights-item p {
  margin-left: 0;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .highlights-list {
    grid-template-columns: 1fr;
  }

  .highlights-item p {
    margin-left: 0;
  }
}


/* ==========================================
Highli9ghts Right
======================================== */

/* ============================= */
/* HIGHLIGHTS SECTION */
/* ============================= */

.highlights-header {
  width: 100%;
  margin: 0 auto 30px auto;
  MARGIN-LEFT: 0;
  text-align: left;
}

.highlights-title {
  font-family: var(--poppins)M;
  font-size: 28px;
  font-weight: 700;
  color: var(--title-color);
}

/* Wrapper handled by Drupal View */
.view .highlights-item {
  display: block;
  width: 90%;
  margin: 0 auto 20px auto;
  text-decoration: none;
}

/* ============================= */
/* HIGHLIGHTS HOVER FILL EFFECT */
/* ============================= */

.view .highlights-item {
  position: relative;
  overflow: hidden;
  /* important for the fill animation */
  border-radius: 10px;
  transition: all 500ms ease;
}

/* background layer */
.view .highlights-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0079A8;
  /* primary color */
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 500ms ease;
  z-index: 0;
}

/* hover fill animation */
.view .highlights-item:hover::before {
  transform: scaleY(1);
}

/* make sure inner content stays above background */
.view .highlights-item>* {
  position: relative;
  z-index: 2;
}

/* optional smooth lift effect */
.view .highlights-item:hover {
  transform: translateY(-4px);
}


#block-views-block-news-block-1 {
  background-color: #F1F1F1;
}

#block-views-block-news-block-1 .view-content {
  margin: 1em;
}

/* Card */
.highlights-card {
  background: var(--white-color);
  border-radius: 10px;
  padding: 26px 30px;
  position: relative;
  transition: var(--transition-05);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: highlightsFadeUp 0.8s ease forwards;
}

/* Featured (First Item) */
.highlights-item--featured .highlights-card {
  background: white;
}



/* .highlights-item--featured .highlights-item-title,
.highlights-item--featured .highlights-item-desc,
.highlights-item--featured .highlights-date,
.highlights-item--featured .highlights-arrow {
  color: var(--white-color);
} */

/* Badge */
.highlights-badge {
  display: inline-block;
  background: #f1f1f1;
  padding: 6px 14px;
  border-radius: 6px;
  font-family: var(--poppinsSB);
  font-size: 14px;
  margin-bottom: 14px;
  transition: var(--transition-05);
}

/* Title */
.highlights-item-title {
  font-family: var(--poppinsM);
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 12px;
}

/* Description */
.highlights-item-desc {
  font-family: var(--poppinsR);
  font-size: 16px;
  color: var(--paragraph-color);
  line-height: 1.6;
  margin-bottom: 22px;
}

/* Footer */
.highlights-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.highlights-date {
  font-family: var(--poppinsSB);
  font-size: 16px;
  color: var(--block-color);
}

.highlights-arrow {
  font-size: 20px;
  transition: var(--transition-05);
}

/* Hover Effect */
.highlights-item:hover .highlights-card {
  background: #0079A8;
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.highlights-item:hover .highlights-badge {
  background: var(--color-secondary);
  color: #000;
}

#block-views-block-news-block-1 .highlights-item p {
  color: #000;
}

.highlights-item:hover .highlights-item-title,
.highlights-item:hover .highlights-item-desc,
.highlights-item:hover .highlights-date,
.highlights-item:hover .highlights-arrow,
#block-views-block-news-block-1 .highlights-item:hover p {
  color: var(--white-color);
}



.highlights-item:hover .highlights-arrow {
  transform: translateX(6px);
}

/* Load Animation */
@keyframes highlightsFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* ====================================
FAQs
===================================== */

/* ==============================
   SECTION WRAPPER
============================== */

.faqs-s7-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 48px 0;
}

.faqs-s7-inner {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  animation: faqsS7FadeUp 0.9s ease forwards;
}

/* ==============================
   TEXT CONTENT
============================== */

.faqs-s7-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #212529;
  text-align: justify;
  max-width: 100%;
}

/* ==============================
   IMAGE CONTAINER
============================== */

.faqs-s7-image-wrap {
  display: flex;
  justify-content: flex-start;
}

.faqs-s7-image {
  width: 100%;
  max-width: 664px;
  height: auto;
  border-radius: 14px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* ==============================
   HOVER EFFECT
============================== */

.faqs-s7-image:hover {
  /* transform: translateY(-6px) scale(1.02); */
  /* box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18); */
}

/* ==============================
   LOAD ANIMATION
============================== */

@keyframes faqsS7FadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 768px) {
  .faqs-s7-inner {
    gap: 24px;
  }

  .faqs-s7-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .faqs-s7-wrapper {
    padding: 32px 0;
  }

  .faqs-s7-text {
    font-size: 14px;
  }

  .faqs-s7-image {
    border-radius: 10px;
  }
}

/* =============================
FAQs Right
============================= */

/* ================= FAQ RIGHT SECTION ================= */

.faqs-right-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 15px;
}

.faqs-right-accordion-box {
  width: 90%;
  max-width: 1200px;
}

/* Accordion Card */
.faqs-right-accordion {
  background: #f3f3f3;
  border-radius: 10px;
  margin-bottom: 22px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: faqs-right-fadeUp 0.8s ease forwards;
}

.faqs-right-accordion:nth-child(1) {
  animation-delay: 0.1s;
}

.faqs-right-accordion:nth-child(2) {
  animation-delay: 0.25s;
}

.faqs-right-accordion:nth-child(3) {
  animation-delay: 0.4s;
}

/* Question Button */
.faqs-right-acc-btn {
  width: 100%;
  background: #eeeeee;
  border: none;
  padding: 22px 60px 22px 30px;
  font-family: 'poppinsM', sans-serif;
  font-size: 22px;
  color: #212529;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
}

.faqs-right-acc-btn:hover {
  background: #e1f2f8;
}

/* Active State */
.faqs-right-accordion.active .faqs-right-acc-btn {
  background: #0079A8;
  color: #ffffff;
}

/* Icons */
.faqs-right-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.faqs-right-icon.minus {
  opacity: 0;
}

.faqs-right-accordion.active .faqs-right-icon.minus {
  opacity: 1;
}

.faqs-right-accordion.active .faqs-right-icon.plus {
  opacity: 0;
}

/* Answer Content */
.faqs-right-acc-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.5s ease;
}

.faqs-right-acc-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #212529;
  line-height: 29px;
  padding: 30px 40px;
  text-align: justify;
}

/* Open Content */
.faqs-right-accordion.active .faqs-right-acc-content {
  max-height: 400px;
}

/* Animation */
@keyframes faqs-right-fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .faqs-right-acc-btn {
    font-size: 20px;
    padding: 18px 50px 18px 20px;
  }

  .faqs-right-acc-content p {
    padding: 12px 6px;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .faqs-right-accordion-box {
    width: 100%;
  }

}

section#block-faqstitle {
  padding-top: 4em;
}



/* No less than 1100px, (Maria screen) no greater than 1300px */
/*Between MediA Query*/
/* No less than 1100px, no greater than 900px */

@media (min-width:1100px) and (max-width:1400px) {

  #block-quicktabsprmpuserviceportfolio .tab-image img {
    width: 100% !important;
    height: auto !important;
    padding-left: 1em;
  }


}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
  .highlights-card {
    padding: 22px 20px;
  }

  .highlights-item-title {
    font-size: 20px;
    line-height: normal;
  }

  .highlights-item-desc {
    font-size: 15px;
  }

  section#block-faqstitle {
    padding-top: 3em;
  }

  .section-title {
    margin-bottom: 18px;
    padding: 0 18px;
  }

  .banner7_left,
  .banner7_right {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .highlights-title {
    font-size: 24px;
    line-height: normal;
  }

  .highlights-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .faqs-right-acc-btn {
    font-size: 14px;
    line-height: normal;
  }

  .faqs-right-icon {
    height: 10px;
  }

  .faqs-right-acc-content p {
    font-size: 13px;
    line-height: normal;
  }

  section#block-serviceportfoliotitle {
    padding-top: 3em;
  }

  #highlights-section {
    padding: 3em 0 2em;
  }

  #block-views-block-news-block-1 .view-content {
    margin: 1em 0;
  }

  #block-views-block-news-block-1 .highlights-item p {
    line-height: normal;
  }

  .faqs-right-section {
    padding: 0;
  }

  .faqs-right-accordion {
    margin-bottom: 12px;
  }
}