@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
tr,
td,
span,
a {
  font-family: "Inter", sans-serif !important;
}
section {
  padding: 30px 0px;
}
.scan-complete h1 {
  font-size: 26px;
}
.scan-complete .domain-name-wp {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}
.scan-complete span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #117ac9;
  display: inline-block;
}
#scan-completed {
  padding-top: 150px;
  padding-bottom: 45px;
}
/* Passive Analysis section */
.main-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-heading h2 {
  color: #05ab8a;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}
.fix-btn {
  background: #1cb10c;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 40px;
  font-weight: 500;
}
.fix-btn:hover {
  background: #1e7c14;
}
.fix-btn a {
  font-size: 16px;
  color: #fff;
}
.white-color {
  background: #fff;
}
.white-color a {
  color: #000;
}
.wrdpressectionleft {
  background-color: #228487;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMTE1MTZkIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMzM2I2YTAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    100% 0%,
    color-stop(0, rgb(17, 81, 109)),
    color-stop(1, rgb(51, 182, 160))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgb(17, 81, 109) 0%,
    rgb(51, 182, 160) 100%
  );
  background-image: linear-gradient(
    to right,
    rgb(17, 81, 109) 0%,
    rgb(51, 182, 160) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgb(17, 81, 109) 0%,
    rgb(51, 182, 160) 100%
  );
  overflow: hidden;
  padding: 35px;
  border-radius: 8px;
}
.wrdpressectionleft .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
p.sub-paragraph {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.paragraph {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
.paragraph span {
  border-bottom: 1px solid #fff;
}
.wrdpressectionleft hr {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
/*  Passive Analysis  right section */
.server-details {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 30px;
}
.server-details .heading h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.detailserver span {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.detailserver {
  color: #6e6e6e;
  font-weight: 400;
  line-height: 26px;
}
.mt-3 {
  margin-top: 30px;
}

/* end Passive Analysis section */

/*  isuses-count section */
.counter-bg {
  background: #ff5a5a;
  border-radius: 8px;
  padding: 30px;
  width: 100%;
}
.circle {
  background: #de4e4e;
  max-width: 98px;
  height: 98px;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  font-size: 80px;
  color: #fff;
  font-weight: 700;
}
.circle-icon {
  display: flex;
  width: 100%;
  align-items: end;
  color: #fff;
  font-weight: 500;
}
.circle-icon span {
  font-style: italic;
}
.counter-bg h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  color: #fff;
}
.counter-bg p {
  font-size: 16px;
  line-height: 33px;
  font-weight: 500;
  color: #fff;
}
/*  table section */
table.table.table-striped {
  border-radius: 20px;
  border: 1px solid #ddd;
}
table .btn {
  color: #fff;

  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  /* max-width: 118px; */
  padding: 3px;
}
.broun-btn {
  background: #4a4a4a;
}
.red-btn {
  background: #bb2f2f;
}
.green-color {
  background: #0da800;
}
.release-detail span {
  display: block;
}
.release-detail {
  font-weight: 500;
  color: #000;
}
.performance1 {
  border: 1px solid #ececec;
  background: #fafafa;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}
.performance1 h2 {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 400;
}
.performance-section .progress {
  width: 152px;
  height: 152px !important;
  float: none;
  line-height: 150px;
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  margin: 0 auto !important;
  margin-right: 20px;
}
.performance-section .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.performance-section .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.performance-section .progress .progress-left {
  left: 0;
}
.performance-section .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.performance-section .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.performance-section .progress .progress-right {
  right: 0;
}
.performance-section .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.performance-section .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #ffefef;
  font-size: 28px;
  font-weight: 800;
  color: #ff3b3b;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.yellow .progress-value {
  background: #fff4cc !important;
  color: #ff9900 !important;
}
.green .progress-value {
  background: #d2ffd7 !important;
  color: #22d112 !important;
}
.performance-section .progress.blue .progress-bar {
  border-color: #ff3b3b;
}
.performance-section .progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.performance-section .progress.yellow .progress-bar {
  border-color: #ff9900;
}
.performance-section .progress.yellow .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.performance-section .progress.green .progress-bar {
  border-color: #22d112;
}
.performance-section .progress.green .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.plugin-section table.table.table-striped {
  border-radius: 21px;
  background: #ffffff;
  border-width: 1px;
  border-collapse: unset;
}
.testbg {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.plugin-section .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.vendors-section table.table.table-striped {
  border-radius: 21px;
  background: #ffffff;
  border-width: 1px;
  border-collapse: unset;
}

.vendors-section .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.alertnox {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.alert.alert-warning i.fa.fa-square {
  color: #f90;
}
.alertnox i {
  color: #ff3c3c;
  font-size: 25px;
  margin-right: 10px;
}
.alertnox .alert-danger {
  color: #111;
  background: #fff7f7;
  border: 1px solid rgba(255, 103, 103, 0.2);
  border-radius: 2px;
  font-family: "Inter", sans-serif !important;
  width: 100%;
}
.alert-warning {
  color: #111;
  font-family: "Inter", sans-serif !important;
  background-color: #fff2c3;
  border-color: #fff2c3;
  width: 100%;
}
.alert-warning a.nobg {
  background: transparent !important;
  color: #337ab7 !important;
  padding: 0;
  word-break: break-all;
}
.btnRight {
  float: right;
}
.alert-warning a {
  background: #ff9900 !important;
}
.alertnox a {
  background: #ff3c3c;
  color: #fff;
  border-radius: 2px;
}
.section-heading {
  color: #11516c;
  font-size: 30px;
}
.issues-title {
  max-width: 500px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.testbgcontent {
  background: #fafafa;
  padding: 25px;
  height: 100%;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.issues-title span {
  color: #ff3b3b;
}
p.author-details span:nth-child(2) {
  font-size: 14px;
  color: #7e7e7e;
}
p.author-details {
  display: block;
  width: 100%;
}
.author-name {
  color: #0b2a42;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
p.author-review q {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
#scanning {
  padding-top: 0;
  background-color: #fff !important;
}
.counter-bg img.img-responsive {
  border-radius: 50%;
   max-width: 200px;
   margin: 0 auto;
}
#passive-analysis {
  padding: 35px 15px 0;
}

#count-issues {
  padding: 45px 15px 35px;
}
#wordPress-plugins {
  padding: 20px 15px 0;
}
#performance-section {
  padding: 15px 15px 0;
}
.counter-bg > .row {
  display: flex;
  align-items: center;
}
#wordPress-plugins .main-heading h2 {
  margin-bottom: 0;
}
#wordPress-plugins p {
  padding-bottom: 10px;
}

#scan-vendor {
  padding: 20px 15px 0;
}
#scan-vendor .main-heading h2 {
  margin-bottom: 0;
}
#scan-vendor p {
  padding-bottom: 10px;
}
#other-issue-vendor {
  padding: 20px 15px 0;
}
#other-issue-vendor .main-heading h2 {
  margin-bottom: 0;
}
#other-issue-vendor p {
  padding-bottom: 10px;
}

#scan-issue-table {
  padding: 20px 15px 0;
  margin-bottom: 20px;
}
#scan-issue-table .main-heading h2 {
  margin-bottom: 0;
}
#scan-issue-table p {
  padding-bottom: 0px;
  margin: 0px;
}

.plugin-section tbody > tr > th {
  font-weight: 400;
}
.plugin-section thead > tr > th {
  font-weight: 500;
  padding: 20px 50px !important;
}
.plugin-section th,
tr,
td {
  font-size: 15px;
  padding: 10px 50px !important;
}
.vendors-section tbody > tr > th {
  font-weight: 400;
}
.vendors-section thead > tr > th {
  font-weight: 500;
  padding: 20px 50px !important;
}
.vendors-section th,
tr,
td {
  font-size: 15px;
  padding: 10px 50px !important;
}
@media only screen and (max-width: 992px) {
  .server-details {
    margin-top: 20px;
  }
  .counter-bg > .row {
    display: BLOCK;
    align-items: center;
  }
  .counter-bg img.img-responsive {
    margin-top: 20px;
  }
  .btnRight {
    float: none;
    margin-top: 20px;
  }
  .testbgcontent {
    margin-bottom: 20px;
    height: auto;
  }
  .table-responsive {
    border: none;
  }
  .testbg {
    display: block;
  }
  .fix-btn {
    padding: 15px 34px;
  }
}


#wordPress-plugins .wordPress-plugins-bg {
    background-color: white;
    padding: 30px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    overflow: hidden;
    border-radius: 7px;
    padding-bottom: 45px;
    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
    display: inline-block;
    width: 100%;
}

#wordPress-themes .wordPress-themes-bg {
    background-color: white;
    padding: 30px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    overflow: hidden;
    border-radius: 7px;
    /* padding-bottom: 45px; */
    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
    display: inline-block;
    width: 100%;
}

#wordPress-themes {
	padding: 20px 15px 0;
	/*margin-bottom: 25px; */
}

#scan-issue-table .scan-issue-table-bg {
    background-color: white;
    padding: 30px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    overflow: hidden;
    border-radius: 7px;
    padding-bottom: 45px;
    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
    display: inline-block;
    width: 100%;
}

#wordPress-plugins {
    margin-bottom: 0px;
}

#wp-identified img {
    width: 100%;
    max-width: 30px;
    margin-bottom: 9px;
    margin-right: 9px;
}

#wp-identified  span {
    color: #fff !important;
    background: red;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 2px;
}
#wp-identified {
    display: flex;
    align-items: center;
}

.circle img {
    max-width: 100px; 
}
.button-row-scan{
	display: flex;
	justify-content: space-between;
	gap: 10px; 
	
}
div#showWebsiteStatusMsg {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #website-status {
        word-wrap: break-word;
    }
    #website-status .button-row-scan {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    #website-status .button-row-scan .signup-popup-btn {
        padding: 0;
    }
    #website-status .button-row-scan .signup-popup-btn button {
        margin: 0;
    }
    #website-status .scan-heading span {
        text-transform: lowercase;
    }
}

@media screen and (max-width: 767px) {
    #website-status {
        word-wrap: break-word;
    }
    #website-status .button-row-scan {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    #website-status .button-row-scan .signup-popup-btn {
        padding: 0;
    }
    #website-status .button-row-scan .signup-popup-btn button {
        margin: 0;
        font-size: 14px;
    }
    #website-status .scan-heading span {
        text-transform: lowercase;
    }
}

#scan-vendor .scan-vendor-bg {
    background-color: white;
    padding: 30px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    overflow: hidden;
    border-radius: 7px;
    /* padding-bottom: 45px; */
    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
    display: inline-block;
    width: 100%;
}

#other-issue-vendor .other-issue-vendor-bg {
	background-color: white;
	    padding: 30px 20px;
	    -webkit-transition: 0.2s;
	    -o-transition: 0.2s;
	    transition: 0.2s;
	    text-align: left;
	    overflow: hidden;
	    border-radius: 7px;
	    /* padding-bottom: 45px; */
	    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
	    display: inline-block;
	    width: 100%;
}
#passive-analysis .passive-analysis-bg {
	background-color: white;
	    padding: 30px 20px;
	    -webkit-transition: 0.2s;
	    -o-transition: 0.2s;
	    transition: 0.2s;
	    text-align: left;
	    overflow: hidden;
	    border-radius: 7px;
	    /* padding-bottom: 45px; */
	    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
	    display: inline-block;
	    width: 100%;
}


#private-info-issue .private-info-bg{
    background-color: white;
    padding: 30px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    overflow: hidden;
    border-radius: 7px;
    /* padding-bottom: 45px; */
    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
    display: inline-block;
    width: 100%;
}

#private-info-issue {
	padding: 20px 15px 0;
	margin-bottom: 50px;
}

.theme-section table.table.table-striped {
  border-radius: 21px;
  background: #ffffff;
  border-width: 1px;
  border-collapse: unset;
}

.theme-section .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.theme-section tbody > tr > th {
  font-weight: 400;
}
.theme-section thead > tr > th {
  font-weight: 500;
  padding: 20px 50px !important;
}
.theme-section th,
tr,
td {
  font-size: 15px;
  padding: 10px 50px !important;
}

.private-info-section table.table.table-striped {
  border-radius: 21px;
  background: #ffffff;
  border-width: 1px;
  border-collapse: unset;
}

.private-info-section .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.private-info-section tbody > tr > th {
  font-weight: 400;
}
.private-info-section thead > tr > th {
  font-weight: 500;
  padding: 20px 50px !important;
}
.private-info-section th,
tr,
td {
  font-size: 15px;
  padding: 10px 50px !important;
}
#private-info-issue .table > thead> tr > td {
    width: 100px;
}

#scan-clear-results {
  padding: 20px 15px 0;
  margin-bottom: 20px;
}
#scan-clear-results .main-heading h2 {
  margin-bottom: 0;
}
/*#scan-clear-results p {
  padding-bottom: 0px;
  margin: 0px;
}*/

#scan-clear-results .scan-clear-results-bg {
    background-color: white;
    padding: 30px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    overflow: hidden;
    border-radius: 7px;
    padding-bottom: 45px;
    box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
    display: inline-block;
    width: 100%;
}

button.btn.btn-orange.hvr-fade.scan-clear-button {
    margin: 0 auto;
    display: block;
    margin-top: 22px;
}

.scan-clear-txt{
	color: black;
	font-size: 18px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	
}
.malware-section table.table.table-striped {
  border-radius: 21px;
  background: #ffffff;
  border-width: 1px;
  border-collapse: unset;
}

.malware-section .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.malware-section tbody > tr > th {
  font-weight: 400;
}
.malware-section thead > tr > th {
  font-weight: 500;
  padding: 20px 50px !important;
}
.malware-section th,
tr,
td {
  font-size: 15px;
  padding: 10px 50px !important;
}

#malware-section {
    padding: 20px 15px 0;
    
}

#malware-section .accordion-ok h2 {
    color: #fff;
}

.btn-malware-view {
  display: inline-block;
  color: #007bff;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.btn-malware-view:hover,
.btn-malware-view:focus {
  text-decoration: underline;
  color: #0056b3;
}

/*shubhdeep home page*/
.home-new-section {
      padding: 60px 20px;
      /*background-color: #fff;*/
      text-align: center;
    }

    .home-new-section h2 {
      font-size: 2rem;
      margin-bottom: 40px;
    }

    .home-new-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .home-new-column {
      flex: 1 1 300px;
      max-width: 32%;
      background-color: #eee;
      color: white;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 320px;
    }

    .home-new-column:hover {
      transform: translateY(-5px);
    }

    .home-new-box1 {
      background-color: #1976d2;
    }

    .home-new-box2 {
      background-color: #388e3c;
    }

    .home-new-box3 {
      background-color: #f57c00;
    }

    .home-new-column h3 {
      margin-top: 0;
      font-size: 1.3rem;
    }

    .home-new-column p {
      flex-grow: 1;
      font-size: 3rem;
      margin: 15px 0 25px;
    }

    .home-new-btn {
      border: none;
      padding: 12px 20px;
      font-size: 2rem;
      border-radius: 5px;
      color: white;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .home-new-btn-blue {
      background-color: #0d47a1;
    }

    .home-new-btn-green {
      background-color: #1b5e20;
    }

    .home-new-btn-orange {
      background-color: #e65100;
    }

    .home-new-btn:hover {
      filter: brightness(1.1);
    }

    @media (max-width: 960px) {
      .home-new-column {
        max-width: 100%;
        flex: 1 1 100%;
      }
    }
	
	.home-new-stats-bar {
	    width: 100%;
	    background-color: #14213d; /* Navy/dark blue background */
	    color: #ffffff;
	    padding: 60px 20px;
	  }

	  .home-new-stats-inner {
	    max-width: 1200px;
	    margin: 0 auto;
	    text-align: center;
	  }

	  .home-new-stats-title h2 {
	    font-size: 2rem;
	    margin-bottom: 40px;
	    color: #ffffff;
	  }

	  .home-new-stats-container {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    gap: 20px;
	  }

	  .home-new-stat-box {
	    flex: 1 1 300px;
	    background: rgba(255, 255, 255, 0.05);
	    padding: 20px;
	    border-radius: 10px;
	    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	  }

	  .home-new-stat-box h3 {
	    font-size: 2.2rem;
	    margin: 0;
	    color: #ffffff;
	  }

	  .home-new-stat-box p {
	    margin-top: 10px;
	    font-size: 1.5rem;
	    color: #dddddd;
	  }

	  @media (max-width: 768px) {
	    .home-new-stats-container {
	      flex-direction: column;
	      align-items: center;
	    }

	    .home-new-stat-box {
	      width: 100%;
	    }
	  }
