@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", serif;
}
body.no-scroll {
  overflow: hidden;
}

header {
  top: 0;
  z-index: 2;
  position: sticky;
  background-color: white;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
header .left-wrap .logo {
  height: 50px;
  transition: 0.3s;
}
header .header-middle {
  display: flex;
  padding: 20px 0;
  transition: 0.3s;
  align-items: center;
  justify-content: space-between;
}
header .container-fluid {
  transition: 0.3s;
}
@media screen and (min-width: 1399px) {
  header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1399px) {
  header .left-wrap .logo {
    height: 40px;
  }
}
@media screen and (max-width: 1299px) {
  header .left-wrap .logo {
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  header .left-wrap .logo {
    height: 30px;
  }
}
header.fixed-header {
  border-bottom: 1px solid #eee;
}
header.fixed-header .header-middle {
  padding: 12px 0;
}
header.fixed-header .header-top-wrapper .header-top-wrap {
  padding: 6px 0;
}

.header-top-wrapper {
  background: linear-gradient(121deg, rgba(255, 147, 15, 0.65) 7%, rgba(255, 27, 107, 0.65) 31%, rgba(191, 15, 255, 0.65) 51%, rgba(0, 97, 255, 0.75) 76%);
  border-bottom: 1px solid #ddd;
}
.header-top-wrapper .header-top-wrap {
  display: flex;
  padding: 10px 0;
  transition: 0.3s;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .header-top-wrap .left-side {
  gap: 26px;
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-top-wrap .right-side {
  gap: 6px;
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-top-wrap .right-side .item {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid;
}
.header-top-wrapper .header-top-wrap .social-media-item {
  font-size: 18px;
  display: inline-flex;
}
.header-top-wrapper .header-top-wrap .social-media-item i {
  color: white;
  border-radius: 6px;
  line-height: normal;
  display: inline-flex;
}
.header-top-wrapper .header-top-wrap .item {
  gap: 10px;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
}
.header-top-wrapper .header-top-wrap .item i {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
}
.header-top-wrapper .header-top-wrap .item.whatsapp-item i {
  color: #25d366;
}
@media screen and (max-width: 1999px) {
  .header-top-wrapper .header-top-wrap .left-side {
    gap: 20px;
  }
  .header-top-wrapper .header-top-wrap .right-side .item {
    margin-right: 6px;
  }
  .header-top-wrapper .header-top-wrap .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header-top-wrapper .header-top-wrap .left-side {
    gap: 16px;
  }
  .header-top-wrapper .header-top-wrap .item {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header-top-wrapper .header-top-wrap .item span {
    display: none;
  }
  .header-top-wrapper .header-top-wrap .item i {
    font-size: 20px;
  }
}

.buttons-wrap {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #ddd;
}
.buttons-wrap .want-offer-btn {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  border: 1px solid #eee;
  background-color: #eee;
  align-items: center;
  display: inline-flex;
  letter-spacing: 0.6px;
}
.buttons-wrap .menu-open-button {
  padding: 0;
  z-index: 3;
  width: 22px;
  border: 0;
  height: 16px;
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: transparent;
  justify-content: space-between;
}
.buttons-wrap .menu-open-button span {
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  transition: 0.3s;
  border-radius: 6px;
  position: absolute;
  background-color: black;
}
.buttons-wrap .menu-open-button span:nth-child(1) {
  top: 0;
}
.buttons-wrap .menu-open-button span:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.buttons-wrap .menu-open-button span:nth-child(3) {
  top: 14px;
}
.buttons-wrap .menu-open-button.opened span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.buttons-wrap .menu-open-button.opened span:nth-child(2) {
  width: 0;
}
.buttons-wrap .menu-open-button.opened span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 992px) {
  .buttons-wrap .menu-open-button {
    display: none;
  }
}
@media screen and (max-width: 1449px) {
  .buttons-wrap {
    gap: 10px;
    margin-left: 20px;
    padding-left: 20px;
  }
  .buttons-wrap .btn-std, .buttons-wrap .btn-std-outline {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1099px) {
  .buttons-wrap {
    margin-left: 10px;
    padding-left: 10px;
  }
  .buttons-wrap .btn-std, .buttons-wrap .btn-std-outline {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 991px) {
  .buttons-wrap {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .buttons-wrap .btn-std, .buttons-wrap .btn-std-outline {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 576px) {
  .buttons-wrap {
    gap: 12px;
  }
  .buttons-wrap .btn-std-outline {
    display: none;
  }
  .buttons-wrap .btn-std, .buttons-wrap .btn-std-outline {
    font-size: 10px;
    font-weight: 800;
    padding: 8px 16px;
    letter-spacing: 0.5px;
  }
}

.menu-list {
  gap: 30px;
  padding: 0;
  display: flex;
  transition: 0.3s;
  list-style: none;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: center;
}
.menu-list .menu-item a, .menu-list .menu-item span {
  font-weight: 300;
  transition: 0.3s;
  font-size: 18px;
  color: #343434;
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .menu-list .has-product-menu:hover .mega-product-menu {
    padding: 30px;
    max-height: 500px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  }
}
@media screen and (max-width: 1449px) {
  .menu-list {
    gap: 30px;
  }
  .menu-list .menu-item a, .menu-list .menu-item span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1299px) {
  .menu-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .menu-list {
    gap: 10px;
  }
  .menu-list .menu-item a, .menu-list .menu-item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .menu-list {
    top: 0;
    right: 0;
    gap: 20px;
    z-index: 2;
    width: 90%;
    height: 100vh;
    position: fixed;
    padding: 80px 40px;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(100%);
    justify-content: flex-start;
    transition: transform 0.3s ease;
    background: rgb(233, 133, 135);
    background: linear-gradient(138deg, rgb(233, 133, 135) 10%, rgb(211, 178, 223) 43%, rgb(149, 207, 255) 91%);
  }
  .menu-list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    border-radius: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(17px);
  }
  .menu-list li {
    z-index: 1;
    position: relative;
  }
  .menu-list .menu-item {
    padding: 10px 0;
    font-size: 16px;
  }
  .menu-list.opened {
    transform: translateX(0);
    box-shadow: rgba(0, 0, 0, 0.5) -20px 0px 64px;
  }
}

.has-product-menu {
  position: relative;
}
.has-product-menu.menu-item i {
  font-size: 16px;
  transition: 0.3s;
  display: inline-flex;
  position: relative;
  top: 2px;
}
.has-product-menu .product-menu-wrap {
  left: 50%;
  z-index: 2;
  opacity: 0;
  min-width: 100%;
  padding-top: 10px;
  pointer-events: none;
  position: absolute;
  white-space: nowrap;
  top: calc(100% - 20px);
  background-color: transparent;
  transform: translateX(-50%);
  overflow: hidden;
  transition: 0.3s;
}
.has-product-menu .product-menu-wrap .sub-menu-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: white;
}
.has-product-menu .product-menu-wrap .sub-menu-wrap li:last-child .sub-menu-item {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.has-product-menu .product-menu-wrap .sub-menu-wrap li:nth-child(1) .sub-menu-item {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.has-product-menu .product-menu-wrap .sub-menu-wrap li:not(:last-child) .sub-menu-item {
  border-bottom: 1px solid #eee;
}
.has-product-menu .product-menu-wrap .sub-menu-wrap .sub-menu-item {
  color: black;
  display: block;
  padding: 10px 20px;
  font-size: 16px;
}
.has-product-menu .product-menu-wrap .sub-menu-wrap .sub-menu-item:hover {
  background-color: #eee;
}
@media screen and (min-width: 992px) {
  .has-product-menu:hover > a {
    text-shadow: 0.5px 0 0 currentColor, 0.5px 0 0 currentColor;
  }
  .has-product-menu:hover i {
    rotate: 180deg;
  }
  .has-product-menu:hover .product-menu-wrap {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 991px) {
  .has-product-menu {
    width: 100%;
  }
  .has-product-menu.menu-item i {
    font-size: 16px;
    transition: 0.3s;
    position: absolute;
    display: inline-flex;
    top: 14px;
    padding: 2px;
    right: 0;
    color: white;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    background: rgb(233, 133, 135);
    background: linear-gradient(138deg, rgb(233, 133, 135) 10%, rgb(211, 178, 223) 43%, rgb(149, 207, 255) 91%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .has-product-menu .product-menu-wrap {
    top: -10px;
    left: auto;
    max-height: 0;
    padding-top: 0;
    position: relative;
    pointer-events: auto;
    transform: translate(0, 0);
    background-color: transparent;
  }
  .has-product-menu .product-menu-wrap .sub-menu-wrap {
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(17px);
    background-color: transparent;
  }
  .has-product-menu .product-menu-wrap .sub-menu-wrap li:not(:last-child) .sub-menu-item {
    border-bottom: 1px solid #b7c0ee;
  }
  .has-product-menu .product-menu-wrap .sub-menu-wrap .sub-menu-item {
    font-size: 14px;
    padding: 8px 10px;
  }
  .has-product-menu .product-menu-wrap .sub-menu-wrap .sub-menu-item:hover {
    color: black;
    background-color: transparent;
  }
  .has-product-menu.active.menu-item i {
    rotate: 180deg;
  }
  .has-product-menu.active .product-menu-wrap {
    top: 0;
    opacity: 1;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1882352941) transparent;
    box-sizing: border-box;
    transition: 0.3s;
    margin-top: 10px;
  }
  .has-product-menu.active .product-menu-wrap::-webkit-scrollbar {
    width: 6px;
    background: rgba(255, 255, 255, 0.1882352941);
    border-radius: 10px;
  }
  .has-product-menu.active .product-menu-wrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1882352941);
    border-radius: 10px;
  }
  .has-product-menu.active .product-menu-wrap:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1882352941);
  }
}

.btn-std {
  position: relative;
  background-color: #FFB22A;
  font-size: 12px;
  border-radius: 50px;
  padding: 12px 24px;
  z-index: 1;
  color: white;
  border: none;
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
}
.btn-std .text-transparent {
  opacity: 0;
}
.btn-std .text {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.btn-std .blob {
  position: absolute;
  z-index: -1;
  border-radius: 5em;
  width: 60%;
  height: 80%;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}
.btn-std .blob:nth-child(3) {
  left: 4%;
  top: 30%;
  background: #ff930f;
}
.btn-std .blob:nth-child(4) {
  left: 8%;
  top: 18%;
  z-index: -1;
  background: #bf0fff;
}
.btn-std .blob:nth-child(5) {
  left: 30%;
  top: -3%;
  background: #ff1b6b;
}
.btn-std .blob:nth-child(6) {
  right: -10%;
  top: 40%;
  background: #0061ff;
}
.btn-std:hover {
  color: white;
}
.btn-std:hover .blob {
  transform: scale(1.3);
}
.btn-std:hover .blob:nth-child(3) {
  background: #0061ff;
}
.btn-std:hover .blob:nth-child(4) {
  background: #ff1b6b;
}
.btn-std:hover .blob:nth-child(5) {
  background: #bf0fff;
}
.btn-std:hover .blob:nth-child(6) {
  background: #ff930f;
}

.btn-std:focus-visible, .btn-std-outline:focus-visible {
  outline: none;
}

.btn-std-outline {
  position: relative;
  background-color: #FFB22A;
  font-size: 12px;
  border-radius: 50px;
  padding: 12px 24px;
  z-index: 1;
  color: black;
  display: inline-flex;
  cursor: pointer;
  overflow: hidden;
  border: none;
  font-weight: 600;
}
.btn-std-outline .text-transparent {
  opacity: 0;
}
.btn-std-outline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.btn-std-outline .text {
  left: 50%;
  top: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  gap: 4px;
  background-color: white;
}
.btn-std-outline i {
  display: inline-flex;
  line-height: normal;
}
.btn-std-outline img {
  height: 16px;
}
.btn-std-outline .blob {
  position: absolute;
  z-index: -1;
  border-radius: 5em;
  width: 5em;
  height: 3em;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}
.btn-std-outline .blob:nth-child(3) {
  left: 0em;
  top: 0;
  background: #ff930f;
}
.btn-std-outline .blob:nth-child(4) {
  left: 1.8em;
  top: 0;
  z-index: -1;
  background: #bf0fff;
}
.btn-std-outline .blob:nth-child(5) {
  left: 4em;
  top: -1em;
  background: #ff1b6b;
}
.btn-std-outline .blob:nth-child(6) {
  left: 4.3em;
  top: 1.6em;
  background: #0061ff;
}
.btn-std-outline:hover {
  color: black;
}
.btn-std-outline:hover .blob {
  transform: scale(1.3);
}
.btn-std-outline:hover .blob:nth-child(3) {
  background: #0061ff;
}
.btn-std-outline:hover .blob:nth-child(4) {
  background: #ff1b6b;
}
.btn-std-outline:hover .blob:nth-child(5) {
  background: #bf0fff;
}
.btn-std-outline:hover .blob:nth-child(6) {
  background: #ff930f;
}
.btn-std-outline.btn-sm {
  font-size: 12px;
  padding: 6px 10px;
}
.btn-std-outline.btn-sm .text {
  letter-spacing: 0;
}
.btn-std-outline.btn-whatsapp::before {
  background-color: #25d366;
}
.btn-std-outline.btn-whatsapp .text {
  color: white;
  background-color: #25d366;
}

.slider-carousel {
  margin-bottom: 100px;
}
.slider-carousel .owl-nav {
  gap: 10px;
  right: 50px;
  display: flex;
  bottom: 80px;
  position: absolute;
  align-items: center;
}
.slider-carousel .owl-nav .owl-prev, .slider-carousel .owl-nav .owl-next {
  display: inline-flex;
}
.slider-carousel .owl-nav .owl-prev i, .slider-carousel .owl-nav .owl-next i {
  color: black;
  font-size: 40px;
  line-height: 30px;
  display: inline-flex;
  padding: 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.slider-carousel .owl-dots {
  gap: 20px;
  bottom: 80px;
  display: flex;
  position: absolute;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.slider-carousel .owl-dots .owl-dot span {
  display: block;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  position: relative;
}
.slider-carousel .owl-dots .owl-dot span::after {
  content: "";
  background-color: white;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 50%;
  top: 50%;
  z-index: 4;
  display: block;
  position: absolute;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}
.slider-carousel .owl-dots .owl-dot.active span {
  background: radial-gradient(circle at 0% 100%, #ffdf42, #ffcc2c, #ffb914, #ffa500, #ff8f00, #ff7800, #ff5e00, #ff3d0c);
}
@media screen and (max-width: 991px) {
  .slider-carousel .owl-nav {
    right: 20px;
    bottom: 20px;
  }
  .slider-carousel .owl-nav .owl-prev i, .slider-carousel .owl-nav .owl-next i {
    padding: 4px;
    font-size: 30px;
    line-height: 20px;
  }
  .slider-carousel .owl-dots {
    gap: 10px;
    left: 20px;
    bottom: 15px;
    transform: translateY(-50%);
  }
  .slider-carousel .owl-dots .owl-dot span {
    width: 24px;
    height: 24px;
  }
}

.service-card {
  gap: 20px;
  display: flex;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
  transition: transform 0.3s ease;
}
.service-card .img-wrap {
  width: 40%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.service-card .img-wrap img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.service-card:hover {
  transform: scale(1.05);
}
.service-card:hover .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 255, 255, 0.2);
  z-index: 1;
  opacity: 1;
  animation: hologramEffect 0.8s forwards;
}
.service-card:hover .img-wrap img {
  transform: scale(1.1);
}
.service-card .body-wrap {
  padding: 20px;
  border-radius: 10px;
  width: calc(60% - 20px);
  background-color: #f7f7f8;
}
.service-card .body-wrap .title {
  font-size: 22px;
  font-weight: 600;
}
.service-card .body-wrap p {
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 991px) {
  .service-card {
    flex-direction: column;
  }
  .service-card .img-wrap {
    width: 100%;
    height: inherit;
  }
  .service-card .body-wrap {
    width: 100%;
    height: inherit;
  }
  .service-card .body-wrap p {
    font-size: 14px;
  }
}

.owl-carousel .category-card {
  margin: 0;
}

.categories-carousel .owl-stage-outer {
  padding: 20px 0;
}

.category-card {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 18px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  transition: transform 0.3s ease;
}
.category-card .category-img {
  display: block;
  overflow: hidden;
  background-color: #E9D9EF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  transition: 0.3s;
}
.category-card:hover {
  transform: scale(1.05);
}
.category-card:hover .category-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(160, 159, 159, 0.2);
  z-index: 1;
  opacity: 1;
  animation: hologramEffect 1s forwards;
}
.category-card .category-body {
  padding: 10px 0 0 0;
}
.category-card .category-body .name {
  margin-bottom: 20px;
  font-size: 18px;
}
.category-card .category-body .direct-link {
  display: block;
  text-align: end;
}
@media screen and (max-width: 991px) {
  .category-card {
    padding: 8px;
    border-radius: 16px;
  }
  .category-card .category-img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .category-card .category-body .name {
    font-size: 16px;
    min-height: 50px;
    margin-bottom: 16px;
  }
}

.section-padding {
  padding-bottom: 140px;
}
@media screen and (max-width: 1199px) {
  .section-padding {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .section-padding {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-padding {
    padding-bottom: 60px;
  }
}

.section-bg {
  background: rgb(149, 207, 255);
  background: linear-gradient(135deg, rgba(149, 207, 255, 0.5) 10%, rgba(233, 217, 239, 0.7) 50%, rgba(244, 194, 195, 0.9) 90%);
  padding: 140px 0;
  margin-bottom: 140px;
}
@media screen and (max-width: 1199px) {
  .section-bg {
    padding: 100px 30px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section-bg {
    margin-bottom: 60px;
  }
  .section-bg .about-text-side {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .section-bg {
    padding: 60px 20px;
  }
}

.section-title-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  justify-content: space-between;
}
.section-title-wrap .title-box {
  width: 60%;
}
.section-title-wrap .title-box .title {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-title-wrap .title-box h4.title {
  font-size: 36px;
}
.section-title-wrap .title-box p, .section-title-wrap .title-box span, .section-title-wrap .title-box p.lead {
  color: black;
  font-weight: 200;
  line-height: normal;
  display: none;
}
.section-title-wrap .title-link {
  padding: 0;
  margin-bottom: 0;
}
.section-title-wrap .title-link a {
  gap: 6px;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 16px;
  align-items: center;
}
.section-title-wrap .title-link a i {
  display: inline-flex;
  line-height: normal;
}
.section-title-wrap .form-control {
  max-width: 200px;
}
@media screen and (max-width: 1199px) {
  .section-title-wrap .title-box {
    width: 70%;
  }
  .section-title-wrap .title-box .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .section-title-wrap .title-box {
    width: 70%;
  }
  .section-title-wrap .title-box .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .section-title-wrap {
    gap: 10px;
    flex-direction: column;
  }
  .section-title-wrap .title-box {
    width: 100%;
  }
  .section-title-wrap .title-box .title {
    font-size: 30px;
  }
  .section-title-wrap .title-box p {
    font-size: 14px;
  }
}

.references-section {
  padding: 100px 0;
}

.reference-item {
  padding: 10px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.reference-item img {
  margin: auto;
  height: 80px;
  display: block;
  transition: 0.3s;
  filter: grayscale(1);
}

.std-nav .owl-nav {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.std-nav .owl-nav .owl-prev, .std-nav .owl-nav .owl-next {
  display: inline-flex;
}
.std-nav .owl-nav .owl-prev i, .std-nav .owl-nav .owl-next i {
  color: black;
  font-size: 40px;
  line-height: 30px;
  display: inline-flex;
  padding: 6px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.std-nav .owl-nav .owl-prev:hover i, .std-nav .owl-nav .owl-next:hover i {
  background-color: #ddd;
  color: black;
}
.std-nav.nav-sm .owl-nav {
  gap: 8px;
  margin: 16px 0;
}
.std-nav.nav-sm .owl-prev i, .std-nav.nav-sm .owl-next i {
  font-size: 30px;
  line-height: 20px;
  padding: 4px;
  border-radius: 4px;
}
.std-nav.above-right-nav .owl-nav {
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .std-nav .owl-nav {
    margin: 14px 0;
  }
  .std-nav .owl-nav .owl-prev i, .std-nav .owl-nav .owl-next i {
    font-size: 30px;
    line-height: 20px;
    padding: 6px;
    border-radius: 8px;
  }
  .std-nav .owl-nav .owl-prev:hover i, .std-nav .owl-nav .owl-next:hover i {
    background-color: #ddd;
    color: black;
  }
}

.std-dots .owl-dots {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.std-dots .owl-dots .owl-dot span {
  display: block;
  width: 22px;
  height: 22px;
  transition: 0.3s;
  border-radius: 50px;
  position: relative;
}
.std-dots .owl-dots .owl-dot span::after {
  content: "";
  background-color: #eee;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 50%;
  top: 50%;
  z-index: 4;
  display: block;
  position: absolute;
  border-radius: 50px;
  transform: translate(-50%, -50%);
}
.std-dots .owl-dots .owl-dot.active span {
  background: radial-gradient(circle at 0% 100%, #ffdf42, #ffcc2c, #ffb914, #ffa500, #ff8f00, #ff7800, #ff5e00, #ff3d0c);
}
.std-dots.dots-sm .owl-dots {
  gap: 8px;
}
.std-dots.dots-sm .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
}
.std-dots.dots-sm .owl-dots .owl-dot span::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.std-dots.above-left-dots .owl-dots {
  left: 20px;
  bottom: 20px;
  position: absolute;
}

.about-img-side {
  margin-bottom: 30px;
}
.about-img-side img {
  border-radius: 10px;
}

.blog-card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.blog-card .blog-img {
  display: block;
  transition: 0.3s;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.blog-card .blog-img img {
  transition: 0.3s;
  border-radius: 6px;
  width: 100%;
  height: auto;
  position: relative;
}
.blog-card:hover {
  transform: scale(1.05);
}
.blog-card:hover .blog-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.1);
  z-index: 1;
  opacity: 1;
  animation: hologramEffect 1s forwards;
}
.blog-card .blog-card-text {
  margin-top: 20px;
}
.blog-card .blog-card-text .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-card .blog-card-text .text {
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
}
.blog-card .bottom-side {
  display: flex;
  font-size: 12px;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  color: #696969;
}
.blog-card .bottom-side .date {
  padding: 2px 6px;
  border-radius: 10px;
  background-color: #eee;
}
.blog-card .bottom-side .direct-link {
  padding: 2px 6px;
  font-weight: 500;
  border-radius: 10px;
  background-color: #eee;
}
@media screen and (min-width: 991px) {
  .blog-card.horizontal {
    display: flex;
    height: calc(100% - 12px);
    margin-bottom: 12px;
    align-items: flex-start;
    flex-direction: row;
  }
  .blog-card.horizontal .blog-img {
    width: 50%;
    height: 100%;
  }
  .blog-card.horizontal .blog-card-text {
    width: 50%;
    padding: 0 0 0 10px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .blog-card.horizontal .blog-card-text .name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .blog-card.horizontal .blog-card-text .text {
    font-size: 12px;
    color: #545454;
    -webkit-line-clamp: 3;
  }
  .blog-card.horizontal .bottom-side {
    gap: 2px;
    font-size: 11px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .blog-card.horizontal .blog-card-text .name {
    font-size: 14px;
  }
  .blog-card.horizontal .blog-card-text .text {
    font-size: 12px;
    color: #545454;
    -webkit-line-clamp: 1;
  }
  .blog-card.horizontal .bottom-side .date {
    padding: 2px 0;
    background-color: transparent;
  }
  .blog-card.horizontal .bottom-side .direct-link {
    padding: 2px 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 1199px) {
  .blog-card.horizontal .blog-card-text .name {
    font-size: 14px;
  }
  .blog-card.horizontal .blog-card-text .text {
    font-size: 12px;
    color: #545454;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 425px) {
  .blog-card.horizontal .blog-img {
    height: 155px;
  }
}

.copyright-footer {
  display: flex;
  font-size: 14px;
  margin-top: 40px;
  padding: 20px 0;
  align-items: center;
  color: #000;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .copyright-footer {
    text-align: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}

footer {
  margin-top: 50px;
  padding: 140px 0 0 0;
  padding-top: 300px;
  border-top: 1px solid #ddd;
  background: rgb(149, 207, 255);
  background: linear-gradient(135deg, rgb(149, 207, 255) 10%, rgb(233, 217, 239) 50%, rgb(244, 194, 195) 90%);
  position: relative;
  -webkit-clip-path: path("M0,200 C250,400 750,0 1000,200 C1250,400 1750,0 2000,200 L2000,1300 L0,1300 Z");
          clip-path: path("M0,200 C250,400 750,0 1000,200 C1250,400 1750,0 2000,200 L2000,1300 L0,1300 Z");
  height: 100%;
}
footer .container-fluid {
  transition: 0.3s;
}
@media screen and (min-width: 1399px) {
  footer .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
footer .company-info img {
  height: 50px;
  margin-bottom: 20px;
}
footer .company-info p {
  font-size: 14px;
  color: #343434;
}
footer .footer-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
footer .footer-list {
  list-style: none;
  padding-left: 0;
}
footer .footer-list li {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
footer .footer-list li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #464646;
  background: radial-gradient(circle at 0% 100%, #ffdf42, #ffcc2c, #ffb914, #ffa500, #ff8f00, #ff7800, #ff5e00, #ff3d0c);
}
@media screen and (max-width: 1399px) {
  footer .company-info img {
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  footer .company-info img {
    height: 40px;
  }
  footer .footer-list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  footer .company-info {
    margin-bottom: 40px;
  }
  footer .footer-list {
    margin-bottom: 40px;
  }
  footer .footer-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-title {
    font-size: 18px;
  }
}

.contact-info-list {
  padding: 0;
  list-style: none;
}
.contact-info-list li {
  margin-bottom: 10px;
}
.contact-info-list .item {
  gap: 8px;
  color: #000;
  font-weight: 300;
  align-items: center;
  display: inline-flex;
}
.contact-info-list .item i {
  line-height: normal;
  display: inline-flex;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .contact-info-list .item {
    font-size: 14px;
  }
  .contact-info-list .item i {
    font-size: 14px;
  }
}

.about-text-side {
  margin-bottom: 30px;
}
.about-text-side .title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .about-text-side .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .about-text-side .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .about-text-side .title {
    font-size: 30px;
  }
}

.parallax-section {
  padding: 140px 0;
  position: relative;
  margin-bottom: 140px;
  background-position: center;
  background-attachment: fixed;
}
.parallax-section::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  background: rgb(255, 147, 15);
  background: linear-gradient(121deg, rgba(255, 147, 15, 0.85) 7%, rgba(255, 27, 107, 0.85) 31%, rgba(191, 15, 255, 0.85) 51%, rgba(0, 97, 255, 0.85) 76%);
}
.parallax-section .parallax-content {
  z-index: 1;
  position: relative;
  text-align: center;
  color: white;
}
.parallax-section .parallax-content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1199px) {
  .parallax-section {
    margin-bottom: 100px;
    padding: 100px 0;
  }
  .parallax-section .parallax-content .title {
    font-size: 54px;
  }
}
@media screen and (max-width: 991px) {
  .parallax-section {
    margin-bottom: 80px;
    padding: 80px 0;
  }
  .parallax-section .parallax-content .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .parallax-section {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  .parallax-section .parallax-content .title {
    font-size: 40px;
  }
}

.static-page-bg {
  padding: 90px 0 90px 0;
  position: relative;
  margin-bottom: 40px;
  background-size: cover;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
}
.static-page-bg::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  background: rgb(233, 133, 135);
  background: linear-gradient(90deg, rgba(233, 133, 135, 0.8) 21%, rgba(211, 178, 223, 0.8) 65%, rgba(149, 207, 255, 0.8) 91%);
}
.static-page-bg .title-content {
  z-index: 1;
  position: relative;
  text-align: center;
}
.static-page-bg .title-content .title {
  color: white;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.static-page-bg .title-content .breadcrumb-container {
  margin-bottom: 0;
}
.static-page-bg .title-content .breadcrumb-container .breadcrumbs {
  justify-content: center;
}
.static-page-bg .title-content .breadcrumb-container .breadcrumbs a {
  font-size: 14px;
  color: #fff;
}
.static-page-bg .title-content .breadcrumb-container .breadcrumbs i {
  font-size: 14px;
  color: #fff;
}
.static-page-bg .title-content .breadcrumb-container .breadcrumbs span {
  font-size: 14px;
  color: #fff;
}
.static-page-bg:not(:has(.title)) {
  padding: 60px 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .static-page-bg .title-content .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .static-page-bg {
    padding: 60px 0;
  }
  .static-page-bg .title-content .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .static-page-bg {
    padding: 60px 0;
  }
  .static-page-bg .title-content .title {
    font-size: 30px;
  }
}

.breadcrumb-container {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 0 30px 0;
  padding: 15px 0;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  box-sizing: border-box;
}
.breadcrumb-container::-webkit-scrollbar {
  height: 4px;
  background: #eee;
  border-radius: 10px;
}
.breadcrumb-container::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.breadcrumb-container:hover::-webkit-scrollbar-thumb {
  background: #9b9b9b;
}
.breadcrumb-container .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-container .breadcrumbs a {
  font-size: 14px;
  color: #696969;
}
.breadcrumb-container .breadcrumbs i {
  font-size: 14px;
  color: #696969;
  display: inline-flex;
}
.breadcrumb-container .breadcrumbs span {
  cursor: default;
  font-size: 14px;
  font-weight: 600;
  color: #464646;
}
@media screen and (max-width: 991px) {
  .breadcrumb-container .breadcrumbs a {
    font-size: 12px;
  }
  .breadcrumb-container .breadcrumbs span {
    font-size: 12px;
  }
  .breadcrumb-container .breadcrumbs i {
    font-size: 13px;
  }
}

.categories-wrapper-container {
  top: 120px;
  position: sticky;
  margin-right: 10px;
  padding-right: 30px;
}
.categories-wrapper-container .mobile-open-button {
  display: none;
}
.categories-wrapper-container .categories-wrapper {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background: rgb(233, 133, 135);
  background: linear-gradient(138deg, rgb(233, 133, 135) 10%, rgb(211, 178, 223) 43%, rgb(149, 207, 255) 91%);
}
.categories-wrapper-container .categories-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(17px);
}
.categories-wrapper-container .categories-wrapper ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  list-style: none;
}
.categories-wrapper-container .categories-wrapper ul li:not(:last-child) .category-item {
  border-bottom: 1px solid #ddd;
}
.categories-wrapper-container .categories-wrapper ul li .category-item {
  gap: 4px;
  display: flex;
  padding: 14px 0;
  color: #696969;
  font-weight: 400;
  align-items: center;
  justify-content: space-between;
}
.categories-wrapper-container .categories-wrapper ul li .category-item:hover {
  color: black;
}
.categories-wrapper-container .categories-wrapper ul li .category-item:hover i {
  color: black;
}
.categories-wrapper-container .categories-wrapper ul li .category-item.active {
  font-weight: 600;
  color: black;
}
.categories-wrapper-container .categories-wrapper ul li .category-item.active i {
  color: black;
}
@media screen and (max-width: 1399px) {
  .categories-wrapper-container {
    margin-right: 0;
    padding-right: 0;
  }
  .categories-wrapper-container .categories-wrapper {
    padding: 20px;
  }
  .categories-wrapper-container .categories-wrapper ul li .category-item {
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .categories-wrapper-container {
    position: unset;
    transition: 0.3s;
  }
  .categories-wrapper-container .mobile-open-button {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
  .categories-wrapper-container .mobile-open-button .title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
  }
  .categories-wrapper-container .mobile-open-button i {
    font-size: 18px;
    transition: 0.3s;
    position: relative;
    display: inline-flex;
  }
  .categories-wrapper-container .categories-wrapper {
    opacity: 0;
    max-height: 0;
    padding: 0 30px;
    transition: 0.3s;
    overflow: hidden;
    visibility: hidden;
  }
  .categories-wrapper-container.opened .categories-wrapper {
    opacity: 1;
    padding: 30px;
    max-height: 400px;
    margin-bottom: 20px;
    visibility: visible;
  }
  .categories-wrapper-container.opened .mobile-open-button i {
    transform: rotate(180deg);
  }
}

.product-card {
  display: block;
  position: relative;
  border-radius: 10px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  transition: transform 0.3s ease, box-shadow 0.4s ease-in-out;
}
.product-card .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s;
}
.product-card .img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.3s;
}
.product-card .name {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.product-card:hover {
  transform: scale(1.05);
  border-radius: 10px;
}
.product-card:hover .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(208, 207, 207, 0.2);
  z-index: 1;
  opacity: 1;
  animation: hologramEffect 0.8s forwards;
}
.product-card:hover .img-wrap img {
  transform: scale(1.1);
}

.product-carousel-hash {
  gap: 10px;
  display: flex;
  overflow-y: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  box-sizing: border-box;
}
.product-carousel-hash::-webkit-scrollbar {
  width: 6px;
  background: #eee;
  border-radius: 10px;
}
.product-carousel-hash::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.product-carousel-hash:hover::-webkit-scrollbar-thumb {
  background: #9b9b9b;
}
.product-carousel-hash a {
  width: 15%;
  padding: 10px;
  display: block;
  min-width: 15%;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .product-carousel-hash a {
    width: 30%;
    min-width: 30%;
  }
}

.product-detail-img-wrap {
  margin-bottom: 30px;
}

.product-detail-wrap {
  margin-bottom: 30px;
}
.product-detail-wrap .product-code {
  font-size: 14px;
  font-weight: 600;
  color: #696969;
  margin-bottom: 20px;
  display: block;
}
.product-detail-wrap .product-info {
  color: #000;
  font-size: 16px;
}
.product-detail-wrap .product-info strong, .product-detail-wrap .product-info b {
  font-weight: 600;
}
.product-detail-wrap .product-actions {
  display: flex;
  gap: 10px;
}
.product-detail-wrap .product-actions .btn-std-outline, .product-detail-wrap .product-actions .btn-std {
  width: 150px;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .product-detail-wrap .product-actions .btn-std-outline, .product-detail-wrap .product-actions .btn-std {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .product-detail-wrap .product-actions {
    flex-wrap: wrap;
  }
  .product-detail-wrap .product-actions .btn-std-outline {
    width: calc(50% - 5px);
  }
  .product-detail-wrap .product-actions .btn-std {
    width: 100%;
  }
  .product-detail-wrap .product-info {
    font-size: 14px;
  }
}

.other-products-wrap {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #eee;
}

.contact-form {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background: rgb(233, 133, 135);
  background: linear-gradient(138deg, rgb(233, 133, 135) 10%, rgb(211, 178, 223) 43%, rgb(149, 207, 255) 91%);
}
.contact-form::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(17px);
}
.contact-form .row {
  position: relative;
  z-index: 1;
}
.contact-form .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.form-control {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.form-control::-moz-placeholder {
  color: #696969;
  font-size: 14px;
}
.form-control::placeholder {
  color: #696969;
  font-size: 14px;
}

.contact-side {
  margin-bottom: 30px;
  margin-top: 40px;
}
.contact-side .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.contact-side .contact-info-list li {
  margin-bottom: 16px;
}
.contact-side .contact-info-list .item {
  gap: 10px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .contact-side .contact-info-list .item {
    font-size: 16px;
  }
  .contact-side .contact-info-list .item i {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact-side {
    margin-top: 0;
  }
}

.iframe-wrap {
  margin-bottom: 30px;
}
.iframe-wrap iframe {
  height: 350px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
@media screen and (max-width: 1199px) {
  .iframe-wrap iframe {
    height: 290px;
  }
}

.modal-content {
  background-color: transparent;
  border: 0;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .btn-close {
  top: 27px;
  z-index: 3;
  right: 25px;
  font-size: 20px;
  background: none;
  position: absolute;
  opacity: 1;
}

.service-detail-section .service-img-wrap {
  top: 150px;
  position: sticky;
}
.service-detail-section .service-img-wrap img {
  left: -12px;
  position: relative;
  max-width: calc(100% + 12px);
}
.service-detail-section .service-text-wrap {
  padding: 30px;
}
.service-detail-section .service-text-wrap b {
  font-weight: 700;
  color: #000;
}
.service-detail-section .service-text-wrap strong {
  color: #222222;
  font-weight: 600;
}
.service-detail-section .service-text-wrap ul, .service-detail-section .service-text-wrap ol {
  margin-bottom: 30px;
}
.service-detail-section .service-text-wrap ol li > p strong {
  font-weight: 600;
}
.service-detail-section .service-text-wrap ol ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 1299px) {
  .service-detail-section .service-img-wrap {
    top: 130px;
  }
  .service-detail-section .service-text-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .service-detail-section {
    overflow: hidden;
  }
  .service-detail-section .service-img-wrap img {
    max-width: calc(100% + 24px);
  }
  .service-detail-section .service-text-wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-detail-section .service-text-wrap {
    padding: 30px 14px;
  }
  .service-detail-section .service-text-wrap ul, .service-detail-section .service-text-wrap ol {
    margin-bottom: 24px;
    padding-left: 20px;
  }
}

.blog-detail img {
  border-radius: 10px;
}
.blog-detail .title {
  margin: 20px 0;
  font-size: 32px;
}

.other-blog-wrapper {
  top: 140px;
  position: sticky;
}
.other-blog-wrapper .btn-std-outline {
  margin-top: 10px;
}
.other-blog-wrapper h2 {
  margin-bottom: 20px;
}
.other-blog-wrapper .other-blog-list {
  justify-content: flex-start;
  scrollbar-color: #ddd transparent;
}
@media screen and (max-width: 991px) {
  .other-blog-wrapper {
    margin-top: 4%;
    padding-top: 4%;
    border-top: 2px solid #ddd;
  }
  .other-blog-wrapper .other-blog-list {
    max-height: auto;
  }
  .other-blog-wrapper .row .col-6:nth-child(odd) {
    padding-right: 6px;
  }
  .other-blog-wrapper .row .col-6:nth-child(even) {
    padding-left: 6px;
  }
  .other-blog-wrapper .show-all-wrap {
    margin-top: 0;
  }
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #35bb47;
  border: 1px solid #3da84c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 100;
}
.whatsapp-icon.whatsapp-icon img {
  width: 26px;
  height: 26px;
}

.ticker {
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.ticker .scrolling-text-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(121deg, rgba(255, 147, 15, 0.65) 7%, rgba(255, 27, 107, 0.65) 31%, rgba(191, 15, 255, 0.65) 51%, rgba(0, 97, 255, 0.75) 76%);
  display: flex;
  justify-content: center;
}
.ticker .scrolling-text-container .scrolling-text {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  animation: scrollText 10s linear infinite;
}
.ticker .scrolling-text-container .scrolling-text .slider1 {
  margin: 0;
  font-size: 90px;
  font-weight: 600;
  display: flex;
  color: white;
}
.ticker .scrolling-text-container .scrolling-text .space {
  display: inline-block;
  width: 30px;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ticker-alt {
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.ticker-alt .scrolling-text-container-alt {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
  display: flex;
  justify-content: center;
}
.ticker-alt .scrolling-text-container-alt .scrolling-text-alt {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: black;
  white-space: nowrap;
  animation: scrollTextAlt 10s linear infinite;
}
.ticker-alt .scrolling-text-container-alt .scrolling-text-alt .slider2 {
  margin: 0;
  font-size: 90px;
  font-weight: 600;
  display: flex;
}
.ticker-alt .scrolling-text-container-alt .scrolling-text-alt .slider2 span {
  background: linear-gradient(121deg, rgba(255, 147, 15, 0.65) 7%, rgba(255, 27, 107, 0.65) 31%, rgba(191, 15, 255, 0.65) 51%, rgba(0, 97, 255, 0.75) 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ticker-alt .scrolling-text-container-alt .scrolling-text-alt .space-alt {
  display: inline-block;
  width: 30px;
}

@keyframes scrollTextAlt {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes hologramEffect {
  0% {
    transform: translateX(-100%) scaleX(0.1);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) scaleX(0.1);
    opacity: 0;
  }
}
.gallery-img {
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.gallery-img:hover {
  transform: scale(1.05);
}/*# sourceMappingURL=dev-style.css.map */