@font-face {
  font-family: "IBM Plex Sans";
  src: url(../fonts/static/IBMPlexSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(../fonts/static/IBMPlexSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(../fonts/static/IBMPlexSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url(../fonts/IBMPlexSerif-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Serif";
  src: url(../fonts/IBMPlexSerif-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
.navbar-toggle {
  display: none;
}
.top-links a {
  font-size: 18px;
  font-weight: 500;
  color: #49263d;
  line-height: 100%;
}
.nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auth {
  justify-content: space-between;
  flex-direction: row;
  background-color: #ffefe2;
  display: flex;
  align-items: center;
  gap: 25px;
}
.auth a {
  font-size: 18px;
  color: #49263d;
  line-height: 100%;
  text-decoration: none;
  padding: 14px 0;
}
.auth select {
  border: none;
}
html {
  box-sizing: border-box;
  font-size: 20px;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.custom-container h1,
h2,
h3,
h4 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}
.btn {
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 600;
  line-height: 100%;
  background: #db4242;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.btn-purple {
  background-color: #49263d;
}

.btn-purple:active,
.btn-purple:hover {
  color: #fff;
  background-color: #7a4367;
}

/* Container */
.custom-container {
  width: 90%;
  max-width: 1752px;
  margin: auto;
}
input::placeholder {
  font-size: 18px;
  align-items: center;
  color: #49263d;
  line-height: 100%;
}
.language select {
  font-size: 18px;
  height: 50px;
  appearance: none;
  color: #49263d;
  background: url("../image/Arrow\ 1\ \(Language\).svg") no-repeat 90px center;
  background-color: #fff;
  cursor: pointer;
  padding: 0 40px 0 20px;
}
.custom-navbar {
  background: #49263d;
  padding: 16px 0;
}
#menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 20px;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
}
#menu-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
}
#menu-toggle .close {
  display: none;
  font-size: 40px;
  padding: 10px 0;
  color: #fff;
  line-height: 40px;
}
.custom-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
  padding: 0;
  margin: 0;
}
.custom-nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.custom-nav-links a img {
  padding: 0 0 0 8px;
}
.custom-nav-links,
.custom-nav-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-nav-links li {
  position: relative;
}
.custom-nav-links li:hover > .sub-menu {
  display: block;
}
.date {
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.top-left-info {
  padding-left: 95px;
}

/* Dropdown links */
.custom-nav-links .dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: #49263d;
  font-size: 18;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.custom-nav-links .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Show on hover */
.custom-nav-links li.dropdown {
  position: relative;
}

.custom-nav-links li.dropdown:hover > .dropdown-menu {
  display: block;
}

.contact-btn {
  padding: 14px 27px;
}

/* Hero Carousel Captions */
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
}
.carousel-caption {
  right: 57%;
  left: 5%;
  align-self: anchor-center;
  text-align: left;
}
.carousel-caption h1 {
  color: #49263d;
  margin-bottom: 15px;
  font-size: 54px;
}
.carousel-caption h5 {
  padding: 0;
  color: #49263d;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.learn-btn {
  padding: clamp(8px, 1vw, 14px) clamp(18px, 2vw, 28px);
  font-size: clamp(12px, 1vw, 18px);
}
.carousel-controls-bottom {
  position: absolute;
  bottom: clamp(20px, 3vw, 50px);
  right: clamp(20px, 3vw, 50px);
  display: flex;
  gap: clamp(10px, 1vw, 15px);
  z-index: 10;
}
.carousel-control-next,
.carousel-control-prev {
  position: static;
  width: clamp(30px, 5vw, 60px);
  height: clamp(30px, 5vw, 60px);
  background: #49263d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.custom-arrow {
  width: clamp(16px, 2vw, 24px);
  height: clamp(16px, 2vw, 24px);
}
.cards-section {
  background: #ffefe2;
  padding: 120px 0;
}
.cards-flex {
  display: flex;
  gap: 29px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.card {
  background: #fff;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  /* max-width: 45%; */
  display: flex;
  flex-direction: column;
}
.card img {
  object-fit: cover;
  padding: 10px 10px 0 10px;
  max-width: 100%;
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 29px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.cards-grid .card-body {
  display: flex;
  flex-direction: column;
}
.card-body {
  padding: 30px 30px 33px;
}
.card-body h3 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #49263d;
}
.card-body p {
  font-size: 18px;
  margin-bottom: 31px;
  color: #000;
}
.card-link {
  color: #db4242;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 100%;
  padding: 1px 5px 1px 0;
}
.card-links img {
  padding: 0;
}
.card-links {
  display: flex;
  align-items: center;
}

.cards-grid .card-links {
  margin-top: auto;
}

/* Section wrapper (full width background) */
.polls-announcements {
  width: 100%;
}
.polls-flex {
  display: flex;
  flex-wrap: wrap;
}
.announcements,
.polls {
  flex: 1;
  box-sizing: border-box;
}
.polls {
  flex: 0 0 65%;
  background: #49263d;
  color: #fff;
  align-content: center;
}
.polls-content {
  max-width: fit-content;
  margin: auto;
}
.form-labels {
  padding-bottom: 25px;
}
.polls h1 {
  font-size: 54px;
  margin-bottom: 30px;
}
.polls h3 {
  font-size: 32px;
  font-weight: 400;
}
.polls-buttons {
  display: flex;
  gap: 15px;
}
.polls label {
  display: block;
  margin: 20px 0;
}
.polls .btn-vote {
  padding: 14px 31px 13px;
}
.polls .btn-outline {
  padding: 14px 31px 13px;
}
.polls-content input {
  margin-right: 15px;
}
.polls-content input[type="radio"] {
  width: 25px;
  height: 25px;
  padding: 25px;
  vertical-align: sub;
}
.announcements {
  background: #db4242;
  color: #fff;
  padding: 60px;
}
.announcements-content p {
  font-size: 18px;
}
.announcements h2 {
  margin-bottom: 15px;
}
.announcements ul {
  padding: 0;
  margin: 0 0 1rem 0;
}
.announcements li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 25px 0;
  border-top: 1px solid #fff;
}
.announcements .btn-vote {
  padding: 14px 31px 13px;
  color: #db4242;
  background-color: #fff;
}
.btn-outline {
  background: 0 0;
  border: 1.5px solid #fff;
  color: #fff;
  padding: 8px 22px;
  border-radius: 25px;
  cursor: pointer;
}
h2,
h3,
p {
  margin: 0;
}
.faqs {
  background: linear-gradient(#ffefe2, #fff);
  padding: 120px 0;
}
.faqs .custom-container {
  max-width: 1160px;
}
.faqs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.faqs h1 {
  font-size: 54px;
  color: #49263d;
}
.ask-btn {
  border: 1.5px solid #db4242;
  color: #db4242;
  padding: 14px 25px 13px;
  margin: 10px 0;
  cursor: pointer;
  background: 0 0;
}
.ask-btn:hover {
  border: 1.5px solid #db4242;
  color: #db4242;
  padding: 14px 25px 13px;
  margin: 10px 0;
  cursor: pointer;
  background: 0 0;
}
.accordion-header.inner-faq h4 {
  color: #49263d;
}
.faq-box.open-box {
  border-radius: 20px;
}
.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  padding: 22px 20px 22px 40px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.faq-question.open {
  padding-bottom: 0;
}
.faq-question h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  color: #49263d;
  margin: 0;
}
.faq-center {
  margin-top: 50px;
  text-align: center;
}
.faq-question img {
  background-color: #db4242;
  padding: 17px 15px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.faq-question.open img {
  transform: rotate(180deg);
}
.faq-btn {
  font-size: 18px;
  background: #db4242;
  color: #fff;
  border: none;
  padding: 14px 31px 13px;
  border-radius: 25px;
  cursor: pointer;
}
.div {
  display: flex;
  gap: 25px;
}
.logo,
.logo img {
  object-fit: contain;
  object-position: left;
  width: 220px;
  height: 88px;
}
.footer {
  background: #49263d;
  color: #fff;
  padding: 120px 0;
}
.footer-flex {
  align-items: center;
  text-align: center;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1457px;
  margin: auto;
}
.footer-links a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
  padding: 0;
}
.menu li {
  position: relative;
}
.menu li a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  display: block;
  transition: color 0.3s;
}
.menu li a:hover {
  color: #0073aa;
}
.footer-col {
  flex: 1 1 150px;
  margin: 10px;
}
.footer-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
  background-color: #49263d;
  color: #fff;
}
.footer-menu {
  list-style: none;
  padding: 0;
}
.footer-apps .store-badge {
  width: 120px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-logo-apps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.footer-logo img {
  max-height: 60px;
}
.footer-menu li {
  margin-bottom: 5px;
}
.footer-menu li a {
  padding: 0;
  color: #ccc;
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #fff;
}
.footer-allmenus {
  display: flex;
  justify-content: space-between;
}
.footer-bottom {
  text-align: left;
  padding: 20px 0;
  font-size: 14px;
  color: #aaa;
}
.home-faq-section {
  text-align: center;
  margin: 40px 0;
}
.home-faq-section .faq-content {
  display: inline-block;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.view-all {
  text-align: center;
  margin-top: 20px;
}
.view-all a {
  padding: 10px 20px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.view-all a:hover {
  background: #005177;
}
.faq-box {
  background: #fff;
  border-radius: 80px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.accordion-item:has(.show) {
  border-radius: 20px;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  --bs-border-radius: 80px;
  --bs-accordion-border-radius: 80px;
}
.read-more {
  margin: 20px 0;
}
.read-more a {
  color: #db4242;
}
.faq-outer {
  padding: 0 150px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-button::after {
  content: "";
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #24bdbd;
  filter: invert(1);
}
.faq-box.open-box {
  border-radius: 20px;
}
.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  padding: 22px 20px 22px 40px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  transition: 0.3s ease;
}
.faq-question h4 {
  font-size: 28px;
  font-weight: 400;
  color: #49263d;
  margin: 0;
}
.faq-question img {
  background-color: #db4242;
  padding: 4px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: rotate(0);
  width: 20px;
  height: 20px;
}
.faq-question.open img {
  transform: rotate(180deg);
}
.ask-btn-open,
.faq-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  background: #db4242;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  padding: 14px 25px;
  transition: 0.3s ease;
}
.ask-btn-open:hover,
.faq-btn:hover {
  background: #b92f2f;
}

.page-not-found {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  min-block-size: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Serif";
}
.page-not-found h1 {
  font-size: 80px;
}


/* ============================
      MAX-WIDTH: 1440px
============================ */
@media (max-width: 1440px) {
  .carousel-caption {
    right: 50%;
    left: 5%;
  }
  .carousel-caption h1 {
    font-size: clamp(18px, 4vw, 54px);
  }
  .carousel-caption h5 {
    font-size: clamp(8px, 1.5vw, 24px);
    margin-bottom: 30px;
    line-height: 26px;
  }
  .learn-btn {
    font-size: clamp(12px, 1vw, 18px);
    padding: clamp(10px, 1vw, 12px) clamp(20px, 2vw, 24px);
  }
  .carousel-controls-bottom {
    bottom: 30px;
    right: 30px;
  }
  .custom-arrow {
    height: 22px;
  }
  .card-body {
    padding: 25px 22px 25px;
  }
  .cards-flex {
    justify-content: center;
  }
  .cards-section {
    padding: 60px 0;
  }
  .polls h1 {
    font-size: clamp(32px, 5vw, 54px);
  }
  .polls h3 {
    font-size: clamp(24px, 3vw, 32px);
  }
  .announcements {
    padding: 50px;
  }
  .announcements h2 {
    font-size: 28px;
  }
  .announcements-content {
    font-size: 16px;
  }
  .faqs {
    padding: 60px 0;
  }
  .faqs h1 {
    font-size: clamp(32px, 4vw, 50px);
  }
  .faq-question h4 {
    font-size: 24px;
  }
  .footer-links li {
    flex-direction: column;
    padding: 10px 0;
  }
  .footer-links a {
    font-size: 18px;
  }

  /* Navbar */
  .custom-nav-links a {
    font-size: 16px;
  }
}

/* ============================
      MAX-WIDTH: 1300px
============================ */
@media (max-width: 1300px) {
  .cards-flex {
    flex-wrap: wrap;
  }
  .announcements,
  .polls {
    flex: 1 1 100%;
    padding: 60px 50px;
  }
  .polls-content {
    margin: 0;
  }
}

/* ============================
      MAX-WIDTH: 991px
============================ */
@media (max-width: 991px) {
  .custom-arrow {
    height: 18px;
  }
  .carousel-controls-bottom {
    bottom: 20px;
    right: 30px;
    gap: 10px;
  }
  .carousel-caption {
    text-align: center;
    right: 45%;
    left: 5%;
  }
  .carousel-caption h5 {
    margin-bottom: 20px;
  }
  .cards-flex {
    flex-direction: column;
    gap: 20px;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    /* max-width: 60%; */
    align-self: center;
  }
  .announcements h2 {
    font-size: 32px;
  }

  /* Navbar */
  .auth {
    flex-direction: row;
    gap: 5px;
  }
  .nav-flex {
    display: flex;
    justify-content: space-between;
  }
  .navbar-toggle {
    display: block;
    text-align: right;
  }
  nav {
    margin-left: 20px;
  }
  .logo,
  .logo img {
    width: 220px;
    height: 88px;
  }
  .custom-nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #49263d;
    padding: 40px 0 10px;
    align-items: end;
    gap: 15px;
  }
  .custom-nav-links a {
    font-size: 15px;
  }
}

/* ============================
      MAX-WIDTH: 768px
============================ */
@media (max-width: 768px) {
  .hero-flex {
    flex-direction: column;
    text-align: center;
  }
  .carousel-caption {
    right: 47%;
    left: 5%;
  }
  .carousel-controls-bottom {
    bottom: 20px;
    right: 30px;
    gap: 8px;
  }
  .carousel-caption h1 {
    margin-bottom: 8px;
  }
  .carousel-caption h5 {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .learn-btn {
    font-size: clamp(8px, 1vw, 18px);
    padding: clamp(6px, 1vw, 12px) clamp(12px, 2vw, 24px);
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    height: 30px;
  }
  .custom-arrow {
    height: 12px;
  }

  /* Cards */
  .card {
    /* max-width: 90%; */
    align-self: center;
  }
  .cards-section {
    padding: 30px 0;
  }
  .card-body h3 {
    font-size: 28px;
  }
  .card-body p,
  .card-links {
    font-size: 16px;
  }

  /* Announcements & Polls */
  .announcements,
  .polls {
    padding: 60px 40px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .polls label {
    font-size: 18px;
  }
  .polls-flex {
    flex-direction: column;
  }
  .announcements-content {
    font-size: 14px;
  }

  /* FAQs */
  .faqs {
    padding: 30px 0;
  }
  .faqs .faq-active-box,
  .faq-box {
    width: 100%;
  }
  .faqs-header {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .faq-center {
    margin-top: 20px;
  }

  /* Footer */
  .footer {
    padding: 20px;
  }
  .footer-flex,
  .footer-links {
    text-align: center;
  }
  .footer-links {
    flex-direction: column;
    gap: 12px;
  }

  /* Navbar */
  .logo,
  .logo img {
    height: 50px;
  }
  .custom-nav-links a {
    font-size: 12px;
  }
}

/* ============================
      MAX-WIDTH: 425px
============================ */
@media (max-width: 425px) {
  .hero .carousel-item img {
    width: 140% !important;
    object-fit: cover;
    object-position: right center;
    margin-left: auto;
  }
  .carousel-caption {
    right: 30%;
    left: 5%;
  }
  .carousel-caption h5 {
    line-height: 10px;
  }
  .faq-question.open {
    border: none;
  }
  .faq-question h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .footer-logo img {
    margin: 10px auto;
    height: 70px;
  }
}

/* ============================
      MAX-WIDTH: 321px
============================ */
@media (max-width: 321px) {
  .carousel-controls-bottom {
    bottom: 15px;
    right: 24px;
    gap: 5px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 20px;
    height: 20px;
  }
  .custom-arrow {
    height: 8px;
  }
  .cards-section {
    padding: 20px 0;
  }
  .announcements,
  .polls {
    padding: 20px;
  }
  .faqs {
    padding: 20px 0;
  }
}
