/** Shopify CDN: Minification failed

Line 19:1 Unexpected "}"

**/
/*******************************************************************
                 Common Style CSS
*******************************************************************/
/* Common section titles */
.section-title{
  color:#005CDD;
  text-align:center;
  font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:600;
  letter-spacing:.02em;
  line-height:1.25;
  font-size:clamp(28px,3vw + 4px,40px);
  text-transform:capitalize;
}}

.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-end{
  text-align: end;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    line-height: 120%;
  }
}

/*---------------Slider Start----------------------*/

/* Slider pagination */
.swiper-pagination-wrapper{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}

.swiper-pagination{
  display:flex !important;
  align-items:center;
  gap:10px;
}

.swiper-pagination-bullet{
  width:10px !important;
  height:10px !important;
  border-radius:999px;
  background-color:#D1D5DB;
  opacity:1;
  transition:background-color .2s ease,transform .2s ease;
}

.swiper-pagination-bullet-active{
  background-color:#005CDD;
  transform:scale(1.25);
}

/* Slider nav buttons */
.custom-button{
  width:40px;
  height:40px;
  border-radius:999px;
  border:2px solid #A3D6F9;
  background:rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(15,23,42,.12);
  transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.custom-button svg{
  width:20px;
  height:20px;
}

.custom-button:hover{
  border-color:#11AF6E;
  background:#005CDD;
  box-shadow:0 16px 40px rgba(15,23,42,.18);
  transform:translateY(-1px);
}

@media (min-width: 768px) {
  .custom-slider-section {
    display: none;
  }
}

/*---------------Slider End----------------------*/

/*******************************************************************
                     Banner Custom CSS
*******************************************************************/

.banner {
  height: 100vh;
}

.banner__text.rte.body {
  max-width: 90%;
}
.banner__text.rte.body p {
  color: #d3f5ff;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner__media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2.banner__heading.inline-richtext.h0 {
  color: #fff;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.banner__box.content-container.content-container--full-width-mobile.gradient .button {
  color: #fff;
  color: rgb(var(--color-button-text));
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid rgba(0, 92, 221, 0);
  background: #005cdd;
  background: rgb(var(--color-button));
  box-shadow: 0px 2px 4px 0px rgba(136, 144, 194, 0.2),
    0px 5px 15px 0px rgba(37, 44, 97, 0.15);
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.banner__box.content-container.content-container--full-width-mobile.gradient .button:hover {
  color: #fff;
  background: #005CDD;
  border-color: #005CDD;
  border-radius: 10px;
}
.banner__box.content-container.content-container--full-width-mobile.gradient .button:not([disabled]):hover:after{
  box-shadow: none;
}

@media (max-width: 1440px) {
  .banner__box.content-container.content-container--full-width-mobile.gradient {
    max-width: 540px;
  }

  .banner__content.banner__content--middle-left {
    padding: 100px;
  }

  h2.banner__heading.inline-richtext.h0 {
    font-size: 60px;
  }
  .banner__text.rte.body p {
    font-size: 16px;
  }
  .banner__box.content-container.content-container--full-width-mobile.gradient .button {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h2.banner__heading.inline-richtext.h0 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.05%;
  }

  .banner__text.rte.body p {
    color: #fffdfd;
    font-size: 18px;
    line-height: 140%;
  }

  .banner__box.content-container.content-container--full-width-mobile.gradient {
    max-width: fit-content;
    align-items: flex-start;
    margin: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 70%;
  }
  .banner__content.banner__content--middle-left {
    padding: 0px;
  }
}
@media (min-width: 1441px) {
  .banner__box.content-container.content-container--full-width-mobile.gradient {
    max-width: 710px;
  }
}

/*********** Mobile ***************/

/*******************************************************************
                 Custom Packaging Section CSS
*******************************************************************/

.custom-packaging-section {
  padding: 25px 40px 90px;
  padding-bottom: 70px;
  background-color: #fff;
  /* overflow: hidden; */
}

.cards-wrapper {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.cards-wrapper .cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin: 0 auto;
}
.cards-wrapper .cards a {
  text-decoration: none;
}
.cards-wrapper .card{
  border-radius:16px;
  background:#ffffff;
  text-align:left;
  width:100%;
  padding:0;
  cursor:pointer;
}

.cards-wrapper .card .card-image{
  border-radius:16px;
  overflow:hidden;
}

.cards-wrapper .card img{
  background-color:#f5f7fa;
  width:100%;
  height:auto;
  display:block;
  will-change:transform;
  transition:transform .35s ease;
  transform-origin:center center;
}

.cards-wrapper .card:hover img{
  transform:scale(1.05);
}

.cards-wrapper .card-title{
  color:#005CDD;
  text-align:start;
  font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:22px;
  font-weight:600;
  line-height:1.4;
  margin:12px 14px 4px;
  letter-spacing:.01em;
}

.cards-wrapper .card-text{
  color:#111930;
  font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.6;
  margin:0 14px 12px;
}

.packaging-slider-section {
  display: none;
}

/*********** Mobile ***************/

@media (max-width: 1024px) {
  .custom-packaging-section .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .custom-packaging-section .cards-wrapper {
    display: none;
  }
  .custom-packaging-section {
    padding: 0 19px;
    padding-bottom: 0;
  }
  .custom-packaging-section .section-title {
    margin-bottom: 32px;
  }
  .packaging-slider-section {
    display: block;
    padding-bottom: 73px;
  }
  .section-brand-packaging {
    padding-bottom: 7px !important;
  }
}

/*******************************************************************
                 Brand Packaging Grid CSS
*******************************************************************/

.section-brand-packaging {
  background: #f5f8ff;
  padding: 0 20px;
  padding-top: 25px;
  padding-bottom: 90px;
  text-align: center;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin: 0 auto;
}

.brand-card {
  max-width: 340px;
  max-height: 380px;
  background: transparent;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
  position: relative;
}

.brand-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-card-title {
  width: 100%;
  height: 30%;
  opacity: 1;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: start;
  align-items: end;
  padding: 0 25px 14px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(#00000000, #000000);
  transition: all 0.3s ease;
}

.brand-card-title .title-content {
  opacity: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.brand-card-title .text-content p {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  visibility: hidden;
  margin: 0;
  height: 0;
  transition: all 0.3s ease;
  /* display: none; */
}

.brand-card:hover .brand-card-title .text-content p {
  height: 150px;
  visibility: visible;
  overflow: hidden;
  /* display: block; */
}

.brand-card:hover .brand-card-title {
  height: 100%;
  /* display: block; */
}

.brand-card-title .title-content::after {
  content: "↗";
  font-size: 16px;
  /* margin-left: 5px; */
}

/*********** Mobile ***************/

@media (max-width: 1440px) {
  .brand-card-title .title-content {
    font-size: 19px;
    line-height: normal;
  }
  .section-brand-packaging .section-title {
    margin-top: 23px;
    margin-bottom: 36px;
  }
  .section-brand-packaging {
    padding-bottom: 45px;
  }
}

@media (max-width: 1300px) {
  .brand-card-title {
    font-size: 18px;
  }
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .brand-card-title {
    font-size: 18px;
  }
}

/* @media (max-width: 1023px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
} */

@media (max-width: 849px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .brand-grid-desktop {
    display: none;
  }
  .brand-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .section-brand-packaging h2 {
    margin-top: 22px;
  }

  .section-brand-packaging .custom-slider-controls {
    margin-top: 32px;
  }
  .section-brand-packaging {
    padding-bottom: 70px !important;
  }
}

/*******************************************************************
                 Why choose Packora Section CSS
*******************************************************************/
.section-why-choose {
  padding: 30px 20px;
  background: #ffffff;
  text-align: center;
}

.section-why-choose h2 {
  padding: 0.3em 1em;
  margin-bottom: 20px;
}

.section-why-choose .intro p {
  color: #191930;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 930px;
  margin: 0 auto 40px;
}

.top-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 17px;
}

.top-feature {
  background-color: #f0f6ff;
  padding: 16px 18px;
  border-radius: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow:0 14px 32px rgba(15,23,42,.04);
  transition:box-shadow .2s ease,transform .2s ease;
}

.top-feature img {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}

.top-feature strong {
  color: #191930;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:4px;
}

.top-feature p {
  color: #191930;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0;
}

.bottom-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.bottom-feature {
  background: #fff;
  border: 1px solid #46d4ff85;
  border-radius: 14px;
  padding: 23px;
}

.bottom-feature img {
  width: 133px;
  height: 133px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}

.bottom-feature h3 {
  color: #191930;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.bottom-feature p {
  color: #191930;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: 0;
}

@media (max-width: 1440px) {
  .top-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-why-choose .section-title {
    padding-top: 0;
    margin-top: 30px;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .section-why-choose .intro p {
    margin-bottom: 37px;
  }

  .bottom-feature img {
    margin-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  .bottom-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .top-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .section-why-choose {
    padding: 30px 10px;
  }

  .section-why-choose .page-width {
    padding: 0;
  }

  .section-why-choose .intro p {
    font-size: 17px;
    line-height: 137.5%;
    margin-bottom: 60px;
  }
  .section-why-choose .section-title {
    margin-bottom: 17px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .section-why-choose {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .top-feature-grid {
    grid-template-columns: 1fr;
    margin-bottom: 62px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-feature-grid {
    padding-left: 12px;
    padding-right: 12px;
    grid-template-columns: 1fr;
  }

  .bottom-feature {
    padding: 16px;
  }

  .bottom-feature h3 {
    font-size: 19px;
  }
  .bottom-feature p {
    font-size: 17px;
  }
  .bottom-feature img {
    margin-bottom: 10px;
  }
}

/*******************************************************************
                 How it Works Section CSS
*******************************************************************/
.section-how-it-works {
  padding: 30px 0px;
  background: #f0f6ff;
  text-align: center;
}

.section-how-it-works h2 {
  margin-bottom: 50px;
}

.steps-row {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin: 0 auto;
  position: relative;
}

.step-block {
  flex: 1;
  position: relative;
  padding: 0 10px;
  width: 420px;
}

.step-number {
  width: 52px;
  height: 52px;
  border: 1px solid #005cdd;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
  background: #f0f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005cdd;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 133.333% */
  text-transform: capitalize;
}

.section-how-it-works .step-title {
  color: #005cdd;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;   /* keeps “Place Your Order & Start Production” on one line */
}

.step-description {
  color: #191930;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}

.steps-row::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 15%;
  width: 70%;
  height: 2px;
  border-top: 2px dashed #1a73e8;
  z-index: 1;
}

@media (max-width: 1023px) {
  .steps-row {
    flex-direction: column;
    gap: 20px;
    text-align: start;
  }

  .step-block {
    gap: 23px;
    width: 100%;
    display: flex;
    align-content: start;
  }

  .step-title {
    text-align: start;
  }

  .step-content {
    width: 100%;
  }

  .step-block .step-number {
    width: 50px;
    height: 46px;
  }

  .steps-row::before {
    border-left: 2px dashed #1a73e8;
    left: 32px;
    top: 0%;
    width: 2px;
    height: 72%;
  }
}
@media (max-width: 767px) {
  .section-how-it-works h2 {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
@media (max-width: 749px) {
  .step-block .step-number {
    width: 50px;
    height: 43px;
  }
}
@media (max-width: 462px) {
  .steps-row::before {
    top: 0%;
    height: 66%;
    left: 30px;
  }
}

/*******************************************************************
                            Free Sample CSS
*******************************************************************/

.section-free-sample {
  position: relative;
  background-color: #e0f7f1;
  background-size: cover;
  background-position: center;
  color: #000;
}

.free-sample-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 547px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
}

.free-sample-text {
  max-width: 480px;
}

.free-sample-text h2 {
  color: #005cdd;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 111.111% */
}

.free-sample-text p {
  margin: 19px 0;
  color: #191930;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.free-sample-text a.GetStartNow-button {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #005cdd;
  background: rgb(var(--color-button));
  box-shadow: 0px 2px 4px 0px rgba(136, 144, 194, 0.2),
    0px 5px 15px 0px rgba(37, 44, 97, 0.15);
  transition: all 0.3;
}
.free-sample-text a.GetStartNow-button:hover {
  color: #005cdd;
  background: #fff;
}
.free-sample-image {
  flex: 1;
  min-width: 280px;
  text-align: right;
}

.free-sample-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 1440px) {
  .free-sample-text h2 {
    margin-bottom: 19px;
  }
}

@media (min-width: 768px) {
  .free-sample-container {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .free-sample-container {
    flex-direction: column;
    text-align: center;
    height: 950px;
    padding-top: 80px;
  }

  .free-sample-text {
    max-width: 100%;
    padding: 0 22px;
  }

  .free-sample-image {
    text-align: center;
  }
  .free-sample-text h2 {
    font-size: 32px;
    line-height: 120%;
    padding: 0 17px;
  }
  .free-sample-text p {
    font-size: 17px;
    line-height: 138%;
  }

  .free-sample-text a.GetStartNow-button {
    font-size: 18.908px;
    line-height: 100%; /* 18.908px */
  }

  .free-sample-text a.GetStartNow-button {
    font-size: 19px;
  }
}

@media (max-width: 449px) {
  .free-sample-container {
    height: 770px;
  }
}
/* Packora – unify typography for How it works + Free sample body text
   (keep existing titles / headers / subheaders) */

/* HOW IT WORKS – description copy under each step */
.section-how-it-works .step-description {
  color: #4b5563; /* same soft grey used in other body text */
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 0 auto;          /* keeps it tidy under each title */
  max-width: 360px;        /* prevents extra wide lines on desktop */
}

/* FREE SAMPLE – paragraph text under the heading */
.section-free-sample .free-sample-text p {
  color: #4b5563;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 0 0 14px;
}

/* FREE SAMPLE – button label typography only (keep current colors/shapes) */
.section-free-sample .free-sample-text a.GetStartNow-button {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none; /* keeps wording natural like other CTAs */
}
/*******************************************************************
                        FAQ Section CSS
*******************************************************************/
.section-faq {
  background: #fff;
  padding: 35px 20px;
  color: #222;
  text-align: center;
}

.section-faq h2 {
  color: #005cdd;
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 111.111% */
  text-transform: capitalize;
  margin-bottom: 24px;
  margin-top: 0;
}

.section-faq .intro-text {
  max-width: 887px;
  margin: 0 auto 26px;
  color: #191930;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 23px 36px;
  max-width: 1100px;
  margin: 0 auto 32px;
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #1a73e8;
  padding-bottom: 10px;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #191930;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq-question svg {
  stroke-width: 1.5px;
  stroke: #005cdd;
}

.faq-answer {
  display: none;
  color: #191930;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-toggle {
  transform: rotate(0);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-footer-note {
  color: #191930;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 991px;
  margin: 0 auto;
}

.faq-footer-note a {
  color: #1a73e8;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .section-faq h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .section-faq .intro-text {
    font-size: 17px;
    line-height: 138%;
    margin-bottom: 45px;
  }

  .section-faq .faq-grid {
    margin-bottom: 13px;
  }

  .section-faq .faq-footer-note {
    display: none;
  }
}


/* === FAQ flex overrides (add after existing CSS) === */
.section-faq .faq-grid {
  display: flex;           /* switch from grid to flex */
  flex-wrap: wrap;
  gap: 23px 36px;          /* keep your original row/column gaps */
}

.section-faq .faq-item {
  flex: 0 1 100%;          /* 1 column by default */
}

/* 2 columns from 990px up */
@media (min-width: 990px) {
  .section-faq .faq-item {
    /* 50% minus half the column gap (36px / 2 = 18px) */
    flex: 0 1 calc(50% - 18px);
  }
}


/* === FAQ masonry (independent heights, no equalizing) === */
/* container becomes multi-column; items flow top-to-bottom, then left-to-right */
.section-faq .faq-grid {
  column-gap: 36px;          /* horizontal gap between columns */
  max-width: 1100px;         /* keep your container width */
  margin: 0 auto 32px;       /* keep your margins */
  text-align: left;
  /* 1 column by default */
  column-count: 1;
}

/* items become inline-blocks so they respect column flow */
.section-faq .faq-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 23px;          /* vertical gap between items */
  /* keep all your existing .faq-item styles (borders, padding, etc.) */
}

/* 2 columns ≥ 990px */
@media (min-width: 990px) {
  .section-faq .faq-grid {
    column-count: 2;
  }
}

/* (Optional) remove the old flex/grid if present */
.section-faq .faq-grid { display: block !important; } /* ensures columns apply */

/* === Packora – FAQ card polish + active green glow only === */

/* Base card */
.section-faq .faq-item{
  background:#ffffff;
  border-radius:18px;
  border:1px solid rgba(148,163,184,.35);
  padding:18px 20px;
  margin-bottom:18px;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    background-color .22s ease,
    transform .22s ease;
}

/* Neutral hover when NOT open (no green glow) */
.section-faq .faq-item:hover:not(.active),
.section-faq .faq-item:focus-within:not(.active){
  border-color:rgba(148,163,184,.7);
  box-shadow:0 12px 32px rgba(15,23,42,.06);
}

/* Active state – ONLY when open shows green glow */
.section-faq .faq-item.active,
.section-faq .faq-item.active:hover,
.section-faq .faq-item.active:focus-within{
  border-color:#22c55e;
  box-shadow:
    0 0 0 1px rgba(34,197,94,.45),
    0 18px 40px rgba(34,197,94,.25);
  background:#ffffff;
  transform:translateY(-1px);
}

/* Question row – full-width “button” feel */
.section-faq .faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:18px;
  font-weight:600;
  color:#111930;
}

/* Chevron icon */
.section-faq .faq-question svg{
  stroke-width:1.5px;
}

/* Answer text */
.section-faq .faq-answer{
  margin-top:10px;
  color:#191930;
  font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:15px;
  font-weight:400;
  line-height:1.6;
}