@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  color: #262626;
  background-color: #ffffff;
  font-size: clamp(14px, 1.6vw, 16px);
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: clamp(14px, 1.6vw, 16px);
}

a {
  text-decoration: none;
  color: var(--primary);
}

ol,
ul,
li {
  line-height: 1.4;
}

ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.list-unstyled,
.list-unstyled li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: clamp(14px, 1.6vw, 16px);
}

.breadcrumbs {
  padding: 0;
  list-style: none;
}

hr {
  margin: 1rem 0;
}

.text-white {
  color: white;
}

/* Custom Card */
.card-borderd {
  position: relative;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-color: #000000;
  border-radius: 22px;
}
.card-borderd.s1::before {
  display: none;
}
.card-borderd.s1 .counter-wrapper .counter {
  width: 115px;
  height: 110px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.card-borderd.s1 .counter-wrapper .counter img {
  border-radius: 18px;
}
.card-borderd.s1 .card-body .card-img-wrapper {
  margin-left: 135px;
  height: 120px;
  justify-content: start;
  padding-left: 10px;
}
.card-borderd.s1 .card-body .card-img-wrapper .client-content {
  align-self: center;
}
.card-borderd.s1 .card-body .card-img-wrapper .client-content .client-name {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  font-family: "Poppins";
  color: rgba(0, 0, 0, 0.8509803922) !important;
  margin-bottom: 2px;
  line-height: 1.2;
}
.card-borderd.s1 .card-body .card-img-wrapper .client-content .client-info {
  font-size: 13px;
  color: var(--text-gray);
  margin-bottom: 8px;
}
.card-borderd.s1 .card-body .content-wrapper .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #2a2e23;
  margin-bottom: 12px;
  opacity: 0.9;
}
.card-borderd.s2 {
  transition: all 0.3s ease;
}
.card-borderd.s2:hover .counter-wrapper .counter {
  background-color: var(--primary);
}
.card-borderd.s2::before {
  display: none;
}
.card-borderd.s2 .counter-wrapper .counter {
  border: 1px solid rgb(224, 224, 224);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
}
.card-borderd.s2 .counter-wrapper .counter::after {
  top: -1px;
}
.card-borderd.s2 .counter-wrapper .counter img {
  transition: all 0.3s ease;
  height: auto;
}
.card-borderd.s2 .card-body .card-img-wrapper {
  margin-left: 93px;
  height: 91px;
}
.card-borderd.s2 .card-body .content-wrapper {
  transition: all 0.3s ease;
}
.card-borderd.s2 .card-body .client-content {
  display: flex;
  align-self: flex-start;
  padding-top: 18px;
  padding-left: 18px;
}
.card-borderd.s2 .card-body .client-content .client-name {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}
.card-borderd::before {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -17px;
  background-color: #ffffff;
  z-index: 1;
  border-right: 6px solid rgb(0, 0, 0);
  border-top: 6px solid rgb(0, 0, 0);
}
.card-borderd .counter-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.card-borderd .counter-wrapper .counter {
  padding: 10px;
  width: 136px;
  height: 136px;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.card-borderd .counter-wrapper .counter::before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: 60%;
  bottom: -10px;
  left: 15px;
  border-radius: 0px 0px 18px 0px;
  border-right: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
}
.card-borderd .counter-wrapper .counter::after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: 60%;
  top: 0;
  left: calc(100% + 11px);
  border-radius: 18px 0px 0px 0px;
  border-top: 1px solid rgb(224, 224, 224);
  border-left: 1px solid rgb(224, 224, 224);
}
.card-borderd .counter-wrapper .counter .counter-title {
  font-size: 25px;
  color: white;
  display: block;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.2;
  text-transform: uppercase;
}
.card-borderd .counter-wrapper .counter .count {
  color: white;
  font-weight: 700;
  font-size: clamp(42px, 6.4vw, 64px);
  font-family: "Poppins", sans-serif !important;
  line-height: 1;
}
.card-borderd .card-body .card-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-left: 136px;
  height: 146px;
  position: relative;
}
.card-borderd .card-body .card-img-wrapper::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0px 18px 0px 0px;
  border-right: 1px solid rgb(224, 224, 224);
  border-top: 1px solid rgb(224, 224, 224);
}
.card-borderd .card-body .content-wrapper {
  border: 1px solid rgb(224, 224, 224);
  border-top: 0;
  border-radius: 18px 0px 18px 18px;
  padding: 17px;
}
.card-borderd .card-body .content-wrapper .card-title {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  margin-bottom: 8px;
  display: block;
  color: #000000;
}
.card-borderd .card-body .content-wrapper .card-text {
  color: #000000;
  margin-bottom: 0;
}

/* Tab */
.tabs-wrapper .tabs-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.tabs-wrapper .tab-btn {
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #c7c7c7;
  background: rgba(0, 0, 0, 0.0078431373);
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs-wrapper .tab-btn.active, .tabs-wrapper .tab-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.tabs-wrapper .tab-content {
  display: none;
}
.tabs-wrapper .tab-content.active {
  display: block;
}

/* Blog Card */
.blog-card {
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
  padding: 10px 8px 16px;
  position: relative;
  z-index: 1;
  border-right: 6px solid #000000;
  border-bottom: 6px solid #000000;
}
.blog-card:hover {
  background-color: #ffffff;
}
.blog-card .blog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.062745098);
}
.blog-card .avatar {
  width: 30px;
  height: 30px;
}

/* root */
:root {
  --primary: #f16700;
  --secondary: #5600d0;
  --cream-light: #fffaf6;
  --cream: #faf2ed;
  --cream-dark: #ffbf96;
  --headings: #0e0e0e;
  --text: #262626;
  --text-gray: #2a2e23;
  --brown: #6d6056;
  --section-padding: clamp(45px, 7vw, 100px) 0;
}

/* colors */
.text-brown {
  color: var(--brown);
}

.text-black {
  color: #000000;
}

.text-gray {
  color: var(--text-gray);
}

.bg-white {
  background-color: white !important;
}

.bg-primary {
  background-color: var(--primary);
}

.text-primary {
  color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.text-secondary {
  color: var(--secondary);
}

.bg-cream-light {
  background-color: var(--cream-light);
}

.bg-cream {
  background-color: var(--cream) !important;
}

.bg-cream1 {
  background: var(--cream) !important;
}

.bg-cream-dark {
  background-color: var(--cream-dark);
}

/* fonts */
@font-face {
  font-family: "Inter";
  src: url("./../fonts/inter/Inter-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Inter";
  src: url("./../fonts/inter/Inter-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./../fonts/inter/Inter-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./../fonts/inter/Inter-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/poppins/Poppins-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/poppins/Poppins-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/poppins/Poppins-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./../fonts/poppins/Poppins-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.inter-reg {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.inter-md {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.inter-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.poppins-reg {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
}

.poppins-medium {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--headings);
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 1.3rem;
}

h1,
.h1 {
  font-size: clamp(28px, 5.2vw, 52px);
  margin-bottom: clamp(24px, 3.4vw, 34px);
  margin-top: 0;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: clamp(26px, 4.4vw, 44px);
}

h3,
.h3 {
  font-size: clamp(22px, 4vw, 32px);
}

h3,
h4 {
  padding-left: 10px;
  border-left: 4px solid var(--primary);
}

h4,
.h4 {
  font-size: clamp(20px, 2vw, 26px);
}

h5,
.h5 {
  font-size: clamp(18px, 2vw, 22px);
}

h2.s1,
.h2.s1 {
  font-size: clamp(26px, 5.2vw, 44px);
}

h2.h3,
.h2.h3 {
  font-size: clamp(26px, 4vw, 44px);
}

.main-title {
  margin-top: 0;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: clamp(16px, 1.8vw, 18px);
}

.fs-20 {
  font-size: clamp(16px, 2vw, 20px);
}

.fs-22 {
  font-size: clamp(18px, 2.2vw, 22px);
}

.fs-24 {
  font-size: clamp(20px, 2.4vw, 24px);
}

.fs-28 {
  font-size: clamp(24px, 2.8vw, 28px);
}

.fs-58 {
  font-size: clamp(36px, 5.8vw, 58px);
}

.line-height-md {
  line-height: 1.2;
}

.list-bullets {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.list-bullets li {
  list-style-type: disc;
}

/* list with icon */
.list-with-icon {
  padding: 0;
  list-style: none;
}
.list-with-icon.s1 li {
  padding-left: clamp(54px, 6.4vw, 64px);
}
.list-with-icon.s1 li::before {
  content: "";
  width: clamp(36px, 4.6vw, 46px);
  height: clamp(36px, 4.6vw, 46px);
}
.list-with-icon.s1.vx li {
  padding-left: 34px;
}
.list-with-icon.s1.vx li::before {
  width: 22px;
  height: 22px;
}
.list-with-icon.s2 li {
  padding-left: 32px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.list-with-icon.s2 li::before {
  background: url("./../img/icon/home-hero-check-icon1.webp") center/contain no-repeat;
  width: 20px;
  height: 20px;
}
.list-with-icon.s3 li {
  font-family: "inter", sans-serif;
  font-weight: 500;
  padding-left: 23px;
  padding-right: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.list-with-icon.s3 li:last-child {
  border-right: none;
  padding-right: 0;
}
.list-with-icon.s3 li::before {
  width: 17px;
  height: 15px;
  background: url("./../img/icon/home-hero-check-icon2.webp") center/contain no-repeat;
  top: 2px;
}
.list-with-icon li {
  position: relative;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}
.list-with-icon li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("./../img/icon/list-icon1.webp") center/contain no-repeat;
}
.list-with-icon li.s1 {
  font-size: 22px;
  font-weight: 600;
  padding-left: 33px;
}
.list-with-icon li.s1::before {
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
}

/* styles */
.w-100 {
  width: 100% !important;
}

section {
  padding: clamp(20px, 4vw, 40px) 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pagination .icon {
  border: 1px solid #d3a17c;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination .icon img {
  transition: all 0.3s ease;
}
.pagination .icon:hover {
  background-color: #ffede0;
  border-color: #ffede0;
}
.pagination .icon:hover img {
  filter: brightness(0) invert(0);
}
.pagination ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination ul li a {
  border-radius: 8px;
  width: 58px;
  height: 58px;
  background-color: #ffffff;
  color: #7b6f67;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "poppins", sans-serif;
  transition: all 0.3s ease;
}
.pagination ul li a.active, .pagination ul li a:hover {
  background-color: #ffede0;
  color: #1f1b18;
}

.form-step {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.form-step .form-wrapper.s1::before {
  background: url("./../img/icon/user-icon.webp") center/contain no-repeat !important;
  height: 18px;
}
.form-step .form-wrapper.s3::before {
  background: url("./../img/icon/phone-icon.webp") center/contain no-repeat !important;
  height: 18px;
}
.form-step .btn {
  border: none !important;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 20px;
  justify-content: center;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
}
.form-step .form-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-radius: 40px;
  border: 2px solid var(--primary);
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 438px;
  margin-bottom: 0;
  position: relative;
  padding-left: 46px;
}
.form-step .form-wrapper p {
  margin-bottom: 0;
}
.form-step .form-wrapper::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url("./../img/icon/envelop-icon.webp") center/contain no-repeat;
}
.form-step .form-wrapper.error {
  border-color: red;
  box-shadow: 0px 0px 0px 4px rgba(255, 0, 0, 0.25);
  background-color: rgb(255, 236, 236);
}
.form-step .form-wrapper input {
  border: none;
  outline: none;
  color: #515151;
  font-size: 17px;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.form-step .form-wrapper input:focus {
  background-color: transparent;
}
.form-step .form-wrapper input::-moz-placeholder {
  color: #515151;
  font-size: 17px;
}
.form-step .form-wrapper input::placeholder {
  color: #515151;
  font-size: 17px;
}
.form-step .form-wrapper .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -44px;
}

.wpcf7-response-output,
.global-error {
  font-size: 14px;
  font-weight: 600;
  color: rgb(135, 59, 59);
  padding: 0 !important;
  border: none !important;
  margin: 8px 0 0 20px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #2f8036; /* Green */
}

.wpcf7-spinner {
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  right: 20px;
  margin: 0;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
.wpcf7-spinner::before {
  display: none;
}

@keyframes rotation {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.input-wrapper .input-control,
.input-wrapper .textarea {
  border-radius: 6px;
  border: 1px solid #efded1;
  background-color: transparent;
  outline: none;
  padding: 18px 14px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.input-wrapper .input-control::-moz-placeholder, .input-wrapper .textarea::-moz-placeholder {
  color: #a7a7a7;
}
.input-wrapper .input-control::placeholder,
.input-wrapper .textarea::placeholder {
  color: #a7a7a7;
}
.input-wrapper .input-control::-webkit-inner-spin-button, .input-wrapper .input-control::-webkit-outer-spin-button,
.input-wrapper .textarea::-webkit-inner-spin-button,
.input-wrapper .textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper .input-control {
  max-height: 45px;
}

.border-img {
  border-right: 12px solid #000;
  border-bottom: 12px solid #000;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.mx-auto {
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.border-12 {
  border-radius: 12px;
}

.custom-border {
  border-right: 7px solid #000000 !important;
  border-bottom: 7px solid #000000 !important;
  border-radius: 12px;
}
.custom-border.s1 {
  border-left: 7px solid #000000 !important;
  border-right: none !important;
}

.text-center {
  text-align: center;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-exbold {
  font-weight: 800;
}

/* buttons */
.btn {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  text-align: center;
  padding: 17px 27px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
}
.btn.btn-primary {
  box-shadow: 5px 5px 0 #000;
  background-color: var(--primary);
  color: white;
}
.btn.btn-primary:hover {
  box-shadow: 0 0 0 #000;
  transform: translate(5px, 5px);
}
.btn.btn-outline {
  box-shadow: 5px 5px 0 #000;
  border: 1px solid #000;
  color: black;
}
.btn.btn-outline:hover {
  box-shadow: 0 0 0 #000;
  transform: translate(5px, 5px);
}
.btn.btn-white {
  box-shadow: 5px 5px 0 #000;
  border: 1px solid #000;
  background-color: white;
  color: black;
}
.btn.btn-white:hover {
  box-shadow: 0 0 0 #000;
  transform: translate(5px, 5px);
}

.secondary-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #f16700;
  background-color: #ffe9da;
  border-radius: 40px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 600;
}

.featured-blog-btn {
  background-color: rgba(241, 103, 0, 0.1490196078);
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 11px 16px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
}

/* margin utilities */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: clamp(16px, 2.4vw, 24px);
}

.mb-5 {
  margin-bottom: 40px;
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 8px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 4px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-4 {
  padding-top: 24px;
}

.pt-5 {
  padding-top: 40px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-4 {
  padding-bottom: 24px;
}

/* flex utilities */
.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

.gap-4 {
  gap: 24px;
}

.gap-5 {
  gap: clamp(24px, 4vw, 40px);
}

.flex-wrap {
  flex-wrap: wrap;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

[class*=col-] {
  flex: 0 0 auto;
  width: 100%;
}

/* column widths */
.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

.row.g-1 {
  --g: 0.25rem;
}

.row.g-2 {
  --g: 0.5rem;
}

.row.g-3 {
  --g: 1rem;
}

.row.g-4 {
  --g: 1.5rem;
}

.row.g-5 {
  --g: 3rem;
}

.row[class*=g-] {
  margin-left: calc(var(--g) / -2);
  margin-right: calc(var(--g) / -2);
  row-gap: var(--g);
}

.row[class*=g-] > [class*=col-] {
  padding-left: calc(var(--g) / 2);
  padding-right: calc(var(--g) / 2);
}

.read-more-wrapper.readmore-init .see-more-content {
  position: relative;
}
.read-more-wrapper.readmore-init .see-more-content.expanded::before {
  display: none;
}
.read-more-wrapper.readmore-init .see-more-content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #faf2ed;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.read-more-wrapper.readmore-init .see-more-btn {
  background-color: white;
  padding: 20px;
  color: black;
  border: none;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 20px);
  cursor: pointer;
}

.avatar-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.avatar-62 {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.reviews-logos {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 14px;
}

/* ── BAR SHELL ── */
.bar {
  display: none;
  border-radius: 0;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  height: 60px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: white;
  padding-bottom: env(safe-area-inset-bottom);
}
.bar .bar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 11px;
  gap: 6px;
}

/* icon wrap for typing dots */
.icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Theme C */
.theme-c .bar {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 -1px 0 #eee;
}
.theme-c .btn {
  color: #1a1a1a;
}
.theme-c .btn:not(:last-child)::after {
  background: #ebebeb;
}
.theme-c {
  /* Call — orange */
}
.theme-c .btn-call {
  background: var(--primary);
  color: white;
}
.theme-c {
  /* WA + Chat — white */
}
.theme-c .btn-wa,
.theme-c .btn-chat {
  background: #fff;
  color: #1a1a1a;
}
.theme-c .typing-dots {
  background: #25d366;
}
.theme-c .typing-dots span {
  background: white;
}
.theme-c .online-badge {
  background: #25d366;
  color: white;
  border: 1.5px solid #fff;
}
.theme-c .online-badge::before {
  background: white;
}

/* phone icon SVG */
.phone-svg,
.chat-svg {
  flex-shrink: 0;
}

/* media query */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .flex-sm-wrap {
    flex-wrap: nowrap;
  }
  .col-sm-1 {
    width: 8.333%;
  }
  .col-sm-2 {
    width: 16.666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333%;
  }
  .col-sm-5 {
    width: 41.666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333%;
  }
  .col-sm-8 {
    width: 66.666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333%;
  }
  .col-sm-11 {
    width: 91.666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-1 {
    width: 8.333%;
  }
  .col-md-2 {
    width: 16.666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333%;
  }
  .col-md-5 {
    width: 41.666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333%;
  }
  .col-md-8 {
    width: 66.666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333%;
  }
  .col-md-11 {
    width: 91.666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .container {
    max-width: 960px;
  }
  .col-lg-1 {
    width: 8.333%;
  }
  .col-lg-2 {
    width: 16.666%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333%;
  }
  .col-lg-5 {
    width: 41.666%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333%;
  }
  .col-lg-8 {
    width: 66.666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333%;
  }
  .col-lg-11 {
    width: 91.666%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .p-xl-0 {
    padding: 0;
  }
  .container {
    max-width: 1240px;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .text-lg-start {
    text-align: start;
  }
  .col-xl-1 {
    width: 8.333%;
  }
  .col-xl-2 {
    width: 16.666%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333%;
  }
  .col-xl-5 {
    width: 41.666%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333%;
  }
  .col-xl-8 {
    width: 66.666%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333%;
  }
  .col-xl-11 {
    width: 91.666%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .how-it-works .card-borderd .card-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .col-lg-4:last-child .card-borderd::before {
    display: none;
  }
  .card-borderd::before {
    transform: translateX(-50%) rotate(135deg);
    top: unset;
    right: unset;
    left: 50%;
    bottom: -17px;
  }
  .bar {
    display: grid;
  }
  .chatra--webkit {
    bottom: 70px !important;
  }
}
@media (max-width: 576px) {
  .list-with-icon.s3 {
    justify-content: center;
  }
  .list-with-icon.s3 li {
    border-right: none;
    padding-right: 0;
  }
  .card-borderd.s2 .counter-wrapper .counter {
    width: 60px;
    height: 60px;
  }
  .card-borderd.s2 .counter-wrapper .counter img {
    height: 45px;
    width: 45px;
  }
  .card-borderd.s2 .card-body .card-img-wrapper {
    margin-left: 60px;
    height: 69px;
  }
  .card-borderd .counter-wrapper .counter {
    width: 60px;
    height: 60px;
  }
  .card-borderd .counter-wrapper .counter .counter-title {
    font-size: 14px;
  }
  .card-borderd .counter-wrapper .counter .count {
    font-size: 24px;
  }
  .card-borderd .card-body .card-img-wrapper {
    height: 69px;
    margin-left: 60px;
  }
  .card-borderd .card-body .card-img-wrapper img {
    width: 60px;
    height: auto;
    display: flex;
    align-self: center;
  }
  .card-borderd .card-body .card-img-wrapper .reviews-icon {
    display: flex;
  }
  .card-borderd .card-body .card-img-wrapper .reviews-icon img {
    width: 20px;
    height: 20px;
  }
  .card-borderd .card-body .content-wrapper {
    padding: 12px;
  }
  .card-borderd.s1 .counter-wrapper .counter {
    width: 60px;
    height: 60px;
  }
  .card-borderd.s1 .counter-wrapper .counter img {
    width: 60px;
    height: 60px;
  }
  .card-borderd.s1 .card-body .card-img-wrapper {
    margin-left: 60px;
    height: 69px;
    padding-left: 30px;
  }
  .card-borderd.s1 .card-body .card-img-wrapper .client-content .client-name {
    font-size: 13px;
  }
  .card-borderd.s1 .card-body .card-img-wrapper .client-content .client-info {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .card-borderd.s1 .card-body .card-img-wrapper .client-content .reviews-icon img {
    width: 14px;
    height: 14px;
  }
  .card-borderd.s1 .card-body .content-wrapper .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
  }
  .secondary-btn {
    font-size: 14px;
    padding: 6px 12px;
  }
  .secondary-btn img {
    width: 18px;
    height: 20px;
  }
  .form-step {
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .form-step .btn {
    font-size: 14px;
    padding: 17px 18px;
    min-width: 180px;
    width: 100%;
  }
  .form-step .form-wrapper {
    max-width: unset;
  }
  .form-step .form-wrapper input {
    font-size: 14px;
  }
  .form-step .form-wrapper input::-moz-placeholder {
    font-size: 14px;
  }
  .form-step .form-wrapper input::placeholder {
    font-size: 14px;
  }
  .wpcf7-spinner {
    top: unset;
    transform: unset;
    bottom: 10px;
  }
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .wpcf7-response-output,
  .global-error {
    margin: 10px 0 0 10px !important;
  }
  .list-with-icon.s3 {
    gap: 8px !important;
  }
  .list-with-icon.s3 li {
    padding-left: 18px;
  }
  .list-with-icon.s3 li::before {
    top: 0;
    width: 14px;
    height: 13px;
  }
  .reviews-logos {
    grid-template-columns: repeat(2, auto);
  }
}/*# sourceMappingURL=style.css.map */