/*
Theme Name: Danhhd Child
Description: Design by Danhhd
Author: Danhhd
Author URI: https://www.danhhd.com/
Description: ÄÃ¢y lÃ  giao diá»‡n con cá»§a Flatsome
Template: flatsome
Version: 3.0
*/

/*************** ISSHO ASIA - HOMEPAGE CSS ***************/

/* === BRAND VARIABLES === */
:root {
  --is-brand: #0060cf;
  --is-brand-dark: #003d82;
  --is-brand-light: #e6eff7;
  --is-slate: #1e293b;
  --is-gray: #f8fafc;
  --is-text: #475569;
  --is-radius: 8px;
}

/* === HERO SECTION === */
.is-hero-section {
  background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuAOQAqNiYDtBRj40DUSCjO3jJ3yb7S_5DB38915tF9SFPghEX8MrWxAwk3XSJKm4gBpfGaQgpsEaczloAm2NjaJMo1lvXepUdUFt1RQtlySLFoO-BCdFBBffiP7lenZAo3iQCyGwUZlt6sKqoy2WoVRnBIuFhfx7M8TrueeUqF0-G7KpiDfE_bycIqZoXtX0-QN_UOuxaSOXmmqwuE2x6Nb3wTAjks2JfzzDXJwJEufiEXfOT4QYWtPY0_xVrDKEt0pN0zkMlNGKV12') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.is-hero-section .section-inner {
  background: linear-gradient(135deg, rgba(0, 83, 178, 0.80) 0%, rgba(0, 83, 178, 0.45) 100%);
}

/* === SECTION LABELS === */
.is-service-label {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: var(--is-brand) !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

.is-service-heading {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  margin-bottom: 0 !important;
}

/* === GREETING SECTION === */
.is-section-title-line {
  position: relative;
  padding-left: 20px !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #111827 !important;
  margin-bottom: 28px !important;
}

.is-section-title-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background-color: var(--is-brand);
  border-radius: 2px;
}

.is-greeting-text p {
  color: var(--is-text);
  line-height: 1.85;
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.is-brand-highlight {
  color: var(--is-brand) !important;
  font-weight: 600;
}

/* Greeting photo card */
.is-greeting-photo-col {
  position: relative;
}

.is-name-card {
  background: var(--is-brand);
  color: #fff;
  padding: 18px 24px;
  border-radius: var(--is-radius);
  margin-top: -30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 83, 178, 0.25);
}

.is-name-card__name {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 !important;
}

.is-name-card__title {
  font-size: 1.35rem;
  opacity: 0.8;
  font-style: italic;
  margin: 4px 0 0 !important;
}

/* === SERVICES SECTION === */
.is-service-card>.col-inner {
  padding: 40px !important;
  border-radius: 16px !important;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.is-service-card--primary>.col-inner {
  background: rgba(230, 239, 247, 0.4) !important;
}

.is-service-card--dark>.col-inner {
  background: #f1f5f9 !important;
}

.box-services {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.box-text-sv p {
  margin-bottom: 0;
  font-size: 18px;
}

.is-service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 28px; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.is-service-icon--blue {
  background: var(--is-brand);
}

.is-service-icon--slate {
  background: var(--is-slate);
}

.is-service-list {
  list-style: none !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}

.is-service-list li {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #374151;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 0 !important;
}

.is-service-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  background: var(--is-brand);
}

.is-service-list--slate li::before {
  background: var(--is-slate);
}

/* === STORIES SECTION === */
/* Stories title fix - override brand color */
.is-stories-section h2,
[class*="is-stories"] h2 {
  color: #1a1a1a !important;
}

.is-accent-block {
  width: 40px;
  height: 6px;
  background: var(--is-brand);
  border-radius: 3px;
  margin-bottom: 20px;
}

.is-feature-check-card .col-inner {
  background: #fff;
  border-radius: var(--is-radius);
  padding: 18px 20px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}

.is-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 0.92rem;
}

.is-check-icon {
  width: 36px;
  height: 36px;
  background: rgba(0, 83, 178, 0.08);
  color: var(--is-brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.is-stories-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.is-stories-img-top .ux-image {
  margin-top: 32px;
}

.is-stories-gallery .ux-image img {
  height: 380px !important;
  object-fit: cover;
  border-radius: 16px;
}

/* Placeholder khi chÆ°a cÃ³ áº£nh thá»±c táº¿ */
.is-stories-gallery .ux-image:empty,
.is-stories-gallery .img-placeholder {
  min-height: 380px;
  background: #e2e8f0;
  border-radius: 16px;
  display: block;
}

/* === INFOGRAPHIC SECTION === */
.is-infographic-card--side {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 28px;
  backdrop-filter: blur(4px);
  color: #fff;
}

.is-infographic-card--side h4 {
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px !important;
}

.is-infographic-card--side p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.88rem;
  margin: 0 !important;
}

.is-infographic-core {
  background: #fff;
  color: var(--is-brand);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.is-core-title {
  font-size: 1.3rem;
  font-weight: 900;
  font-style: italic;
  color: var(--is-brand) !important;
  margin: 0 !important;
}

.is-core-sub {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.7;
  margin: 4px 0 0 !important;
  color: var(--is-brand) !important;
}

.is-infographic-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.is-channel-item {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--is-radius);
  padding: 14px 20px;
  color: #ffffff !important;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}

/* Fix channel col text color in blue section */
.is-channel-box .col-inner,
.is-channel-box p,
.is-channel-box span,
.is-channel-box div {
  color: #fff !important;
}

/* === NEWS SECTION === */
.is-news-grid .blog-posts {
  grid-template-columns: repeat(3, 1fr);
}

.is-news-grid .post-item .post-image {
  border-radius: 12px;
  overflow: hidden;
}

.is-news-grid .post-item .post-category a {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--is-brand) !important;
  background: var(--is-brand-light);
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* === PARTNERS SECTION === */
.is-partners-label {
  font-size: 1.75rem;
  font-weight: 700;
  color: #393b3f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.is-partner-logo img {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
  max-height: 50px;
  width: auto !important;
  object-fit: contain;
}

.is-partner-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.sc-info table {
  margin: 30px 0 0;
}

.sc-info table td:first-child {
  font-weight: bold;
  font-size: 20px;
  min-width: 300px;
}

.sc-info table * {
  color: #000;
}

.sc-info table td:last-child {
  font-size: 20px;
}

.menu-ft {
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}

.menu-ft a {
  min-height: auto;
  background-color: #9b9b9b;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
}

.change-free {
  background-color: var(--primary-color);
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  max-width: 400px;
}

.change-free * {
  color: #fff;
}

.change-free p:first-child {
  font-size: 20px;
}

.change-free p {
  margin-bottom: 0;
  font-size: 14px;
}

.change-free p i.icon-envelop {
  font-size: 35px;
}

.change-free>a {
  display: block;
  padding: 10px;
}

.change-free-shortcode a {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto;
  justify-content: center;
}

.change-free-shortcode a p {
  margin-bottom: 0;
  color: #fff;
}

.change-free-shortcode a>p>i {
  font-size: 32px;
}

.change-free-shortcode .text p:first-child {
  font-size: 22px;
}

.change-free-shortcode .text p:last-child {
  font-size: 14px;
}

/* === GENERAL FIXES === */
.col-inner>.is-service-icon {
  display: flex;
}

@media only screen and (max-width: 48em) {

  /* === MOBILE OVERRIDES === */
  .is-service-heading {
    font-size: 1.7rem !important;
  }

  .is-infographic-core {
    width: 140px;
    height: 140px;
    margin-bottom: 24px;
  }

  .is-core-title {
    font-size: 1rem;
  }

  .is-infographic-line {
    display: none;
  }

  .is-stories-gallery {
    grid-template-columns: 1fr;
  }

  .is-stories-gallery .ux-image img {
    height: 250px !important;
  }

  .is-service-list {
    grid-template-columns: 1fr;
  }

  .is-name-card {
    margin-top: -20px;
  }

  .is-news-grid .blog-posts {
    grid-template-columns: 1fr;
  }

  .sc-info table td:first-child {
    min-width: auto;
  }

  .sc-info table tr {
    display: flex;
    flex-direction: column;
  }

  .sc-info table td {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px !important;
  }
}



.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}

.bento-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(30, 58, 138, 0.12);
  border-color: #3B82F6;
}

.bento-card::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.06;
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.bento-card:hover::before {
  opacity: 0.12;
  transform: scale(1.1);
}

.bento-card.card-1 {
  grid-column: span 6;
}

.bento-card.card-1::before {
  background: #2563EB;
  right: -60px;
  bottom: -60px;
}

.bento-card.card-2 {
  grid-column: span 6;
}

.bento-card.card-2::before {
  background: #0D9488;
  right: -60px;
  bottom: -60px;
}

.bento-card.card-3 {
  grid-column: span 4;
}

.bento-card.card-3::before {
  background: #F97316;
  right: -50px;
  bottom: -50px;
}

.bento-card.card-4 {
  grid-column: span 4;
}

.bento-card.card-4::before {
  background: #7C3AED;
  right: -50px;
  bottom: -50px;
}

.bento-card.card-5 {
  grid-column: span 4;
}

.bento-card.card-5::before {
  background: #10B981;
  right: -50px;
  bottom: -50px;
}

.bento-card.card-6 {
  grid-column: span 12;
  background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 60%, #3B82F6 100%);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-color: transparent;
}

.bento-card.card-6::before {
  background: white;
  width: 300px;
  height: 300px;
  right: -80px;
  top: -80px;
  opacity: 0.04;
}

.bento-card.card-6:hover {
  border-color: transparent;
}

.icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.icon-badge svg {
  width: 28px;
  height: 28px;
}

.badge-blue {
  background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
}

.badge-teal {
  background: linear-gradient(135deg, #F0FDFA, #CCFBF1);
}

.badge-orange {
  background: linear-gradient(135deg, #FFF7ED, #FED7AA);
}

.badge-purple {
  background: linear-gradient(135deg, #FAF5FF, #EDE9FE);
}

.badge-green {
  background: linear-gradient(135deg, #F0FDF4, #BBF7D0);
}

.bento-card .card-title {
  font-size: 25px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 10px;
  line-height: 1.3;
}

.bento-card .card-desc {
  font-size: 14.5px;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 24px;
}

.bento-card .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 1;
  position: relative;
}

.bento-card .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  background: #F1F5F9;
  color: #334155;
  border: 1px solid #E2E8F0;
  transition: background 200ms, color 200ms, border-color 200ms;
}

.bento-card:hover .tag {
  background: #EFF6FF;
  color: #1D4ED8;
  border-color: #DBEAFE;
}

.bento-card .tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
}

.bento-card .card-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.bento-card .card-hero-text .card-title {
  margin-bottom: 6px;
}

.bento-card .card-hero-text .card-desc {
  margin-bottom: 0;
}

.bento-card .count-badge {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  background: #EFF6FF;
  color: #2563EB;
  border: 1px solid #DBEAFE;
}

.bento-card.card-2 .count-badge {
  background: #F0FDFA;
  color: #0D9488;
  border-color: #CCFBF1;
}

.bento-card .card-divider {
  height: 1px;
  background: #E2E8F0;
  margin: 24px 0;
}

.bento-card .cta-left {
  flex: 1;
}

.bento-card .cta-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.bento-card .cta-title {
  font-size: 28px;
  font-weight: 800;
  color: white;
  line-height: 1.25;
}

.bento-card .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #1E3A8A;
  background: white;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 200ms, transform 200ms, box-shadow 200ms;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.bento-card .cta-btn:hover {
  background: #EFF6FF;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.bento-card .cta-btn svg {
  width: 18px;
  height: 18px;
}

.bento-card .card-num {
  position: absolute;
  bottom: 24px;
  right: 28px;
  font-size: 56px;
  font-weight: 800;
  color: #F1F5F9;
  line-height: 1;
  user-select: none;
  transition: color 220ms;
}

.bento-card:hover .card-num {
  color: #EFF6FF;
}

@media (max-width: 900px) {

  .bento-card.card-1,
  .bento-card.card-2,
  .bento-card.card-3,
  .bento-card.card-4,
  .bento-card.card-5,
  .bento-card.card-6 {
    grid-column: span 12;
  }

  .bento-card.card-6 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .bento-card {
    padding: 28px 24px;
  }

  .bento-card.card-6 {
    padding: 32px 24px;
  }

  .bento-card .cta-title {
    font-size: 22px;
  }
}