:root {
  --color-primary: #291669;
}

body {
  background-color: #f4f4f4;
  color: #555;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
a {
  color: #046bd1;
}
a.dicWin {
  color: #7f20a3 !important;
}
a.dicWin rt {
  color: #555 !important;
}
#header,
.header-translate {
  background-color: #291669;
  background-image: linear-gradient(to right, #291669, #7f20a3);
  color: #ffffff;
}
.no-margin-all {
  margin-right: 0;
  margin-left: 0;
}
.no-padding-all {
  padding-right: 0;
  padding-left: 0;
}
.box-message,
.box-message-user {
  position: fixed;
  min-width: 250px;
  min-height: 50px;
  right: 20px;
  top: 120px;
  z-index: 9;
  font-size: 16px;
  text-align: center;
  display: none;
  border-radius: 0px;
  box-shadow: 1px 1px 0 rgba(199, 196, 191, 0.62),
    1px 1px 3px rgba(210, 207, 202, 0.73);
  -webkit-box-shadow: 1px 1px 0 rgba(199, 196, 191, 0.62),
    1px 1px 3px rgba(210, 207, 202, 0.73);
  -moz-box-shadow: 1px 1px 0 rgba(199, 196, 191, 0.62),
    1px 1px 3px rgba(210, 207, 202, 0.73);
}
.box-default {
  max-width: 85%;
  margin: auto;
  padding: 0 15px;
}
.box-content-default {
  padding-top: 36px;
  min-height: calc(100vh - 210px);
  margin-bottom: 30px;
}
.open {
  display: block !important;
}
#sidebar .box-tips,
.box-tags,
.box-filter,
.box-news,
.box-detail,
.box-sidebar,
.box-user-translate,
.box-content-translate,
.box-short-info,
.box-login,
.box-create-tran {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}
#sidebar .box-tips,
.box-tags,
.recent-news,
.box-detail,
.box-content-translate {
  padding: 15px 20px;
}
.box-tags {
  margin-bottom: 15px;
  margin-top: 10px;
}
.box-login {
  border-right: 0;
}
.box-login-fast {
  margin-bottom: 10px;
}
.box-login-fast .btn-quick {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  line-height: 36px;
  position: relative;
  font-weight: 500;
}
.box-login-fast .with-apple {
  background: #333333;
}
.box-login-fast .with-fb {
  background: #3b5998;
}
.box-login-fast .box-social,
.box-login-fast .box-social:active {
  color: #fff;
}
.box-login-fast .with-gg {
  background: #db4d3f;
  color: #fff;
}
.box-login-fast .with-fb img {
  display: inline-block;
}
.box-banner .banner {
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  width: 100%;
}
.st-form-group {
  position: relative;
  margin-bottom: 15px;
}
.st_icon {
  position: absolute;
  top: 12px;
  left: 15px;
}
.input-data {
  border-radius: 20px;
  padding-left: 38px !important;
  min-height: 40px;
}
.input-data::placeholder {
  color: #999999;
  font-size: 0.9em;
}
.input-data:focus {
  box-shadow: none;
  border: 1px solid #291669;
}
.btn-user {
  background-color: #291669;
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}
.login-box-msg {
  color: red;
}
.login-box-msg::first-letter {
  text-transform: uppercase;
}
.back-route {
  display: block;
  margin-bottom: 10px;
  color: #000;
  opacity: 0.6;
  text-decoration: none;
}
a.back-route:hover {
  color: #000;
  opacity: 1;
}
.box-button-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-button {
  width: 100%;
  border-radius: 10px;
  background-color: #291669;
  padding: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
}
.search-button-right {
  width: 100%;
  border-radius: 10px;
  background-color: #291669;
  padding: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.search-filter.active .box-search-container {
  display: block;
}
.search-filter.active .filter-container {
  display: none;
}
.box-search-container {
  display: none;
  margin-bottom: 15px;
}
.box-button-search input {
  width: 100%;
  padding: 8px 25px 8px 15px;
  border: 1px solid #000;
  border-radius: 10px;
  outline: 0;
}
.btn-back {
  display: inherit;
}
.btn-search-clear {
  display: inherit;
  position: absolute;
  right: 5px;
  bottom: 50%;
  transform: translate(0, 50%);
  background: inherit;
}

.box-filter div {
  display: inline-block;
}
.box-filter .sl-custom {
  box-shadow: none;
  font-size: 0.95em;
  background-position: right center;
  background-color: rgb(255, 255, 255);
  color: #000000;
  border: 1px solid #ffffff;
}
.box-filter .sl-custom:focus {
  outline: none;
}
.box-search {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  color: #000;
  right: 20px;
  z-index: 99;
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}
.box-search .header-translate {
  padding: 10px 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.box-search .close {
  opacity: 1;
  font-size: 1.2em;
  color: #fff;
  text-shadow: none;
  position: absolute;
  top: 12px;
  right: 16px;
}
.box-search .close:focus {
  outline: none;
}
.box-search .text-translate {
  width: 90%;
  border: none;
  background: none;
  color: #ffffff;
  margin-left: 10px;
}
.box-search .text-translate:focus {
  box-shadow: none;
  outline: none;
}
.box-search .text-translate::placeholder {
  color: #ffffff;
  font-size: 0.9em;
  opacity: 0.9;
}
.box-search .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ffffff;
  font-weight: bold;
}
.box-search .nav-pills .nav-link span {
  color: #162528;
}
.box-search .nav .active {
  border-bottom: 2px solid #302e43;
  border-radius: 0;
}
.box-search .nav {
  border-bottom: 1px solid #d9d9d9;
}
.box-search .word-translate,
.box-search .kanji-translate,
.box-search .exam-translate {
  max-height: 420px;
  overflow: auto;
}
.word-translate .box-result-translate {
  padding: 10px 15px;
}
.word-translate .box-result-translate .icon {
  font-size: 0.5em;
}
.auto-tran {
  font-size: 0.85em;
  margin-top: 5px;
}
.note-login {
  font-size: 0.9em;
}
.note-login .icon {
  color: #ff9900;
  margin-right: 5px;
}
.note-login a {
  text-decoration: underline;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
#required_login .modal-dialog {
  max-width: 700px;
}
.pagination a.current {
  background-color: #004b96;
  color: #fff;
}
.more a {
  border: 1px solid #ddd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  color: #000;
}
.more a:hover {
  background-color: #fff;
  color: #004b96;
}
.menu {
  border-top: 1px dotted #ccc;
}
.menu li a {
  border-bottom: 1px dotted #ccc;
}
.menu li.current a {
  color: #555;
}
.footer-component {
  position: relative;
  background: radial-gradient(
    255% 85.41% at 21.87% 19.35%,
    #1a1a1a 0%,
    #080808 50%,
    #1b1b1b 100%
  );
  padding: 24px 0 0px;
  margin-top: 60px;
}

.footer-component .no-pd-mb {
  padding: 0;
  margin-bottom: 12px;
}

.footer-component .title {
  margin-bottom: 15px;
  margin-left: 5px;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}

.footer-component .title a {
  color: #fff;
  text-decoration: none;
}

.footer-component .container-footer {
  max-width: 1200px;
  padding-bottom: 30px;
}

.footer-component .container-footer .box-left {
  display: flex;
}

.footer-component .container-footer .box-left .box-icon {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.footer-component .container-footer .box-left .box-icon .logo {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  flex-shrink: 0;
}

.footer-component .container-footer .box-left .box-icon .logo-sub {
  height: 36px;
  width: auto;
  max-width: 200px;
  flex-shrink: 0;
}

.footer-component .container-footer .box-left .box-contact {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.footer-component .container-footer .box-left .box-contact .list-contact {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.footer-component .container-footer .box-left .box-contact .list-contact a {
  display: block;
  color: #8c8c8c;
  margin-top: 4px;
  padding: 4px 0;
}

.footer-component
  .container-footer
  .box-left
  .box-contact
  .list-contact
  .item-link {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  margin-top: 4px;
}

.footer-component
  .container-footer
  .box-left
  .box-contact
  .list-contact
  .item-link
  p {
  margin-top: auto !important;
  margin-bottom: auto !important;
  font-weight: 400;
  font-size: 15px;
  max-width: 80%;
}

.footer-component .container-footer h5 {
  margin-bottom: 17px;
  font-size: 1.5rem;
}

.footer-component .container-footer .source-web {
  padding: 5px 0;
  margin-top: 1rem;
  font-size: 13px;
}

.footer-component .container-footer .source-web .f-right {
  float: right !important;
}

.footer-component .container-footer .source-web a {
  color: #ff9400;
  font-weight: 500;
}

.footer-component .container-footer .download .box-download-df {
  margin-top: 5px;
}

.footer-component .container-footer .download .box-download:last-child {
  margin-left: 15px;
}

.footer-component .container-footer .download .icon-dowload {
  width: 120px;
}

.footer-component .container-footer .download .list-contact {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin: 0 0 12px 8px;
}

.footer-component .container-footer .download .list-contact a,
.footer-component .container-footer .download .list-contact p {
  display: block;
  color: #8c8c8c;
  margin-top: 4px;
  padding: 4px 0;
  margin-bottom: 0;
}

.footer-component .box-download-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-component .box-download-wrapper .box-download {
  width: calc(50% - 10px);
}

.footer-component .box-download-wrapper .box-download:hover {
  color: #666666;
  text-decoration: none;
}

.footer-component .box-download-wrapper .box-download:last-child {
  margin-left: unset !important;
}

.footer-component .box-download-cust {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  width: 100%;
  border-radius: 5px;
  color: #666666;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
  margin: 5px 0;
}

.footer-component .box-download-cust:hover {
  box-shadow: #707070 0px 0px 0px 1px;
}

.footer-component .box-download-cust p {
  margin: 0;
}

.footer-component .box-download-cust img {
  width: 32px;
  height: 32px;
  display: flex;
  margin: 0;
  border-radius: 5px;
}

.footer-component .box-download-content {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  width: 100%;
  padding-right: 20px;
}

.footer-component .box-download-content p {
  font-weight: 500;
  font-size: 15px;
  margin-top: -4px;
}

/* Responsive styles */
@media screen and (max-width: 767.98px) {
  .footer-component {
    font-size: 14px;
    padding: 10px 0 0;
  }

  .footer-component .no-pd-mb {
    padding: 0;
    margin-bottom: 12px;
  }

  .footer-component .title {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
  }

  .footer-component .container-footer .box-left {
    flex-direction: column;
  }

  .footer-component .container-footer .box-left .box-icon {
    margin-right: 0;
  }

  .footer-component .container-footer .box-left .box-contact {
    text-align: center;
  }

  .footer-component .container-footer .box-left .box-contact .list-contact {
    display: block;
  }

  .footer-component .container-footer .box-left .box-contact .list-contact a {
    margin: 12px 16px 12px 0;
    display: inline-block;
  }

  .footer-component .container-footer h5 {
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1;
    font-size: 1.1rem;
  }

  .footer-component .container-footer .download .box-download-left {
    text-align: right;
  }

  .footer-component .container-footer .download .list-contact {
    text-align: center;
  }

  .footer-component .box-download-cust {
    padding: 4px;
  }

  .footer-component .box-download-cust img {
    width: 28px;
    height: 28px;
  }

  .footer-component .box-download-content {
    padding-left: 6px;
  }
}

@media screen and (max-width: 575.98px) {
  .footer-component .container-footer .box-left .box-contact .list-contact a {
    margin: 4px 12px 4px 0;
  }
}
.dropdown-menu {
  width: 250px;
}
.n > ul {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 320px;
  top: 36px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 6px #cbcbcb;
  right: -30px;
  padding: 3px 8px;
  padding-bottom: 12px;
  padding-left: 30px;
}
.n:hover > ul {
  display: block;
}
.bg-color {
  color: #003263 !important;
  display: inline-block;
  max-height: 38px;
  font-weight: 500;
}
option {
  color: #6c7175;
}
.size-50 {
  font-size: 12px !important;
}
.size-60 {
  font-size: 13px !important;
}
.size-70 {
  font-size: 14px !important;
}
.size-80 {
  font-size: 15px !important;
}
.size-90 {
  font-size: 16px !important;
}
.size-95 {
  font-size: 17px !important;
}
rt {
  font-size: 60%;
  padding-bottom: 1.1px;
}
.down-app {
  position: fixed;
  z-index: 99;
  bottom: 0px;
  border-top: 1px solid #d9d9d9;
  background-color: #ffffff;
  width: 100%;
  height: 72px;
  padding: 15px;
  -webkit-box-shadow: 0px -2px 2px rgba(219, 219, 219, 0.75);
  -moz-box-shadow: 0px -2px 2px rgba(219, 219, 219, 0.75);
  box-shadow: 0px -2px 2px rgba(219, 219, 219, 0.75);
}
.language-setting {
  overflow: hidden;
}
.mazii_selection_bubble_root {
  background: rgb(249, 249, 249) !important;
}
.btn-down {
  font-weight: bold;
}
.background {
  background-color: #d9d9d9;
}
.count-first {
  display: inline-block;
  font-size: 13px;
  margin-left: 4px !important;
}
.input-group {
  margin-left: 0px;
  z-index: 0;
}
.box-result-translate {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 6px;
}
.box-result-translate:last-child {
  border-bottom: none;
}
.box-result-translate .sentence-japan {
  position: relative;
  margin-left: 5px;
}
.exam-translate {
  padding: 0 15px;
}
.box-result-translate .sentence-japan .icon {
  font-size: 0.45em;
}
.box-result-translate .sentence-auto .icon {
  position: absolute;
  top: 6px;
}
.box-result-translate .sentence-auto .sentence-gg {
  margin-left: 13px;
}
.exam-translate .sentence-translate {
  margin-left: 12px;
}
.kanji-translate {
  padding: 20px;
  font-size: 15px;
}
.kanji-translate .box-kanji {
  font-size: 20px;
  display: inline-block;
}
.kanji-translate .kanji-item {
  padding: 3px 8px;
  display: inline-block;
  cursor: pointer;
}
.kanji-translate .kanji-active {
  background-color: #cdcdcd;
  border: 1px solid #cdcdcd;
  font-size: 1.05em;
  font-weight: bold;
}
.kanji-translate .exam-kanji table {
  width: 100%;
}
.kanji-translate table tbody {
  border: 1px solid #ddd;
}
.kanji-translate .kanji-mean {
  display: -webkit-box;
}
.kanji-translate .box-kanji-list {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.kanji-translate .kanji-interpret .mean-item {
  display: list-item;
  margin-left: 40px;
}
.kanji-translate .tr-border {
  border-right: 1px solid #efeeee;
}
.kanji-translate .exm-pub {
  font-size: 12px;
  color: #000;
  padding: 8px;
  border-top: 1px solid #ddd;
}
.kanji-translate .content-kanji {
  margin-left: 15px;
}
.kanji-bo {
  color: rgba(196, 19, 19, 1);
}
.kanji-on {
  padding-top: 8px;
}
.kanji-kun {
  padding-top: 8px;
}
.kanji-count {
  padding-top: 8px;
}
.kanji-level {
  padding-top: 8px;
}
.box-search .none-data {
  text-align: center;
  margin-top: 20px;
}
.fast-searchit {
  width: 24px;
  height: 24px;
  z-index: 9999;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2013.701%2013.721%22%20style%3D%22enable-background%3Anew%200%200%2013.701%2013.721%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.021%2C8.626C10.638%2C7.738%2C11%2C6.662%2C11%2C5.5C11%2C2.463%2C8.537%2C0%2C5.5%2C0S0%2C2.463%2C0%2C5.5S2.463%2C11%2C5.5%2C11%20c1.152%2C0%2C2.221-0.356%2C3.105-0.962l3.682%2C3.683l1.414-1.414L10.021%2C8.626z%20M5.5%2C9C3.567%2C9%2C2%2C7.433%2C2%2C5.5S3.567%2C2%2C5.5%2C2S9%2C3.567%2C9%2C5.5%20S7.433%2C9%2C5.5%2C9z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  left: 1057px;
  top: 25px;
  position: absolute;
  cursor: pointer;
  display: none;
}
.box-search-result {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 15px 20px;
}
.datepicker table {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .down-app {
    display: none;
  }
  .f-left-copy {
    padding-left: 51px;
  }
  .t-right {
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .box-login {
    padding: 36px 60px 25px;
  }
  .box-login-fast .with-gg,
  .box-login-fast .with-fb {
    margin-left: 20px;
  }
  .no-margin {
    margin-right: 0;
    margin-left: 0;
  }
  .no-padding {
    padding: 0 !important;
  }
  .no-pd-right {
    padding-right: 0;
  }
  .no-pd-left {
    padding-left: 0;
  }
  .box-search {
    width: 600px;
    height: 510px;
  }
  #footer .box-icon {
    float: right;
  }
  .bg-color.setting-language {
    margin-bottom: 0;
    min-width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .box-default {
    max-width: 95%;
  }
  .forgot-password {
    line-height: 24px;
    font-size: 12px;
  }
  .box-search {
    height: 400px;
  }
  .search-button {
    margin-bottom: 15px;
  }
  .search-button-right {
    margin-bottom: 15px;
  }
  .box-user-translate,
  .box-news {
    margin-bottom: 15px;
  }
  .box-login {
    padding: 20px;
  }
  .icon-easy {
    width: 41px;
    border-radius: 10px;
    display: inline-block;
  }
  .infor-down {
    margin-left: 68px;
    display: inline-block;
    position: absolute;
    margin-top: -33px;
  }
  .delete {
    margin-left: 11px;
    color: #000;
    position: absolute;
    top: 25px;
    left: 0;
  }
  .content-name {
    margin-left: 15px;
    color: #000;
    font-size: 0.9em;
  }
  .down-app .slogan {
    font-size: 0.75em;
  }
  .btn-down {
    text-align: center;
    border: 1px solid #fff;
    width: 100px;
    background-image: linear-gradient(to right, #291669, #50006c);
    border-radius: 5px;
    color: #ffffff;
    position: absolute;
    font-size: 10px;
    line-height: 20px;
    padding: 4px;
    right: 10px;
    min-height: 30px;
    top: 30%;
  }
  .language-setting {
    overflow: hidden;
    height: 37px;
  }
  .box-short-info {
    margin-left: 0;
  }
  #footer .download {
    text-align: left;
    display: inline-block;
  }
  #footer .download a {
    display: inline-block;
  }
  .box-content-translate {
    margin-bottom: 15px;
  }
}
@media (device-width: 768px) {
  .search-button {
    padding: 10px 5px;
  }
  .search-button-right {
    padding: 10px 5px;
  }
}
@media (max-width: 576px) {
  .down-app {
    font-size: 0.9em;
  }
  .btn-down {
    font-size: 8px;
  }
  .no-pd-mb {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .box-default,
  #footer .container-footer {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1299.9px) {
  .box-content-default {
    padding-top: 66px;
  }
}
/* Products Section */
.footer-component .products-section .title {
  margin-bottom: 15px;
  margin-left: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.footer-component .products-section .title.mt-4 {
  margin-top: 32px;
}

/* Products Grid */
.footer-component .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 0.1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.footer-component .product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.footer-component .product-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.footer-component .product-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Download Buttons */
.footer-component .download-buttons {
  display: flex;
  margin-bottom: 20px;
}

.footer-component .download-btn {
  flex: 0.4;
  display: block;
  transition: transform 0.3s ease;
}

.footer-component .download-btn:hover {
  transform: translateY(-2px);
}

.footer-component .download-btn img {
  width: 100%;
  max-width: 140px;
  height: auto;
  border-radius: 8px;
}

/* Social Icons */
.footer-component .social-icons {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.footer-component .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-component .social-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.footer-component .social-icon img {
  width: 100%;
  height: 100%;
}

/* Responsive Design */
@media screen and (max-width: 767.98px) {
  .footer-component .products-section .title {
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer-component .products-section .title.mt-4 {
    margin-top: 24px;
  }

  .footer-component .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    justify-items: center;
  }

  .footer-component .product-item {
    width: 50px;
    height: 50px;
  }

  .footer-component .product-item img {
    width: 32px;
    height: 32px;
  }

  .footer-component .download-buttons {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-component .download-btn {
    max-width: 160px;
  }

  .footer-component .social-icons {
    justify-content: center;
    gap: 12px;
  }

  .footer-component .social-icon {
    width: 40px;
    height: 40px;
  }

  .footer-component .social-icon img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .footer-component .products-grid {
    gap: 6px;
  }

  .footer-component .product-item {
    width: 45px;
    height: 45px;
  }

  .footer-component .product-item img {
    width: 28px;
    height: 28px;
  }
}