:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  z-index: 1;
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-horizontal {
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  margin: 0.67em 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
h1,
h2,
h3,
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  margin-top: 20px;
}
h2 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 400;
}
h3 {
  line-height: 30px;
  margin-top: 20px;
}
h5 {
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
label {
  font-weight: bold;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
.navbar-wrapper {
  width: 100%;
  background: linear-gradient(to bottom, #f8fafc, #f1f5f9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.page-wrapper {
  padding-top: 20px;
}
.grid {
  position: relative;
  display: grid;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 350px;
  grid-template-columns: 1fr 350px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}
.heading-2 {
  margin-bottom: 20px;
  font-family: "PT Serif", serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.div-block-2 {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.gray-small-text {
  color: #bbb;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}
.gray-horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 58%, 0.6);
}
.full-width-image {
  width: 100%;
  margin-bottom: 20px;
}
.image-5 {
  position: fixed;
  top: 46%;
  right: auto;
  bottom: auto;
  margin-left: -50px;
}
.light-dark-paragraph {
  margin-bottom: 20px;
  color: white;
  font-size: 14px;
  line-height: 1.4;
}
.blue-line {
  width: 40px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #0d75c3;
}
.heading-4 {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 400;
}
.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 58%, 0.6);
  border-bottom: 1px solid hsla(0, 0%, 58%, 0.6);
}
.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.name-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0178d4;
}
.feedback-text {
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
  line-height: 1.8;
}
.image-9 {
  margin-top: 50px;
}
.footer {
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
  background-color: #1d1d1d;
}
.link-3 {
  padding-right: 10px;
  padding-left: 10px;
  color: white;
  font-size: 12px;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 600;
}
.right-side-div {
  display: flex;
  margin-top: 170px;
  padding-top: 10px;
  flex-direction: column;
  align-items: center;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
}
.div-block-5 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 0.7fr;
    grid-template-columns: 1fr 0.7fr;
  }
  .image-5 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .right-side-div {
    margin-bottom: 50px;
    margin-top: unset;
  }
  .news-card {
    margin: unset !important;
    max-width: 20rem !important;
  }
}
@media screen and (max-width: 479px) {
  .footer {
    flex-direction: column;
  }
  .link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
#w-node-_7d2506dd-61e3-9f9a-fbfd-281f0440bd7f-9ec1ba67 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-b93fed6d-acbd-3850-c651-76a25761ee08-9ec1ba67 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-b93fed6d-acbd-3850-c651-76a25761ee0b-9ec1ba67 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-c99f29b9-9960-ea31-3eed-a1b91b8cd3ac-9ec1ba67 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

html {
  scroll-behavior: smooth;
}
.advantages-container {
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  margin: 50px 0 !important;
}
.advantages-title {
  color: #1e3a8a;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
.advantage-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.advantage-item:hover {
  transform: translateY(-2px);
}
.advantage-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  background: #2563eb;
  color: white;
  border-radius: 9999px;
  font-weight: bold;
}
.advantage-content {
  flex: 1;
}
.advantage-heading {
  color: #1e40af;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.advantage-text {
  color: #4b5563;
  line-height: 1.4;
}
.navbar-new {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.form-section {
  margin: 50px 0 !important;
}
.form-section,
.form-section .form-wrapper,
.form-section .form-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.form-section .form-wrapper {
  width: 100%;
  gap: 15px;
  box-sizing: border-box;
}
.form-section .form-wrapper .input-wrapper {
  width: 100%;
  max-width: 500px;
  gap: 3px !important;
}
.form-section .form-wrapper .input-wrapper input {
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  border: 0;
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
}
.form-section .form-wrapper .input-wrapper input[type="tel"] {
  width: 100%;
  padding-left: 100px !important;
}
.form-section .form-wrapper .submit_btn {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  height: 50px;
  padding: 11px 16px;
  display: flex;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #2563eb;
  color: white;
  border-radius: 0.5rem;
}
.iti__selected-flag {
  border-radius: 0.5rem 0 0 0.5rem;
}
.iti__country-name,
.iti__selected-flag,
.iti__dial-code {
  color: #333;
}
.iti__flag-container {
  padding: unset !important;
}
@media (max-width: 480px) {
  .iti__selected-dial-code,
  .form-section .form-wrapper .input-wrapper input {
    font-size: 14px;
  }
  .partner-item__logo {
    max-width: 150px;
  }
}
.page-wrapper {
  background-color: #262626;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 30px 30px;
}
.navbar-new {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1d1d;
}
.navbar-new img {
  max-width: 70px;
}
a {
  color: rgb(83, 105, 200);
}
.navbar-new .menu-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navbar-new .menu-list a,
.menu-list-mobile a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.navbar-new .menu-list a.menu-reg-button,
.menu-list-mobile a.menu-reg-button {
  padding: 10px;
  background: #f00;
}
.menu-list-mobile {
  background: #1d1d1d;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.menu-list-mobile a.menu-reg-button {
  padding: 20px;
}
.menu-list-mobile a {
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.menu-list-mobile a:hover {
  background: #2a2a2a;
}
.menu-list-mobile a.menu-reg-button:hover,
.navbar-new .menu-list a.menu-reg-button {
  background: rgb(255, 48, 48);
}
.profit-calculator {
  width: 100%;
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  margin: 50px 0 !important;
}
.profit-calculator h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: unset;
  color: #1e3a8a;
  max-width: 500px;
}
.calc-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #374151;
  max-width: 500px;
  width: 100%;
}
#amountInput {
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  border: 0;
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  max-width: 500px;
}
#amountRange {
  width: 100%;
  margin-bottom: 20px;
  max-width: 500px;
}
.result-box {
  background: white;
  border-radius: 0.5rem;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}
.result-box span {
  font-size: 14px;
  color: #6b7280;
}
.result-box strong {
  font-size: 20px;
  color: #16a34a;
}
.calc-btn {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  height: 50px;
  padding: 11px 16px;
  display: flex;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  color: white;
  border-radius: 0.5rem;
  text-decoration: none;
}
:root {
  --bg: #ffffff;
  --text-primary: #0f1419;
  --text-secondary: #536471;
  --text-light: #71767b;
  --border: #eff3f4;
  --blue: #1d9bf0;
  --blue-hover: #1a8cd8;
  --gray-hover: #f7f9f9;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-bottom: 2px;
  font-size: 15px;
}
.display-name {
  font-weight: 700;
}
.dot {
  font-weight: bold;
}
.actions {
  display: flex;
  margin-top: 8px;
  margin-left: -8px;
  max-width: 425px;
  justify-content: space-between;
  pointer-events: none;
}
.action-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border: none;
  background: none;
  color: white;
  font-size: 13px;
  border-radius: 9999px;
  transition: all 0.15s ease;
  cursor: pointer;
}
.action-btn svg {
  width: 18.75px;
  height: 18.75px;
  fill: currentColor;
}
.action-btn:hover {
  background: var(--gray-hover);
}
.reply-btn:hover {
  color: var(--blue);
}
.repost-btn:hover {
  color: #00ba7c;
}
.like-btn:hover {
  color: #f91880;
}
.div-block-4 .header span {
  color: white;
}
.div-block-4 .header svg {
  max-width: 15px;
  max-height: 15px;
}
.div-block-4 .header svg path {
  fill: #2563eb;
}
.notify-container {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.button-menu {
  display: none;
}
.button-menu svg {
  width: 40px;
  height: 40px;
}
.button-menu {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.slider-container .swiper-wrapper {
  max-width: 580px;
}
.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  width: 100%;
  overflow: hidden;
}
.slider-container .swiper {
  width: 100%;
  max-width: 580px;
}
.partner-item__logo {
  max-width: 180px;
}
@media (max-width: 600px) {
  .slider-container .swiper {
    max-width: 100%;
    padding: 0 15px;
  }
}
.slider-container .swiper-wrapper {
  width: 100%;
}
.slider-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
}
@keyframes logoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.left-side-div {
  max-width: 580px;
}
.slider-container h2 {
  margin-bottom: 35px;
}
@media (max-width: 900px) {
  .menu-list {
    display: none !important;
  }
  .button-menu {
    display: block;
  }
}

.top__list .item .place__avatar img {
  display: block;
  min-width: 50px !important;
}
.top__list .item .place {
  width: 240px;
}
.top__list {
  padding-top: 12px;
  font-size: 18px;
  width: 100%;
  padding: 30px !important;
  background-color: rgba(47, 44, 44, 0.5);
}
.top__list .item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}
.progress__info {
  font-size: 16px;
}
.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}
.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
.progress__bar {
  display: block;
  height: 25px;
  margin-right: 20px;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 5px;
  animation: 2s linear infinite progress-bar-stripes;
  transition: 0.8s ease-out;
  background-repeat: repeat;
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
}
.progress-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
button {
  -webkit-appearance: none;
}
.top__list .item {
  color: #333;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
  .top__list .item .place__name {
    margin-left: 20px;
  }
  .top__list .item .progress {
    margin-left: 10px;
  }
  .progress__info {
    font-size: 16px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0;
  }
  .top__list .item {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  .top__list {
    padding: 15px !important;
  }
}

.countdown-container {
  background: rgb(255 237 237);
  border-radius: 20px;
  padding: 40px 30px 60px 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.countdown-header {
  text-align: center;
  margin-bottom: 15px;
}
.countdown-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: unset !important;
}
.countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
.countdown-value {
  background: #e32402;
  color: white;
  font-size: 42px;
  font-weight: bold;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  position: relative;
  transition: transform 0.3s ease;
}
.countdown-value:hover {
  transform: translateY(-5px);
}
.countdown-label {
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  position: absolute;
  bottom: -35%;
}
.separator {
  font-size: 30px;
  color: black;
  align-self: center;
}
.expired-message {
  display: none;
  text-align: center;
  padding: 20px;
}
.expired-message h3 {
  color: #e53e3e;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .countdown-wrapper {
    gap: 10px;
  }
  .countdown-value {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }
  .separator {
    font-size: 20px;
  }
  .countdown-container {
    padding: 30px 20px 45px 20px;
  }
  .countdown-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .countdown-wrapper {
    gap: 8px;
  }
  .countdown-value {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
  .separator {
    font-size: 18px;
  }
  .countdown-label {
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  .countdown-wrapper {
    gap: 5px;
  }
  .countdown-value {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .countdown-container {
    padding: 25px 15px 35px 15px;
  }
  .countdown-title {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .countdown-value {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .separator {
    font-size: 16px;
  }
  .countdown-label {
    font-size: 8px;
  }
}

.mobileMenuContainer {
  display: flex;
}

@media (max-width: 460px) {
  .navbar-new {
    padding: 10px;
  }
}

.news-card {
  max-width: 17rem;
  margin: 1rem auto;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  text-decoration: none;
}
.news-card a {
  text-decoration: none;
}
.news-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.news-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}
.news-content {
  padding: 1rem;
  text-decoration: none;
}
.news-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  transition: color 0.2s ease;
  text-decoration: none;
}
.news-text {
  color: #4b5563;
  line-height: 1.2;
  font-size: 1rem;
  text-decoration: none;
}
@media (max-width: 640px) {
  .news-card {
    margin: 1rem;
  }
}
