/* Public About + news detail responsive overflow fixes */
.about-area,
.about-area .container,
.about-area .row,
.about-area [class*="col-"],
.about-area .about-right,
.about-area .about-prea,
.about-area .section-tittle,
.about-area .single-follow,
.about-area .single-box,
.about-area .news-poster,
.about-area .en-public-ad-block {
  max-width: 100%;
  min-width: 0;
}

.about-area {
  overflow-x: hidden;
}

.about-area img,
.about-area iframe,
.about-area video,
.about-area embed,
.about-area object {
  max-width: 100%;
  height: auto;
}

.about-area .about-img {
  max-width: 100%;
  overflow: hidden;
}

.about-area .about-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.about-area .about-prea {
  overflow-wrap: anywhere;
  word-break: normal;
}

.about-area .about-prea table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.about-area .about-prea pre,
.about-area .about-prea code {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.about-area .trending-tittle {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.about-area .trending-animated {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.about-area .ticker-wrapper.has-js,
.about-area .ticker,
.about-area .ticker-swipe {
  width: 100% !important;
  max-width: 100% !important;
}

.about-area .ticker-content {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-area .social-share .section-tittle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
}

.about-area .social-share ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  max-width: 100%;
}

.about-area .social-share ul li {
  margin: 0;
}

@media (max-width: 991.98px) {
  .about-area .container {
    width: 100%;
    max-width: 100%;
  }

  .about-area .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .about-area .about-right {
    margin-bottom: 35px;
  }
}

@media (max-width: 575.98px) {
  .about-area .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-area .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .about-area [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-area .section-tittle h3 {
    font-size: 22px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .about-area .about-prea p,
  .about-area .about-prea li {
    font-size: 15px;
    line-height: 1.75;
  }
}

.en-contact-note {
  margin: 0 0 28px;
  padding: 16px 18px;
  background: #fff7f7;
  border: 1px solid #f1dddd;
  border-left: 4px solid #c1121f;
  border-radius: 10px;
  color: #111;
  line-height: 1.6;
}

.en-contact-note a {
  color: #c1121f;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.contact-section {
  background: linear-gradient(180deg, #fbfbfb 0%, #fff 42%);
}

.en-contact-header {
  max-width: 780px;
  margin-bottom: 22px;
}

.en-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #c1121f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.en-contact-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #c1121f;
}

.en-contact-header .contact-title {
  margin-bottom: 10px;
  color: #111;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.en-contact-header p {
  max-width: 680px;
  margin-bottom: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.75;
}

.en-contact-grid {
  align-items: flex-start;
}

.en-contact-form-card,
.en-contact-side {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.en-contact-form-card {
  padding: 34px;
}

.en-contact-card-head {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.en-contact-card-head h3 {
  margin: 0 0 6px;
  color: #111;
  font-size: 24px;
  font-weight: 800;
}

.en-contact-card-head p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.en-contact-form-card .form-contact label {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 13px;
  font-weight: 700;
}

.en-contact-form-card .form-contact .form-group {
  margin-bottom: 20px;
}

.en-contact-form-card .form-contact .form-control {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  background: #fafafa;
  border: 1px solid #dedede;
  border-radius: 10px;
  color: #111;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.en-contact-form-card .form-contact textarea.form-control {
  min-height: 190px;
  padding-top: 14px;
  resize: vertical;
}

.en-contact-form-card .form-contact .form-control:focus {
  background: #fff;
  border-color: #c1121f;
  box-shadow: 0 0 0 4px rgba(193, 18, 31, .08);
}

.en-contact-actions {
  margin-bottom: 0;
}

.en-contact-actions .boxed-btn {
  min-width: 0;
  padding: 16px 30px;
  background: #c1121f;
  border-color: #c1121f;
  border-radius: 999px;
  color: #fff !important;
  letter-spacing: .04em;
}

.en-contact-actions .boxed-btn:hover {
  background: #111;
  border-color: #111;
}

.en-contact-side {
  padding: 24px;
}

.en-contact-side .contact-info {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0;
  padding: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.en-contact-side .contact-info:first-child {
  padding-top: 0;
}

.en-contact-side .contact-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-right: 0;
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 50%;
}

.en-contact-side .contact-info__icon i {
  color: #c1121f;
  font-size: 20px;
}

.en-contact-label {
  display: block;
  margin-bottom: 3px;
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.en-contact-side .contact-info .media-body h3 {
  margin-bottom: 4px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.en-contact-side .contact-info .media-body p {
  margin: 0;
  color: #626262;
  font-size: 14px;
  line-height: 1.6;
}

.en-contact-ad-card {
  margin-top: 22px;
  padding: 20px;
  background: #111;
  border-radius: 12px;
  color: #fff;
}

.en-contact-ad-card span {
  display: block;
  margin-bottom: 8px;
  color: #ffced2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.en-contact-ad-card strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
}

.en-contact-ad-card a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.en-related-sidebar {
  margin-top: 34px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e9e4da;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.en-related-sidebar .section-tittle {
  margin-bottom: 18px;
}

.en-related-sidebar .section-tittle h3 {
  margin-bottom: 0;
  color: #111;
  font-size: 20px;
  font-weight: 800;
}

.en-related-list {
  display: grid;
  gap: 14px;
}

.en-related-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
  color: #111;
}

.en-related-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.en-related-thumb {
  display: block;
  width: 88px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}

.en-related-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.en-related-copy {
  min-width: 0;
}

.en-related-copy em {
  display: block;
  margin-bottom: 4px;
  color: #c1121f;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.en-related-copy strong {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.en-related-card:hover .en-related-copy strong {
  color: #c1121f;
}

.about-prea ul,
.about-prea ol {
  display: block;
  margin: 18px 0 22px;
  padding-left: 1.45rem;
}

.about-prea ul {
  list-style: disc outside;
}

.about-prea ol {
  list-style: decimal outside;
}

.about-prea li {
  display: list-item;
  margin-bottom: 8px;
  color: #506172;
  font-size: 16px;
  line-height: 1.75;
  list-style: inherit;
}

.about-prea ul ul {
  list-style-type: circle;
}

.about-prea ol ol {
  list-style-type: lower-alpha;
}

.en-sidebar-news-stack {
  display: grid;
  gap: 28px;
  margin-top: 30px;
}

.news-poster + .en-sidebar-news-stack {
  margin-top: 34px;
}

.en-sidebar-news-box {
  padding: 0 0 6px;
  border-bottom: 1px solid #eeeeee;
}

.en-sidebar-news-box:last-child {
  border-bottom: 0;
}

.en-sidebar-news-box .section-tittle h3 {
  margin-bottom: 0;
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.en-sidebar-news-list {
  display: grid;
  background: #fff;
}

.en-sidebar-news-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  color: #111;
  border-bottom: 1px solid #f0f0f0;
}

.en-sidebar-news-item:last-child {
  border-bottom: 0;
}

.en-sidebar-news-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fc3f00;
  background: #fff4ef;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.en-sidebar-news-copy {
  min-width: 0;
}

.en-sidebar-news-copy em {
  display: block;
  margin-bottom: 4px;
  color: #777;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.en-sidebar-news-copy strong {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  transition: color .2s ease;
}

.en-sidebar-news-item:hover {
  color: inherit;
  text-decoration: none;
}

.en-sidebar-news-item:hover .en-sidebar-news-copy strong {
  color: #fc3f00;
}

@media (max-width: 991px) {
  .en-contact-side {
    margin-top: 24px;
  }

  .en-related-sidebar {
    margin-bottom: 34px;
  }

  .en-sidebar-news-stack {
    margin-bottom: 34px;
  }
}

@media (max-width: 575px) {
  .en-contact-header .contact-title {
    font-size: 32px;
  }

  .en-contact-header p {
    font-size: 15px;
  }

  .en-contact-form-card,
  .en-contact-side {
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  }

  .en-contact-form-card {
    padding: 22px 16px;
  }

  .en-contact-note {
    padding: 14px;
    font-size: 14px;
  }

  .en-contact-actions .boxed-btn {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .en-related-sidebar {
    padding: 16px;
  }

  .en-related-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .en-related-thumb {
    width: 76px;
  }
}

.en-recaptcha-wrap {
  max-width: 100%;
  margin-top: 4px;
  overflow-x: auto;
}

.en-recaptcha-wrap .g-recaptcha {
  max-width: 100%;
  transform-origin: left top;
}

@media (max-width: 380px) {
  .en-recaptcha-wrap {
    min-height: 70px;
  }

  .en-recaptcha-wrap .g-recaptcha {
    transform: scale(.9);
  }
}
