body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--topas63-font);
}
.page-wrapper,
body.locked {
  overflow: hidden;
}
.section-title-two__title .split-line,
.section-title__title .split-line {
  text-transform: none;
}
.custom-cursor__cursor-two,
.custom-cursor__hover,
.section-title-two__title span,
.section-title__tagline-shape,
.thm-btn,
.thm-btn-two span::before {
  background-color: var(--topas63-base);
}
.thm-btn-two span::before,
.thm-btn::before {
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  content: "";
}
#particles-js,
.thm-btn-two i::after,
.thm-btn-two span::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
:root {
  --topas63-font: "Outfit", sans-serif;
  --topas63-font-two: "Roboto Serif", serif;
  --topas63-gray: #6b778b;
  --topas63-gray-rgb: 107, 119, 139;
  --topas63-base: #1d699a;
  --topas63-base-rgb: 29, 105, 154;
  --topas63-black: #052143;
  --topas63-black-rgb: 5, 33, 67;
  --topas63-primary: #f75700;
  --topas63-primary-rgb: 247, 87, 0;
  --topas63-white: #ffffff;
  --topas63-white-rgb: 255, 255, 255;
  --topas63-bdr-color: #d1e3fb;
  --topas63-bdr-color-rgb: 209, 227, 251;
  --topas63-yel: #ffc224;
  --topas63-yel-rgb: 255, 194, 36;
  --topas63-ccc: #ffffff33;
  --topas63-ccc-rgb: 255, 255, 255, 0.2;
  --topas63-gradient1: #ffb646;
  --topas63-gradient: linear-gradient(
    90deg,
    #f75700 0%,
    var(--topas63-gradient1) 100%
  );
}

.row {
  --bs-gutter-x: 24px;
}
.gutter-y-24 {
  --bs-gutter-y: 24px;
}
body {
  color: var(--topas63-gray);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
a {
  color: var(--topas63-base);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--topas63-black);
  margin: 0;
}
.loader div:last-child,
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.custom-cursor__cursor,
.custom-cursor__cursor-two {
  position: fixed;
  pointer-events: none;
  z-index: 999991;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
.list-unstyled {
  padding-left: 0;
}
@media (min-width: 1314px) {
  .container {
    max-width: 1314px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.section-title__tagline,
.section-title__title {
  color: var(--topas63-black);
  font-weight: 600;
  text-transform: capitalize;
}
#particles-js {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
}
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--topas63-base);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
  transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
}
.custom-cursor__hover {
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

.loader,
.thm-btn-two > i {
  align-items: center;
  display: flex;
}
.thm-btn-two span::before {
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: 0.8s cubic-bezier(0, 0.96, 0.58, 1.1);
}
.thm-btn-two:hover span::before {
  transform: scaleX(1);
  transition: 2s cubic-bezier(0, 0.96, 0.58, 1.1);
}
.thm-btn-two span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 121px;
  height: 31px;
  transform: rotate(35deg);
  background-color: rgba(var(--topas63-white-rgb), 0.1);
  z-index: -1;
}
.thm-btn-two > i {
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 1;
}
.thm-btn-two i::after {
  content: "";
  left: 0;
  top: 0;
  background-color: var(--topas63-base);
  background-position: right center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scaleX(0);
  transition: 0.9s cubic-bezier(0, 0.96, 0.58, 1.1);
}
.thm-btn-two:hover i::after {
  transform: scaleX(1);
  transition: 3.5s cubic-bezier(0, 0.96, 0.58, 1.1);
}

.thm-btn,
.thm-btn-two span {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  outline: 0 !important;
  border-radius: 25px;
  z-index: 2;
  text-align: center;
}
.thm-btn-two span,
.thm-btn-two > i {
  position: relative;
  background-color: var(--topas63-primary);
  font-size: 18px;
  color: var(--topas63-white);
  overflow: hidden;
  border: 1px solid var(--topas63-white);
  z-index: 2;
}
.thm-btn {
  position: relative;
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  color: var(--topas63-white);
  padding: 11px 25px 12px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thm-btn::before {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: -20px;
  right: -7px;
  background-color: rgba(var(--topas63-white-rgb), 0.3);
  border-radius: 50%;
  transform: scaleX(1);
  transition: 0.8s cubic-bezier(0, 0.96, 0.58, 1.1);
  z-index: -1;
}
.thm-btn:hover::before {
  background-color: rgba(var(--topas63-black-rgb), 1);
  width: 120%;
  height: 200%;
  transform: scaleX(1);
  transition: 2s cubic-bezier(0, 0.96, 0.58, 1.1);
}

.section-title__tagline-box,
.thm-btn-two {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.thm-btn-two span {
  justify-content: center;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 400;
  padding: 11px 20px 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span:before,
.owl-theme .owl-dots .owl-dot:hover span:before,
.thm-btn-two:hover i,
.thm-btn-two:hover span,
.thm-btn:hover {
  color: var(--topas63-white);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  justify-content: center;
}
.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: 1.4s linear infinite bouncing;
}
.loader div:first-child {
  background-color: rgba(var(--topas63-base-rgb), 1);
}
.loader div:nth-child(2) {
  background-color: rgba(var(--topas63-base-rgb), 0.7);
  animation-delay: 0.2s;
}
.loader div:nth-child(3) {
  background-color: rgba(var(--topas63-base-rgb), 0.4);
  animation-delay: 0.4s;
}
@keyframes bouncing {
  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }
  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }
  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}

.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-item > a::after,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li:hover > a::after,
.scroll-to-top:hover,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-item > a::after,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--topas63-base);
}

.main-header {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: 0 0;
  transition: 0.5s;
  z-index: 999;
}
.main-menu__top {
  position: relative;
  display: block;
  background-color: #052244;
}
.main-menu__top .container,
.main-menu__wrapper > .container {
  max-width: 1424px;
}
.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 22px 0;
}
.main-menu__category-icon,
.main-menu__contact-list,
.main-menu__contact-list li,
.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu__contact-list li + li {
  margin-left: 46px;
}
.main-menu__contact-list li .text,
.mobile-nav__buttons a + a,
.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--topas63-white-rgb), 0.3);
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.main-menu__contact-list li:first-child:before,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu__contact-list li .icon i {
  font-size: 15px;
  color: var(--topas63-yel);
  position: relative;
  display: inline-block;
}
.main-menu__contact-list li .text p {
  font-size: 16px;
  line-height: 16px;
  color: var(--topas63-white);
}
.main-menu__contact-list li .text p a {
  color: var(--topas63-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu__contact-list li .text p a:hover {
  color: var(--topas63-yel);
}
.main-menu,
.main-menu__wrapper {
  position: relative;
  display: block;
}
.main-menu__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #cdd0ce;
  z-index: -1;
}
.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-menu__left {
  display: flex;
  align-items: center;
  gap: 60px;
  /* padding: 22.5px 0; */
}
.main-menu__logo {
  display: block;
  padding: 6.5px 0;
}
.main-menu__category-box {
  position: relative;
  display: block;
  cursor: pointer;
}
.main-menu__category-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--topas63-bdr-color);
  padding: 8px 15px;
  border-radius: 8px;
}
.main-menu__category-btn i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--topas63-base);
}
.main-menu__category-btn p {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  padding-right: 12px;
}
.main-menu-two__wrapper,
.main-menu__cart,
.main-menu__category-content,
.main-menu__category-sub-menu li,
.main-menu__search-box {
  display: block;
  position: relative;
}
.main-menu__category-btn span {
  font-size: 9px;
  color: var(--topas63-base);
}
.main-menu__category-sub-menu {
  padding: 17px 10px 10px;
  margin: 0;
  position: absolute;
  top: 151%;
  left: 0;
  background: var(--topas63-white);
  border-radius: 0 0 10px 10px;
  transition: 0.7s;
  box-shadow: 0 7px 18px rgba(24, 16, 16, 0.0509803922);
  min-width: 410px;
  -moz-column-count: 2;
  column-count: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.main-menu__category-box:hover .main-menu__category-sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.main-menu__category-sub-menu li + li {
  margin-top: 20px;
}
.main-menu__category-sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 10px;
  padding: 10px;
}
.main-menu__category-sub-menu li a:hover {
  background-color: #fcfcff;
}
.main-menu__category-icon img {
  width: auto;
}
.main-menu__category-content {
  flex: 1;
}
.main-menu__category-content h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu__category-content p {
  font-size: 14px;
  line-height: 14px;
  color: var(--topas63-gray);
}
.main-menu__cart a,
.main-menu__search {
  height: 40px;
  width: 40px;
  color: var(--topas63-base);
  transition: 0.5s;
  font-size: 18px;
}
.main-menu__main-menu-box {
  display: block;
}
.main-menu__cart a,
.main-menu__right,
.main-menu__search {
  display: flex;
  position: relative;
}
.main-menu__right {
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px 0;
}

.main-menu__right li {
  list-style: none;
}

.main-menu__right li.button a {
  padding: 10px 10px !important;
  border-radius: 5px;
  font-size: 14px;
  color: var(--topas63-white);
  border: none;
  background: var(--topas63-gradient) !important;
  position: relative;
  letter-spacing: 0.5px;
  z-index: 1;
  overflow: hidden;
}
.main-menu__right li a {
  padding: 30px 0;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
}
.main-menu__right li.button a i {
  font-weight: 100;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.main-menu__right li.button a::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--topas63-base);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-25%) skew(25deg) scale(0);
  transform: translateY(-25%) skew(25deg) scale(0);
}

.main-menu__right li.button a:hover::after {
  -webkit-transform: translateY(-25%) skew(25deg) scale(1.2);
  transform: translateY(-25%) skew(25deg) scale(1.2);
}

.main-menu-two__signin-reg,
.main-menu__btn-boxes,
.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-menu__search {
  align-items: center;
  justify-content: center;
  border: 1px solid var(--topas63-base);
  border-radius: 50%;
  transition: 0.5s;
}
.mobile-nav__wrapper,
.stricky-header {
  position: fixed;
  visibility: hidden;
  left: 0;
}
.mobile-nav__container,
.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu__search:hover {
  color: var(--topas63-white);
  background-color: var(--topas63-base);
}
.main-menu__cart a {
  align-items: center;
  justify-content: center;
  border: 1px solid var(--topas63-base);
  border-radius: 50%;
  transition: 0.5s;
}
.main-menu__cart a:hover {
  color: var(--topas63-white);
  background-color: var(--topas63-base);
}
.main-menu__btn-box-1 .thm-btn {
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  color: var(--topas63-black);
  padding: 5px 20px 6px;
  font-size: 16px;
  border-radius: 8px;
}
.main-menu__btn-box-1 .thm-btn::before {
  background-color: rgba(var(--topas63-base-rgb), 0.3);
}
.main-menu__btn-box-2 .thm-btn {
  padding: 6px 20px 7px;
  font-size: 16px;
  border-radius: 8px;
}
.stricky-header.main-menu,
.stricky-header.main-menu-two {
  background-color: var(--topas63-white);
}
.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
}
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 35px;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--topas63-black);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}
.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0;
  background-color: var(--topas63-base);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transition: transform 0.5s;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.main-menu .main-menu__list > li.current-menu-item > a::before,
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current-menu-item > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list > li.menu-item-has-children > a,
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 15px;
}
.main-menu .main-menu__list > li.menu-item-has-children > a::after,
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 15px;
  color: var(--topas63-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: 0.2s linear;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 99;
  background-color: #fff;
  padding: 31px 30px;
}
.shadow-box,
.sub-menu {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 0;
}
.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--topas63-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--topas63-white);
  border-radius: 10px;
}
.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  color: var(--topas63-black);
}
.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--topas63-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
  transform: translateY(-50%) scale(1);
}
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu-four__main-menu-box .main-menu__list > .megamenu,
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
  position: static;
}
.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}
.stricky-header {
  z-index: 991;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition:
    visibility 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    visibility 0.5s,
    -webkit-transform 0.5s;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--topas63-base);
  cursor: pointer;
}
.mobile-nav__buttons a:hover {
  color: var(--topas63-base);
}
.main-menu .mobile-nav__toggler {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--topas63-black);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu .mobile-nav__toggler:hover {
  color: var(--topas63-base);
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu .mobile-nav__toggler,
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__wrapper {
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition:
    visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
  transition:
    transform 0.5s 0.5s,
    visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition:
    visibility 0.5s,
    -webkit-transform 0.5s;
  transition:
    transform 0.5s,
    visibility 0.5s,
    -webkit-transform 0.5s;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 300px;
  background-color: var(--topas63-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition:
    opacity 0.5s,
    visibility 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    visibility 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition:
    opacity 0.5s 0.5s,
    visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
  transition:
    opacity 0.5s 0.5s,
    visibility 0.5s 0.5s,
    transform 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.mobile-nav__content .logo-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--topas63-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.main-menu .main-menu__list > li.current-menu-item > a,
.main-menu .main-menu__list > li.current-menu-item > a::after,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a,
.main-menu .main-menu__list > li:hover > a::after,
.scroll-to-top:hover,
.stricky-header .main-menu__list > li.current-menu-item > a,
.stricky-header .main-menu__list > li.current-menu-item > a::after,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--topas63-base);
}

.mobile-nav__content .main-menu__list > li.current-menu-item > a,
.mobile-nav__content .main-menu__list > li > ul > li.current-menu-item > a {
  color: var(--topas63-base);
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: var(--topas63-white);
  font-size: 14px;
  font-family: var(--topas63-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__content .main-menu__list li a.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--topas63-base);
}
.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--topas63-base);
  border: none;
  outline: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #fff;
  color: var(--topas63-base);
}
.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}
.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mobile-nav__contact li,
.mobile-nav__contact li > i,
.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
}
.mobile-nav__top .main-menu__login a {
  color: var(--topas63-text-dark);
}
.mobile-nav__contact li a:hover,
.mobile-nav__social a:hover {
  color: var(--topas63-base);
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--topas63-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__social a + a {
  margin-left: 30px;
}
.mobile-nav__contact {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--topas63-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--topas63-base);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0);
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--topas63-white, #fff);
}
.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .main-menu__logo img {
    max-height: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu__logo img {
    max-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu__left {
    gap: 40px;
  }
  .main-menu__logo img {
    max-height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .main-menu__top {
    display: none;
  }

  .main-menu__logo img {
    max-height: 70px;
  }

  .main-menu__right {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .main-menu__logo img {
    max-height: 50px;
  }
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/

.about-one {
  position: relative;
  display: block;
  background: linear-gradient(
    to bottom,
    rgb(168 215 255 / 0.05) 0%,
    rgb(255 194 36 / 0.09) 100%
  );
  padding: 120px 0 120px;
  z-index: 1;
}

.about-one__shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
  animation: topBottom 3s ease-in-out infinite;
}

.about-one__shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
  animation: topBottom 3s ease-in-out infinite;
}

.about-one__left {
  position: relative;
  display: block;
  margin-top: 21px;
  z-index: 1;
}

.about-one__img-box {
  position: relative;
  display: block;
  margin-right: 47px;
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  z-index: 1;
}

.about-one__img::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-one__img img {
  width: 100%;
  border-radius: 15px;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-one__img-box:hover .about-one__img img {
  transform: scale(1);
}

.about-one__img-box:hover .about-one__img::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__awards-box {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  margin-right: 41px;
  margin-left: 68px;
  padding: 18px 23px 21px;
  margin-top: 24px;
}

.about-one__awards-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px dashed var(--topas63-bdr-color);
  border-radius: 12px;
}

.about-one__awards-count-box {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-one__awards-count-box h3 {
  font-family: var(--topas63-font-two) !important;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 48px !important;
}

.about-one__awards-count-box span {
  font-family: var(--topas63-font-two) !important;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 48px !important;
  color: var(--topas63-black);
}

.about-one__awards-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-base);
  margin-top: 2px;
}

.about-one__experience-box {
  position: relative;
  display: block;
  max-width: 200px;
  width: 100%;
  margin-left: -38px;
  margin-top: 13px;
  margin-bottom: 20px;
}

.about-one__experience-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 45px;
  padding: 17px 20px 19px;
  z-index: 1;
}

.about-one__experience-box-shape {
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid var(--topas63-black);
  border-radius: 45px;
  z-index: -1;
}

.about-one__experience-icon {
  position: relative;
  display: block;
}

.about-one__experience-icon img {
  width: auto;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__experience-box-inner:hover .about-one__experience-icon img {
  transform: scale(0.9);
}

.about-one__experience-count-box {
  position: relative;
  display: block;
}

.about-one__experience-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__experience-count h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px !important;
  font-family: var(--topas63-font-two) !important;
}

.about-one__experience-count span {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px !important;
  font-family: var(--topas63-font-two) !important;
  color: var(--topas63-black);
}

.about-one__experience-count > p {
  font-weight: 600;
  font-family: var(--topas63-font-two);
  color: var(--topas63-black);
  text-transform: capitalize;
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 26px;
}

.about-one__experience-count-box > p {
  font-weight: 600;
  font-family: var(--topas63-font-two);
  color: var(--topas63-black);
  /* text-transform: lowercase; */
  font-size: 16px;
  line-height: 26px;
}

.about-one__img-box-2 {
  position: relative;
  display: block;
  margin-left: -47px;
  margin-right: 46px;
}

.about-one__img-2 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
}

.about-one__img-2::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-one__img-box-2:hover .about-one__img-2::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img-2 img {
  width: 100%;
  border-radius: 12px;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-one__img-box-2:hover .about-one__img-2 img {
  transform: scale(1);
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__right .section-title-two {
  margin-right: -150px;
  margin-bottom: 22px;
}

.about-three__right .section-title-two {
  margin-bottom: 20px;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-title-two__tagline,
.section-title__title span {
  color: var(--topas63-base);
  font-family: var(--topas63-font-two);
  font-style: italic;
  position: relative;
}

.section-title-two__tagline-shape {
  position: relative;
  display: block;
  top: -2px;
}

.section-title-two__tagline-shape img {
  width: auto;
}

.section-title-two__title {
  color: var(--topas63-black);
  font-size: 36px;
  line-height: 51px;
  font-weight: 600;
  margin: 18px 0 10px;
  /* text-transform: capitalize; */
}

.section-title-two__title span {
  position: relative;
  display: inline-block;
  color: var(--topas63-white);
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  border-radius: 21px;
}

.about-two__text {
  font-size: 16px;
  line-height: 24px;
}

.about-two__points-list {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 32px;
}

.about-two__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-two__points-list li:nth-child(2) {
  flex-direction: row-reverse;
  text-align: right;
}

.about-two__points-list li + li {
  margin-top: 30px;
}

.about-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--topas63-white);
  border: 1px dashed #ffc224;
  border-radius: 50%;
}

.about-two__points-list li:nth-child(2) .about-two__icon {
  border: 1px dashed var(--topas63-primary);
}

.about-two__points-list li:nth-child(3) .about-two__icon {
  border: 1px dashed var(--topas63-bdr-color);
}

.about-two__icon img {
  width: auto;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-two__points-list li:hover .about-two__icon img {
  transform: scale(0.9);
}

.about-two__content {
  position: relative;
  display: block;
  flex: 1;
}

.about-two__content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--topas63-font-two);
  margin-bottom: 9px;
}

.about-two__content p {
  font-size: 17px;
  line-height: 22px;
}

.about-two__client-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-two__client-info-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-two__client-two-img {
  position: relative;
  display: block;
  max-width: 50px;
  width: 100%;
  z-index: 1;
}

.about-two__client-two-img img {
  width: 100%;
  border: 1px solid var(--topas63-primary);
  border-radius: 50%;
}

.about-two__client-two-content {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  margin-left: -33px;
  padding: 12px 21px 16px;
  padding-left: 33px;
  border-radius: 10px;
}

.about-two__client-two-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.about-two__client-two-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 2px;
}

.about-two__client-two-content h4 a {
  color: var(--topas63-black);
}

.about-two__client-two-content h4 a:hover {
  color: var(--topas63-base);
}

.about-two__btn-box {
  position: relative;
  display: block;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .about-one__awards-box {
    margin-left: 40px;
  }

  .about-one__right .section-title__title {
    font-size: 35px;
  }

  .about-two__points-list li {
    gap: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__awards-box {
    margin-left: 40px;
  }

  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-one__right {
    max-width: 600px;
    margin: 40px auto 0;
  }

  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-two__right {
    max-width: 600px;
    margin: 75px auto 0;
  }

  .section-title-two__title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-one__right {
    max-width: 600px;
    margin: 40px auto 0;
  }
  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-two__right {
    max-width: 600px;
    margin: 75px auto 0;
  }

  .about-two__client-box {
    top: 145px;
    left: -70px;
  }

  .about-two__class-day {
    left: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-one__shape-1 {
    display: none;
  }

  .about-one__shape-2 {
    display: none;
  }

  .about-one {
    padding: 10px 0 30px;
  }

  .about-one__img-2 {
    display: none;
  }

  .about-one__img-box {
    margin: auto;
  }

  .about-one__experience-box {
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .about-one__awards-box {
    max-width: 200px;
    margin: 30px 0 0;
  }

  .about-one__left {
    margin-top: 0;
  }

  .about-one__img-box {
    margin-right: 0;
  }

  .about-one__awards-box {
    display: none;
  }

  .about-one__awards-box {
    max-width: 200px;
    margin: 30px 0 0;
  }

  .about-one__experience-box {
    display: none;
  }

  .about-one__experience-box {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-one__img-box-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .about-one__right {
    margin-top: 50px;
  }

  .about-two__left {
    margin-left: 0;
    margin-right: 0;
  }

  .about-two__client-box {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .about-two__class-day {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 40px;
  }

  .about-two__shape-1,
  .about-two__shape-2 {
    display: none;
  }

  .about-two__right .section-title-two {
    margin-right: 0;
    margin-top: 20px;
  }

  .about-two__client-and-btn-box {
    gap: 20px;
    flex-direction: column;
    align-items: baseline;
  }

  .about-two__content p br {
    display: none;
  }

  .about-two__points-list li {
    gap: 15px;
  }

  .section-title-two__title {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title-two__title br {
    display: none;
  }

  .section-title-two__title span {
    font-size: 25px;
    line-height: 35px;
    padding: 0px 8px 0px;
  }
}

@media only screen and (max-width: 540px) {  
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  background-color: #f8fafd;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 80px 0 80px;
  z-index: 1;
}

.blog-one__carousel {
  position: relative;
  display: block;
}

.blog-one__single {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  padding: 23px 23px 23px;
  border-radius: 20px;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.blog-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--topas63-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  opacity: 0.5;
}

.blog-one__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one__content {
  position: relative;
  display: block;
  margin-top: 15px;
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--topas63-bdr-color);
  padding-bottom: 11px;
  margin-bottom: 14px;
}

.blog-one__meta li {
  position: relative;
  display: block;
}

.blog-one__meta li + li {
  margin-left: 30px;
}

.blog-one__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--topas63-black);
  font-family: var(--topas63-font-two);
  font-style: italic;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta li a:hover {
  color: var(--topas63-base);
}

.blog-one__meta li a span {
  position: relative;
  font-size: 12px;
  margin-right: 6px;
  color: var(--topas63-base);
}

.blog-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.blog-one__title a {
  color: var(--topas63-black);
}

.blog-one__title a:hover {
  color: var(--topas63-base);
}

.blog-one__text {
  font-size: 16px;
  line-height: 21px;
  margin-top: 14px;
  margin-bottom: 30px;
}

.blog-one__btn-and-user-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-one__btn-box {
  position: relative;
  display: block;
}

.blog-one__btn-box .thm-btn {
  font-size: 16px;
  padding: 6px 20px 7px;
}

.blog-one__btn-box .thm-btn span {
  font-size: 12px;
}

.blog-one__btn-box .thm-btn::before {
  width: 32px;
  height: 32px;
  bottom: -13px;
  right: -13px;
}

.blog-one__user-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-one__user-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-one__user-img img {
  width: 100% !important;
  border-radius: 50%;
  border: 1px solid var(--topas63-black);
}

.blog-one__user-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-one__user-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 5px;
}

.blog-one__user-sub-title {
  font-size: 14px;
  line-height: 14px;
}

.blog-one .blog-one__carousel .owl-nav {
  position: absolute;
  bottom: -104px;
  right: 0;
  margin: 0 !important;
}

.blog-one .blog-one__carousel .owl-dots {
  position: absolute;
  bottom: -112px;
  left: 0;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.blog-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--topas63-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-two__single:hover .blog-two__img:before {
  opacity: 0.5;
}

.blog-two__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-two__date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: var(--topas63-base);
  padding: 14px 20px 14px;
  border-top: 2px solid var(--topas63-white);
  border-right: 2px solid var(--topas63-white);
  border-top-right-radius: 20px;
  z-index: 3;
}

.blog-two__date span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--topas63-white);
}

.blog-two__date p {
  font-size: 16px;
  color: var(--topas63-white);
  line-height: 16px;
  font-weight: 500;
}

.blog-two__content {
  position: relative;
  display: block;
  margin-top: 10px;
}

.blog-two__meta-box {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  padding: 14px 15px 14px;
  border-radius: 12px;
}

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-two__meta li {
  position: relative;
  display: block;
}

.blog-two__meta li + li {
  margin-left: 30px;
}

.blog-two__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--topas63-black);
  font-family: var(--topas63-font-two);
  font-style: italic;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__meta li a:hover {
  color: var(--topas63-base);
}

.blog-two__meta li a span {
  position: relative;
  font-size: 13px;
  margin-right: 6px;
  color: #ffc224;
}

.blog-two__meta li:nth-child(2) a span {
  color: var(--topas63-primary);
}

.blog-two__meta li:nth-child(3) a span {
  color: var(--topas63-base);
}

.blog-two__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 13px;
  margin-bottom: 11px;
}

.blog-two__title a {
  color: var(--topas63-black);
}

.blog-two__title a:hover {
  color: var(--topas63-base);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 153px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
  margin-right: 107px;
}

.blog-details__img-box {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: 20px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 40px;
}

.blog-details__title-1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.blog-details__client-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed var(--topas63-bdr-color);
  border-bottom: 1px dashed var(--topas63-bdr-color);
  padding: 13px 0 13px;
  margin-top: 32px;
  margin-bottom: 42px;
}

.blog-details__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__client-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.blog-details__client-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--topas63-base);
}

.blog-details__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-details__client-content p {
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.blog-details__client-content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.blog-details__client-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details__client-meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-details__client-meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-details__client-meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--topas63-primary);
}

.blog-details__client-meta li:nth-child(2) .icon span {
  color: #ffc224;
}

.blog-details__client-meta li:nth-child(3) .icon span {
  color: var(--topas63-base);
}

.blog-details__client-meta li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-black);
}

.blog-details__title-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 43px;
  margin-bottom: 17px;
}

.blog-details__text-3 {
  margin-top: 16px;
  margin-bottom: 43px;
}

.blog-details__points-box {
  position: relative;
  display: block;
}

.blog-details__points-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-details__points {
  position: relative;
  display: block;
  margin-top: 17px;
}

.blog-details__points li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.blog-details__points li + li {
  margin-top: 11px;
}

.blog-details__points li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.blog-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--topas63-base);
}

.blog-details__points li > p {
  color: var(--topas63-black);
}

.blog-details__quote-box {
  position: relative;
  display: block;
  border: 2px solid var(--topas63-bdr-color);
  border-radius: 24px;
  max-width: 635px;
  width: 100%;
  padding: 38px 58px 38px;
  margin-top: 69px;
  margin-bottom: 65px;
}

.blog-details__quote-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-black);
  border-bottom: 1px solid var(--topas63-bdr-color);
  padding-bottom: 23px;
  margin-bottom: 24px;
}

.blog-details__client-box-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__client-img-2 {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.blog-details__client-img-2 img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--topas63-base);
}

.blog-details__client-content-2 {
  position: relative;
  display: block;
  flex: 1;
}

.blog-details__client-content-2 p {
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.blog-details__client-content-2 h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.blog-details__quote-icon-1 {
  position: absolute;
  top: -27px;
  left: 46px;
  width: 54px;
  height: 54px;
  background-color: var(--topas63-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details__quote-icon-1 span {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: var(--topas63-base);
  transform: rotate(-180deg);
}

.blog-details__quote-icon-2 {
  position: absolute;
  bottom: -27px;
  right: 130px;
  width: 54px;
  height: 54px;
  background-color: var(--topas63-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-details__quote-icon-2 span {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: var(--topas63-base);
}

.blog-details__title-3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.blog-details__text-4 {
  margin-top: 17px;
  margin-bottom: 22px;
}

.blog-details__img-box-2 {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.blog-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details__img-box-img img {
  width: 100%;
  border-radius: 20px;
}

.blog-details__text-5 {
  color: var(--topas63-black);
}

.blog-details__tag-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafbff;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 8px;
  padding: 23px 23px 23px;
  margin-top: 42px;
  margin-bottom: 111px;
}

.blog-details__tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__tag span {
  font-size: 16px;
  line-height: 24px;
  color: var(--topas63-black);
}

.blog-details__tag a {
  font-size: 14px;
  line-height: 14px;
  background-color: var(--topas63-white);
  border: 1px solid var(--topas63-bdr-color);
  padding: 7px 12px 7px;
  border-radius: 15px;
  color: var(--topas63-gray);
}

.blog-details__tag a:hover {
  background-color: var(--topas63-base);
  border: 1px solid var(--topas63-base);
  color: var(--topas63-white);
}

.blog-details__share {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__share span {
  font-size: 16px;
  line-height: 24px;
  color: var(--topas63-black);
}

.blog-details__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--topas63-white);
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 50%;
  font-size: 14px;
  color: var(--topas63-gray);
}

.blog-details__share a:hover {
  background-color: var(--topas63-base);
  border: 1px solid var(--topas63-base);
  color: var(--topas63-white);
}

.comment-one {
  position: relative;
  display: block;
}

.comment-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 22px;
}

.comment-one__single-list {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 19px 19px 16px !important;
}

.comment-one__single-list li {
  position: relative;
  display: block;
}

.comment-one__single-list li:nth-child(2) .comment-one__single {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.comment-one__single-list-2 li .comment-one__single {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.comment-one__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  border-bottom: 1px solid var(--topas63-bdr-color);
  padding-bottom: 16px;
  margin-bottom: 23px;
}

.comment-one__image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--topas63-base);
  border-radius: 50%;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 48px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
  border-radius: 50%;
}

.comment-one__content {
  position: relative;
  display: block;
  flex: 1;
}

.comment-one__content p {
  margin-top: 7px;
  margin-bottom: 7px;
}

.comment-one__name-box {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #f5f5ff 0%, #fbfbff 100%);
  border-radius: 2px;
  padding: 3px 10px 3px;
}

.comment-one__content h4 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.comment-one__content h4 span {
  font-size: 12px;
  color: var(--topas63-gray);
  position: relative;
  display: inline-block;
}

.comment-one__content h4 span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -7px;
  bottom: 6px;
  width: 1px;
  background-color: var(--topas63-black);
}

.comment-one__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.comment-one__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--topas63-base);
  position: relative;
  display: inline-block;
}

.comment-one__btn:hover {
  color: var(--topas63-black);
}

.comment-one__btn::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -12px;
  width: 4px;
  height: 4px;
  background-color: var(--topas63-base);
  border-radius: 50%;
}

.comment-one__btn-box > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--topas63-gray);
}

.comment-form {
  position: relative;
  display: block;
  padding-top: 14px;
}

.comment-form__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-bottom: none;
}

.comment-form__text-and-ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
  margin-bottom: 22px;
}

.comment-form__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.comment-form__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.comment-form__ratting li {
  position: relative;
  display: block;
}

.comment-form__ratting li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--topas63-bdr-color);
}

.comment-form__ratting li:first-child span {
  color: #ffc224;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 56px;
  width: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--topas63-gray);
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  display: block;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box textarea {
  font-size: 16px;
  font-weight: 400;
  height: 190px;
  width: 100%;
  padding: 15px 20px 30px;
  outline: none;
  margin-bottom: 0px;
  border: none;
  color: var(--topas63-gray);
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box.text-message-box {
  height: 190px;
  margin-bottom: 0;
}

.comment-form__btn-box {
  position: relative;
  display: block;
  margin-top: 24px;
}

.comment-form__btn {
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--topas63-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--topas63-white);
  padding: 17px 24px 17px;
  border-radius: 28px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--topas63-base);
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.comment-form__btn:hover::before {
  transform: scaleX(1);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}

.comment-form__btn::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 26px;
  width: 136px;
  height: 31px;
  transform: rotate(35deg);
  background-color: rgba(var(--topas63-white-rgb), 0.1);
  z-index: -1;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }

  .sidebar--two {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 20px 0 120px;
  z-index: 1;
}

.blog-list__left {
  position: relative;
  display: block;
  margin-right: 107px;
}

.blog-list__single {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #f6f8ff 0%, #f6f8ff 50%, #ffffff 100%);
  border: 1px solid #d1e3fb;
  border-radius: 24px;
  padding: 32px 32px 32px;
  margin-bottom: 45px;
}

.blog-list__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.blog-list__img {
  position: relative;
  display: block;
  border-radius: 20px;
}

.blog-list__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: var(--topas63-black);
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-list__single:hover .blog-list__img::before {
  opacity: 0.7;
}

.blog-list__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: all 1500ms ease;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-list__date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--topas63-base);
  border-top: 2px solid var(--topas63-white);
  border-right: 2px solid var(--topas63-white);
  padding: 9px 20px 10px;
  border-top-right-radius: 20px;
  z-index: 2;
}

.blog-list__date p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--topas63-white);
}

.blog-list__date p span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--topas63-white);
}

.blog-list__single-2 .blog-list__content {
  margin-top: 0;
}

.blog-list__content {
  position: relative;
  display: block;
  margin-top: 16px;
}

.blog-list__client-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--topas63-white);
  border: 1px solid var(--topas63-bdr-color);
  border-radius: 12px;
  padding: 13px 13px 13px;
  justify-content: space-between;
}

.blog-list__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-list__client-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.blog-list__client-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--topas63-base);
}

.blog-list__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-list__client-content p {
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
}

.blog-list__client-content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 4px;
}

.blog-list__client-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-list__client-meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-list__client-meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-list__client-meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffc224;
}

.blog-list__client-meta li:nth-child(2) .icon span {
  color: var(--topas63-primary);
}

.blog-list__client-meta li:nth-child(3) .icon span {
  color: var(--topas63-base);
}

.blog-list__client-meta li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-black);
}

.blog-list__title-1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  margin-top: 17px;
  margin-bottom: 10px;
}

.blog-list__title-1 a {
  color: var(--topas63-black);
}

.blog-list__title-1 a:hover {
  color: var(--topas63-base);
}

.blog-list__btn-box {
  position: relative;
  display: block;
  margin-top: 14px;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.blog-list__btn-box button {
  border: none; /* Убрать рамку */
  background-color: transparent; /* Убрать фон (сделать прозрачным) */
  outline: none; /* Убрать контур при фокусе/нажатии */
}

.blog-list__btn-box .thm-btn-two span {
  background-color: var(--topas63-base);
}

.blog-list__btn-box .thm-btn-two span::before {
  background-color: var(--topas63-primary);
}

.blog-list__btn-box .thm-btn-two i {
  background-color: var(--topas63-base);
}

.blog-list__btn-box .thm-btn-two i::after {
  background-color: var(--topas63-primary);
}

.blog-list__btn-box-2 {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 15px;
}

.blog-list__pagination {
  position: relative;
  display: block;
}

.blog-list__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 12px;
}

.blog-list__pagination .pg-pagination li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: var(--topas63-gray);
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--topas63-bdr-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__pagination .pg-pagination li:hover a,
.blog-list__pagination .pg-pagination li.active a {
  border: 1px solid var(--topas63-base);
  background-color: var(--topas63-base);
  color: var(--topas63-white);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-two__btn-box {
  position: relative;
  display: block;
  text-align: right;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Blog Carousel Page
--------------------------------------------------------------*/
.blog-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.blog-carousel-page .blog-two__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# One Page Two Blog
--------------------------------------------------------------*/
.one-page-two-blog {
  padding: 120px 0 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1313px) {
  .blog-one__single {
    padding: 23px 10px 23px;
  }

  .blog-two__meta li + li {
    margin-left: 7px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-one__single {
    padding: 23px 15px 23px;
  }

  .blog-one__meta {
    flex-direction: column;
    align-items: baseline;
  }

  .blog-one__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .blog-one__btn-and-user-box {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }

  .blog-two__meta {
    flex-direction: column;
  }

  .blog-two__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .blog-details__left {
    margin-right: 0;
  }

  .blog-list__left {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-one__btn-and-user-box {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }

  .blog-page .blog-two__meta {
    flex-direction: column;
  }

  .blog-list__left {
    margin-right: 0;
  }

  .blog-carousel-page .blog-two__meta {
    flex-direction: column;
  }

  .blog-carousel-page .blog-two__meta li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-one__single {
    padding: 23px 15px 23px;
  }

  .blog-one__meta {
    flex-direction: column;
    align-items: baseline;
  }

  .blog-one__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .blog-one__btn-and-user-box {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }

  .blog-one .blog-one__carousel .owl-dots {
    display: none;
  }

  .blog-two__btn-box {
    margin-bottom: 30px;
  }

  .blog-details__left {
    margin-right: 0;
  }

  .blog-details__title-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-details__client-and-meta {
    flex-direction: column;
    align-items: baseline;
  }

  .blog-details__client-meta {
    gap: 0;
    flex-direction: column;
    margin-top: 20px;
  }

  .blog-details__quote-box {
    padding: 38px 15px 38px;
  }

  .blog-details__tag-and-share {
    flex-direction: column;
  }

  .blog-details__tag {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .blog-list {
    padding: 20px 0 20px;
  }

  .blog-list__left {
    margin-right: 0;
  }

  .blog-list__single {
    padding: 15px 5px 15px;
  }

  .blog-list__client-and-meta {
    flex-direction: column;
    align-items: normal;
    gap: 0px;
    padding: 5px 5px 5px;
  }

  .blog-list__client-meta {
    row-gap: 0px;
    column-gap: 10px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  
  .blog-list__client-meta li p {
    font-size: 12px;
}

  .blog-list__title-1 {
    font-size: 22px;
    line-height: 22px
  }

  .blog-list__btn-box-2 {
    margin-bottom: 30px;
  }
  
  .thm-btn-two span {
    padding: 5px 14px 5px;
    }
    
   .thm-btn-two span, .thm-btn-two > i {
    font-size: 14px;
    }

    .thm-btn-two > i {
    width: 40px;
    height: 40px;
    }
    
    .blog-list__date {
    padding: 0px 10px 0px;
    }

    .blog-list__date p {
    gap: 5px;
    font-size: 10px;
    line-height: 22px;
    }

    .blog-list__date p span {
    font-size: 10px;
    }
    
    .sidebar {
        margin-top: 10px;
    }
    
    .blog-one {
    padding: 20px 0;
    }
}

@media only screen and (max-width: 440px) {
  .blog-two__meta {
    flex-direction: column;
  }

  .blog-two__meta li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.wp-block-search__button svg {
  min-width: 32px;
  min-height: 32px;
  transition: transform 0.3s ease;
}

.wp-block-search__button svg:hover {
  transform: scale(1.2);
}

.widget_block + .sidebar__single {
  margin-top: 40px;
}

.widget_block + .widget_block {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/* ==========================================================================
   БЛОК: КАРУСЕЛЬ ПОСТОВ (Blog Carousel)
   ========================================================================== */

/* Стили контейнера Swiper */
.myPostSwiper {
  padding: 20px 10px 60px; /* Отступ снизу для пагинации */
}

/* КАРТОЧКА ПОСТА */
.post-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid #e1e8ed;
}

.post-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(29, 105, 154, 0.12);
}

/* Изображение поста */
.post-card__image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #eee; /* Цвет заглушки, если фото нет */
}

.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.post-card:hover .post-card__image img {
  transform: scale(1.1);
}

/* Контент карточки */
.post-card__title {
  padding: 20px 20px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--topas63-black);
  line-height: 1.4;
  margin: 0;
  flex-grow: 1; /* Позволяет заголовку занимать всё свободное место */

  /* Ограничение текста (3 строки), если заголовки разной длины */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Ссылка "Подробнее" */
.post-card__link {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--topas63-base);
  text-decoration: none;
  transition: all 0.3s;
  border-top: 1px solid #f1f3f5;
}

.post-card__link:hover {
  color: var(--topas63-primary);
  background-color: #f8fafd;
}

/* --- НАВИГАЦИЯ SWIPER --- */

/* Стрелки */
.myPostSwiper .swiper-button-next,
.myPostSwiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: var(--topas63-base);
  transition: all 0.3s;
}

.myPostSwiper .swiper-button-next::after,
.myPostSwiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.myPostSwiper .swiper-button-next:hover,
.myPostSwiper .swiper-button-prev:hover {
  background: var(--topas63-base);
  color: #fff;
}

/* Пагинация (точки) */
.myPostSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--topas63-base);
  opacity: 0.3;
}

.myPostSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px; /* Активная точка длиннее */
  border-radius: 5px;
  background: var(--topas63-base);
}

/* Адаптивность для заголовка секции */
@media only screen and (max-width: 767px) {
    .blog-one .section-title__title {
    font-size: 20px;
    }
    
    .section-title__tagline, .section-title__title {
        font-size: 14px;
    }
}

/* Общий контейнер контента внутри карточки */
.post-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Мета-данные (Автор и Дата) */
.post-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  color: var(--topas63-gray);
}

.post-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-card__author img {
  border-radius: 50%; /* Круглая аватарка */
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.post-card__date i {
  color: var(--topas63-yel);
  margin-right: 5px;
}

/* Заголовок */
.post-card__title a {
  color: var(--topas63-black);
  transition: 0.3s;
}

.post-card__title a:hover {
  color: var(--topas63-base);
}

/* Отрывок текста */
.post-card__excerpt {
  font-size: 15px;
  line-height: 1.5;
  color: var(--topas63-gray);
  margin-bottom: 20px;
}

/* Футер карточки */
.post-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; /* Прижимает футер к низу */
  padding-top: 15px;
  border-top: 1px solid #f1f3f5;
}

.post-card__more {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--topas63-base);
  letter-spacing: 0.5px;
}

.post-card__comments {
  font-size: 13px;
  font-weight: 600;
  color: var(--topas63-gray);
}

.post-card__comments i {
  color: var(--topas63-base);
  margin-right: 4px;
}

/* Ховер эффект для всей карточки */
.post-card:hover {
  transform: translateY(-10px);
}

/* 1. ГАРАНТИЯ ОДИНАКОВОЙ ВЫСОТЫ СЛАЙДОВ */
.myPostSwiper .swiper-slide {
  height: auto; /* Позволяет слайдам растягиваться */
  display: flex; /* Делает слайд флекс-контейнером */
}

/* 2. КАРТОЧКА ПОСТА */
.post-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Вертикальный стек */
  width: 100%; /* Занимает всю ширину слайда */
  height: 100%; /* РАСТЯГИВАЕТСЯ НА ВСЮ ВЫСОТУ САМОГО ВЫСОКОГО СЛАЙДА */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid #e1e8ed;
}

/* 3. ФИКСИРОВАННОЕ ПРЕВЬЮ (чтобы картинки не "плясали") */
.post-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* Пропорция картинки всегда одинаковая */
  overflow: hidden;
}

.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 4. КОНТЕНТНЫЙ БЛОК */
.post-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ЗАСТАВЛЯЕТ ЭТОТ БЛОК ЗАНИМАТЬ ВСЁ СВОБОДНОЕ МЕСТО */
}

/* 5. ОГРАНИЧЕНИЕ ЗАГОЛОВКА (например, 2 строки) */
.post-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.3;
  display: -webkit-box;
  line-clamp: 2; /* Не более 2-х строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.6em; /* Фиксирует место под 2 строки */
}

/* 6. ОГРАНИЧЕНИЕ ОТРЫВКА ТЕКСТА (например, 3 строки) */
.post-card__excerpt {
  font-size: 14px;
  color: #6b778b;
  margin-bottom: 20px;
  display: -webkit-box;
  line-clamp: 3; /* Не более 3-х строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.5em; /* Фиксирует место под 3 строки */
}

/* 7. ФУТЕР (всегда прижат к низу) */
.post-card__footer {
  margin-top: auto; /* ПРИЖИМАЕТ ПОДВАЛ К НИЗУ КАРТОЧКИ */
  padding-top: 15px;
  border-top: 1px solid #f1f3f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .category {
  margin-top: 20px;
}

/* Стили автора и аватарки */
.blog-details__author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #052143; /* Ваш темно-синий */
}

.blog-details__author img {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Стили иконок */
.blog-details__meta i {
  color: #1d699a; /* Ваш основной синий */
}

/* Стили ссылок в категориях */
.blog-details__meta a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.blog-details__meta a:hover {
  color: #1d699a;
}

/* Отступ для текста */
.blog-details__text {
  line-height: 1.8;
  font-size: 18px;
}

/* ==========================================================================
   СТРАНИЦА СТАТЬИ (Blog Details)
   ========================================================================== */

.blog-details__left {
  background: #ffffff;
  padding-bottom: 40px;
}

/* Главное изображение статьи */
.blog-details__img {
  position: relative;
  display: block;
  margin-bottom: 35px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-details__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Заголовок статьи */
.blog-details__title-1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  /* font-size: 32px;
    font-weight: 800;
    color: var(--topas63-black);
    margin-bottom: 20px;
    line-height: 1.2; */
}

/* БЛОК МЕТА-ДАННЫХ (Автор, Дата, Категория) */
.blog-details__meta {
  display: flex;
  justify-content: flex-end; /* Все элементы по умолчанию справа */
  gap: 25px;
  list-style: none;
  border-top: 1px dashed var(--topas63-bdr-color);
  border-bottom: 1px dashed var(--topas63-bdr-color);
  padding: 13px 0 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap; /* Для мобильных устройств */
}

/* Первый элемент (слева) */
.blog-details__meta li:first-child {
  margin-right: auto; /* Заставляет первый элемент уйти максимально влево */
}

.blog-details__meta li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--topas63-gray);
  font-weight: 500;
}

.blog-details__meta i {
  color: var(--topas63-primary);
  margin-right: 8px;
  font-size: 12px;
}

.blog-details__meta .icon-tags {
  color: #ffc224;
}

.blog-details__meta .fa-comment {
  color: var(--topas63-base);
}

/* Автор и аватарка */
.blog-details__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__author img {
  width: 35px;
  height: 35px;
  border-radius: 50%; /* Круглая аватарка */
  border: 2px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.blog-details__author span {
  color: var(--topas63-black);
  font-weight: 700;
}

/* Ссылки в мета-данных (категории) */
.blog-details__meta a {
  color: var(--topas63-base);
  text-decoration: none;
  transition: 0.3s;
}

.blog-details__meta a:hover {
  color: var(--topas63-primary);
}

/* ТЕКСТ СТАТЬИ */
.blog-details__text {
  font-size: 18px;
  line-height: 1.8;
  color: var(--topas63-gray);
}

.blog-details__text p {
  margin-bottom: 25px;
}

.wp-block-gallery .wp-block-image {
  margin-bottom: 0;
  transition: transform 0.3s ease;
}

.wp-block-gallery .wp-block-image img {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.wp-block-gallery .wp-block-image:hover {
  transform: scale(1.03); /* Легкий зум при наведении на схему */
  z-index: 2;
}

/* Адаптивность */
@media (max-width: 767px) {
  .blog-details__title-1 {
    font-size: 22px;
    line-height: 24px;
  }

  .blog-details__meta {
    column-gap: 10px;
    row-gap: 0px;
    padding: 1px 0 1px;
    justify-content: end;
  }
}

/* Полноэкранный режим для схем */
.full-screen-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  animation: fadeIn 0.3s ease;
}

.zoom-container {
  position: relative;
  max-width: 95%;
  max-height: 95%;
}

.zoom-container img {
  max-width: 100%;
  max-height: 90vh;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.close-zoom {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Основной контейнер комментария */
.comments-area {
  margin-right: 107px;
}

.comment-body {
  display: flex;
  align-items: flex-start; /* Выравнивание по верхнему краю */
  gap: 20px;
  background: #ffffff;
  border: 1px solid #e1e8ed;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

/* ЛЕВЫЙ БЛОК: Аватарка */
.comment-avatar-side {
  width: 60px;
  flex-shrink: 0; /* Чтобы блок не сжимался */
}

.comment-avatar-side img {
  border-radius: 50%;
  border: 2px solid var(--topas63-base);
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* ПРАВЫЙ БЛОК: Контент */
.comment-content-side {
  flex-grow: 1; /* Занимает всё оставшееся место */
  display: flex;
  flex-direction: column;
}

/* Строка 1: Имя */
.comment-author-name {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #f5f5ff 0%, #fbfbff 100%);
  border-radius: 2px;
  padding: 3px 10px 3px;
}

.comment-author-name cite {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  color: var(--topas63-black);
  margin-bottom: 5px;
  display: block;
}

/* Строка 2: Текст */
.comment-text-area {
  font-size: 18px;
  line-height: 1.6;
  color: var(--topas63-gray);
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Строка 3: Футер (Ответить + Дата) */
.comment-footer-meta {
  display: flex;
  align-items: center;
  gap: 20px; /* Пробел между кнопкой и датой */
  margin-top: 5px;
}

/* Кнопка ответить */
.comment-reply-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--topas63-base);
  text-decoration: none;
}

.comment-reply-link:hover {
  color: var(--topas63-primary);
}

/* Дата */
.comment-date-link {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}

/* Ответы (вложенные комментарии) */
.children {
  list-style: none;
  margin-left: 80px; /* Сдвиг для ответов */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comments-area {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .comments-area {
    margin-right: 0;
  }
  
  .blog-details__content {
    margin-top: 0px;
}

.blog-details__left {
    padding-bottom: 0px;
}

.wp-block-group {
    padding-top: 0px;
    padding-bottom: 0px;
}

.blog-list__single {
    margin-bottom: 20px;
}

.pagination-wrapper {
    margin-bottom: 10px;
}
}

@media (max-width: 576px) {
  .children {
    margin-left: 20px;
  }
  .comment-body {
    gap: 15px;
    padding: 15px;
  }
  .comment-avatar-side {
    width: 45px;
  }
  .comment-avatar-side img {
    width: 45px;
    height: 45px;
  }
}

/* Скрываем лейблы для всех, кроме экранных дикторов и роботов */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Контейнер меток */
.blog-details__tags {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed #e1e8ed;
}

.tags-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--topas63-black);
  margin-bottom: 15px;
}

/* Список меток */
.blog-details__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Расстояние между кнопками */
}

.blog-details__tags-list li a {
  display: inline-block;
  background: #f1f7ff; /* Светло-голубой фон */
  color: var(--topas63-base); /* Ваш основной синий */
  padding: 6px 16px;
  border-radius: 20px; /* Закругленные края */
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Эффект при наведении */
.blog-details__tags-list li a:hover {
  background: var(--topas63-base);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(29, 105, 154, 0.2);
}


/* --- Секция поиска --- */
.search-results {
    background-color: #f8fafd;
}

/* Карточка результата */
.search-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e1e8ed;
    transition: all 0.3s ease;
}

.search-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(29, 105, 154, 0.1) !important;
}

.search-card__image .placeholder-img {
    height: 100%;
    min-height: 200px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #ccc;
}

.object-fit-cover {
    object-fit: cover;
}

/* Контент карточки */
.search-card__title {
    font-size: 1.3rem;
    font-weight: 700;
}

.search-card__title a {
    color: var(--topas63-black);
    text-decoration: none;
}

.search-card__title a:hover {
    color: var(--topas63-base);
}

.search-card__meta {
    font-size: 13px;
    color: #6b778b;
    font-weight: 600;
}

.search-card__meta i {
    color: var(--topas63-yel);
}

.btn-read-more {
    display: inline-block;
    color: var(--topas63-base);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-read-more i {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s;
}

.btn-read-more:hover i {
    transform: translateX(5px);
}

/* Пагинация */
.pagination-wrapper .page-numbers {
    padding: 10px 18px;
    background: #fff;
    border: 1px solid #dee2e6;
    margin: 0 3px;
    border-radius: 8px;
    color: var(--topas63-black);
}

.pagination-wrapper .page-numbers.current {
    background: var(--topas63-base);
    color: #fff;
    border-color: var(--topas63-base);
}

/* Пагинация */
.pagination-wrapper ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination-wrapper .page-numbers {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 50%;
    color: var(--topas63-black);
    transition: 0.3s;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
    background: var(--topas63-base);
    color: #fff;
    border-color: var(--topas63-base);
}

/* Обнуляем отступы для списка пагинации */
.pagination-wrapper ul.page-numbers {
    margin: 0 auto !important;
}

.pagination-wrapper ul.page-numbers li {
    margin: 0 5px;             /* Расстояние между кнопками */
}

/* На всякий случай проверяем контейнер */
.pagination-wrapper {
    width: 100%;
    overflow: visible;         /* Чтобы тени кнопок не обрезались */
    text-align: center;
}

/* Стили для страницы Консультаций */

.consultation-section {
  padding: 60px 0 86px;
  background: linear-gradient(
    to bottom,
    rgb(168 215 255 / 0.05) 0%,
    rgb(255 194 36 / 0.09) 100%
  );
}

.consultation-section .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.consultation-section .breadcrumb li {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}

.consultation-section .breadcrumb li a {
  font-weight: 500;
  font-family: var(--topas63-default);
}

.consultation-section .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: 5px;
  position: absolute;
  line-height: 0;
  top: 50%;
  font-size: 14px;
  color: var(--topas63-gray);
  margin-top: 2px;
}

.consultation-section .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--topas63-white);
  display: none;
}

.consultation-section .breadcrumb li i {
  margin-right: 3px;
  font-weight: 100;
}

.consultation-section .breadcrumb li:last-child::after {
  display: none;
}

.questions-box {
    background-color: #f8fafd;
    border-left: 4px solid var(--topas63-base);
}

.questions-box h5 {
    font-size: 1.1rem;
    font-weight: 700;
}

.consult-list {
    list-style: none;
    padding: 0;
}

.consult-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 1rem;
}

.consult-list li::before {
    content: "\f058"; /* Галочка FontAwesome */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #28a745;
}

/* Видео контейнер */
.video-diagnostic-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.video-header {
    background: #052143; /* Ваш фирменный темно-синий */
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Формат 16:9 */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-box .thm-btn-two {
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.consultation-content .lead {
  padding-bottom: 15px;
  padding-top: 10px;
}

.consultation-content .alert{
    margin-top: 10px;
}

@media (max-width: 991px) {
    .consultation-content {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .consultation-section {
        padding: 10px 0 10px !important
    }
}

/* КАРТОЧКИ И ФОРМЫ КОНТАКТОВ */

.contact-section .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.contact-section .breadcrumb li {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}

.contact-section .breadcrumb li a {
  font-weight: 500;
  font-family: var(--topas63-default);
}

.contact-section .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: 5px;
  position: absolute;
  line-height: 0;
  top: 50%;
  font-size: 14px;
  color: var(--topas63-gray);
  margin-top: 2px;
}

.contact-section .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--topas63-white);
  display: none;
}

.contact-section .breadcrumb li i {
  margin-right: 3px;
  font-weight: 100;
}

.contact-section .breadcrumb li:last-child::after {
  display: none;
}

.contact-card {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #f1f3f5;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--topas63-base);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-text span {
  display: block;
  font-size: 0.85rem;
  color: #6b778b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.contact-text a,
.contact-text p {
  font-size: 1.1rem;
  color: var(--topas63-black);
  font-weight: 600;
  text-decoration: none;
}

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

/* Форма */
.feedback-form-card {
  background: #fff;
  border-radius: 20px;
  border-top: 5px solid var(--topas63-base);
}

.form-control:focus {
  border-color: var(--topas63-base);
  box-shadow: 0 0 0 0.25rem rgba(29, 105, 154, 0.1);
}

.form-floating label {
  color: #6b778b;
}

.map-container {
  border: 1px solid #f1f3f5;
}

/* Кнопка */
.contact-form .thm-btn-two {
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .feedback-form-card {
    padding: 25px !important;
  }
}

.contact-col-lg-5 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .contact-section {
        padding: 10px 0 10px !important
    }
}

/*--------------------------------------------------------------
# Courses One
--------------------------------------------------------------*/
.courses-one {
    position: relative;
    display: block;
    background: linear-gradient(256.49deg, #FFFBF5 0%, #FAEDFF 100%);
    padding: 120px 0 210px;
    z-index: 1;
}

.courses-one__carousel {
    position: relative;
    display: block;
}

.courses-one__single {
    position: relative;
    display: block;
    background-color: #FCFCFC;
    border: 1px solid var(--topas63-bdr-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 19px 19px 20px;
}

.courses-one__img-box {
    position: relative;
    display: block;
}

.courses-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.courses-one__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: var(--topas63-black);
    transition: opacity 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.courses-one__single:hover .courses-one__img::before {
    opacity: 0.7;
}

.courses-one__img img {
    width: 100%;
    border-radius: 16px;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.courses-one__single:hover .courses-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.courses-one__content {
    position: relative;
    display: block;
    margin-top: 15px;
}

.courses-one__tag-and-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.courses-one__tag {
    position: relative;
    display: block;
}

.courses-one__tag span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--topas63-font-two);
    color: var(--topas63-primary);
    text-transform: capitalize;
    font-style: italic;
}

.courses-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.courses-one__meta li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.courses-one__meta li .icon {
    position: relative;
    display: inline-block;
}

.courses-one__meta li .icon span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--topas63-base);
}

.courses-one__meta li p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--topas63-font-two);
    font-style: italic;
}

.courses-one__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 12px;
    margin-bottom: 2px;
    text-transform: math-auto;
}

.courses-one__title a {
    color: var(--topas63-black);
}

.courses-one__title a:hover {
    color: var(--topas63-base);
}

.courses-one__ratting-and-heart-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--topas63-bdr-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.courses-one__ratting-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.courses-one__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.courses-one__ratting li {
    position: relative;
    display: block;
}

.courses-one__ratting li span {
    font-size: 14px;
    color: #FFC224;
}

.courses-one__ratting li:nth-child(4) span,
.courses-one__ratting li:nth-child(5) span {
    color: var(--topas63-gray);
}

.courses-one__ratting-text {
    font-size: 16px;
    line-height: 26px;
}

.courses-one__heart {
    position: relative;
    display: block;
}

.courses-one__heart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 50%;
    font-size: 18px;
    color: var(--topas63-base);
}

.courses-one__heart a:hover {
    color: var(--topas63-white);
    border: 1px solid var(--topas63-base);
    background-color: var(--topas63-base);
}

.courses-one__btn-and-doller-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.courses-one__btn-box {
    position: relative;
    display: block;
}

.courses-one__btn-and-doller-box>span {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    font-family: var(--topas63-font-two);
    color: var(--topas63-primary);
}

.courses-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.courses-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.courses-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.courses-one .courses-one__carousel .owl-nav {
    position: absolute;
    bottom: -90px;
    right: 0;
    margin: 0 !important;
}

.courses-one .courses-one__carousel .owl-dots {
    position: absolute;
    bottom: -97px;
    left: 0;
}


/*--------------------------------------------------------------
# Courses Two
--------------------------------------------------------------*/
.courses-two {
    position: relative;
    display: block;
    background: linear-gradient(105.09deg, #F9F5F6 0%, rgba(238, 241, 255, 0.92549) 50%, #F9F5F6 100%);
    padding: 120px 0 80px;
    z-index: 1;
}

.courses-two .row {
    --bs-gutter-x: 30px;
}

.courses-two__main-tab-box {
    position: relative;
    display: block;
}

.courses-two__filter {
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 25px;
    height: 50px;
    width: 511px;
    border: 1px solid var(--topas63-bdr-color);
    padding: 3px 3px 3px;
    padding-right: 0;
    top: -110px;
    right: 0;
}

.courses-two__filter li {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-two__filter li+li {
    margin-left: 0px;
}

.courses-two__filter li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: var(--topas63-black);
    background-color: transparent;
    padding: 14px 15px 14px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
    transition: all 0.5s linear;
    z-index: 1;
}

.courses-two__filter li.active p {
    color: var(--topas63-white);
}

.courses-two__filter li p:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--topas63-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.courses-two__filter li.active p:before {
    height: 100%;
}

.courses-two__inner {
    position: relative;
    display: block;
}

.courses-two__single {
    position: relative;
    display: block;
    background-color: #FCFCFC;
    border: 1px solid var(--topas63-bdr-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 19px 19px 14px;
    margin-bottom: 40px;
}

.courses-two__img-box {
    position: relative;
    display: block;
}

.courses-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.courses-two__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--topas63-black-rgb), .70);
    opacity: 0;
    transform: translateY(90px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.courses-two__single:hover .courses-two__img::before {
    opacity: 1;
    transform: translateY(0px);
}

.courses-two__img img {
    width: 100%;
    border-radius: 16px;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.courses-two__single:hover .courses-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.courses-two__heart {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

.courses-two__heart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: var(--topas63-white);
    background-color: var(--topas63-base);
    border-radius: 50%;
}

.courses-two__heart a:hover {
    color: var(--topas63-base);
    background-color: var(--topas63-white);
}

.courses-two__content {
    position: relative;
    display: block;
    margin-top: 14px;
}

.courses-two__doller-and-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.courses-two__doller {
    position: relative;
    display: block;
}

.courses-two__doller p {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--topas63-base);
}

.courses-two__review {
    position: relative;
    display: block;
}

.courses-two__review p {
    font-size: 14px;
    line-height: 24px;
    color: var(--topas63-black);
}

.courses-two__review p i {
    color: #FFC224;
    font-size: 14px;
}

.courses-two__review p span {
    font-size: 14px;
    line-height: 24px;
    color: var(--topas63-gray);
}

.courses-two__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 8px;
    margin-bottom: 18px;
}

.courses-two__title a {
    color: var(--topas63-black);
}

.courses-two__title a:hover {
    color: var(--topas63-base);
}

.courses-two__btn-and-client-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.courses-two__btn-box {
    position: relative;
    display: block;
}

.courses-two__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.courses-two__client-img {
    position: relative;
    display: block;
    max-width: 40px;
    width: 100%;
}

.courses-two__client-img img {
    width: 100%;
    border: 1px solid var(--topas63-base);
    border-radius: 50%;
}

.courses-two__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.courses-two__client-content h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 1px;
}

.courses-two__client-content p {
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
}

.courses-two__client-content p span {
    font-family: var(--topas63-font) !important;
}

.courses-two__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px dashed var(--topas63-bdr-color);
}

.courses-two__meta li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.courses-two__meta li .icon {
    position: relative;
    display: inline-block;
}

.courses-two__meta li .icon span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #FF3EA5;
}

.courses-two__meta li:nth-child(2) .icon span {
    color: #FFC224;
}

.courses-two__meta li:nth-child(3) .icon span {
    color: var(--topas63-base);
}

.courses-two__meta li p {
    font-size: 14px;
    line-height: 24px;
}

/*--------------------------------------------------------------
# Courses Three
--------------------------------------------------------------*/
.courses-three {
    position: relative;
    display: block;
    padding: 120px 0 86px;
    z-index: 1;
}

.courses-three__single {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #FCFCFF;
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 20px;
    padding: 15px 14px 15px;
    margin-bottom: 24px;
}

.courses-three__img {
    position: relative;
    display: block;
    max-width: 290px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.courses-three__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--topas63-black-rgb), .70);
    border-radius: 12px;
    opacity: 0;
    transform: translateY(90px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.courses-three__single:hover .courses-three__img::before {
    opacity: 1;
    transform: translateY(0px);
}

.courses-three__img img {
    width: 100%;
    border-radius: 12px;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.courses-three__single:hover .courses-three__img img {
    transform: scale(1.05) rotate(0deg);
}

.courses-three__content {
    position: relative;
    display: block;
    margin-left: 24px;
    flex: 1;
}

.courses-three__price-and-review {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.courses-three__price {
    font-size: 24px;
    font-weight: 600;
    color: var(--topas63-primary);
    line-height: 24px;
}

.courses-three__review-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.courses-three__review-star {
    position: relative;
    display: flex;
    align-items: center;
}

.courses-three__review-star span {
    font-size: 14px;
    color: #FFC224;
}

.courses-three__review-text {
    font-size: 14px;
    line-height: 14px;
    color: var(--topas63-black);
}

.courses-three__review-text span {
    color: var(--topas63-gray);
}

.courses-three__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

.courses-three__title a {
    color: var(--topas63-black);
}

.courses-three__title a:hover {
    color: var(--topas63-base);
}

.courses-three__btn-and-heart-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px dashed var(--topas63-bdr-color);
}

.courses-three__btn-box a {
    margin-top: 10px;
}

.courses-three__btn-box {
    position: relative;
    display: block;
}

.courses-three__btn-box .thm-btn-two span {
    font-weight: 500;
    font-size: 14px;
    color: var(--topas63-white);
    padding: 6px 15px 7px;
    border-radius: 20px;
    background-color: var(--topas63-base);
}

.courses-three__btn-box .thm-btn-two span::before {
    background-color: var(--topas63-primary);
}

.courses-three__btn-box .thm-btn-two span::after {
    left: -8px;
}

.courses-three__btn-box .thm-btn-two>i {
    width: 40px;
    height: 40px;
    background-color: var(--topas63-base);
    font-size: 14px;
    color: var(--topas63-white);
    border: 1px solid var(--topas63-white);
    z-index: 2;
}

.courses-three__btn-box .thm-btn-two i::after {
    background-color: var(--topas63-primary);
}

.courses-three__heart-box {
    position: relative;
    display: block;
}

.courses-three__heart-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    background-color: rgba(var(--topas63-primary-rgb), .10);
    border: 1px solid var(--topas63-primary);
    border-radius: 50%;
    font-size: 16px;
    color: var(--topas63-primary);
}

.courses-three__heart-box a:hover {
    background-color: var(--topas63-primary);
    color: var(--topas63-white);
}

.courses-three__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 14px;
    margin-top: 15px;
    border-top: 1px dashed var(--topas63-bdr-color);
}

.courses-three__meta li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.courses-three__meta li .icon {
    position: relative;
    display: inline-block;
}

.courses-three__meta li .icon span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #FFC224;
}

.courses-three__meta li p {
    font-size: 16px;
    font-weight: 500;
    color: var(--topas63-black);
    line-height: 16px;
    font-style: italic;
    font-family: var(--topas63-font-two);
}

.courses-three__meta li:last-child .icon span {
    color: var(--topas63-base);
}

/*--------------------------------------------------------------
# Course Grid
--------------------------------------------------------------*/
.course-grid {
    position: relative;
    display: block;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FF 18%, #F6F8FF 100%);
    padding: 120px 0 120px;
    margin-bottom: 100px;
    z-index: 1;
}

.course-grid__left {
    position: relative;
    display: block;
    margin-right: 34px;
}

.course-grid__sidebar {
    position: relative;
    display: block;
}

.course-grid__search {
    position: relative;
    display: block;
}

.course-grid__single+.course-grid__single {
    margin-top: 48px;
}

.course-grid__title-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.course-grid__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.course-grid__title-shape-1 {
    position: relative;
    display: block;
    margin-top: -7px;
}

.course-grid__title-shape-1 img {
    width: auto;
}

.course-grid__search-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 17px;
}

.course-grid__search form {
    position: relative;
}

.course-grid__search form input[type=search],
.course-grid__search form input[type=text] {
    width: 100%;
    height: 50px;
    background-color: var(--topas63-white);
    padding-left: 20px;
    padding-right: 95px;
    font-size: 16px;
    color: var(--topas63-gray);
    font-family: var(--topas63-font);
    border: 1px solid var(--topas63-bdr-color);
    outline: none;
    font-weight: 500;
    border-radius: 25px;
}

.course-grid__search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.course-grid__search form button[type="submit"] {
    background-color: var(--topas63-base);
    color: var(--topas63-white);
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 85px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border-radius: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.course-grid__search form button i {
    font-size: 14px;
}

.course-grid__search form button:hover[type="submit"] {
    background-color: var(--topas63-black);
    color: var(--topas63-white);
}

.course-grid__categories {
    position: relative;
    display: block;
}

.course-grid__list-item {
    position: relative;
    display: block;
}

.course-grid__list-item li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.course-grid__list-item li+li {
    margin-top: 20px;
}

.course-grid__list-check {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    border: 2px solid var(--topas63-base);
    border-radius: 6px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.course-grid__list-item li:hover .course-grid__list-check {
    background-color: var(--topas63-base);
}

.course-grid__list-check:before {
    position: absolute;
    top: 2px;
    left: 3px;
    display: block;
    border-bottom: 2px solid var(--topas63-white);
    border-right: 2px solid var(--topas63-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.course-grid__list-item li:hover .course-grid__list-check:before {
    opacity: 1;
}

.course-grid__list-text {
    font-size: 16px;
    line-height: 16px;
}

.course-grid__price-filter {
    position: relative;
    display: block;
}

.course-grid__price-filter-free-and-paid-course {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background-color: var(--topas63-white);
    border: 1px solid var(--topas63-bdr-color);
    padding: 19px 17px 19px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.course-grid__price-filter-free-and-paid-course .custom-radio {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.course-grid__price-filter-free-and-paid-course input[type="radio"] {
    display: none;
}

.course-grid__price-filter-free-and-paid-course .custom-radio .radio-dot {
    height: 20px;
    width: 20px;
    border-radius: 6px;
    border: 2px solid var(--topas63-base);
    background-color: var(--topas63-white);
    display: block;
    position: relative;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.course-grid__price-filter-free-and-paid-course .custom-radio input[type="radio"]:checked~.radio-dot {
    border-color: var(--topas63-base);
    background-color: var(--topas63-base);
}

.course-grid__price-filter-free-and-paid-course .custom-radio .radio-dot::after {
    position: absolute;
    top: 3px;
    left: 4px;
    display: block;
    border-bottom: 2px solid var(--topas63-white);
    border-right: 2px solid var(--topas63-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.course-grid__price-filter-free-and-paid-course .custom-radio input[type="radio"]:checked~.radio-dot::after {
    opacity: 1;
}

.course-grid__price-filter-free-and-paid-course .custom-radio .radio-text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--topas63-gray);
    position: relative;
}

.course-grid__price-filter-free-and-paid-course .custom-radio input[type="radio"]:checked~.radio-text {
    color: var(--topas63-black);
}

.course-grid__price-filter-ranger {
    position: relative;
    display: block;
    background-color: var(--topas63-white);
    border: 1px solid var(--topas63-bdr-color);
    padding: 27px 20px 27px;
    border-radius: 12px;
}

.course-grid__price-filter-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 28px;
}

.course-grid__price-filter-ranger .price-ranger .ui-widget-content {
    background: var(--topas63-bdr-color);
    border: none;
    height: 5px;
}

.course-grid__price-filter-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--topas63-base);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.course-grid__price-filter-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--topas63-base);
}

.course-grid__price-filter-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 37px;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background: var(--topas63-base);
    float: right;
    text-align: center;
    border: none;
    color: var(--topas63-white);
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 4px 17px;
    border-radius: 20px;
    letter-spacing: 0;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--topas63-gray);
    font-size: 14px;
    font-weight: 400;
    width: 120px;
    line-height: 30px;
    border: 1px solid var(--topas63-bdr-color);
    padding: 1px 20px 1px;
    text-align: left;
    background-color: transparent;
    border-radius: 17px;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--topas63-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: 0;
}

.course-grid__discount {
    position: relative;
    display: block;
    background: linear-gradient(141.93deg, #2140F5 2.62%, #687EFF 97.82%);
    border-radius: 20px;
    padding: 36px 24px 0;
    overflow: hidden;
    z-index: 1;
}

.course-grid__discount-shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.course-grid__discount-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--topas63-white);
    line-height: 24px;
    margin-bottom: 12px;
}

.course-grid__discount-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--topas63-white);
    line-height: 20px;
}

.course-grid__discount-img {
    position: relative;
    display: block;
    margin-left: 90px;
    margin-top: 6px;
}

.course-grid__discount-img img {
    width: auto;
}

.course-grid__discount-coupon {
    position: absolute;
    bottom: 30px;
    left: 24px;
    z-index: 2;
}

.course-grid__discount-coupon p {
    font-size: 14px;
    color: var(--topas63-white);
    font-weight: 500;
    line-height: 14px;
    padding-bottom: 4px;
}

.course-grid__discount-coupon h5 {
    position: relative;
    display: inline-flex;
    background-color: #FFC224;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 5px 5px 5px;
    border-radius: 3px;
}

.course-grid__right {
    position: relative;
    display: block;
}

.course-grid__right-content-box {
    position: relative;
    display: block;
}

.courses-grid__btn-box {
    position: relative;
    display: block;
    text-align: right;
}



/*--------------------------------------------------------------
# Course Details
--------------------------------------------------------------*/
.course-details {
    position: relative;
    display: block;
    padding: 120px 0 153px;
    counter-reset: count;
    z-index: 1;
}

.course-details__left {
    position: relative;
    display: block;
}

.course-details__img {
    position: relative;
    display: block;
}

.course-details__img img {
    width: 100%;
    border-radius: 20px;
}

.course-details__content {
    position: relative;
    display: block;
    margin-top: 24px;
}

.course-details__tag-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--topas63-base);
    padding: 9px 18px 10px;
    border-radius: 23px;
}

.course-details__tag-shape {
    position: relative;
    display: block;
    width: 7px;
    height: 7px;
    background-color: var(--topas63-white);
    border-radius: 50%;
}

.course-details__tag {
    font-size: 16px;
    line-height: 26px;
    color: var(--topas63-white);
}

.course-details__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    margin: 24px 0 44px;
}

.course-details__client-and-ratting-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}

.course-details__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-details__client-img {
    position: relative;
    display: block;
    max-width: 48px;
    width: 100%;
}

.course-details__client-img img {
    width: 100%;
    border: 1px solid var(--topas63-base);
    border-radius: 50%;
}

.course-details__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.course-details__client-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 5px;
}

.course-details__client-content p {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.course-details__client-content p span {
    font-family: var(--topas63-font) !important;
    letter-spacing: 0.05em;
}

.course-details__ratting-box-1 {
    position: relative;
    display: block;
}

.course-details__ratting-list-1 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}

.course-details__ratting-list-1>li {
    position: relative;
    display: block;
}

.course-details__ratting-list-1>li p {
    font-size: 16px;
    line-height: 24px;
}

.course-details__ratting-list-1>li h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 3px;
}

.course-details__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-details__ratting>li {
    position: relative;
    display: block;
}

.course-details__ratting>li span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #FFC224;
}

.course-details__ratting>li:nth-child(4) span,
.course-details__ratting>li:nth-child(5) span {
    color: #6B778B;
}

.course-details__main-tab-box {
    position: relative;
    display: block;
}

.course-details__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 30px;
    height: 60px;
    width: 658px;
    border: 1px solid var(--topas63-bdr-color);
    padding: 3px 3px 3px;
    padding-right: 0;
    margin: 60px 0 58px;
}

.course-details__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.course-details__main-tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 0px;
}

.course-details__main-tab-box .tab-buttons .tab-btn p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: var(--topas63-black);
    background-color: transparent;
    padding: 16px 24px 16px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
    transition: all 0.5s linear;
    z-index: 1;
}

.course-details__main-tab-box .tab-buttons .tab-btn.active-btn p {
    color: var(--topas63-white);
}

.course-details__main-tab-box .tab-buttons .tab-btn p:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0%;
    background-color: var(--topas63-base);
    transition: all 0.3s ease;
    z-index: -1;
}

.course-details__main-tab-box .tab-buttons .tab-btn.active-btn p:before {
    height: 100%;
}

.course-details__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.course-details__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.course-details__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.course-details__tab-inner {
    position: relative;
    display: block;
}

.course-details__ratting-and-review-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.course-details__ratting-box {
    position: relative;
    display: block;
    max-width: 385px;
    width: 100%;
}

.course-details__ratting-box>li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.course-details__ratting-box>li+li {
    margin-top: 15px;
}

.course-details__ratting-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-details__ratting-list>span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #FFC224;
}

.course-details__ratting-list .fill-white {
    color: transparent;
    -webkit-text-stroke: 1px #FFC224;
}

.progress-levels {
    position: relative;
    display: block;
    max-width: 226px;
    width: 100%;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background-color: var(--topas63-white);
    border: 1px solid var(--topas63-primary);
}

.progress-levels .progress-box .bar .bar-fill {
    position: relative;
    width: 0px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--topas63-primary);
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--topas63-gray);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    float: none;
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--topas63-gray);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    float: none;
}

.course-details__review-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 240px;
    width: 100%;
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 20px;
    padding: 12px 15px 26px;
}

.course-details__review-count {
    position: relative;
    display: block;
}

.course-details__review-count>span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px !important;
    font-family: var(--topas63-font) !important;
    color: var(--topas63-black);
}

.course-details__review-content {
    position: relative;
    display: block;
    flex: 1;
}

.course-details__review-content>p {
    font-size: 14px;
    line-height: 24px;
}

.course-details__review-ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-details__review-ratting>li {
    position: relative;
    display: block;
}

.course-details__review-ratting>li>span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #FFC224;
}

.course-details__review-text {
    position: relative;
    display: inline-block;
    margin-top: 2px;
}

.course-details__review-text>p {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--topas63-black);
    background-color: #FFC224;
    border-radius: 4px;
    padding: 1px 8px 1px;
}

.course-details__review-text>p>span {
    color: var(--topas63-white);
}


.course-details__right {
    position: relative;
    display: block;
}

.course-details__info-box {
    position: relative;
    display: block;
    padding: 30px 30px 30px;
    background-color: var(--topas63-white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    border: 1px solid var(--topas63-bdr-color);
}

.course-details__video-link {
    position: relative;
    display: block;
    padding: 88px 0 88px;
    text-align: center;
    z-index: 1;
}

.course-details__video-link-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    z-index: -1;
}

.course-details__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: var(--topas63-base);
    background-color: var(--topas63-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
    z-index: 1;
}

.course-details__video-icon:hover {
    background-color: var(--topas63-base);
    color: var(--topas63-white);
}

.course-details__video-icon:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 8px solid rgba(var(--topas63-white-rgb), .41);
    border-radius: 50%;
    z-index: -1;
}

.course-details__video-link .ripple,
.course-details__video-icon .ripple:before,
.course-details__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--topas63-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--topas63-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--topas63-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--topas63-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.course-details__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.course-details__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.course-details__doller-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.course-details__doller {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: var(--topas63-base);
}

.course-details__doller-btn-box {
    position: relative;
    display: block;
}

.course-details__social-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F6F8FF;
    border-radius: 12px;
    padding: 20px 20px 20px;
}

.course-details__social-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.course-details__social-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.course-details__social-list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--topas63-white);
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 50%;
    font-size: 14px;
    color: var(--topas63-black);
}

.course-details__social-list a:hover {
    background-color: var(--topas63-base);
    border: 1px solid var(--topas63-base);
    color: var(--topas63-white);
}

.course-details__info-list {
    position: relative;
    display: block;
}

.course-details__info-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 20px;
}

.course-details__info-list-1 {
    position: relative;
    display: block;
}

.course-details__info-list-1 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--topas63-bdr-color);
    padding-bottom: 15px;
}

.course-details__info-list-1 li+li {
    margin-top: 16px;
}

.course-details__info-list-1 li>p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
}

.course-details__info-list-1 li>p>i {
    font-size: 16px;
    line-height: 24px;
}

.course-details__info-list-1 li>span {
    font-size: 16px;
    line-height: 24px;
}

.course-details__cuppon-box {
    position: relative;
    display: block;
    margin-top: 42px;
}

.course-details__cuppon-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.course-details__search-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.course-details__search-form input[type="text"] {
    display: block;
    outline: none;
    background-color: var(--topas63-white);
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    height: 45px;
    width: 100%;
    line-height: 45px;
    padding-right: 20px;
    border: 1px solid var(--topas63-bdr-color);
    color: var(--topas63-gray);
    border-radius: 25px;
}

.course-details__search-form button[type="submit"] {
    position: relative;
    color: var(--topas63-white);
    font-size: 16px;
    max-width: 90px;
    width: 100%;
    outline: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: var(--topas63-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 9px 20px 10px;
}

.course-details__search-form button[type="submit"]:hover {
    background-color: var(--topas63-black);
}

.course-details__cuppon-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--topas63-font-two);
    font-style: italic;
    text-align: center;
}

.course-details__Instructor {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.course-details__Instructor-img {
    position: relative;
    display: block;
    max-width: 305px;
    width: 100%;
    border: 2px solid var(--topas63-bdr-color);
    border-radius: 24px;
}

.course-details__Instructor-img img {
    width: 100%;
    border-radius: 24px;
}

.course-details__Instructor-content {
    position: relative;
    display: block;
    max-width: 420px;
    width: 100%;
    flex: 1;
}

.course-details__Instructor-client-name-box-and-view {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--topas63-bdr-color);
    padding-bottom: 19px;
    margin-bottom: 17px;
}

.course-details__Instructor-client-name-box {
    position: relative;
    display: block;
}

.course-details__Instructor-client-name-box h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.course-details__Instructor-client-name-box p {
    font-size: 16px;
    line-height: 24px;
}

.course-details__Instructor-view {
    position: relative;
    display: block;
}

.course-details__Instructor-view a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--topas63-primary);
}

.course-details__Instructor-view a:hover {
    color: var(--topas63-base);
}

.course-details__Instructor-ratting-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.course-details__Instructor-ratting-list>li {
    position: relative;
    display: block;
}

.course-details__Instructor-ratting-list>li>p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    line-height: 24px;
}

.course-details__Instructor-ratting-list>li>p>span {
    color: #FFC224;
}

.course-details__Instructor-ratting-list>li:last-child>p>span {
    color: var(--topas63-black);
}

.course-details__Instructor-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 19px;
    margin-bottom: 20px;
}

.course-details__Instructor-social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.course-details__Instructor-social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 36px;
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 18px;
    font-size: 14px;
    color: var(--topas63-black);
}

.course-details__Instructor-social a:hover {
    border: 1px solid var(--topas63-base);
    color: var(--topas63-white);
    background-color: var(--topas63-base);
}

.course-details__curriculam {
    position: relative;
    display: block;
}

.course-details__curriculam-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
}

.course-details__curriculam-text {
    margin-bottom: 61px;
}

.course-details__curriculam-faq {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: #FCFDFF;
    border-radius: 5px;
    border: 1px solid var(--topas63-bdr-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
    border: 1px solid var(--topas63-base);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px 18px;
    padding-left: 55px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.faq-one-accrodion .accrodion-title::before {
    content: "\f067";
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
    font-size: 16px;
    color: var(--topas63-base);
    position: absolute;
    top: 50%;
    left: 20px;
    line-height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
    z-index: 1;
}

.faq-one-accrodion .accrodion.active .accrodion-title::before {
    content: "\f068";
    color: var(--topas63-white);
}

.faq-one-accrodion .accrodion-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--topas63-base);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.faq-one-accrodion .accrodion.active .accrodion-title::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.faq-one-accrodion .accrodion-title-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.faq-one-accrodion .accrodion-title__count {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion-title__count::before {
    content: "Module "counter(count);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--topas63-font-two);
    font-style: italic;
    color: var(--topas63-base);
    counter-increment: count;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title__count::before {
    color: var(--topas63-white);
}

.faq-one-accrodion .accrodion-title__count::after {
    content: ":";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--topas63-font-two);
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--topas63-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title__count::after {
    color: var(--topas63-white);
}

.faq-one-accrodion .accrodion-title-text {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion-title-text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--topas63-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title .accrodion-title-text h4 {
    color: var(--topas63-white);
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-one-accrodion .accrodion-meta li {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion-meta li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--topas63-font-two);
    font-style: italic;
    color: var(--topas63-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-meta li p {
    color: var(--topas63-white);
}

.faq-one-accrodion .accrodion-meta li p>span {
    color: #FFC224;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-meta li p>span {
    color: var(--topas63-white);
}

.faq-one-accrodion .accrodion-meta li:last-child p>span {
    color: var(--topas63-base);
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 31px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 23px;
}

.faq-one-accrodion .accrodion-content__text {
    margin: 8px 0 26px;
}

.accrodion-content__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.accrodion-content__points {
    position: relative;
    display: block;
}

.accrodion-content__points li {
    position: relative;
    display: flex;
    border-bottom: 1px dashed var(--topas63-bdr-color);
    align-items: center;
    justify-content: space-between;
    padding-bottom: 23px;
}

.accrodion-content__points li+li {
    margin-top: 26px;
}

.accrodion-content__points li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.accrodion-content__points li:nth-child(1) .accrodion-content__points-text,
.accrodion-content__points li:nth-child(2) .accrodion-content__points-text {
    color: var(--topas63-black);
}

.accrodion-content__points-text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accrodion-content__points li:nth-child(1).accrodion-content__points-text>span,
.accrodion-content__points li:nth-child(2) .accrodion-content__points-text>span {
    color: var(--topas63-black);
}

.accrodion-content__points-btn {
    position: relative;
    display: block;
    margin-right: 33px;
}

.accrodion-content__points-btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--topas63-base);
    color: var(--topas63-white);
    padding: 3px 13px 3px;
    border-radius: 17px;
}

.accrodion-content__points-btn a:hover {
    background-color: var(--topas63-black);
    color: var(--topas63-white);
}

.accrodion-content__icon {
    position: absolute;
    right: 0;
    top: 3px;
}

.accrodion-content__icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--topas63-primary);
}

.course-details__overview {
    position: relative;
    display: block;
}

.course-details__overview-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.course-details__overview-text-1 {
    margin-top: 15px;
    margin-bottom: 27px;
}

.course-details__overview-title-2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 47px;
    margin-bottom: 38px;
}

.course-details__overview-points {
    position: relative;
    display: block;
}

.course-details__overview-points li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.course-details__overview-points li+li {
    margin-top: 25px;
}

.course-details__overview-points-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: var(--topas63-base);
    border-radius: 50%;
    top: 4px;
}

.course-details__overview-points-icon span {
    position: relative;
    display: inline-block;
    font-size: 8px;
    color: var(--topas63-white);
}

.course-details__overview-points-content {
    position: relative;
    display: block;
    flex: 1;
}

.course-details__overview-points-content h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 13px;
}

.course-details__overview-title-3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 48px;
    margin-bottom: 15px;
}

.course-details__points-box {
    position: relative;
    display: block;
    margin-top: 38px;
}

.course-details__points-list-2 {
    position: relative;
    display: block;
}

.course-details__points-list-2 li {
    position: relative;
    display: block;
    margin-bottom: 53px;
}

.course-details__points-list-icon {
    position: relative;
    display: inline-block;
}

.course-details__points-list-icon::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 43px;
    height: 43px;
    background-color: rgba(80, 246, 14, .11);
    border-radius: 50%;
}

.course-details__points-list-icon img {
    width: auto;
}

.course-details__points-list-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    margin-top: 30px;
    margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Course List
--------------------------------------------------------------*/
.course-list {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F6F8FF 18%, #F6F8FF 100%);
    margin-bottom: 100px;
}

.course-list__right {
    position: relative;
    display: block;
}

.course-list__right-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 16px;
    background-color: var(--topas63-white);
    padding: 0 20px 0;
    margin-bottom: 30px;
}

.course-list__right-top-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.course-list__right-top-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-list__right-top-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: var(--topas63-white);
    border-radius: 50%;
    font-size: 14px;
}

.course-list__right-top-btn a:hover {
    color: var(--topas63-white);
    background-color: var(--topas63-base);
}

.course-list__showing-sort {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 200px;
    width: 100%;
    gap: 15px;
}

.course-list__showing-sort p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--topas63-black);
}

.course-list__showing-sort .select-box {
    position: relative;
    display: block;
    flex: 1;
}

.course-list__showing-sort .select-box .nice-select {
    color: var(--topas63-gray);
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
}

.course-list__showing-sort .select-box .nice-select:after {
    position: absolute;
    right: 0;
}

.course-list__single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: var(--topas63-white);
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 20px;
    padding: 30px 30px 30px;
    margin-bottom: 50px;
}

.course-list__img-box {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
}

.course-list__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}

.course-list__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--topas63-black-rgb), .70);
    opacity: 0;
    transform: translateY(90px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.course-list__single:hover .course-list__img::before {
    opacity: 1;
    transform: translateY(0px);
}

.course-list__img img {
    width: 100%;
    border-radius: 20px;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.course-list__single:hover .course-list__img img {
    transform: scale(1.05) rotate(0deg);
}

.course-list__content {
    position: relative;
    display: block;
    flex: 1;
}

.course-list__doller-and-heart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-list__doller {
    position: relative;
    display: block;
}

.course-list__doller p {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: var(--topas63-base);
}

.course-list__heart {
    position: relative;
    display: block;
}

.course-list__heart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--topas63-bdr-color);
    border-radius: 50%;
    font-size: 16px;
    color: var(--topas63-base);
}

.course-list__heart a:hover {
    border: 1px solid var(--topas63-base);
    background-color: var(--topas63-base);
    color: var(--topas63-white);
}

.course-list__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 7px;
    margin-bottom: 9px;
}

.course-list__title a {
    color: var(--topas63-black);
}

.course-list__title a:hover {
    color: var(--topas63-base);
}

.course-list__ratting-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.course-list__ratting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-list__ratting span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFC224;
}

.course-list__ratting .star-2 {
    color: #6B778B;
}

.course-list__ratting-text {
    font-size: 16px;
    line-height: 24px;
}

.course-list__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
    border-bottom: 1px dashed var(--topas63-bdr-color);
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.course-list__meta li {
    position: relative;
    display: block;
}

.course-list__meta li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--topas63-font-two);
    font-style: italic;
    color: var(--topas63-black);
}

.course-list__meta li p span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #FF3EA5;
}

.course-list__meta li:nth-child(2) p span {
    color: #FFC224;
}

.course-list__meta li:nth-child(3) p span {
    color: var(--topas63-base);
}

.course-list__btn-and-client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-list__btn-box {
    position: relative;
    display: block;
}

.course-list__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-list__client-img {
    position: relative;
    display: block;
    max-width: 40px;
    width: 100%;
}

.course-list__client-img img {
    width: 100%;
    border: 1px solid var(--topas63-base);
    border-radius: 50%;
}

.course-list__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.course-list__client-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 1px;
}

.course-list__client-content p {
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
}

.course-list__client-content p span {
    font-family: var(--topas63-font) !important;
}

/*--------------------------------------------------------------
# Course Carousel Page
--------------------------------------------------------------*/
.course-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.course-carousel-page .courses-two__single {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .courses-three__single {
    flex-direction: column;
  }

  .courses-three__img {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 90%; */
  }

  .courses-three {
    padding: 10px 0 10px;
  }
  
  .course-details__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin: 10px 0 0px;
  }
  
  .courses-three__content {
    margin-left: 0px;
  }

  p {
    font-size: 16px;
  }
}

/***
=============================================
Error Page
=============================================
***/

.error-page {
  position: relative;
  display: block;
  background: var(--topas63-white);
  padding: 50px 0px 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 60vh; /*Минимальная высота — 100% высоты окна */
  margin: 0;
}

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__img {
  position: relative;
  display: block;
  mix-blend-mode: difference;
}

.error-page__img img {
  width: auto;
}

.error-page__content {
  position: relative;
  display: block;
  margin-top: 62px;
}

.error-page__content h1 {
  font-size: 150px;
  line-height: 110px;
  font-weight: 600;
  text-shadow: 3px 3px #c0c0c0;
  margin-bottom: 25px;
}

.error-page__content h2 {
  color: var(--topas63-base);
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-page__content p {
  color: var(--topas63-black);
  padding: 0 10%;
  margin: 0;
}

.error-page__content .btn-box {
  position: relative;
  display: block;
  margin-top: 21px;
}

.error-page .shape-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: left !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-page .shape-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: right !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

/*==============================================
    Site Footer
===============================================*/
footer {
  padding: 20px 0;
  background-color: var(--topas63-black);
}

.footer-item h2 {
  margin: 0;
  font-size: 40px;
  color: var(--topas63-primary);
  background: var(--topas63-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -10px;
  line-height: 95px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}

.footer-item .widget-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  font-size: 30px;
}

ul.project-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.project-list li a {
  display: inline-block;
  font-family: var(--topas63-font);
  font-weight: 300;
}

.footer-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 -30px;
}

.footer-items .footer-item:nth-child(2) {
  flex-direction: column;
  justify-content: space-between;
}

.footer-items .footer-item {
  padding: 0 0px;
}

.footer-item h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
}

.footer-bottom {
  border-top: 1px solid var(--topas63-ccc);
  margin-top: 10px;
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  color: var(--topas63-bdr-color);
}

.footer-bottom a {
  color: var(--topas63-bdr-color);
}

a#scrollUp {
  font-weight: 400;
  font-family: var(--font-default);
  text-transform: uppercase;
  color: var(--topas63-bdr-color);
}

a#scrollUp:hover {
  color: var(--topas63-yel);
}

a#scrollUp i {
  font-weight: 600;
  font-size: 17px;
  color: var(--topas63-gradient1);
  margin-left: 5px;
}

ul.project-list li {
  margin-top: 12px;
}

ul.project-list li a {
  display: inline-block;
  color: var(--topas63-bdr-color);
}

ul.project-list li a {
  font-size: 18px;
  margin-left: 10px;
  color: var(--topas63-white);
}

ul.project-list li a:hover {
  color: var(--topas63-yel);
}

ul.project-list li.current-menu-item a {
  color: var(--topas63-yel);
}

.footer-item h4 {
  color: var(--topas63-white);
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 30px;
}

ul.project-list li .icon i {
  font-size: 15px;
  color: var(--topas63-yel);
  position: relative;
  display: inline-block;
}
ul.project-list li .text p {
  font-size: 18px;
  margin-left: 10px;
  color: var(--topas63-white);
}
ul.project-list li .text p a {
  color: var(--topas63-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

ul.project-list li .text p a:hover {
  color: var(--topas63-yel);
}

ul.project-list li,
ul.project-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {

  .footer-item h2 {
    font-size: 35px;
    /* line-height: 1; */
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

  .footer-items {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
    padding-top: 50px;
  }

  .footer-items .footer-item {
    padding: 0;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .text-end {
    text-align: center !important;
  }

  a#scrollUp {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    padding: 10px 35px;
    border-radius: 40px;
    margin-top: 15px;
    color: var(--white);
  }
}

@media only screen and (max-width: 767px) {

  .footer-item h2 {
    font-size: 30px;
    line-height: 1;
    margin-top: 0;
  }

  /* footer {
		padding: 60px 0;
	} */

  .footer-items {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 50px;
    margin-top: 50px;
  }

  .footer-items .footer-item {
    padding: 0;
  }

  .footer-bottom {
    margin-top: 60px;
    text-align: center;
  }

  .footer-bottom .text-end {
    text-align: center !important;
  }

  a#scrollUp {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    padding: 10px 25px;
    margin-top: 20px;
    color: var(--white);
  }
}

/* ==========================================================================
   СЕКЦИЯ МОНТАЖ (Install Page)
   ========================================================================== */
.install {    
    padding: 60px 0 86px;
    background: linear-gradient(to bottom, rgb(168 215 255 / 0.05) 0%, rgb(255 194 36 / 0.09) 100%);
}

.install .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.install .breadcrumb li {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
}

.install .breadcrumb li a {
    font-weight: 500;
    font-family: var(--topas63-default);
}

.install .breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    right: 5px;
    position: absolute;
    line-height: 0;
    top: 50%;
    font-size: 14px;
    color: var(--topas63-gray);
    margin-top: 2px;
}

.install .breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    padding: 0 5px;
    color: var(--topas63-white);
    display: none;
}

.install .breadcrumb li i {
    margin-right: 3px;
    font-weight: 100;
}

.install .breadcrumb li:last-child::after {
    display: none;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 50px 50px 50px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
}

.faq-page__left {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

/* .faq-page__right {
    position: relative;
    display: block;
    margin-bottom: 20px;
} */

.faq-page__right {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-page__right h2 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-page .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: rgba(var(--topas63-bdr-color-rgb), .30);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 30px 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
    text-align: left;
}

.faq-page .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: var(--topas63-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--topas63-white);
}

.faq-page .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-page .faq-one-accrodion .accrodion-title h4::before {
    content: "\e928";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 13px;
    color: var(--topas63-base);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e926";
    color: var(--topas63-white);
}

.faq-page .faq-one-accrodion .accrodion-content {
    border: none;
    padding: 0;
    margin: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 0;
}

.faq-page .faq-one-accrodion .accrodion-content p {
    margin: 0 0 25px;
}

.faq-page .faq-one-accrodion .accrodion-content  p:last-child {
    margin: 0;
}

.faq-page .faq-one-accrodion .accrodion-title::before {
    display: none;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

.team-three__img-1 {
    position: relative;
    display: block;
    z-index: 2;
}

.team-three__img-1 > picture > img{
  width: 100%;
  border: 6px solid var(--topas63-white);
  border-radius: 20px;
}

.team-three__img-1>img {
    width: 100%;
    border: 6px solid var(--topas63-white);
    border-radius: 20px;
}

/* Хлебные крошки */
.breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    font-size: 14px;
}

.breadcrumb li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 10px;
    color: #ced4da;
}


/* Порядок работ (Пошаговый список) */
.course-details__overview-points {
    margin-top: 30px;
}

.course-details__overview-points li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8fafd;
    border-radius: 15px;
    border-left: 5px solid var(--topas63-base);
    transition: transform 0.3s ease;
}

.course-details__overview-points li:hover {
    transform: translateX(10px);
    background: #fff;
    box-shadow: 0 10px 20px rgba(29, 105, 154, 0.05);
}

.course-details__overview-points-icon {
    width: 40px;
    height: 40px;
    background: var(--topas63-base);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.course-details__overview-points-content h5 {
    font-weight: 700;
    color: var(--topas63-black);
    margin-bottom: 8px;
}

.course-details__overview-points-content p {
    font-size: 16px;
    line-height: 1.6;
}

/* Адаптивность */
@media (max-width: 768px) {
    .course-details__overview-points li {
        flex-direction: column;
        gap: 10px;
    }

    .install {
    padding: 10px 0 10px;
  }

  .install .breadcrumb li {
    font-size: 14px;
  }
  
  .faq-page {
    padding: 0px 0px 0px;
  }

  .faq-page .faq-one-accrodion .accrodion-title h4 {
    font-size: 18px;
    padding-right: 12px;
  }

  .faq-page .faq-one-accrodion .accrodion-content p {
    margin: 0px 0 10px;
  }

  .faq-page .faq-one-accrodion .accrodion-content {
    margin: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .course-details__overview-points-icon {
    display: none;
  }
}

.repair {
  padding: 60px 0 86px;
  background: linear-gradient(
    to bottom,
    rgb(168 215 255 / 0.05) 0%,
    rgb(255 194 36 / 0.09) 100%
  );
}

.repair .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.repair .breadcrumb li {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}

.repair .breadcrumb li a {
  font-weight: 500;
  font-family: var(--topas63-default);
}

.repair .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: 5px;
  position: absolute;
  line-height: 0;
  top: 50%;
  font-size: 14px;
  color: var(--topas63-gray);
  margin-top: 2px;
}

.repair .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--topas63-white);
  display: none;
}

.repair .breadcrumb li i {
  margin-right: 3px;
  font-weight: 100;
}

.repair .breadcrumb li:last-child::after {
  display: none;
}

.course-details__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 30px;
    height: 60px;
    /* width: 658px; */
    width: fit-content;
    border: 1px solid var(--topas63-bdr-color);
    padding: 3px 3px 3px;
    padding-right: 0;
    margin: 0px 0 0px;
}
.course-details__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.maintenance-promo .list-unstyled {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .course-details__main-tab-box .tab-buttons {
        height: auto;
        width: auto;
        padding: 15px 15px 15px;
        flex-direction: column;
    }
}

/* Стили для регламента обслуживания */
.maintenance-section {
    background-color: #fcfdfe;
}

.service-card {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(29, 105, 154, 0.1);
}

.service-card__badge {
    background: var(--topas63-yel);
    color: #000;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.badge-blue { background: var(--topas63-base); color: #fff; }
.badge-dark { background: #052143; color: #fff; }

.service-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card__list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
}

.service-card__list li::before {
    content: "•";
    color: var(--topas63-base);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.service-card__alert {
    margin-top: 20px;
    background: #fff9e6;
    border-left: 4px solid var(--topas63-yel);
    padding: 10px 15px;
    font-size: 14px;
}

/* Бокс с процедурой откачки */
.procedure-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #e1e8ed;
}

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

.procedure-list li {
    margin-bottom: 15px;
    font-size: 16px;
}

.info-note {
    background: #e7f3ff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.info-note i {
    font-size: 40px;
    color: #28a745;
    margin-bottom: 15px;
}

.info-note p {
    font-size: 14px;
    color: #052143;
    margin: 0;
}

@media (max-width: 768px) {
    .procedure-box { padding: 25px; }
}

/* Основная сетка галереи */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 колонки */
    gap: 20px; /* Отступы между фото */
    padding-top: 40px;
}

.gallery-item {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3; /* Пропорции 960x720 */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Чтобы фото не искажалось */
    transition: transform 0.5s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item:hover img {
    transform: scale(1.1); /* Легкий зум при наведении */
}

/* Слой при наведении (лупа) */
.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(29, 105, 154, 0.4); /* Ваш фирменный синий */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: white;
    font-size: 2rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Модальное окно (Lightbox) */
.gallery-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none; /* Скрыто по умолчанию */
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Показываем при активации через якорь # */
.gallery-modal:target {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    position: relative;
    max-width: 960px; /* Ширина вашего фото */
    width: 100%;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 3px solid white;
}

/* Кнопка закрытия */
.modal-close {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.btn-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    text-decoration: none;
}

/* Анимация появления */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Адаптивность под мобильные */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 колонки на планшетах */
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr; /* 1 колонка на телефонах */
    }
}


/* Видео */
.video-container {
    background: #052143;
    border-radius: 15px;
    overflow: hidden;
}
.video-wrapper {    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}
.video-caption {
    padding: 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.intro-box p{
    margin-bottom: 10px;
}

/* Логика и Фазы */
.logic-card {
    background: #fff;
    border-radius: 10px;
}
.step {
    background: #f1f7ff;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    color: var(--topas63-base);
}
.step-arrow {
    align-self: center;
    color: #ced4da;
}

.phase-card {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e1e8ed;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.phase-header {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.phase-1 .phase-header { background: #1d699a; } /* Синий */
.phase-2 .phase-header { background: #052143; } /* Темный */

.phase-body {
    padding: 20px;
}
.phase-body ul {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 15px;
}
.phase-body li {
    margin-bottom: 8px;
}

/* Таблица и увеличение (из прошлого ответа) */
.table-preview-wrapper {
    display: block;
    cursor: zoom-in;
    position: relative;
    border: 1px solid #eee;
}
.zoom-hint {
    position: absolute;
    bottom: 10px; right: 10px;
    background: var(--topas63-yel);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

/* КАЛЕНДАРЬ ТЕХОБСЛУЖИВАНИЯ */
.calendar-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
    min-width: 1000px; /* Чтобы таблица не сжималась в кашу */
}

.calendar-table th, 
.calendar-table td {
    border: 1px solid #dee2e6;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
}

.calendar-table thead th {
    background-color: var(--topas63-base); /* Ваш синий */
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.calendar-table .sub-head th {
    background-color: #f1f7ff;
    color: var(--topas63-base);
    text-transform: none;
    font-size: 11px;
}

.calendar-table tbody td:first-child {
    background-color: #f8f9fa;
    font-weight: 700;
    text-align: left;
    padding-left: 15px;
    color: var(--topas63-black);
}

.calendar-table .highlight {
    background-color: #fffdf0; /* Легкий желтый для строк с активностью */
}

.calendar-table td:empty::after {
    content: "-";
    color: #ced4da;
}

.calendar-table b, .calendar-table strong {
    color: var(--topas63-primary);
}

/* Строка параметров (розовая/бежевая в оригинале) */
.calendar-table .params-row td {
    background-color: #f8d7da;
    font-size: 11px;
    line-height: 1.2;
    color: #721c24;
}

/* Заголовок годов */
.calendar-table .years-header td {
    background-color: #d4edda;
    color: #155724;
    font-weight: bold;
    text-align: center !important;
}

/* ПРЕВЬЮ И УВЕЛИЧЕНИЕ */
.table-preview-wrapper {
    display: block;
    position: relative;
    text-decoration: none !important;
    color: inherit;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    cursor: zoom-in;
}

.zoom-hint {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background: rgba(29, 105, 154, 0.8);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
}

/* МОДАЛЬНОЕ ОКНО (Pure CSS Lightbox) */

/* 1. Исправление позиции модального окна */
.table-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.table-modal:target {
    display: flex;
}

/* 2. Контейнер для таблицы в модалке */
.modal-body {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 98%;
    max-width: 1300px;
    max-height: 90vh;
    overflow: auto; /* Позволяет скроллить, если таблица всё же шире экрана */
    position: relative;
    z-index: 1000000;
}

/* 3. "Ужимаем" таблицу именно для модального окна */
.modal-body .calendar-table {
    min-width: 800px; /* Уменьшили минимальную ширину (было 1000) */
    font-size: 11px;  /* Уменьшили шрифт */
}

.modal-body .calendar-table th, 
.modal-body .calendar-table td {
    padding: 5px 2px; /* Минимальные отступы в ячейках */
}

/* Кнопка закрытия */
.btn-close-table {
    display: inline-block;
    padding: 5px 12px;
    background: var(--topas63-primary);
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

/* На мобильных устройствах делаем еще компактнее */
@media (max-width: 768px) {
    .modal-body {
        padding: 10px;
    }
    .modal-body .calendar-table {
        min-width: 650px; /* На телефонах таблица будет скроллиться, но не будет огромной */
        font-size: 9px;
    }
}



/* Карточки неисправностей */
.trouble-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}

.trouble-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.trouble-card__header {
    padding: 15px 20px;
    background: #1d699a;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.trouble-card__header h4 {
    margin: 0;
    font-size: 1.1rem;
    color: inherit;
    font-weight: 700;
}

.trouble-card__header i {
    font-size: 1.2rem;
}

.trouble-card__body {
    padding: 20px;
}

.trouble-card__body h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Списки внутри карт */
.small-list, .tiny-list {
    padding-left: 20px;
    margin: 0;
}
.small-list li, .tiny-list li {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

/* Блоки советов */
.expert-box {
    background: #f1f7ff;
    border-radius: 15px;
    border-left: 5px solid #1d699a;
}

.solution-tip {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px dashed #1d699a;
}

.warning-box {
    background: #fff5f5;
    border-radius: 15px;
    border: 1px solid #ffe3e3;
}

/* Цвета шапок для разных типов проблем */
.bg-warning { background-color: #ffc107 !important; }
.bg-danger { background-color: #dc3545 !important; }
.bg-info { background-color: #17a2b8 !important; }
.bg-secondary { background-color: #6c757d !important; }

.border-warning { border-color: #ffc107 !important; }
.border-danger { border-color: #dc3545 !important; }

/* Сетка для 4-х элементов */
.gallery-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-item {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3; /* Соотношение сторон 960x720 */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Эффект при наведении */
.gallery-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(29, 105, 154, 0.5); /* Фирменный синий */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: white;
    font-size: 1.8rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}


/* Lightbox (Модальное окно) */

.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Используем высоту вьюпорта */
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999; /* Максимальный приоритет */
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.gallery-modal:target {
    display: flex;
    animation: fadeIn 0.3s ease;
}

/* Фикс, чтобы страница не дергалась при открытии */
.gallery-modal:target ~ body {
    overflow: hidden;
}

.modal-content {
    position: relative;
    max-width: 960px;
    max-height: 90vh; /* Чтобы картинка не вылезала за экран по высоте */
    width: auto;
    display: flex;
    justify-content: center;
}

.modal-content img {
    max-width: 100%;
    max-height: 85vh;
    height: auto;
    width: auto;
    border: 4px solid white;
    border-radius: 5px;
    object-fit: contain; /* Картинка не искажается */
}

.modal-close-area {
    position: absolute;
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0;
    cursor: default;
}

.btn-close {
    position: absolute;
    top: -45px; 
    right: 0;
    color: white;
    font-size: 40px;
    text-decoration: none;
    line-height: 1;
}

.text-center p{
    margin-bottom: 10px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Адаптивность */
@media (max-width: 1200px) {
    .gallery-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
    .gallery-grid-4 { grid-template-columns: 1fr; }
}

/* КАРТОЧКИ РЕМОНТА */
.repair-card {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #e1e8ed;
    overflow: hidden;    transition: all 0.3s ease;
}

.repair-card:hover {
    box-shadow: 0 10px 25px rgba(29, 105, 154, 0.1);
}

.repair-card__top {
    padding: 20px;
    background: #f8fafd;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e1e8ed;
}

.repair-card__top i {
    font-size: 1.5rem;
    color: var(--topas63-base);
}

.repair-card__top h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.rank {
    background: var(--topas63-yel);
    color: #000;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 0.8rem;
}

.repair-card__body {
    padding: 20px;
}

.repair-meta {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #6b778b;
    font-weight: 600;
}

.repair-list {
    list-style: none;
    padding: 0;
}

.repair-list li::before {
    content: "→";
    color: var(--topas63-base);
    margin-right: 8px;
}

/* ОСОБЫЙ БЛОК: ПОДТОПЛЕНИЕ */
.flooded-alert {
    background: #052143;
    color: #fff;
    border-radius: 15px;
    border: none;
}

.repair-price-note {
    font-style: italic;
    font-weight: 600;
    color: var(--topas63-base);
}

.alert h4{
    color: var(--topas63-yel);
}

/* ГАЛЕРЕЯ НА 9 ФОТО */
.gallery-grid-9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .gallery-grid-9 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
    .gallery-grid-9 { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {

    .repair {
    padding: 10px 0 10px;
  }

  .repair .breadcrumb li {
    font-size: 14px;
  }
}


.section-title-two {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 58px;
  z-index: 1;
}

.courses-three {
  padding: 60px 0 86px;
  background: #fcfcfc;
}

.courses-three .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.courses-three .breadcrumb li {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}

.courses-three .breadcrumb li a {
  font-weight: 500;
  font-family: var(--topas63-default);
}

.courses-three .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: 5px;
  position: absolute;
  line-height: 0;
  top: 50%;
  font-size: 14px;
  color: var(--color-heading);
  margin-top: 2px;
}

.courses-three .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--white);
  display: none;
}

.courses-three .breadcrumb li i {
  margin-right: 3px;
  font-weight: 100;
}

.courses-three .breadcrumb li:last-child::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .courses-three__single {
    flex-direction: column;
  }

  .courses-three__img {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 90%; */
  }

  .courses-three {
    padding: 10px 0 10px;
  }

  .section-title-two {
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   ОФОРМЛЕНИЕ SIDEBAR (Боковая панель)
   ========================================================================== */

.sidebar {
    position: relative;
    display: block;
}

/* Общий стиль виджета (карточки) */
.sidebar .widget {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e1e8ed;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.sidebar .widget:hover {
    box-shadow: 0 10px 25px rgba(29, 105, 154, 0.08);
}

/* Заголовки виджетов */
.sidebar__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--topas63-black);
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

/* Желтая линия под заголовком */
.sidebar__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--topas63-yel);
    border-radius: 2px;
}

/* --- ПОИСК --- */
.sidebar__search-text {
    font-size: 14px;
    color: var(--topas63-gray);
    margin-bottom: 15px;
    line-height: 1.4;
}

.wp-block-search__inside-wrapper {
    display: flex;
    background: #f8fafd;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 5px;
    transition: all 0.3s ease;
}

.wp-block-search__inside-wrapper:focus-within {
    border-color: var(--topas63-base);
    background: #fff;
}

.wp-block-search__input {
    border: none !important;
    background: transparent !important;
    padding: 10px 15px !important;
    font-size: 15px;
    outline: none !important;
    flex-grow: 1;
}

.wp-block-search__button {
    background: var(--topas63-base) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    transition: 0.3s;
}

.wp-block-search__button:hover {
    background: var(--topas63-black) !important;
}

.search-icon {
    fill: currentColor;
    width: 20px;
    height: 20px;
}

/* --- КАТЕГОРИИ --- */
.sidebar__category-list {
    list-style: none;
    padding: 0;
}

.sidebar__category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e1e8ed;
}

.sidebar__category-list li:last-child {
    border-bottom: none;
}

.sidebar__category-list li a {
    color: var(--topas63-black);
    font-weight: 500;
    transition: 0.3s;
    font-size: 16px;
}

.sidebar__category-list li a:hover {
    color: var(--topas63-base);
    padding-left: 5px;
}

 .sidebar__category-list li.current-cat a{
    color: var(--topas63-base);
    padding-left: 5px;
}

.cat-count {
    background: #f1f7ff;
    color: var(--topas63-base);
    font-size: 12px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
}

/* --- ПОСЛЕДНИЕ ЗАПИСИ --- */
.sidebar_post-list {
    list-style: none;
    padding: 0;
}

.sidebar_post-list li {
    margin-bottom: 20px;
}

.sidebar_post-list li:last-child {
    margin-bottom: 0;
}

.wp-block-latest-posts__post-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--topas63-black);
    line-height: 1.3;
    margin-bottom: 5px;
    transition: 0.3s;
}

.wp-block-latest-posts__post-title:hover {
    color: var(--topas63-base);
}

.wp-block-latest-posts__post-author, 
.wp-block-latest-posts__post-date {
    font-size: 12px;
    color: var(--topas63-gray);
    display: inline-block;
    margin-right: 10px;
}

.sidebar .rpwwt-widget li {    
    border-bottom: 1px solid var(--topas63-bdr-color);
    /* padding-bottom: 19px; */
}

.rpwwt-widget ul li img {
    width: 100%;
    border: 1px solid var(--topas63-base);
    border-radius: 50%;
}

.rpwwt-post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 2px;
}

.sidebar .rpwwt-widget a {
    color: var(--topas63-black);
}

.sidebar .rpwwt-widget a:hover {
    color: var(--topas63-base);
}

.rpwwt-post-categories {    
    font-size: 12px;
    font-weight: 500;
    font-family: var(--topas63-font-two);
    font-style: italic;
}

.sidebar .rpwwt-widget .fas {
    color: #FFC224;
}


/* Общий контейнер списка (обычно это ul) */
.sidebar ul, .widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Стилизация элемента списка li */
.sidebar .rpwwt-widget ul li {
    display: grid;
    /* 75px - ширина вашей картинки, 15px - отступ */
    grid-template-columns: 75px 1fr; 
    grid-template-rows: auto auto;
    align-items: center; /* Центрирование по вертикали */
    gap: 0 15px; 
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f3f5;
}

.sidebar li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* "Магия": заставляем ссылку не ломать сетку */
.sidebar li > a {
    display: contents; 
}

/* Стили картинки */

.sidebar li picture {
    grid-column: 1;
    grid-row: 1 / 3;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sidebar li img {
    grid-column: 1;
    grid-row: 1 / 3; /* Занимает обе строки слева */
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sidebar li:hover img {
    transform: scale(1.05);
}

/* Стили заголовка */
.rpwwt-post-title {
    grid-column: 2;
    grid-row: 1;
    align-self: end; /* Прижимаем к низу верхней ячейки */
    font-size: 15px;
    font-weight: 700;
    color: var(--topas63-black, #052143);
    line-height: 1.3;
    margin-bottom: 4px;
    display: block;
}

.sidebar li a:hover .rpwwt-post-title {
    color: var(--topas63-base, #1d699a);
}

/* Стили блока категорий */
.rpwwt-post-categories {
    grid-column: 2;
    grid-row: 2;
    align-self: start; /* Прижимаем к верху нижней ячейки */
    font-size: 12px;
    color: var(--topas63-gray, #6b778b);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Стили иконки тега */
.icon-tags {
    color: var(--topas63-yel, #ffc224);
    margin-right: 5px;
    font-size: 11px;
}






/* --- КЛЮЧЕВЫЕ СЛОВА (Теги) --- */
.sidebar_tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.sidebar_tag-list li a {
    display: inline-block;
    background: #f1f3f5;
    color: var(--topas63-gray);
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
}

.sidebar_tag-list li a:hover {
    background: var(--topas63-base);
    color: #ffffff;
    transform: scale(1.05);
}


/* Основной контейнер */
.navigation.pagination {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    font-family: sans-serif;
}

/* Стилизация всех ссылок и текущей страницы */
.navigation.pagination .page-numbers {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 0.25em; 
    display: inline-block;
    color: var(--topas63-gray);
    font-weight: 400;
    font-size: 16px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--topas63-bdr-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Стилизация текущей страницы */
.navigation.pagination .page-numbers.current {
    border: 1px solid var(--topas63-base);
    background-color: var(--topas63-base);
    color: var(--topas63-white);
    font-weight: bold;
}

/* Стилизация стрелок (предыдущая/следующая) */
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
    border: 1px solid var(--topas63-bdr-color);
    color: var(--topas63-gray);
}

/* Эффект при наведении */
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.prev:hover,
.navigation.pagination .page-numbers.next:hover {
    border: 1px solid var(--topas63-base);
    background-color: var(--topas63-base);
    color: var(--topas63-white);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
/*  */


.carousel-item {
    position: relative;
	transition: transform 0.6s ease-in-out;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.hero-header {
	padding-top: 10px;
    overflow: hidden;
}

.hero-header-carousel{
	padding-top: 0rem !important;
    padding-bottom: 1rem !important;
	padding-left: 0%;
	padding-right: 0%;
	}

.carousel-control-next::after ,.carousel-control-prev::after {
	position: absolute;
  overflow: hidden;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--topas63-base);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.carousel-control-next:hover::after, .carousel-control-prev:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.carousel-control-next, .carousel-control-prev {    
    overflow: hidden;    
}

.carousel-item img {
  width: 100%;
  height: 100vh; /* Или любая фиксированная высота, например, 500px */
  object-fit: cover; /* Изображение заполнит область, сохраняя пропорции */
}

.supervision {
  padding: 60px 0 86px;
  background: linear-gradient(
    to bottom,
    rgb(168 215 255 / 0.05) 0%,
    rgb(255 194 36 / 0.09) 100%
  );
}

.supervision .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.supervision .breadcrumb li {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}

.supervision .breadcrumb li a {
  font-weight: 500;
  font-family: var(--topas63-default);
}

.supervision .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  right: 5px;
  position: absolute;
  line-height: 0;
  top: 50%;
  font-size: 14px;
  color: var(--topas63-gray);
  margin-top: 2px;
}

.supervision .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: var(--topas63-white);
  display: none;
}

.supervision .breadcrumb li i {
  margin-right: 3px;
  font-weight: 100;
}

.supervision .breadcrumb li:last-child::after {
  display: none;
}

.memo-section {
  background: #FCFCFC;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.memo-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.memo-card:hover {
  transform: translateY(-5px);
}

.memo-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: var(--topas63-base);
}

.memo-card h3 i {
  margin-right: 10px;
}

/* Списки материалов */
.materials-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
  margin: 15px 0;
}

.materials-badge-list li {
  background: #e9ecef;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #495057;
  border: 1px solid #ced4da;
}

/* Акценты внутри текста */
.memo-card em {
  display: block;
  font-style: normal;
  font-size: 0.9rem;
  color: var(--topas63-gray);
  background: #fdfdfe;
  padding: 10px;
  border-left: 3px solid #dee2e6;
  margin-top: 10px;
}

.important-note {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.tech-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 15px;
  background: #f1f3f5;
  padding: 15px;
  border-radius: 8px;
}

.spec-item b {
  color: var(--topas63-base);
  display: block;
}

.contractor-card {
  border-top: 5px solid var(--topas63-base);
  background-color: var(--topas63-bdr-color);
}

.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 5px;
  color: var(--topas63-base);
  font-weight: bold;
}


@media only screen and (max-width: 767px) {

.supervision {
    padding: 10px 0 10px;
  }

  .memo-section {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
  }

  .memo-title {
    font-size: 1.5rem;
  }
}

/* ============================================================== 
    # Testimonials
=================================================================== */
.swiper-container,
.swiper-wrapper {
  /* Высота контейнера должна быть задана, например, 100vh или фиксированной */

  /* Центрирование по вертикали */
  display: flex;
  align-items: center;
}

.swiper-slide {
  height: auto; /* Чтобы слайд был высоты своего контента, а не растягивался */
  display: flex; /* Используем Flexbox для контента внутри слайда */
  align-items: center; /* Центрируем контент слайда по вертикали */
  justify-content: center;
}

.testimonial-style-one-area {
  position: relative;
  display: block;
  /* background: linear-gradient(to bottom, rgb(168 215 255 / 0.3) 0%, rgb(255 194 36 / 0.2) 100%); */
  background: linear-gradient(
    to bottom,
    rgba(255, 189, 20, 0.1) 0%,
    rgba(62, 165, 255, 0.1) 100%
  );
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-style-one-info .sub-title {
  margin-bottom: 30px;
}

.customer-box .thumb img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid var(--topas63-white);
  margin-left: -25px;
}

.customer-box .thumb {
  margin-left: 25px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.customer-box .thumb h4 {
  margin: 0;
  height: 60px;
  width: 60px;
  line-height: 55px;
  background: var(--topas63-yel);
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--topas63-white);
  margin-left: -25px;
  font-weight: 400;
  font-size: 28px;
  color: var(--topas63-black);
}

.customer-box {
  display: flex;
  align-items: center;
}

.customer-box .info {
  font-size: 26px;
  font-family: var(--font-heading);
  color: var(--topas63-black);
  line-height: 1.2;
}

.testimonial-style-one .item .thumb {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  min-width: 35%;
  position: relative;
  bottom: -50px;
  margin-top: -60px;
  margin-right: 70px;
}

.testimonial-style-one .item {
  display: flex;
  background: linear-gradient(
    90deg,
    rgba(255, 182, 70, 0.2) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  padding: 60px;
  border-radius: 10px;
  border: 2px solid var(--topas63-white);
  justify-content: right;
  align-items: center;
}

.testimonial-style-one .tm-review {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px dashed var(--topas63-white);
  padding-bottom: 30px;
}

.testimonial-style-one .tm-review .icon {
  width: 60px;
  margin-right: 30px;
}

.testimonial-style-one .tm-review h4 {
  margin: 0;
}

.testimonial-style-one .item .thumb .provider {
  position: absolute;
  right: -30px;
  bottom: 10px;
  background: var(--topas63-gradient);
  color: var(--topas63-white);
  padding: 20px;
  border-radius: 8px;
}

.testimonial-style-one .item .thumb .provider i {
  font-size: 13px;
}

.testimonial-style-one .item .thumb .provider h5 {
  margin: 0;
  color: var(--topas63-white);
  font-weight: 400;
  font-family: var(--font-default);
  margin-bottom: 5px;
}

.testimonial-style-one p {
  margin: 0;
}

.testimonial-style-one img {
  border: none;
  outline: none;
  max-width: 95%;
}

.testimonial-style-one .tm-review h5 {
  margin: 0;
  font-family: var(--topas63-font);
  font-weight: 400;
  color: var(--topas63-ccc);
  margin-top: 5px;
}

.bg-dark .testimonial-style-one .tm-review h5 {
  color: var(--topas63-white);
}

.testimonial-style-one-items {
  position: relative;
}

.testimonial-style-one-items .testimonial-control {
  height: 60px;
  position: relative;
  margin-top: 30px;
}

.testimonial-style-one-items .testimonial-control .swiper-button-prev {
  height: 50px;
  width: 50px;
  text-align: center;
  border: 2px solid var(--topas63-black);
  border-radius: 8px;
  left: 0;
}

.testimonial-style-one-items .testimonial-control .swiper-button-prev::after {
  color: var(--topas63-black);
  font-size: 24px;
}

.testimonial-style-one-items .testimonial-control .swiper-button-next {
  height: 50px;
  width: 50px;
  text-align: center;
  border: 2px solid var(--topas63-black);
  border-radius: 8px;
  right: 0;
}

.testimonial-style-one-items .testimonial-control .swiper-button-next::after {
  color: var(--topas63-black);
  font-size: 22px;
}

.testimonial-style-one-items .testimonial-control .swiper-pagination {
  display: grid;
  grid-column-gap: 30px;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  padding: 0 70px;
  bottom: 20px;
}

.testimonial-style-one-items
  .testimonial-control
  .swiper-pagination
  span.swiper-pagination-bullet {
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.testimonial-style-one-items
  .testimonial-control
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--topas63-gradient);
}

.sub-title {
  text-transform: uppercase;
  color: var(--topas63-black);
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 2px solid var(--topas63-black);
  padding: 8px 30px;
  border-radius: 30px;
  line-height: 1;
  padding-top: 13px;
  margin-bottom: 30px;
  font-size: 24px;
}

.title {
  font-weight: 600;
  font-size: 55px !important;
  margin-top: -8px;
}

@media only screen and (min-width: 1200px) {
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-one-info {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-style-one .item {
    flex-direction: column-reverse;
  }

  .testimonial-style-one-info {
    text-align: center;
  }

  .customer-box {
    display: grid;
    gap: 30px;
    margin-bottom: 0px;
  }

  .customer-box .thumb {
    justify-content: center;
    margin: 0;
    margin-left: 25px;
  }

  .testimonial-style-one .item .thumb {
    margin-right: 0;
    margin-top: 0;
  }

  .testimonial-style-one .item .thumb .provider {
    right: 0;
  }

  .testimonial-style-one {
    text-align: center;
  }

  .testimonial-style-one .tm-review {
    justify-content: center;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-style-one-area {
    padding: 10px 0 30px;
  }

  .testimonial-style-one-info .sub-title {
    margin-bottom: 0px;
  }

  .testimonial-style-one .tm-review {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .testimonial-style-one .item {
    flex-direction: column-reverse;
    padding: 10px;
    text-align: center;
  }

  .testimonial-style-one img {
    max-width: 50%;
  }

  .testimonial-style-one .item .thumb .provider h5 {
    margin: 0;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .testimonial-style-one p {
    font-size: 12px;
  }

  .testimonial-style-one .tm-review h4 {
    font-size: 16px;
  }

  .testimonial-style-one-info {
    text-align: center;
  }

  .customer-box {
    display: grid;
    gap: 5px;
    margin-bottom: 0px;
  }

  .customer-box .thumb {
    justify-content: center;
    margin: 0;
    margin-left: 25px;
  }

  .testimonial-style-one .item .thumb {
    margin-right: 0;
    margin-top: 0;
    position: sticky;
  }

  .testimonial-style-one .item .thumb .provider {
    right: 10px;
  }

  .testimonial-style-one-items .testimonial-control {
    /* height: 60px; */
    /* position: relative; */
    margin-top: 0px;
  }

  .title {
    font-size: 24px !important;
    margin-top: 0;
    margin-block-end: 5px;
  }

  .sub-title {
    margin-bottom: 5px;
    padding: 4px 10px;
    border-radius: 30px;
    padding-top: 4px;
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/

.why-choose-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background: #fcfcfc;
  z-index: 1;
}

.why-choose-three__shape-1 {
  position: absolute;
  bottom: 120px;
  right: 50px;
  width: 104px;
  height: 104px;
  background: linear-gradient(
    134.15deg,
    rgba(247, 13, 197, 0.099) 15.4%,
    rgba(247, 13, 197, 0) 73.27%
  );
  border-radius: 50%;
}

.why-choose-three__left {
  position: relative;
  display: block;
  margin-right: 35px;
}

.why-choose-three__left .section-title-two {
  margin-bottom: 20px;
}

.why-choose-three__ceo-speech-box {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-three__ceo-speech {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #6439ff 0%, #687eff 100%);
  border-radius: 20px;
  padding: 30px 40px 30px;
  margin-top: 65px;
  margin-left: 25px;
  z-index: 1;
}

.why-choose-three__ceo-speech-border {
  position: absolute;
  top: -17px;
  left: 0;
  right: 78px;
  bottom: -17px;
  border: 1px dashed var(--topas63-bdr-color);
  border-radius: 20px;
  z-index: -1;
}

.why-choose-three__ceo-img-two {
  position: absolute;
  top: -25px;
  right: 85px;
}

.why-choose-three__ceo-img-two img {
  width: auto;
  border-radius: 50%;
  border: 4px solid var(--topas63-white);
}

.why-choose-three__ceo-details {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.why-choose-three__ceo-img {
  position: relative;
  display: block;
  width: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--topas63-white);
}

.why-choose-three__ceo-img img {
  width: 100%;
}

.why-choose-three__ceo-content {
  position: relative;
  display: block;
}

.why-choose-three__ceo-content p {
  font-size: 14px;
  color: var(--topas63-white);
  line-height: 14px;
  text-transform: uppercase;
}

.why-choose-three__ceo-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--topas63-white);
  margin-top: 4px;
}

.why-choose-three__ceo-text {
  font-size: 18px;
  color: var(--topas63-white);
  font-style: italic;
  font-family: var(--topas63-font-two);
  line-height: 24px;
  margin-top: 15px;
}

.why-choose-three__right {
  position: relative;
  display: block;
}

.why-choose-three__feature {
  position: relative;
  display: block;
}

.why-choose-three__feature li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.why-choose-three__feature-single {
  position: relative;
  display: block;
  background-color: var(--topas63-white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  padding: 20px 20px 15px;
}

.why-choose-three__feature-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(
    180deg,
    rgba(94, 94, 239, 0.24) 0%,
    rgba(94, 94, 239, 0) 100%
  );
  border-radius: 50%;
}

.why-choose-three__feature-img img {
  width: 60%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-three__feature li:hover .why-choose-three__feature-img img {
  transform: scale(0.9);
}

.why-choose-three__feature-content {
  position: relative;
  display: block;
}

.why-choose-three__feature-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.why-choose-three__feature-text {
  font-size: 16px;
  line-height: 26px;
}

.why-choose-three__feature--two {
  margin-top: 80px;
}

.why-choose-three__feature li:last-child .why-choose-three__feature-img {
  background: linear-gradient(
    180deg,
    rgba(251, 17, 255, 0.24) 0%,
    rgba(251, 17, 255, 0) 100%
  );
}

.why-choose-three__feature li:first-child .why-choose-three__feature-img {
  background: linear-gradient(180deg, #d5ffd2 0%, rgba(213, 255, 210, 0) 100%);
}

.why-choose-three__feature--two li:first-child .why-choose-three__feature-img {
  background: linear-gradient(
    180deg,
    rgba(233, 184, 73, 0.17) 0%,
    rgba(233, 184, 73, 0) 100%
  );
}

.why-choose-three__feature--two li:last-child .why-choose-three__feature-img {
  background: linear-gradient(180deg, #d5ffd2 0%, rgba(213, 255, 210, 0) 100%);
}

@media only screen and (max-width: 767px) {
  .why-choose-three {
    padding: 10px 0 10px;
  }

  .why-choose-three__feature--two {
    margin-top: 0px;
  }
  
  .why-choose-three__feature li {
    margin-bottom: 10px;
  }

  .why-choose-three__feature-single {
    padding: 10px 10px 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
  }
  
  .why-choose-three__feature-img {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
  }
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
