body {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(169deg, rgb(30, 30, 32) 16.12%, rgb(14, 14, 17) 35.52%);
  border-bottom-color: rgb(229, 231, 235);
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(229, 231, 235);
  border-left-style: solid;
  border-left-width: 0px;
  border-right-color: rgb(229, 231, 235);
  border-right-style: solid;
  border-right-width: 0px;
  border-top-color: rgb(229, 231, 235);
  border-top-style: solid;
  border-top-width: 0px;
  color: white;
}

h1,h2,h3,h4,h5,h6 {
  color: white;
}

a {
  color: white;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0f0;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #24b67e;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.nodes-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgb(79 80 79);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #bbf5df;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-image: url('../images/img-intro-bg.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #24b67e;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: white;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 2rem;
}

.title-a {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.subtitle-a {
  color: white;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #24b67e;
  margin: 0 auto;
}
.line-fw {
  width: 50vw;
  height: 5px;
  background-color: #24b67e;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #24b67e;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  background-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(255, 255, 255, 0.08);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.08);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.08);
  border-top-style: solid;
  border-top-width: 1px;
  padding: 3rem 1.25rem;
  position: relative;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #24b67e;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #24b67e;
  color: #fff;
  box-shadow: 0 0 0 3px #bbf5df;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #24b67e;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #24b67e;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #bbf5df;
  border: 0px solid #bbf5df;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #bbf5df;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #24b67e;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #24b67e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #24b67e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 0 !important;
  margin-top: 0px !important;
  top: 0 !important;
  z-index: 99;
}

.navbar-b .container {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #0f0;
  font-weight: bolder;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-top: 60px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #24b67e;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #24b67e;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #00ff00;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #0f0;
  font-weight: bolder;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #24b67e;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-b.navbar-reduce .nav-link .danger {
  color: #24b67e;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-cube-icon {
  position: relative;
  width: 30px;
  height: 30px;
  perspective: 600px;
}

.navbar-cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: navbarRotate 8s infinite linear;
}

.navbar-face {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.navbar-face.top {
  background: #1e3a8a;
  transform: rotateX(90deg) translateZ(15px);
}

.navbar-face.front {
  background: #3b82f6;
  transform: translateZ(15px);
}

.navbar-face.side {
  background: #fbbf24;
  transform: rotateY(90deg) translateZ(15px);
}

.navbar-face.back {
  background: #dc2626;
  transform: rotateY(180deg) translateZ(15px);
}

.navbar-face.bottom {
  background: #1f2937;
  transform: rotateX(-90deg) translateZ(15px);
}

.navbar-face.right {
  background: #8b5cf6;
  transform: rotateY(-90deg) translateZ(15px);
}

@keyframes navbarRotate {
  from { transform: rotateX(0deg) rotateY(0deg); }
  to { transform: rotateX(360deg) rotateY(360deg); }
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #24b67e;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #24b67e;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #24b67e;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #bbf5df;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #bbf5df;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: white;
}

.skill-mf .progress {
  background-color: #1e1e1e;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #24b67e;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(255, 255, 255, 0.08);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.08);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.08);
  border-top-style: solid;
  border-top-width: 1px;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #1e1e1e;
  background-color: #24b67e;
  box-shadow: 0 0 0 10px #bbf5df;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: white;
}
.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: white;
}

.nodes-box {
  padding: 1.5rem 1em 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(255, 255, 255, 0.08);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.08);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.08);
  border-top-style: solid;
  border-top-width: 1px;
}

.nodes-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #24b67e;
  box-shadow: 0 0 0 10px #bbf5df;
}

.nodes-box .nodes-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.nodes-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.nodes-box .s-title {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.nodes-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #bbf5df;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #24b67e;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #24b67e;
  float: right;
}

.work-content .w-like a {
  color: #24b67e;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #24b67e;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #24b67e;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #24b67e;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #24b67e;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #24b67e;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #24b67e;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #24b67e;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #24b67e;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #24b67e;
  border-color: #24b67e;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #24b67e;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 1rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #24b67e;
  border: 1px solid #24b67e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0d9963;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #24b67e;
  color: #fff;
  border-color: #bbf5df;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.text-green {
  color: #24b67e;
}

.nodes-ico img {
  width: 100%;
}
@media (max-width: 600px) {
  .row {
    margin-right: unset;
    margin-left: unset;
  }
  .col-6 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 1rem;
  }
  .col-4 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 1rem;
  }
  .service-box {
    margin-bottom: unset;
    height: 100%;
  }
  .nodes-box {
    margin-bottom: unset;
    height: 100%;
  }
  .about-img {
    text-align: center;
  }
  .about-img img {
    width: 30vw;
  }
  .clearfix-div {
    width: 70vw;
    height: 2px;
    background-color: #24b67e;
    margin: 5vw auto;
    text-align: center;
  }
  .bg-image {
    background-image: unset;
  }
  .nodes-box .s-title {
    font-size: 2.2vw;
  }
  /* Đảm bảo nodes-grid có layout nhất quán trên mobile */
  .nodes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* Đảm bảo container có padding nhất quán */
  .col-sm-12 .nodes-grid {
    padding: 0 15px;
  }
  /* Đảm bảo tab-content có layout tương tự */
  .tab-content .nodes-grid {
    padding: 0 15px;
  }
}

/* CSS đặc biệt cho iPhone 16 Pro Max và các thiết bị có màn hình tương tự */
@media (max-width: 430px) and (min-height: 932px) {
  .nodes-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0;
    padding: 0 12px;
    width: 100%;
  }
  .col-sm-12 .nodes-grid,
  .tab-content .nodes-grid {
    padding: 0 12px;
  }
  .node-card {
    margin: 0;
    width: 100%;
  }
}

/* CSS cho các thiết bị có màn hình nhỏ hơn */
@media (max-width: 375px) {
  .nodes-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }
  .col-sm-12 .nodes-grid,
  .tab-content .nodes-grid {
    padding: 0 10px;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
  .navbar-nav {
    background-color: rgba(255, 255, 255, 0.08);
    border-bottom-color:rgba(255, 255, 255, 0.08);
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-image-outset:0;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left-color:rgba(255, 255, 255, 0.08);
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:rgba(255, 255, 255, 0.08);
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:rgba(255, 255, 255, 0.08);
    border-top-style:solid;
    border-top-width:1px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }  
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.contact-mf .form-control {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.contact-mf .form-control::placeholder {
  color: #e0e0e0;
  opacity: 1;
}

/* Tuỳ chỉnh cho node daodiseo */
.node-card {
    position: relative;
}
#daodiseo-details {
    background: rgba(30,30,30,0.98);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    padding: 16px;
    margin-top: 10px;
}
#daodiseo-details .nav-tabs .nav-link {
    font-size: 0.85rem;
    padding: 4px 10px;
}
#daodiseo-details .tab-content {
    font-size: 0.95rem;
}

/* --- CSS chuyển từ index.html --- */
.nodes-mf .nav-tabs {
  border-bottom: 1px solid #dee2e64d;
  justify-content: center;
  margin-bottom: 2rem;
}
.nodes-mf .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #fff;
  background-color: transparent;
}
.nodes-mf .nav-tabs .nav-link.active,
.nodes-mf .nav-tabs .nav-item.show .nav-link {
  color: #1de9b6;
  background-color: #ffffff1a;
  border-color: #dee2e64d #dee2e64d #ffffff1a;
}
.node-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  min-width: 200px;
}
.node-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}
.node-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.node-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.node-info h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #fff;
}
.node-info .apr {
  color: #00ff66 !important;
  font-size: 0.95rem;
  margin: 0;
  font-weight: 500;
}
.node-links {
    margin-bottom: 15px;
}
.delegate-link {
    color: #a9a9a9;
    text-decoration: underline;
}
.delegate-link:hover {
    color: #1de9b6;
}
.node-actions {
    margin-top: auto;
}
.node-actions .btn {
    margin-right: 10px;
    border-radius: 20px;
    padding: 2px 12px;
    font-size: 0.8rem;
}
.node-actions .btn-success {
    background-color: #343a40;
    border-color: #343a40;
    color: #ffffff;
}
.node-actions .btn-success:hover,
.node-actions .btn-outline-success:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
.node-actions .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.contact-mf .form-control {
  font-size: 0.8rem;
}
.contact-mf .title-left {
    font-size: 1.2rem;
}
.more-info .lead {
    font-size: 0.8rem;
}
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.intro {
  background: transparent;
}
.sect-pt2 {
  background-color: transparent;
}
.paralax-mf {
    background-color: transparent;
}
.intro .intro-content {
  z-index: 1;
}
gecko-coin-price-marquee-widget .coin-gecko-marquee-powered-by,
.coin-gecko-marquee-powered-by {
    display: none !important;
}
nav.navbar {
    margin-top: 40px;
}

/* Tab Services dạng 2 hàng, 4 cột, chữ nhỏ, border nhỏ gọn */
[id$='-details'] .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: none;
    margin-bottom: 0.5rem;
    gap: 4px 0;
    width: 100%;
}

[id$='-details'] .nav-tabs .nav-item {
    text-align: center;
    margin-bottom: 4px;
    box-sizing: border-box;
}

[id$='-details'] .nav-tabs .nav-item:nth-child(-n+4) {
    width: 25%;
}
[id$='-details'] .nav-tabs .nav-item:nth-child(n+5) {
    width: 33.33%;
}

[id$='-details'] .nav-tabs .nav-link {
    font-size: 0.7rem;
    padding: 2px 0;
    border-radius: 6px !important;
    border: 1.5px solid transparent;
    margin: 0 2px;
    min-width: 0;
    width: auto;
    display: inline-block;
    transition: border 0.2s, background 0.2s;
    white-space: nowrap;
    text-align: center;
}

[id$='-details'] .nav-tabs .nav-link.active {
    color: #1de9b6;
    background: #222;
    border: 1.5px solid #1de9b6;
    font-weight: bold;
}

[id$='-details'] .tab-content {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0.5rem 0 0 0;
}

[id$='-details'] .tab-content .form-control {
    background: rgba(255,255,255,0.85) !important;
    color: #222 !important;
    font-size: 0.65rem !important;
    width: 100%;
    min-width: 220px;
    max-width: 320px;
    height: 28px;
    padding: 2px 10px 2px 10px;
    border: 2px solid #fff;
    box-shadow: none;
    margin: 0 auto;
    transition: box-shadow 0.2s;
    border-radius: 8px;
}
.input-copy-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.input-copy-btn {
    display: none !important;
}
.snapshot-info {
    font-size: 0.85em;
    color: #222;
    background: rgba(255,255,255,0.5);
    border-radius: 6px;
    padding: 4px 8px;
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
    gap: 0;
}
.snapshot-info .snapshot-row {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 4px;
    font-size: 0.95em;
    background: transparent;
}
.snapshot-info .snapshot-row:last-child {
    margin-bottom: 0;
}
.snapshot-info b {
    color: #111;
}

/* Loading gear animation for updating node */
.loading-gear {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 200px;
  margin: 0 auto;
  gap: 15px;
}
.gear {
  width: 35px;
  height: 35px;
  border: 4px solid #ff2d55;
  border-radius: 50%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  animation: spin 1s linear infinite;
  box-shadow: 0 0 8px #ff2d55;
  flex-shrink: 0;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}
.progress-bar {
  width: 80px;
  height: 6px;
  background: #222;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #444;
  flex-shrink: 0;
}
.progress {
  height: 100%;
  background: linear-gradient(90deg, #ff2d55, #ffb347);
  border-radius: 5px 0 0 5px;
  animation: progress-move 2s linear infinite;
}
@keyframes progress-move {
  0% { width: 0; }
  80% { width: 80%; }
  100% { width: 56%; }
}
.loading-text {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-shadow: 0 0 4px #ff2d55;
  flex-shrink: 0;
}
#home.intro {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#nodes.nodes-mf {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.sect-pt2 {
  padding-top: 0 !important;
}

/* Hiệu ứng mở rộng card node khi click Services */
.node-card.expanded {
  box-shadow: 0 0 20px #1de9b6;
  z-index: 10;
}

/* Banner mới styles */
.credentials-section {
  margin: 2rem 0;
}

.cube-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 2rem;
  perspective: 1000px;
}

.cube {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rotate 6s infinite linear;
}

.face {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}

.face.top {
  background: #1e3a8a;
  transform: rotateX(90deg) translateZ(25px);
}

.face.front {
  background: #3b82f6;
  transform: translateZ(25px);
}

.face.side {
  background: #fbbf24;
  transform: rotateY(90deg) translateZ(25px);
}

.face.back {
  background: #dc2626;
  transform: rotateY(180deg) translateZ(25px);
}

.face.bottom {
  background: #1f2937;
  transform: rotateX(-90deg) translateZ(25px);
}

.face.right {
  background: #8b5cf6;
  transform: rotateY(-90deg) translateZ(25px);
}

@keyframes rotate {
  from { transform: rotateX(0deg) rotateY(0deg); }
  to { transform: rotateX(360deg) rotateY(360deg); }
}

.credentials-text {
  text-align: left;
  margin-right: 3rem;
}

.staking-rewards {
  font-size: 1.1rem;
  color: #24ad79;
  font-weight: 500;
}

.verified-provider {
  font-size: 0.9rem;
  color: #24ad79;
  font-weight: 600;
}

.aa-rating {
  font-size: 1.5rem;
  font-weight: bold;
  color: #24ad79;
  background: rgba(36, 173, 121, 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #24ad79;
  margin-left: 1rem;
}

.metrics-section {
  margin-top: 3rem;
}

.metric-card {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.metric-value {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}

.metric-label {
  font-size: 1rem;
  color: #24ad79;
  font-weight: 400;
}

/* Services Section Styles */
.services-mf {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin: 2rem 0;
  padding: 3rem 0;
}

.service-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.service-tab {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.service-tab.active {
  background: #24ad79;
  border-color: #24ad79;
  color: #fff;
}

.service-tab:hover {
  background: rgba(36, 173, 121, 0.2);
  border-color: #24ad79;
}

.service-content {
  transition: all 0.3s ease;
}

.section-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  border-left: 4px solid #24ad79;
  padding-left: 1rem;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border-color: #24ad79;
}

.feature-card h5 {
  color: #24ad79;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.feature-card p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.world-map-section {
  text-align: center;
}

.world-map {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.map-container {
  position: relative;
  width: 100%;
  height: 300px;
  background: #242426;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.world-map-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.service-dot {
  filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.5));
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-dot:hover {
  filter: drop-shadow(0 4px 8px rgba(139, 92, 246, 0.8));
  r: 8;
}

/* RPC dots (yellow) */
#rpc-world-map .service-dot {
  filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.5));
}

#rpc-world-map .service-dot:hover {
  filter: drop-shadow(0 4px 8px rgba(251, 191, 36, 0.8));
}

/* IBC dots (white) */
#ibc-world-map .service-dot {
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.5));
}

#ibc-world-map .service-dot:hover {
  filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.8));
}

/* Glow effect for moving dots */
.service-dot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: glow 2s ease-in-out infinite alternate;
}

/* RPC glow effect */
#rpc-world-map .service-dot::after {
  background: radial-gradient(circle, rgba(251, 191, 36, 0.3) 0%, transparent 70%);
}

/* IBC glow effect */
#ibc-world-map .service-dot::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}

@keyframes glow {
  from {
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    transform: scale(1.5);
    opacity: 0.8;
  }
}

/* Tooltip styling */
.dot-tooltip, .connection-tooltip {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(139, 92, 246, 0.3);
  backdrop-filter: blur(10px);
  animation: tooltipFadeIn 0.3s ease-out;
  max-width: 200px;
}

.connection-tooltip {
  border: 1px solid rgba(139, 92, 246, 0.5);
  background: rgba(0, 0, 0, 0.95);
}

.tooltip-content h4 {
  margin: 0 0 8px 0;
  color: #8b5cf6;
  font-size: 1rem;
}

.tooltip-content p {
  margin: 4px 0;
  font-size: 0.8rem;
  opacity: 0.9;
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.connection-lines line {
  stroke-dasharray: 5,5;
  animation: dash 15s linear infinite;
  filter: drop-shadow(0 1px 2px rgba(139, 92, 246, 0.3));
}

.connection-lines line:hover {
  stroke-width: 2;
  filter: drop-shadow(0 2px 4px rgba(139, 92, 246, 0.6));
  transition: all 0.3s ease;
}

/* RPC connection lines (yellow) */
#rpc-world-map .connection-lines line {
  filter: drop-shadow(0 1px 2px rgba(251, 191, 36, 0.3));
}

#rpc-world-map .connection-lines line:hover {
  filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.6));
}

/* IBC connection lines (white) */
#ibc-world-map .connection-lines line {
  filter: drop-shadow(0 1px 2px rgba(255, 255, 255, 0.3));
}

#ibc-world-map .connection-lines line:hover {
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.6));
}

@keyframes dash {
  to {
    stroke-dashoffset: -1000;
  }
}

/* Enhanced connection lines visibility */
.connection-lines {
  pointer-events: none;
}

.connection-lines line {
  pointer-events: auto;
  cursor: pointer;
}



.cta-button {
  margin-top: 1rem;
}

.cta-button .btn {
  background: #24ad79;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-button .btn:hover {
  background: #1a8f5f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(36, 173, 121, 0.3);
}

/* Responsive Design for Services Section */
@media (max-width: 768px) {
  .services-mf {
    margin: 1rem 0;
    padding: 2rem 0;
  }
  
  .service-tabs {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .service-tab {
    width: 100%;
    text-align: center;
  }
  
  .feature-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .feature-card {
    padding: 1rem;
  }
  
  .world-map {
    min-height: 250px;
    padding: 1rem;
  }
  
  .map-container {
    height: 200px;
  }
  
  .world-map-svg {
    width: 100%;
    height: 100%;
  }
  
  .service-dot {
    r: 3;
  }
  
  .service-dot:hover {
    r: 5;
  }
  
  .section-title {
    font-size: 1.3rem;
  }
  
  .metric-value {
    font-size: 2rem;
  }
  
  .metric-label {
    font-size: 0.9rem;
  }
  
  .dot-tooltip {
    font-size: 0.8rem;
    padding: 8px;
    max-width: 150px;
  }
}

@media (max-width: 576px) {
  .services-mf {
    padding: 1.5rem 0;
  }
  
  .world-map {
    min-height: 200px;
  }
  
  .map-container {
    height: 150px;
  }
  
  .cta-button .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* Animation for service cards */
.feature-card {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Stagger animation for feature cards */
.feature-card:nth-child(1) { animation-delay: 0.1s; }
.feature-card:nth-child(2) { animation-delay: 0.2s; }
.feature-card:nth-child(3) { animation-delay: 0.3s; }
.feature-card:nth-child(4) { animation-delay: 0.4s; }

/* Ẩn/hiện chi tiết node bằng display, KHÔNG dùng absolute */
.node-details {
  display: none;
  background: rgba(30,30,30,0.98);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  padding: 16px;
  margin-top: 10px;
  min-width: 260px;
  min-height: 180px;
  color: #fff;
  animation: fadeIn 0.2s;
}

.node-card.expanded .node-details {
  display: block !important;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px);}
  to { opacity: 1; transform: translateY(0);}
}

/* --- Grid 5 cột cho node-card --- */
.nodes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 20px;
  align-items: start;
  margin-bottom: 32px;
  width: 100%;
  padding: 0 15px;
}
.node-card {
  width: 100%;
  min-width: 200px;
  max-width: 300px;
}

/* Đảm bảo container có layout nhất quán */
.container .row .col-sm-12 .nodes-grid,
.container .tab-content .tab-pane .nodes-grid {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

/* Ghi đè Bootstrap container để có layout rộng hơn */
.container {
  max-width: 1600px !important;
  width: 100% !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* Đảm bảo các section có layout rộng hơn */
.nodes-mf,
.paralax-mf,
footer {
  width: 100% !important;
  max-width: 100% !important;
}

/* Đảm bảo row không bị giới hạn */
.container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Đảm bảo col-sm-12 sử dụng toàn bộ chiều rộng */
.container .row .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

@media (max-width: 1400px) {
  .nodes-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
  }
}
@media (max-width: 1200px) {
  .nodes-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 18px;
  }
}
@media (max-width: 900px) {
  .nodes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}
@media (max-width: 700px) {
  .nodes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 14px;
  }
}
@media (max-width: 600px) {
  .nodes-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0;
    padding: 0 15px;
  }
  /* Đảm bảo tất cả nodes-grid có cùng layout */
  .container .row .col-sm-12 .nodes-grid,
  .container .tab-content .tab-pane .nodes-grid {
    padding: 0 15px;
  }
}

/* World Map Styling - Thay đổi màu châu lục và đất liền */
.world-map-svg path[fill="#3572db"],
.world-map-svg path[fill="#1e3a8a"],
.world-map-svg path[fill="#3b82f6"] {
  fill: #24ad79 !important;
}

.world-map-svg path[stroke="#3572db"],
.world-map-svg path[stroke="#1e3a8a"],
.world-map-svg path[stroke="#3b82f6"] {
  stroke: #24ad79 !important;
}

/* Đảm bảo tất cả các phần tử đất liền đều có màu xanh */
.world-map-svg path:not([fill="none"]) {
  fill: #24ad79 !important;
}

.world-map-svg path[stroke]:not([stroke="none"]) {
  stroke: #24ad79 !important;
}