.home-hero {
  position: relative;
}
.blog-card h3,
.blog-card a  {
	white-space: normal;
}
.blog-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-cta-footer-v2 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0 !important;
}
.home-cta-footer {
	padding-right: 20px;
}
.home-hero-content {
  /* position: absolute; */
}
.opacity--4 {
	opacity: .4;
}
.floating-phone img {
	filter: invert(1);
}
.blog-card {
	margin-bottom: 20px;
}
.wp-block-list li {
	list-style: disc;
}
.wp-block-list {
	padding-left: 20px;
}
.floating-phone {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1b2a41;
  color: white;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  z-index: 9999;
}

.floating-phone:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.home-hero > img,
.home-hero > video{
  width: 100%;
  height: calc(100% - 86px);
  /* height: 100%; */
  object-fit: cover;
  position: absolute;
}
.site-main > section:first-of-type {
  padding-top: 86px;
}
.home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 86px;
  width: 100%;
  height: calc(100% - 87px);
  background: linear-gradient(to bottom, #1b2a41, rgba(27, 42, 65, 0.3));
}
.home-hero-content {
  position: relative;
  z-index: 3;
}
* {
  box-sizing: border-box;
}
.home-services-item {
  position: relative;
}
.home-services-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-content > div:last-of-type {
	display: none;
}
.home-services-item-content {
  position: absolute;
  padding: 40px;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.home-services-item a {
}
.home-services-item-content > span {
  padding: 15px 42px;
  border: 1px solid white;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.home-services-item {
  position: relative;
}
.home-services-item-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 42, 65, 0.5);
}
.home-services-item-content-upper > * {
  position: relative;
  z-index: 9;
}
.services-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
}
.inside-border-white img {
  width: 100%;
}
.inside-border-white {
  position: relative;
}
.inside-border-white::after {
  content: "";
  position: absolute;
  inset: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border: 1px solid white;
}
.home-cta {
	background-size: cover;
  position: relative;
}
.home-cta::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1b2a41;
  opacity: 0.8;
}
.home-cta .container {
  position: relative;
  z-index: 9;
}
.home-cta-footer {
  padding-top: 56px;
  padding-bottom: 56px;
}
.border-white {
  height: 1px;
  position: relative;
  z-index: 3;
  margin-top: 400px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.process-box {
  padding: 30px 35px;
  min-height: 100%;
  background: white;
  box-shadow: 0px 4px 30px 0 rgba(0, 0, 0, 0.05);
}
.home .latest-posts {
	display: none;
}
.process-box__item {
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  color: white;
  padding: 12px 13px;
  background: var(--primary-color);
}
.process-box p:not(:last-of-type) {
  margin-bottom: 20px;
}
.process-box p strong {
  font-weight: 500;
  display: inline;
/*   height: 60px; */
  color: #000;
}
.home-faq {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item--active .faq-icon {
  /* background: var(--primary-color); */
  transition: 0.3s;
}
.faq-item--active .faq-icon img {
  transition: 0.3s;
  transform: rotate(180deg);
}
.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-item {
  padding: 25px 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.faq-content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  margin-top: 15px;
}
.home-form .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#page {
  /* overflow: hidden; */
}
.home-form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-col {
  flex: 1 1 45%;
}

label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1e1e1e;
}

.input-field,
.textarea-field {
  width: 100%;
  padding: 15px;
  border: none;
  background-color: #fff;
  font-size: 16px;
}

.textarea-field {
  min-height: 120px;
  resize: vertical;
}

.submit-button {
  background-color: #12213c;
  color: #fff;
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  transition: background 0.3s;
}

.submit-button:hover {
  background-color: #0d1a30;
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.or-call {
  font-size: 16px;
  color: #888;
}

.or-call a {
  font-weight: bold;
  color: #12213c;
  text-decoration: underline;
}

.form-disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 30px;
}
input {
  background: white !important;
  border-radius: 0 !important;
  border: unset !important;
}
.home-form-content {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 25px;
  padding-bottom: 20px;
}
.form-footer p {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: -30px;
}
.wpcf7-submit {
  background: var(--primary-color) !important;
}
.wpcf7-form-control-wrap {
  display: flex;
  margin-top: 10px;
}
textarea {
  resize: unset;
  height: 130px;
}
.blog-card {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.blog-card > a img {
  width: 100%;
}
.blog-card .content {
  padding: 13px;
}
.blog-category-link {
  color: var(--accent-color);
}
.filled-arrow__button {
  padding-top: 20px;
  margin-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.filled-arrow__button span {
  color: var(--accent-color);
}
.footer-sm img {
  filter: invert(1);
  object-fit: contain;
  max-width: 20px;
}
.gap-20 {
  gap: 20px;
}
.footer-upper {
  padding-bottom: 40px;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}
.social-media__item a {
  border: 1px solid white;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.footer-info li a {
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
}
footer h6 {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 300;
  margin-bottom: 30px;
}
footer .menu li {
  margin-bottom: 10px;
}
.footer-bottom {
  padding-top: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid white;
}
.site-footer {
  padding-top: 40px;
}
.service-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 9;
  position: sticky;
  top: 0px;
}
.service-nav__item a {
  padding: 10px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.service-nav__item:last-of-type {
  padding-left: 30px;
  position: relative;
  margin-left: 20px;
}
.service-nav__item:last-of-type a {
  padding: 15px 30px;
  background: var(--primary-color);
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border: 1px solid var(--primary-color);
}
.service-nav__item:last-of-type::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background: var(--primary-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-service-how-we-work .process-box {
  padding: 30px;
  height: inherit;
}
.how-we-work-icon {
  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: rgba(198, 40, 40, 0.1);
}
.how-we-work-icon img {
  max-width: 32px;
}
.single-service-how-we-work .process-box h3 {
  /* height: 70px; */
}
.benefits-icons {
  width: 60px;
}
.benefits-list {
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 30px;
  display: flex;
}
.benefits-box {
  width: calc(50% - 15px);
}
.single-service-cta {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.single-service-cta p {
  color: #fff;
}
.single-service-cta-sec span {
  display: block;
  font-size: 64px;
  font-weight: 700;
}
.single-service-cta-sec .border-white {
  margin-top: 100px;
}

.home-pricing-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
.home-pricing-buttons a.active,
.home-pricing-buttons a:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s;
}
.home-pricing-buttons a {
  padding: 17px 32px;
  transition: 0.3s;
  background: white;
  color: var(--main-gray);
  font-size: 18px;
  line-height: 24px;
}
.home-pricing-list__group {
  display: none;
}
.home-pricing-list__group.active {
  display: block;
}
.home-pricing-list__tag {
  display: inline-block;
  padding: 6px 16px;

  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.home-pricing-list__description {
  padding-bottom: 27px;
  border-bottom: 1px solid #ededed;
}
.home-pricing {
  background: rgba(198, 40, 40, 0.1);
}
.home-pricing-list__item {
  background: white;
  border: 1px solid #ededed;
  padding: 25px;
}
.home-pricing-list__item br {
  display: none;
}
.home-pricing-list__list li {
  list-style: none;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  padding-left: 24px;
}
.home-pricing-list__list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.home-pricing-list__list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../icons/checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-pricing-list__item-2 .home-pricing-list__list ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.home-pricing-list__item-2 .home-pricing-list__list ul li {
  width: 50%;
  margin-bottom: 0;
	display: block;
}
.home-pricing-list__list {
  border-bottom: 1px solid #ededed;
  margin-bottom: 24px;
  padding-bottom: 27px;
}
.home-pricing-list__price {
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
}
.price-sufix {
  font-size: 14px;
  color: var(--main-gray);
  font-weight: 600;
}
.home-pricing-list__item-2.home-pricing-list__item {
  border: 4px solid var(--primary-color);
}
.mb-15 {
  margin-bottom: 15px;
}
.home-pricing-list__group .filled-arrow__button {
  padding-top: 0;
  margin-top: 0;
  border: unset;
  background: var(--primary-color);
  color: white;
  padding: 10px 15px;
  text-transform: uppercase;
}
.mb-24 {
  margin-bottom: 24px;
}
.scrolled .service-nav {
  top: 0px;
  transition: 0.3s;
}
.service-nav {
  transition: 0.3s;
  top: 87px;
  z-index: 99;
}
.form-group p,
.form-group span,
.form-group input {
  width: 100%;
}
.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.wpcf7-form-control {
  margin-top: 8px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  cursor: pointer;
  padding: 10px 13px;
  border: 1px solid #ccc;
  margin: 0;
  width: max-content;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.form-group input,
.form-group textarea,
#page .performance-analyzer__input {
  margin-top: 8px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  outline: unset;
  border-radius: 5px;
  position: relative;
}
.wpcf7-radio span {
  cursor: pointer;
}
#page .wpcf7-list-item.selected {
  background-color: var(--primary-color);
  color: #ffff;
  border-color: var(--primary-color);
  font-weight: bold;
}
.form-group br {
  display: none;
}
textarea {
  resize: unset;
}
/* .home-form {
  overflow-x: hidden;
  overflow-y: unset;
} */
.home-form .row {
  margin-left: 0;
  margin-right: 0;
}
.home-form .col-lg-6:first-of-type {
  padding-left: 0;
}
.faq-toggle h4 {
  white-space: normal;
}
.fqas-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
}
.faq-toggle h4 {
  padding-right: 30px;
}
.faq__output {
  display: none;
  width: 100%;
}
.faq__output.active {
  display: block;
}
.faq__tab-title.active a,
.faq__tab-title:hover a {
  background-color: var(--primary-color);
  color: #fff;
  border-color: #000;
  font-weight: bold;
}
.faq__tabs a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  padding: 10px 13px;
  border: 1px solid #ccc;
  margin: 0;
  width: max-content;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.56px;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}
.gap-16 {
  gap: 16px;
}
input,
textarea {
  outline: unset !important;
}
.category-filter ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(20px, 3.125vw, 60px);
  gap: 16px;
}
.blog-single-featured img {
  width: 100%;
  object-fit: cover;
  height: unset;
  max-height: 450px;
}
.category-filter a {
  display: inline-block;
  cursor: pointer;
  padding: 10px 13px;
  border: 1px solid #ccc;
  margin: 0;
  width: max-content;
  transition: 0.3s;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}
.category-filter a.active {
  background: var(--primary-color);
  color: white;
  transition: 0.3s;
}
#load-more {
  padding: 15px 30px;
  background: var(--primary-color);
  color: white;
  /* display: inline-block; */
  font-size: 16px;
  width: max-content;
  display: flex;
  margin-top: 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border: 1px solid var(--primary-color);
}
.container__inner {
  display: flex;
  gap: 40px;
}
.classic-subtitle {
  background: rgba(198, 40, 40, 0.1);
  padding: 10px 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.sidebar_single-post {
  position: sticky;
  top: 150px;
}
.container__inner-right h2,
.container__inner-right h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.container__inner-right p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #655f5f;
}
.global-cta__content {
  border: 5px solid var(--primary-color);
  text-align: center;
  padding: 30px;
  background: rgba(198, 40, 40, 0.1);
}
.global-cta__content a {
  display: inline-block;
}
.container__inner-right h2 {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 500;
}
.container__inner-right h3 {
  font-size: clamp(20px, 1.3541666667vw, 26px);
}
.global-cta__content h3 {
  font-weight: 600;
}
.person-img img {
  width: 100%;
}
.person-img img {
  aspect-ratio: 1/1.2;
  object-fit: cover;
}
.person-img {
  display: flex;
  margin-bottom: 10px;
}
.person-card {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
