@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
a:hover {
  color: inherit;
}
a:focus {
  color: inherit;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
  color: #000;
}
span {
  display: inline-block;
}
img {
  max-width: 100%;
}
button:focus,
input:focus {
  outline: unset;
  box-shadow: unset;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark span,
.dark i {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #293125;
  line-height: 1.2;
}
h1,
h2,
h4,
.h5-28 {
  font-weight: 700;
}
h1 {
  font-size: 66px;
}
.h1-77 {
  font-size: 77px;
}
h2 {
  font-size: 54px;
}
h4 {
  font-size: 34px;
}
.h5-28 {
  font-size: 28px;
}
h5 {
  font-size: 30px;
  font-weight: 600;
}
.h6-24 {
  font-size: 24px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  font-weight: 500;
}
.light-bg {
  background-color: #7c80710d;
}
/* cta css */
.cta {
  font-size: 14px;
  font-weight: 400;
  border-radius: 80px;
  padding: 12px 24px;
  text-transform: uppercase;
  background-color: #7c8071;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.cta-transprnt {
  background-color: transparent;
  border-color: #fff;
}
.cta-drk-green {
  background-color: #293125;
}
.cta::before,
.cta::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100px) skewX(-15deg);
  content: "";
}

.cta::before {
  width: 60px;
  background: rgb(255 255 255 / 14%);
  filter: blur(30px);
  opacity: 0.5;
}

.cta::after {
  width: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}

.cta:hover {
  background-color: #293125;
  border-color: #293125;
  color: #fff;
}

.cta:hover::before {
  opacity: 1;
}

.cta:hover::before,
.cta:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: all 0.9s ease;
}

/* cta css ends */
.radius-30 {
  border-radius: 30px;
}
.list-after li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
}
.list-after li::after {
  position: absolute;
  content: "";
  background-image: url("../images/list-after.svg");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}
.hdng-top {
  position: relative;
}
.hdng-top::after {
  position: absolute;
  content: "";
  background-color: #293125;
  height: 1px;
  width: 40px;
  left: 0;
  top: -26px;
}
.g-12 {
  gap: 12px;
}
.p-100 {
  padding: 100px 0;
}
.p-120 {
  padding: 120px 0;
}
.p-140 {
  padding: 140px 0;
}
.p-180 {
  padding: 180px 0;
}
.m-15 {
  margin: 15px 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.badge {
  background-color: #7c80711f;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #293125;
  padding: 5px 13px;
}
.section-after {
  position: relative;
}
.section-after:after {
  position: absolute;
  content: "";
  background-image: url("https://above-asking.com/wp-content/uploads/2025/10/Group-1707479369.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;
  left: 60px;
  top: 0;
  transform: translateY(-50%);
}
/* header css starts */
.main_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding-top: 4px;
}
.nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 0 !important;
  position: relative;
}
.nav-link::after {
  position: absolute;
  content: "";
  background-color: #7c8071;
  width: 60%;
  bottom: 0;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  opacity: 1;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.nav-link:hover {
  color: #7c8071;
}
/* bnner-css */
.bnnr-cntnt {
  max-width: 780px;
}
.main_header .navbar-nav {
  width: calc(100% - 440px);
  justify-content: center;
  gap: 50px;
}
.main-bnnr {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 250px;
  position: relative;
  overflow: hidden;
}

/*  */
.banner-btm-contact {
  position: absolute;
  bottom: 40px;
  z-index: 999;
  right: 60px;
}
.circle-button {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: 0.3s ease-in-out;
  background-color: #7c8071;
}

.mail-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
}
.text-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: rotateCircle 10s linear infinite;
}
.text-circle text {
  fill: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
}

@keyframes rotateCircle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* logo slider */
.slide-rgt {
  overflow: hidden;
}
.slde-img img {
  margin: auto;
  display: block;
  /* filter: grayscale(1); */
  width: 90px;
}
.slide-rgt .slick-track {
  display: flex;
  align-items: center;
}
.slde-lft p {
  width: 250px;
  border-right: 1px solid #7c807126;
}
.logo-slide-wrp {
  padding-bottom: 30px;
  border-bottom: 1px solid #7c807126;
}

/* ask section css */
.ask-rgt {
  background-color: #293125;
  border-radius: 30px;
  padding: 50px 60px;
}
.ask-logo {
  text-align: right;
}
.ask-comma {
  display: inline-block;
}
.ask-rgt-txt {
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
}
.nme-desig .posi {
  font-size: 14px;
  font-weight: 300;
}
.nme-desig .name {
  position: relative;
  font-size: 22px;
}
.nme-desig .name::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #7c8071;
  left: -45px;
  top: 50%;
}
.nme-desig {
  padding-left: 45px;
}
.ask-lft p,
.ask-lft li {
  font-weight: 300;
}
.ask-lst h6 {
  margin: 15px 0;
}
.ask-lft {
  padding-right: 60px;
}
/* invst sec */
.invst-pricing {
  border: 1px solid #7c807140;
  padding: 25px;
  border-radius: 13px;
}
.investor-sec {
  background-color: #7c80710d;
}
.invst-txt {
  font-size: 16px;
  margin: 15px 0;
}
.price-val {
  font-size: 22px;
  font-weight: bold;
  color: #7c8071;
}
.seprator {
  font-size: 19px;
  color: #e8e8e8;
  font-weight: 300;
}

/* who sec */
.who-bx {
  border: 1px solid #7c807133;
  padding: 45px 50px;
  border-radius: 25px;
  height: 100%;
  position: relative;
}
.sec-hd {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}
.who-bx::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background-image: url("../images/who-after.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 40px;
  right: 40px;
}

/* operator sec */
.operator-slider .slick-list.draggable {
  overflow: visible;
}

.operator-slider .slick-track {
  display: flex;
}

.operator-sec {
  background-color: #293125;
}
.operator-sec .sec-inner {
  overflow: hidden;
}
.oprate-crd {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  margin: 0 15px;
}

.oprate-inner {
  padding: 40px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.oprate-img {
  height: 100%;
}
.oprate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile {
  margin-top: auto;
}
.oprate-txt {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.oprate-crd h6 {
  margin: 20px 0;
  margin-bottom: 10px;
}
/* review slider */
.review-txt {
  font-size: 18px;
  font-weight: 300;
}
.star-div img {
  margin: auto;
  margin-bottom: 10px;
}
.rvew-slider-wrp .slick-arrow {
  border: 0.6px solid #000000;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  cursor: pointer;
}
.next-arrow {
  right: 0;
}
.slide-innr {
  max-width: 930px;
  margin: auto;
}
.review-name {
  color: #7c8071;
}

/* scale sec */
.scale-fst-sec .scale-cntnt {
  background-color: #000;
  border-radius: 35px;
}
.scale-txt span {
  color: #7c8071;
  font-weight: 600;
}
.who-bst-sec {
  background-color: #7c80710d;
}
.exist-hd {
  justify-content: space-between;
}
.existd-lft p {
  font-weight: 300;
}

/* section how it wrks */
.how-wrks-sec {
  position: relative;
}
.how-wrks-sec::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../images/dotted-img.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
  left: 0;
  right: 0;
}
.wrk-img {
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 32px 44px 0px #29312514;
  border-radius: 100%;
  background-color: #fff;
  margin: auto;
  position: relative;
}
.wrk-txt {
  font-weight: 500;
  margin-top: 20px;
}
.num-val {
  position: absolute;
  background-color: #293125;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 30px;
  right: 0;
}

/* deag slider sec */
.drg-innr-wrp .slick-list.draggable {
  overflow: visible;
  padding: 0 18vw !important;
}
.drg-innr-wrp .slick-slide {
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.drg-innr-wrp .slick-slide,
.drg-innr-wrp
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.9, 0.9);
  transition: all 0.4s ease-in-out;
}

.drg-innr-wrp .slick-center,
.drg-innr-wrp
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
}

.drg-innr-wrp .slick-current.slick-active {
  transform: scale(1);
}
.drag-slider-sec {
  overflow-x: hidden;
}
/* .drag-me-btn p {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7c8071;
  color: #fff;
  opacity: 0;
} */
.drag-me-btn p {
  color: #fff;
  font-size: 16px;
}
.drag-cursor {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #7c8071;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag-cursor.active {
  opacity: 1;
}

.drag-me-btn {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag-slider-sec .slick-active.slick-center .drag-me-btn p {
  opacity: 1;

  z-index: 1;
}
.drg-slide {
  position: relative;
}
/* must meet */
.must-meet-sec {
  background-color: #000;
}
.meet-img {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7c8071;
  border-radius: 100%;
}
.meet-cntnt {
  font-size: 16px;
  font-weight: 300;
  color:#fff;
}
.meet-innr {
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}
.meet-row > div {
  margin-bottom: 30px;
}
.meet-btm-p {
  font-weight: 300;
  font-size: 16px;
}
.meet-btm span {
  display: block;
  padding-top: 10px;
}
.curted-hd {
  justify-content: space-between;
}
.right-txt {
  max-width: 520px;
  font-weight: 300;
}
.hd-txt {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #7c807140;
}
.curatd-lst.list-after li {
  font-size: 13px;
}
.curatd-lst.list-after li:after {
  background-image: url("../images/green-tick.png");
  top: 2px;
}
.price-value-wrp span {
  font-size: 28px;
  font-weight: 700;
  color: #293125;
}
.note-txt {
  font-size: 12px;
  font-style: italic;
  color: #454545;
  margin-bottom: 30px;
}
.note-txt span {
  color: #7c8071;
}
.curated-crd .badge {
  padding: 12px;
  width: fit-content;
}
.curated-crd {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #7c807140;
  border-radius: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.curate-btn {
  margin-top: auto;
}
/* faq sec */
.faq-rgt .accordion-button {
  font-size: 24px;
  font-weight: 500;
  padding: 30px 40px;
  opacity: 1;
}
.faq-rgt .accordion-body {
  padding: 30px 40px;
  padding-top: 0;
}
.faq-rgt .accordion-button:not(.collapsed) {
  box-shadow: unset;
  background-color: transparent;
  color: #000;
}
.faq-rgt .accordion-button:focus {
  box-shadow: unset;
}
.faq-rgt .accordion-button::after,
.faq-rgt .accordion-button:not(.collapsed)::after {
  background-image: url("../images/faq-arrw.png");
}

.faq-rgt .accordion-item {
  border: 1px solid #004c581f !important;
  border-radius: 10px !important;
  margin-bottom: 25px;
}
.faq-rgt .accordion-button {
  border-radius: 10px !important;
}
.lft-txt-faq {
  font-weight: 300;
  font-size: 22px;
}
.lft-txt-faq a {
  font-weight: 500;
}

/* footer css */
.real-innr {
  max-width: 900px;
  margin: auto;
}
.real-innr p {
  font-size: 18px;
  margin-bottom: 30px;
}
.main-footer {
  background-color: #000;
  position: relative;
  padding: 50px 0;
  padding-top: 280px;
  margin-top: -230px;
}
.social-lst {
  justify-content: center;
}
.social-lst li a {
  border: 0.8px solid #313131;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-lst li a:hover {
  background-color: #ffffff6b;
}
.real-growth-wrp {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.copy-right {
  font-size: 18px;
}
.asking-sec .hdng-top::after {
  width: 69px;
  top: -15px;
}
.grwth-btns .cta:hover {
  background-color: #fff;
  color: #000;
}
.grwth-btns .cta::after,
.grwth-btns .cta::before {
  background-color: rgba(42, 50, 38, 0.295);
}
.phn-img {
  margin-right: 6px;
}
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* pulsating animation */
.drg-innr-wrp .slick-current.slick-active .video-btn {
  display: none;
}
.btn-innr {
  position: relative;
  display: inline-block;
}

.btn-innr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-white 1.5s infinite;
  z-index: -1;
}

@keyframes pulse-white {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.phn-mob {
  display: none;
}
.drg-innr-crd,
.drg-innr-crd img {
  width: 100%;
}

.invst-logo img {
  width: 220px;
  margin-bottom: 5px;
}
.review-slider-sec h6 {
  text-align: center;
}
.inner-circle-form h4 {
  text-align: center;
}

.form-field input:not([type="radio"], input[type="checkbox"]) {
  background-color: transparent;
  border: 1px solid #ffffff3d;
  padding: 15px 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 15px;
  color: #fff;
}

.form-field {
  margin-bottom: 20px;
}
.frm-heding {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.inner-circle-form form {
  /* max-width: 890px;
    margin: auto; */
  margin-top: 40px;
}
.inner-circle-form {
  margin-top: 50px;
  border: 1px solid;
  padding: 50px;
  border-radius: 35px;
  max-width: 1000px;
  margin: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-field input::placeholder {
  color: #ffffff63;
}
.form-field.frm-btn {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
.investor-form-sec {
  background-color: #7c80710d;
}
.investor-form .form-field input:not([type="radio"]) {
  border-color: #29312570;
}
.investor-form .frm-heding {
  color: #293125;
}
.radio-options label,
.check-options label {
  font-size: 16px;
}
.inner-circle-form.investor-form {
  border-color: #0000000e;
}
.investor-form .form-field input::placeholder{
  color: #00000079;
}
.investor-form .form-field input:not([type="radio"], input[type="checkbox"]) {
  color: #000;
}
.existed-img img {
    width: 220px;
}
.must-logo.mb-30 img {
    width: 240px;
}
.curated-img img {
    width: 35px;
}
.ask-logo img {
    width: 70px;
}
.not-filled {
    opacity: 0.5;
    cursor: not-allowed !important;
}
.frm-btn {
    gap: 15px;
}
.step-2  label {
    color: #fff;
}
.step-head {
    background-color: #fff;
    border-top-left-radius: 20px;
    overflow: hidden;
    border-top-right-radius: 20px;
    margin-bottom: 20px;
}


.step-head .top-hdng {
    background-color: #293125;
    color: #fff;
    padding: 10px 20px;
    font-size: 21px;
    font-weight: 600;
}
.step-head .txt-cntnt {
    padding: 20px;
    font-size: 18px;
}
.stepswrap .check-options label ,.stepswrap .radio-options label {
    color: #fff;
}
.txt-cntnt p {
    color: #000;
}
.txt-cntnt p {
    color: #000;
}

.other-input {
    display: flex;
    align-items: center;
    gap: 5px;
}

.input-blank input {
    border: unset !important;
    border-bottom: 1px solid #ffffff2b !important;
    border-radius: 0 !important;
    padding: 6px 0 !important;
}
.confirmation-msg p {
    font-size: 18px;
    margin-bottom: 20px;
}
#investor-form .input-blank.other-input input {
    border-color: #00000052 !important;
}
.contact-sec{
  background-color: #293125;
}
.contact-sec h2 {
    margin-bottom: 40px;
}
.contact-form.inner-circle-form {
    border: 1px solid #293125;
    box-shadow: rgb(255 255 255 / 20%) 0px 7px 29px 0px;
}
.contact-form .radio-wrp label {
    color: #fff;
}
.contact-form .check-wrp label {
    color: #fff;
}
.contact-form .submit-btn-2:hover {
    border-color: #7c8071;
}
.contact-form .submit-btn-2 {
    border: 1px solid transparent;
}
.frm-heding span {
    font-weight: 300;
    font-size: 15px;
}

/* (ak 12/8) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
form.wpcf7-form label, form.wpcf7-form span, form.wpcf7-form textarea {
    width: 100%;
	 text-align: left;
}
span.wpcf7-list-item label {
    width: auto !important;
    display: flex;
    gap: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn-2.cta {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background-color: #7c8071;
    border-radius: 80px;
    border: 1px solid transparent;
}
span.wpcf7-spinner {
    width: 24px !important;
    margin-top: 14px;
}
button.next-btn.cta:hover,button.back-btn.cta:hover {
    color: #000;
}
div#targetSection .wpcf7-submit {
    color: #000;
    font-weight: 400;
    border-radius: 40px;
	background:#fff;
}
.form-field.frm-btn.d-flex p {
    display: flex;
    gap: 11px;
}
.wpcf7-response-output {
    border-color: #fff !important;
    color: #fff;
}
.investor-form-sec .wpcf7-response-output {
    color: #000;
    border-color: #000 !important;
}

#targetSection span.wpcf7-spinner {
    width: 60px !important;
    margin-top: 14px;
}
#targetSection button.back-btn.cta,#targetSection button.next-btn.cta {
    width: 100%;
}

/* 13oct2025 start  */


header .talk-team {
    width: 40%;
    justify-content: end;
}

header .navbar-brand {
    width: 8%;
}

header .navbar-nav {
    width: calc(100% - 50%) !important;
    justify-content: center;
    gap: 30px;
}

header #navbarSupportedContent {
    /* gap: 10%; */
}

.drg-slide video
{
	width : 100%;
	border-radius:30px;
}

.invst-img video {
    width: 100%;
	border-radius:30px;
}