:root {
  --pbmit-global-color: #adb3bc;
  --pbmit-secondary-color: #050606;
  --pbmit-light-color: #f5f2f0;
  --pbmit-white-color: #ffffff;
  --pbmit-blackish-color: #050606;
  --pbmit-link-color-normal: #001410;
  --pbmit-link-color-hover: #adb3bc;
  --pbmit-global-color-rgb: #adb3bc;
  --pbmit-secondary-color-rgb: #050606;
  --pbmit-responsive-breakpoint: 1200px;
  --pbmit-body-typography-font-family: "DM Sans", sans-serif;
  --pbmit-body-typography-variant: regular;
  --pbmit-body-typography-font-size: 16px;
  --pbmit-body-typography-line-height: 1.6;
  --pbmit-body-typography-color: #d8d7d5;
  --pbmit-heading-typography-font-family: "Wix Madefor Display", sans-serif;
  --pbmit-heading-color: #111112;
  --pbmit-heading-font-variant: 600;
  --pbmit-btn-typography-font-family: "Wix Madefor Display", sans-serif;
  --pbmit-btn-typography-variant: 600;
  --pbmit-btn-typography-font-size: 12px;
  --pbmit-btn-typography-line-height: 24px;
  --custom-text-primary: #666666;
  --custom-orange: #f77c07;
  --custom-orange-dark: #f77c07c4;
  --custom-orange-light: #e16504cc;
}
.cust-white-text {
  color: var(--pbmit-white-color) !important;
}
.cust-primary-text {
  color: var(--custom-text-primary) !important;
}
/* .cust-subtitle-dark {
  background: var(--custom-orange-dark) !important;
  color: #fff !important;
} */
.cust-orange-icons {
  color: var(--custom-orange) !important;
}
.cust-subtitle-light {
  background: var(--custom-orange-light) !important;
  color: #fff !important;
}
.header-style-4 .pbmit-main-header-area,
.section-lgx,
.cus-why-invest-container {
  background-color: var(--pbmit-secondary-color) !important;
}
.cus-why-invest-container .pbmit-title,
.section-lgx .pbmit-ihbox-style-7 .pbmit-element-title {
  color: var(--pbmit-global-color);
}

.section-lgx .pbmit-ihbox-style-7 .pbmit-element-subtitle {
  color: var(--pbmit-body-typography-color);
}
.cus-unique-properties-section {
  background: var(--pbmit-body-typography-color);
}
.pbmit-element-miconheading-style-8 .split-line,
.cus-element-title {
  color: var(--pbmit-global-color);
}
.custom-scrolling-container {
  margin-top: 2rem;
}
.cus-light-section-container {
  background: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .cust-box-style-1 {
  padding: 0px;
  margin-top: 0px;
  border-top: 1px solid rgba(3, 37, 30, 0.2);
}
.compare-table-2 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .compare-table-2 .compare-table-2-item-1 {
    order: 2;
  }
}

.compare-table-img {
  max-height: 400px;
}
/* .compare-table-img:hover img {
  scale: 1.05;
  rotate: 2deg;
  transition: all 0.8s ease-in-out;
}
.compare-table-img img {
  transition: all 0.8s ease-in-out;
} */

.pbmit-ihbox-style-7 .cust-heading-desc {
  padding-top: 40px;
}
.pbmit-ihbox-style-7 .cust-heading-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 30px;
}
.pbmit-ihbox-style-7 .cust-heading-desc ul li {
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}
.pbmit-ihbox-style-7 .cust-heading-desc ul li i {
  margin-right: 10px;
}
.cust-alignment {
  max-width: 1524px;
}
.cust-inbox-style-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.why-invest-box {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.compare-table-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}
.cust-box-compare:hover {
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: #f5790854 0px 3px 8px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 425px) {
  .cust-alignment .cust-demand-box {
    min-height: 275px !important;
  }
}
@media screen and (max-width: 620px) {
  .cust-alignment .cust-demand-box {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .cust-alignment .cust-demand-box {
    min-height: 350px !important;
  }
}
@media screen and (max-width: 1024px) {
  .cust-alignment .cust-demand-box {
    min-height: 270px !important;
  }
}
@media screen and (max-width: 1280px) {
  .cust-alignment .cust-demand-box {
    min-height: 300px !important;
  }
}
@media screen and (max-width: 1440px) {
  .cust-alignment .cust-demand-box {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cust-alignment .cust-demand-box {
    min-height: 350px !important;
  }
}

.cust-padding-bottom {
  padding-bottom: 20px;
}
.cust-section-container {
  justify-content: center;
  align-items: start !important;
}
.cust-contact-btn-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cust-box-compare {
  max-height: 500px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.cust-box-compare .compare-table-img {
  max-height: 300px;
}

.cust-box-compare .cust-box-style {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  align-items: center;
  flex-grow: 1;
  .cust-box-style-1 {
    border-top: none;
  }
}
.cust-padding-section {
  padding-bottom: 130px;
}

.cust-image-round-right {
  border-top-right-radius: 50px;
}
.pbmit-ihbox-style-7 .cust-heading-desc ul {
  padding-left: 0px;
}
.pbmit-ihbox-style-7 .cust-heading-desc ul li {
  padding-left: 0px;
}

/* Footer */
.cust-footer-logo {
  max-height: 80px !important;
}
.cust-footer-main .cust-footer-logo {
  margin-bottom: 20px;
}
.cust-footer-quikelinks h6 {
  color: #dddddd;
}
.cust-footer-quikelinks ul li a,
.cust-footer-help p a {
  color: #dddddd;
}
.cust-footer-quikelinks ul li,
.cust-footer-help p {
  margin-bottom: 10px !important;
}
.cust-footer-quikelinks ul li a:hover,
.cust-footer-help p a:hover {
  color: #ffffff;
  margin-left: 5px;
  border-left: 2px solid #ffffff;
  padding-left: 5px;
}

.cust-footer-main-container {
  max-width: 1524px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
.cust-footer-part-1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.cust-footer-part-1 .cust-footer-main {
  width: 30%;
}
.cust-footer-part-1 .quick-link-box,
.cust-footer-part-1 .contact-link-box,
.cust-footer-part-1 .help-link-box {
  width: 20%;
}
.cust-footer-address p {
  margin-bottom: 0px;
}

.cust-footer-part-2 {
  border-top: 1px solid #adb3bc;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cust-footer-part-2 .footer-part-2-box {
  display: flex;
  align-items: center !important;
  min-width: 25%;
}
.cust-footer-part-2 .footer-part-2-box p {
  padding: 0;
  margin: 0;
}
.cust-footer-part-2 .footer-part-2-box-2 {
  display: flex;
  justify-content: center;
}
.cust-footer-part-2 .cust-social-link {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .cust-footer-part-1 .cust-footer-main P {
    text-align: justify;
  }
  .cust-footer-main .cust-footer-logo {
    max-height: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .cust-footer-main .cust-footer-logo {
    max-height: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .cust-footer-part-1 {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }
  .cust-footer-main .cust-footer-logo {
    max-height: 80px !important;
  }
  .cust-footer-part-1 .quick-link-box,
  .cust-footer-part-1 .contact-link-box,
  .cust-footer-part-1 .help-link-box {
    width: 45%;
    margin-top: 40px;
  }
  .cust-footer-part-1 .cust-footer-main {
    width: 90%;
  }
  .cust-footer-part-1 .help-link-box {
    width: 60%;
  }
  .cust-footer-part-2 {
    flex-direction: column;
  }
  .cust-footer-part-2 .footer-part-2-box-1 {
    order: 2;
    margin-top: 20px;
  }
}

/*  */

.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.in-view {
  opacity: 1;
  transform: translateY(0);
}
.cust-image-round-bottom {
  border-bottom-left-radius: 50px;
}
/* ------------------------------------------------------------------ */
/* ----------------------------Career.php--------------------------- */
/* ------------------------------------------------------------------ */

.cust-title-bar-content {
  padding: 64px;
  font-weight: 700;
}
.cust-career-contact {
  color: var(--pbmit-blackish-color);
}
.cust-career-contact:hover {
  color: var(--pbmit-blackish-color);
  margin-left: 5px;
  border-left: 2px solid var(--pbmit-blackish-color);
  padding-left: 5px;
}

.cust-career-contact-address p,
.cust-career-contact-address {
  margin: 0;
  color: var(--pbmit-blackish-color);
}
.cus-light-section-container {
  background: var(--pbmit-white-color) !important;
}
.cust-career-page-description p {
  color: var(--pbmit-heading-color);
}

.cust-career-left-part .cust-img-container {
  /* height: 300px; */
  width: 400px;
  max-width: 100%;
  overflow: hidden;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.cust-career-left-part .cust-feature-container {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.features-box {
  display: flex;
  gap: 20px;
}
.features-box .features-box-img {
  background: #ffcca75b;
  padding: 5px;
  max-height: fit-content;
  border-radius: 100%;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-box .features-box-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.features-box .features-box-title {
  color: var(--custom-orange-dark);
  font-weight: 600;
}
.features-box .features-box-info {
  margin: 0;
  font-size: 12px;
  color: #666666;
  max-width: 80%;
}
.cust-form-box {
  border-radius: 30px 0 0 30px !important;
}

.cust-row-responsive {
  margin: 0 auto;
}

/* ------------------------------------------------------------------ */
/* ----------------------------Contact.php--------------------------- */
/* ------------------------------------------------------------------ */
.cust-title-bar-content {
  min-height: 500px !important;
  display: flex;
  align-items: center;
}
.cust-iframe-section {
  height: 400px;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 90, 90, 0.178);
  z-index: 2;
  pointer-events: none;
}

.cust-contact-icons {
  color: var(--custom-orange);
  font-size: 60px;
  transition: all 0.3s ease-in-out;
}
.cust-contact-icons:hover {
  color: var(--custom-orange-light);
  font-size: 65px;
  transition: all 0.3s ease-in-out;
}
.cust-contact-form {
  padding: 40px 0;
}
.cust-contact-details {
  max-width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cust-contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ------------------------------------------------------------------ */
/* ----------------------------Terms and Condition--------------------------- */
/* ------------------------------------------------------------------ */
.cust-terms-section {
  padding: 40px 80px;
  max-width: 1524px;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .cust-terms-section {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cust-terms-section {
    padding: 40px 30px;
  }
}
.cust-term-heading {
  padding: 0 !important;
  max-height: 300px !important;
  min-height: 300px !important;
}
.terms-points {
  color: #303030;
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #b4b4b4;
}
.terms-points ul {
  margin: 0 0 0 20px;
}
.terms-points ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}

/* ------------------------------------------------------------------ */
/* ----------------------------About Page------------------------ */
/* ------------------------------------------------------------------ */

.cust-light-section {
  background-color: var(--pbmit-white-color) !important;
}
.cust-text-color {
  color: var(--custom-text-primary);
}
.cust-element-title {
  color: var(--pbmit-white-color) !important;
}
.cust-what-we-do-section {
}
.cust-what-we-do-container {
  padding-top: 60px;
  max-width: 1524px;
  margin: 0 auto;
}

.cust-choose-us-article {
  max-height: 500px;
}
.cust-description-why-choose-us p {
  margin-bottom: 0px;
}
.cust-para-single-article {
  position: absolute;
  top: auto;
  left: 0;
  top: 0;
  padding: 40px;
  text-align: left;
  width: 100%;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .cust-para-single-article {
    padding: 30px 20px;
  }
  .cust-infotech-box-content {
    padding: 20px !important;
  }
}
.cust-para-single-article::after {
  background-color: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team-box {
  /* border: 1px solid #b1b1b1; */
  border-radius: 10px;
  overflow: hidden;
  max-width: 260px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
}
.team-box .team-img {
  max-width: 260px;
  max-height: 300px;
  overflow: hidden;
}
.team-box .team-info {
  text-align: center;
  padding: 10px 5px;
}
.team-box .team-info h6,
.team-box .team-info div,
.team-box .team-info p {
  margin: 0;
}
.cust-action-card {
  width: 80%;
  display: flex;
  border-radius: 0 200px 200px 0;
  align-items: center;
  gap: 30px;
}
.cust-actions-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cust-action-card-right {
  margin-left: auto;
  border-radius: 200px 0 0 200px;
}
.cust-action-card-left {
  flex-direction: row-reverse;
}
.cust-action-card-icon {
  padding: 10px;
  background: var(--custom-orange-dark);
  border-radius: 100%;
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  padding: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .cust-action-card {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
  }
  .cust-action-card-right {
    border-radius: 20px 0 0 20px;
  }
  .cust-action-card {
    border-radius: 20px;
    margin: auto;
  }
}
/* ------------------------------------------------------------------ */
/* ----------------------------Investment Page------------------------ */
/* ------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .cust-row-middle {
    display: flex !important;
    flex-direction: row !important;
  }
  .cust-row-middle .cust-row-middle-inner {
    width: 50%;
  }
}
.cust-section-quote {
  max-width: 800px;
  margin: 0px auto 60px auto;
}
.cust-section-quote h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cust-section-quote ul li,
.cust-section-quote ul li ul li {
  margin-bottom: 10px;
  text-transform: none !important;
  color: #303030;
}
.cust-section-quote ul li i {
  margin-right: 10px;
}
.cust-section-quote ul li ul li {
  margin-top: 10px;
}
.cust-section-quote ul li ul li {
  margin-left: 20px;
}
.cust-section-quote ul li ul li i {
  margin-right: 10px;
}

/* maturity-benefits-section */

.maturity-benefits-section .pbminfotech-ele-ptable-style-1 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
  border: none;
}
.maturity-benefits-section .pbminfotech-ele-ptable-style-1 .single-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 310px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  display: flex;
  overflow: hidden;
}

.maturity-benefits-section .pbminfotech-ele-ptable-style-1 .single-card-2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 310px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  display: flex;
  overflow: hidden;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card-2
  .imag-side-container-2 {
  width: 50%;
  position: relative;
  overflow: hidden;
  text-align: right;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card-2
  .imag-side-container-2
  .image-text {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card-2
  .imag-side-container-2
  .image-text
  h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .description-side-container-2 {
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card-2
  .card-image {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff;
}

.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card
  .single-card-description {
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card
  .single-card-image-side {
  width: 50%;
  position: relative;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card
  .single-card-image {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
}
.maturity-benefits-section
  .pbminfotech-ele-ptable-style-1
  .single-card
  .single-card-image
  h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.maturity-or-container {
  text-align: center;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.maturity-or-container .line {
  border: 2px solid #ccc;
  height: 0px;
  width: 200px;
  border-radius: 20px;
}
.maturity-or-container .or-text {
  color: #ccc;
  font-size: 80px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .maturity-benefits-section .pbminfotech-ele-ptable-style-1 .single-card {
    flex-direction: column;
    border-radius: 0;
  }
  .maturity-benefits-section
    .pbminfotech-ele-ptable-style-1
    .single-card
    .single-card-description {
    width: 100%;
  }
  .maturity-benefits-section .pbminfotech-ele-ptable-style-1 .single-card {
    height: 490px;
    min-height: fit-content;
    max-width: 500px;
    max-height: fit-content;
    margin: 0 auto;
  }
  .maturity-benefits-section
    .pbminfotech-ele-ptable-style-1
    .single-card
    .single-card-description {
    width: 100%;
    order: 2;
  }
  .maturity-benefits-section
    .pbminfotech-ele-ptable-style-1
    .single-card
    .single-card-image-side {
    width: 100%;
  }
  .pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
    padding: 0 0 20px 0;
  }
  .maturity-benefits-section .pbminfotech-ele-ptable-style-1 .single-card-2 {
    flex-direction: column;
  }
  .maturity-benefits-section
    .pbminfotech-ele-ptable-style-1
    .description-side-container-2 {
    width: 100%;
  }
  .maturity-benefits-section .pbminfotech-ele-ptable-style-1 .single-card-2 {
    border-radius: 0;
  }
  .maturity-benefits-section .pbminfotech-ele-ptable-style-1 .single-card-2 {
    height: 490px;
    max-width: 500px;
    max-height: fit-content;
    margin: 0 auto;
  }
  .maturity-benefits-section
    .pbminfotech-ele-ptable-style-1
    .single-card-2
    .imag-side-container-2 {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .maturity-benefits-section
    .pbminfotech-ele-ptable-style-1
    .single-card
    .single-card-description,
  .maturity-benefits-section
    .pbminfotech-ele-ptable-style-1
    .description-side-container-2 {
    padding: 20px;
  }
  .pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
    padding: 0;
    margin: 0;
  }
  .pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {
    padding: 0;
  }
}
.list-group .pbmit-icon-list-text {
  color: var(--custom-text-primary);
}
.cust-year-stock {
  line-height: 100px;
  font-size: 85px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 45px;
}

/* About Us */
.director-article {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.director-article-2 {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  justify-content: center;
}
.article-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .director-article,
  .director-article-2 {
    flex-direction: column;
  }
}
.article-img {
  max-height: 360px;
  max-width: 360px;
  border-radius: 10px;
}
.director-article-des {
  max-width: 600px;
}
.team-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .team-container {
    flex-direction: column;
  }
}
/* --------------- */

.cust-insurance-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  background-image: linear-gradient(45deg, #000, transparent);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FAQ */
/* .faq-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
}

.faq-answer {
  display: none;
  padding: 10px;
  color: #000000a4;
  font-weight: 500;
}

.faq-question.active + .faq-answer {
  display: block;
}

.faq-question img {
  transition: transform 0.3s ease;
}

.faq-question.active img {
  transform: rotate(180deg);
} */

/* FAQ Container Styles */
.faq-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* FAQ Item Styles */
.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}

/* FAQ Question Styles */
.faq-question {
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
  transition: background-color 0.3s ease; /* Smooth background transition */
}

/* Arrow Image Styles */
.faq-question img {
  transition: transform 0.3s ease; /* Smooth rotation for arrow */
  width: 12px;
  height: 12px;
}

/* FAQ Answer Styles */
.faq-answer {
  display: none;
  opacity: 0;
  padding: 10px;
  color: #666666;
  max-height: 0;
  font-weight: 400;
  overflow: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, max-height 0.3s ease, transform 0.3s ease;
}
.faq-question.active img {
  transform: rotate(180deg); /* Rotate arrow */
}

.faq-question.active + .faq-answer {
  display: block;
  opacity: 1;
  max-height: 500px; /* Large enough to fit the content */
  transform: translateY(0);
  animation: slideDown 0.3s ease; /* Trigger slide-down animation */
}

/* Slide Down Animation */
@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
