:root {
	--primary-color: #23B6BC;
	--secondary-color: #23B6BC;
	--banner-text-color: #0F172A;
	--section-title-color: #0F172A;
	--block-title-color: #0F172A;
	--bg-primary-color: #23B6BC;
	--bg-primary-hover-color: #16a7ac;
	--bg-secondary-color: #23B6BC;
	--bg-secondary-hover-color: #16a7ac;
	--border-color: #E5E7EB;
}

html,
body {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/* font-smoothing: antialiased; */
}

body {
	font-size: 14px;
	line-height: 1.45;
	color: #374151;
	background-color: #fff;
	word-break: break-word;
	font-family: "Noto Sans JP", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	color: var(--block-title-color);
}

a {
	color: #374151;
}

p {
	margin: 0;
}

.g-20 {
	gap: 20px !important;
}

.g-32 {
	gap: 32px !important;
}

.g-40 {
	gap: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-40 {
	padding: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.p-32 {
	padding: 32px !important;
}

.px-32 {
	padding-left: 32px !important;
	padding-right: 32px !important;
}

.py-32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.pb-32 {
	padding-bottom: 32px !important;
}

.pt-32 {
	padding-top: 32px !important;
}

.pl-32 {
	padding-left: 32px !important;
}

.pr-32 {
	padding-right: 32px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.m-40 {
	margin: 40px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.gt-40, .gtx-40 {
    --bs-gutter-x: 40px;
}

.gt-40, .gty-40 {
    --bs-gutter-y: 40px;
}

.bg-light {
	background-color: #F9FAFB !important;
}

.border {
	border-color: var(--border-color) !important;
}

.form-control,
.form-select {
	border-color: var(--border-color) !important;
	padding: 8.5px 12px;
	font-size: 14px;
}

.form-control::placeholder,
.form-select::placeholder {
	color: #6B7280;
	font-size: 14px;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
	color: #6B7280;
	font-size: 14px;
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
	color: #6B7280;
	font-size: 14px;
}

.btn {
	box-shadow: none !important;
	outline: none !important;
	font-size: 14px;
	font-weight: 500;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 40px;
	border-radius: 6px;
	transition: 0.2s ease-in-out 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.btn i {
	transition: 0.2s ease-in-out 0s;
}

.btn:hover i {
	transform: translateX(3px);
}

.btn-sm {
	min-height: 32px;
	font-size: 12px;
}

.btn-primary {
	background-color: var(--bg-primary-color);
	border-color: var(--bg-primary-color);
	color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: var(--bg-primary-hover-color);
	border-color: var(--bg-primary-hover-color);
}

.btn-secondary {
	background-color: var(--bg-secondary-color);
	border-color: var(--bg-secondary-color);
	color: #fff;
}

.btn-secondary:focus,
.btn-secondary:hover {
	background-color: var(--bg-secondary-hover-color);
	border-color: var(--bg-secondary-hover-color);
}

.btn-link {
	color: var(--block-title-color) !important;
	font-size: 14px;
	min-height: 36px;
	padding: 8px 12px;
	border: solid 1px var(--border-color) !important;
	text-decoration: none;
	border-radius: 6px;
	background: none;
}

.btn-link:focus,
.btn-link:hover {
	background-color: #f9fafb;
}

button.navbar-toggler {
    box-shadow: none !important;
}

.linear-gradient {
	background-image: linear-gradient(to bottom, #A1D6DC, #F3F9FC);
}

.text-primary {
	color: var(--primary-color) !important;

}

.navbar-brand img {
	max-height: 34px;
}

header .navbar {
	min-height: 72px;
	align-items: stretch;
}

header .navbar-nav .nav-link {
	color: var(--block-title-color) !important;
	font-weight: 500 !important;
	padding: 20px 12px !important;
	align-items: center;
    height: 100%;
    display: inline-flex;
	position: relative;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.active {
	color: #23B6BC !important;
}

header .navbar-nav .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #23B6BC;
}

/* ===== index.html styles ===== */
.hero-section .row {
	min-height: 455px;
}

.hero-title {
	font-size: 50px;
	font-weight: 700;
	color: var(--banner-text-color) !important;
	line-height: 1.5;
	margin-bottom: 20px;
}

.hero-desc {
	font-size: 16px;
	font-weight: 400;
	color: var(--block-title-color);
}



.hero-btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-image {
	margin-right: -100px;
	/* mix-blend-mode: multiply; */
}

.hero-btn-group .btn {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.23) !important;
}

.section-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 140%;
	text-align: center;
	color: var(--section-title-color);
	
}

.text-center li {
	text-decoration: none;
}

.section-block{
	padding: 24px 64px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.section-title:last-child {
	margin-bottom: 0;
}

.reason-card-title {
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 133.333%;
}

.block-title {
	color: var(--block-title-color);
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
}

.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--bg-primary-color);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
}

.result-card-title,
.result-highlight {
    color: var(--block-title-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 133.333%;
}


.result-card ul {
	padding-left: 1rem;
}
.result-card ul li{
	list-style: decimal;
	padding-left: 0;
}



.result-highlight {
    color: var(--secondary-color);
}

.cta-content {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.linear-bottom {
	background-image: linear-gradient(to bottom, rgba(243, 252, 251, 0.4), rgba(221, 252, 247, 0.4), rgba(199, 232, 252, 0.4), rgba(178, 254, 241, 0.4), rgba(157, 255, 250, 0.4));
}

/* ===== Footer styles (shared) ===== */
footer {
	background: #061B28;
	color: #fff;
	padding: 48px 0 0 0;
}

.footer-logo img {
	height: 36px;
}

.footer-desc h6 {
	font-size: 16px;
	line-height: 133.333%;
	color: #fff;
	margin-bottom: 16px;
}

.footer-title {
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
}

.footer-list {
	list-style: none;
	padding-left: 0;
}

.footer-list li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 18px;
}

.footer-list li:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 2px;
	background-color: var(--primary-color);
}

.footer-list li a {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 133.333%;
	color: #fff;
	text-decoration: none;
}

.footer-list li a:hover {
	color: var(--primary-color);
}

.footer-ex-title {
	font-size: 20px !important;

}

.footer-contact {
	margin-bottom: 24px;
}

.footer-contact p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.footer-contact a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.footer-contact a:hover {
	color: var(--primary-color);
}

.footer-social h6 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 10px;
}

.footer-social-icons {
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer-bottom-left {
	font-weight: 500;
	color: var(--primary-color);
}

.footer-ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
}

.footer-ul li {
	color: var(--primary-color);
	font-weight: 500;
}

.footer-ul li a {
	color: var(--primary-color);
	font-weight: 500;
	text-decoration: none;
}

.footer-ul li a:hover {
	text-decoration: underline;
}

/* ===== about page styles ===== */
.inner-hero-title {
	font-size: 48px;
	font-weight: 700;
	color: var(--block-title-color) !important;
	line-height: 150%;
	margin-bottom: 24px;
}

.inner-hero-desc {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.inner-hero-desc p,
.section-desc p {
	font-size: 16px;
	line-height: 150%;
	color: var(--block-title-color);
}

.section-desc {
	max-width: 100%;
}

.mission-block p:not(:last-child) {
	margin-bottom: 16px;
}

.mission-block ul li {
	list-style: none;
	padding-left: 0;
}

.c-profile-block {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.custom-table th,
.custom-table td {
	border-color: var(--border-color);
	font-size: 14px;
	color: var(--block-title-color);
	font-weight: 500;
	padding: 15px 16px;
	background-color: transparent;
}

.custom-table th {
	color: #6B7280;
}

.custom-table tbody tr:nth-child(even) {
	background-color: #fff;
}

.c-profile-block-text {
	font-weight: 500;
	text-align: center;
}

.c-profile-block-text p:not(:last-child) {
	margin-bottom: 16px;
}

.sub-title {
	font-size: 18px;
	line-height: 133.333%;
	color: #6B7280;
}

.service-list-content {
	/* max-width: 415px; */
}

.solution-card-image {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	height: 244px;
}

.solution-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mx-w-800 {
	max-width: 800px;
}

.page-head h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	color: var(--block-title-color);
}

.ai-intro-content {
	max-width: 786px;
}

.step-number-ai {
	flex-shrink: 0;
	width: 78px;
	height: 70px;
	background-color: var(--bg-secondary-color);
	font-size: 24px;
	font-weight: 900;
	color: #F9FAFB;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ai-intro-content p {
	font-size: 16px;
	line-height: 150%;
}

.case-card label {
	color: var(--block-title-color);
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 150%;
}

.case-highlight {
	color: #EF4444;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.item-case:not(:last-child) {
	margin-bottom: 20px;
}

.item-case p {
	margin-bottom: 8px;
	line-height: 142.857%;
}

.item-case p:last-child {
	margin-bottom: 0;
}

.badge {
	padding: 2px 10px;
	border-radius: 999px;
	color: var(--block-title-color);
	font-size: 14px;
	font-weight: 400;
	line-height:  142.857%;
}

.badge-light {
	background-color: #D2E7F4;
}

.team-card-image {
	width: 182px;;
}

.blog-list-card-image {
	width: 206px;
	height: 151px;
	border-radius: 16px;
	overflow: hidden;
}

.blog-list-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-sub-title span {
	color: #6B7280;
}

.blog-detail-content h2,
.blog-detail-content h3 {
	color: var(--block-title-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
	margin-bottom: 8px;
}

.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
	color: #374151;
    font-size: 14px;
    font-weight: 700;
	margin-bottom: 16px;
}

.blog-detail-content p:not(:last-child) {
	margin-bottom: 16px;
}

.form-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	color: var(--block-title-color);
	margin-bottom: 6px;
}

.bg-light-blue {
	background-color: #F0F9FF;
}

.ul-address li {
	display: flex;
	gap: 16px;
}

.ul-address li:not(:last-child) {
	margin-bottom: 20px;
}

.ul-address li p:not(:last-child) {
	margin-bottom: 8px;
}

.ul-address li p a {
	text-decoration: none;
	font-weight: 700;
}

.ul-address li p a:hover {
	text-decoration: underline;
}

.research-card-content h3 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}

table.plain-table tbody th,
table.plain-table tbody td {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 4px;
}

table.plain-table tbody th {
	font-weight: 700;
	white-space: nowrap;
}

.text-blue {
	color: #0E5ED6 !important;
}

.research-qr {
	width: 124px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.research-qr-desc {
	color: #000;
	font-size: 12.462px;
	font-weight: 700;
	line-height: normal;
}

.research-card-image {
	/* border: solid 1px var(--border-color); */
	border-radius: 10px;
	overflow: hidden;
	width: 136px;
	height: 136px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.research-card-image img {
	max-height: 100%;
}

.item-member {
	border: solid 1px var(--border-color);
	border-radius: 16px;
	padding: 16px;
	background-color: #fff;
}

.item-member-image {
	width: 100%;
	height: 256px;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: end;
	justify-content: center;
	background-color: #E9E4E0;
	border-radius: 12px;
	overflow: hidden;
}

.item-member-image img {
	max-height: 100%;
	width: auto !important;
}

.item-member-dtl {
	padding: 0 6px;
	text-align: center;
}

.item-member-dtl h4 {
	font-size: 20px;
	color: var(--block-title-color);
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 4px;
}

.item-member-dtl labal {
	color: #6B7280;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 4px;
	display: block;
}

.item-member-dtl p {
	color: #EF4444;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

.item-member-work {
	background-color: #F5F5F5;
	border-radius: 6px;
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 8px;
	min-height: 76px;
}

.work-logo {
	display: inline-flex;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.work-logo img {
	max-height: 100%;
}

.member-work-cnt h5 {
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	color: #363636;
	margin-bottom: 2px;
}

.member-work-cnt p {
	font-size: 12px;
	line-height: 133.333%;
	color: #363636;
}

/* 
new update css */

.svgic span svg
{
 width:50px;
}

.notecl{
	font-size: 12px;
}

/* New design added */
.about-section {
  background: linear-gradient(to bottom, #f5fbff, #ffffff);
}

.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.desc11{
	width: 63%;
  margin: 0 auto;
  padding-bottom: 20px;
}

/*CEO message */
.ceo-message-section p {
  line-height: 1.8;
  color: #333;
}

/*MVV section */
.mvv-section {
  padding: 80px 20px;
  background: linear-gradient(to bottom, #e9f5f8, #ffffff);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.section-header h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  color: #666;
  margin-bottom: 50px;
}

.mvv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mvv-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.mvv-card h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.mvv-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.bg-blue { background: #4da6ff; }
.bg-teal { background: #45c7c7; }
.bg-green { background: #9dbb4f; }
.ibg-primary { background: #23B6BC; }

.values ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.values li {
  margin-bottom: 14px;
}

.values strong {
  display: block;
  font-size: 14px;
}

.values span {
  font-size: 13px;
  color: #666;
}

.core-values {
  text-align: center;
  margin-top: 50px;
}

.core-values h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.core-items span {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #444;
}
@media (max-width: 992px) {
  .mvv-cards {
    grid-template-columns: 1fr;
  }
}


/*core values */

.core-values-section {
  padding: 40px 0 20px;
  background: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.core-title {
  text-align: center;
  font-weight: 600;
  /* margin-bottom: 28px; */
  color: #333;
}

.core-values-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.core-item {
  display: flex;
  align-items: center;
  max-width: 240px;
}

.core-icon {
  width: 44px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.core-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.core-icon.teal { background: #4bb7b2; }
.core-icon.blue { background: #4a90e2; }
.core-icon.green { background: #9bb94f; }

.core-text h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #333;
}

.core-text p {
  font-size: 12.5px;
  margin: 0;
  color: #666;
  line-height: 1.4;
}

// Responsive 
@media (max-width: 768px) {
  .core-values-row {
    gap: 24px;
  }
}


/* ###### What we can do section */
.what-we-do-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

/* Right-side background image */
.what-we-do-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-image: url("../../assets/images/whatwecando.png"); /* replace path */
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* Soft white overlay to fade into content */
.what-we-do-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.7)
  );
  z-index: 2;
}
.ceo_image{
	height: 330px;
}

.content-area {
  position: relative;
  z-index: 3;
  background: transparent;
}

.declaration-list {
  padding-left: 20px;
}

.declaration-list li {
  margin-bottom: 14px;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
  .what-we-do-section::after,
  .what-we-do-section::before {
    width: 100%;
    position: absolute;
    display: block;
  }

  .what-we-do-section {
    padding-top: 0;
  }
}

/*###### services-section  Start*/
.services-section {
  background: #ffffff;
}

.service-underline {
  width: 40px;
  height: 3px;
  background: #4fd1c5;
  margin-top: 10px;
  border-radius: 3px;
}

.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 35px 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.service-icon {
  max-width: 100%;
}

.service-subtitle {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-btn {
  background: #f5f9fb;
  color: #333;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
}

.service-btn:hover {
  background: #e8f6f4;
  color: #111;
}
.bg-special{
	background-color: #b5c16c;
}