:root {
  --primary-color: #55bce9;
  --secondary-color: #7370b5;
  --third-color: rgba(65, 148, 179, 0.75);
  --white-color: #ffffff;
  --black-color: #000000;
  --light-gray-color: #f5f5f5;
  --dark-gray-color: #333333;
  --heading-color: #323232;
  --sub-heading-color: #7f7f7f;
  --text-color: #7f7f7f;
  --primary-font: "Open Sans", sans-serif;
}

/*-----------------------------------
* Global Styles
*-----------------------------------*/
a,
a:hover,
a:focus,
a:before,
a:after {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
a {
  color: var(--heading-color);
}
a:hover {
  color: var(--primary-color);
}
h2 {
  font-family: "Open Sans";
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
  color: #323232;
  font-size: 30px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 12px 30px;
  height: 50px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */
  outline: none;
}

textarea {
  height: 170px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #b2b2b2;
  /** Contact Form 7 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b2b2ba;
  opacity: 1;
}
.wpcf7-form .wpcf7-form-item {
  margin-bottom: 10px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 0;
  color: #d94e90;
}
.wpcf7-form .wpcf7-validation-errors {
  border: medium none;
  display: block;
  text-align: center;
  margin: 20px 0 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b2b2ba;
  opacity: 1;
}

input::-webkit-placeholder,
textarea::-webkit-placeholder {
  color: #b2b2ba;
  opacity: 1;
}

input::-o-placeholder,
textarea::-o-placeholder {
  color: #b2b2ba;
  opacity: 1;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: #b2b2ba;
  opacity: 1;
}

.placeholder-white input::-moz-placeholder,
.placeholder-white textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.placeholder-white input::-webkit-input-placeholder,
.placeholder-white textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.placeholder-white input::-o-placeholder,
.placeholder-white textarea::-o-placeholder {
  color: #fff;
  opacity: 1;
}

.placeholder-white input::-ms-placeholder,
.placeholder-white textarea::-ms-placeholder {
  color: #fff;
  opacity: 1;
}

.placeholder-white input {
  color: #fff;
}

.element-form-post {
  position: relative;
}
.element-form-post i {
  left: 20px;
  position: absolute;
  top: 16px;
}

.wpcf7-form .form-white .wpcf7-form-control,
.wpcf7-form .form-white .wpcf7-form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.wpcf7-form [class*="menu-"] {
  position: relative;
}
.wpcf7-form [class*="menu-"]:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: -2px;
  right: 28px;
  z-index: -1;
}
.wpcf7-form .form-white [class*="menu-"]:before {
  color: #fff;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 12px 25px;
}
.wpcf7-form select option {
  color: #323232;
}

.wpcf7-form .wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-size: 13px;
  font-style: italic;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-not-valid-tip.wpcf7-validation-errors {
  color: #7370b5;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-not-valid-tip.wpcf7-mail-sent-ng {
  border: none;
  padding: 0;
  color: #55bce9;
}

.wpcf7-not-valid-tip {
  color: #7370b5 !important;
}
.foustfamily-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.foustfamily-heading {
  color: var(--heading-color);
  font-family: var(--primary-font);
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
}
.foustfamily-subheading {
  color: var(--sub-heading-color);
  font-family: var(--primary-font);
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 28px;
}
.foust-subheading {
  margin: 0;
  font-size: 24px;
  text-align: center;
  font-family: var(--primary-font);
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #323232;
}
.foust-heading {
  margin: 0;
  font-size: 50px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-family: var(--primary-font);
}
.foust-description {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 28px;
  color: var(--text-color);
}
/*-----------------------------------
* Header Styles
*-----------------------------------*/
.foust-header-top {
  font-size: 14px;
  position: relative;
  z-index: 1001;
  background-color: #fafafa;
  color: #a5a5a5;
  margin-right: auto;
  margin-left: auto;
}
.foust-header-top:before {
  height: 10px;
  content: "";
  display: block;
  background: linear-gradient(to right, #55bce9 0%, #7370b5 100%);
  width: 100%;
}
.foust-single-social svg {
  width: 20px;
  height: auto;
  fill: var(--primary-color);
}
.foust-single-social a i {
  font-size: 20px;
  color: var(--primary-color);
}
.foust-single-social a {
  font-size: 14px;
  color: #a5a5a5;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.foust-header-social {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  padding: 4px 15px;
}
.foust-single-social span {
  color: #a5a5a5;
  font-size: 14px;
}

.foust-header-logo img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.foust-header-logo a {
  display: block;
  padding: 20px 0;
}
.foust-header-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

/*-----------------------------------
* Navigation Styles
*-----------------------------------*/
.slicknav_menu {
  display: none;
}
ul.slicknav_nav {
  background: #222;
  width: 100%;
  padding: 15px;
}
a.slicknav_btn {
  background: #55bce9;
  font-size: 20px;
  border-radius: 0;
}
.slicknav_nav a {
  text-decoration: none;
  color: #999;
  font-size: 16px;
  text-transform: none;
}
a.slicknav_item.slicknav_row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.slicknav_nav .slicknav_row:hover {
  border-radius: 0px;
  background: var(--primary-color);
  color: #fff;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 8px 10px;
}
@media screen and (min-width: 993px) {
  .foust-header-menu {
    display: flex;
    align-items: center;
  }

  .foust-header-menu .menu-main-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }

  .foust-header-menu .menu-main-menu-container ul li {
    position: relative;
    white-space: nowrap;
    margin: 0 15px;
  }

  .foust-header-menu .menu-main-menu-container ul li:last-child {
    margin-right: 0;
  }

  .foust-header-menu .menu-main-menu-container ul li a {
    position: relative;
    color: var(--heading-color);
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 70px;
    -webkit-transition: all 280ms linear 0ms;
    -moz-transition: all 280ms linear 0ms;
    -ms-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms;
  }

  .foust-header-menu .menu-main-menu-container ul li a:hover {
    color: var(--secondary-color);
  }

  .foust-header-menu .menu-main-menu-container ul li.current-menu-item > a,
  .foust-header-menu .menu-main-menu-container ul li.current-menu-ancestor > a {
    color: var(--secondary-color);
  }

  .foust-header-menu
    .menu-main-menu-container
    ul
    li.menu-item-has-children
    > a::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 7px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: translateY(1px);
    transition: transform 0.3s ease;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23323232"><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z"/></svg>');
    background-size: 20px;
  }

  /* Optional hover/active rotation */
  .foust-header-menu
    .menu-main-menu-container
    ul
    li.menu-item-has-children:hover
    > a::after {
    transform: rotate(180deg) translateY(-1px);
  }

  /* Dropdown Menu Styles */
  .foust-header-menu .menu-main-menu-container ul li ul.sub-menu {
    background-color: var(--primary-color);
    margin: 0;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    flex-direction: column;
    align-items: start;
  }

  .foust-header-menu .menu-main-menu-container ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .foust-header-menu .menu-main-menu-container ul li ul.sub-menu li {
    margin: 0;
    padding: 0 30px;
    display: block;
  }

  .foust-header-menu .menu-main-menu-container ul li ul.sub-menu li a {
    display: block;
    padding: 13px 0;
    color: var(--white-color);
    line-height: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .foust-header-menu
    .menu-main-menu-container
    ul
    li
    ul.sub-menu
    li:last-child
    a {
    border-bottom: none;
  }

  .foust-header-menu .menu-main-menu-container ul li ul.sub-menu li a:hover {
    color: var(--dark-gray-color);
  }
}

/* Mobile Navigation */
@media screen and (max-width: 992px) {
  .foust-header-menu {
    display: none;
    background: #222;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
  }

  .foust-header-menu.open {
    display: block;
  }

  .foust-header-menu .menu-main-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .foust-header-menu .menu-main-menu-container ul li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px;
  }

  .foust-header-menu .menu-main-menu-container ul li a {
    display: block;
    color: #999;
    font-size: 16px;
    padding: 10px 0;
    line-height: normal;
  }

  .foust-header-menu .menu-main-menu-container ul li a:hover,
  .foust-header-menu .menu-main-menu-container ul li.current-menu-item > a,
  .foust-header-menu .menu-main-menu-container ul li.current-menu-ancestor > a {
    color: var(--white-color);
  }

  .foust-header-menu .menu-main-menu-container ul li ul.sub-menu {
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .foust-header-menu .menu-main-menu-container ul li.open > ul.sub-menu {
    max-height: 500px;
  }

  .foust-header-menu
    .menu-main-menu-container
    ul
    li.menu-item-has-children
    > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    transition: transform 0.3s ease;
  }

  .foust-header-menu
    .menu-main-menu-container
    ul
    li.menu-item-has-children.open
    > a:after {
    transform: rotate(90deg);
  }
}

.foust-header-search svg {
  width: 20px;
  height: auto;
  fill: var(--primary-color);
}
.foust-header-btm-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.foust-page-heading {
  background: linear-gradient(
    to right,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foust-page-title {
  padding: 0 10px;
}

.foust-page-title h2 {
  margin: 0;
  font-size: 40px;
  color: #fff;
  line-height: normal;
  font-weight: 300;
}

.wp_breadcrumbs_cb-breadcrumbs .wpbc-home-icon {
  width: 18px;
  height: 18px;
  vertical-align: -2px;
}

#wp_breadcrumbs_cb_breadcrumbs {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
}

li.wp_breadcrumbs_cb-breadcrumb-item {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  list-style: none;
}

.wp_breadcrumbs_cb-breadcrumb-item svg {
  width: 20px;
  fill: #fff;
}

.wp_breadcrumbs_cb-breadcrumb-item svg path {
  fill: #fff;
}

li.wp_breadcrumbs_cb-breadcrumb-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
}
.wp_breadcrumbs_cb-breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
li.wpbc-sep svg {
  width: 11px;
  height: 11px;
  fill: #fff;
}
li.wpbc-sep svg path {
  fill: #fff;
}
li.wpbc-sep {
  line-height: normal;
  display: flex;
}

.foust-breadcrumb-area {
  margin-right: 15px;
}

/* ===== FOUST header search (final) ===== */

.foust-header-search {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 10;
}

/* toggle (magnifier) */
.fhs-toggle {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: transparent;
  border: 1px solid transparent;
  color: currentColor;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  align-items: center;
  justify-content: center;
}
.fhs-toggle:hover {
  border-color: transparent;
}
.is-open .fhs-toggle,
.is-open .fhs-toggle:hover {
  border-color: rgba(0, 0, 0, 0.25) !important;
  border-left-color: transparent !important;
}
.is-closing .fhs-toggle,
.is-closing .fhs-toggle:hover {
  border-color: transparent !important;
}

.foust-header-search.is-open .fhs-toggle:hover,
.fhs-toggle:hover {
  background: none;
}

.fhs-panel {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 225px;
  overflow: hidden;
  pointer-events: none;
  width: 225px;
}

/* inner is what animates (GPU-friendly) */
.fhs-panel-inner {
  transform: scaleX(0);
  transform-origin: right center;
  opacity: 0;
  transition: transform 0.35s ease-in-out, opacity 0.28s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.fhs-panel .fhs-panel-inner input {
  max-width: 225px;
  background-color: #fff;
  opacity: 1;
  display: block;
  padding: 12px 15px;
  height: 50px;
}
/* OPEN state */
.foust-header-search.is-open .fhs-panel {
  pointer-events: auto;
}
.foust-header-search.is-open .fhs-panel-inner {
  transform: scaleX(1);
  opacity: 1;
}
.fhs-panel label {
  display: inline-block;
}

.foust-header-search.is-open.is-closing .fhs-panel-inner {
  transform: scaleX(0);
  opacity: 0;
}

/* WP form polish */
.foust-header-search .search-form {
  width: 100%;
  display: inline-block;
  max-width: 225px;
}
.foust-header-search .search-field {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 16px;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: all 300ms linear 0ms;
}
.foust-header-search .search-field:focus {
  border-color: rgba(0, 128, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 128, 255, 0.2);
}
.foust-header-search input.search-submit {
  display: none;
}

@media (max-width: 768px) {
  .fhs-panel {
    width: min(68vw, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fhs-toggle,
  .fhs-panel-inner {
    transition: none !important;
  }
}

/*-----------------------------------
* Appointment Styles
*-----------------------------------*/
.foust-appointment-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.foust-appointment {
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  background-image: url(../img/appointment.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.foust-appointment:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 188, 233, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.foust-appointment .foust-subheading {
  padding-top: 75px;
  margin-bottom: 5px;
}

.foust-appointment .foust-heading {
  margin-bottom: 30px;
}

.foust-testimonial-area {
  overflow: hidden;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  background-image: url(../img/dental-floss.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.foust-testimonial .foust-subheading {
  padding-top: 75px;
}
.foust-testimonial::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 150, 207, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.foust-app-working-area {
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  background-image: url(../img/toothbrushes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.foust-app-working-area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 112, 181, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.foust-app-working-area .foust-subheading {
  padding-top: 75px;
}

.foust-working-hours-area {
  margin-top: 60px;
}

.foust-working-hours-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  position: relative;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.foust-working-hours-single h4 {
  margin: 0;
  color: var(--white-color);
}

.foust-working-hours-single p {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.foust-working-hours-single:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*-----------------------------------
* Dental Care Styles
*-----------------------------------*/
.foust-dental-care-wrapper {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}

.foust-dental-care-wrapper .foust-heading {
  color: var(--heading-color);
}

.foust-dental-care-area {
  padding-top: 75px;
  padding-bottom: 85px;
}

/*-----------------------------------
* Why Choose us Styles
*-----------------------------------*/
.foust-dental-care-wrapper {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}

.foust-dental-care-wrapper .foust-heading {
  color: var(--heading-color);
}

.foust-description {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 28px;
  color: var(--text-color);
}

.foust-dental-care-area {
  padding-top: 75px;
  padding-bottom: 85px;
}

.foust-why-choose-us-area {
  background-color: var(--primary-color);
}

.foust-why-choose-us-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

.foust-why-choose-left img {
  margin-top: -65px;
  height: 100%;
}

.foust-why-choose-right {
  margin-top: 35px;
  text-align: left;
  margin-bottom: 20px;
  flex-basis: 60%;
}

.foust-why-choose-right .foust-heading {
  text-align: left;
  color: var(--heading-color);
}

.foust-why-choose-right .foust-description {
  color: var(--white-color);
  text-align: left;
  font-size: 28px;
  line-height: normal;
  font-weight: 300;
}

.foust-why-choose-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 25px;
}

.foust-why-choose-single-icon svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  fill: #fff;
  height: 70px;
  border-style: none;
}

.foust-why-choose-single-icon {
  background-color: #7370b5;
  height: 70px;
  line-height: 70px;
  width: 70px;
  border-style: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-basis: 70px;
}
.foust-why-choose-single-icon i {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.foust-why-choose-single {
  display: flex;
  gap: 28px;
  border: 4px solid var(--text-color);
  padding: 10px;
  justify-content: space-between;
}

.foust-why-choose-single-content {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
}

.foust-why-choose-single-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.foust-why-choose-single-content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.foust-why-choose-left {
  flex-basis: 40%;
}

.foust-insurance-area {
  padding-top: 75px;
  padding-bottom: 75px;
}

.foust-insurance-wrapper .foust-heading {
  color: var(--heading-color);
}

.foust-insurance-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
  text-align: center;
}

.foust-single-testimonial svg {
  width: 26px;
  fill: #fff;
  height: auto;
}

.foust-single-testimonial p {
  font-style: italic;
  font-size: 17px;
  color: var(--white-color);
  line-height: 30px;
  font-weight: normal;
}

.foust-single-testimonial-footer {
  display: flex;
  gap: 20px;
  align-items: center;
}

.foust-single-testimonial-footer img {
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}

.foust-single-testi-client h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: var(--white-color);
  font-weight: normal;
}

.foust-single-testi-client p,
.foust-single-testi-client p a {
  font-style: normal;
  margin: 0;
  margin-top: 4px;
  color: #fff;
}
.foust-single-testimonial {
  padding: 40px 20px 29px 62px;
}
.foust-testimonial-wrapper .owl-nav {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.foust-testimonial-wrapper .owl-nav button span {
  font-size: 50px;
  color: #fff;
}

/*-----------------------------------
* Contact Us Styles
*-----------------------------------*/
.foust-contact-us {
  background-color: transparent;
  background-image: url(../img/map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 40px;
  position: relative;
  z-index: 2;
  gap: 100px;
  display: flex;
}

.foust-contact-us:after {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.85;
  z-index: -1;
}

.foust-footer-socials .foust-single-social span {
  font-family: var(--primary-font);
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: var(--text-color);
  font-size: 16px;
}

.foust-footer-socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.foust-footer-socials .foust-single-social:nth-child(2) a span,
.foust-footer-socials .foust-single-social:nth-child(3) a span {
  color: var(--primary-color);
}

.foust-contact-us-left h2 {
  margin: 0 0 34px;
  font-size: 28px;
  line-height: 1;
  color: var(--heading-color);
  font-weight: normal;
  font-style: normal;
}

.foust-contact-us-form h2 {
  margin: 0 0 34px;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--heading-color);
}
.foust-contact-us-form .wpcf7-submit {
  background-color: #323232;
  border: 1px solid #323232;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 4px;
  padding: 16px 38px;
  position: relative;
}
.foust-contact-us-form .wpcf7-submit:hover {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #55bce9;
  border-color: #55bce9;
  cursor: pointer;
}
.foust-footer-wrapper {
  margin-top: 20px;
}

.foust-footer-wrapper p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 300;
}

/*-----------------------------------
* Meet the Team Styles
*-----------------------------------*/
.foust-meet-single-team {
  display: flex;
  gap: 40px;
}

.foust-meet-single-team-content {
  flex-basis: 72%;
}

.foust-meet-single-team-img {
  flex-basis: 25%;
}

.foust-meet-single-team-name h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: var(--heading-color);
}

.foust-meet-single-team-text p {
  font-family: var(--primary-font);
  line-height: 1.6em;
  font-weight: normal;
  font-style: normal;
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 15px;
}

.foust-meet-team-content-area {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.foust-meet-the-team-area {
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #eee;
}

/*---------------------------------------
* Team Single Page Styles
*---------------------------------------*/
.foust-team-single-page {
  display: flex;
  gap: 50px;
  border: 1px solid #e5e5e5;
  margin-bottom: 90px;
}
.foust-team-single-img {
  flex-basis: 43%;
}
.foust-team-single-content-area {
  padding: 40px 30px 40px 0px;
  flex-basis: 70%;
}

.foust-team-single-content-area h2 {
  font-size: 50px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
}

.foust-team-single-content p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 2em;
}

.foust-team-single-meta-area {
  margin-top: 30px;
}

.foust-team-single-meta-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 11px;
  padding: 13px 0;
  position: relative;
  align-items: center;
}

.foust-team-single-meta-item svg {
  width: 25px;
  height: auto;
  fill: var(--primary-color);
}

.foust-team-single-meta-item span {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6em;
}

.foust-team-single-meta-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.foust-team-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.foust-team-social i {
  color: var(--text-color);
  font-size: 21px;
}
.foust-team-social i:hover {
  color: var(--primary-color);
}

.foust-team-category-archive {
  margin-bottom: 60px;
}
.tax-team-category .foust-team-category-archive {
  display: flex;
  gap: 50px;
}

.tax-team-category .foust-team-category-left {
  flex-basis: 70%;
}

.tax-team-category .foust-sidebar-area {
  flex-basis: 30%;
}
.tax-team-category .foust-team-member-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
}
.tax-team-category .foust-team-member-content .entry-title {
  color: var(--text-color);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 5px;
}
.tax-team-category .foust-team-member-content .entry-title a {
  color: var(--heading-color);
  text-decoration: none;
}
.tax-team-category .foust-team-member-content {
  text-align: left;
}

.foust-team-member-content p {
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  font-size: 16px;
}

/*-----------------------------------
* Testimonial Styles
*-----------------------------------*/
.foust-testimonials-heading {
  text-align: center;
}

.foust-testimonials-heading h2 {
  font-size: 50px;
  line-height: 1;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  color: var(--heading-color);
}

.foust-testimonials-area {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.foust-single-testi {
  background-color: #fff;
  padding: 40px 20px 29px 98px;
}

.foust-single-testi-content svg {
  width: 30px;
  height: auto;
  fill: var(--primary-color);
  position: absolute;
  left: -40px;
  top: 0;
}

.foust-single-testi-content {
  position: relative;
}

.foust-single-testi-content p {
  font-style: italic;
  font-size: 17px;
  color: #7f7f7f;
  line-height: 30px;
  font-weight: normal;
}
.foust-testimonials-contents-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.foust-single-testi-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.foust-single-testi-footer {
  display: flex;
  gap: 25px;
  align-items: center;
}

.foust-single-testi-info h3 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-family: var(--primary-font);
}

.foust-single-testi-info a {
  color: var(--heading-color);
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

/*-----------------------------------
* Our Office Styles
*-----------------------------------*/
.foust-our-office-top {
  display: flex;
  gap: 50px;
}

.foust-our-office-left {
  flex-basis: 50%;
}

.foust-our-office-right {
  flex-basis: 50%;
}

.foust-our-office-heading h2 {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  color: var(--heading-color);
  margin: 0;
}

.foust-our-office-left-content p,
.foust-our-office-left-content {
  font-family: var(--primary-font);
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 15px;
}

.foust-our-office-right-heading h2 {
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: var(--heading-color);
  font-size: 24px;
}

.foust-our-office-hour svg {
  width: 10px;
  height: auto;
  fill: var(--primary-color);
}

.foust-our-office-right-hours {
  margin-top: 20px;
}

.foust-our-office-hour {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  padding-left: 0px;
  position: relative;
}

.foust-our-office-hour strong {
  padding-left: 20px;
}

.foust-our-office-hour:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.foust-our-office-bottom-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.foust-our-office-single-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.foust-our-office-single-item h2,
.foust-our-office-single-item h2 a {
  font-size: 20px;
  font-weight: 300;
  margin: 13px 0 15px;
  text-align: center;
  line-height: 30px;
  font-style: normal;
  color: #323232;
}
.foust-our-office-single-item a {
  display: flex;
  position: relative;
}

.foust-our-office-single-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.foust-our-office-single-item > a:before {
  content: "";
  background: linear-gradient(to right, #55bce9 0%, #7370b5 100%);
  transition: all 0.2s linear;
  position: absolute;
  top: -100%;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.foust-our-office-single-item:hover > a:before {
  opacity: 0.5;
  visibility: visible;
  top: 0;
  transition: all 0.3s;
  bottom: 0;
  height: 100%;
}

.foust-our-office-single-btn svg {
  width: 17px;
  height: auto;
  fill: #fff;
}

.foust-our-office-single-btn {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -100px;
  left: -50%;
  z-index: 99;
  transform: translateX(50%);
  width: 100%;
  justify-content: center;
}

.foust-our-office-single-btn a {
  background-color: var(--primary-color);
  padding: 12px;
}

.foust-our-office-single-btn a:last-child {
  background-color: #7370b5;
}
.foust-our-office-single-item:hover .foust-our-office-single-btn {
  top: 28px;
  transition: all 0.3s;
}
.foust-our-office-bottom-menu {
  margin-top: 50px;
}

.foust-our-office-bottom-menu ul {
  margin: 0;
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  list-style: none;
  gap: 15px;
}
.foust-filter-list .filter-item.is-hidden {
  opacity: 0;
  transform: scale(0.98);
  visibility: hidden;
  pointer-events: none;
}

.foust-filter-menu a.is-active {
  color: var(--primary-color);
}
ul.foust-filter-menu a {
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #323232;
  display: inline-block;
  padding: 4px 25px;
  margin: 0;
  transition: all 300ms linear 0ms;
  line-height: 30px;
}
ul.foust-filter-menu a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

/*-----------------------------------
* Page
*-----------------------------------*/
.foust-page-content p {
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  font-size: 16px;
}

.foust-page-content h3 {
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: var(--heading-color);
  font-size: 24px;
  font-family: var(--primary-font);
}

/*-----------------------------------
* Contact Us Styles
*-----------------------------------*/
.foust-contact-us-wrapper {
  display: flex;
  gap: 40px;
}

.foust-contact-us-page-left {
  flex-basis: 65%;
}

.foust-contact-us-page-right {
  flex-basis: 35%;
}

.foust-contact-us-heading h2 {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  color: #323232;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 30px;
}

.foust-contact-us-right-heading h2 {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  color: #323232;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 30px;
}

.foust-contact-us-content .wpcf7-submit {
  background-color: #323232;
  border: 1px solid #323232;
  border-top-color: rgb(50, 50, 50);
  border-right-color: rgb(50, 50, 50);
  border-bottom-color: rgb(50, 50, 50);
  border-left-color: rgb(50, 50, 50);
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 4px;
  padding: 16px 38px;
  position: relative;
}

.foust-contact-us-content .wpcf7-submit:hover {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #55bce9;
  border-color: #55bce9;
  cursor: pointer;
}

.foust-contact-us-social i {
  font-size: 20px;
  color: #7370b5;
}

.foust-contact-us-social {
  display: flex;
  gap: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  position: relative;
}

.foust-contact-us-right-content {
  display: flex;
  flex-direction: column;
}

.foust-contact-us-social:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*-----------------------------------
* Services Accordion Styles
*-----------------------------------*/
.foust-service-page-area {
  padding: 60px 0;
}

.foust-services-accordion {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
}

.foust-accordion-left {
  background: #fff;
}

.foust-accordion-menu {
  display: flex;
  flex-direction: column;
}

.foust-accordion-item {
  padding: 12px 25px;
  background: #6c5b9e;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-family: var(--primary-font);
  border-bottom: 2px solid #fff;
}

/* .foust-accordion-item:first-child {
    background: #5dafe4;
} */

.foust-accordion-item:hover {
  background: #5dafe4;
}

/* .foust-accordion-item:first-child:hover {
    background: #4a9fd4;
} */

.foust-accordion-item.active {
  background: #5dafe4;
}

.foust-accordion-item:first-child.active {
  background: #4a9fd4;
}

.foust-accordion-item .arrow {
  font-size: 30px;
  font-style: normal;
  transition: transform 0.3s ease;
  line-height: 1;
  position: relative;
}
.foust-accordion-item .arrow:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 25px;
  letter-spacing: 0;
  line-height: 45px;
  position: absolute;
  right: -17px;
  text-align: center;
  top: -21px;
  width: 50px;
  display: block;
  height: 50px;
}
.foust-accordion-item.active .arrow {
  /* transform: translateX(5px); */
}

.foust-accordion-right {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 40px;
  position: relative;
}

.foust-accordion-content {
  display: none;
}

.foust-accordion-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

.foust-accordion-content h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0;
}

.foust-accordion-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.foust-accordion-content p strong {
  color: #333;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media screen and (max-width: 992px) {
  .foust-services-accordion {
    grid-template-columns: 1fr;
  }

  .foust-accordion-right {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 640px) {
  .foust-accordion-item {
    padding: 15px 20px;
    font-size: 14px;
  }

  .foust-accordion-content h2 {
    font-size: 22px;
  }

  .foust-accordion-content p {
    font-size: 14px;
  }
}

/* show content directly under the active heading on mobile */
@media (max-width: 992px) {
  .foust-accordion-right {
    display: none;
  } /* JS also toggles, this guards FOUC */
  .foust-accordion-content.inlined {
    display: block; /* ensure visibility when moved */
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 20px;
    animation: fadeIn 0.3s ease;
  }
}

/*-----------------------------------
* Search Results Styles
*-----------------------------------*/
.foust-search-result {
  display: flex;
  gap: 40px;
}

.foust-search-category-left {
  flex-basis: 70%;
}

.foust-sidebar-area {
  flex-basis: 30%;
}

.foust-search-category-left article {
  padding: 30px 40px 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
}
header.entry-header h2 {
  margin-top: 0;
}

/*----------------------------------
* Social Share Icon
-----------------------------------*/
.foust-share-icons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.foust-share-icon {
  position: relative;
  color: #b2b2b2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.foust-share-icon:hover {
  color: #000;
}
.foust-share-icon svg {
  display: block;
  width: 22px;
  height: auto;
}

/* Tooltip styling */
.foust-share-icon .tooltip {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, bottom 0.2s ease;
}
.foust-share-icon:hover .tooltip {
  opacity: 1;
  bottom: 140%;
}

.foust-facebook:hover {
  color: #1877f2;
}
.foust-twitter:hover {
  color: #1da1f2;
}
.foust-linkedin:hover {
  color: #0077b5;
}
.foust-post-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.search-results .foust-post-meta {
  margin-bottom: 30px;
}
.foust-search-category-left .post-thumbnail img {
    width: 100%;
}
.social-share {
  display: flex;
  align-items: center;
  gap: 20px;
}
.foust-post-meta-left svg {
  padding-right: 2px;
  color: var(--secondary-color);
  width: 17px;
  height: auto;
}

.foust-post-meta-left a {
  color: var(--primary-color);
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.foust-post-meta-left {
  display: flex;
  gap: 25px;
}

.foust-post-meta-left {
  display: flex;
  gap: 25px;
}

.foust-galleries-top-wrapper {
  display: flex;
  gap: 100px;
  margin-bottom: 30px;
}

.foust-galleries-left {
  flex-basis: 76%;
}

.foust-galleries-right {
  flex-basis: 24%;
}

.foust-single-galleries-item h1.entry-title {
  margin-top: 0;
  margin-bottom: 25px;
}

ul.gallery-term-list li a {
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #323232;
  display: inline-block;
  padding: 4px 25px;
  margin: 0;
  transition: all 300ms linear 0ms;
  line-height: 30px;
}
ul.gallery-term-list li a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
ul.gallery-term-list {
  list-style: none;
  margin: 0;
}

.foust-single-galleries-item .post-thumbnail img {
  width: 100%;
}

.foust-single-galleries-item article {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 40px;
}

/*-----------------------------------
* 404 Page Styles
*-----------------------------------*/
.error-404 {
  padding: 80px 0;
  background: #fff;
}

.error-404-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.error-404-number {
  margin: 0 0 30px;
  letter-spacing: -5px;
  font-size: 300px;
  line-height: 1;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: normal;
}

.error-404-title {
  font-weight: normal;
  color: var(--heading-color);
  font-size: 48px;
  margin: 54px 0 20px;
  line-height: 1;
}

.error-404-subtitle {
  font-size: 28px;
  line-height: 1;
  color: #7370b5;
  font-weight: 300;
  margin-bottom: 60px;
}

.error-404-search {
  margin-bottom: 30px;
  text-align: center;
}

.error-404-search .search-label {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.error-404-search .search-form {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.error-404-search .search-form input[type="search"] {
  width: 100%;
  padding: 15px 50px 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.error-404-search .search-form input[type="search"]:focus {
  border-color: #5dafe4;
}

.error-404-search .search-form button,
.error-404-search .search-form input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #5dafe4;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}

.error-404-search .search-form button:hover,
.error-404-search .search-form input[type="submit"]:hover {
  color: #4a9fd4;
}

/* If using Font Awesome for search icon */
.error-404-search .search-form button:before {
  content: "🔍";
  font-style: normal;
}

.error-404-or {
  font-size: 16px;
  color: #999;
  margin: 25px 0;
  font-weight: 400;
}

.error-404-button {
  display: inline-block;
  padding: 15px 50px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.error-404-button:hover {
  background: #5dafe4;
  color: #fff;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .error-404 {
    padding: 60px 20px;
  }

  .error-404-number {
    font-size: 120px;
  }

  .error-404-title {
    font-size: 28px;
  }

  .error-404-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .error-404-number {
    font-size: 90px;
  }

  .error-404-title {
    font-size: 24px;
  }

  .error-404-subtitle {
    font-size: 14px;
  }

  .error-404-button {
    padding: 12px 40px;
    font-size: 14px;
  }
}
.error-404-search input.search-submit {
  display: none;
}

.error-404-search label {
  width: 100%;
}
a.error-404-button {
  color: #fff;
  border-radius: 0;
}

/*-----------------------------------
* Single
*-----------------------------------*/
.foust-single-post-wrapper {
  display: flex;
  gap: 100px;
}

.foust-single-post-left {
  flex-basis: 75%;
}

.foust-single-post-right {
  flex-basis: 25%;
}

h1.entry-title {
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  color: var(--heading-color);
}

.entry-meta svg {
   width: 15px; 
  height: auto;
}

.foust-single-post-left .post-thumbnail img {
  width: 100%;
}

.entry-content p {
  font-family: var(--primary-font);
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  font-size: 16px;
}
.comments-area input input[type="text"],
.comments-area input input[type="email"] {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 12px 30px;
  padding-left: 30px;
  height: 50px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
}
.comments-area input#submit {
  background-color: var(--heading-color);
  border: 1px solid var(--heading-color);
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 4px;
  padding: 16px 38px;
  position: relative;
  -webkit-appearance: button;
  cursor: pointer;
}
.comments-area input#submit:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.comments-area textarea {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 12px 30px;
  min-height: 50px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  outline: none;
  max-width: 100%;
  width: 100%;
}

/*-----------------------------------
* Sidebar
*-----------------------------------*/
input.search-submit {
  background-color: var(--heading-color);
  border: 1px solid var(--heading-color);
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 4px;
  padding: 15px 18px;
  position: relative;
  cursor: pointer;
}
input.search-submit:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

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

.widget ul li {
  padding: 10px 0;
  position: relative;
  color: var(--heading-color);
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #7f7f7f52;
}

.widget ul li a {
  padding-right: 5px;
}

.widget ul li a::before {
  color: #55bce9;
  content: "\f105";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 11px;
  font-family: "FontAwesome";
}

/*-----------------------------------
* Author Archive & Blog Styles
*-----------------------------------*/
.foust-blog-archive-wrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 80px;
  padding: 60px 0;
}

.foust-author-header {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 40px;
}

.foust-author-avatar img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.foust-author-name {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
}

.foust-author-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.foust-posts-grid {
  display: grid;
  gap: 30px;
}

.foust-blog-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.foust-blog-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.foust-blog-thumbnail {
  position: relative;
  overflow: hidden;
}

.foust-blog-thumbnail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.foust-blog-item:hover .foust-blog-thumbnail img {
  transform: scale(1.05);
}

.foust-blog-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #5dafe4;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
  min-width: 60px;
}

.foust-date-day {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: var(--heading-color);
}

.foust-date-month {
  font-size: 14px;
  text-transform: capitalize;
}

.foust-blog-comments {
  position: absolute;
  top: 84px;
  left: 20px;
  background: #7370b5;
  color: #fff;
  padding: 8px 15px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.foust-blog-comments svg {
  width: 15px;
  height: auto;
  fill: white;
}
.foust-blog-comments .comment-icon {
  font-style: normal;
}

.foust-blog-content {
  padding: 30px;
}

.foust-blog-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.4;
}

.foust-blog-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.foust-blog-title a:hover {
  color: #5dafe4;
}

.foust-blog-meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.foust-blog-meta a {
  color: #5dafe4;
  text-decoration: none;
}

.foust-blog-meta a:hover {
  text-decoration: underline;
}

.foust-blog-excerpt {
    font-size: 16px;
    line-height: 1.8em;
    color: var(--text-color);
}

.foust-no-posts {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #999;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #5dafe4;
  color: #fff;
  border-color: #5dafe4;
}
.foust-meta-author svg {
  width: 18px;
  height: auto;
}

.foust-meta-category svg {
  width: 18px;
  height: auto;
}

.foust-meta-category {
  display: flex;
  gap: 5px;
  align-items: center;
}

.foust-meta-author {
  display: flex;
  gap: 5px;
  align-items: center;
}
/* Responsive */
@media screen and (max-width: 992px) {
  .foust-blog-archive-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .foust-author-header {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .foust-blog-archive-wrapper {
    padding: 40px 20px;
  }

  .foust-blog-thumbnail img {
    height: 250px;
  }

  .foust-blog-content {
    padding: 20px;
  }

  .foust-blog-title {
    font-size: 20px;
  }

  .foust-author-name {
    font-size: 24px;
  }
}

/*-----------------------------------
* Category Archive Styles
*-----------------------------------*/
.foust-category-header {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
  text-align: center;
}

.foust-category-title {
  font-size: 36px;
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 15px;
  line-height: 1.2;
}

.foust-category-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.foust-category-description p {
  margin: 0;
}

/* Responsive Category Header */
@media screen and (max-width: 768px) {
  .foust-category-header {
    padding: 20px;
    margin-bottom: 30px;
  }

  .foust-category-title {
    font-size: 28px;
  }

  .foust-category-description {
    font-size: 14px;
  }
}


/*-----------------------------------
* Back to Top Button
*-----------------------------------*/
.foust-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 75px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.foust-back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.foust-back-to-top:hover {
    background: var(--secondary-color);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.foust-back-to-top svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .foust-back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .foust-back-to-top svg {
        width: 20px;
        height: 20px;
    }
}