/*
Theme Name: Designed by RealDev
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  /* Màu chính */
  --primary: #0c7c3d;
  --secondary: #0086d7;

  /* Màu chức năng */
  --success: #0dc353;
  --alert: #ffcb13;
  --error: #a13c3c;

  /* Màu chữ và liên kết */
  --headline: #1d3335;
  --text: #333333;
  --link: #0086d7;
  --link-hover: #22bfef;

  /* Màu phụ trung gian */
  --primary-light: #688486;
  --secondary-light: #b7ae88;
  --primary-gray: #677c7d;
  --secondary-pale: #aea684;
  --secondary-very-light: #cfc8a7;

  /* Màu nền và viền */
  --background-light: #f5f5f5;
  --background-dark: #e5e5e5;
  --border-light: #dddddd;
  --border-dark: #bbbbbb;
}


.primary-color,
.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6 {
  color: var(--primary);
}
.home-row-intro {
  background-size: cover;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 50px;
}
.heading-dq .step-advanced-title {
  line-height: 1;
  font-size: 25px;
}
.home-col-intro {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-col-intro .col-inner {
  background: transparent !important;
}

.bg-white .col-inner {
  background-color: #fff !important;
  display: flex;
  height: 100%;
  padding: 1rem !important;
}
.color-white a,
.color-white span {
  color: #fff;
}
.bg-white .col-inner p {
  margin: 0;
}

.list-vertical .post-info {
  display: none;
}
.home-sec-csvc .flickity-slider > .row:not(.is-selected) {
  opacity: 1 !important;
}
.box-expert-post .post-title {
  font-size: 20px;
  font-weight: bold;
}
.home-sec-csvc .col-inner {
  padding: 0 !important;
  overflow: hidden;
}

.home-sec-csvc img {
  padding-top: 0;
}

.home-sec-csvc .icon-box-text {
  padding: 1rem;
}
.home-sec-news .row .col-inner p:last-child {
  margin-bottom: 20px;
}

.home-sec-news .text-end {
  text-align: end;
}

.home-sec-news .text-end .section-title {
  justify-content: flex-end;
}

.home-sec-news .section-title {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 10px;
}
.home-expert-list .flickity-prev-next-button {
  opacity: 1;
  top: unset;
  bottom: -35px;
  background: var(--primary);
  color: #fff;
}
.home-expert-list .flickity-prev-next-button:hover * {
  fill: #fff !important;
}
.home-expert-list {
  margin-bottom: 50px;
}
.btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}
.home-expert-list .previous {
  left: unset;
  right: 90px;
}
.quote-intro {
  font-size: 20px;
  margin-bottom: 1rem;
}
/*
.quote-intro p:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 5rem;
  margin-right: 10px;
  line-height: 1;
  color: var(--secondary);
}
*/
.count-number {
  color: var(--primary);
}
.header-nav .nav-top-link {
  font-size: 14px;
  color: #333;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  color: #333;
  font-size: 16px;
}
.home-feature-slider .flickity-viewport,
.home-feature-slider .flickity-viewport img {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.no-bg .col-inner {
  background: transparent !important;
}
.home-feature-slider .img-inner img {
  max-height: 570px;
}
.header-button .button {
  animation: heartbeat 1.5s ease-in-out 5s infinite both;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--primary);
  color: #fff;
  min-width: 154px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header-button .button:hover,
.home-form .wpcf7-submit:hover {
  border-color: var(--secondary);
}
.header-button .button::before,
.home-form .wpcf7-submit:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--secondary);
  transition: width 0.3s ease-out;
  z-index: 0;
}
.header-button .button span {
  position: relative;
  z-index: 1;
}
.header-button .button:hover::before,
.home-form .wpcf7-submit:hover::before {
  width: 100%;
}
.archive-page-header {
  padding-top: 30px;
}
.home-form .fields {
  max-width: 100%;
  flex-basis: 100%;
}
.home-form {
  padding: 1rem;
}
.field-item .wpcf7-submit:hover {
  background: var(--secondary);
}
.home-form input,
.home-form select {
  margin: 0;
  flex: 1;
  border: none;
  font-size: 14px;
  padding: 0;
  color: #767676;
}
.home-form input:focus,
.home-form select:focus {
  padding: 5px !important;
  box-shadow: unset;
}
.home-form i {
  color: var(--secondary);
}
.home-form .label {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 17px;
}

.home-form .field-item {
  width: 100%;
  margin-bottom: 20px;
}

.field .wpcf7-form-control-wrap {
  flex: 1;
}

.home-form .wpcf7-submit {
  margin: 0;
  padding: 8px;
  text-transform: capitalize;
  animation: heartbeat 1.5s ease-in-out 5s infinite both;
  color: #fff;
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.header-button .button span:after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  margin-left: 5px;
}
.header-nav .nav-top-link i {
  font-size: 11px;
}
.booking-expert .site-logo {
  text-align: center;
  margin: 15px auto;
}

.booking-expert .header-logo {
  max-width: 200px;
  height: auto;
}
.expert-booking a {
  flex: 1;
  font-weight: normal;
}
.booking-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: var(--primary);
  background: #fff;
  width: max-content;
  margin: 0 auto 2rem;
  padding: 0 20px;
  border-radius: 30px;
}
.booking-fields p.label {
  display: none;
}
.field-item .wpcf7-submit {
  margin: 15px auto 0;
  display: block;
  border-radius: 10px;
  max-width: 12rem;
  font-size: 14px;
}
#booking-expert {
  background: url(/wp-content/uploads/spa-background.jpg) no-repeat center
    center;
  background-size: cover;
  width: 100%;
  min-height: 100%;
}

#booking-expert input,
#booking-expert select,
#booking-expert textarea {
  border: none;
}
.term-intro-content .col-inner,
.taxonomy-description .col-inner {
  background: #fff;
  padding: 1rem !important;
  border-radius: 10px;
}

.term-intro-content p:last-child,
.taxonomy-description .col p:last-child {
  margin-bottom: 0;
}
.archive h1.page-title {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
  width: max-content;
}
.archive-insights {
  color: var(--primary);
  font-size: 14px;
}
.blog-post-inner .post-info i {
  margin-right: 5px;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
  border: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset !important;
  font-size: 20px;
  height: unset;
  width: unset;
  min-width: unset;
}

ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-pagination > li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
  color: var(--secondary);
}
.vertical-feature .post-info {
  display: none;
}

.vertical-feature .box-text {
  padding: 0 10px;
}
.archive-insights .tooltip {
  cursor: pointer;
}
.article-meta .author-title {
  font-size: 13px;
  color: #6e7480;
  font-weight: 500;
}
.page-wrapper #ftwp-postcontent,
.page-wrapper .row-main .col-inner {
  padding: 15px !important;
}
.article-meta .author-detail {
  line-height: 1.2;
}

.article-meta .last-updated {
  margin-bottom: 10px;
  font-size: 14px;
}

.article-meta .last-updated time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article-meta a,
.contents-fact-check a span {
  font-weight: normal !important;
  font-size: 14px !important;
}
.article-meta {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
}

.article-meta time {
  font-size: 13px;
}
.single-post #main,
.single-post #wrapper,
.single-post {
  background: #fff;
}
.entry-content h2,
.entry-content h2 b,
.entry-content h3,
.entry-content h3 b,
.entry-content h4,
.entry-content h4 b {
  font-weight: 700;
  color: var(--primary);
}
.single-post .entry-title {
  line-height: 1.2;
  color: var(--primary);
}
.contents-fact-check svg {
  width: 25px;
}
table {
  background: #f2f9ff;
  border-radius: 25px;
  overflow: hidden;
}

table td,
table th {
  color: #344054 !important;
  font-size: 15px;
}

table td {
  border-right: 1px solid #ececec;
  padding: 15px;
}

td:first-child,
th:first-child {
  padding-left: 15px;
}

td:last-child,
th:last-child {
  border-right: unset;
}

tr:last-child td {
  border-bottom: unset;
}
.contents-fact-check a span {
  font-size: 14px;
  line-height: 1.2;
}
#statement-commit .site-name {
  margin: 0;
  font-size: 14px;
}

#statement-commit .procedure {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  color: var(--primary);
  line-height: 1;
}
#statement-commit .row {
  max-height: 550px;
  overflow-y: scroll;
  border-top-right-radius: 150px;
}
#statement-commit .icon-box {
  margin-bottom: 20px;
}
.mfp-ready .mfp-close {
  opacity: 1 !important;
}
#statement-commit .row {
  font-size: 14px;
}

#statement-commit .content-standard {
  padding: 8px 8px 8px 30px;
  position: relative;
  margin-bottom: 20px;
}

#statement-commit .content-standard:after {
  height: 100%;
  background-color: var(--primary);
  position: absolute;
  content: "";
  width: 6px;
  left: 0;
  top: 0;
  border-radius: 5px;
}

#statement-commit .content-standard p:last-child {
  margin: 0;
}

#statement-commit .content-fact-checks-steps li {
  list-style: none;
  margin-left: 0;
  display: flex;
  gap: 10px;
}

#statement-commit .content-fact-checks-steps li:before {
  content: "\f058";
  font-family: "FontAwesome";
  position: relative;
  top: 8px;
  color: var(--primary);
}

#statement-commit .content-fact-checks-steps ul,
#statement-commit .content-fact-checks-steps li:last-child,
.article-pillar-hightlight ul,
.article-pillar-hightlight li:last-child {
  margin-bottom: 0;
}
.single-post .entry-content img {
  display: block;
  margin: auto;
  min-width: 80%;
  border-radius: 5px;
}
.related-post .box-vertical {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  background: #fff;
}
.related-post .related-title {
  font-size: 2rem;
}

.article-pillar-hightlight,
.author-description {
  background: #f2f9ff;
  padding: 24px;
  border-radius: 25px;
}
.pillar-hightlight-list li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pillar-hightlight-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 8px;
}

.pillar-hightlight-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.col-share {
  max-width: 8%;
  flex-basis: 8%;
}

.blog-single {
  background-color: #f2f4f7;
}

.blog-single .post-content {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
}

.post-sidebar {
  max-width: 22%;
  flex-basis: 22%;
}
.col-share .share-icons {
  display: flex;
  flex-direction: column;
}

.col-share a.icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe5f2;
  border: none;
  color: #929bae;
}

.col-share p {
  font-size: 18px;
  font-weight: bold;
}
.author,
.author #main,
.author #wrapper {
  background: #fff;
}
.author-details .author-avatar img {
  border-radius: 6px;
  margin-bottom: 10px;
}
.author-socials a.icon {
  border: none;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-lists li {
  list-style: none;
  margin-bottom: 0;
}
.author .box {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}
.author-socials .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-description {
  font-size: 14px;
  margin-bottom: 20px;
}

.author-description p:last-child {
  margin: 0;
}
.author-team-section {
  margin: 2rem auto;
}

.author-team-section .section-title {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background: #f2f9ff;
  padding: 20px;
  font-size: 22px;
  color: var(--primary);
  line-height: 1;
}

.author-team-content {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  background: #f2f9ff;
  padding: 20px;
  color: var(--text);
}

.author-team-content .social-icons {
  display: flex;
}

.author-team-content .social-icons .icon {
  color: var(--text);
}

.author-team-content .social-icons svg path {
  fill: var(--text);
}
.box-feature-author {
  display: flex;
  gap: 20px;
  align-items: center;
  min-width: 200px;
}
.home-sec-feature {
  background-color: transparent;
  background-image: linear-gradient(180deg, #dfc1a3 0%, #feefdf 100%);
}

.home-sec-feature,
.home-sec-feature .row .col {
  padding-bottom: 0 !important;
}
.home-booking {
  margin-right: 20px !important;
  margin-top: 5px !important;
}
.schedule-box {
  -webkit-box-flex: 370px;
  -ms-flex: 370px;
  flex: 370px;
  -ms-flex-item-align: center;
  align-self: center;
}
.schedule-box .shape {
  position: absolute;
  inset: calc(40px * -1) 138px calc(40px * -1) -60px;
  border: 3px solid var(--secondary);
  border-radius: 20px;
  z-index: -2;
}
.schedule-box .box-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 30px;
}
.schedule-box .box-text {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 22px;
}
.schedule-box .box-timing {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 17px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.schedule-box {
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.schedule-box:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: var(--primary);
  z-index: -1;
}
.schedule-box .shape:before {
  content: "";
  height: 128px;
  width: 114px;
  position: absolute;
  top: 17px;
  left: 17px;
  background: radial-gradient(
    ellipse at center,
    var(--primary) 0%,
    var(--secondary) 2.5px,
    transparent 3%
  );
  background-size: 22px 22px;
  background-repeat: repeat;
  background-position: 0px 0px;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
.appointment-row .img-inner img {
  border-radius: 20px;
}
.scroll-to-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.scroll-hint {
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.scroll-hint span {
  display: block;
  position: relative;
  width: 32px;
  height: 50px;
  border-radius: 15px;
  border: solid 2px var(--primary-color);
}
.scroll-hint span::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 45%;
  -webkit-animation: mouse 1s ease-in-out infinite;
  animation: mouse 1s ease-in-out infinite;
}
@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}
.stack {
  margin-top: 30px;
}

.video-button-wrapper .button {
  display: flex;
  transition: 0.5s;
  text-decoration: none;
  background-color: var(--primary);
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.video-button-wrapper .button:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both
    infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  border-color: var(--primary) !important;
  border-width: 1px !important;
  border-style: solid;
}
.home-sec-about img {
  border-radius: 30px;
}
.bg-home-feature .col-inner .img {
  background-image: url(/wp-content/uploads/background-home-3.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.realdev-marquee-wrapper .realdev-marquee {
  --realdev-text-dark-gray: #555353;
  --marquee-gap: 0px;
  --realdev-duration: 30s;
  --realdev-scroll-distance: calc(100% + var(--marquee-gap));
  --realdev-color-white: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--marquee-gap);
  position: relative;
}

.realdev-marquee-wrapper .realdev-marquee.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: var(--box-height, 400px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.realdev-marquee-wrapper .realdev-marquee .realdev-scroll-text {
  line-height: 1.65;
  text-align: center;
}

.realdev-marquee-wrapper .realdev-marquee .realdev-scroll-text,
.realdev-marquee-wrapper .realdev-marquee .realdev-marquee-group i {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.realdev-marquee-wrapper .realdev-marquee .realdev-marquee-group svg {
  height: auto;
  width: 2rem;
  fill: currentColor;
}

.realdev-marquee-wrapper .realdev-marquee .realdev-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--marquee-gap);
}

.realdev-marquee-wrapper
  .realdev-marquee.is-vertical.icon-right
  .realdev-text-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.realdev-marquee-wrapper
  .realdev-marquee.is-vertical.icon-bottom
  .realdev-text-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.realdev-marquee-wrapper .marquee-icon {
  --icon-width: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Image icon */
.realdev-marquee-wrapper .marquee-icon.is-image {
  width: calc(var(--icon-width) * 2);
}

.realdev-marquee-wrapper .marquee-icon img {
  /* height: var(--icon-width, 3rem); */
  width: 100%;
  max-width: unset;
}

/* Svg inline icon */
.realdev-marquee-wrapper .marquee-icon.is-image svg {
  width: var(--icon-width);
}

.realdev-marquee-wrapper .marquee-icon.is-image svg > * {
  fill: currentColor !important;
}

/* Library icon */
.realdev-marquee-wrapper i.marquee-icon {
  font-size: var(--icon-width);
}

.realdev-marquee .realdev-scroll-image img {
  height: var(--image-ratio);
  width: auto;
  max-width: unset;
}

.realdev-marquee-wrapper .is-vertical .realdev-scroll-image img {
  width: var(--image-ratio);
  height: auto;
}

@-webkit-keyframes realdev-scroll-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--realdev-scroll-distance)));
    transform: translateX(calc(-1 * var(--realdev-scroll-distance)));
  }
}

@keyframes realdev-scroll-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-1 * var(--realdev-scroll-distance)));
    transform: translateX(calc(-1 * var(--realdev-scroll-distance)));
  }
}

@-webkit-keyframes realdev-scroll-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(calc(-1 * var(--realdev-scroll-distance)));
    transform: translateY(calc(-1 * var(--realdev-scroll-distance)));
  }
}

@keyframes realdev-scroll-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(calc(-1 * var(--realdev-scroll-distance)));
    transform: translateY(calc(-1 * var(--realdev-scroll-distance)));
  }
}

@-webkit-keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* Wrapper Styles */
.realdev-marquee-wrapper .realdev-marquee-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--marquee-gap);
  white-space: nowrap;
  -webkit-animation: realdev-scroll-x var(--realdev-duration) linear infinite;
  animation: realdev-scroll-x var(--realdev-duration) linear infinite;
}

.realdev-marquee.is-vertical .realdev-marquee-group {
  -webkit-animation-name: realdev-scroll-y;
  animation-name: realdev-scroll-y;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.realdev-marquee-wrapper .is-vertical.v-align-left .realdev-marquee-group {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.realdev-marquee-wrapper .is-vertical.v-align-right .realdev-marquee-group {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.realdev-marquee-wrapper .realdev-marquee.reverse .realdev-marquee-group {
  animation-direction: reverse;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

/* Text effect */
.realdev-marquee-wrapper .stroke .realdev-scroll-text.odd {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
}

.realdev-marquee-wrapper .gold .realdev-scroll-text {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(18%, #dec58d),
    color-stop(24%, #d8c08c),
    color-stop(26%, #cfc09f),
    color-stop(27%, #cfc09f),
    color-stop(40%, #ffecb3),
    color-stop(78%, #af8734)
  );
  background: -o-linear-gradient(
    top,
    #dec58d 18%,
    #d8c08c 24%,
    #cfc09f 26%,
    #cfc09f 27%,
    #ffecb3 40%,
    #af8734 78%
  );
  background: linear-gradient(
    to bottom,
    #dec58d 18%,
    #d8c08c 24%,
    #cfc09f 26%,
    #cfc09f 27%,
    #ffecb3 40%,
    #af8734 78%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  position: relative;
}

.realdev-marquee-wrapper .is-vertical.v-align-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.realdev-marquee-wrapper .is-vertical.v-align-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.realdev-marquee-wrapper .is-vertical.v-align-left .realdev-scroll-text {
  text-align: left;
}

.realdev-marquee-wrapper .is-vertical.v-align-right .realdev-scroll-text {
  text-align: right;
}

/* Shadow */
.realdev-marquee-wrapper .realdev-marquee.has-shadow::before,
.realdev-marquee-wrapper .realdev-marquee.has-shadow::after {
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}

.realdev-marquee-wrapper .has-shadow.is-vertical::before,
.realdev-marquee-wrapper .has-shadow.is-vertical::after {
  width: 100%;
  height: var(--shadow-width, 20%);
}

.realdev-marquee-wrapper .has-shadow.is-horizontal::before,
.realdev-marquee-wrapper .has-shadow.is-horizontal::after {
  height: 100%;
  width: var(--shadow-width, 20%);
}

.realdev-marquee-wrapper .has-shadow.is-vertical::before {
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--shadow-color, #fff)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    var(--shadow-color, #fff),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    to top,
    var(--shadow-color, #fff),
    rgba(255, 255, 255, 0)
  );
}

.realdev-marquee-wrapper .has-shadow.is-vertical::after {
  top: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--shadow-color, #fff)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    var(--shadow-color, #fff),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    var(--shadow-color, #fff),
    rgba(0, 0, 0, 0)
  );
}

.realdev-marquee-wrapper .has-shadow.is-horizontal::before {
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--shadow-color, #fff)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    var(--shadow-color, #fff),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    var(--shadow-color, #fff),
    rgba(0, 0, 0, 0)
  );
}

.realdev-marquee-wrapper .has-shadow.is-horizontal::after {
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--shadow-color, #fff)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    var(--shadow-color, #fff),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    var(--shadow-color, #fff),
    rgba(0, 0, 0, 0)
  );
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .realdev-marquee-wrapper .realdev-marquee-group {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
.stack-col .col-inner {
  display: flex;
  flex-direction: column;
}
.home-row-why img,
.home-row-why .col-inner {
  padding: 0 !important;
}

.home-row-why .col-inner {
  border-radius: 10px;
  overflow: hidden;
}

.home-row-why .icon-box-text {
  padding: 10px;
}
.home-col-about .video-button-wrapper {
  position: absolute;
  right: 70px;
  bottom: 60px;
}

.home-col-about a.button {
  width: 80px;
  height: 80px;
  background: var(--primary);
}

.home-col-about a.button:before {
  border-color: var(--primary);
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist.list-two-column ul {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0 40px;
}
.checklist.style2 li > i {
  font-size: 24px;
  color: var(--secondary);
  line-height: 26px;
}
.checklist.style2 li {
  font-weight: 500;
}
.checklist li:not(:last-child) {
  margin-bottom: 10px;
}
.checklist li {
  color: var(--title-color);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.has-icon-bg .icon img {
  width: 100% !important;
  margin: 0 !important;
}

.home-row-step .col:before {
  font-size: 24px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--primary);
  border-radius: 99px;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 3;
  content: "1";
  color: #fff;
}

.home-row-step .step-2:before,
.home-row-step .step-4:before {
  background: var(--secondary);
}

.home-row-step .step-2:before {
  content: "2";
}
.home-row-step .step-3:before {
  content: "3";
}
.home-row-step .step-4:before {
  content: "4";
}
.post-title a,
.from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  overflow: hidden;
}

.box-vertical.box-blog-post {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  overflow: hidden;
}
.is-black * {
  color: #333 !important;
}
.row-price-table .col-inner {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-table .title {
  background-color: var(--secondary);
  padding: 25px 5px;
  color: #fff;
}

.pricing-table .price {
  padding: 10px;
  font-weight: bold;
  color: #dc3232;
}
.pricing-table {
  border: none !important;
}
.row-step .col-inner:after {
  content: "\f005";
  font-family: "FontAwesome";
  font-size: 75px;
  position: absolute;
  top: -50px;
  right: -40px;
  color: var(--secondary);
}
.pricing-table-items .bullet-item:last-child {
  border: none;
}

.pricing-table .items > div {
  font-size: 14px;
}
.pricing-table-items {
  padding: 10px !important;
  text-align: left;
  font-size: 14px;
}
.button-green {
  background: linear-gradient(180deg, #43d660 37.5%, #178b2d 100%) !important;
  -webkit-box-shadow: 0px 3px 15px #34585a;
  box-shadow: 0px 3px 15px #9c9263;
  border: none;
}
.about-col-video img {
  border-radius: 20px;
}
.box-review i {
  color: #ffb539;
}
.btn-about {
  margin-top: 10px !important;
  margin-left: 20px !important;
}
.about-col-video .video-button-wrapper {
  position: absolute;
  top: 30%;
  left: 270px;
  z-index: 99;
}

.about-col-video a.button {
  width: 100px;
  height: 100px;
  background: var(--primary) !important;
}
.col-center .icon-box {
  width: max-content;
}

.col-center .icon-box p {
  margin: 0;
}
.about-hotline {
  position: absolute;
  bottom: 40px;
  right: 0;
  max-width: 220px;
  padding: 15px;
  text-align: center;
}

.about-hotline span {
  font-size: 20px;
  font-weight: bold;
}

.about-hotline a {
  font-size: 25px;
  font-weight: bold;
}

.about-hotline p {
  margin-bottom: 0;
}
.pt {
  padding-top: 30px !important;
}

.pricing-table-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.box-vertical.box-blog-post .box-text {
  padding: 0 0 0 10px;
}
.box-feature-author img {
  border-radius: 50%;
  border: 2px solid #fff;
}
.medical-disclaimer {
  background: var(--primary);
  color: #fff;
  padding: 1rem;
}
.author-team-content {
  font-size: 14px;
  display: flex;
  gap: 20px;
}
.author-team-content author-name {
  line-height: 1;
}
.author-team-content .author-info {
  margin-top: 1rem;
}
.sec-footer {
  background:#fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  padding: 0 !important;
}
.header-main .nav > li > a{
  font-size: 17px !important;
}
.sec-footer .col-two {
  background: var(--primary);
  border-bottom-left-radius: 50px;
}

.sec-footer .col-two .col-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sec-footer .col-two .footer-title {
  font-size: 20px;
}

.sec-footer .col-two .footer-title p {
  margin-bottom: 10px;
}

.references-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}

.references-header .references-title,
.current-post-faq .faq-title {
  width: max-content;
  font-size: 32px;
}

.references-list {
  padding-left: 20px;
  font-size: 14px;
}

.references-numbers {
  font-size: 14px;
}

.references {
  margin: 3rem auto;
}
.footer-search {
  max-width: 500px;
  margin: auto;
}

.footer-search input {
  min-height: 3rem;
  background: #fff !important;
}

.footer-search button i {
  color: var(--primary) !important;
}

.footer-verify img {
  max-width: 150px;
  max-height: 3rem;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper a:hover,
.footer-wrapper a:hover span {
  color: #fff;
  text-decoration: underline;
}
.footer-wrapper .icon-inner img {
  border-radius: 10px;
}
.sec-footer .col-two:after {
  content: "";
  height: 100%;
  width: 2550px;
  background: var(--primary);
  display: block;
  position: absolute;
  top: 0;
  right: -2500px;
}
.rank-math-breadcrumb,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span,
.rank-math-breadcrumb p {
  font-size: 14px;
  font-weight: normal;
  color: #555;
}

.before-after-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  --split-position: 50%;
}
.before-after-slider .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.before-after-slider .label {
  position: absolute;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  z-index: 5;
  pointer-events: none;
}
.before-after-slider .before-section .label {
  left: 10px;
}
.before-after-slider .after-section .label {
  right: 10px;
}
.before-after-slider.transitioning .handle {
  transition: left 0.5s ease;
}
.before-after-slider.style-basic {
  display: flex;
}
.before-after-slider.style-basic .before-section {
  flex: 0 0 var(--split-position, 50%);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.before-after-slider.style-basic .after-section {
  flex: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.before-after-slider.style-basic .before-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
.before-after-slider.style-basic .handle {
  position: absolute;
  top: 50%;
  left: var(--split-position, 50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  z-index: 10;
  cursor: ew-resize;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-after-slider.style-basic .handle::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #555;
  position: absolute;
  left: 10px;
}
.before-after-slider.style-basic .handle::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #555;
  position: absolute;
  right: 10px;
}
.before-after-slider.style-basic.transitioning .before-section,
.before-after-slider.style-basic.transitioning .after-section {
  transition: flex 0.5s ease;
}
.before-after-slider.style-advance .before-section,
.before-after-slider.style-advance .after-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.before-after-slider.style-advance .after-section {
  z-index: 1;
}
.before-after-slider.style-advance .before-section {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--split-position, 50%)) 0 0);
  -webkit-clip-path: inset(0 calc(100% - var(--split-position, 50%)) 0 0);
}
.before-after-slider.style-advance .slider-divider {
  content: "";
  position: absolute;
  top: 0;
  left: var(--split-position, 50%);
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
}
.before-after-slider.style-advance .handle {
  position: absolute;
  top: 50%;
  left: var(--split-position, 50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  cursor: ew-resize;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-after-slider.style-advance .handle::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #555;
  position: absolute;
  left: 10px;
}
.before-after-slider.style-advance .handle::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #555;
  position: absolute;
  right: 10px;
}
.before-after-slider.style-advance.transitioning .before-section {
  transition: clip-path 0.5s ease;
  -webkit-transition: -webkit-clip-path 0.5s ease;
}
.before-after-slider.style-advance.transitioning .slider-divider {
  transition: left 0.5s ease;
}
.thumbnail-item {
  padding: 0 !important;
  margin-right: 5px;
}

.thumbnail-item img {
  height: 60px;
}

.customer-reviews-silder,
.customer-reviews-silder .flickity-viewport,
.customer-reviews-silder img,
.thumbnail-item img {
  border-radius: 6px;
  overflow: hidden;
}

.review-rating i.icon-star {
  color: #ffcb13;
}

.customer-review-content .review-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.customer-review-content .review-subtitle {
  font-style: italic;
  font-size: 17px;
}

.customer-review-content .review-text {
  margin: 2rem auto;
  font-size: 17px;
  line-height: 1.5;
}

.customer-review-content .review-time {
  margin-bottom: 10px;
}

.customer-reviews-silder .img-inner.image-cover {
  margin-bottom: 5px;
}
.exprert-name h1 {
  font-size: 45px;
  margin: 15px 0;
  line-height: 1;
}

.sec-expert-feature {
  background: #f2f9ff;
  padding: 50px 0;
  padding-bottom: 0 !important;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.sec-expert-qualification {
  background: #fff;
  padding: 70px 0;
}
.expert-feature .col {
  padding-bottom: 0;
}
.expert-avatar img {
  width: 100%;
  height: auto;
}
.expert-hightlight .icon-box {
  width: max-content;
}
.expert-feature .expert-avatar {
  margin-bottom: -40px;
  border-radius: 20px;
  overflow: hidden;
}

.expert-info {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}
.expert-info .item-title,
.accordion-title .item-title,
.accordion-title button.toggle,
.customer-review-content p,
.customer-detail .customer-name {
  margin: 0;
}
.expert-profile-item .accordion-title {
  border: none;
  padding: 0;
  background: var(--primary);
  border-radius: 8px;
}
.customer-ratting i {
  color: var(--star);
}

.customer-reviews .reviews-item .col-inner {
  padding: 30px !important;
}

.customer-location {
  font-size: 14px;
  font-style: italic;
}
.accordion-title {
  display: flex;
  align-items: center;
}
.accordion-title .item-title {
  padding: 10px;
}

.accordion-title button.toggle {
  order: 2;
  height: unset;
  font-size: 11px;
  opacity: 1;
}

.expert-profile-item .accordion-title i {
  opacity: 1;
}

.expert-profile-item.accordion-item {
  margin-top: 25px;
}

.accordion-inner {
  padding: 15px 10px 0px 25px;
}

.accordion-inner ul,
.accordion-inner ul li:last-child {
  margin-bottom: 0;
}
.expert-hightlight {
  background: var(--primary);
  border-radius: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.expert-hightlight .col {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert-hightlight .value {
  font-size: 50px;
  font-family: "SVN-Gilroy";
  font-weight: bold;
  line-height: 1;
}

.expert-profile-item .item-title {
  font-size: 20px;
}
.icon-box-left,
.icon-box-right {
  align-items: center;
}
.sec-expert-reviews,
.sec-another-expert {
  padding: 50px 0 !important;
}
.sec-expert-reviews {
  background: #f2f4f7;
}
.single-expert #main {
  background: #fff;
}
.sec-expert-reviews .section-title-container,
.sec-expert-consultation .section-title-container,
.sec-another-expert .section-title-container,
.expert-archive-feature h1,
.post-type-archive-expert h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "SVN-Gilroy";
}
.expertise-info p {
  font-size: 15px;
  color: var(--primary);
}
.expert-archive-feature h1 {
  margin-top: 20px;
  font-size: 3rem;
}
.expert-archive-feature .row-feature .col-inner {
  padding: 2rem !important;
}

.expert-archive-feature header {
  padding-top: 0 !important;
}

.expert-archive-feature .page-title {
  padding-bottom: 1rem;
}
.expert-archive-feature .row-feature .col {
  padding-bottom: 0;
}

.expert-hightlight .label,
.expert-hightlight .value,
.expert-profile-item .accordion-title i,
.accordion-title .item-title,
.expert-profile-item .accordion-title {
  color: #fff;
}
.expert-hightlight .icon-box img {
  filter: brightness(0) invert(1);
}

.expert-archive-feature {
  background: #fff;
}
.expert-archive-feature .sec-feature {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.sec-expert-consultation .col-inner {
  border: 1px solid #f1f1f1;
  padding: 0 !important;
  overflow: hidden;
}
.customer-review-content {
  color: #555;
  font-size: 15px;
  margin-top: 10px;
}

.customer-ratting i {
  color: #ffb200;
}
.expertise-info a.button {
  margin-bottom: 0;
  padding: 0px 15px;
  font-weight: normal;
}
.row-best .col-inner h3 {
  line-height: 1.3;
}
.expert-archive-feature .icon-box-img svg path {
  fill: revert-layer;
}

.row-best .col-inner p,
.row-best .col-inner h3 {
  margin: 0;
}
.expertise-info i {
  font-size: 18px;
  min-width: 26px;
  text-align: center;
}
.step-item,
.step-item.active {
  display: flex !important;
  padding: 3px 0px !important;
}

.step-item i.icon-plus {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.step-item button.toggle {
  width: unset;
  margin: 0;
  min-height: unset;
}
.step-item,
.step-item.active,
.step-inner-content {
  background: #fff !important;
  border: none !important;
}
.accordion-inner-content {
  font-size: 15px;
}
.step-inner-content p {
  margin-bottom: 8px;
}
.step-inner-content p:last-child,
.step-detail-header p {
  margin-bottom: 0;
}
.step-inner-content {
  padding: 3px 6px 3px 10px !important;
}
.step-item-title {
  gap: 5px;
  font-weight: 500;
  font-size: 15px;
  text-align: left !important;
}
.step-advanced-item {
  margin-bottom: 10px;
}
.step-advanced-image img {
  border-radius: 14px;
}
.step-item.active button.toggle i.icon-minus:before {
  content: "";
  height: 2px;
  width: 13px;
  background: var(--fs-experimental-link-color);
  display: inline-block;
  border-radius: 3px;
  position: relative;
  top: -8px;
}
.step-item-icon {
  width: 20px;
  height: auto;
  color: var(--primary-color);
}
.step-advanced-image,
.step-advanced-image img {
  width: 100%;
}
.step-advanced-header {
  gap: 20px;
}
.active .step-item-title {
  font-weight: bold;
}

.step-advanced-number {
  min-width: 45px;
  min-height: 45px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  font-size: 30px;
  font-weight: bold;
  font-family: math;
  line-height: 1;
}
.step-advanced-image,
.step-advanced-header {
  margin-bottom: 15px;
}

.step-advanced-title {
  font-size: 25px;
  margin-bottom: 6px !important;
}
.step-advanced-item .accordion-inner,
.view-more .review-text {
  transition: height 0.3s ease-in-out;
}
.step-advanced-content > p:first-child,
.view-more .review-text p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.step-advanced-content > p:first-child.expanded,
.view-more .review-text p:first-child.expanded {
  display: block;
  -webkit-line-clamp: unset;
  height: auto;
  overflow: visible;
}

.read-more-toggle {
  color: var(--primary);
  cursor: pointer;
  margin: -20px 0 10px;
  text-align: end;
  font-size: 14px;
}
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background-color: rgb(240 35 32);
  border-radius: 8px;
}

.btn-play .icon-play {
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
.btn-play .icon-play:before {
  content: none;
}
.box-youtube-item img {
  border-radius: 8px;
}

.box-youtube-item a {
  display: flex;
  margin-bottom: 13px;
  gap: 10px;
  font-size: 15px;
  align-items: center;
  background: #fff;
  padding: 2px;
  border-radius: 8px;
  position: relative;
}
.youtube-title {
  flex: 1;
  padding: 15px;
}
.youtube-layout-large-right .large-5 .box-img,
.youtube-layout-large-left .large-5 .box-img,
.youtube-layout-large-center .list-small .box-img {
  max-width: 30%;
  flex-basis: 30%;
  position: relative;
}

.youtube-layout-large-right .large-5 .btn-play,
.youtube-layout-large-left .large-5 .btn-play,
.youtube-layout-large-center .list-small .btn-play {
  width: 40px;
  height: 30px;
}

.youtube-layout-large-right .large-5 .icon-play,
.youtube-layout-large-left .large-5 .icon-play,
.youtube-layout-large-center .list-small .icon-play {
  border-width: 7px 0 7px 15px;
}

.youtube-layout-large-right .large-5 .open-video {
  flex-direction: row-reverse;
}

.youtube-layout-large-right .large-7 a,
.youtube-layout-large-left .large-7 a {
  flex-direction: column;
  font-weight: bold;
  font-size: 14px;
  gap: 0;
}

.youtube-layout-large-right .large-5 .open-video .youtube-title {
  padding-left: 10px;
}
.youtube-layout-large-right .large-7 .youtube-title,
.youtube-layout-large-left .large-7 .youtube-title,
.youtube-layout-main .youtube-title {
  display: none;
}
.youtube-layout-large-center .list-small {
  padding-bottom: 0;
}
.youtube-video {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.youtube-video img {
  display: block;
  width: 100%;
  height: auto;
}

.youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background-color: #dc3232;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  z-index: 1;
}

.youtube-play-btn:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
}

.youtube-video:hover .youtube-play-btn {
  background-color: #ff0000;
}

.youtube-active {
  overflow: hidden;
}

.youtube-active iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.accordion-title.step-item {
  color: #333 !important;
  font-size: 14px;
}

.accordion-title.step-item i {
  font-size: 14px;
}
@media screen and (max-width: 551px) {
  .youtube-layout-large-right .large-7,
  .youtube-layout-large-left .large-7 {
    padding-bottom: 0;
  }
  .rank-math-breadcrumb .last {
    display: none;
  }
  .youtube-title {
    padding: 2px;
  }
  .appointment-row .col-image .col-inner {
    display: flex;
    gap: 20px;
  }
  .checklist.list-two-column ul {
    display: flex !important
;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .home-stack-services {
    flex-direction: column;
    gap: 10px !important;
    align-items: center;
  }
  .checklist li {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-left: 0 !important;
    gap: 5px;
    font-size: 14px;
  }

  .home-stack-services a.button {
    min-width: 70%;
    margin: 0 !important;
  }
  .home-col-about .video-button-wrapper {
    right: 20px !important;
    bottom: 20px !important;
  }
  .home-row-why,
  .home-dac-quyen {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .list-vertical .box-vertical {
    display: flex;
    padding: 10px;
    background: #fff;
  }

  .list-vertical .box-vertical .from_the_blog_excerpt {
    margin-bottom: 0 !important;
    min-height: 45px !important;
  }
  .home-sec-csvc .row {
    max-width: 100% !important;
    opacity: 1 !important;
    min-width: 100% !important;
  }

  .home-row-why .col,
  .home-dac-quyen .col,
  .mobile-scroll .col,
  .overflow-x .col {
    min-width: 100%;
    max-width: 100%;
  }
  .icon-box.medium-center {
    width: max-content;
    margin: auto;
  }
  .overflow-x {
    overflow-x: scroll;
    flex-wrap: nowrap !important;
  }
  .about-hotline {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px 20px 20px 20px;
    background-color: var(--white-color);
    max-width: 220px;
    width: 100%;
    padding: 25px 10px;
    text-align: center;
    background: #fff;
    bottom: -15px;
  }

  .about-col-video .video-button-wrapper {
    top: 50px;
    left: 50px;
  }

  .about-col-video a.button {
    width: 60px;
    height: 60px;
  }
  .home-sec-intro {
    padding-bottom: 0 !important;
  }
  .home-sec-expert-faq .section-bg img {
    display: none;
  }
  .home-sec-expert-faq {
    background: url(/wp-content/uploads/background-home-2.png) no-repeat;
    background-size: cover;
    padding-top: 15px !important;
    min-height: unset !important;
  }
  .sec-nguyen-nhan .icon-box {
    flex-direction: column;
  }
  .sec-quy-trinh .tab {
    border: none !important;
    margin-bottom: 10px !important;
  }

  .sec-quy-trinh .nav {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    overflow-x: scroll;
  }

  .sec-quy-trinh li > a:before {
    content: none !important;
  }

  .sec-quy-trinh .tab a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 8px 15px;
    white-space: nowrap;
    font-size: 15px;
  }

  .sec-quy-trinh .tab.active a {
    background: var(--primary);
    color: #fff;
  }

  .mobile-scroll .step-advanced-content {
    order: 2;
  }

  .mobile-scroll .step-advanced-image {
    max-width: 150px;
    flex-basis: 150px;
    min-width: unset;
    padding: 0;
    margin-left: 15px;
  }

  .mobile-scroll .step-advanced-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-sec-intro,
  .home-sec-about {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }

  .home-sec-why,
  .home-sec-lead,
  .home-sec-expert {
    padding-top: 15px !important;
  }

  .home-sec-why,
  .home-sec-lead,
  .home-sec-expert,
  .home-sec-contact,
  .home-sec-expert-faq {
    padding-bottom: 0 !important;
  }
  .page-id-367 .section {
    padding-bottom: 0 !important;
    padding-top: 15px !important;
  }
  .faq-expert-image .col-inner {
    padding: 0 !important;
    border-radius: 20px !important;
    overflow: hidden;
  }
  .mobile-scroll .step-detail-header {
    min-height: 80px;
  }
}

@media screen and (max-width: 550px) {
  .step-advanced-item[data-mobile-close="true"] .accordion-title {
    pointer-events: auto;
  }
  .step-advanced-item[data-mobile-close="true"] .toggle i.icon-minus {
    transition: transform 0.3s ease;
  }
}
.sec-footer {
  overflow: hidden;
}
.copyright-footer a {
  color: var(--primary);
}
@media (min-width: 551px) {
  .home-sec-faq .accordion-inner {
    position: absolute;
    right: -614px;
    top: 4px;
    max-width: 600px;
    background: #f8f8f8;
    border-radius: 10px;
  }
  .row-main-content {
    max-width: 1100px !important;
  }
  .row-main-content .post-content.col {
    max-width: 92%;
    flex-basis: 92%;
  }
  .home-sec-faq .circle {
    border-radius: unset !important;
  }
}
@media (max-width: 551px) {
  .article-meta-detail {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .home h1 .section-title-main {
    font-size: 40px !important;
  }
  .article-meta .author-name a {
    font-size: 13px;
  }

  .article-meta .author-title {
    font-size: 12px;
  }

  .article-meta img {
    width: 33px;
  }
  .single-post .entry-title {
    font-size: 28px;
  }
  .blog-single {
    padding-top: 0;
  }
  .col-share {
    order: 2;
  }
  .post-content,
  .col-share,
  .post-sidebar,
  .home-form .fields {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col-share .share-icons {
    flex-direction: row;
  }
  .vertical-feature .box-vertical {
    display: flex;
    align-items: center;
  }
  .home-form {
    flex-wrap: wrap;
  }
  .author-team-content {
    flex-direction: column;
  }
}
