* {
  box-sizing: border-box;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  --wp--style--global--content-size: 100% --wp--style--global--wide-size: 100%
}

main {
  --wp--preset--spacing--60: 0;
}

.wp-block-group {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

html,
/* body, */
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
/* footer, */
section,
aside,
nav,
article,
figure,
address,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

/* body {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: #0f0f0f;
  font-weight: 400;
  text-decoration: none;
} */

a {
  color: #00a267;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #ff4800;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
}

p {
  margin-bottom: 0;
  line-height: 100%;
}

.cmn-section {
  padding: 60px 0 70px 0;
}

/* CSS start here */
.header {
  position: sticky;
  border-bottom: 1px solid #cde6ed;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.headersticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
}

.header-nav {
  transition: all 0.2s ease-in-out !important;
}

.header-nav ul {
  margin: 0 0 0 auto !important;
}

.top-right-menu ul {
  display: flex;
  align-items: center;
}

.top-right-menu ul li {
  list-style-type: none;
  margin-left: 20px;
  font-weight: 600;
}

.top-right-menu ul li:first-child {
  margin-left: 0;
}

.top-right-menu ul li .btn-primary {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
}

.nav-link {
  color: #0f0f0f;
  font-weight: 500;
  margin: 0 5px;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.active {
  color: #ff4800;
}

.btn-primary {
  background: #00a267;
  border-color: #00a267;
  padding: 15px 20px;
  line-height: 1.2;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  min-width: 120px;
}

.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:focus {
  background: #ff4800;
  border-color: #ff4800;
  box-shadow: none;
  outline: none;
}

.btn-secondary {
  background: #7036cc;
  border-color: #7036cc;
  padding: 15px 20px;
  line-height: 1.2;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  min-width: 120px;
}

.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary:focus {
  background: #ff4800;
  border-color: #ff4800;
  box-shadow: none;
  outline: none;
}

h1.cmn-hd {
  font-size: 65px;
  line-height: 70px;
  color: #0f0f0f;
  font-weight: 700;
}

h1.cmn-hd span {
  color: #00a267;
}

h2.cmn-hd {
  font-size: 55px;
  line-height: 60px;
  color: #0f0f0f;
  font-weight: 700;
  text-align: center;
}

h2.cmn-hd span {
  color: #00a267;
}

.banner-subline {
  font-size: 20px;
  margin-bottom: 25px;
}

.banner-btn a {
  margin-right: 10px;
}

.banner-taglines {
  margin-top: 60px;
  text-align: center;
  border: 2px solid #e4eaeb;
  border-radius: 20px;
  padding: 15px;
}

.banner-taglines span {
  font-size: 13px;
  font-weight: 900;
  margin-left: 50px;
}

.enterpriseversion-section {
  background-color: #000000;
  background-image: linear-gradient(180deg, #000000, #031912);
  min-height: 276px;
}

.enterpriseversion-section h2 {
  color: #ffffff;
}

.enterprise-video {
  text-align: center;
  margin-top: 50px;
  position: relative;
  margin-bottom: -60px;
}

.enterprise-video img {
  max-width: 100%;
}

.enterprise-video span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 183px;
  background: #ffffff;
  border-radius: 30px;
  padding: 5px 10px;
  font-weight: 600;
  color: #0f0f0f;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
}

.enterprise-video span img {
  vertical-align: text-top;
}

.problemsolution-section {
  padding-top: 100px;
}

.problem-cnt {
  border: 2px solid #e4eaeb;
  border-radius: 20px;
  padding: 30px 25px;
}

.problem-cnt h3,
.solution-cnt h3 {
  font-size: 24px;
}

.solution-cnt {
  border-radius: 20px;
  padding: 30px 40px;
  background: #00a267;
  color: #fff;
  height: 100%;
}

.problem-area {
  font-size: 22px;
  line-height: 26px;
}

.problem-area span {
  color: #00a267;
  font-weight: 700;
}

.solution-area {
  font-size: 40px;
  line-height: 53px;
}

.solution-area span {
  font-weight: 700;
}

.heading-desc {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.track-desc-area h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.track-desc {
  margin-bottom: 20px;
}

.track-desc-area ul li {
  list-style-type: none;
  margin-bottom: 20px;
  background: url(../images/tick-img.png) no-repeat 0 5px;
  padding-left: 40px;
}

.gray-bg {
  background: #ebe9f9;
}

.text-left {
  text-align: left !important;
}

.appstore-img a {
  margin-right: 10px;
}

.tagline {
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #ff4800;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

.features-slide {
  padding-top: 100px;
  padding-left: calc((100% - 1140px) / 2);
}

.feature-slide-cnt {
  background: #fff;
  border: 1px solid #c6c3f2;
  border-radius: 10px;
  margin: 0 2px;
  padding: 20px 20px 0 20px;
}

.feature-slide-txt {
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 24px;
  min-height: 80px;
}

.review-section {
  background: #4a13a0;
  color: #fff;
}

.review-l h2 {
  color: #fff;
}

.quote-text {
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}

.valignmidd {
  vertical-align: text-top;
}

a.secondary-small {
  font-size: 18px;
  line-height: 1.2;
  min-width: 156px;
  text-align: center;
  color: #fff;
  background: #ff4800;
  border: 2px solid #ff4800;
  border-radius: 12px;
  display: inline-block;
  padding: 10px 20px;
}

a:hover.secondary-small {
  background: transparent;
  color: #ff4800;
}

#footer {
  padding: 35px 0;
}

.footer-links a {
  margin: 0 10px;
  color: #0f0f0f;
}

.footer-links a:hover {
  color: #ff4800;
}

.footer-logo,
.footer-social {
  width: 25%;
}

.footer-social {
  text-align: right;
}

.footer-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-social ul li {
  list-style-type: none;
  margin-left: 30px;
}

.getstarted-section {
  background: #12272d;
}

.getstarted-section h2,
.getstarted-section .heading-desc {
  color: #fff;
}

.getstarted-section h2 span {
  color: #ff4800;
}

.getstarted-l,
.getstarted-r {
  background: #e7faff;
  border-radius: 12px;
  padding: 50px;
  height: 100%;
}

.getstart-img-l {
  text-align: right;
}

.getstart-hd-l {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 10px;
}

.getstart-hd-l span {
  color: #ff4800;
}

.getstart-desc {
  margin-bottom: 20px;
  font-weight: 500;
}

.getstart-desc img,
.getstart-hd-l img {
  vertical-align: middle;
}

.getstart-btn {
  margin-bottom: 30px;
}

.app-store-btn {
  margin-top: 40px;
}

.app-store-btn a {
  display: block;
  margin-bottom: 15px;
}

.subscribe-youtube-btn a {
  border: 1px solid #00a267;
  border-radius: 12px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 410px;
  margin: auto;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
}

.subscribe-youtube-btn a img {
  margin-right: 10px;
}

.subscribe-youtube-btn a:hover {
  background: #00a267;
  color: #fff;
}

.youtube-list-area {
  border: 3px solid #e4eaeb;
  border-radius: 12px;
  padding: 25px;
}

.youtube-list-area ul li {
  width: 24%;
  list-style-type: none;
  cursor: pointer;
}

.youtube-list-area ul li:hover .youtube-txt {
  color: #ff4800;
}

.youtube-img {
  margin-bottom: 10px;
}

.youtube-img img {
  width: 100%;
  border-radius: 12px;
}

.youtube-txt {
  font-size: 15px;
  line-height: 20px;
}

.stocknews-img-main {
  margin-bottom: 30px;
}

.stocknews-img-main img {
  width: 100%;
  border-radius: 12px;
}

.stocknews-title a {
  font-weight: 600;
  color: #0f0f0f;
}

.stocknews-title a:hover {
  color: #ff4800;
}

.stocknews-r .viewall-btn .green-btn {
  padding: 10px 48px;
  display: flex;
  align-items: center;
}

.stocknews-section {
  padding-bottom: 80px;
}

.stocknews-r .viewall-btn {
  padding-top: 50px;
  border-top: 1px solid #d7e9ee;
  display: flex;
}

.stocknews-r ul li {
  list-style-type: none;
  border-bottom: 1px solid #b3afcd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.stocknews-r ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stocknews-r-img {
  width: 150px;
  margin-right: 20px;
}

.stocknews-r-img img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
}

.stocknews-r-desc {
  width: calc(100% - 170px);
}

.accordion-button {
  background: #f4f4f4;
  font-weight: 600;
  padding: 20px 30px;
}



.accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
  color: #0f0f0f;
  border-bottom: none;
}

.accordion-body {
  padding: 0 30px 20px 30px;
  font-size: 22px;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.accordion-item .accordion-button {
  border-radius: 10px !important;
  font-weight: 600;
  padding: 31.5px 30px 15px 30px;
  font-size: 20px;
  line-height: 30px;
  align-items: flex-start;
  gap: 5px;
}

.accordion-item .accordion-button::after {
  margin-top: 2px;
}

.accordion-button.collapsed {
  padding: 31.5px 30px;
}

/* .accordion-item:not(:first-of-type) {
  border-top: 0 !important;
} */

/* .faq-section .accordion-item:not(:last-child) {
  margin-bottom: 10px;
} */

.faq-section .accordion-item {
  border-radius: 10px;
  border: 1px solid #d3d7d8;

}

.faq-section .accordion-body {
  padding: 0 0 35px 30px;
  font-size: 19px;
  font-weight: 400;
  border-top: none;
  max-width: 620px;
}

/* .headersticky { position: fixed; width: 100%; top: 0; left: 0; background: #fff; z-index: 999; box-shadow: 0 0 15px rgba(0,0,0,.3);  transition: all 0.3s ease 0s; } */

.avgapprating-section {
  background: url(../images/avgapp-bg.png) no-repeat center #646c6c;
  min-height: 846px;
  background-size: cover;
}

.avgapprating-cnt {
  width: 530px;
  max-width: 530px;
  text-align: left;
}

.avgapp-hd-area h2 {
  color: #fff;
  font-size: 40px;
}

.avgapp-hd-area h2 em {
  background: #ff4800;
  padding: 5px 15px;
  border-radius: 12px;
  font-style: normal;
}

.avgapp-hd-area h2 em img {
  vertical-align: middle;
  margin-top: -10px;
}

.avgapp-desc-area {
  background: #fff;
  border-radius: 20px;
  padding: 30px 50px;
}

.avgapp-quote-txt {
  font-style: italic;
}

.avgapp-quote-name {
  text-align: right;
}

.newsmore-cnt {
  height: 100%;
  background: #12272d;
  border-radius: 42px;
  position: relative;
  color: #fff;
  min-height: 320px;
}

.newsmore-cnt-r {
  background: #092f43;
}

.newsmore-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.newsmore-cnt-area {
  padding: 50px;
  width: 300px;
}

.newsmore-title {
  font-size: 30px;
  font-weight: 700;
}

.createportfolio-section {
  background: url(../images/portfolio-bg.png) no-repeat right #d2edf5;
  background-size: cover;
}

.createportfolio-data {
  padding-right: 150px;
}

.createportfolio-data ul li {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #8bc2b8;
  padding: 25px;
  list-style-type: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.createportfolio-data ul li span {
  width: 33px;
  margin-right: 30px;
}

ul.performance-list-area li {
  list-style-type: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3d1fc;
  background: url(../images/list-arr.png) no-repeat 0 10px;
  padding-left: 30px;
}

ul.performance-list-area li:hover {
  border-color: #4d0080;
}

ul.performance-list-area li span {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

ul.performance-list-area li:last-child {
  margin-bottom: 0;
}

.howitworks-section {
  background: #d6f0f4;
}

.howitwork-l {
  width: 60px;
}

.howitwork-r {
  width: calc(100% - 60px);
  font-size: 40px;
  line-height: 50px;
}

.howitwork-list ul {
  display: flex;
}

.howitwork-list ul li {
  font-size: 18px;
  line-height: normal;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-right: 20px;
  display: flex;
  list-style-type: none;
  align-items: center;
  width: 30%;
  border: 1px solid #8bc2b8;
  font-weight: 600;
}

.howitwork-list ul li span {
  margin-right: 15px;
}

.choosing-section {
  background: #12272d;
  color: #fff;
}

.choosing-section h2 {
  color: #fff;
}

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

.choosing-r ul li {
  list-style-type: none;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #1b5959;
  display: flex;
  align-items: flex-start;
}

.choosing-r ul li:hover {
  border-color: #199a65;
}

.choosing-r ul li:last-child {
  margin-bottom: 0;
}

.choosing-icon {
  width: 35px;
  margin-right: 10px;
}

.choosing-txtarea {
  width: calc(100% - 45px);
}

.choosing-hd-area {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.sebi-info {
  font-size: 14px;
  font-weight: 900;
}

/* .powerfuldashboard-section { height: 880px; } */
.powerfuldashboard-section .heading-desc {
  color: #fff;
}

.sectortrend-section {
  background: #000;
  color: #fff;
}

.sectortrend-section h2 {
  color: #fff;
}

.sector-cnt {
  margin-top: 20px;
}

.sector-cnt-hd {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #005f53;
}

.sector-cnt-hd img {
  margin-right: 10px;
  vertical-align: middle;
}

.sector-graph-bg {
  background: url(../images/sector-graph-bg-lg.png) repeat;
}

.sector-graph-area {
  background: #0d2f30;
  border-radius: 12px;
  padding: 60px 60px 0;
  margin-top: 60px;
  text-align: center;
}

.sector-graph-area img {
  max-width: 100%;
}

.keyfeatures-section {
  background: #d5eff4;
}

.howrewarding-section {
  background: #7bf2cc;
}

.getstart-linkarea a {
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #00a267;
  display: inline-block;
}

.getstart-linkarea a:hover {
  color: #ff4800;
}

.howrewarding-l {
  font-size: 40px;
  line-height: 45px;
  border-left: 4px solid #199a65;
  padding-left: 40px;
}

.topperforming {
  text-align: center;
}

.topperforming img {
  max-width: 100%;
}

.keyfeature-cnt {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #8bc2b8;
  font-weight: 600;
  margin: 10px 0;
  min-height: 150px;
  width: 100%;
}

.keyfeature-cnt span {
  display: block;
  margin-bottom: 20px;
}

.support-section {
  background-color: #d5f0f4;
  background: linear-gradient(49deg,
      rgba(219, 244, 243, 1) 0%,
      rgba(205, 233, 246, 1) 100%);
}

ul.support-list-area li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-color: #7dbdbc;
}

ul.support-list-area li:hover {
  border-color: #005f53;
}

.support-r {
  background: #edf8fb;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.form-textarea {
  resize: none;
  height: 145px;
}

.form-control {
  border-color: #c0d3d8;
  border-radius: 8px;
  padding: 12px;
}

.sidebysideform {
  width: 48%;
}

.desktop-none {
  display: none;
}

.download-app-container {
  position: sticky;
  display: flex;
  align-items: center;
  z-index: 111;
  bottom: 0;
  background: #d5eff4;
  width: 100%;
  padding: 10px;
  gap: 10px;
  box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .download-app-container {
    display: none;
  }
}

.download-app-container .footer-logo {
  display: flex;
  align-items: center;
  background: #000;
  width: 45px;
  padding: 6px;
  height: 45px;
  border-radius: 50%;
}

.download-app-container .footer-logo img {
  width: 100%;
}

.download-app-container h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.download-app-container a {
  margin-left: auto;
  background: #000;
  padding: 7px 15px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

.owl-carousel .owl-item .review-r .quote-name img {
  width: 18px !important;
}

/* New CSS for New Hero Section */
.top-feature-badge {
  background-color: #f7f0fb;
  padding: 8px 20px;
  border-radius: 36px;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 16px;
}

.top-feature-badge .feature-badge-title {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.hero-cont-box .hero-cont-title {
  font-size: 55px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #000000;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 16px auto;
}

.hero-cont-box .hero-cont-description {
  font-size: 20px;
  font-family: "Figtree", sans-serif;
  color: #4b4a4a;
  line-height: 1.3;
  text-align: center;
  max-width: 670px;
  margin: 0 auto 26px auto;
}

.start-analysis-cont {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 8px;
}

.start-analysis-cont .start-analysis-title {
  font-size: 20px;
  font-family: "Figtree", sans-serif;
  color: #000000;
  font-weight: bold;
  line-height: 1.45;
}

.start-analysis-cont .start-analysis-img {
  width: 54px;
  height: 42px;
  object-fit: contain;
  margin-top: 8px;
}

.cust-hero-dashboard {
  max-width: 1190px;
  margin: 0 auto;
}

.perform-matrics-box,
.portfolio-overtime-box {
  border-radius: 10px;
  background-color: #ffffff;
  /* box-shadow: 2.5px 4.33px 16px 0px rgb( 137, 115, 155 ); */
  box-shadow: 1px 2px 6px 0px rgb(137, 115, 155);
  padding: 15px 20px;
  height: 100%;
  position: relative;
}

.perfom-subtitle {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  color: #515151;
  text-align: left;
  margin-bottom: 8px;
}

.portfolio-dash-box {
  /* display: grid;
    grid-template-columns: 20px 1fr 70px;
    align-items: start; */
  /* gap: 8px;  */
  margin-bottom: 4px;
  border-radius: 10px;
}

.porfolio-item {
  margin: 0;
  padding: 0;
}

.porfolio-item .porfolio-listitem {
  list-style-type: none;
}

.portfolio-amt {
  font-size: 26px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
  text-align: start;
  margin-bottom: 5px;
}

.portfolio-title {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: start;
  margin-bottom: 0px;
}

.portfolio-dash-icon {
  text-align: center;
}

/* Common style for all */
.porfolio-item .portfolio-dash-status {
  padding: 6px 8px;
  border-radius: 10px;
  color: #fff;
  min-width: 74px;
  max-width: max-content;
}

.portfolio-dash-box .cust-icon-box {
  display: flex;
  justify-content: center;
  padding-right: 0;
}

/* 1st item */
.porfolio-item li:nth-child(1) .portfolio-dash-status {
  background-color: rgb(0, 196, 125);
}

/* 2nd item */
.porfolio-item li:nth-child(2) .portfolio-dash-status {
  background-color: rgb(255, 173, 56);
}

/* 3rd item */
.porfolio-item li:nth-child(3) .portfolio-dash-status {
  background-color: rgb(167, 68, 255);
}

/* 4th item */
.porfolio-item li:nth-child(4) .portfolio-dash-status {
  background-color: rgb(89, 155, 255);
}

/* 5th item */
.porfolio-item li:nth-child(5) .portfolio-dash-status {
  background-color: rgb(255, 72, 193);
}

.portfolio-dash-box .cust-dash-amt {
  padding-left: 0;
}

/* 1st Item */
.porfolio-item li:nth-child(1) .portfolio-dash-box {
  background-image: -moz-linear-gradient(180deg,
      rgb(0, 162, 103) 0%,
      rgb(0, 131, 126) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgb(0, 162, 103) 0%,
      rgb(0, 131, 126) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgb(0, 162, 103) 0%,
      rgb(0, 131, 126) 100%);
  background-image: linear-gradient(180deg,
      rgb(0, 162, 103) 0%,
      rgb(0, 131, 126) 100%);
  padding: 26px 8px 30px 10px;
}

/* 2nd Item */
.porfolio-item li:nth-child(2) .portfolio-dash-box {
  background-image: -moz-linear-gradient(180deg,
      rgb(255, 157, 42) 0%,
      rgb(242, 107, 27) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgb(255, 157, 42) 0%,
      rgb(242, 107, 27) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgb(255, 157, 42) 0%,
      rgb(242, 107, 27) 100%);
  background-image: linear-gradient(180deg,
      rgb(255, 157, 42) 0%,
      rgb(242, 107, 27) 100%);
  padding: 26px 8px 30px 10px;
}

/* 3rd Item */
.porfolio-item li:nth-child(3) .portfolio-dash-box {
  background-image: -moz-linear-gradient(0deg,
      rgb(111, 52, 204) 0%,
      rgb(151, 40, 222) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(111, 52, 204) 0%,
      rgb(151, 40, 222) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(111, 52, 204) 0%,
      rgb(151, 40, 222) 100%);
  background-image: linear-gradient(0deg,
      rgb(111, 52, 204) 0%,
      rgb(151, 40, 222) 100%);
  padding: 26px 8px 30px 10px;
}

/* 4th Item */
.porfolio-item li:nth-child(4) .portfolio-dash-box {
  background-image: -moz-linear-gradient(180deg,
      rgb(65, 133, 234) 0%,
      rgb(50, 77, 242) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgb(65, 133, 234) 0%,
      rgb(50, 77, 242) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgb(65, 133, 234) 0%,
      rgb(50, 77, 242) 100%);
  background-image: linear-gradient(180deg,
      rgb(65, 133, 234) 0%,
      rgb(50, 77, 242) 100%);
  padding: 26px 8px 30px 10px;
}

/* 5th Item */
.porfolio-item li:nth-child(5) .portfolio-dash-box {
  background-image: -moz-linear-gradient(0deg,
      rgb(177, 12, 196) 0%,
      rgb(231, 43, 243) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(177, 12, 196) 0%,
      rgb(231, 43, 243) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(177, 12, 196) 0%,
      rgb(231, 43, 243) 100%);
  background-image: linear-gradient(0deg,
      rgb(177, 12, 196) 0%,
      rgb(231, 43, 243) 100%);
  padding: 26px 8px 30px 10px;
}

.chart-box {
  text-align: center;
  /* margin-bottom: 16px; */
}

.chart-box img {
  height: 316px;
  object-fit: contain;
  margin-bottom: 8px;
}

.chart-box #portfolioChart {
  height: 426px;
  width: 100%;
}

.chart-review-box {
  padding: 8px 0;
  /* border-top: 1px solid #d5d5d5; */
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0px;
}

.chart-review-box .cust-pr-0 {
  padding-right: 0;
}

.chart-review-box .cust-pl-0 {
  padding-left: 0;
}

.review-title {
  font-size: 16px;
  color: #575757;
  line-height: 1.813;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
  text-align: left;
}

.review-value-cont {
  /* border-radius: 10px; */
  /* background-color: rgb(239, 241, 255); */
  /* color: rgb(30, 56, 212); */
  font-size: 16px;
  line-height: 2.4;
  /* padding: 0 18px; */
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  max-width: max-content;
  margin-bottom: 0;
}

.review-value {
  /* background-color: #eff1ff; */
  /* color: #1e38d4; */
}

.review-stock {
  background-color: #e3f3e6;
  color: #05b63b;
}

.review-level {
  background-color: #fff7e0;
  color: #f47e4f;
}

.button-group {
  display: flex;
  gap: 10px;
  /* space between buttons */
}

.button-group .btn {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  /* pill shape */
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

/* Active / Selected */
.button-group .btn.active {
  background: #6c3bce;
  /* purple */
  color: #fff;
  border-color: #6c3bce;
}

/* Hover effect */
.button-group .btn:hover {
  border-color: #6c3bce;
  color: #fff;
  background: #6c3bce;
}

/* Form Dropdown */
.stock-investment-container .form-row {
  display: flex;
  gap: 8px;
  align-items: end;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.stock-investment-container .form-group {
  position: relative;
}

.stock-investment-container .form-group.stocks {
  flex: 2;
  min-width: 400px;
}

.stock-investment-container .form-group.amount {
  /* flex: 1; */
  min-width: 180px;
}

.stock-investment-container .form-group.time {
  min-width: 130px;
}

.stock-investment-container .form-control {
  width: 100%;
  min-height: 56px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to left, #a963d5, #00a267) border-box;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 16px;
  color: #1f2937;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
  position: relative;
}

.stock-investment-container .form-control:hover {
  border-color: #2dd4bf;
}

.stock-investment-container .selected-content {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.stock-investment-container .selected-stocks {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  overflow: hidden;
}

.stock-investment-container .stock-item {
  border-radius: 5px;
  background-color: rgb(227, 243, 230);
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #1f2937;
  white-space: nowrap;
  padding: 2px 6px;
  font-size: 13px;
  font-family: "Figtree", sans-serif;
  color: rgb(15, 80, 56);
  font-weight: 600;
  word-break: break-all;
  white-space: break-spaces;
}

.stock-investment-container .stock-remove {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  font-size: 14px;
  margin-left: 4px;
  padding: 2px;
  border-radius: 2px;
  transition: color 0.2s ease;
}

.stock-investment-container .stock-remove:hover {
  color: #ef4444;
}

.stock-investment-container .selected-count {
  font-size: 16px;
  color: #1f2937;
}

.stock-investment-container .dropdown-arrow {
  width: 20px;
  height: 20px;
  color: #9ca3af;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 8px;
}

.stock-investment-container .dropdown-arrow.open {
  transform: rotate(180deg);
}

.stock-investment-container .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  max-height: 420px;
  overflow-y: auto;
  margin-top: 4px;
  display: none;
  padding-top: 0;
}

.search-input:focus {
  box-shadow: none !important;
}

.stock-investment-container .dropdown-menu.show {
  display: block;
}

.stock-investment-container .dropdown-item {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 16px;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  transition: background-color 0.2s ease;
}

.stock-investment-container .dropdown-item:hover {
  background-color: #f3f4f6;
}

.stock-investment-container .dropdown-item.selected {
  background-color: #ecfdf5;
  color: #065f46;
}

.stock-investment-container .checkbox {
  width: 16px;
  height: 16px;
  background-color: #10b981;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.stock-investment-container .checkbox::after {
  content: "✓";
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.stock-investment-container .submit-btn {
  background-color: #00a267;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0 24px;
  min-height: 56px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  min-width: 130px;
}

.stock-investment-container .submit-btn:hover {
  background-color: #059669;
}

/* Scrollbar styling for dropdown */
.stock-investment-container .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.stock-investment-container .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.stock-investment-container .dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.stock-investment-container .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Stock dropdown search styles */
.search-container {
  padding: 8px 16px;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  background: white;
  height: 100%;
}

.search-container .search-input {
  width: 100%;
  min-height: 46px;
  padding: 4px 12px;
  font-size: 14px;
  outline: none;
  border-radius: 8px;
}

.search-container #stockList {
  max-height: 250px;
  overflow-y: auto;
}

.search-container .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-top: 4px;
  z-index: 1000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.search-container .dropdown-item {
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sub-text-cont {
  font-size: 13px;
  color: #8d8d8d;
}

.stock-symbol {
  text-wrap: auto;
  word-break: break-all;
}

.cust-input-group-text {
  position: absolute;
}

.cust-ruppes-input {
  position: relative;
}

.cust-ruppes-input .form-control.search-input {
  padding-left: 26px;
  cursor: auto;
}

.cust-rupee-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
}

/* Hide the up/down arrows in Chrome, Safari, and Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the up/down arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.disclaimer-box {
  display: flex;
  align-items: center;
  background: #fff8e1;
  border-left: 4px solid #ff9800;
  border-radius: 8px;
  padding: 6px 18px;
  margin-top: 8px;
  font-size: 15px;
  color: #7a5a00;
  box-shadow: 0 2px 8px rgba(255, 168, 0, 0.07);
  max-width: 100%;
  width: calc(100% - 40px);
}

.disclaimer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff9800;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  font-size: 16px;
}

.disclaimer-text {
  flex: 1;
}

/* Enhanced Notification Styles */
.notification {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  color: #fff;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  max-width: 90%;
  width: auto;
  min-width: 440px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.notification.show {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.spinner-loader {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(0, 195, 137, 0.3);
  border-radius: 50%;
  border-top-color: #00c389;
  animation: spin 1s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.notification-text {
  flex: 1;
}

.notification-text p {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}

.notification-text p:first-child {
  font-weight: 600;
  margin-bottom: 4px;
}

.notification-text p:last-child {
  opacity: 0.8;
  font-size: 14px;
}

/* Enhanced Modal Styles */
.freetrial-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.freetrial-modal-overlay.show {
  display: flex;
  opacity: 1;
}

.freetrial-modal-content {
  background: white;
  border-radius: 24px;
  max-width: 520px;
  width: 90%;
  padding: 28px 28px;
  text-align: center;
  position: relative;
  transform: scale(0.8) translateY(20px);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.freetrial-modal-overlay.show .freetrial-modal-content {
  transform: scale(1) translateY(0);
}

.freetrial-modal-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, #00c389 0%, #00a267 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.freetrial-modal-icon::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c389 0%, #00a267 100%);
  opacity: 0.2;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.1;
  }

  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}

.freetrial-modal-icon svg {
  width: 38px;
  height: 38px;
  color: white;
  position: relative;
  z-index: 1;
}

.freetrial-modal-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2d3748;
  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.freetrial-modal-text {
  color: #718096;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 16px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-modal {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  font-size: 16px;
  min-width: 160px;
  position: relative;
  overflow: hidden;
}

.btn-modal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%);
}

.btn-modal:hover::before {
  width: 300px;
  height: 300px;
}

.btn-yes {
  background: linear-gradient(135deg, #00c389 0%, #00a267 100%);
  color: white;
  box-shadow: 0 8px 25px rgba(0, 195, 137, 0.3);
}

.btn-yes:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 195, 137, 0.4);
}

.btn-no {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  color: #4a5568;
  border: 2px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-no:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  background: none;
  border: none;
  font-size: 24px;
  color: #a0aec0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #f7fafc;
  color: #2d3748;
}

@media (max-width: 576px) {
  .freetrial-modal-content {
    padding: 40px 25px;
  }

  .freetrial-modal-title {
    font-size: 20px;
  }

  .modal-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-modal {
    width: 100%;
  }

  .notification {
    width: 90%;
    min-width: auto;
    padding: 18px 20px;
  }

  .notification-content {
    gap: 15px;
  }

  .spinner-loader {
    width: 28px;
    height: 28px;
  }
}

/* Success animation */
@keyframes checkmark {
  0% {
    stroke-dashoffset: 100;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.checkmark {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: checkmark 0.5s ease-in-out 0.5s forwards;
}

.signup-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
}

.signup-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.signup-modal-content {
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 40px;
  width: 90%;
  max-width: 480px;
  position: relative;
  transform: scale(0.8) translateY(50px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.signup-modal-overlay.show .signup-modal-content {
  transform: scale(1) translateY(0);
}

.signup-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.signup-close-btn .signup-close-icon {
  filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(367%) hue-rotate(205deg) brightness(93%) contrast(90%);
}

.signup-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg) scale(1.1);
}

.signup-modal-header {
  text-align: center;
  margin-bottom: 32px;
}

.signup-modal-logo {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: white;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.signup-modal-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.signup-modal-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  background: linear-gradient(135deg, #00c389 0%, #011810 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.signup-form-group {
  position: relative;
}

.signup-form-input {
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to left, #a963d5, #00a267) border-box;
  border: 1px solid transparent;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.signup-form-input:focus {
  outline: none;
  border-color: #667eea;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
}

.signup-form-input::placeholder {
  color: #888;
}

.signup-form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 8px 0;
}

.signup-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #667eea;
}

.signup-checkbox-label {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  cursor: pointer;
}

.signup-checkbox-label a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
}

.signup-checkbox-label a:hover {
  text-decoration: underline;
}

.signup-submit-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.signup-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(102, 126, 234, 0.4);
}

.signup-submit-btn:active {
  transform: translateY(0);
}

.signup-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: left 0.5s;
}

.signup-submit-btn:hover::before {
  left: 100%;
}

.signup-divider {
  display: flex;
  align-items: center;
  margin: 24px 0 20px;
}

.signup-divider::before,
.signup-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.signup-divider span {
  padding: 0 16px;
  font-size: 14px;
  color: #666;
}

.signup-footer {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #666;
}

.signup-footer a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
}

.signup-footer a:hover {
  text-decoration: underline;
}

.data-safe-text {
  background-color: #f8d7da;
  max-width: max-content;
  padding: 8px;
  margin: 0 auto;
  border-radius: 9px;
  font-size: 13px;
  margin-bottom: 16px;
  color: #f0532c;
}

.chart-blur {
  filter: blur(6px);
}

.blurred {
  filter: blur(6px);
}

.portfolio-chart-box {
  height: 446px;
  width: 100%;
}

@media (max-width: 1799px) {
  section.cmn-section.hero-banner {
    padding: 20px 0 60px 0;
  }

  .hero-cont-box .hero-cont-title {
    font-size: 42px;
  }

  .hero-cont-box .hero-cont-description {
    margin: 0 auto 16px auto;
  }

  .start-analysis-cont .start-analysis-img {
    width: 44px;
    height: 32px;
  }

  .start-analysis-cont .start-analysis-title {
    margin-bottom: 16px;
  }

  .porfolio-item li:nth-child(1) .portfolio-dash-box,
  .porfolio-item li:nth-child(2) .portfolio-dash-box,
  .porfolio-item li:nth-child(3) .portfolio-dash-box,
  .porfolio-item li:nth-child(4) .portfolio-dash-box,
  .porfolio-item li:nth-child(5) .portfolio-dash-box {
    padding: 20px 8px 20px 10px;
  }

  .chart-box #portfolioChart {
    height: 356px;
  }
}

@media (max-width: 1199px) {
  .stock-investment-container .form-row {
    justify-content: center;
    gap: 16px;
  }

  .porfolio-item .portfolio-dash-status {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }

  .portfolio-title {
    font-size: 13px;
  }

  .portfolio-chart-box {
    height: max-content;
  }
}

@media (max-width: 1024px) {}

.centered-alert {
  position: fixed;
  top: 126px;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blink 1.5s infinite ease-in-out;
  background: linear-gradient(135deg, #dc3545, #a71d2a);
  border: none;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.centered-alert .btn-close {
  filter: invert(1) brightness(2);
  opacity: 1;
}

.centered-alert .btn-close:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

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

.calculation-text {
  font-size: 12px;
  margin-bottom: 0;
  color: #8a8a8a;
  font-weight: 400;
}

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

.navbar-nav .nav-item {
  display: inline-block;
  /* Make items sit inline */
}

.navbar-nav .nav-item:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  /* space around pipe */
  color: #000;
  /* change pipe color */
}

.navbar-nav.cust-navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.navbar-nav.cust-navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.cust-navbar-brand {
  display: flex;
  align-items: end;
}

.logo-text {
  padding-top: 0;
  line-height: 26px;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.stock-notify-modal {
  display: none;
  /* hidden initially */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* dark backdrop */
  z-index: 10000;
  /* above everything */
  justify-content: center;
  align-items: center;
}

/* Modal content box */
.stock-notify-content {
  background: #fff;
  color: #333;
  padding: 20px 24px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  animation: scaleIn 0.3s ease;
}

/* Message */
.stock-notify-content p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.4;
}

/* OK button */
.stock-notify-content button {
  background: #00a267;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

.stock-notify-content button:hover {
  background: #00a267;
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.search-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #00a267;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.error-message {
  color: red;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.investing-section {
  background-color: #000000;
  background-image: url(../images/investingbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.investing-section-title {
  font-size: 55px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 70px;
}

.why-abillion-title::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 10px;
  width: 30px;
  height: 31px;
  background: url(../images/startshape.svg) no-repeat;
  background-size: contain;
}

.why-abillion-title::before {
  position: absolute;
  content: '';
  top: 15px;
  right: -15px;
  width: 30px;
  height: 31px;
  background: url(../images/startshape.svg) no-repeat;
  background-size: contain;
}

.why-abillion-title {
  background: linear-gradient(90deg, #6f34cc 50%, #9728de 100%);
  display: inline-block;
  padding: 16px 62px;
  border-radius: 10px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 80px;
  letter-spacing: -1.5px;
  position: relative;
}

.why-abillion-top-title p {
  color: #ffffff;
  font-weight: 300;
}

.why-abillion-sub-sm-title {
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0;
  font-weight: 400;
}

.why-abillion-sub-big-title {
  font-size: 30px;
  line-height: 120%;
  font-weight: 300;
  margin-top: 70px;
  letter-spacing: -1.2px;
  margin-bottom: 35px;
}

.why-abillion-box-single {
  background: #12272d;
  padding: 35px;
  border-radius: 10px;
  text-align: left;
}

.why-abillion-boxes-all {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1170px;
  margin: auto;
  margin-top: 80px;
}

.why-abillion-box-single img {
  margin-bottom: 14px;
}

.why-abillion-box-single p,
.human-machine-sm-para {
  font-size: 19px;
  font-weight: 300;
  color: #ffffff;
  line-height: 120%;
  margin: 0;
}

.why-abillion-box-single h5,
.why-abillion-box-single strong {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.small-container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.human-machine-md-para {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 30px;
}

.human-machine-section h3,
.abillion-feature-functionalities-title h3 {
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  line-height: 120%;
  margin-bottom: 30px;
}

.human-machine-section-top-row {
  margin-bottom: 100px;
}

.human-machine-section {
  margin-top: 80px;
  max-width: 1170px;
  margin-inline: auto;
}

.human-machine-section-left {
  padding-top: 145px;
  padding-right: 20px;
}

.human-machine-sm-para {
  line-height: 130%;
}

.human-machine-section-bottom-row p {
  letter-spacing: 0;
  font-size: 20px;
  margin-bottom: 35px;
}

.green-btn:hover {
  color: #ffffff !important;
  background: #ff4800;
}

.green-btn {
  display: inline-block;
  color: #ffffff;
  background: #00a267;
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  min-height: 54px;
  padding: 10px 55px;
  border-radius: 10px;
  text-align: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  max-width: 100%;
}

.abillion-feature-functionalities-title h3 {
  color: #000000;
}

.abillion-feature-functionalities-title p {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #4b4a4a;
}

.abillion-feature-functionalities-tabs .nav-link:hover span img,
.abillion-feature-functionalities-tabs .nav-link.active span img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(271%) hue-rotate(235deg) brightness(115%) contrast(100%);
}

.abillion-feature-functionalities-tabs .nav-link:hover span,
.abillion-feature-functionalities-tabs .nav-link.active span {
  background: #00a267;
}

.abillion-feature-functionalities-tabs .nav-link span {
  height: 41px;
  width: 41px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3f3e6;
  transition: all 0.4s;
}

.abillion-feature-functionalities-tabs .nav-link:hover,
.abillion-feature-functionalities-tabs .nav-link.active {
  background: #00a267;
  color: #ffffff;
}

.abillion-feature-functionalities-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 12px;
  border-radius: 10px;
  transition: all 0.5s;
  color: #000000;
  font-size: 23px;
  font-weight: 600;
  max-width: 468px;
}

.abillion-feature-functionalities-tabs {
  margin-top: 70px;
}

.abillion-feature-functionalities-tabs .tab-content img {
  margin-bottom: 0;
}

.abillion-feature-functionalities-tabs .tab-content p {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  line-height: 120%;
  margin-bottom: 50px;
}

.abillion-feature-functionalities-tabs .tab-content .ff-modal {
  cursor: pointer;
}

.abillion-feature-functionalities-tabs .tab-content .modal-dialog {
  max-width: 80%;
  height: 100%;
  margin: auto;
}

.abillion-feature-functionalities-tabs .tab-content .ff-modal-inner {
  position: relative;
  pointer-events: auto;
}

.abillion-feature-functionalities-tabs .tab-content .ff-modal-inner .close {
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  background-color: #bf0606;
  color: #fff;
  font-size: 31px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abillion-feature-functionalities-tabs .tab-content .ff-modal-inner .close span {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: -2px;
}

.abillion-feature-functionalities-tabs .tab-content .ff-modal-inner img {
  width: 100%;
  margin: 0;
}

.abillion-feature-functionalities-tabs .tab-content {
  padding-left: 52px;
  border-left: 1px solid #cfcad9;
}

.abillion-feature-functionalities-tabs .tab-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 48px;
  margin-bottom: 10px;
}

.white-btn {
  display: inline-block;
  color: #000000;
  background: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  min-height: 54px;
  padding: 10px 47px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #000000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.white-btn:hover {
  background-color: #ff4800;
  border-color: #ff4800;
  color: #fff;
}

.abillion-feature-functionalities-section {
  padding-bottom: 70px;
}

.abillion-feature-functionalities-section .abillion-feature-functionalities-title h2 {
  font-size: 55px;
  letter-spacing: -0.6px;
}


/* -------------------home page testimonial section --------- */
.testimonial-title {
  font-size: 55px;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
  margin-bottom: 90px;
}

.abillion-testimonial-section .small-container {
  max-width: 700px;
}

.abillion-testimonial-section::after {
  position: absolute;
  background: url(../images/testimonialbg.png) no-repeat;
  background-size: cover;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 505px;
  pointer-events: none;
}

.abillion-testimonial-section {
  padding-bottom: 80px;
  position: relative;

}

.testimonial-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.abillion-testimonial-section .quote-icon {
  width: 28px !important;
  height: auto;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 23px;
  color: #000000;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 40px;
}

.testimonial-author {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 29px;
}

.abillion-testimonial-section .owl-nav {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.abillion-testimonial-section .owl-nav .nav-btn {
  font-size: 18px;
  font-weight: 800;
  transition: 0.3s;
}

/* .abillion-testimonial-section .owl-nav .nav-btn:hover {
  background: #000;
  color: #fff;
} */

.abillion-testimonial-section .owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #323535;
}

.abillion-testimonial-section .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #323535;
  color: #fff;
  box-shadow: none;

}

/* .......................................testimonial section done ---------------- */

.stocknews-section .cmn-hd {
  font-size: 40px;
  margin-bottom: 50px;
}

.stocknews-date,
.stocknews-title-info {
  font-size: 17px;
  font-weight: 400;
  color: #0f0f0f;
}

.stocknews-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #0f0f0f;
}

.faq-section .cmn-hd {
  font-size: 40px;
  margin-bottom: 30px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-inner-mid li a {
  font-size: 14px;
  font-weight: 500;
  /* line-height: 28px; */
  color: #000000;
}

.footer-inner-mid li:not(:last-child) {
  border-right: 1px solid #000000;
  padding-right: 8px;
  margin-right: 8px;
}

.footer-inner-right ul {
  gap: 36px;
}

@media (max-width: 1365px) {
  .testimonial-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {

  .abillion-feature-functionalities-section .abillion-feature-functionalities-title h2,
  .human-machine-section h3,
  .abillion-feature-functionalities-title h2,
  .investing-section-title,
  .testimonial-title,
  .abillion-feature-functionalities-section .abillion-feature-functionalities-title h2 {
    font-size: 42px;
  }
  
  .testimonial-text {
    margin-bottom: 30px;
  }

  .abillion-testimonial-section .owl-nav {
    margin-top: 25px;
  }

  .abillion-testimonial-section {
    padding-bottom: 60px;
  }

  .abillion-feature-functionalities-tabs .tab-content .ff-modal-inner .close {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1024px) {
  .small-container {
    max-width: 960px;
  }

  .human-machine-section-left {
    padding-top: 0;
    align-self: center;
  }

  /* .human-machine-section h3,
  .abillion-feature-functionalities-title h2,
  .investing-section-title,
  .testimonial-title {
    font-size: 45px;
  } */

  .testimonial-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {

  .stock-investment-container .form-group.amount,
  .stock-investment-container .form-group.time {
    min-width: 100%;
  }

  .porfolio-item .portfolio-dash-status {
    max-width: max-content;
  }

  .chart-box #portfolioChart {
    height: 376px;
  }

  .navbar-nav .nav-item:not(:last-child)::after {
    display: none;
  }

  .abillion-feature-functionalities-tabs .tab-content .modal-dialog {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .signup-modal-content {
    padding: 32px 24px;
    margin: 20px;
    border-radius: 20px;
  }

  .signup-modal-title {
    font-size: 24px;
  }

  .signup-form-input {
    padding: 14px 16px;
    font-size: 15px;
  }

  .signup-submit-btn {
    padding: 14px 20px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .abillion-testimonial-section::after {
    height: 450px;
  }

  .why-abillion-top-title p br {
    display: none;
  }

}

@media (max-width: 768px) {

  .abillion-testimonial-section .small-container,
  .small-container,
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .human-machine-section-top-row {
    margin-bottom: 60px;
  }

  .human-machine-section img {
    width: 50%;
  }

  .abillion-feature-functionalities-tabs .nav-link {
    font-size: 18px;
    gap: 8px;
    margin: 0;
    padding: 6px 15px 6px 6px;
  }

  .abillion-feature-functionalities-tabs .tab-content {
    padding-left: 20px;
  }

  .abillion-feature-functionalities-tabs .tab-content h3 {
    font-size: 26px;
    line-height: 38px;
  }

  .abillion-feature-functionalities-tabs .tab-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .abillion-feature-functionalities-tabs .tab-content img {
    margin-bottom: 0;
  }

  /* .human-machine-section h3,
  .abillion-feature-functionalities-title h2,
  .investing-section-title,
  .testimonial-title {
    font-size: 40px;
  } */
  .abillion-feature-functionalities-section .abillion-feature-functionalities-title h2,
  .human-machine-section h3,
  .abillion-feature-functionalities-title h2,
  .investing-section-title,
  .testimonial-title {
    font-size: 40px;
  }


  .testimonial-title {
    margin-bottom: 30px;
  }

  .abillion-testimonial-section {
    padding-bottom: 40px;
  }

  .stocknews-l {
    margin-bottom: 30px;
  }

  .stocknews-r .viewall-btn {
    padding-top: 30px;
  }

  .accordion-button.collapsed {
    padding: 20px 30px;
  }

  .footer-inner-left {
    max-width: 30%;
  }

  .footer-inner-right ul {
    gap: 20px;
  }

  .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 25px;
  }

  .abillion-testimonial-section::after {
    height: 420px;
  }

  .testimonial-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .abillion-testimonial-section .owl-nav {
    margin-top: 25px;
  }

  .why-abillion-title {
    padding: 10px 50px;
    border-radius: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .why-abillion-sub-big-title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .why-abillion-sub-sm-title br {
    display: none;
  }

  .why-abillion-boxes-all {
    margin-top: 50px;
  }

  .why-abillion-box-single h5,
  .why-abillion-box-single strong {
    font-size: 28px;
    line-height: normal;
  }

  .why-abillion-box-single img {
    margin-bottom: 20px;
  }

  .why-abillion-box-single {
    padding: 20px;
  }

  .why-abillion-box-single p,
  .human-machine-sm-para {
    font-size: 16px;
  }

  .abillion-feature-functionalities-tabs {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .green-btn {
    padding: 10px 24px;
    min-height: inherit;
    line-height: 24px;
  }

  .white-btn {
    line-height: 24px;
    min-height: inherit;
    padding: 10px 20px;
  }

  .cmn-section .cust-hero-dashboard+.cust-hero-dashboard {
    min-height: 1854px;
  }

  .stocknews-r .viewall-btn .green-btn {
    padding: 10px 20px;
  }

  .hero-cont-box .hero-cont-title {
    max-width: 100%;
  }

  .perform-matrics-box {
    margin-bottom: 15px;
  }

  .abillion-feature-functionalities-tabs .tab-content h3,
  .abillion-feature-functionalities-tabs .tab-content p {
    text-align: center;
  }

  .abillion-feature-functionalities-tabs .tab-content img {
    width: 100%;
  }

  .cmn-section.abillion-feature-functionalities-section .white-btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

  .why-abillion-boxes-all {
    grid-template-columns: 1fr;
  }

  .human-machine-md-para br,
  .why-abillion-sub-big-title br {
    display: none;
  }

  .human-machine-section {
    margin-top: 40px;
  }

  .human-machine-section img {
    width: 100%;
  }

  .why-abillion-top-title p {
    margin-bottom: 20px;
  }

  .abillion-feature-functionalities-tabs .tab-content {
    padding-left: 0;
    border: none;
    margin-top: 30px;
  }

  .stocknews-section .cmn-hd,
  .faq-section .cmn-hd {
    font-size: 30px;
    margin-bottom: 22px;
  }

  .faq-section .accordion-body {
    padding: 0 0 25px 20px;
  }

  .accordion-item .accordion-button {
    padding: 20px;
  }

  .stocknews-r .viewall-btn {
    text-align: left;
  }

  .footer-inner {
    flex-direction: column;
    gap: 20px;
  }

  .abillion-feature-functionalities-tabs .nav-pills::-webkit-scrollbar {
    display: none;
  }

  .abillion-feature-functionalities-tabs .nav-pills {
    max-width: calc(100% + 30px);
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin: 0 -15px;
    padding: 0 15px;
  }

  .investing-section-title {
    margin-bottom: 40px;
  }

  .abillion-feature-functionalities-tabs {
    margin-top: 40px;
  }

  .human-machine-section h3,
  .abillion-feature-functionalities-title h3,
  .investing-section-title,
  .testimonial-title {
    font-size: 32px;
    line-height: 38px;
  }

  .top-feature-badge {
    width: auto;
    text-align: center;
  }

  .footer-inner-left {
    max-width: 100%;
  }

  .support-r .wpcf7 .wpcf7-form p .wpcf7-submit {
    padding: 10px 20px !important;
  }

  .why-abillion-boxes-all .why-abillion-box-single p {
    margin: 0;
  }

  .why-abillion-title::before {
    top: 8px;
    right: -10px;
    width: 20px;
    height: 21px;
  }

  .why-abillion-title::after {
    left: 5px;
    width: 20px;
    height: 21px;
  }

  .abillion-feature-functionalities-tabs .tab-content .modal-dialog {
    max-width: 90%;
  }

  .abillion-feature-functionalities-tabs .tab-content .ff-modal-inner .close {
    position: unset;
    margin-left: auto;
    border-radius: 0px;
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 390px) {


  .why-abillion-box-single h5,
  .why-abillion-box-single strong {
    font-size: 24px;
  }

  .why-abillion-title {
    padding: 5px 50px;
    font-size: 22px;
  }

  /* changes */

  /* .stocknews-r ul li {
    flex-direction: column;
  } */

  .stocknews-r-desc {
    width: 100%;
  }
}



.support-r {
  background-color: #00a267;
}

.support-r form {
  display: flex;
  flex-wrap: wrap;
}

.support-r .wpcf7 .wpcf7-form p {
  margin-bottom: 1rem;
  width: 100%;
}

.support-r .wpcf7 .wpcf7-form p:nth-child(2) {
  margin-right: auto;
}

.support-r .wpcf7 .wpcf7-form p:nth-child(2),
.support-r .wpcf7 .wpcf7-form p:nth-child(3) {
  width: 48%;
}

@media (max-width: 575px) {

  .support-r .wpcf7 .wpcf7-form p:nth-child(2),
  .support-r .wpcf7 .wpcf7-form p:nth-child(3) {
    width: 100%;
  }
}

.support-r .wpcf7 .wpcf7-form p:has(+ .wpcf7-response-output) {
  text-align: center;
}

.support-r .wpcf7 .wpcf7-form p label {
  width: 100%;
}

.support-r .wpcf7 .wpcf7-form p label .wpcf7-form-control {
  margin-top: 0.5rem;
  border-color: #c0d3d8;
  border-radius: 8px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.support-r .wpcf7 .wpcf7-form p label .wpcf7-form-control:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25) !important;
}

.support-r .wpcf7 .wpcf7-form p label .wpcf7-form-control.wpcf7-textarea {
  height: 130px;
}

.support-r .wpcf7 .wpcf7-form p .wpcf7-submit {
  background: #00a267;
  border: 1px solid #00a267;
  padding: 15px 20px;
  line-height: 1.2;
  border-radius: 12px;
  font-weight: 600;
  font-size: 20px;
  min-width: 120px;
  color: white;
  display: inline-block;
}

.support-r .wpcf7 .wpcf7-form p .wpcf7-spinner {
  background-color: #23282d;
  border: none;
  border-radius: 100%;
  height: 24px;
  margin: 10px auto;
  opacity: 0.75;
  padding: 0;
  position: relative;
  visibility: hidden;
  width: 24px;
  vertical-align: middle;
  margin-left: 20px;
}