/*
@File: Dripli Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default Area Style
** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style
** - Navbar Area Style
** - default Slider Area Style 
** - Our Service Area Style
** - Building Future Area Style
** - Logo Carousel Style
** - Why Chose Us Area Style
** - Our Process Area Style
** - CTA Area Style
** - Portfolio Filter Area Style
** - Testimonials Area Style
** - Request A Quote Area Style
** - Company Fame Area Style
** - News & Blog Grid Style
** - Blog Details Area Style
** - Portfolio Filter Area Style
** - Project Details Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Contact Area Style
** - Log In Area Style
** - Sign Up Area Style
** - Recover Password Area Style
** - Coming Soon Area Style   
** - 404 Error Area Style
** - FAQ Area Style
*******************************************
/*

/*
Default Style
============================*/
/* Fonts: Poppins & Rubik loaded locally. Add Google Fonts via plugin if needed. */
/* @import url("https://fonts.googleapis.com/css?family=Poppins:..."); */
/* @import url("https://fonts.googleapis.com/css?family=Rubik:..."); */
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #454545;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}
button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 700;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

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

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

p {
  font-size: 15px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #6e6e6e;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}
.form-control::-moz-placeholder {
  color: #6e6e6e;
}
.form-control::placeholder {
  color: #6e6e6e;
}
.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--hpp-primary);
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
  height: 250px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

/*
Go Top Style
================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  background-color: var(--hpp-primary);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background-color: #000000;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

/*
Page navigation Area Style
================================*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}
.page-navigation-area .page-link {
  color: var(--hpp-primary);
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
  border-radius: 0;
}
.page-navigation-area .page-link i {
  margin-right: -4px;
}
.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: var(--hpp-primary);
  border: 1px solid var(--hpp-primary);
}
.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}
.page-navigation-area .page-item {
  padding: 0 8px 0;
}
.page-navigation-area .page-item:first-child .page-link {
  border-radius: 0;
}
.page-navigation-area .page-item:last-child .page-link {
  border-radius: 0;
}
.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: var(--hpp-primary);
  border-color: var(--hpp-primary);
}

/*
Video wave Style
================================*/
.video-wrap .video-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .video-play {
  position: absolute;
  top: 16px;
  left: 80px;
  text-transform: uppercase;
  width: 129px;
  line-height: 1;
}
.video-wrap .video-play p {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
}

.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #ffffff;
}
.video-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: var(--hpp-primary);
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.video-btn::before {
  animation: ripple 2s linear infinite;
}
.video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.video-btn:hover {
  background-color: #05125e;
  color: #ffffff;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.6);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*
Default Btn Area Style
================================*/
.default-btn {
  font-size: 16px;
  color: #fff;
  background-color: var(--hpp-primary);
  padding: 18px 30px;
  line-height: 1;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.default-btn i {
  margin-left: 5px;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007677;
  z-index: -1;
  transition: all 0.5s;
  transform: scale(0);
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  transform: scale(1);
}
.default-btn.default-btn-2 {
  background-color: #ffffff;
  color: var(--hpp-primary);
}
.default-btn.default-btn-2:hover {
  color: #ffffff !important;
}

/*
Read More Area Style
================================*/
.read-more {
  line-height: 1;
  color: #000000;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
}
.read-more i {
  position: relative;
  top: 2px;
  padding-left: 5px;
  transition: all 0.5s;
}
.read-more:hover {
  color: var(--hpp-primary);
}
.read-more:hover i {
  padding-left: 10px;
}

/*
Section Title Area Style
================================*/
.section-title {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}
.section-title .top-title,
.section-title .hpp-section-subtitle {
  color: #102a82;
  font-size: 14px;
  display: block;
  margin-top: -7px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.section-title h2 {
  margin-bottom: 20px;
  font-size: 35px;
}
.section-title p {
  margin-bottom: 0;
}
.section-title.section-title-2 .top-title,
.section-title.section-title-2 .hpp-section-subtitle {
  color: #ffffff;
  z-index: 1;
}
.section-title.section-title-2 h2 {
  color: #ffffff;
}
.section-title.section-title-2 p {
  color: #e9e8e8;
}
.section-title.align-style {
  text-align: left;
  margin-left: 0;
}

/*
Preloader Area Style
================================*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader .lds-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid var(--hpp-primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*===== DEFAULT STYLE END ======*/
/*
Header Area Style
================================*/
.top-header-style-1 {
  padding: 10px 0;
  background-color: #ffffff;
}
.top-header-style-1 .contact-info.contact-info-2 {
  text-align: right;
}
.top-header-style-1 .contact-info.contact-info-2 li a.pointer {
  cursor: unset;
}
.top-header-style-1 .contact-info.contact-info-2 li:last-child a {
  padding-right: 0;
}
.top-header-style-1 .contact-info li {
  display: inline-block;
  font-size: 13px;
}
.top-header-style-1 .contact-info li:first-child a {
  padding-left: 0;
}
.top-header-style-1 .contact-info li:last-child a {
  border-right: none;
}
.top-header-style-1 .contact-info li a {
  color: #030749;
  border-right: 1px solid #030749;
  line-height: 1;
  padding-right: 10px;
  padding-left: 10px;
}
.top-header-style-1 .contact-info li a i {
  padding-right: 5px;
}
.top-header-style-1 .contact-info li:hover a {
  color: var(--hpp-primary);
}
.top-header-style-1.top-header-style-2 {
  background-color: transparent;
}
.top-header-style-1.top-header-style-2 .contact-info li a {
  color: #dedede;
}
.top-header-style-1.top-header-style-2 .contact-info li:hover a {
  color: var(--hpp-primary);
}

/*
Dripli Navbar Area Style
================================*/
.hpp-nav-style-1 .main-nav {
  position: unset;
  background-color: #030749;
}
.hpp-nav-style-1 .main-nav .navbar {
  padding: 0;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a {
  font-weight: normal;
  margin-right: 20px;
  margin-left: 20px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  padding: 15px 0;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 6px 15px;
  margin: 0;
  color: #404040;
  font-weight: 500;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--hpp-primary);
  border-radius: 50%;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: all 0.5s;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a:hover {
  color: var(--hpp-primary);
  position: relative;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a:hover::before {
  transform: scale(1);
  transition: all 0.5s;
  width: 5px;
  height: 5px;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a:focus {
  color: var(--hpp-primary);
  position: relative;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a:focus::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--hpp-primary);
  border-radius: 50%;
  right: 0;
  margin: auto;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a.active {
  color: var(--hpp-primary);
  position: relative;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item a.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--hpp-primary);
  border-radius: 50%;
  right: 0;
  margin: auto;
  transform: scale(1);
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--hpp-primary);
  position: relative;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--hpp-primary);
  position: relative;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  display: none;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #404040;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: var(--hpp-primary);
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--hpp-primary) !important;
}
.hpp-nav-style-1 .main-nav nav .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.hpp-nav-style-1 .others-option .language-list {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 6px;
  margin-right: 10px;
}
.hpp-nav-style-1 .others-option .language-list .nice-select {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
}
.hpp-nav-style-1 .others-option .language-list .nice-select .list {
  background-color: #030749;
  border-radius: 0;
}
.hpp-nav-style-1 .others-option .language-list .nice-select .option:hover {
  background-color: var(--hpp-primary);
}
.hpp-nav-style-1 .others-option .language-list .nice-select .option {
  font-size: 14px;
}
.hpp-nav-style-1 .others-option .language-list .nice-select .option.focus {
  background-color: var(--hpp-primary);
}
.hpp-nav-style-1 .others-option .language-list .nice-select .option.selected.focus {
  background-color: var(--hpp-primary);
}
.hpp-nav-style-1 .others-option .language-list .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 8px;
  margin-top: -7px;
  width: 8px;
  right: 16px;
}
.hpp-nav-style-1 .others-option .cart-icon {
  display: inline-block;
  position: relative;
  top: -8px;
  color: #ffffff;
  font-size: 17px;
  transition: all 0.5s;
}
.hpp-nav-style-1 .others-option .cart-icon:hover {
  color: var(--hpp-primary);
}
.hpp-nav-style-1 .others-option .cart-icon:hover span {
  background-color: #ffffff;
}
.hpp-nav-style-1 .others-option .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: var(--hpp-primary);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.5s;
}
.hpp-nav-style-1 .search-overlay {
  display: none;
}
.hpp-nav-style-1 .close-btn {
  cursor: pointer;
  display: none;
  transition: 0.5s;
  color: #ffffff;
  font-size: 18px;
}
.hpp-nav-style-1 .close-btn:hover {
  color: var(--hpp-primary);
}
.hpp-nav-style-1 .close-btn.active {
  display: block;
}
.hpp-nav-style-1 .option-item {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  width: 15px;
}
.hpp-nav-style-1 .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}
.hpp-nav-style-1 .search-overlay.search-popup .search-form {
  position: relative;
}
.hpp-nav-style-1 .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  outline: 0;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}
.hpp-nav-style-1 .search-overlay.search-popup .search-form .search-input:focus {
  border-color: var(--hpp-primary);
}
.hpp-nav-style-1 .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: var(--hpp-primary);
  border: none;
  width: 50px;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}
.hpp-nav-style-1 .search-overlay.search-popup .search-form .search-button:focus {
  color: var(--hpp-primary);
}
.hpp-nav-style-1 .search-btn {
  transition: all 0.5s;
  font-size: 18px;
}
.hpp-nav-style-1 .search-btn:hover {
  color: var(--hpp-primary);
}
.hpp-nav-style-1.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  max-width: 100%;
  margin-top: 0;
}
.hpp-nav-style-1.hpp-nav-style-2 {
  max-width: 100%;
  margin: auto;
  background-color: #030749;
  position: relative;
}
.hpp-nav-style-1.hpp-nav-style-2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #030749;
}
.hpp-nav-style-1.hpp-nav-style-2.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  animation: 1.5s ease-in-out 0s normal none 1 running heartBeat;
  transition: all 1s;
  max-width: 100%;
  margin-top: 0;
  margin: auto;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: -2px;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  font-size: 20px;
}

/*
Dripli Slider Area Style
================================*/
.hpp-slider-area .owl-dots {
  margin: 0 !important;
  position: absolute;
  top: 58%;
  right: 50px;
  display: grid;
}
.hpp-slider-area .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background: transparent !important;
  border: 1px solid var(--hpp-primary);
  border-radius: 50% !important;
}
.hpp-slider-area .owl-dots .owl-dot:hover span {
  border-color: #ffffff;
}
.hpp-slider-area .owl-dots .owl-dot:hover span::before {
  background-color: #ffffff;
}
.hpp-slider-area .owl-dots .owl-dot.active span {
  border-color: var(--hpp-primary);
  position: relative;
}
.hpp-slider-area .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--hpp-primary);
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}
.hpp-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.hpp-slider-area .owl-theme .owl-nav .owl-prev {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 30px;
}
.hpp-slider-area .owl-theme .owl-nav .owl-prev i {
  font-size: 30px;
  color: #ffffff;
  transition: all 0.5s;
}
.hpp-slider-area .owl-theme .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 30px;
}
.hpp-slider-area .owl-theme .owl-nav .owl-next i {
  font-size: 30px;
  color: #ffffff;
  transition: all 0.5s;
}
.hpp-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}
.hpp-slider-area:hover .owl-theme .owl-nav .owl-prev i {
  color: var(--hpp-primary);
}
.hpp-slider-area:hover .owl-theme .owl-nav .owl-next i {
  color: var(--hpp-primary);
}

.hpp-slider-item {
  position: relative;
  width: 100%;
  height: var(--hpp-slider-height, 100vh);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hpp-slider-item .hpp-slider-text {
  text-align: center;
  max-width: 950px;
  margin: 60px auto 0;
}
.hpp-slider-item .hpp-slider-text span {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hpp-slider-item .hpp-slider-text h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 65px;
}
.hpp-slider-item .hpp-slider-text p {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 16px;
}
.hpp-slider-item .hpp-slider-text .sl-btn {
  margin-left: 30px;
  background-color: #ffffff;
  color: var(--hpp-primary);
}
.hpp-slider-item .hpp-slider-text.hpp-slider-text-2 {
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  max-width: 900px;
}
.hpp-slider-item .video-wrap {
  position: relative;
}
.hpp-slider-item .video-wrap .video-btn-wrap {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}



/*
Hero + Cards Area Style
================================*/
.hpp-hero-cards {
  position: relative;
}
.hpp-hero-cards-hero {
  background-image: url(../img/theme/default-thumbnail.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 200px;
}
.hpp-hero-cards-text {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.hpp-hero-cards-text-center {
  text-align: center;
  margin: 0 auto;
}
.hpp-hero-cards-text-left {
  text-align: left;
  margin: 0 auto 0 0;
}
.hpp-hero-cards-text-right {
  text-align: right;
  margin: 0 0 0 auto;
}
.hpp-hero-cards-label {
  color: var(--hpp-primary);
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.hpp-hero-cards-text h2 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hpp-hero-cards-text p {
  color: #e9e8e8;
  margin-bottom: 25px;
  font-size: 16px;
}
.hpp-hero-cards-grid {
  display: flex;
  gap: 30px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.hpp-hero-cards-item {
  flex: 1;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  text-align: center;
  padding: 30px 20px 25px;
}
.hpp-hero-cards-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.hpp-hero-cards-icon {
  font-size: 22px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--hpp-primary);
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.hpp-hero-cards-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 0.5s;
}
.hpp-hero-cards-item:hover .hpp-hero-cards-icon {
  color: var(--hpp-primary);
  animation: heartBeat 1000ms infinite linear;
}
.hpp-hero-cards-item:hover .hpp-hero-cards-icon::after {
  transform: scale(1);
}
.hpp-hero-cards-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.hpp-hero-cards-item p {
  color: #666;
  margin-bottom: 15px;
  transition: all 0.5s;
}
.hpp-hero-cards-item .read-more {
  transition: all 0.5s;
}

/*
Media + Text Area Style
================================*/
.hpp-media-text .hpp-section-btn {
  margin-top: 10px;
}
.hpp-media-text .default-btn.hpp-section-btn:hover {
  color: #ffffff !important;
}

.hpp-media-carousel {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hpp-media-carousel .owl-theme .owl-nav {
  margin-top: 0px;
}
.hpp-media-carousel .owl-theme .owl-nav .owl-prev {
  margin: 0;
  left: -30px;
  position: absolute;
  top: 48%;
  opacity: 0;
  transition: all 0.5s;
}
.hpp-media-carousel .owl-theme .owl-nav .owl-prev i {
  color: var(--hpp-primary);
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-right: 1px;
  transition: all 0.5s;
}
.hpp-media-carousel .owl-theme .owl-nav .owl-prev i:hover {
  background-color: var(--hpp-primary);
  color: #ffffff;
}
.hpp-media-carousel .owl-theme .owl-nav .owl-next {
  margin: 0;
  right: -30px;
  position: absolute;
  top: 48%;
  transition: all 0.5s;
}
.hpp-media-carousel .owl-theme .owl-nav .owl-next i {
  color: var(--hpp-primary);
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 2px;
  transition: all 0.5s;
}
.hpp-media-carousel .owl-theme .owl-nav .owl-next i:hover {
  background-color: var(--hpp-primary);
  color: #ffffff;
}
.hpp-media-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.hpp-media-carousel:hover .owl-theme .owl-nav .owl-prev {
  opacity: 1;
  left: 0;
}
.hpp-media-carousel:hover .owl-theme .owl-nav .owl-next {
  opacity: 1;
  right: 0;
}

.hpp-media-content .hpp-section-subtitle {
  color: #102a82;
  font-size: 14px;
  display: block;
  margin-top: -7px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hpp-media-content h2 {
  margin-bottom: 20px;
  font-size: 35px;
}

.hpp-feature-list {
  margin-top: 20px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.hpp-feature-list li {
  font-size: 16px;
  color: #484747;
  font-weight: 600;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.hpp-feature-list li p {
  font-weight: normal;
  font-size: 15px;
  padding-top: 5px;
}
.hpp-feature-list li:last-child {
  margin-bottom: 0;
}
.hpp-feature-list li i {
  color: var(--hpp-primary);
  position: absolute;
  left: 0;
  top: -1px;
  transition: all 0.5s;
}
.hpp-feature-list li:hover {
  color: var(--hpp-primary);
}
.hpp-feature-list li:hover p {
  color: #454545;
}
.hpp-feature-list li:hover i {
  color: var(--hpp-primary);
}

.hpp-media-carousel-item {
  position: relative;
  z-index: 1;
}
.hpp-media-carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hpp-quality-overlay, #05125e);
  opacity: var(--hpp-quality-overlay-opacity, 0.5);
}

/* Gray background variant */
.hpp-media-text.bg-gray {
  background-color: #f4f5fa;
}

/* Adjacent same-background blocks: collapse top padding. Colored blocks keep top padding for visual balance. */
.hpp-media-text + .hpp-media-text {
  padding-top: 0;
}
.hpp-media-text + .hpp-media-text.bg-gray {
  padding-top: 100px;
}

/* Counter grid (Media + Text & Stats) */
.hpp-counter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hpp-counter-item {
  position: relative;
}
.hpp-counter-number {
  font-size: 40px;
  font-weight: 700;
  color: var(--hpp-primary);
  line-height: 1.1;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hpp-counter-label {
  font-size: 15px;
  color: #484747;
  margin-top: 5px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .hpp-media-content {
    padding-left: 0;
  }
  .hpp-media-content h2 {
    font-size: 22px;
  }
  .hpp-media-carousel {
    margin-bottom: 30px;
  }
  .hpp-feature-list li {
    font-weight: 500;
    font-size: 14px;
  }
  .hpp-counter-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hpp-counter-number {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpp-media-content {
    padding-left: 0;
  }
  .hpp-media-content h2 {
    font-size: 22px;
  }
  .hpp-media-carousel {
    margin-bottom: 30px;
  }
  .hpp-counter-number {
    font-size: 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpp-media-content h2 {
    font-size: 29px;
  }
  .hpp-counter-number {
    font-size: 34px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 1400px) {
  .hpp-media-content {
    padding-left: 0;
  }
}

/*
OurServicer Area Style
================================*/
.hpp-service-grid {
  background-image: url(../img/theme/default-thumbnail.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hpp-service-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hpp-service-overlay, var(--hpp-primary));
  opacity: 0.8;
  z-index: -1;
}
.hpp-service-grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  z-index: -1;
}
.hpp-service-grid .default-btn {
  margin: 30px auto 0;
  display: table;
}
.hpp-service-grid.bg-gray {
  background-color: #f4f5fa;
}
.hpp-service-grid.style-1.bg-gray::after {
  background-color: #f4f5fa;
}

.hpp-service-item {
  background-color: #ffffff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.08);
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.hpp-service-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/shape/1.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  transition: all 0.5s;
}
.hpp-service-item::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #dfdfdf;
  font-size: 20px;
  z-index: -1;
  transform: rotate(225deg);
}
.hpp-service-item:hover {
  transform: translateY(-5px);
}
.hpp-service-item:hover::before {
  transform: rotate(180deg);
  opacity: 0.4;
}
.hpp-service-item h3 {
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
}
.hpp-service-item h3 i {
  font-size: 25px;
  color: var(--hpp-primary);
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #dddddd;
  text-align: center;
  border-radius: 50%;
}
.hpp-service-item p {
  margin-bottom: 20px;
}

/*
Media + Text & Card Area Style
================================*/
section.hpp-media-text-card {
  margin-bottom: -4px;
}
section.hpp-media-text-card.future {
  margin: 0;
}
.hpp-media-text-card.bg-gray {
  background-color: #f4f5fa !important;
}

.hpp-media-text-card-media {
  position: relative;
  z-index: 1;
  position: relative;
}
.hpp-media-text-card-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hpp-quality-overlay, #05125e);
  opacity: var(--hpp-quality-overlay-opacity, 0.5);
}
.hpp-media-text-card-media .hpp-media-text-card-overlay {
  max-width: 400px;
  background-color: #05125e;
  padding: 30px;
  position: absolute;
  bottom: 20px;
  left: -80px;
  z-index: 1;
}
.hpp-media-text-card-media .hpp-media-text-card-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--hpp-primary);
  width: 3px;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
}
.hpp-media-text-card-media .hpp-media-text-card-overlay:hover::before {
  width: 100%;
}
.hpp-media-text-card-media .hpp-media-text-card-overlay p {
  color: #ffffff;
}
.hpp-media-text-card-media .hpp-media-text-card-overlay .read-more {
  color: #ffffff;
}

/*
Partner Area Style
================================*/
.hpp-logo-carousel h2 {
  margin-bottom: 0;
}

/* Override Owl Carousel width:100% on img inside this carousel */
.hpp-logo-carousel-wrap .owl-item img {
  width: auto;
}

.hpp-logo-carousel-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hpp-logo-carousel-item > a > img,
.hpp-logo-carousel-item > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hpp-logo-carousel-item .hpp-logo-carousel-item-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.hpp-logo-carousel-item .hpp-logo-carousel-item-color img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hpp-logo-carousel-item:hover .hpp-logo-carousel-item-color {
  transform: scale(1);
}

/*
Why Chose Us Area Style
================================*/
.hpp-icon-cards-grid {
  background-color: var(--hpp-primary);
  position: relative;
  z-index: 1;
}
.hpp-icon-cards-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.hpp-icon-cards-grid .default-btn {
  margin: 30px auto 0;
}
.hpp-icon-cards-grid .pr-0 {
  padding-right: 0 !important;
}

.hpp-icon-cards-body {
  max-width: 748px;
  margin-left: auto;
}

.hpp-icon-card {
  position: relative;
  padding-left: 75px;
  margin-bottom: 30px;
}
.hpp-icon-card i {
  color: var(--hpp-primary);
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
.hpp-icon-card:hover i {
  animation: heartBeat 1000ms infinite linear;
}
.hpp-icon-card h3 {
  color: #e9e8e8;
}
.hpp-icon-card p {
  color: #e9e8e8;
}

.hpp-icon-cards-media {
  background-image: url(../img/theme/default-thumbnail.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hpp-icon-cards-media img {
  display: none;
}
.hpp-icon-cards-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hpp-quality-overlay, #05125e);
  opacity: var(--hpp-quality-overlay-opacity, 0.5);
  z-index: -1;
}
.hpp-icon-cards-media .video-wrap .video-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

/*
Process Area Style
================================*/
.hpp-process-card {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.hpp-process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  transition: all 0.5s;
  background-color: var(--hpp-primary);
}
.hpp-process-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  background-color: #05125e;
}
.hpp-process-card .hpp-process-icon {
  font-size: 25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--hpp-primary);
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.hpp-process-card .hpp-process-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 0.5s;
}
.hpp-process-card h3 {
  margin-bottom: 13px;
  transition: all 0.5s;
}
.hpp-process-card p {
  transition: all 0.5s;
}
.hpp-process-card .read-more {
  transition: all 0.5s;
}
.hpp-process-card.bg-1 {
  background-image: url(../img/theme/default-thumbnail.jpg);
}
.hpp-process-card h3 {
  color: #ffffff;
}
.hpp-process-card p {
  color: #ffffff;
}
.hpp-process-card .read-more {
  color: #ffffff;
}
.hpp-process-card:hover {
  border-radius: 0;
}
.hpp-process-card:hover::before {
  opacity: 0;
  border-radius: 0;
}
.hpp-process-card:hover::after {
  opacity: 0.9;
  border-radius: 0;
}
.hpp-process-card:hover .process-icon {
  color: var(--hpp-primary);
  animation: heartBeat 1000ms infinite linear;
}
.hpp-process-card:hover .process-icon::after {
  transform: scale(1);
}
.hpp-process-card:hover h3 {
  color: #ffffff;
}
.hpp-process-card:hover p {
  color: #ffffff;
}
.hpp-process-card:hover .read-more {
  color: #ffffff;
}
.hpp-process-card .hpp-process-icon {
  background-color: #ffffff;
  color: var(--hpp-primary);
}

.process-content p {
  margin-top: 25px;
}
.hpp-process.bg-gray {
  background-color: #f4f5fa;
}

/*
Process Numbered Steps (Style-2)
================================*/
.hpp-process .col-lg-4,
.hpp-process .col-md-6 {
  display: flex;
}
.hpp-process .hpp-process-card {
  flex: 1;
}
.hpp-process.style-2 .hpp-process-card {
  position: relative;
  text-align: center;
  padding: 40px 24px 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  overflow: visible;
}
.hpp-process.style-2 .hpp-process-card::before {
  display: none;
}
.hpp-process.style-2 .hpp-process-card::after {
  display: none;
}
.hpp-process.style-2 .hpp-process-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--hpp-primary);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin-bottom: 16px;
  transition: all 0.4s;
}
.hpp-process.style-2 .hpp-process-icon {
  font-size: 40px;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  background: transparent !important;
  color: var(--hpp-primary);
  border-radius: 0;
  margin-bottom: 12px;
}
.hpp-process.style-2 .hpp-process-icon::after {
  display: none;
}
.hpp-process.style-2 .hpp-process-card h3 {
  color: #1FB097;
  font-size: 18px;
  margin-bottom: 8px;
}
.hpp-process.style-2 .hpp-process-card p {
  color: #000000;
  font-size: 14px;
}
.hpp-process.style-2 .hpp-process-card .read-more {
  display: none;
}
.hpp-process.style-2 .hpp-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border-color: var(--hpp-primary);
}
/* Arrow connectors — desktop: arrow in the gap between columns */
@media only screen and (min-width: 992px) {
  .hpp-process.style-2 .col-lg-4:not(:nth-child(3n)) {
    position: relative;
  }
  .hpp-process.style-2 .col-lg-4:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 2px;
    background: var(--hpp-primary);
    z-index: 2;
    opacity: 0.3;
    transform: translateY(-50%);
  }
  .hpp-process.style-2 .col-lg-4:not(:nth-child(3n))::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 22px);
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--hpp-primary);
    border-right: 2px solid var(--hpp-primary);
    transform: translateY(-50%) rotate(45deg);
    z-index: 3;
    opacity: 0.5;
    background: transparent;
  }
}

/*
Contract With Us Area Style
================================*/
.hpp-cta {
  background-color: #05125e;
  position: relative;
  overflow: hidden;
}
.hpp-cta .container {
  position: relative;
  z-index: 1;
}
.hpp-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/shape/4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  animation: heartBeat 9s infinite linear;
}
.hpp-cta .section-title.section-title-2 .top-title {
  color: var(--hpp-primary);
}

.hpp-cta-email {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hpp-cta-email i {
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  transition: all 0.5s;
}
.hpp-cta-email .hpp-cta-email-content {
  min-width: 0;
}
.hpp-cta-email .hpp-cta-email-content h3 {
  color: #ffffff;
  margin-bottom: 8px;
}
.hpp-cta-email .hpp-cta-email-content a {
  color: #ffffff;
  line-height: 1.4;
  word-break: break-all;
}
.hpp-cta-email .hpp-cta-email-content a:hover {
  color: var(--hpp-primary);
}
.hpp-cta-email:hover i {
  color: var(--hpp-primary);
  animation: heartBeat 1000ms infinite linear;
}

.hpp-cta-btn {
  display: flex;
  align-items: center;
  height: 100%;
}

/* CTA Style 2 — left text + right form */
.hpp-cta-form {
  background: rgba(255,255,255,0.08);
  padding: 30px;
  border-radius: 4px;
}
.hpp-cta-form-placeholder {
  color: rgba(255,255,255,0.4);
  text-align: center;
  padding: 40px 20px;
  border: 2px dashed rgba(255,255,255,0.2);
  border-radius: 4px;
  font-size: 14px;
}
.hpp-cta h2 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 20px;
}
.hpp-cta .top-title {
  color: var(--hpp-primary);
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hpp-cta p {
  color: #e9e8e8;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .hpp-cta-form {
    margin-top: 30px;
  }
}

/*
Our Works And Portfolio Area Style
================================*/
.our-portfolio-area .img-fill {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.our-portfolio-area .img-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05125e;
  opacity: 0.5;
}
.our-portfolio-area .portfolio-img {
  position: relative;
}
.our-portfolio-area .portfolio-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05125e;
  opacity: 0.5;
}
.our-portfolio-area .portfolio-slides {
  position: relative;
}
.our-portfolio-area .portfolio-slides .prev-arrow.slick-arrow {
  position: absolute;
  bottom: 135px;
  right: 70px;
  cursor: pointer;
  background-color: var(--hpp-primary);
  color: #ffffff;
  transition: all 0.5s;
}
.our-portfolio-area .portfolio-slides .prev-arrow.slick-arrow:hover {
  background-color: #ffffff;
  color: var(--hpp-primary);
}
.our-portfolio-area .portfolio-slides .next-arrow.slick-arrow {
  position: absolute;
  bottom: 135px;
  right: 24px;
  cursor: pointer;
  background-color: var(--hpp-primary);
  color: #ffffff;
  transition: all 0.5s;
}
.our-portfolio-area .portfolio-slides .next-arrow.slick-arrow:hover {
  background-color: #ffffff;
  color: var(--hpp-primary);
}

/*
Testimonials Area Style
================================*/
.hpp-testimonial-slider .section-title h2 {
  margin-bottom: 0;
}
.hpp-testimonial-slider .owl-carousel .owl-item img {
  width: unset;
  margin: 0 auto 20px;
}
.hpp-testimonial-slider .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.hpp-testimonial-slider .owl-theme .owl-nav .owl-prev i {
  color: var(--hpp-primary);
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-right: 1px;
  transition: all 0.5s;
}
.hpp-testimonial-slider .owl-theme .owl-nav .owl-prev i:hover {
  background-color: var(--hpp-primary);
  color: #ffffff;
}
.hpp-testimonial-slider .owl-theme .owl-nav .owl-next i {
  color: var(--hpp-primary);
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 2px;
  transition: all 0.5s;
}
.hpp-testimonial-slider .owl-theme .owl-nav .owl-next i:hover {
  background-color: var(--hpp-primary);
  color: #ffffff;
}
.hpp-testimonial-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.hpp-testimonial-item {
  text-align: center;
}
.hpp-testimonial-item i {
  color: var(--hpp-primary);
  font-size: 30px;
  transform: rotate(180deg);
  display: inline-block;
  line-height: 1;
}
.hpp-testimonial-item p {
  margin-bottom: 20px;
  margin-top: 20px;
}
.hpp-testimonial-item img {
  margin-bottom: 20px;
  border-radius: 50%;
}
.hpp-testimonial-item h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.hpp-testimonial-item span {
  display: block;
  margin-bottom: -7px;
}

.hpp-testimonial-media {
  position: relative;
}
.hpp-testimonial-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hpp-quality-overlay, #05125e);
  opacity: var(--hpp-quality-overlay-opacity, 0.5);
}
.hpp-testimonial-media span {
  position: absolute;
  right: 40px;
  bottom: -18px;
  color: #fff;
  z-index: 999;
  font-size: 30px;
}

/*
Company Fame Area Style
================================*/
.company-fame-area .company-text {
  margin-bottom: 60px;
  margin-top: 10px;
}
.company-fame-area .company-text .read-more {
  display: inline-block;
  padding-left: 5px;
}

.single-company {
  position: relative;
  z-index: 1;
}
.single-company::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #05125e;
  z-index: 1;
  opacity: 0.5;
}
.single-company .company-content {
  padding: 33px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  width: 100%;
  height: 200px;
  text-align: center;
}
.single-company .company-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 200px;
  background-color: var(--hpp-primary);
  z-index: -1;
  transition: all 0.5s;
}
.single-company .company-content h3 {
  line-height: 1;
  margin-bottom: 11px;
  opacity: 0;
  transition: all 0.5s;
  color: #ffffff;
}
.single-company .company-content p {
  margin-bottom: 11px;
  opacity: 0;
  transition: all 0.5s;
  color: #ffffff;
}
.single-company .company-content a {
  opacity: 0;
  transition: all 0.5s;
  color: #ffffff;
}
.single-company:hover .company-content h3 {
  opacity: 1;
}
.single-company:hover .company-content p {
  opacity: 1;
}
.single-company:hover .company-content a {
  opacity: 1;
}
.single-company:hover .company-content::before {
  width: 100%;
}

/*
Blog Grid Style
================================*/
.hpp-blog-grid.bg-gray,
.hpp-blog-grid-2.bg-gray {
  background-color: #f4f5fa;
}
.hpp-blog-card {
  transition: all 0.5s;
  margin-bottom: 30px;
}
.hpp-blog-card .hpp-blog-card-content {
  padding: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}
.hpp-blog-card .hpp-blog-card-content ul {
  margin-bottom: 12px;
  line-height: 1;
}
.hpp-blog-card .hpp-blog-card-content ul li {
  display: inline-block;
  color: #727272;
  font-size: 15px;
}
.hpp-blog-card .hpp-blog-card-content ul li a {
  color: #05125e;
  font-size: 14px;
}
.hpp-blog-card .hpp-blog-card-content h3 {
  line-height: 1.4;
  margin-bottom: 15px;
}
.hpp-blog-card .hpp-blog-card-content h3 a {
  color: #000000;
}
.hpp-blog-card-content h3 {
    /* 限制2行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 消除a标签继承带来的样式干扰 */
.hpp-blog-card-content h3 a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.hpp-blog-card .hpp-blog-card-content p {
  margin-bottom: 20px;
}
.hpp-blog-card .hpp-blog-card-content::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #dfdfdf;
  font-size: 20px;
  z-index: -1;
  transform: rotate(225deg);
}
.hpp-blog-card .hpp-blog-thumb {
  position: relative;
}
.hpp-blog-card:hover {
  transform: translateY(-5px);
}
.hpp-blog-card:hover .hpp-blog-card-content {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.hpp-blog-card:hover .hpp-blog-card-content h3 a {
  color: var(--hpp-primary);
}
.hpp-blog-card:hover .hpp-blog-card-content .read-more {
  color: var(--hpp-primary);
}

/*
Blog Grid Featured Style
================================*/
.hpp-blog-card-featured {
  transition: all 0.5s;
  margin-bottom: 30px;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content {
  padding: 30px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  margin-top: -30px;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content ul {
  margin-bottom: 13px;
  line-height: 1;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content ul li {
  display: inline-block;
  color: #727272;
  font-size: 15px;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content ul li a {
  color: #05125e;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content h3 {
  line-height: 1.4;
  margin-bottom: 15px;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content h3 a {
  color: #000000;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content p {
  margin-bottom: 20px;
}
.hpp-blog-card-featured .hpp-blog-card-featured-content::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #dfdfdf;
  font-size: 20px;
  z-index: -1;
  transform: rotate(225deg);
}
.hpp-blog-card-featured .hpp-blog-thumb {
  position: relative;
}
.hpp-blog-card-featured:hover {
  transform: translateY(-5px);
}
.hpp-blog-card-featured:hover .hpp-blog-card-content {
  margin-left: 0;
  margin-right: 0;
}
.hpp-blog-card-featured:hover .hpp-blog-card-content h3 a {
  color: var(--hpp-primary);
}
.hpp-blog-card-featured:hover .hpp-blog-card-content .read-more {
  color: var(--hpp-primary);
}

.hpp-blog-list-item {
  position: relative;
  padding-left: 275px;
  transition: all 0.5s;
  flex: 1;
  margin-bottom: 20px;
}
.hpp-blog-list-item:last-child { margin-bottom: 0; }
.hpp-blog-list-item::after {
  content: "";
  display: table;
  clear: both;
}
.hpp-blog-list-item i {
  margin-right: 5px;
}
.hpp-blog-list-item span {
  display: inline-block;
  margin-bottom: 8px;
}
.hpp-blog-list-item h3 {
  margin-bottom: 12px;
}
.hpp-blog-list-item h3 a {
  color: #333;
  font-size: 19px;
}
.hpp-blog-list-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: auto;
  cursor: pointer;
}
.hpp-blog-list-item:hover {
  transform: translateY(-5px);
}
.hpp-blog-list-item:hover h3 a {
  color: var(--hpp-primary);
}

.hpp-blog-list-content {
  padding-top: 10px;
}

/*
Contact Info Area Style
================================*/
.wp-block-hpp-contact-info { max-width: none !important; }
.hpp-contact-info {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.hpp-contact-info.no-top-padding {
  padding-top: 0;
}
.hpp-contact-info-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -2;
  background-color: var(--hpp-primary);
}
.hpp-contact-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.10;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 50% 100%);
  z-index: -1;
}
.hpp-contact-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.10;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 0% 0%);
  z-index: -1;
}

.hpp-contact-info-card {
  position: relative;
  padding-left: 70px;
  margin-bottom: -5px;
}
.hpp-contact-info-card i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}
.hpp-contact-info-card h3 {
  color: #ffffff;
  font-weight: 500;
}
.hpp-contact-info-card a,
.hpp-contact-info-card span {
  color: #ffffff;
}
.hpp-contact-info-card a:hover {
  color: rgba(255,255,255,0.8);
}
.hpp-contact-info-card:hover i {
  animation: heartBeat 1000ms infinite linear;
}

/*
Footer Top Area Style
================================*/
.footer-top-area {
  background-color: #05125e;
}

.single-widget {
  margin-bottom: 30px;
}
.single-widget img {
  margin-bottom: 22px;
}
.single-widget h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.single-widget p {
  color: #e5e5e5;
  margin-bottom: 26px;
}
.single-widget ul li {
  margin-bottom: 16px;
  line-height: 1;
}
.single-widget ul li span {
  color: var(--hpp-primary);
  font-size: 15px;
  display: block;
  margin-bottom: 14px;
}
.single-widget ul li a {
  color: #e5e5e5;
  position: relative;
}
.single-widget ul li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: var(--hpp-primary);
  width: 100%;
  height: 1px;
  margin: auto;
  transition: all 0.5s;
  transform: scale(0);
}
.single-widget ul li a i {
  margin-right: 5px;
}
.single-widget ul li:last-child {
  margin-bottom: 0;
}
.single-widget ul li:hover a {
  color: var(--hpp-primary);
}
.single-widget ul li:hover a::before {
  transform: scale(1);
}
.single-widget.single-widget-1 {
  margin-left: 100px;
}
.single-widget.single-widget-2 {
  margin-left: 60px;
}
.single-widget.single-widget-3 {
  margin-bottom: 30px;
}
.single-widget .newsletter-form {
  position: relative;
}
.single-widget .newsletter-form .form-control {
  color: #ffffff;
}
.single-widget .newsletter-form .form-control::-moz-placeholder {
  color: #eeeeee;
}
.single-widget .newsletter-form .form-control::placeholder {
  color: #eeeeee;
}
.single-widget .newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 10px 15px;
}
.single-widget .newsletter-form .default-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.single-widget .newsletter-form .default-btn:hover::before {
  background-color: #ffffff;
  color: #000000;
}
.newsletter-form-wrap .newsletter-form-inner {
  position: relative;
}
.newsletter-form-wrap .form-control {
  height: 50px;
  padding: 10px 130px 10px 15px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 100%;
}
.newsletter-form-wrap .form-control:focus {
  outline: none;
}
.newsletter-form-wrap .form-control::placeholder {
  color: #eeeeee;
}
.newsletter-form-wrap .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 10px 15px;
}
.newsletter-form-wrap .default-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.newsletter-form-wrap .default-btn:hover::before {
  background-color: #ffffff;
  color: #000000 !important;
}
.single-widget #validator-newsletter {
  color: var(--hpp-primary);
  margin-top: 15px;
}

/*
Footer Bottom Area Style
================================*/
.footer-bottom-area {
  background-color: #14216c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-widgets .terms {
  margin-top: 5px;
}
.single-widgets .terms li {
  display: inline-block;
  color: #8290e4;
  padding-right: 15px;
}
.single-widgets .terms li:last-child {
  padding-right: 0;
}
.single-widgets .terms li:first-child a::before {
  display: none;
}
.single-widgets .terms li a {
  color: var(--hpp-primary);
  position: relative;
}
.single-widgets .terms li a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -12px;
  background-color: var(--hpp-primary);
  width: 5px;
  height: 2px;
}
.single-widgets p {
  text-align: center;
  color: #8290e4;
  margin-top: 5px;
  padding-left: 50px;
}
.single-widgets .social-icon {
  float: right;
}
.single-widgets .social-icon li {
  display: inline-block;
  padding-left: 5px;
}
.single-widgets .social-icon li:first-child {
  padding-left: 0;
}
.single-widgets .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #8290e4;
  text-align: center;
  border-radius: 50%;
  color: #14216c;
  transition: all 0.5s;
}
.single-widgets .social-icon li:hover a i {
  color: #ffffff;
  background-color: var(--hpp-primary);
  animation: heartBeat 1000ms infinite linear;
}

/*
Why Chose Us 2+3 Area Style
================================*/
.hpp-icon-cards-grid-2,
.hpp-icon-cards-grid-3 {
  background-color: var(--hpp-primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hpp-icon-cards-grid-2 .default-btn {
  float: right;
  margin-top: 125px;
}
.hpp-icon-cards-grid-2 .hpp-icon-card-2,
.hpp-icon-cards-grid-3 .hpp-icon-card-2 {
  padding-left: 0;
  text-align: center;
}
.hpp-icon-cards-grid-2 .hpp-icon-card-2 i,
.hpp-icon-cards-grid-3 .hpp-icon-card-2 i {
  position: unset;
  margin-bottom: 14px;
  display: inline-block;
}
.hpp-icon-cards-grid-2 .hpp-icon-card-2 h3,
.hpp-icon-cards-grid-3 .hpp-icon-card-2 h3 {
  margin-bottom: 15px;
}
.hpp-icon-cards-grid-2 .hpp-icon-card-2 .read-more,
.hpp-icon-cards-grid-3 .hpp-icon-card-2 .read-more {
  color: var(--hpp-primary);
}

/*
Our Service 2 Area Style
================================*/
.hpp-service-grid.style-2 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hpp-service-grid.style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-image: url(../img/shape/2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: fadeInDown 5s infinite linear;
}

.hpp-service-item.style-2 {
  position: relative;
  transition: all 0.5s;
}
.hpp-service-item.style-2 .services-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  line-height: 1;
  opacity: 0.1;
  transition: all 0.5s;
}
.hpp-service-item.style-2:hover {
  transform: translateY(-5px);
}
.hpp-service-item.style-2:hover .services-icon {
  color: var(--hpp-primary);
}
.hpp-service-item.style-2 .read-more {
  display: inline-block;
}
.hpp-service-item.style-2::before {
  display: none;
}
.hpp-service-item.style-2::after {
  display: none;
}

/*
Portfolio Filter Area Style
=================================*/
.hpp-portfolio-filter.bg-gray {
  background-color: #f4f5fa;
}
.hpp-portfolio-tabs {
  text-align: center;
  margin-bottom: 50px;
}
.hpp-portfolio-tabs .filter {
  border: none;
  background: transparent;
  padding: 10px 20px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
  outline: 0 !important;
  border: 1px solid var(--hpp-primary);
  color: #05125e;
  font-weight: 500;
  margin-right: 4px;
}
.hpp-portfolio-tabs .filter:hover {
  background: var(--hpp-primary);
  color: #ffffff;
  border-color: var(--hpp-primary);
}
.hpp-portfolio-tabs .filter:focus {
  background: var(--hpp-primary);
  color: #ffffff;
  border-color: var(--hpp-primary);
}
.hpp-portfolio-tabs .filter i {
  margin-right: 3px;
}
.hpp-portfolio-tabs .filter.active {
  background: var(--hpp-primary);
  color: #ffffff;
  border-color: var(--hpp-primary);
}

.hpp-portfolio-card {
  border: 3px solid #ffffff;
  margin-bottom: 30px;
  transition: 0.5s;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.hpp-portfolio-card .hpp-portfolio-card-image {
  position: relative;
}
.hpp-portfolio-card .hpp-portfolio-card-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--hpp-quality-overlay, #05125e);
  opacity: 0.5;
  transition: 0.5s;
}
.hpp-portfolio-card .hpp-portfolio-card-content {
  background: #ffffff;
  text-align: center;
  padding: 30px 25px;
  transition: 0.5s;
}
.hpp-portfolio-card .hpp-portfolio-card-content h3 {
  margin-bottom: 10px;
  transition: 0.5s;
}
.hpp-portfolio-card .hpp-portfolio-card-content h3 a {
  color: #05125e;
}
.hpp-portfolio-card .hpp-portfolio-card-content span {
  display: block;
  color: #05125e;
  transition: 0.5s;
}
.hpp-portfolio-card .hpp-portfolio-card-actions {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.5s;
}
.hpp-portfolio-card .hpp-portfolio-card-actions a {
  display: inline-block;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--hpp-primary);
  margin: 0 3px;
  border-radius: 50%;
}
.hpp-portfolio-card .hpp-portfolio-card-actions a i {
  font-size: 34px;
}
.hpp-portfolio-card .hpp-portfolio-card-actions a i::before {
  font-size: 18px;
}
.hpp-portfolio-card .hpp-portfolio-card-actions a:hover {
  color: var(--hpp-primary);
  background: #ffffff;
}
.hpp-portfolio-card .hpp-portfolio-card-actions a:focus {
  color: var(--hpp-primary);
  background: #ffffff;
}
.hpp-portfolio-card:hover {
  border-color: var(--hpp-primary);
}
.hpp-portfolio-card:hover .hpp-portfolio-card-image::before {
  opacity: 0.8;
}
.hpp-portfolio-card:hover .hpp-portfolio-card-content {
  background: var(--hpp-primary);
}
.hpp-portfolio-card:hover .hpp-portfolio-card-content h3 {
  color: #ffffff;
}
.hpp-portfolio-card:hover .hpp-portfolio-card-content h3 a {
  color: #ffffff !important;
}
.hpp-portfolio-card:hover .hpp-portfolio-card-content span {
  color: #ffffff;
}
.hpp-portfolio-card-desc {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}
.hpp-portfolio-card:hover .hpp-portfolio-card-desc {
  opacity: 1;
  visibility: visible;
  max-height: 100px;
  margin-top: 8px;
}
.hpp-portfolio-card:hover .hpp-portfolio-card-actions {
  opacity: 1;
  visibility: visible;
  margin: -10px auto 0;
}
.hpp-portfolio-card:focus {
  border-color: var(--hpp-primary);
}
.hpp-portfolio-card:focus .hpp-portfolio-card-image::before {
  opacity: 0.88;
  visibility: visible;
}
.hpp-portfolio-card:focus .hpp-portfolio-card-content {
  background: var(--hpp-primary);
}
.hpp-portfolio-card:focus .hpp-portfolio-card-content h3 a {
  color: #ffffff !important;
}
.hpp-portfolio-card:focus .hpp-portfolio-card-content span {
  color: #ffffff;
}
.hpp-portfolio-card:focus .hpp-portfolio-card-actions {
  opacity: 1;
  visibility: visible;
  margin: -10px auto 0;
}

/*
Page Title Area Style
================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../img/theme/page-title-bg.jpg);
	display: flex;
	flex-direction: column;
	justify-content: center; /* 垂直居中 */
	align-items: center; 
	min-height: 642px;
}
.page-title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--hpp-quality-overlay, #05125e);
  opacity: var(--hpp-quality-overlay-opacity, 0.8);
}
.page-title-area .page-title-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}
.page-title-area .page-title-content .page-title-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
  display: inline-block;
  color: var(--hpp-primary);
  position: relative;
  font-size: 15px;
  font-weight: 600;
}
.page-title-area .page-title-content ul li i {
  font-size: 12px;
  margin: 0 10px;
}
.page-title-area .page-title-content ul li a {
  color: #ffffff;
}
.page-title-area .page-title-content ul li a:hover {
  color: var(--hpp-primary);
}
.page-title-area .page-title-content ul li a i {
  font-size: 12px;
  margin: 0 10px;
}
@media (max-width: 768px) {
    .page-title-area {
        min-height: 320px; /* 按需修改高度，比如300/350/400 */
    }
}

/* 超小屏手机（480px以下）可再缩小 */
@media (max-width: 480px) {
    .page-title-area {
        min-height: 260px;
    }
}
/*
Blog Category Filter
================================*/
.hpp-blog-category-filter {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.hpp-category-tabs {
  display: flex;
  flex-wrap: wrap;
}
.hpp-category-tab {
  display: inline-block;
  padding: 14px 24px;
  color: #666666;
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.hpp-category-tab:hover {
  color: var(--hpp-primary);
  border-bottom-color: var(--hpp-primary);
  text-decoration: none;
}
.hpp-category-tab.active {
  color: var(--hpp-primary);
  border-bottom-color: var(--hpp-primary);
}

/*
Contact Area Style
================================*/
.hpp-contact-info-page {
  background-color: #ffffff;
  padding-top: 100px !important;
  padding-bottom: 70px !important;
}
.hpp-contact-info-page::before {
  display: none;
}
.hpp-contact-info-page.no-top-padding {
  padding-top: 0 !important;
}
.hpp-contact-info-page.bg-gray {
  background-color: #f4f5fa;
}
.hpp-contact-info-page-row > [class*="col-"] {
  display: flex;
}
.hpp-contact-info-page .hpp-contact-info-card {
  position: relative;
  padding-left: 0;
  margin-bottom: -5px;
  text-align: center;
  background-color: #1FB097;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s;
  height: 100%;
  flex: 1;
}
.hpp-contact-info-page .hpp-contact-info-card i {
  position: unset;
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
  transition: all 0.5s;
}
.hpp-contact-info-page .hpp-contact-info-card h3 {
  color: #ffffff;
  transition: all 0.5s;
}
.hpp-contact-info-page .hpp-contact-info-card a {
  color: #ffffff;
  transition: all 0.5s;
}
.hpp-contact-info-page .hpp-contact-info-card:hover {
  background-color: #1a9a85;
}
.hpp-contact-info-page .hpp-contact-info-card:hover i {
  color: #ffffff;
}
.hpp-contact-info-page .hpp-contact-info-card:hover h3 {
  color: #ffffff;
}
.hpp-contact-info-page .hpp-contact-info-card:hover a {
  color: #ffffff;
}

/*
Footer Contact Info Style
================================*/
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-contact-item i {
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--hpp-primary);
  font-size: 14px;
}
.footer-contact-item span {
  color: #e5e5e5;
  line-height: 1.6;
}

/*
default Contact Area Style
=====================================================*/
.hpp-contact-form #contactForm {
  max-width: 1080px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}
.hpp-contact-form .form-group {
  margin-bottom: 30px;
}
.hpp-contact-form .form-group label {
  font-size: 16px;
  margin-bottom: 10px;
}
.hpp-contact-form .form-group .form-control {
  background-color: #ffffff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.08);
}
.hpp-contact-form .form-group .form-control::-moz-placeholder {
  color: #cccccc;
}
.hpp-contact-form .form-group .form-control::placeholder {
  color: #cccccc;
}
.hpp-contact-form .form-group.checkboxs {
  position: relative;
  max-width: 365px;
  margin: 0 auto 30px;
}
.hpp-contact-form .form-group.checkboxs #chb2 {
  position: absolute;
  top: 8px;
  left: 0;
}
.hpp-contact-form .form-group.checkboxs p {
  padding-left: 20px;
}
.hpp-contact-form .form-group.checkboxs p a {
  color: var(--hpp-primary);
}
.hpp-contact-form .form-group.checkboxs p a:hover {
  color: #000000;
}
.hpp-contact-form .default-btn {
  text-align: center;
  display: table;
  margin: auto;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
  text-align: left;
  text-align: center;
}

.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}

/*
FAQ Area Style
================================*/
.hpp-faq-accordion.bg-gray {
	background-color: #f4f5fa;
}
.hpp-faq-wrap {
	position: relative;
}
.hpp-accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.hpp-accordion-item {
	display: block;
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	background: #ffffff;
	margin-bottom: 10px;
}
.hpp-accordion-item:last-child {
	margin-bottom: 0;
}
.hpp-accordion-title {
	padding: 12px 20px 12px 60px;
	color: #000000;
	position: relative;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.hpp-accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #faf5f5;
	color: var(--hpp-primary);
	font-size: 14px;
	transition: 0.5s;
}
.hpp-accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.hpp-accordion-title.active {
	border-bottom-color: #eeeeee;
}
.hpp-accordion-title.active i {
	background-color: var(--hpp-primary);
	color: #fff;
}
.hpp-accordion-content {
	display: none;
	position: relative;
	padding: 30px;
}
.hpp-accordion-content.show {
	display: block;
}
.hpp-faq-image-wrap {
	position: relative;
}
.hpp-faq-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 400px;
	border-radius: 4px;
}

/*
Team Area Style
================================*/
.single-team {
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  transition: all 0.5s;
  margin-bottom: 30px;
}
.single-team .team-content {
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
.single-team .team-content h3 {
  line-height: 1;
  margin-top: -2px;
  transition: all 0.5s;
  font-size: 19px;
}
.single-team .team-content span {
  color: var(--hpp-primary);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.5s;
  text-transform: capitalize;
}
.single-team .team-content ul li {
  display: inline-block;
}
.single-team .team-content ul li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--hpp-primary);
  color: var(--hpp-primary);
  transition: all 0.5s;
}
.single-team .team-content::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.5s;
}
.single-team .team-img {
  position: relative;
}
.single-team .team-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05125e;
  content: "";
  opacity: 0.5;
}
.single-team:hover .team-content {
  bottom: 0;
  background-color: var(--hpp-primary);
}
.single-team:hover .team-content span {
  color: #ffffff;
}
.single-team:hover .team-content h3 {
  color: #ffffff;
}
.single-team:hover .team-content ul li a i {
  color: #ffffff;
  border-color: #ffffff;
}
.single-team:hover .team-content::after {
  background-color: var(--hpp-primary);
}

/*
404 Error Area Style
================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.error-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}
.error-area .error-contant-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-contant-wrap img {
  max-width: 300px;
  width: 100%;
}
.error-area .error-contant-wrap h2 {
  margin: 30px 0 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
  color: red;
}
.error-area .error-contant-wrap p {
  margin: 20px 0 30px;
  font-size: 19px;
}
.error-area .error-search {
  position: relative;
  max-width: 450px;
  margin: 0 auto 30px;
}
.error-area .error-search .search-field {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 60px 6px 20px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-size: 14px;
  background-color: #ffffff;
}
.error-area .error-search .search-field:focus {
  border-color: var(--hpp-primary);
  outline: 0;
}
.error-area .error-search button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 45px;
  width: 45px;
  border: none;
  border-radius: 4px;
  background-color: var(--hpp-primary);
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.error-area .error-search button:hover {
  opacity: 0.9;
}

/*
Blog Details Area Style
================================*/
.blog-details-desc .article-image {
  position: relative;
}
.blog-details-desc .article-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05125e;
  opacity: 0.5;
}
.blog-details-desc .article-image img {
  width: 100%;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  margin-bottom: 10px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: var(--hpp-primary);
  margin-right: 21px;
  font-size: 14px;
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: var(--hpp-primary);
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
  font-size: 13px;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: var(--hpp-primary);
}
.blog-details-desc .article-content .entry-meta ul li i {
  color: var(--hpp-primary);
  margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: var(--hpp-primary);
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 13px;
  margin-top: 25px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--hpp-primary);
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: var(--hpp-primary);
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: var(--hpp-primary);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #faf5f5;
  text-align: center;
  font-size: 14px;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: var(--hpp-primary);
  transform: translateY(-2px);
}
.blog-details-desc .post-navigation {
  margin-top: 30px;
}

blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p {
  color: var(--hpp-primary);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
}
blockquote cite {
  display: none;
}
blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}
blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--hpp-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.wp-block-list li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--hpp-primary);
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.entry-meta + h2 {
    font-size: 2.2rem;
}
.post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-navigation .navigation-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
}
.post-navigation .navigation-links .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
}
.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.post-navigation .navigation-links div a:hover {
  color: var(--hpp-primary);
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}
.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 600;
}
.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: var(--hpp-primary);
  top: 50%;
  transform: translateY(-50%);
}
.comments-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 40px;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #000000;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: var(--hpp-primary);
  border-color: var(--hpp-primary);
}
.comments-area .comment-meta {
  margin-bottom: 0.8em;
}
.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%;
}
.comments-area .comment-author .fn {
  font-weight: 600;
  color: var(--hpp-primary);
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.comments-area .comment-metadata a {
  color: #666666;
}
.comments-area .comment-metadata a:hover {
  color: var(--hpp-primary);
}
.comments-area .comment-content p {
  font-size: 14px;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.comments-area .comment-respond .comment-reply-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: var(--hpp-primary);
  top: 50%;
  transform: translateY(-50%);
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-form-comment {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: var(--hpp-primary);
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: var(--hpp-primary);
  border: none;
  color: #ffffff;
  padding: 14px 30px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
}
.comments-area .comment-respond .form-submit input:hover {
  color: #ffffff;
  background-color: var(--hpp-primary);
}
.comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: var(--hpp-primary);
}

/*
Sidebar Widget Area Style
================================*/
.widget-area .widget {
  margin-top: 35px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
  padding: 25px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: var(--hpp-primary);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
  border-color: var(--hpp-primary);
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #ffffff;
  background-color: var(--hpp-primary);
  transition: 0.5s;
  cursor: pointer;
}
.widget-area .widget_search form button:hover {
  background-color: var(--hpp-primary);
}
/* WP block search widget compatibility */
.widget-area .widget_block.widget_search .wp-block-search__label {
  display: none;
}
.widget-area .widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
  display: flex;
}
.widget-area .widget_block.widget_search .wp-block-search__input {
  height: 50px;
  padding: 6px 50px 6px 15px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
}
.widget-area .widget_block.widget_search .wp-block-search__input:focus {
  border-color: var(--hpp-primary);
  outline: 0;
}
.widget-area .widget_block.widget_search .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border: none;
  background-color: var(--hpp-primary);
  color: #ffffff;
  font-size: 0;
  border-radius: 0;
}
.widget-area .widget_block.widget_search .wp-block-search__button::after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}
.widget-area .widget_block.widget_search .wp-block-search__button:hover {
  background-color: var(--hpp-primary);
}
.widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
  background: var(--hpp-primary);
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}
.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget-area .widget_categories ul li::before {
  background: var(--hpp-primary);
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 9px;
}
.widget-area .widget_categories ul li a {
  display: block;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
}
.widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}
.widget-area .widget_categories ul li a:hover {
  color: var(--hpp-primary);
}
.widget-area .widget_categories ul li .post-count {
  float: right;
}
.widget-area .widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget-area .widget_archive ul li a {
  display: block;
  color: #666666;
  font-weight: 500;
}
.widget-area .widget_archive ul li a:hover {
  color: var(--hpp-primary);
}
.widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
  background: var(--hpp-primary);
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: 500;
  font-size: 13px !important;
  padding: 7px 10px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
}
.widget-area .tagcloud a:hover {
  background-color: var(--hpp-primary);
  color: #ffffff;
  border-color: var(--hpp-primary);
}
.widget-area .tagcloud a:focus {
  background-color: var(--hpp-primary);
  color: #ffffff;
  border-color: var(--hpp-primary);
}
/* WP block widgets: heading, latest posts, categories, archives */
.widget-area .widget_block .wp-block-heading {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #1FB097;
}
.widget-area .widget_block .wp-block-heading::before {
  content: "";
  position: absolute;
  background: var(--hpp-primary);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2px;
}
.widget-area .widget_block .wp-block-latest-posts__list,
.widget-area .widget_block .wp-block-categories-list,
.widget-area .widget_block .wp-block-archives-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.widget-area .widget_block .wp-block-latest-posts__list li,
.widget-area .widget_block .wp-block-categories-list li,
.widget-area .widget_block .wp-block-archives-list li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
.widget-area .widget_block .wp-block-latest-posts__list li:last-child,
.widget-area .widget_block .wp-block-categories-list li:last-child,
.widget-area .widget_block .wp-block-archives-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget-area .widget_block .wp-block-latest-posts__list li::before,
.widget-area .widget_block .wp-block-categories-list li::before,
.widget-area .widget_block .wp-block-archives-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--hpp-primary);
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.widget-area .widget_block .wp-block-latest-posts__post-title,
.widget-area .widget_block .wp-block-categories-list a,
.widget-area .widget_block .wp-block-archives-list a {
  display: inline;
  color: #666666;
  font-weight: 500;
}
.widget-area .widget_block .wp-block-latest-posts__post-title:hover,
.widget-area .widget_block .wp-block-categories-list a:hover,
.widget-area .widget_block .wp-block-archives-list a:hover {
  color: var(--hpp-primary);
}
.widget-area .widget_block .wp-block-latest-posts__post-author,
.widget-area .widget_block .wp-block-latest-posts__post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 2px;
}
/* WP block: latest comments */
.widget-area .widget_block .wp-block-latest-comments {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-area .widget_block .wp-block-latest-comments__comment {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 1.6;
}
.widget-area .widget_block .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget-area .widget_block .wp-block-latest-comments__comment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--hpp-primary);
}
.widget-area .widget_block .wp-block-latest-comments__comment-author {
  color: var(--hpp-primary);
  font-weight: 500;
}
.widget-area .widget_block .wp-block-latest-comments__comment-link {
  color: #666666;
}
.widget-area .widget_block .wp-block-latest-comments__comment-link:hover {
  color: var(--hpp-primary);
}
/*
Product Details Style
================================*/
.product-details-desc h3 {
  margin-bottom: 12px;
  font-weight: 700;
}
.product-details-desc p {
  margin-bottom: 0;
}
.product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}
.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}
.product-details-desc .product-review {
  margin-bottom: 15px;
}
.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.product-details-desc .product-review .rating i {
  color: #ffba0a;
}
.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}
.product-details-desc .product-review .rating-count:hover {
  color: var(--hpp-primary);
  border-color: var(--hpp-primary);
}
.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}
.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #000000;
}
.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
  color: #333333;
}
.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}
.product-details-desc .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  float: right;
}
.product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}
.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}
.product-details-desc .buy-checkbox-btn input {
  display: none;
}
.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease;
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}
.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  animation: wave 0.4s ease;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}
.product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}
.product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.product-details-desc .custom-payment-options {
  margin-top: 20px;
}
.product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 8px;
}
.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}
.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
  margin-right: 5px;
}

.product-details-image {
  text-align: center;
  background-color: #f7f7f7;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.products-details-tab {
  margin-top: 50px;
}
.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
}
.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  transition: 0.5s;
  border-radius: 50%;
}
.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  transition: 0.5s;
}
.products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: var(--hpp-primary);
  border-color: var(--hpp-primary);
}
.products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: var(--hpp-primary);
  border-color: var(--hpp-primary);
}
.products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: var(--hpp-primary);
  border-color: var(--hpp-primary);
}
.products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}
.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}
.products-details-tab .tab_content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
  font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  box-shadow: none !important;
  border: 4px;
  background-color: #000000;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #ff4800;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #444444;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
  border-radius: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/*
Cart Area Style
================================*/
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead {
  text-align: center;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: center;
}
.cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 600;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #000000;
}
.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}
.cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}
.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #000000;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #000000;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #000000;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}
.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}

.cart-wraps {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

/*
Checkout Area Style
================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid var(--hpp-primary);
  position: relative;
  color: var(--hpp-primary);
}
.user-actions::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.user-actions i {
  color: #000000;
  margin-right: 2px;
}
.user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #000000;
}
.user-actions span a {
  display: inline-block;
  color: var(--hpp-primary);
  font-size: 15px;
}
.user-actions span a:hover {
  color: var(--hpp-primary);
}
.user-actions span a:focus {
  color: var(--hpp-primary);
}

.checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.billing-details {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.billing-details .form-group {
  margin-bottom: 20px;
}
.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #666666;
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #000000 !important;
  color: #000000;
}
.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
}
.billing-details .form-group textarea {
  padding-top: 13px;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: #666666;
}
.billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .order-table {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
.order-details .order-table table tbody tr td.product-name a:hover {
  color: #000000;
}
.order-details .order-table table tbody tr td.order-subtotal span {
  color: #323232;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.order-shipping span {
  color: #323232;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.total-price span {
  color: #323232;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 600;
}
.order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 600;
}
.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}
.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p {
  font-size: 16px;
}
.order-details .payment-box .payment-method p [type=radio]:checked {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: var(--hpp-primary);
  position: relative;
  margin-bottom: 8px;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--hpp-primary);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #000000;
  position: relative;
  margin-bottom: 8px;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--hpp-primary);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}
.order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

/*
Shop  Area Style
================================*/
.shop-area .nice-select {
  width: 100%;
  border-radius: 0;
}
.shop-area .product-img {
  position: relative;
}
.shop-area .product-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05125e;
  z-index: 1;
  opacity: 0.5;
}

.woocommerce-topbar {
  margin-bottom: 30px;
}

.single-product {
  margin-bottom: 30px;
}
.single-product .product-img {
  position: relative;
  overflow: hidden;
}
.single-product .product-img img {
  transform: scale(1);
  transition: 0.5s;
}
.single-product .product-img .add-to-cart-btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  background: var(--hpp-primary);
  color: #ffffff;
  height: auto;
  letter-spacing: 1px;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}
.single-product .product-img .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 10px;
}
.single-product .product-content {
  padding: 30px;
  box-shadow: 0 10px 50px 0 rgba(46, 65, 90, 0.1);
}
.single-product .product-content h3 {
  margin-bottom: 15px;
}
.single-product .product-content h3 a {
  color: #05125e;
}
.single-product .product-content h3 a:hover {
  color: var(--hpp-primary);
}
.single-product .product-content h3 a:focus {
  color: var(--hpp-primary);
}
.single-product .product-content .row h5 {
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
}
.single-product .product-content .row h5 span {
  font-size: 14px;
  text-decoration: line-through;
  position: relative;
  top: -1px;
  color: #828893;
}
.single-product .product-content .row ul {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-product .product-content .row ul li {
  display: inline-block;
  color: #ffb708;
}
.single-product:hover .product-img img {
  transform: scale(1.09);
}
.single-product:hover .product-img .add-to-cart-btn {
  bottom: 0;
}

/*
Timeline Area Style
================================*/
.hpp-timeline.bg-gray {
  background-color: #f4f5fa;
}
.hpp-timeline-dark {
  background-color: #05125e;
}
.hpp-timeline-dark .hpp-timeline-nav::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.hpp-timeline-dark .hpp-timeline-year {
  color: rgba(255, 255, 255, 0.55);
}
.hpp-timeline-dark .hpp-timeline-item:hover .hpp-timeline-year {
  color: rgba(255, 255, 255, 0.85);
}
.hpp-timeline-dark .hpp-timeline-item.active .hpp-timeline-year {
  color: var(--hpp-primary);
}
.hpp-timeline-dark .hpp-timeline-dot {
  background-color: rgba(255, 255, 255, 0.2);
}
.hpp-timeline-dark .hpp-timeline-item.active .hpp-timeline-dot {
  background-color: var(--hpp-primary);
}
.hpp-timeline-dark .hpp-timeline-panel p {
  color: rgba(255, 255, 255, 0.8);
}
.hpp-timeline-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 20px 20px;
  margin-bottom: 30px;
}
/* Gray track line behind dots */
.hpp-timeline-nav::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 3px;
  background-color: #e5e5e5;
  z-index: 0;
}
/* Orange highlight line */
.hpp-timeline-fill {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 3px;
  width: 0%;
  background-color: var(--hpp-primary);
  z-index: 1;
  transition: width 0.4s ease;
  pointer-events: none;
}
.hpp-timeline-item {
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-bottom: 30px;
}
.hpp-timeline-year {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  transition: color 0.3s;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin-bottom: 14px;
}
.hpp-timeline-item:hover .hpp-timeline-year {
  color: #000000;
}
.hpp-timeline-item.active .hpp-timeline-year {
  color: var(--hpp-primary);
}
.hpp-timeline-dot {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
}
.hpp-timeline-item.active .hpp-timeline-dot {
  background-color: var(--hpp-primary);
}
.hpp-timeline-panel {
  display: none;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.hpp-timeline-panel.active {
  display: block;
}
.hpp-timeline-panel p {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
}
.hpp-timeline-panel.has-image {
  text-align: left;
  max-width: 950px;
}
.hpp-timeline-panel-img {
  width: 100%;
  max-width: 420px;
  border-radius: 4px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .hpp-timeline-panel.has-image {
    max-width: 100%;
  }
  .hpp-timeline-panel.has-image .col-md-5 {
    margin-bottom: 16px;
  }
  .hpp-timeline-nav {
    padding: 0 8px 16px;
  }
  .hpp-timeline-nav::before {
    left: 8px;
    right: 8px;
    bottom: 16px;
  }
  .hpp-timeline-fill {
    left: 8px;
    bottom: 16px;
  }
  .hpp-timeline-item {
    padding-bottom: 24px;
  }
  .hpp-timeline-year {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .hpp-timeline-dot {
    bottom: 10px;
  }
}

/*
Company History Area Style
================================*/
.hpp-company-history-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.hpp-company-history-bg .container {
	position: relative;
	z-index: 1;
}
.hpp-company-history .section-title .top-title {
	color: var(--hpp-primary);
}
.hpp-company-history .section-title h2 {
	color: #000000;
}

/* Stage */
.hpp-company-history-stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 60px;
}

/* Arrows */
.hpp-company-history-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: transparent;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	transition: border-color 0.3s, background 0.3s, color 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.hpp-company-history-arrow:hover {
	border-color: var(--hpp-primary);
	background: var(--hpp-primary);
	color: #fff;
}
.hpp-company-history-prev {
	left: 0;
}
.hpp-company-history-next {
	right: 0;
}

/* Display */
.hpp-company-history-display {
	position: relative;
	text-align: center;
	max-width: 700px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hpp-company-history-watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 260px;
	font-weight: 700;
	color: rgba(51, 51, 51, 0.08);
	white-space: nowrap;
	pointer-events: none;
	font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1;
	transition: opacity 0.4s ease;
}
.hpp-company-history-text {
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

/* Bottom thumb nav */
.hpp-company-history-nav {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 40px;
	padding: 20px 0 10px;
}
.hpp-company-history-thumb {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: opacity 0.4s ease;
	opacity: 0.45;
	min-width: 60px;
}
.hpp-company-history-thumb.active {
	opacity: 1;
}
.hpp-company-history-thumb-year {
	font-size: 18px;
	font-weight: 500;
	color: #999;
	transition: color 0.3s ease;
	font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hpp-company-history-thumb.active .hpp-company-history-thumb-year {
	color: var(--hpp-primary);
}
.hpp-company-history-thumb-dot {
	width: 6px;
	height: 6px;
	background: #ddd;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.hpp-company-history-thumb.active .hpp-company-history-thumb-dot {
	width: 8px;
	height: 8px;
	background: var(--hpp-primary);
}

@media only screen and (max-width: 767px) {
	.hpp-company-history-stage {
		padding: 30px 40px;
	}
	.hpp-company-history-watermark {
		font-size: 100px;
	}
	.hpp-company-history-display {
		min-height: 180px;
	}
	.hpp-company-history-text {
		font-size: 14px;
	}
	.hpp-company-history-nav {
		gap: 24px;
	}
	.hpp-company-history-arrow {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
}

/*
Media + Text & Switch Area Style
================================*/
.hpp-media-text-switch.bg-gray {
  background-color: #f4f5fa;
}
.hpp-media-text-switch-content {
  position: relative;
}
.hpp-media-text-switch-content h2 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #1FB097;
}
.hpp-media-text-switch-content p {
  font-size: 15px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 20px;
}
.hpp-media-text-switch-content .hpp-section-subtitle {
  color: #102a82;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hpp-media-text-switch-panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.hpp-media-text-switch-panel.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.hpp-media-text-switch-media {
  position: relative;
}
.hpp-media-text-switch-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.hpp-media-text-switch-img.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.hpp-media-text-switch-img img {
  width: 100%;
  height: auto;
  display: block;
}
.hpp-media-text-switch-prev,
.hpp-media-text-switch-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  background: #ffffff;
  color: var(--hpp-primary);
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.hpp-media-text-switch-prev {
  left: 16px;
}
.hpp-media-text-switch-next {
  right: 16px;
}
.hpp-media-text-switch-prev:hover,
.hpp-media-text-switch-next:hover {
  background: var(--hpp-primary);
  color: #ffffff;
}
.hpp-media-text-switch-content .default-btn.hpp-section-btn:hover {
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  .hpp-media-text-switch-content h2 {
    font-size: 24px;
  }
  .hpp-media-text-switch-media {
    margin-top: 30px;
  }
}

/*
Image Cards Slider Area Style
================================*/
.hpp-image-cards-slider.bg-gray {
	background-color: #f4f5fa;
}
.hpp-image-cards-carousel .owl-stage {
	display: flex;
}
.hpp-image-cards-carousel .owl-item {
	float: none;
}
.hpp-image-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 30px;
	transition: all 0.5s;
}
.hpp-image-card-img {
	display: block;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}
.hpp-image-card-img img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.5s;
}
.hpp-image-card:hover .hpp-image-card-img img {
	transform: scale(1.05);
}
.hpp-image-card-content {
	padding: 25px 20px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -30px;
	position: relative;
	transition: all 0.5s;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.hpp-image-card-content h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 12px;
	flex-shrink: 0;
}
.hpp-image-card-content h3 a {
	color: #000000;
	transition: all 0.3s;
}
.hpp-image-card-content p {
	color: #727272;
	margin-bottom: 16px;
	line-height: 1.6;
	flex: 1;
}
.hpp-image-card-content .read-more {
	flex-shrink: 0;
	margin-top: auto;
}
.hpp-image-card-content::after {
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #dfdfdf;
	border-right: 20px solid #fff;
	border-left: 20px solid #dfdfdf;
	font-size: 20px;
	z-index: -1;
	transform: rotate(225deg);
}
.hpp-image-card:hover .hpp-image-card-content {
	margin-left: 0;
	margin-right: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.hpp-image-card:hover .hpp-image-card-content h3 a {
	color: var(--hpp-primary);
}
.hpp-image-cards-carousel .owl-theme .owl-nav {
	margin-top: 0;
}
.hpp-image-cards-carousel .owl-theme .owl-nav .owl-prev {
	margin: 0;
	left: -16px;
	position: absolute;
	top: 45%;
	opacity: 0;
	transition: all 0.5s;
}
.hpp-image-cards-carousel .owl-theme .owl-nav .owl-prev i {
	color: var(--hpp-primary);
	background-color: #ffffff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-right: 1px;
	transition: all 0.5s;
}
.hpp-image-cards-carousel .owl-theme .owl-nav .owl-prev i:hover {
	background-color: var(--hpp-primary);
	color: #ffffff;
}
.hpp-image-cards-carousel .owl-theme .owl-nav .owl-next {
	margin: 0;
	right: -16px;
	position: absolute;
	top: 45%;
	transition: all 0.5s;
}
.hpp-image-cards-carousel .owl-theme .owl-nav .owl-next i {
	color: var(--hpp-primary);
	background-color: #ffffff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-left: 2px;
	transition: all 0.5s;
}
.hpp-image-cards-carousel .owl-theme .owl-nav .owl-next i:hover {
	background-color: var(--hpp-primary);
	color: #ffffff;
}
.hpp-image-cards-carousel .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.hpp-image-cards-carousel:hover .owl-theme .owl-nav .owl-prev {
	opacity: 1;
	left: 0;
}
.hpp-image-cards-carousel:hover .owl-theme .owl-nav .owl-next {
	opacity: 1;
	right: 0;
}

/*
Image Card Grid Area Style
================================*/
.hpp-image-card-grid.bg-gray {
  background-color: #f4f5fa;
}
.hpp-image-card-grid.bg-gray h2, .hpp-image-card-grid.bg-gray p, section.hpp-image-card-grid.ptb-100.wp-block-hpp-image-card-grid h2, section.hpp-image-card-grid.ptb-100.wp-block-hpp-image-card-grid p{
  color: #333333;
}
.hpp-image-card-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.hpp-image-card-row .hpp-image-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.hpp-image-card-row .hpp-image-card-link .hpp-image-card {
  height: 100%;
}
.hpp-image-card-row .hpp-image-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.hpp-image-card-row .hpp-image-card .hpp-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.hpp-image-card-row .hpp-image-card .hpp-card-desc {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.hpp-image-card-row .hpp-image-card img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 140px;
  max-height: 140px;
  object-fit: contain;
  transition: transform 0.35s ease;
  transform-origin: bottom right;
}
.hpp-image-card-row .hpp-image-card:hover img {
  transform: scale(1.15);
}
.hpp-image-card-row .hpp-image-card.text-light .hpp-card-title { color: #ffffff; }
.hpp-image-card-row .hpp-image-card.text-light .hpp-card-desc { color: rgba(255, 255, 255, 0.8); }
.hpp-image-card-row .hpp-image-card.text-dark .hpp-card-title { color: #333333; }
.hpp-image-card-row .hpp-image-card.text-dark .hpp-card-desc { color: #333333; }

/* Override Bootstrap mark styling for Gutenberg inline color marks */
mark.has-inline-color{padding:0;background-color:transparent;}
