* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Inter 28pt";
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F5F3EB;
  padding: 0px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::selection {
  color: var(--white);
  background: var(--primary);
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::-webkit-selection {
  color: var(--white);
  background: var(--primary);
}

*::-ms-selection {
  color: var(--white);
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Inter 28pt";
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Inter 28pt";
  font-weight: normal;
  color: var(--primary);
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
  transition: all 0.5s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Inter 28pt";
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: var(--primary);
  font-family: "Inter 28pt";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding-bottom: 10px;
  letter-spacing: 0.16px;
}

body p a {
  color: var(--primary);
  font-weight: 900;
}

body p:last-child {
  padding-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter 28pt";
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  background: rgb(255, 255, 255);
  height: 50px;
  padding: 5px 20px !important;
  color: #333;
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 6px;
  font-family: "Inter 28pt";
  border: 1px solid #D9D9D9;
}

.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield textarea:focus {
  border-color: #aaea28;
}

.gform_wrapper .gfield input::-moz-placeholder,
.gform_wrapper .gfield select::-moz-placeholder,
.gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgba(44, 50, 63, 0.70);
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  color: rgba(44, 50, 63, 0.70);
  font-weight: 400;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
}

.gform_wrapper .gfield_required {
  display: none !important;
}

.gform_wrapper .gfield select option {
  color: #000;
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  height: 14px;
  width: 14px;
  line-height: 14px !important;
  padding: 0 !important;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  height: auto !important;
}

.gform_wrapper .gfield_error legend {
  color: #222 !important;
}

/* .gform_wrapper .gfield_error label {
  color: #999 !important;
} */

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  right: 20px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
}

html .gform_wrapper .gfield textarea {
  height: 120px !important;
  resize: none;
  padding: 15px 20px !important;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: 100%;
  padding-top: 0px !important;
  margin-top: 30px !important;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4D4D4D;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--primary);
}

.gform_wrapper .gform_footer .gform_button {
    text-align: center;
    appearance: none;
    z-index: 11;
    cursor: pointer;
    margin: 0 !important;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 15px 30px 15px 30px;
    display: inline-block;
    border: 1px solid #101604;
    transition: all 0.5s;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    position: relative;
    letter-spacing: 0.16px;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: var(--primary);
  color: var(--white);
  transition: all 0.5s;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio>.gchoice {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 20px 20px !important;
}

legend.gfield_label {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 20px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}

.fixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: transparent;
  margin: 0 auto;
  padding: 25px 0px;
}


#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(32, 12, 46, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
}

#header .wrapper ul#menu-header-menu>li {
  position: relative;
  margin-right: 30px;
}

#header .wrapper ul#menu-header-menu li a {
  position: relative;
  font-family: "Inter 28pt";
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover a {
  color: #97CD28;
}

#header .wrapper ul#menu-header-menu li a:hover::before,
#header .wrapper ul#menu-header-menu li.active a::before,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover>a::before {
  opacity: 1;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children a::before {
  content: none;
}

#header .wrapper ul#menu-header-menu li.menu-has-children:hover>a {
  color: #0000009c;
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 8px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: var(--white);
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 2px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
  transition: none;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 120%;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header .wrapper ul#menu-header-menu>li:hover>a {
  color: #97CD28 !important;
}

body:not(.home) #header .wrapper ul#menu-header-menu>li:hover>a,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover a {
  color: var(--primary) !important;
}

#header.fixed .wrapper ul#menu-header-menu>li:hover>a {
  color: #97CD28 !important;
}

#header .wrapper ul#menu-header-menu>li:last-child {
  margin-right: 0px;
}

#header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .wrapper .middle-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .header-btn-wrap {
  margin-left: 47px;
}

#header .header-logo a {
  display: block;
  max-width: 210px;
  position: relative;
  z-index: 99;
}

#header .header-logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
  color: var(--white) !important;
  background-color: var(--secondary);
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 2px;
  border-radius: 10px;
  width: 100%;
  background: var(--primary);
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

#header.fixed {
  background-color: var(--white);
  padding: 15px 0px;
}
/* 
#header.fixed .header-logo a {
  max-width: 150px;
} */

.mobile-list-menu {
  display: none;
}

/* section css start */
.container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

:root {
  --primary: #001F25;
  --secondary: #2C323F;
  --title: #000000;
  --white: #ffffff;
}

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

.btn-main {
  background: var(--primary);
  padding: 14px 35px;
  display: flex;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Inter 28pt";
  color: var(--white);
  gap: 10px;
  align-items: center;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border: 1px solid var(--primary);
  letter-spacing: -0.16px;
  white-space: nowrap;
}

.btn-main:hover {
  background: transparent;
  color: var(--primary);
}

.page-not-found {
  padding: 180px 0px 60px;
  position: relative;
}

.page-not-found h1 {
  color: #ee0000;
  margin-bottom: 40px;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Inter 28pt";
  line-height: 120%;
}

.entry-title {
  display: none;
}

/* Hero Section Styles */
.hero-section {
  padding: 150px 0 0 0;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: auto 500px;
  gap: 50px;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1 {
  color: var(--primary);
  font-size: 86px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.72px;
  margin-bottom: 30px;
}

.hero-title b {
  font-weight: 700;
}

.text-gradient {
  background: linear-gradient(90deg, #427AF5 2.14%, #E353E1 50.07%, #FF7E30 98.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.hero-subtitle {
  color: #2C323F;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}

.hero-desc {
  margin-bottom: 35px;
  color: #2C323F;
  font-size: 24px;
  line-height: 133.333%;
  padding-bottom: 0px;
}

.hero-desc strong,
.hero-desc b {
  font-weight: 600;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #15dcfb 0%, #cbea22 100%);
  color: var(--primary);
  font-family: "Inter 28pt";
  font-size: 15px;
  font-weight: 800;
  padding: 16px 32px;
  border-radius: 100px;
  width: fit-content;
  box-shadow: 0 4px 15px rgba(21, 220, 251, 0.2);
  transition: all 0.3s ease;
  text-transform: none;
}

.hero-btn .arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(21, 220, 251, 0.35);
  color: var(--primary);
}

.hero-btn:hover .arrow {
  transform: translateX(4px);
}

#header .header-btn-wrapper a.btn-main {
  padding: 10px 19px;
  font-size: 15px;
  font-weight: 500;
}

/* Sidebar and Form Card Styles */

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 35px 50px 35px;
  width: 100%;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.04));
}

.form-title {
  color: var(--primary);
  margin-bottom: 15px;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.52px;
}

.form-title b {
  font-weight: 700;
}

.form-subtitle {
  background: linear-gradient(90deg, #427AF5 0%, #E353E1 50%, #FF7E30 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}

p.form-caption {
  color: rgba(44, 50, 63, 0.80);
  font-size: 12px;
  letter-spacing: -0.12px;
  text-align: center;
}

.gradient-btn {
  border-radius: 100px;
  background: linear-gradient(90deg, #30D7F1 0%, #74F857 50.5%, #EBE645 100%);
  width: fit-content;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001F25;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.gradient-btn span.arrow {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 15px;
  width: 15px;
}

.gradient-btn span.arrow .arrow-one {
  transform: translateX(-20px);
}

.gradient-btn span.arrow .arrow-two {
  transform: translateX(-35px);
}

.gradient-btn:hover span.arrow .arrow-one {
  transform: translateX(0px);
  transition: all 0.5s;
}

.gradient-btn:hover span.arrow .arrow-two {
  transform: translateX(0px);
  transition: all 0.5s;
}

.scale-my-business-sec {
  position: relative;
  padding: 130px 0px 110px 0px;
}

.scale-my-business-sec .top-wrapper {
  margin-bottom: 55px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

span.small-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}

h2 {
  color: var(--peimary);
  font-size: 64px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -1.28px;
}

.my-business-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

.card-box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 30px 40px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card-box .icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 12px;
  background: #EBEAE3;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3 {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-box p {
  line-height: 147.059%;
}

.why-webforest-box {
  background-color: #111;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 100px 65px;
  position: relative;
}

.why-webforest-box .title-wrapper {
  margin-bottom: 10px;
}

.why-webforest-box p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.18px;
}

.why-webforest-box .title-wrapper h2 {
  margin-bottom: 35px;
}

.why-webforest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.why-webforest-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 20px 50px 20px;
}

.why-webforest-card .icon {
  margin-bottom: 30px;
}

.why-webforest-card h3 {
  color: var(--white);
}

.why-webforest-box .button-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

a.btn-main.btn-white {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary);
}

a.btn-main.btn-white:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

a.btn-main.btn-white-outline {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.30);
  color: var(--white);
}

a.btn-main.btn-white-outline:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--primary);
}


a.btn-main.btn-dark-outline {
  background-color: transparent;
  border-color: rgba(17, 17, 17, 0.30);
  color: var(--primary);
}

a.btn-main.btn-dark-outline:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.why-webforest-grid::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/line-bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.why-webforest-card::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/top-border.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.why-webforest-grid.two .why-webforest-card::after {
  background-image: url(../images/bottom-line.svg);
}

.why-webforest-grid.two::after {
  display: none;
}

.why-webforest-grid .why-webforest-card:last-child:after {
  display: none;
}


.what-we-build-sec {
  padding-top: 100px;
  position: relative;
}

.what-we-build-sec .container,.expert-in-your-industry-sec .container{
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #D9D6CC;
}

.what-we-build-sec .top-wrapper {
  display: grid;
  align-items: end;
  grid-template-columns: auto 380px;
  gap: 20px;
  margin-bottom: 50px;
}

.what-we-build-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.what-we-build-card {
  background-color: #fff;
  border: 1px solid #E2E0D6;
  border-radius: 20px;
  position: relative;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
}

.what-we-build-card .icon {
  margin-bottom: 25px;
}

.what-we-build-card .icon img {
  margin: 0;
}

.what-we-build-card p {
  font-size: 16px;
  line-height: 147%;
  margin-top: auto;
}

.what-we-build-sec .button-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 15px !important;
  font-weight: 600 !important;
}


.expert-in-your-industry-sec .title-wrapper {
  margin-bottom: 55px;
}

.expert-in-your-industry-sec .title-wrapper h2 {
  margin-bottom: 22px;
}

.industry-listing {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
    position: relative;
}
.industry-box {
    background: rgba(226, 224, 214, 0.70);
    text-align: center;
    padding: 32px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
    transition: all 0.5s;
    cursor: pointer;
}
h4 {
    color: #001F25;
    font-size: 18px;
    font-weight: 600;
}
.industry-box .icon img {
    filter: brightness(0);
    opacity: 0.4;
    transition: all 0.5s;
}
.industry-box:hover {
    background: #fff;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.04));
}
.industry-box:hover .icon img {
    filter: unset;
    opacity: 1;
}


.expert-box {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 20px;
    flex-wrap: wrap;
}
.expert-box .left-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.expert-box p {
    font-size: 18px;
}
.expert-box p b {
    font-size: 20px;
    font-weight: 600;
}

.work-results-section {
    position: relative;
    padding-bottom: 120px;
}
.work-results-section .top-wrapper {
    margin-bottom: 35px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.work-results-section .button-wrapper {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.results-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    margin-bottom: 40px;
    background: #FFF;
    border-radius: 20px;
}
.results-grid .result-card {
    padding: 30px;
    border-right: 1px solid #EDEBE5;
    min-height: 575px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.results-grid .result-card:last-child {
    border-right: 0px;
}

.results-grid .result-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.results-grid .result-card .card-header img{
	margin: 0;
}
.results-grid .result-card .card-header .category {
    color: rgba(44, 50, 63, 0.70);
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.17px;
}
.results-grid .result-card .card-content h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
}
.results-grid .result-card .card-content .result-stat {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.2px;
    padding-bottom: 0px;
}
.results-grid .result-card .card-content {
  margin-top: auto;
}
.results-grid .result-card .card-content .card-image {
    margin-top: 35px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    position: relative;
}
.reviews-grid .review-card {
    background-color: #FFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    position: relative;
}

.reviews-grid .review-card .review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}

.reviews-grid .review-card .verified {
    color: rgba(44, 50, 63, 0.50);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.reviews-grid .review-card p.review-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 155.556%;
    letter-spacing: -0.18px;
}
.reviews-grid .review-card .review-author {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.reviews-grid .review-card .review-author img {
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}

.reviews-grid .review-card .author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.reviews-grid .review-card .author-info span {
    color: rgba(44, 50, 63, 0.70);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.14px;
}

.growth-call-section {
    padding-bottom: 120px;
    position: relative;
}
.growth-wrapper {
    background: #EBE9E0;
    border-radius: 20px;
    width: 990px;
    position: relative;
    padding: 70px 70px 70px 70px;
}
.growth-wrapper .content-wrap {
    max-width: 540px;
}
.growth-wrapper h2 {
    font-size: 50px;
    margin-bottom: 27px;
}
.growth-wrapper p {
    color: #2C323F;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.18px;
}


ul.feature-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
ul.feature-list li img{
  margin: 0;
}
.growth-wrapper ul.feature-list {
    margin-top: 40px;
}
ul.feature-list li {
    display: flex;
    gap: 13px;
    color: #2C323F;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    padding: 7px 25px 7px 7px;
    border-radius: 50px;
    width: fit-content;
    align-items: center;
}

ul.feature-list li:nth-last-child(2) {
    background: #fff;
}
ul.feature-list li:nth-last-child(2) svg circle {
    fill: #AAEA28;
}
ul.feature-list li:nth-last-child(2) svg path {
    stroke: #002025;
}

.growth-wrapper-main-wrap {
    display: flex;
    align-items: center;
}
.form-card.two {
    width: 520px;
    margin-left: -220px;
}
.form-card.two .form-title {
    font-size: 30px;
}
.form-card.two b {
  font-weight: 600;
}

.form-card.two .contact-form .gform_wrapper .gform_footer .gform_button {
    background: linear-gradient(90deg, #DEFD5B 0%, #5BF5A2 49.5%, #53FBEB 100%);
    border: unset;
    font-size: 16px;
    color: var(--primary) !important;
}



.faq-item{
    background:#EBE9E0;
    border-radius:20px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.3s;
}

.faq-item.active{
    background:#fff;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.04));

}

.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 26px;
    cursor:pointer;
    gap: 10px;
}

.faq-question h3{
    margin:0;
    font-size:20px;
    line-height:1.4;
}

.faq-answer{
    display:none;
    padding:0 26px 24px 46px;
}

.faq-item.active .faq-answer{
    display:block;
}

.faq-answer p {
    font-size: 18px;
    line-height: 28px;
}

.faq-icon{
    position:relative;
    width:32px;
    height:32px;
    min-width:32px;
    border:2px solid #b5b9b4;
    border-radius:50%;
}

.faq-icon:before,
.faq-icon:after{
    content:"";
    position:absolute;
    background:#9da6a3;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}

.faq-icon:before{
    width:12px;
    height:2px;
}

.faq-icon:after{
    width:2px;
    height:12px;
}

.faq-item.active .faq-icon{
    border-color:#9cd223;
}

.faq-item.active .faq-icon:before{
    background:#9cd223;
}

.faq-item.active .faq-icon:after{
    display:none;
}

.faq-section .title-wrapper {
    margin-bottom: 50px;
}

.faq-grid {
    max-width: 923px;
    margin: 0 auto;
}

.faq-section {
    position: relative;
    padding-bottom: 100px;
}
.cta-box {
    background: linear-gradient(90deg, #DEFD5B 0%, #5BF5A2 49.5%, #53FBEB 100%);
    border-radius: 20px;
    position: relative;
    padding: 73px 45px 85px 45px;
    display: grid;
    align-items: center;
    gap: 40px;
    grid-template-columns: 510px auto;
    justify-content: space-between;
}
.cta-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
}
.cta-box .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.footer-bottom {
    padding: 40px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
a.footer-logo {
    display: inline-block;
    max-width: 180px;
}
.footer-bottom .left-col {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.social {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.social li a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #E2E0D6;
    padding: 5px;
}
ul.social li a:hover {
    background: #000;
}
ul.social li a:hover svg{
  filter: brightness(0) invert(1);
}

p.copyrights {
    font-size: 13px;
    line-height: 140%;
}


.info-small-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 15px;
}
.info-small-wrap .info-detail {
    display: flex;
    gap: 10px;
    flex-direction: column;
    border-right: 1px solid #00000024;
    padding-right: 45px;
    margin-right: 45px;
}
.info-small-wrap .info-detail:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
.info-small-wrap .info-detail .one {
    font-size: 40px;
    font-weight: 600;
    line-height: 80%;
}
.info-small-wrap .info-detail span.two {
    font-size: 16px;
}

.hero-section .row-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero-section .row-wrapper p {
    padding-bottom: 0px;
}
.hero-section .row-wrapper .bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.hero-section .row-wrapper .bottom-wrapper .logo-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.hero-section .row-wrapper .bottom-wrapper .logo-wrap img {
    margin: 0;
    width: 85px;
    object-fit: contain;
}

.hero-section .row-wrapper .bottom-wrapper .logo-wrap img:nth-child(2) {
    width: 75px;
}
.hero-section .row-wrapper .bottom-wrapper .logo-wrap img:nth-child(4) {
    width: 110px;
}