/*------------------------------
 >>>Css Indexing
 ------------------
 01.Global Css
 
 */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* ==============================
Header Style
================================= */
.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  padding: 0 15px;
  z-index: 9;
  transition:
    top 0.4s ease,
    background-color 0.3s ease;
}

.site-header.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.site-header.nav-hide {
  top: -100px;
}

.site-header.nav-show {
  top: 20px;
}

.navbar-expand-lg .navbar-collapse {
  align-items: center;
  justify-content: center !important;
}

.navbar-area.navigation-style-01
  .custom-container
  .navbar-collapse
  .navbar-nav {
  text-align: center;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  padding: 0 36px;
}

.header-button {
  font-size: 18px;
  padding: 12px 22px;
  color: #053f20;
  background-color: #d5e27b;
  border-radius: 100px;
  font-weight: 700;
  transition: 0.5s;
}

a.header-button:hover {
  background: #32c850;
  border-color: #32c850;
}

ul#menu-mani-menu {
  position: relative;
}

ul#menu-mani-menu .current-menu-item a {
  color: #053f20;
}

ul#menu-mani-menu .current-menu-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00ffab;
  top: 50%;
  top: 48%;
  left: -9px;
}

.header-light ul#menu-mani-menu .current-menu-item a {
  color: #053f20;
}

.header-light ul#menu-mani-menu .current-menu-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #008054;
  top: 50%;
  top: 48%;
  left: -9px;
}

/* Hero Marquee Slider */

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.hero-slider-title {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}

.hero-small-block {
  overflow: hidden;
}

.single-hero-slide {
  overflow: hidden;
}

.hero-slider .swiper-slide {
  background-color: #00000000 !important ;
  padding: 0px !important;
}

.one-top-part {
  /* background: #4945FF; */
  padding: 37px 20px 0;
}

.one-bottom-part {
  position: relative;
  /* background: #fff; */
  padding: 20px;
  margin-top: 12px;
}

.slide-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.hero-angle-shape {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -8%;
  left: -15%;
  background: #080818;
  transform: rotate(45deg);
}

.one-bottom-part .hero-angle-shape.shape-bottom-right {
  top: 85%;
  left: 91%;
}

.two-top-part .hero-angle-shape.shape-top-right {
  top: -20%;
  left: 84%;
}

.two-bottom-part .hero-angle-shape.shape-Bottom-left {
  top: 90%;
  left: -18%;
}

.one-bottom-part h2 {
  font-size: 56px;
  line-height: 1em;
  margin-bottom: 6px;
}

.one-bottom-part p {
  color: #000;
  margin-bottom: 0;
}

.two-top-part {
  position: relative;
  padding-bottom: 12px;
}

.two-top-content {
  position: absolute;
  z-index: 22;
  bottom: 20px;
  left: 20px;
}

.two-top-content p {
  color: #fff;
}

.two-bottom-part {
  position: relative;
}

.two-bottom-wrap {
  position: absolute;
  top: 18px;
  left: 36px;
}

.two-bottom-top {
  position: relative;
  display: inline-block;
  width: 130px;
  margin-bottom: 20px;
}

.two-bottom-top-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.two-bottom-top-content h2 {
  font-size: 20px;
  font-weight: 600;
}

.two-bottom-top-content p {
  color: #000;
  font-size: 8px;
}

.two-bottom-bottom {
  position: relative;
  margin-left: 26px;
}

.two-bottom-down {
  position: absolute;
  top: 0;
  padding: 10px;
}

.two-bottom-down span {
  color: #000;
  font-size: 8px;
}

.two-bottom-down h2 {
  font-size: 20px;
}

/*
Map Area
*/
.map-image {
  position: relative;
}

svg.map-area {
  width: 100%;
}

.map-card-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.map-hover-part {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  padding: 25px 18px;
  text-align: left;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 183%);
  width: 300px;
}

.map-card-wrap.active .map-hover-part {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.map-card-wrap.active {
  z-index: 9999;
}

.map-card-title {
  font-size: 24px;
  font-weight: 700;
}

.position-image {
  margin-top: 15px;
  margin-bottom: 18px;
}

.map-hover-part p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.map-button {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-family: "ApercuPro";
}
.map-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #030517;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  z-index: 5;
}

.map-dot span {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #030517;
  opacity: 0.6;
  z-index: -1;
  animation: bubble 1.5s infinite ease-out;
}

@keyframes bubble {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.sortby,
.region {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;

  select {
    background: #f8f8f8;
    padding: 0 5px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 172px;
  }

  svg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #3097d1;
    width: 15px;
    height: 15px;
  }
}

.region select {
  width: 110px;
}

.style-line {
  height: auto;
  width: 1px;
  background: #eaecf0;
}

.target-geo-image {
  display: flex;
  align-items: center;
  gap: 4px;
}

.more-target-geo {
  background: #eaecf0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

.style-shpe {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 72%,
    rgba(244, 247, 250, 1) 43%
  );
  bottom: 0;
  right: 0;
}

/* --------------------------
Accordion Style 
----------------------------*/
.costfixers-accordions .accordion {
  color: #1d2939;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  background: transparent;
  font-weight: 700;
  padding-right: 6px;
}
.costfixers-accordions .active,
.costfixers-accordions .accordion:hover {
}
.costfixers-accordions .accordion:after {
  content: "\002B";
  color: #000000;
  font-weight: 600;
  float: right;
  margin-left: 5px;
  border: 1px solid #d0d5dd;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
}
.costfixers-accordions .accordion.active:after {
  content: "\2212";
}
.costfixers-accordions .panel {
  transition: max-height 0.2s ease-out;
  display: none;
  margin-bottom: 20px;
}
.costfixers-accordions .filters .panel {
  max-height: 120px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 6px;
}
.costfixers-accordions .panel label {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
  padding-left: 26px;
  color: #0d0d0d;
}
.costfixers-accordions ul.sub-items {
  padding-left: 32px;
  display: none;
}
.costfixers-accordions .panel li.has-sub-items > label {
  padding-left: 44px;
}
.costfixers-accordions li.has-sub-items {
  position: relative;
}
.costfixers-accordions .has-sub-items span.arrow-icon {
  position: absolute;
  left: 28px;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.costfixers-accordions li.has-sub-items.open span.arrow-icon {
  transform: rotate(90deg) translate(2px, 0px);
}
.see-more-wrapper {
  text-align: right;
}

span.e-n-accordion-item-title-header {
  flex: 1;
}

/* Checkbox Custom Color */
.costfixers-accordions label .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid #98a2b3;
}
.costfixers-accordions label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.costfixers-accordions label .arrow-icon svg {
  width: 14px;
}
/* On mouse-over, add a grey background color */
.costfixers-accordions .panel label :hover input ~ .checkmark {
  background-color: #eee;
}
/* When the checkbox is checked, add a blue background */
.costfixers-accordions .panel label input:checked ~ .checkmark {
  background-color: #a4f229;
  color: #000000;
  border: 1px solid #a4f229;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.costfixers-accordions .panel label input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.costfixers-accordions .panel label .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.costfixers-accordions .panel button {
  background: #f2f4f7;
  border: 0;
  outline: 0;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 12px;
  color: #0d0d0d;
}
.costfixers-accordions .filters .panel button.active {
  background: #a4f229;
}

.filter-overlay {
  display: none;
}

.filter-by-year {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;

  .filter-year-wrap {
    width: 100%;
    flex-grow: 1;
  }
  select {
    background: #fff;
    padding: 0 5px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #98a2b3;
  }

  svg {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #3097d1;
    width: 15px;
    height: 15px;
  }
  h3 {
    color: #1d2939;
    font-size: 20px;
    font-weight: 700;
  }
}

/* Custom Scrollbar Design */
::-webkit-scrollbar {
  width: 2px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #98a2b3;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #010217;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #010217;
}

/* Testimonial Slider CSS */
.testimonial-slider {
  overflow: hidden;
}

.single-testimonial-slide {
  padding: 30px 35px;
  background: #fff;
  border-radius: 12px;
  backdrop-filter: blur(40px);
  display: flex;
  flex-direction: column;
  gap: 100px;
  height: 100%;
}

.testimonial-slider .rating-wrap {
  gap: 12px;
  display: flex;
  align-items: center;
}

.testimonial-slider .star-rating {
  display: flex;
  pointer-events: none;
  font-size: 20px;
  gap: 2px;
}

.testimonial-slider .star {
  color: var(--star-color, #ccc);
  position: relative;
}

.testimonial-slider .star.full {
  color: var(--star-fill-color, #ff7a28);
}

.testimonial-slider .star.half {
  color: var(--star-fill-color, #ff7a28);
  background: linear-gradient(
    90deg,
    var(--star-fill-color, #ff7a28) 50%,
    var(--star-color, #ccc) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-slider .total-ratings {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #04201a;
}

.testimonial-slider .feedback {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #04201a;
  margin: 0;
  margin-top: 15px;
}

.testimonial-slider .author-wrap {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-slider .author-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #000;
}

.testimonial-slider .author-role {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: #000;
  margin: 0;
}

.testimonial-slider-nav {
  width: 40px;
  height: 40px;
  border: 1px solid #e6ebe6;
  color: #020a18;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

.testimonial-slider-nav:hover {
  color: #fff;
  border-color: #32c850;
  background-color: #32c850;
}

.testimonial-slide-arrow-wrap {
  gap: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -105px;
}

/* Footer Style CSS */
.footer-section {
  padding-top: 120px;
}

.widget_nav_menu p {
  color: #efead8;
  max-width: 290px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-list a {
  color: #efead8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

ul.footer-list {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.row.footer-bottom-menu {
  gap: 30px;
  display: grid;
  margin-bottom: 65px;
  grid-template-columns: 3.15fr 1fr 1fr 1fr;
}

.footer-big-logo {
  max-width: 760px;
}
.footer-mid a {
  margin-bottom: 24px;
  display: block;
}

.footer-aditional-menu-wrap {
  display: flex;
  gap: 20px;
}

.adiitional-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
}
.footer-aditional-menu-wrap a {
  color: #ffffff99;
  position: relative;
}

.footer-aditional-menu-wrap a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff99;
  left: -12px;
  border-radius: 50%;
}

.footer-aditional-menu-wrap a:hover {
  color: #2bfdb8;
}

.footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.footer-logo-area {
  flex-basis: 562px;
}

.footer-newsletter-area {
  flex-basis: 580px;
}

.footer-logo-area p {
  color: #efead8;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin-top: 28px;
  margin-bottom: 35px;
  font-family: var(--heading-font);
  max-width: 455px;
}

.footer-logo-area .social-media {
  gap: 12px;
  display: flex;
  align-items: center;
}

.footer-logo-area .social-media li a {
  width: 44px;
  height: 44px;
  background: #233025;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
  font-size: 20px;
}

.footer-logo-area .social-media li a:hover {
  background-color: #fff;
}

.footer-logo-area .social-media li a:hover img {
  filter: brightness(0);
}

.footer-newsletter-area .text {
  color: #efead8;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--heading-font);
  margin-bottom: 15px;
}

.footer-newsletter-form .mc4wp-form-fields {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-newsletter-form .email-wrap {
  flex-basis: 73%;
}

.footer-newsletter-form input {
  width: 100%;
}

.footer-newsletter-form .email-wrap input {
  background-color: #233025;
  padding: 18px 24px;
  border-radius: 100px;
  font-size: 16px;
  color: #efead8;
  border: none;
  outline: none;
}

.footer-newsletter-form .email-wrap input::placeholder {
  color: #efead8;
  opacity: 1;
}

.footer-newsletter-form .submit-wrap {
  flex: 1;
}

.footer-newsletter-form .btn-wrap .boxed-btn {
  border: none;
  background: #d5e27b;
  padding: 18px 10px;
}
.footer-newsletter-form .btn-wrap .boxed-btn:hover {
  background: #32c850;
}

/* ====================
Blog Details Page Style
=======================  */
.hero-area.case-study,
.blog-details-hero {
  background: #053f20;
  padding-top: 170px;
  padding-bottom: 80px;
  position: relative;
}

.hero-area.case-study::after,
.blog-details-hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg-shape.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 0;
  pointer-events: none;
}

.blog-details-hero .featured-blog {
  grid-template-columns: 1fr;
}

.blog-details-content {
  padding-right: 10px;
}
.blog-details-content .blog-single-content-wrap .wp-block-columns {
  padding-top: 0px;
}
.blog-details-content .blockqoute-column {
  padding: 20px;
  border: 1px solid #dcd2ae;
  border-radius: 16px;
}
.blog-details-content .blockqoute-column h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.3px;
  color: #04592c;
}
.blog-details-content .blockqoute-column p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.1px;
  color: #053f20;
  margin-top: 6px;
  margin-bottom: 0px;
}
.blog-details-hero .post-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
}

.blog-details-hero .author-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.25px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.blog-details-hero .author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
}

.blog-details-hero .author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: cover;
}

.blog-details-hero .author-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #fff;
}

.blog-details-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f7f5;
}

.blog-details-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.18px;
  color: #053f20;
  margin-bottom: 18px;
}

.blog-details-content .wp-block-quote {
  background: #053f20;
  padding: 20px;
  border-radius: 16px;
  border: none;
  margin-bottom: 40px;
}

.blog-details-content .wp-block-quote p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #efead8;
  margin: 0;
}

.blog-details-content .wp-block-quote cite {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #efead8;
  margin-top: 15px;
}

.blog-details-content ol {
  padding-left: 25px;
  margin-bottom: 25px;
}

.blog-details-content ol li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.18px;
  color: #053f20;
}

.blog-details-content ul {
  margin-bottom: 25px;
  padding-left: 25px;
  display: grid;
  gap: 8px;
}

.blog-details-content ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.18px;
  color: #053f20;
  list-style: disc;
}

.blog-details-content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: -1px;
  color: #053f20;
  margin-bottom: 15px;
}

.blog-details-content h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #04592c;
  margin-bottom: 12px;
}

.blog-details-content h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #053f20;
  margin-bottom: 10px;
}
.blog-details-content h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.1px;
  color: #04592c;
  margin-bottom: 20px;
}
.blog-details-content .total-sum-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #04592c;
  max-width: 548px;
}

.blog-details-content .check-list {
  padding-left: 5px;
}

.blog-details-content img {
  border-radius: 8px;
  margin-bottom: 30px;
}

.blog-details-sidebar .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34;
  letter-spacing: -0.4px;
  color: #0b0919;
  margin-bottom: 15px;
}

.blog-details-sidebar li {
  list-style: none;
}

.related-blog-area {
  padding-bottom: 80px;
  background-color: #f5f7f5;
}

.related-blog-area .theme-heading-title .title {
  text-align: center;
  margin-bottom: 55px;
}

.toc-container .toc-widget li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.14px;
  color: #053f20;
}

.entry-content.costfixers-post-content h2:first-of-type {
  margin-top: 0px;
}

.toc-container .toc-widget li a:hover {
  color: #186a39;
}

.costfixers-social-share-widget .social-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #053f20;
  letter-spacing: 3px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
}

ul.social-icon.post-share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

ul.social-icon.post-share li {
  margin: 0;
}

ul.social-icon.post-share li a {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ul.social-icon.post-share li a:hover {
  background: #55dd4a;
}

.widget.costfixers-social-share-widget {
  background: transparent;
}

.section-heading a:hover {
  background: #182230;
  color: #fff;
}

aside#secondary.widget-area {
  position: sticky;
  top: 40px;
}

.toc-widget .arrow-link.active {
  text-decoration: underline;
}

ul.toc-widget li {
  margin: 0;
}

.costfixers-newsletter-widget {
  background: #0c0228 !important;
}

.costfixers-newsletter-widget h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.post-newsletter-item p {
  color: #fff !important;
}
.post-newsletter-item .btn-wrap a {
  color: #0d0d0d;
  gap: 6px;
  border-radius: 0;
  padding: 15px 32px;
}

.post-newsletter-item .btn-wrap a:hover {
  color: #0d0d0d;
  background-color: #fff;
}

.single-case-study,
.elementor-widget-heading .elementor-heading-title {
  font-family: "Helvetica Neue", Sans-serif !important;
}

/* ============================
Blog Details Realated Blog
===============================*/

.blog-related-wrap {
  padding-top: 140px;
  padding-bottom: 120px;
}

.blog-single-content-wrap ul.related-blog-card-wrap {
  list-style: none !important;
}

.related-heading h2 {
  margin-bottom: 10px;
  margin-top: 0px !important;
}

.related-blog-card-wrap {
  display: grid;

  &.column-3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }

  &.column-2 {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  &.column-1 {
    grid-template-columns: 1fr;
  }

  .blog-thumbnail {
    border-radius: 8px;
  }
}

.blog-related-wrap .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

ul.related-blog-card-wrap {
  margin-top: 45px;
}

.blog-section-desc {
  max-width: 330px;
  font-size: 20px;
  font-weight: 400;
}

.related-subheading {
  display: inline-flex;
  gap: 8px;
  background: #f4f7fa;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  margin-bottom: 22px;
}

.related-subheading p {
  margin-bottom: 0;
}

.related-heading h2 {
  font-size: 56px !important;
  font-weight: 600 !important;
  letter-spacing: -2px;
  margin-bottom: 0;
}

.counter-card .elementor-counter-title {
  text-align: center;
}

/* Case Study Slider CSS */
.case-study-slider-area {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.case-study-slider-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #053f20 10%, rgba(5, 63, 32, 0) 100%);
}

.case-study-slider-area .thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-slider-area .custom-container {
  z-index: 2;
  position: relative;
}

.case-study-slider-area .title-wrap {
  text-align: center;
}

.case-study-slider-area .sec-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.14;
  letter-spacing: -3px;
  text-align: center;
  text-transform: uppercase;
  color: #efead8;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 65px;
  font-family: "Helvetica Neue" !important;
}

.case-study-slider-area .sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: #053f20;
  display: inline-block;
  border: 1px solid #053f2033;
  background-color: #efead8;
  border-radius: 32px;
  padding: 3px 20px;
  /* font-family: "Archivo" !important; */
}

.case-study-slider-wrapper {
  border: 1px solid #fff;
  border-radius: 16px;
}

.case-study-slider-active {
  border-top: 2px solid #fff;
  padding: 25px 30px;
}

.case-study-slider-wrapper .thumbsSliderWrapper {
  position: relative;
}

/* .case-study-slider-wrapper .swiper-pagination-progressbar {
    background: #dddddd36;
    position: absolute;
    bottom: 98px;
    height: 2px;
    top: unset !important;
}

.case-study-slider-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
} */

.case-study-slider-item {
  display: flex;
  justify-content: space-between;
  padding: 60px 65px 65px;
}

.case-study-slider-item .quote-wrapper {
  max-width: 562px;
  margin-bottom: 100px;
}

.case-study-slider-item .qoute {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  font-style: italic;
  letter-spacing: -0.5px;
  color: #efead8;
}

.case-study-slider-item .author-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #efead8;
  margin-bottom: 3px;
}

.case-study-slider-item .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #efead8;
}

.case-study-slider-item .result {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #efead8;
  display: flex;
  align-items: center;
  gap: 4px;
}

.case-study-slider-item .result span {
  /* color: #32c850; */
}

.case-study-slider-item .overview-item {
  border-left: 4px solid #32c850;
  padding-left: 20px;
}

.case-study-slider-item .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #efead8;
  margin: 0;
  text-transform: capitalize;
}

.case-study-slider-item .overview-list {
  display: grid;
  gap: 25px;
}

.case-study-slider-item .btn-wrap .boxed-btn {
  font-size: 18px;
  border: 1px solid #efead866;
  color: #efead8;
  background-color: transparent;
  padding: 16px 44px;
  display: inline-block;
}

.case-study-slider-item .qoute {
  margin-bottom: 20px;
}
.case-study-slider-active .swiper-slide {
  text-align: center;
  align-self: center;
}
.case-study-slider-active .swiper-slide img {
  opacity: 0.4;
  cursor: pointer;
  max-width: 130px;
}

/* .case-study-slider-active  .swiper-slide-active img {
    opacity: 1 !important;
    filter: brightness(10) !important;
} */

.swiper-slide-thumb-active img {
  opacity: 1 !important;
}

/* Others CSS */
.feature-box-width {
  width: 332px !important;
}

/* Accordion CSS */
.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /* padding-bottom: 2px; */
}

.elementor-widget-n-accordion p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 670px;
}

.e-n-accordion-item-title-icon {
  width: 40px;
  height: 40px;
  background: #f5f7f5;
  flex-basis: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon {
  background: #efead8;
}

/* Contact Section */
.contact-section-btn .btn-wrap .boxed-btn {
  /* min-width: 329px; */
  justify-content: center;
}

/* Calculation Form CSS */
.calculation-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
}

.calculation-form-wrapper .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #0a211f;
  margin-bottom: 40px;
}

.calculation-form {
  margin-bottom: 42px;
  display: grid;
  gap: 25px;
}

.calculation-form label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #0a190d;
  display: block;
  margin-bottom: 13px;
}

/* .calculation-form .cal-ammount-input-wrap input {
  position: relative;
}
.calculation-form .cal-ammount-input-wrap p {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
} */

.calculation-form label span {
  color: #f04438;
}

.calculation-form label small {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #245b2f;
}

.calculation-form input {
  width: 100%;
  padding: 19px 20px;
  border-radius: 12px;
  border: 1px solid #aec1b7;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #053f20;
}

.calculation-form input::placeholder {
  color: #053f20;
  opacity: 0.6;
}

.calculation-form .select2-container--default .select2-selection--single {
  border: 1px solid #aec1b7;
  border-radius: 12px;
  color: #053f20;
  opacity: 0.6;
}

.calculation-form select {
  width: 100%;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid #aec1b7;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #053f20;
  opacity: 0.6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.calculation-form .select-wrap {
  position: relative;
}

.calculation-form .select-wrap::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 22px;
  color: #053f20;
  opacity: 0.3;
}

.calculation-form .btn-wrap .boxed-btn {
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 12px;
  background: #32c850;
}

.calculation-result .monthly-save {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #0a190d;
  margin-bottom: 6px;
}

.calculation-result .monthly-saved-amount {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #053f20;
  margin-bottom: 30px;
}

.calculation-result .yearly-save {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #053f20;
  margin-bottom: 12px;
}

.calculation-result .yearly-saved-amount {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1px;
  color: #053f20;
  margin-bottom: 12px;
}

.calculation-result p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  color: #667085;
  margin: 0;
}

/* Contact Form CSS */
.contact--form-wrapper .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #0a211f;
}

.lead-form-subtitle {
  font-size: 16px;
  color: #0a211f;
  margin-bottom: 35px;
}

.contact--form-wrapper label {
  color: #0a190d;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.contact--form-wrapper .remove-file {
  background: transparent;
  border: none;
  outline: none;
  margin-left: 8px;
  color: #f00;
}

.contact--form-wrapper form {
  gap: 20px;
  display: grid;
}

.contact--form-wrapper .form-row,
.contact--form-wrapper .input-wrap {
  display: grid;
  gap: 10px;
}

.contact--form-wrapper .input-wrap.acceptance {
  gap: 5px;
  flex-wrap: wrap;
}

.contact--form-wrapper .input-wrap.acceptance a {
  color: #053f20;
  font-weight: 500;
  text-decoration: underline;
}

.contact--form-wrapper .input-wrap.acceptance a:hover {
  color: #008054;
}

.contact--form-wrapper input:not([type="checkbox"]),
.contact--form-wrapper select,
.contact--form-wrapper textarea {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 15px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #667085;
}

.contact--form-wrapper .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  color: #667085;
}

.contact--form-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #667085;
  font-size: 16px;
}

.contact--form-wrapper textarea {
  height: 180px;
}
.submit-contact-form-title .contact--form-wrapper .title {
  display: none;
}
.contact--form-wrapper .label {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #0a190d;
  text-transform: capitalize;
}

.contact--form-wrapper label small,
.contact--form-wrapper label .required {
  color: #f25532;
  font-size: 20px;
  position: relative;
  right: -5px;
}

.contact--form .submit-wrap.btn-wrap .boxed-btn,
.contact--form-wrapper .lead-form-submit {
  padding: 15px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.25px;
  background: #55dd4a;
  color: #163300;
  border-radius: 12px;
  border: none;
  outline: none;
  transition: all 0.3s;
  width: 100%;
}

.contact--form .submit-wrap.btn-wrap .boxed-btn:hover,
.contact--form-wrapper .lead-form-submit:hover {
  background-color: #d5e27b;
}

.acceptence-input {
  margin: 0 auto;
}
.contact--form-wrapper .acceptence-input {
  margin: 0 auto;
}
.contact--form-wrapper .acceptence-input .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 1.1em;
  color: #000000;
}
.contact--form-wrapper .acceptence-input .accpetence-link {
  font-weight: 500;
  color: #053f20;
  text-decoration: underline;
}

.contact--form-wrapper span.wpcf7-spinner {
  position: absolute;
}

.contact--form-wrapper .wpcf7-checkbox {
  display: grid;
  gap: 3px;
}

.contact--form-wrapper .wpcf7-list-item {
  margin: 0;
}

.contact--form-wrapper .wpcf7-list-item label {
  gap: 10px;
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #667085;
  cursor: pointer;
}

.contact--form-wrapper .wpcf7-list-item input {
  width: auto;
}

.contact--form-wrapper .wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #eaecf0;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  background: #fff;
  transition: all 0.3s;
}

.contact--form-wrapper .wpcf7-checkbox input[type="checkbox"]:checked {
  background-color: #55dd4a;
  border-color: #55dd4a;
}

.contact--form-wrapper .wpcf7-checkbox input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  font-size: 14px;
  color: #163300;
  left: 3px;
  top: -1px;
}

.add-more-file {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #053f20;
  background: transparent;
  border: none;
  outline: none;
  margin-left: auto;
  padding: 0;
  position: relative;
  padding-right: 26px;
}

.add-more-file::after {
  position: absolute;
  content: "+";
  background-color: #053f20;
  color: #fff;
  border-radius: 3px;
  width: 17px;
  height: 17px;
  line-height: 16px;
  right: 0px;
  bottom: 4px;
}

.input-wrap.acceptance {
  display: flex;
}

/* Featured Post CSS */
.featured-blog {
  gap: 55px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.05fr;
}

.featured-blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.featured-blog-image img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
  border-radius: 20px;
}

.featured-blog-image .label {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #053f20;
  background: #d5e27b;
  padding: 8px 19px;
  border-radius: 100px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.featured-blog .category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.featured-blog .category a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #053f20;
  background: #efead8;
  padding: 5px 19px;
  border-radius: 100px;
  display: inline-block;
}

.featured-blog .category a:hover {
  background-color: #55dd4a;
}

.featured-blog .blog-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.featured-blog .date {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.25px;
  fill: #efead8;
  color: #efead8;
  display: flex;
  align-items: center;
}

.featured-blog .date .icon {
  display: inline-block;
  margin-right: 10px;
}

.featured-blog .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -3px;
  color: #efead8;
  margin-top: 25px;
  margin-bottom: 25px;
}

.featured-blog p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #efead8;
}

.featured-blog .btn-wrap {
  margin-top: 25px;
  display: inline-block;
}

.featured-blog .btn-wrap .boxed-btn {
  padding: 15px 48px;
  font-size: 18px;
  display: inline-block;
}

/* Blog Widget CSS */
.related-blog-grid,
.blog-card-wrapper {
  display: grid;
  row-gap: 32px;
  column-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.related-blog-card,
.blog-single-card {
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
}

.related-blog-card .thumb,
.blog-single-card .thumb {
  margin-bottom: 24px;
  display: block;
}

.related-blog-card .thumb img,
.blog-single-card .thumb img {
  border-radius: 16px;
  object-fit: cover;
  height: 268px;
  width: 100%;
}

.related-blog-card .blog-title,
.blog-single-card .blog-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #053f20;
  margin-bottom: 15px;
  margin-top: 12px;
}

.related-blog-card .category,
.blog-single-card .category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.related-blog-card .category a,
.blog-single-card .category a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  color: #053f20;
  background: #efead8;
  padding: 5px 16px;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #053f2033;
}

.related-blog-card .category a:hover,
.blog-single-card .category a:hover {
  background-color: #55dd4a;
}

.related-blog-card .blog-meta,
.blog-single-card .blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.related-blog-card .blog-date,
.blog-single-card .blog-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.25px;
  color: #053f20;
}

.related-blog-card .blog-date .icon,
.blog-single-card .blog-date .icon {
  display: inline-block;
  margin-right: 7px;
}

.related-blog-card .blog-excerpt p,
.blog-single-card .blog-excerpt p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #053f20;
}

.case-study-filter,
.blog-filter-wrapper {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
}

.case-study-search-wrap,
.blog-search-wrapper {
  flex-basis: 386px;
  position: relative;
}

.blog-search-wrapper::after,
.case-study-search-wrap::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #1e1e1e;
}

.case-study-search-wrap input,
.blog-search-wrapper input {
  width: 100%;
  border: 1px solid #98a2b3;
  padding: 15px 24px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: #000000;
}

.case-study-search-wrap input::placeholder,
.blog-search-wrapper input::placeholder {
  opacity: 1;
  color: #000000;
}

.case-study-category-wrap,
.blog-filter-category {
  display: flex;
  align-items: center;
  gap: 16px;
}

.case-study-filter-all,
.blog-category-all {
  font-weight: 500;
  font-size: 18px;
  padding: 15px 30px;
  line-height: 150%;
  letter-spacing: -0.18px;
  border-radius: 100px;
  border: 1px solid #0b0919;
  color: #000;
  outline: none;
  background-color: transparent;
}

.case-study-filter-all.active,
.blog-category-all.active {
  color: #fff;
  background-color: #000;
}

.case-study-category-wrap select,
.blog-filter-category select {
  font-weight: 500;
  font-size: 18px;
  padding: 15px 35px 15px 25px;
  line-height: 150%;
  letter-spacing: -0.18px;
  border-radius: 100px;
  border: 1px solid #0b0919;
  color: #1e1e1e;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: transparent;
}

.case-study-category-wrap .select-wrap,
.blog-filter-category .select-wrap {
  position: relative;
}

.case-study-category-wrap .select-wrap::after,
.blog-filter-category .select-wrap::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #0b0919;
}

.blog-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blog-pagination-wrap .page-numbers {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
}

.blog-pagination-wrap .page-numbers.current {
  background-color: #55dd4a;
}

/* Blog 2 widget CSS */
.blog2-card-wrapper {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}

.blog2-card-wrapper .blog-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #101828;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.blog2-card-wrapper .blog-title a {
  display: block;
}

.blog2-card-wrapper .blog-title a:hover {
  color: #32c850;
}

.blog2-card-wrapper .btn-wrap .boxed-btn {
  color: #32c850;
  font-weight: 500;
  padding: 8px 30px;
  background-color: transparent;
  border: 1px solid #32c850;
  display: inline-block;
}

.blog2-card-wrapper .btn-wrap .boxed-btn:hover {
  border-color: #d5e27b;
}

.blog2-card-wrapper .thumb {
  display: block;
}

.blog2-card-wrapper .thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.related-blog-load-more.btn-wrap,
.blog2-load-more-wrap.btn-wrap {
  display: block;
}

.related-blog-load-more.btn-wrap .boxed-btn,
.blog2-load-more-wrap.btn-wrap .boxed-btn {
  color: #163300;
  padding: 17px 48px;
  font-size: 18px;
  border: none;
  margin: 0 auto;
  background-color: #d5e27b;
}

.related-blog-load-more.btn-wrap .boxed-btn:hover,
.blog2-load-more-wrap.btn-wrap .boxed-btn:hover {
  background-color: #55dd4a;
}

/* Case Study Widget CSS */
.case-study-grid {
  gap: 35px;
  display: grid;
  padding-top: 5px;
}

.case-study-card {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1.29fr;
  align-items: center;
  gap: 70px;
}

.case-study-card .category {
  display: flex;
  align-items: center;
  gap: 5px;
}

.case-study-card .category a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.25px;
  color: #053f20;
  background: #efead8;
  border-radius: 100px;
  border: 1px solid #053f2033;
  padding: 5px 18px;
}

.case-study-card .category a:hover {
  color: #efead8;
  background: #053f20;
}

.case-study-card .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #053f20;
  margin-top: 20px;
  margin-bottom: 15px;
}

.case-study-card .excerpt p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #053f20;
}

.case-study-card .overview-list {
  margin-top: 25px;
  border-top: 1px solid #d0d5dd;
  padding-top: 25px;
  margin-bottom: 30px;
  display: grid;
  gap: 12px;
}

.case-study-card .overview-item {
  padding-left: 20px;
  border-left: 4px solid #32c850;
}

.case-study-card .result {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #053f20;
  display: flex;
  align-items: center;
  gap: 2px;
}

.case-study-card .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #053f20;
  margin: 0;
  margin-top: 3px;
}

.case-study-card .btn-wrap .boxed-btn {
  padding: 15px 39px;
  font-size: 18px;
  display: inline-block;
}

.case-study-qoutation {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.case-study-qoutation::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    209.16deg,
    rgba(5, 63, 32, 0) 28.14%,
    #053f20 82.09%
  );
}

.case-study-card .quote-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  margin: 24px;
  border: 1px solid #ffffff99;
  padding: 20px;
  border-radius: 8px;
}

.case-study-card .thumb img {
  width: 100%;
  object-fit: cover;
}

.case-study-card .qoute {
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: -0.5px;
  color: #efead8;
  margin-bottom: 25px;
}

.case-study-card .author-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-study-card .author-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #efead8;
}

.case-study-card .designation {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #efead8;
}

.case-study-load-more-wrap.btn-wrap {
  display: block;
  margin-top: 35px;
}

.case-study-load-more-wrap.btn-wrap .boxed-btn {
  margin: 0 auto;
  font-size: 18px;
  border: none;
  padding: 17px 48px;
  background: #d5e27b;
}

.case-study-load-more-wrap.btn-wrap .boxed-btn:hover {
  background-color: #55dd4a;
}

/* Clarity Tabs Widget CSS */
.clarity-tabs-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
}

.clarity-tabs-left {
  align-self: flex-start;
  padding-right: 200px;
  border-left: 2px solid #98a2b367;
}

.clarity-tab-item {
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
}

.clarity-tab-item.active {
  padding-bottom: 0;
  margin-bottom: 30px;
}

.clarity-tab-item.active:last-child {
  margin-bottom: 0;
}

.clarity-tab-item.active::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -2px;
  top: 0;
  background-color: #000;
}

.clarity-tab-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  cursor: pointer;
  color: #98a2b3;
}

.active .clarity-tab-title {
  color: #053f20;
}

.clarity-tab-info {
  display: none;
}

.active .clarity-tab-info {
  display: block;
}

.clarity-tab-features li,
.clarity-tab-features p,
.clarity-tab-info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #053f20;
  margin: 0;
  padding: 0;
}

.clarity-tab-features ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.clarity-tab-features li {
  position: relative;
  padding-left: 15px;
}

.clarity-tab-features li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  background-color: #053f20;
}

.clarity-tab-info > p {
  margin-top: 7px;
  margin-bottom: 10px;
}

.clarity-tab-panel {
  display: none;
}

.clarity-tab-panel.active {
  display: block;
}

.clarity-tab-panel {
  position: relative;
}

.clarity-tab-panel .expense-image {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-140px, -15px);
}

.clarity-tab-panel .main-image {
  border-radius: 16px;
  object-fit: cover;
}

/* Company Logo widget css */
.client-orbit-wrap {
  position: relative;
  width: 735px;
  height: 735px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.client-center-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.specifications-list ul li .elementor-icon-list-icon {
  margin-top: 7px;
}
.client-center-logo img {
  max-width: 120px;
  height: auto;
}

.client-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: rotateOrbit 50s linear infinite;
}

.orbit-logo {
  display: block;
  position: absolute;
  width: 100px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  animation: keepUpright 50s linear infinite;
}

.orbit-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.orbit-logo:nth-child(1) {
  top: 18%;
  left: 20%;
}

.orbit-logo:nth-child(2) {
  top: 20%;
  left: 70%;
}
.orbit-logo:nth-child(3) {
  top: 65%;
  left: 90%;
}

.orbit-logo:nth-child(4) {
  top: 100%;
  left: 50%;
}

.orbit-logo:nth-child(5) {
  top: 68%;
  left: 10%;
}

@keyframes rotateOrbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes keepUpright {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.commitments-card {
  position: sticky !important;
  top: 400px;
}

.commitment-section-heading {
  position: sticky !important;
  top: 100px;
}

/* PopUp CSS */
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.popup-video-wrapper svg {
  width: 1em;
  height: 1em;
}

.popup-video-wrapper .popup-modal-btn {
  display: flex;
  width: 124px;
  height: 124px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.popup-video-wrapper .popup-img {
  position: absolute;
  width: auto;
  left: 8px;
  top: 8px;
  animation: rotateInfinite 20s linear infinite;
}

.popup-video-wrapper .play-icon {
  width: 18px;
  color: #fff;
  fill: #fff;
}

.popup-video-wrapper .video-img {
  width: 100%;
  height: 100%;
}

.popup-video-wrapper .video-img {
  border-radius: 8px;
}

.popup-video-wrapper {
  border: 10px solid #053f20;
  border-radius: 20px;
}

/* Timeline CSS */
.timeline-wrapper {
  position: relative;
  padding-top: 110px;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 0;
  background-color: #053f20;
  transition: height 0.3s;
}

.timeline-item {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s;
  padding-bottom: 110px;
}

.timeline-item.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  background-color: #053f20;
  color: #fff;
  border-radius: 100px;
  padding: 3px 28px;
}

.item-1 .timeline-content {
  position: relative;
  left: -63px;
  text-align: right;
  max-width: 413px;
  padding-top: 100px;
}
.item-2 .timeline-content {
  position: relative;
  margin-left: auto;
  right: 0;
  left: 113px;
  max-width: 462px;
  padding-top: 100px;
}
.item-3 .timeline-content {
  position: relative;
  left: -63px;
  text-align: right;
  max-width: 409px;
  padding-top: 100px;
}
.item-4 .timeline-content {
  position: relative;
  left: 63px;
  margin-left: auto;
  max-width: 413px;
  padding-top: 100px;
}
.item-5 .timeline-content {
  position: relative;
  left: -63px;
  text-align: right;
  max-width: 413px;
  padding-top: 100px;
}
.item-6 .timeline-content {
  position: relative;
  left: 63px;
  margin-left: auto;
  max-width: 413px;
  padding-top: 100px;
}

/* .timeline-item:nth-child(even) .timeline-content {
  left: -63px;
  text-align: right;
}

.timeline-item:nth-child(odd) .timeline-content {
  margin-left: auto;
  left: 117px;
} */

.timeline-item:nth-child(even) .timeline-content .title {
  justify-content: flex-end;
}

.timeline-item:nth-child(odd) .timeline-content .title {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.timeline-content svg {
  width: 1em;
  height: 1em;
}

.timeline-content .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #053f20;
  fill: #053f20;
  padding-bottom: 15px;
}

.timeline-content p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

/* Accordion CSS */
.accordion-list {
  position: relative;
  width: 100%;
  margin: 0;
  display: grid;
  gap: 20px;
}

.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 25px 20px 25px 32px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s;
}

.accordion-list li.active {
  background-color: #053f20;
}

.accordion-list li.active .question {
  color: #efead8;
}

.accordion-list li.active .question::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 12h14' stroke='%230B042C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  background-color: #d5e27b;
}

.accordion-list .question {
  position: relative;
  color: #053f20;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.25px;
  font-family: "Helvetica Neue", sans-serif;
}

.accordion-list .question::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  color: #053f20;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  background: #f5f7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 100px;
  line-height: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 5v14M5 12h14' stroke='%23053F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
}

.accordion-list li .answer {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #efead8;
  padding-top: 20px;
  max-width: 661px;
}

#submit-success-popup {
  display: none;
  background: rgba(21, 19, 18, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
}
#submit-success-popup .e-con-inner {
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#bill-form-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 0;
}

#bill-form-close-btn svg {
  stroke: #024f27;
  width: 20px;
  line-height: 0;
  height: auto;
  cursor: pointer;
}

/* ==========================================================================================================
Responsive Style 
============================================================================================================= */
@media screen and (max-width: 1600px) {
  .commitment-section-heading {
    position: unset !important;
    top: unset;
  }

  .commitments-card {
    top: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .featured-blog {
    gap: 40px;
  }

  .featured-blog .title {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .featured-blog-image img {
    height: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .commitments-card {
    top: 400px;
  }

  .commitment-section-heading {
    position: sticky !important;
    top: 120px;
  }

  .navbar-area
    .custom-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    position: absolute;
    right: -18px !important;
    top: 50%;
    content: "+";
    font-weight: 700;
    color: var(--heading-color);
    font-size: 18px;
    font-family: var(--body-font);
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
  }

  button.navbar-toggler {
    width: 48px;
    height: 48px;
  }

  .navbar-area .custom-container .navbar-collapse .navbar-nav li {
    padding: 5px 0 !important;
  }

  .case-study-slider-area .sec-title {
    font-size: 48px;
  }

  .case-study-slider-item {
    gap: 30px;
    padding: 40px;
  }

  .case-study-slider-item .qoute {
    font-size: 28px;
  }

  .case-study-slider-item .author-name {
    font-size: 22px;
    margin-bottom: 0;
  }

  .featured-blog {
    gap: 30px;
  }

  .featured-blog .title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-study-card {
    padding: 20px;
    gap: 30px;
  }

  .case-study-card .title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .case-study-card .qoute {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .case-study-card .result {
    font-size: 32px;
  }

  .clarity-tabs-left {
    padding-right: 100px;
  }

  .clarity-tab-item {
    padding-left: 10px;
  }

  .clarity-tab-title {
    font-size: 24px;
  }

  .clarity-tab-panel .expense-image {
    transform: translate(-80px, -10px);
    max-width: 260px;
  }

  .client-orbit-wrap {
    width: 500px;
    height: 500px;
  }

  .client-orbit {
    width: 360px;
    height: 360px;
  }

  .orbit-logo {
    width: 70px;
  }

  .client-center-logo {
    max-width: 80px;
  }

  .related-blog-grid,
  .blog-card-wrapper {
    row-gap: 20px;
    column-gap: 20px;
  }

  .related-blog-card .blog-title,
  .blog-single-card .blog-title {
    font-size: 32px;
  }

  .related-blog-area .theme-heading-title .title {
    margin-bottom: 40px;
  }

  .contact--form-wrapper .label,
  .contact--form-wrapper label {
    font-size: 18px;
  }

  .contact--form-wrapper .title {
    font-size: 32px;
  }
  .specifications-list ul li .elementor-icon-list-icon {
    margin-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  header#masthead {
    padding-top: 0px;
  }

  .navbar-area .custom-container .responsive-mobile-menu {
    padding-top: 0px;
  }

  .navbar-area.navigation-style-01
    .custom-container
    .navbar-collapse
    .navbar-nav {
    margin-bottom: 0;
    display: inline-flex;
    align-items: flex-start;
    background: rgb(10 7 26);
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border-radius: 0;
  }

  .navbar-area
    .custom-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    right: 0px !important;
  }

  .featured-blog .title {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: -1px;
  }

  .featured-blog .category a {
    font-size: 16px;
    padding: 8px 15px;
  }

  .featured-blog p {
    font-size: 18px;
  }

  .featured-blog {
    gap: 20px;
  }

  .case-study-card {
    padding: 28px;
    grid-template-columns: 1fr;
  }

  .featured-blog-image img {
    height: 380px;
  }

  .related-blog-grid,
  .blog-card-wrapper {
    row-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 880px) {
  .specifications-list {
    overflow-x: auto;
  }

  .specifications-list ul {
    flex-wrap: nowrap !important;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .case-study-card .result {
    font-size: 25px;
  }
  .blog-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-related-wrap {
    padding-top: 100px;
  }

  div#costfixers_toc_widget-2 {
    display: none;
  }

  .widget-area {
    margin-top: 10px !important;
  }

  aside#secondary.widget-area {
    position: static;
  }

  .widget {
    margin-bottom: 30px;
    background-color: #f2f4f7;
  }

  div#costfixers_social_share_widget-2 {
    padding: 0;
  }

  .related-heading h2 {
    font-size: 40px !important;
  }

  .related-blog-card-wrap {
    &.column-3 {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
  }

  .costfixers-header-inner .title {
    font-size: 40px;
  }

  .blog-related-wrap .container {
    margin: 0 15px;
  }
  /* Footer Area */
  .footer-section {
    padding-top: 80px;
  }

  .row.footer-bottom-menu {
    margin-bottom: 50px;
    gap: 50px;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .copyright-text {
    text-align: center;
  }

  .adiitional-menu {
    justify-content: center;
    width: 100% !important;
    padding-top: 10px;
  }

  .featured-blog-image .label {
    font-size: 18px;
    top: 15px;
    left: 15px;
  }

  .featured-blog .btn-wrap .boxed-btn {
    padding: 12px 36px;
    font-size: 16px;
  }

  .featured-blog .date {
    font-size: 16px;
  }

  .single-testimonial-slide {
    gap: 60px;
  }

  .clarity-tabs-left {
    padding-right: 50px;
  }
  .specifications-list ul {
    flex-wrap: nowrap !important;
    width: 858px;
  }
  .clarity-tab-panel .expense-image {
    transform: translate(-30px, -10px);
    max-width: 230px;
  }

  .clarity-tab-features li,
  .clarity-tab-features p,
  .clarity-tab-info p {
    font-size: 16px;
  }

  .footer-logo-area p {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-top-wrapper {
    margin-bottom: 50px;
    gap: 30px;
  }

  .footer-newsletter-form .email-wrap {
    flex-basis: 68%;
  }

  .theme-heading-title .title {
    letter-spacing: -2px;
  }

  .blog-details-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .blog-details-content h3 {
    font-size: 25px;
  }

  .related-blog-card .blog-title,
  .blog-single-card .blog-title {
    font-size: 28px;
  }

  .timeline-item:nth-child(even) .timeline-content {
    position: relative;
    left: 0px;
    text-align: right;
    max-width: 340px;
    padding-top: 100px;
  }

  .timeline-item:nth-child(odd) .timeline-content {
    position: relative;
    margin-left: auto;
    right: 0px;
    left: 0px;
    max-width: 340px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact--form-wrapper .label,
  .contact--form-wrapper label {
    font-size: 16px;
  }

  .contact--form-wrapper .title {
    font-size: 30px;
  }

  #costfixers_main_menu {
    top: 56px;
  }

  .calculation-form-wrapper {
    padding: 40px 16px;
  }

  .calculation-form label {
    font-size: 16px;
  }

  .calculation-result .monthly-save {
    font-size: 16px;
  }

  .calculation-result .yearly-save {
    font-size: 18px;
  }

  .feature-box-width {
    width: 180px !important;
  }

  .widget_nav_menu h4 {
    margin-bottom: 10px;
  }

  .footer-mid a {
    margin-bottom: 12px;
  }

  .copyright-wrap-inner {
    padding: 24px 0px 20px !important;
    grid-row-gap: 0px !important;
  }

  .footer-big-logo {
    max-width: 210px;
  }

  .copyright-text {
    text-align: left;
    font-weight: 500;
  }
  .copyright-wrap-inner {
    grid-row-gap: 0px;
  }

  .case-study-slider-active {
    padding: 20px 0;
  }

  .elementor-widget-n-accordion p {
    font-size: 15px;
  }

  .featured-blog {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .featured-blog .title {
    letter-spacing: 0;
  }

  .featured-blog p {
    font-size: 16px;
  }

  .case-study-card {
    padding: 20px 16px;
  }

  .case-study-card .title {
    font-size: 24px;
  }

  .case-study-card .excerpt p {
    font-size: 16px;
  }

  .case-study-search-wrap,
  .blog-search-wrapper {
    flex-basis: unset;
    width: 100%;
  }

  .case-study-filter {
    gap: 16px;
    margin-bottom: 28px;
    flex-direction: column-reverse;
  }

  .case-study-category-wrap select,
  .blog-filter-category select {
    font-size: 14px;
    padding: 7px 18px;
  }

  .case-study-filter-all,
  .blog-category-all {
    font-size: 14px;
    padding: 7px 18px;
  }

  .case-study-search-wrap input,
  .blog-search-wrapper input {
    padding: 11px 20px;
  }

  .case-study-category-wrap .select-wrap::after,
  .blog-filter-category .select-wrap::after {
    font-size: 14px;
  }

  .case-study-category-wrap,
  .blog-filter-category {
    width: 100%;
    justify-content: space-between;
  }

  .case-study-card .category a {
    font-size: 16px;
  }

  .case-study-card .thumb img {
    height: 375px;
  }

  .case-study-card .qoute {
    font-size: 18px;
  }

  .case-study-card .quote-wrapper {
    margin: 12px;
    padding: 12px;
  }

  .case-study-card .brand-logo img {
    width: 72px;
  }

  .single-testimonial-slide {
    gap: 20px;
    padding: 16px;
  }

  .testimonial-slider .feedback {
    font-size: 16px;
    letter-spacing: 0;
  }

  .testimonial-slider .author-role {
    font-size: 14px;
  }

  .clarity-tabs-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .clarity-tab-panel .main-image {
    height: 450px;
    width: 100%;
  }

  .clarity-tab-item:last-child {
    padding-bottom: 0;
  }

  .clarity-tab-item.active:last-child {
    margin-bottom: 0;
  }

  .client-orbit-wrap {
    width: 300px;
    height: 360px;
  }

  .client-orbit {
    width: 300px;
    height: 300px;
  }
  .orbit-logo img {
    width: 88%;
    height: 100%;
    object-fit: contain;
  }
  .orbit-logo:nth-child(1) {
    top: 25%;
    left: 20%;
  }
  .orbit-logo:nth-child(4) {
    top: 90%;
  }
  .orbit-logo:nth-child(5) {
    top: 63%;
    left: 10%;
  }

  .case-study-filter,
  .blog-filter-wrapper {
    margin-bottom: 40px;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .specifications-list ul {
    flex-wrap: nowrap !important;
    width: 794px;
  }
  .blog-single-card .blog-title {
    font-size: 20px;
  }

  .case-study-grid {
    gap: 24px;
  }

  .case-study-card .category {
    flex-wrap: wrap;
  }

  .case-study-load-more-wrap.btn-wrap .boxed-btn {
    font-size: 16px;
    width: 100%;
  }

  .footer-top-wrapper {
    gap: 20px !important;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .footer-logo-area p {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .footer-newsletter-form .mc4wp-form-fields {
    gap: 10px;
    flex-direction: column;
  }

  .footer-newsletter-form .email-wrap {
    flex-basis: 100%;
    width: 100%;
  }

  .footer-newsletter-form .submit-wrap {
    flex: 1;
    width: 100%;
  }

  .footer-newsletter-area .text {
    font-size: 18px;
  }

  .widget_nav_menu p {
    max-width: 100%;
    font-size: 14px;
  }

  .widget_nav_menu:first-child {
    grid-column: 1/-1;
  }

  .copyright-text,
  .footer-list a {
    font-size: 14px;
  }

  .commitments-card {
    position: static !important;
  }

  .commitment-section-heading {
    position: static !important;
  }

  .footer-newsletter-area,
  .footer-logo-area {
    flex-basis: unset;
    margin-bottom: 0;
  }

  .case-study-card .btn-wrap .boxed-btn {
    font-size: 16px;
  }

  .case-study-load-more-wrap.btn-wrap {
    margin-top: 25px;
  }

  .featured-blog-image img {
    height: auto;
  }

  .blog-card-wrapper {
    row-gap: 16px;
  }

  .blog-details-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .related-blog-grid,
  .blog-card-wrapper {
    grid-template-columns: 1fr;
  }

  .related-blog-card .blog-title,
  .blog-single-card .blog-title {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .blog-details-hero {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .blog-details-hero .featured-blog-image {
    order: -1;
  }

  .blog-details-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .blog-details-content h3 {
    font-size: 20px;
  }

  .related-blog-load-more.btn-wrap .boxed-btn,
  .blog2-load-more-wrap.btn-wrap .boxed-btn {
    width: 100%;
  }

  .case-study-card .overview-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .case-study-card .overview-item {
    padding-left: 10px;
    border-left: 2px solid #32c850;
  }

  .blog-details-hero .author-name {
    font-size: 20px;
  }

  .costfixers-social-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .costfixers-social-share-widget .social-title {
    font-size: 15px;
    letter-spacing: 1px;
  }

  ul.social-icon.post-share {
    gap: 10px;
    margin-top: 0;
  }

  .related-blog-area {
    padding-bottom: 50px;
    background-color: #f2f4f7;
    padding-top: 50px;
  }

  .related-blog-load-more.btn-wrap .boxed-btn,
  .blog2-load-more-wrap.btn-wrap .boxed-btn {
    padding: 13px 48px;
    font-size: 16px;
  }

  .testimonial-slide-arrow-wrap {
    top: -50px;
  }

  .commitments-card {
    top: 280px;
  }

  .commitment-section-heading {
    top: 80px;
  }

  .timeline-line {
    left: 42px;
    transform: unset;
    width: 1px;
  }

  .timeline-year {
    left: 0;
    transform: unset;
    font-size: 16px;
    padding: 4px 24px;
  }

  .timeline-content {
    width: calc(100% - 95px);
    padding-top: 0;
  }

  .timeline-item:nth-child(odd) .timeline-content {
    left: 64px;
    text-align: left;
    width: 280px;
    padding-top: 50px;
  }

  .timeline-item:nth-child(even) .timeline-content .title {
    align-items: flex-start;
  }

  .timeline-item:nth-child(even) .timeline-content {
    left: 64px;
    text-align: left;
    width: 280px;
    padding-top: 50px;
  }

  .timeline-content .title {
    flex-direction: column-reverse;
    gap: 5px;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 8px;
  }

  .timeline-item:nth-child(odd) .timeline-content .title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .timeline-item {
    padding-bottom: 10px;
  }

  .timeline-wrapper {
    padding-top: 80px;
  }

  .timeline-content p {
    font-size: 14px;
  }

  .timeline-item:nth-child(odd) .timeline-content {
    margin-left: 0;
  }

  .accordion-list li {
    padding: 15px 20px;
  }

  .accordion-list .question {
    font-size: 16px;
    letter-spacing: 0;
    padding-right: 45px;
  }

  .accordion-list li .answer {
    font-size: 15px;
    padding-top: 10px;
  }

  .accordion-list .question::after {
    background-size: 25px;
    top: -8px;
  }

  .calculation-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }

  .clarity-tab-panel .expense-image {
    transform: translate(10px, -10px);
    max-width: 190px;
  }

  .theme-heading-title.title-area br {
    display: none;
  }
}
