:root {
    --primary: #88c440;
    --light-bg: #f4f6f8;
    --card-bg: #fff;
    --shadow: 3px 2px 12px rgb(0 0 0 / 24%);
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: 'Inter', sans-serif;
    background: var(--light-bg);
    color: #333;
    line-height: 1.6;
  }
  .box-layout {
    background-image: url(../images/boxbg.jpg);
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.5);
    /* overflow: hidden; */
}
 
   .filtersec {
    margin: 40px auto;
    background: var(--card-bg);
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    border: 1px solid #e9e9e9;
    padding-bottom: 0;
    overflow: hidden;
  } 
  h2 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary);
    font-size: 1.6rem;
  }
  form {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
  input[type="file"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 10px;
  }
  .button {
    background: var(--primary);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
  }
  .button:hover { background: #726650; }
  .button2 {
    background: #726650;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
  }
 .button:hover { background: var(--primary); }
  /* .metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  } */
  .metric {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid var(--primary);
    box-shadow: var(--shadow);
    display: flex;
    gap: 15px;
    align-items: center;
}
  .metric strong {
    font-size:18px;
    color: #000;
    display: block;
    margin-bottom: 0px;
  }
  .numbertext{
    font-size: 20px;
    color: var(--primary);
    text-align: start;
    font-weight: bold;
  }
  .section-title {
    margin-top: 40px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 5px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.95rem;
  }
  th, td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
  }
  th {
    background: var(--primary);
    color: white;
    font-weight: 500;
  }
  tr:nth-child(even) { background-color: #f9f9f9; }
  tr:hover { background-color: #f1fdf6; }
  canvas { margin-top: 40px; }

  /*  */

  .landing-page .framework-section {
    scroll-behavior: smooth;
    overflow: hidden;
    padding: 50px 0;
  }
  /* .landing-page .framework-section .framworks .framework-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  } */
   footer a{
    text-decoration: unset;
    color: #fff;
   }

  .landing-page .framework-section .framworks .framework-list .list {
    min-width: 136px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .landing-page .framework-section .framworks .framework-list .list .framework-bg {
    background-image: url(../images/polygon-2.png);
    width: 100px;
    height: 107px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
  }


  .landing-page .framework-section .framworks .framework-list .list .framework-bg:hover {
    background-image: url(../images/polygon-2.png);
    filter: drop-shadow(0px 9.344px 9.344px rgba(48, 142, 135, 0.2));
  }
  .landing-page .framework-section .framworks .framework-list .list .framework-bg:hover img {
    animation: tada 1s ease infinite;
  }
  .landing-page .framework-section .framworks .framework-list .list .framework-bg img {
    width: 45px;
    transition: all 0.5s ease;
  }

  .landing-page .framework-section .framworks .framework-list .list h4, .landing-page .framework-section .framworks .framework-list .list .h4 {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  }
  .box-layout .page-wrapper.compact-wrapper, .box-layout.page-wrapper.compact-wrapper {
    margin-top: 40px;
}
.footer-links{
  margin-bottom: 2px;
  text-align: start;
}
footer h6{
  text-align: start;
}
footer{
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.reportimg {
    border: 2px solid var(--primary);
    border-radius: 50px 0;
    padding: 10px;
    background: #e6ffc9;
    height: 448px;
}
.section_title h1 {
    font-size: 30px;
    line-height: 52px;
    color: #000;
    font-weight: 600;
}
.style-one .choose-item-menu {
    position: relative;
    z-index: 1;
    margin-top: 38px;
    transition: 0.5s;
}
.shape2{
      position: absolute;
    right: -28px;
    top: -23px;
}
.shape1{
         position: absolute;
    bottom: -19px;
    left: -12px;
    height: 50px;
}
.style-one .choose-item-menu ul li:nth-child(1), .style-one .choose-item-menu ul li:nth-child(2), .style-one .choose-item-menu ul li:nth-child(3), .style-one .choose-item-menu ul li:nth-child(4) {
     display: inline-block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    background-color: rgb(230 255 201);
    margin: 0 0px 20px 0;
    padding: 14px;
    transition: 0.5s;
    width: 80%;
}

.style-one .choose-item-menu ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.style-one .choose-item-menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:var(--primary);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transition: 0.5s;
}

/* .choose-item-menu ul li:nth-child(2)::before{
    background-color: var(--Secondary-color);
}

.choose-item-menu ul li:nth-child(3)::before{
    background-color: var(--fourtiary-color);
}

.choose-item-menu ul li:nth-child(4)::before{
    background-color: var(--tertiary-color);
} */

.style-one .choose-item-menu ul li:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.style-one .choose-item-menu ul li:hover{
    color:#fff;
}

.style-one .choose-item-menu ul li:hover img{
    filter: brightness(0) invert(1);
}

.style-one .choose-item-menu ul li img:nth-child(1), .style-one .choose-item-menu ul li img:nth-child(2), .style-one .choose-item-menu ul li img:nth-child(3), .style-one .choose-item-menu ul li img:nth-child(4) {
    margin-right:9px;
}

/* .style-one .choose-item-menu ul li:nth-child(2) {
    background-color: rgba(255,133,63,0.10196078431372549);
    padding: 14px 55px 14px 25px;
}

.style-one .choose-item-menu ul li:nth-child(3) {
    background-color: rgba(166,76,249,0.10196078431372549);
    padding: 14px 100px 14px 25px;
}

.style-one .choose-item-menu ul li:nth-child(4) {
    background-color: rgba(21,193,250,0.10196078431372549);
    padding: 14px 90px 14px 25px;
} */

@media(max-width:1366px){
  .metric {
    gap: 11px;
}
.metric strong {
  font-size: 16px;
}
.metric img{
  height: 40px !important;
}
}
@media(min-width:769px) and (max-width:1024px){
  .section_title h1 {
    font-size: 22px;
    line-height: 52px;
    color: #000;
    font-weight: 600;
}
}
@media(max-width:768px){
  .choose-item-menu ul{
        display: grid;
        gap: 0px 10px;
    grid-template-columns: 1fr 1fr;
  }
  .style-one .choose-item-menu ul li:nth-child(1), .style-one .choose-item-menu ul li:nth-child(2), .style-one .choose-item-menu ul li:nth-child(3), .style-one .choose-item-menu ul li:nth-child(4) {
    display: unset;
    font-size: 16px;
    width: 100%;
    margin-right: 12px;
    flex: 1;
}
.mrgntop{
  margin-top:30px
}
  .page-wrapper{
    padding: 10px;
  }
  footer h6{
    margin-top: 20px;
  }
  input[type="file"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
}
.mobtxt{
  font-size: 20px !important;
  margin: 0;
}
.filtersec h2{
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
form {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.landing-page .framework-section {
  scroll-behavior: smooth;
  overflow: hidden;
  padding: 0px 0;
}
.filtersec {
  margin: 20px auto;
  background: var(--card-bg);
  padding: 20px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  border: 1px solid #e9e9e9;
  padding-bottom: 0;
}
.section-title {
  margin-top: 40px;
  font-size: 1.4rem;
  color: #000000;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
footer{
  margin-left: -20px !important;
  text-align: start;
  margin-right: -20px !important;
}
.metric {
  margin-bottom:20px
}
}
@media(max-width:767px){
  .reportimg {
    height: 100%;
}
    .choose-item-menu ul {
        grid-template-columns: 1fr;
    }
.section_title h1 {
    font-size: 19px;
    line-height: normal;
    color: #000;
    font-weight: 600;
}
  input[type="file"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
}

.filtersec h2{
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
form {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.landing-page .framework-section {
  scroll-behavior: smooth;
  overflow: hidden;
  padding: 0px 0;
}
.filtersec {
  margin: 20px auto;
  background: var(--card-bg);
  padding: 20px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  border: 1px solid #e9e9e9;
  padding-bottom: 0;
}
.section-title {
  margin-top: 40px;
  font-size: 1.4rem;
  color: #000000;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
footer{
  margin-left: -20px;
  text-align: start;
  margin-right: -20px;
}
.metric {margin-bottom:20px}
}
@media print {
  #fileuploadhide, #frameworks, .printfooter{
    display: none;
  }
  #gradeChart{
    height: 300px !important;
    width: 100% !important;
  }
  th, td {
    padding: 4px;
    font-size: 12px;
}
  .metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
  .metrics2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .metrics3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .metric strong {
    font-size: 16px;
}
  .filtersec {
  background: #fff;
  padding: 20px;
  border-radius: unset;
  box-shadow: unset;
  border: unset;
}
  @page {
    /* size: A4 portrait; */
    margin: 10px; /* You can adjust to 0 or more */
  }
  /* Full width content */
  .container, .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    /* padding: 0 !important; */
  }
  .p-4 {
    padding: 1.5rem !important;
}
  /* Basic reset */
  body, html {
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff !important;
    font-size: 12pt;
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}
  .table-responsive{
    overflow:unset
  }
  /* Avoid breaking rows/tables */
  /* table, tr, td, th {
    page-break-inside: avoid !important;
  } */

  /* Force manual page break */
  .page-break {
    page-break-after: always;
  }

  /* Prevent overflow clipping */
  * {
    overflow: visible !important;
  }
  form{
    display: none;
  }

  .mobtxt{
    margin-bottom: 20px !important;
  }
  .filtersec {
    margin: 0;
    background: inherit;
  } 
  .metric{
    margin-right: 10px;
  }
  /* */

}


@media print and (orientation: portrait) {
/* .metric img{
    height: 30px !important;
  }  */
  .metric strong {
    font-size: 14px;
}
}
@media print and (orientation: landscape) {
  .metric img{
    height: 50px !important;
  } 
}