/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** RC365 investor content polish **/

:root {
  --rc365-dark: #121c22;
  --rc365-blue: #1a75bb;
  --rc365-cyan: #45b6d8;
  --rc365-soft: #f6f8fb;
  --rc365-line: #e6edf3;
  --rc365-text: #1b2630;
  --rc365-muted: #65727f;
}

.it_service .padding_layout_1 {
  padding-top: 52px;
  padding-bottom: 58px;
}

.it_service .page-title {
  letter-spacing: .02em;
}

.it_service .breadcrumb {
  background: transparent;
  padding-left: 0;
}

.it_service .breadcrumb li,
.it_service .breadcrumb li.active {
  color: #fff;
  font-weight: 700;
}

.blog_list .blog_section,
.it_service .accordion.border_circle,
.it_service_policy .accordion.border_circle {
  background: #fff;
  border: 1px solid var(--rc365-line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(18, 28, 34, .06);
  overflow: hidden;
}

.blog_list .blog_section {
  margin-bottom: 22px;
  padding: 24px 26px;
}

.blog_list .blog_head {
  color: var(--rc365-text);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 10px;
}

.blog_list .post_info ul,
.blog_list .post_info li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog_list .post_info {
  color: var(--rc365-muted);
  font-size: 13px;
  margin-bottom: 14px;
}

.blog_list .blog_feature_cantant p {
  color: var(--rc365-text);
  line-height: 1.72;
}

.blog_list iframe,
.blog_list img {
  max-width: 100%;
  border-radius: 12px;
}

.blog_list .bottom_info {
  margin-top: 16px;
}

.it_service .panel-group {
  margin-bottom: 0;
}

.it_service .panel.panel-default {
  border: 0;
  border-bottom: 1px solid var(--rc365-line);
  box-shadow: none;
  margin: 0;
}

.it_service .panel.panel-default:last-child {
  border-bottom: 0;
}

.it_service .panel-heading {
  background: #fff;
  border: 0;
  padding: 0;
}

.it_service .panel-title {
  margin: 0;
}

.it_service .panel-title a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  color: var(--rc365-text);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
}

.it_service .panel-title a:hover,
.it_service .panel-title a:focus {
  color: var(--rc365-blue);
  text-decoration: none;
  background: var(--rc365-soft);
}

.it_service .panel-body {
  border-top: 1px solid var(--rc365-line) !important;
  background: #fbfcfe;
  padding: 22px;
  color: var(--rc365-text);
}

.it_service .main_bt,
.it_service .btn.main_bt,
.it_service .btn.sqaure_bt {
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 800;
  letter-spacing: .01em;
}

.it_service_policy h4 {
  color: var(--rc365-text);
  line-height: 1.45;
  margin-bottom: 24px;
}

.it_service_policy h3 {
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 18px;
}

.it_service_policy .tg {
  width: 100%;
  max-width: 760px;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(18, 28, 34, .05);
}

.it_service_policy .tg th {
  background: var(--rc365-dark) !important;
  font-weight: 800 !important;
}

.it_service_policy .tg td,
.it_service_policy .tg th {
  padding: 14px 12px !important;
}

/** Home redesign **/
.rc-home-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(69,182,216,.25), transparent 28%), linear-gradient(135deg, #071b3a 0%, #102a49 52%, #0d3946 100%);
  color: #fff;
  padding: 108px 0 96px;
}

.rc-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,27,58,.92), rgba(7,27,58,.48)), url('../images/it_service/hong-kong-1081704_1920.jpg') center/cover no-repeat;
  opacity: .56;
}

.rc-home-hero .container {
  position: relative;
  z-index: 1;
}

.rc-home-hero-row {
  display: flex;
  align-items: center;
}

.rc-home-eyebrow,
.rc-home-section-head span,
.rc-home-news-panel span {
  display: inline-block;
  color: var(--rc365-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.rc-home-hero h1 {
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.04em;
  margin: 0 0 22px;
}

.rc-home-lead {
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 28px;
}

.rc-home-actions,
.rc-home-card-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rc-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 900;
  transition: .2s ease;
}

.rc-home-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rc365-blue), var(--rc365-cyan));
  box-shadow: 0 18px 42px rgba(26,117,187,.28);
}

.rc-home-btn.secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.08);
}

.rc-home-btn:hover,
.rc-home-text-link:hover,
.rc-home-link-card:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.rc-home-hero-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 30px;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.rc-home-hero-card span {
  color: rgba(255,255,255,.72);
  font-weight: 800;
}

.rc-home-hero-card strong {
  display: block;
  font-size: 46px;
  line-height: 1;
  margin: 12px 0;
}

.rc-home-hero-card p {
  color: rgba(255,255,255,.78);
  line-height: 1.65;
}

.rc-home-card-links a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-weight: 800;
}

.rc-home-section {
  padding: 76px 0;
}

.rc-home-links {
  background: #fff;
}

.rc-home-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
}

.rc-home-section-head.left {
  margin: 0;
}

.rc-home-section-head h2,
.rc-home-news-panel h2 {
  color: var(--rc365-text);
  font-size: 38px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.03em;
  margin: 0 0 14px;
}

.rc-home-section-head p,
.rc-home-news-panel p {
  color: var(--rc365-muted);
  font-size: 16px;
  line-height: 1.75;
}

.rc-home-link-card,
.rc-home-feature-card {
  display: block;
  min-height: 210px;
  background: #fff;
  border: 1px solid var(--rc365-line);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 14px 34px rgba(18, 28, 34, .06);
  transition: .2s ease;
}

.rc-home-link-card:hover,
.rc-home-feature-card:hover {
  border-color: rgba(26,117,187,.35);
  box-shadow: 0 22px 48px rgba(18, 28, 34, .1);
}

.rc-home-link-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--rc365-soft);
  color: var(--rc365-blue);
  font-weight: 900;
  margin-bottom: 18px;
}

.rc-home-link-card h3,
.rc-home-feature-card h3 {
  color: var(--rc365-text);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 10px;
}

.rc-home-link-card p,
.rc-home-feature-card p {
  color: var(--rc365-muted);
  line-height: 1.65;
}

.rc-home-business {
  background: var(--rc365-soft);
}

.rc-home-business-row {
  display: flex;
  align-items: center;
}

.rc-home-text-link {
  display: inline-block;
  color: var(--rc365-blue);
  font-weight: 900;
  margin-top: 8px;
}

.rc-home-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26,117,187,.12), rgba(69,182,216,.16));
  color: var(--rc365-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}

.rc-home-news-cta {
  background: #fff;
}

.rc-home-news-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #f7fbff, #eef7fb);
  border: 1px solid var(--rc365-line);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 18px 46px rgba(18, 28, 34, .07);
}

.rc-home-news-panel > div {
  max-width: 760px;
}

@media (max-width: 991px) {
  .rc-home-hero-row,
  .rc-home-business-row,
  .rc-home-news-panel {
    display: block;
  }

  .rc-home-hero-card {
    margin-top: 32px;
  }

  .rc-home-news-panel .rc-home-btn {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .it_service .padding_layout_1 {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .blog_list .blog_section {
    padding: 18px;
  }

  .blog_list .blog_head {
    font-size: 19px;
  }

  .it_service .panel-title a {
    padding: 15px 16px;
    font-size: 15px;
  }

  .it_service_policy .tg {
    display: block;
    overflow-x: auto;
  }

  .rc-home-hero {
    padding: 70px 0 62px;
  }

  .rc-home-hero h1 {
    font-size: 38px;
  }

  .rc-home-lead {
    font-size: 16px;
  }

  .rc-home-section {
    padding: 52px 0;
  }

  .rc-home-section-head h2,
  .rc-home-news-panel h2 {
    font-size: 30px;
  }

  .rc-home-news-panel {
    padding: 24px;
  }
}
