.header-top {
  display: none;
}
.header-layout2 {
  padding-top: 10px;
}
.header-layout1 .header-logo {
  margin: -5px 0 0 0px !important;
}
.header-logo img,
.preloader-inner img {
  height: 61px;
  object-fit: contain;
  padding: 10px 0px;
}

.header-layout2 .menu-area:before,
.header-layout2 .menu-area:after {
  /* background: rgba(0, 0, 0, 0.18); */
}
@media (max-width: 775px) {
  .header-layout2 .menu-area:before,
  .header-layout2 .menu-area:after {
    background: rgba(255, 255, 255, 0.18);
    height: fit-content;
  }
}
.hero-style2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 13%;
}

.hero-style2 .hero-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% -85%;
  max-width: 950px;
}

.hero-style2 .hero2-image {
  height: 65%;
}

.hero-style2 .hero-img img {
  height: 102px;
  width: 102px;
  padding: 14px;
}

.hero-video {
  filter: brightness(0.5);
}

.counter-area {
  padding-top: 80px;
}

.blog-box .box-title a,
.recent-post .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box .blog-img img {
  object-fit: cover;
  height: 258px;
}

.gallery-insta img {
  height: 320px;
  object-fit: cover;
}

.checklist.style1 li:last-child {
  display: flex;
  align-items: flex-start;
}

.project-detail-thumbnail {
  height: 700px;
}

.contact-media .box-text {
  max-width: 242px;
}

.gauge-wrapper {
  display: table;
  margin: 0 auto;
  padding: 50px 0px 50px;
  border-radius: 6px;
  position: relative;
}

.gauge {
  font-family: Arial, Helvetica, sans-serif;
  background: #e6e6e6;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.09),
    0 0 35px 5px rgba(255, 255, 255, 0.29);
  width: 200px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden;
  /* safari fix */
  -webkit-transform-style: flat;
  -webkit-transform: translateZ(0px);
}
.gauge.min-scaled {
  transform: scale(0.5);
}

.gauge-center {
  content: "";
  color: #fff;
  width: 76%;
  height: 76%;
  background: #fff;
  border-radius: 100px 100px 0 0;
  position: absolute;
  /* box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28); */
  right: 12%;
  bottom: 0;
  color: #fff;
}
.gauge-center::before {
  font-size: 1.5em;
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  float: left;
  -webkit-font-smoothing: antialiased;
}
.gauge-center::after {
  content: "";
  width: 100%;
  float: left;
  opacity: 0.6;
  text-align: center;
}

.needle {
  width: 76px;
  height: 7px;
  background: #15222e;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 100%;
  border-top-right-radius: 5px;
  position: absolute;
  bottom: 4px;
  left: 20px;
  transform-origin: 100% 4px;
  /* animation: speed 5s infinite; */
  /* box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38); */
  z-index: 1;
}

.needle-center {
  width: 16px;
  height: 16px;
  background: #15222e;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
}

.gauge-percentage {
  /* border: 1px solid black; */
  color: #15222e;
  /* padding: 5px 2px; */
  position: absolute;
  left: 50%;
  bottom: 10%;
  translate: -50%;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 65px;
  height: 0;
  border-bottom: 80px solid #000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.slice-colors .st.slice-item:nth-child(1) {
  border-bottom-color: #e84c3d;
  left: -2px;
}
.slice-colors .st.slice-item:nth-child(2) {
  border-bottom-color: #e67e22;
  transform: rotate(135deg);
  transform-origin: right;
  top: 12px;
  left: -48px;
}
.slice-colors .st.slice-item:nth-child(3) {
  border-bottom-color: #f1c40f;
  transform: rotate(179deg);
  transform-origin: right;
  top: -6px;
  left: -38px;
  border-bottom-width: 90px;
  border-left-width: 45px;
  border-right-width: 45px;
  width: 18px;
}
.slice-colors .st.slice-item:nth-child(4) {
  border-bottom-color: #9baa1e;
  transform: rotate(219deg);
  transform-origin: right;
  top: -23px;
  left: 56px;
}
.slice-colors .st.slice-item:nth-child(5) {
  border-bottom-color: #728a7c;
  transform: rotate(240deg);
  transform-origin: right;
  right: 52px;
}

@-webkit-keyframes speed {
  0% {
    transform: rotate(0);
  }
  40% {
    transform: rotate(180deg);
  }
  55% {
    transform: rotate(170deg);
  }
  75% {
    transform: rotate(180deg);
  }
}

.hero-company {
  position: absolute;
  bottom: 32px;
  z-index: 1;
  left: 50%;
  translate: -50%;
  color: white;
  padding: 0px 7px;
  border-radius: 16px;
}

.img-box6 .img1 {
  position: relative;
  left: 15%;
}
.img-box6 .img1 .content {
  color: #ebf0f1;
  position: absolute;
  top: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: clamp(280px, 90%, 595px);
  padding: clamp(5px, 1.5vw, 22px);
  bottom: clamp(20px, 4vw, 62px);
  left: 45%;
  translate: -50%;
}
.img-box6 .img1 .content .title {
  border-bottom: 2px solid #00ace5;
  display: inline-block;
  font-size: clamp(16px, 1.8vw, 20px);
  margin-bottom: clamp(5px, 1vw, 8px);
}
.img-box6 .img1 .content .description {
  font-size: clamp(11px, 1.2vw, 14px);
  line-height: 1.4;
  text-align: center;
}

.counter-box .box-icon img {
  height: 60px;
}

.service-box .box-icon img {
  height: 60px;
}
.choose-discount {
  gap: 56px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.choose-item_wrapp {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}

.th-hero-wrapper.hero-2.bg-mask {
  mask-image: url(/assets/img/bg/hero_bg_shape.png);
}

.th-hero-bg.background-image {
  filter: brightness(0.25);
  height: 100%;
  object-fit: cover;
}

/* .hero-style2 .hero-text {
  margin-bottom: 6%;
  font-size: 38px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
} */

.hero-style2 .hero-title {
  margin-bottom: 6%;
}

.th-hero-bg.background-image {
  width: 100%;
  position: relative;
  max-height: 954px;
  height: 456px;
}
@media (max-width: 991px) {
  .th-hero-bg.background-image {
    height: 550px;
  }
}
.discount-wrapp.style3 {
  margin: unset;
}

.choose-wrapper {
  justify-content: space-between;
  padding: 1rem;
}

.progress-wrapper {
  justify-content: space-around;
}

.img-box6 .img1 img {
  border-radius: 0px 30px 30px 0px;
}

.img-box6 {
  margin-top: 0px;
}

.about-us-description {
  width: 50%;
}

@media (min-width: 1400px) {
  .progress-wrapper {
    justify-content: space-between;
  }
  .img-box6 .img1 img {
    border-radius: 30px 30px 30px 0px;
  }
  .img-box6 {
    margin-top: 42px;
  }

  .about-us-description {
    width: 100%;
  }
}

@media (min-width: 1500px) {
  .hero-style2 .hero-text {
    font-size: 2.5vw;
    line-height: 58px;
  }

  /* margin-top: -28px;
    margin-bottom: 17px; */
}

/* Process Cards Responsive Styles */
.process-card_wrapp {
  display: flex;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 1.5rem);
  /* padding: clamp(0.5rem, 1vw, 1rem); */
  width: 100%;
}

.process-card {
  flex: 1;
  min-width: clamp(200px, 22vw, 280px);
  max-width: clamp(220px, 28vw, 300px);
}

.process-card .process-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin-bottom: clamp(20px, 2.5vw, 30px);
}

.process-card .box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.process-card .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(4px, 0.5vw, 8px);
}

.process-card:nth-child(odd) .number {
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}

.process-card:nth-child(even) .number {
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}

.process-card .number {
  position: absolute;
  width: clamp(45px, 5vw, 55px);
  height: clamp(45px, 5vw, 55px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e40c0c;
  color: #fff;
  border-radius: 50%;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  z-index: 1;
  left: 50%;
}
.gauge-wrapper {
  transform: scale(0.9);
  transform-origin: center;
}

@media (max-width: 992px) {
  .gauge-wrapper {
    transform: scale(0.8);
  }
}

@media (max-width: 768px) {
  .gauge-wrapper {
    transform: scale(0.7);
  }
}

.img-box4,
.img-box5 {
  margin-bottom: 1rem;
}

.progress-wrapper {
  width: 100%;
}

.process-card .box-content {
  padding: 15px 15px; /* default padding */
}

.process-card:nth-child(odd) .box-content {
  padding-top: clamp(5px, 1vw, 5px);
}

.process-card:nth-child(even) .box-content {
  padding-bottom: clamp(30px, 4vw, 30px);
}

.process-card .box-title {
  font-size: clamp(16px, 1.5vw, 20px);
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.3;
}

.process-card .box-text {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.5;
}

/* Counter Grid Responsive Styles */
.counter-grid_wrapp.style2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(10px, 2vw, 20px);
  width: 100%;
}

.counter-grid .counter-grid-title {
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: 1.3;
  margin-bottom: clamp(5px, 1vw, 10px);
}

.counter-grid .counter-text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.4;
}

@media (max-width: 576px) {
  .counter-grid_wrapp.style2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1400px) {
  .process-card_wrapp {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .process-card_wrapp {
    display: flex;
    flex-direction: column;
    gap: 2rem; /* Optional: adds space between cards */
    justify-content: center;
    align-items: center;
  }

  .process-card {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .process-card_wrapp {
    overflow-x: auto;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .process-card_wrapp::-webkit-scrollbar {
    display: none;
  }
}

.icon-btn.searchBoxToggler {
  transition: all 0.1s ease;
}

.icon-btn.searchBoxToggler:hover {
  background-color: var(--theme-color);
}

.icon-btn.searchBoxToggler:hover i {
  color: #ffffff;
}

.th-btn.style2.th-icon i {
  color: #ffffff;
  transition: all 0.1s ease;
}

.th-btn.style2.th-icon:hover i {
  color: var(--theme-color);
}

/* Loading Spinner Styles */
/* .loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.th-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
} */

/* .d-none {
    display: none !important;
} */
