/* Slider
-------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #1b4d96;
  background-clip: padding-box;
  border: 0;
  border-radius:5px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
	width: 25px;
	background-color: #1b4d96;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}


.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  color:#1b4d96;
  font-size:2em;
  border-radius:50%;
  width:60px;
  height:60px;
  line-height:60px;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:rgba(255,255,255,0.95);
}



/* Carousel 1 base class */
.wodepress-carousel {
	
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: auto;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.5));
   width:100%;
   height:auto;
}
.wodepress-carousel #wodepress-carousel .carousel-item img {
	max-width: 100%;
	width:100%;
	height:auto;
	/*object-fit: cover;*/
}
.wodepress-carousel #wodepress-carousel .carousel-caption h2{
	position: relative;
	color:#fff;
	margin-bottom:30px;
}

.wodepress-carousel #wodepress-carousel .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 60px;
  height: 3px;
  opacity: 1;
  background: #1b4d96;
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:#fff;
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.wodepress-carousel #wodepress-carousel .carousel-caption {
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.5));
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 75vh;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: calc(75vh - 0rem);
}
}
/*===============================
Product-single-gallery
================================*/
.product-single-gallery  {

}

.product-single-gallery .product-active {
  margin-bottom: 10px;
}

.product-single-gallery .product-active .owl-prev,
.product-single-gallery .product-active .owl-next {
  display: none;
}

.product-single-gallery .product-active img.zoomImg {
  -webkit-transform: all .3s ease-in-out;
          transform: all .3s ease-in-out;
}
.product-single-gallery .product-thumbnil-active {
 
}

.product-single-gallery .owl-nav i.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255,255,255,0.75);
  font-size:1.5rem;
  color: #1b4d96;
}
.product-single-gallery .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-gallery .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-gallery:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-specifications {
	border:solid 0px #f8f9fa;
	
}
.product-specifications p {
	margin:0px;
	padding:10px;
	color:#333;
}
.product-specifications > :nth-child(odd) {
  background-color: #fff; 
}
.product-specifications > :nth-child(even) {
  background-color: #f8f9fa; 
}
 

/* index-about
-------------------------------------------------- */

.index-about {
	background: url(../images/bg-index-about-map.png) #1b4d96 no-repeat center 50%;
	position: relative;
	width:100%;
	height:auto;
}
.index-about .img-box {
  position: relative;
  padding: 0 15px 15px 0;
}

.index-about .img-box img {
  position: relative;
  max-width: 100%;
  z-index:1;
}

.index-about .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: none;
  border:solid 5px #1b4d96;
  z-index: 1;
  opacity: 0.95;
}








/* index-counter
-------------------------------------------------- */
.index-counter {
	position: relative;
}
.index-counter-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 68%;
}
.index-counter-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #1b4d96;
  border-bottom:solid 0px #f4f7fb;
}



.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: #eee;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.0125rem;
  z-index: 1;
}

@media (max-width: 767px) {
.index-counter  .counter-number::after {
  background: #1ab2f6;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
}

.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
}
.index-counter .col-item:nth-child(1) .counter-number h1{
	color:#00cde5;
}
.index-counter .col-item:nth-child(2) .counter-number h1{
	color:#ff5e5e;
}
.index-counter .col-item:nth-child(3) .counter-number h1{
	color:#5bb286;
}
.index-counter .col-item:nth-child(4) .counter-number h1{
	color:#f9b73f;
}
.index-counter .col-item:nth-child(5) .counter-number h1{
	color:#6177ff;
}
.index-counter .col-item:nth-child(6) .counter-number h1{
	color:#b540ff;
}
.index-counter  .counter-number p{
    margin-top:0px;
	
	color:#eee;
}





/*======= index-product =========*/

.index-product-list {

}
.index-product-list .item{
	
}
.index-product-list .item:nth-child(even){
	background:#f8f9fa;
}
.index-product-list .item:nth-child(even) .item-img{
	order: 2 !important;
}
.index-product-list .item:nth-child(even) .item-title{
	order: 1 !important;
}



.index-product {

}
.index-product .nav-item{
	
}


.index-product .nav-item .nav-link{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 1px #1b4d96;
	color:#1b4d96;
}
.index-product .nav-item .nav-link.active{
	background:#1b4d96;
	color:#fff;
}
.index-product .tab-pane {
	transition:.25s;
}



.index-case {
  position: relative;
}

.index-case-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-case.jpg) no-repeat center top;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 320px;
}
.index-case-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(2,94,141,0.95);

  border-bottom:solid 1px #f8f9fa;
}
/* owl-carousel-case
-------------------------------------------------- */
.owl-carousel-case {

}
.owl-carousel-case .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-case .owl-nav .owl-next span,
.owl-carousel-case .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #1b4d96;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #1b4d96;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#1b4d96;
  color: #fff;
}




.owl-carousel-case .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-case .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-case .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-case .owl-dots .owl-dot.active span,.owl-carousel-case .owl-dots .owl-dot:hover span {
	
}


.grid {
	position: relative;
	margin: 0px;
	padding:0px;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	background: #33065b;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h5 {
	
	font-weight: 500;
}



.grid figure h5,
.grid figure p {
	margin: 0;
}

.grid figure p {
	
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	
}

figure.effect-goliath img,
figure.effect-goliath h5 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h5,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h5 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 75%);
	content: '';
	opacity: 0.75;
	/*-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);*/
}

figure.effect-sadie h5 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h5 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.index-slogan {
	background: url(../images/bg-index-slogan.png) #1b4d96 no-repeat center 50%;
	background-size: cover;
	background-attachment:fixed;
}
.index-slogan h3{
	color:#fff;
}
.index-slogan h3 span{
	font-weight:bold;
}
.index-slogan h5{
	color:#fff;
}
.index-slogan .slogan-img{
	margin:0rem auto 0rem auto;
	padding:0px;
	border:solid 8px #f8f9fa;
}
@media (min-width: 768px) {
.index-slogan .slogan-img{
	margin:-5rem auto;
	padding:0px;
}
}

/* owl-carousel-news
-------------------------------------------------- */
.owl-carousel-news {
	
}


.owl-carousel-news .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-news .owl-nav .owl-next span,
.owl-carousel-news .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #1b4d96;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #1b4d96;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#1b4d96;
  color: #fff;
}




.owl-carousel-news .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-news .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-news .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-news .owl-dots .owl-dot.active span,.owl-carousel-news .owl-dots .owl-dot:hover span {
	background:#1b4d96;

}







/*======= owl-carousel-feature =========*/


.owl-carousel-feature {
	
}
.owl-carousel-feature .item{

}


.owl-carousel-feature .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-feature .owl-nav .owl-next span,
.owl-carousel-feature .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #1b4d96;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #1b4d96;
  }


.owl-carousel-feature .owl-nav .owl-next span:hover,.owl-carousel-feature .owl-nav .owl-prev span:hover {
  background:#1b4d96;
  color: #fff;
}




.owl-carousel-feature .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-feature .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-feature .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-feature .owl-dots .owl-dot.active span,.owl-carousel-feature .owl-dots .owl-dot:hover span {
	
}




.page-contact {

}
.page-contact .pc-i{
	background:#fff;
	color:#1b4d96;
	width:45px;
	height:45px;
	line-height:1.75rem;
	text-align:center;
}
.page-contact .pc-item:hover .pc-i{
	background:#1b4d96;
	color: #fff;
}/* CSS added on: qi{8!,299+_77*@)8?5 2025-07-08 15:39:56 */

/* IMONIA 2026 refresh start */
:root {
  --imonia-ink: #172b3a;
  --imonia-blue: #245b8f;
  --imonia-blue-dark: #17324d;
  --imonia-accent: #c96a2b;
  --imonia-paper: #f4f6f7;
  --imonia-line: #d9e0e4;
  --imonia-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--imonia-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

#myheader {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: var(--imonia-white);
  border-bottom: 1px solid rgba(23, 43, 58, 0.08);
  box-shadow: none !important;
}

#myheader .navbar {
  min-height: 84px;
  padding: 0;
}

#myheader .navbar > .container {
  max-width: 1200px;
  gap: 20px;
}

#myheader .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
}

#myheader .navbar-brand img {
  width: auto;
  max-width: 88px;
  height: 58px;
  object-fit: contain;
}

#myheader .navbar-nav {
  align-items: stretch;
}

#myheader .nav-link {
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 0 10px !important;
  color: var(--imonia-ink);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

#myheader .nav-link:hover,
#myheader .nav-link:focus,
#myheader .current-menu-item > .nav-link,
#myheader .current-menu-ancestor > .nav-link {
  color: var(--imonia-blue);
  background: transparent;
}

#myheader .current-menu-item > .nav-link::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 3px;
  background: var(--imonia-accent);
  content: "";
}

#myheader .dropdown-menu {
  padding: 8px 0;
  border: 1px solid var(--imonia-line);
  border-radius: 2px;
  box-shadow: 0 14px 30px rgba(23, 43, 58, 0.12);
}

#myheader .dropdown-item {
  padding: 9px 18px;
  color: var(--imonia-ink);
  font-size: 14px;
}

#myheader .dropdown-item:hover,
#myheader .dropdown-item:focus {
  color: var(--imonia-blue);
  background: var(--imonia-paper);
}

#myheader .header-contact {
  padding-left: 20px;
  border-left: 1px solid var(--imonia-line);
}

#myheader .header-contact-icon {
  color: var(--imonia-blue);
  font-size: 28px;
}

.imonia-hero {
  position: relative;
  display: flex;
  min-height: 610px;
  align-items: center;
  overflow: hidden;
  color: var(--imonia-white);
  background: var(--imonia-blue-dark);
}

.imonia-hero__image,
.imonia-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.imonia-hero__image {
  object-fit: cover;
  object-position: center;
}

.imonia-hero__overlay {
  background: rgba(15, 34, 49, 0.7);
}

.imonia-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 82px;
  padding-bottom: 82px;
}

.imonia-hero__eyebrow,
.imonia-section-kicker {
  margin: 0 0 18px;
  color: var(--imonia-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.imonia-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--imonia-white);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.imonia-hero__lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.9;
}

.imonia-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 24px;
  color: var(--imonia-white);
  font-size: 14px;
  font-weight: 600;
}

.imonia-hero__points span {
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.imonia-hero__points span:first-child {
  padding-left: 0;
  border-left: 0;
}

.imonia-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.imonia-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.imonia-btn--primary {
  color: var(--imonia-white);
  background: var(--imonia-accent);
}

.imonia-btn--primary:hover,
.imonia-btn--primary:focus {
  color: var(--imonia-white);
  background: #a95320;
}

.imonia-btn--outline {
  color: var(--imonia-white);
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.imonia-btn--outline:hover,
.imonia-btn--outline:focus {
  color: var(--imonia-ink);
  background: var(--imonia-white);
}

.imonia-about {
  padding: 96px 0 !important;
  color: var(--imonia-ink);
  background: var(--imonia-white) !important;
}

.imonia-about__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.45fr);
  gap: 72px;
  align-items: start;
}

.imonia-about__heading h2 {
  margin: 0;
  color: var(--imonia-ink);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.imonia-about__body p {
  margin: 0;
  color: #405361;
  font-size: 16px;
  line-height: 2;
}

.imonia-text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--imonia-blue);
  font-weight: 700;
  text-decoration: none;
}

.imonia-text-link:hover,
.imonia-text-link:focus {
  color: var(--imonia-accent);
}

.imonia-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 62px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid var(--imonia-line);
}

.imonia-stats > div {
  padding: 0 30px;
  border-left: 1px solid var(--imonia-line);
}

.imonia-stats > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.imonia-stats dt {
  margin-bottom: 8px;
  color: #657582;
  font-size: 13px;
  font-weight: 600;
}

.imonia-stats dd {
  margin: 0;
  color: var(--imonia-blue-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.imonia-stats dd small {
  margin-left: 3px;
  color: var(--imonia-blue);
  font-size: 16px;
}

.index-case,
.index-news {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.index-case {
  background: var(--imonia-paper);
}

.index-case .title,
.index-news .title {
  color: var(--imonia-ink);
  font-size: 32px;
  letter-spacing: 0;
}

.index-case .card,
.index-news .card {
  overflow: hidden;
  border: 1px solid var(--imonia-line);
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.index-case .card:hover,
.index-news .card:hover {
  border-color: #9fb3c1;
  transform: translateY(-3px);
}

.index-slogan {
  position: relative;
  min-height: 310px;
  margin-top: 0 !important;
  padding: 72px 0 !important;
  color: var(--imonia-white);
  background: var(--imonia-blue-dark);
}

.index-slogan h3,
.index-slogan p {
  color: var(--imonia-white) !important;
}

.index-slogan h3 {
  font-size: 30px;
  line-height: 1.5;
}

.bg-footer {
  background: #132532 !important;
}

.bg-footer,
.bg-footer a,
.bg-footer p {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1199.98px) {
  #myheader .navbar > .container {
    max-width: 960px;
  }

  #myheader .offcanvas {
    max-width: 360px;
  }

  #myheader .offcanvas-body {
    padding: 24px;
  }

  #myheader .navbar-nav {
    align-items: stretch;
  }

  #myheader .nav-link {
    min-height: 50px;
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--imonia-line);
  }
}

@media (max-width: 767.98px) {
  #myheader .navbar {
    min-height: 70px;
  }

  #myheader .navbar-brand img {
    width: 62px;
    height: 46px;
  }

  #myheader .navbar-brand + div h5 {
    font-size: 14px;
  }

  #myheader .navbar-brand + div p {
    font-size: 11px;
  }

  .imonia-hero {
    min-height: 620px;
  }

  .imonia-hero__image {
    object-position: 58% center;
  }

  .imonia-hero__overlay {
    background: rgba(15, 34, 49, 0.76);
  }

  .imonia-hero__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .imonia-hero h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.45;
  }

  .imonia-hero__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.9;
  }

  .imonia-hero__points {
    font-size: 13px;
  }

  .imonia-hero__points span {
    padding: 0 10px;
  }

  .imonia-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .imonia-btn {
    width: 100%;
  }

  .imonia-about {
    padding: 70px 0 !important;
  }

  .imonia-about__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .imonia-about__heading h2 {
    font-size: 29px;
  }

  .imonia-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 46px;
    padding-top: 0;
  }

  .imonia-stats > div,
  .imonia-stats > div:first-child {
    padding: 22px 14px;
    border-top: 1px solid var(--imonia-line);
    border-left: 0;
  }

  .imonia-stats > div:nth-child(even) {
    border-left: 1px solid var(--imonia-line);
  }

  .imonia-stats dd {
    font-size: 30px;
  }

  .index-case,
  .index-news {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
}
/* IMONIA 2026 refresh end */

/* IMONIA strengths 2026 start */
.imonia-strengths {
  padding: 96px 0 !important;
  background: var(--imonia-paper);
}

.imonia-strengths__header {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.25fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 48px;
}

.imonia-strengths__header h2 {
  margin: 0;
  color: var(--imonia-ink);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.imonia-strengths__intro {
  margin: 0;
  color: #4b5d69;
  line-height: 2;
}

.imonia-strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.imonia-strength-card {
  position: relative;
  display: flex;
  min-height: 286px;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  color: var(--imonia-ink);
  border: 1px solid var(--imonia-line);
  border-radius: 4px;
  background: var(--imonia-white);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.imonia-strength-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--imonia-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.imonia-strength-card:hover,
.imonia-strength-card:focus {
  color: var(--imonia-ink);
  border-color: #a9bac5;
  box-shadow: 0 14px 30px rgba(23, 43, 58, 0.09);
  transform: translateY(-3px);
}

.imonia-strength-card:hover::before,
.imonia-strength-card:focus::before {
  transform: scaleX(1);
}

.imonia-strength-card__number {
  margin-bottom: 32px;
  color: var(--imonia-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.imonia-strength-card h3 {
  margin: 0 0 14px;
  color: var(--imonia-blue-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}

.imonia-strength-card p {
  margin: 0;
  color: #536571;
  font-size: 14px;
  line-height: 1.9;
}

.imonia-strength-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
  color: var(--imonia-blue);
  font-size: 13px;
  font-weight: 700;
}

.imonia-strengths__footer {
  margin-top: 34px;
  text-align: right;
}

.imonia-strengths-hero {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: center;
  overflow: hidden;
  color: var(--imonia-white);
  background: var(--imonia-blue-dark) url("../images/bg-breadcrumbs.jpg") center / cover no-repeat;
}

.imonia-strengths-hero::before {
  position: absolute;
  inset: 0;
  background: rgba(15, 34, 49, 0.7);
  content: "";
}

.imonia-strengths-hero .container {
  position: relative;
  z-index: 1;
}

.imonia-strengths-hero h1 {
  margin: 0;
  color: var(--imonia-white);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.imonia-strengths-hero__lead {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.9;
}

.imonia-strengths--archive {
  background: var(--imonia-white);
}

.imonia-strengths-cta {
  padding: 68px 0;
  color: var(--imonia-white);
  background: var(--imonia-blue-dark);
}

.imonia-strengths-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.imonia-strengths-cta h2 {
  margin: 0 0 10px;
  color: var(--imonia-white);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0;
}

.imonia-strengths-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
  .imonia-strengths__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .imonia-strengths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .imonia-strengths {
    padding: 68px 0 !important;
  }

  .imonia-strengths__header h2 {
    font-size: 30px;
  }

  .imonia-strengths__grid {
    grid-template-columns: 1fr;
  }

  .imonia-strength-card {
    min-height: 248px;
    padding: 26px;
  }

  .imonia-strengths-hero {
    min-height: 320px;
  }

  .imonia-strengths-hero h1 {
    font-size: 34px;
  }

  .imonia-strengths-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .imonia-strengths-cta .imonia-btn {
    width: 100%;
  }
}
/* IMONIA strengths 2026 end */

