@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.ttf");
}

@font-face {
  font-family: "Colfax-Light";
  src: url("../fonts/Colfax-Light.otf");
}

.header-bottom-md {
  /* min-height: 20%; */
  margin-top: 3.4%;
  /* margin-top: 3rem !important; */
}
.man_disc_banner {
  /* margin-top: 30%; */
  background-image: linear-gradient(0deg, #040404 0%, #fff0 50%),
    url("../images/man_disc_man.webp"), url("../images/header/banner-bg.webp") !important;
  background-size: 100%, 50%, cover !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: center, 68% 70%, center !important;
  /* min-height: 100vh; */
}

.notifications_banner {
  /* margin-top: 30%; */
  background-image: linear-gradient(0deg, #040404 0%, #fff0 50%),
    url("../images/notification_man.webp"),
    url("../images/header/banner-bg.webp") !important;
  background-size: 100%, 50%, cover !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: center, 68% 70%, center !important;
  /* min-height: 100vh; */
}

.side-image {
  height: 600px;
  align-items: start;
  display: flex;
  justify-self: start;
}
.side-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.title-heading-left-md {
  font-family: "Anton";
  /* font-style: normal; */
  /* font-weight: 400; */
  margin: 0px;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 64px;
  text-align: start;
  padding-top: 100px;
  color: #fff;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .title-heading-left-md {
    font-size: 38px;
    padding-top: 0;
  }
  .side-image {
    height: 200px;
  }
}
.yellotxt {
  color: #ffd109;
}
.gif-image-wrap {
  /* text-align: center; */

  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(0,0,0, 0.5); */
  border: none;
}

/* FAQ Title */
.faqs_head h3 {
  font-family: "Colfax-Light", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
}
.redtxt {
  color: #e00000;
}

/* Accordion Item */
.accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Accordion Button (collapsed = white) */
.accordion-button {
  background-color: #fff;
  color: #000;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}

/* Accordion Button (expanded = red) */
.accordion-button:not(.collapsed) {
  background-color: #e00000;
  color: #fff;
  border-radius: 15px 15px 0 0;
}

/* Accordion Body */
.accordion-body {
  background: #fff;
  padding: 20px 25px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333;
  border-radius: 0 0 15px 15px;
}
.accordion-body small {
  color: #666;
  font-size: 16px;
}

/* Arrow styling */
.accordion-button::after {
  transition: transform 0.3s ease;
}
.accordion-button.collapsed::after {
  filter: invert(0); /* black arrow */
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1); /* white arrow */
}

/* ---------------------- */
/* RESPONSIVE STYLING     */
/* ---------------------- */

/* For tablets (screen < 992px) */
@media (max-width: 991.98px) {
  .faqs_head h3 {
    font-size: 48px;
    line-height: 56px;
  }
  .accordion-button {
    font-size: 18px;
    padding: 16px 20px;
  }
  .accordion-body {
    font-size: 18px;
    padding: 16px 20px;
  }
  .accordion-body small {
    font-size: 14px;
  }
}

/* For mobile (screen < 768px) */
@media (max-width: 767.98px) {
  .faqs_head h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .accordion-button {
    font-size: 16px;
    padding: 14px 18px;
  }
  .accordion-body {
    font-size: 16px;
    padding: 14px 18px;
  }
  .accordion-body small {
    font-size: 13px;
  }
}

/* For small mobile (screen < 480px) */
@media (max-width: 479.98px) {
  .faqs_head h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 12px 15px;
  }
  .accordion-body {
    font-size: 14px;
    padding: 12px 15px;
  }
  .accordion-body small {
    font-size: 12px;
  }
}


table thead th {
  background-color: #dc3545 !important;
  color: white !important;
  font-size: 20px !important;
  padding: 1.5rem;
}

tbody td {
  color: #333 !important;
  font-family: Roboto !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 20px !important;
}
