@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-color: #0000ff;
  --indigo-color: #6610f2;
  --purple-color: #6f42c1;
  --pink-color: #d63384;
  --red-color: #ff4148;
  --orange-color: #fd7e14;
  --yellow-color: #ffc107;
  --green-color: #27ae60;
  --teal-color: #20c997;
  --cyan-color: #21e8df;
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #979797;
  --gray-dark-color: #343a40;
  --gray-100-color: #f8f9fa;
  --gray-200-color: #e9ecef;
  --gray-300-color: #dee2e6;
  --gray-400-color: #ced4da;
  --gray-500-color: #adb5bd;
  --gray-600-color: #6c757d;
  --gray-700-color: #495057;
  --gray-800-color: #343a40;
  --gray-900-color: #212529;
  --primary-color: #12256d;
  --secondary-color: #f8e80e;
  --success-color: #27ae60;
  --info-color: #0dcaf0;
  --warning-color: #ffc107;
  --danger: -color var(--red);
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --gradient-color: linear-gradient(to right, #4851a8, #582a9b);
  --body-font-family: "Poppins";
  --body-font-size: 14px;
  --body-font-weight: 400;
  --body-line-height: 22px;
  --body-color: #ffffff;
  --body-bg: #04041e;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-style-italic: italic;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #acacac;
  --border-radius: 3px;
  --link-color: #000000;
  --link-hover-color: var(--secondary-color);
}

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: #666666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  position: relative;
  min-height: 100%;
  background-color: var(--body-bg);
}

.sticky-footer {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  position: relative;
  min-height: 100%;
  padding-bottom: 60px;
  background-color: var(--body-bg);
}

html {
  height: 100%;
}
ul,
li,
span,
img,
p,
figure,
img,
ol,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
  margin: 0px;
  padding: 0px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}


/* ********************************************* */

body {
    background: #f1f1f1;
  }

  .app-wrapper {
    max-width: 768px;
    margin: auto;
    background: #fff;
    min-height: 100vh;
  }

  .app-header {
    padding: 16px;
    padding-top: 30px;
  }
  .app-header-top-sec{
    display: flex;
    align-items: center;
  }
  .app-header-top-sec h1 {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
  } 
  .app-header-top-sec span {
    font-size: 20px;
    color: #01875f;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  .app-header-top-sec small strong{
    position: relative;
    top: -2px;
    color: #000;
    margin: 2px;
  }
  .app-icon {
    width: 72px;
    height: 72px;
    border-radius: 8px;
  }
  .app-header-content-sec{
    text-align: center;
    margin: 25px 0;
  }
  .app-header-content-sec p{
    color: rgb(95,99,104);
    font-size: 12px;
    letter-spacing: .025em;
    justify-content: center;
    white-space: nowrap;
    line-height: 20px;
  }
  .app-header-content-sec span{
    display: block;
    font-size: 14px;
    color: #000000;
    height: 20px;
    font-weight: 500;
    line-height: 20px;
  }

  .install-btn {
    background: #01875f;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    height: 36px;
  }

  .install-btn:hover, .install-btn:active, .install-btn:focus {
    background: #0b7d46 !important;
    color: #fff !important;
  }

  .screenshots {
    overflow-x: auto;
    white-space: nowrap;
    padding: 16px;
  }

  .screenshots::-webkit-scrollbar{
    display: none;
  }
  .screenshots img {
    height: 240px;
    border-radius: 14px;
    margin-right: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
  }
  .device-text-sec{
    text-align: left;
    margin-top: 20px;
  }
  .device-text-sec p{
    font-size: 14px;
    color: rgb(95,99,104);
  }
  .device-text-sec img{
    width: 20px;
    margin-right: 6px;
  }
  #installModal .modal-header, #installModal .modal-footer{
    padding:10px;
    border: none;
  }
  #installModal .modal-body{
    padding: 5px 10px;
  }
  #installModal .modal-title{
    font-size: 18px;
    color: #222;
    font-weight: 500;
  }
  .app-header-top-sec h3 {
    font-weight: 600;
    font-size: 20px;
    color: #222;
  }
  #installModal .app-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 10px;
  }
  #installModal .modal-content{
    border-radius: 14px;
  }
  #installModal .modal-footer a {
    color: #043883;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
    width: 85px;
    text-align: center;
  }
  .app-about-sec{
    padding: 16px;
    padding-bottom: 0px;
  }
  .app-about-sec:last-child{
    padding-bottom: 16px;
  }
  .app-about-heading{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    gap: 10px;
  }
  .app-about-heading h3{
    font-size: 18px;
    color: #202124;
  }
  .app-about-heading img{
    width: 20px;
    opacity: 0.7;
    height: 20px;
  }
  .app-about-sec p {
    margin: 20px 0;
    color: rgb(95,99,104);
    font-size: 13px;
  }
  .app-about-sec h4{
    font-size: 14px;
    color: #202124;
    margin-bottom: 2px;
  }
  .app-about-sec p strong{
    color: #202124;
  }
  .app-sports-btn {
    color: #202124;
    border: 1px solid rgb(218,220,224);
    padding: 0 15px 0 15px;
    height: 32px;
    font-size: 14px;
    width: fit-content;
    line-height: 30px;
    border-radius: 30px;
    font-weight: 500;
    display: block;
    margin-top: 12px;
  }
  /* .app-about-sec span{
    color: #202124;
  } */
  .list-sec{
    padding-left: 10px;
  }
  .list-sec li{
    margin-bottom: 15px;
    color: rgb(95,99,104);
    font-size: 14px;
    display: flex;
    gap: 10px;
  }
  .list-sec li img{
    width: 20px;
  }
  .app-about-heading span{
    align-items: center;
    font-size: 13px;
    display: flex;
    margin-top: 10px;
    gap: 5px;
  }
  .app-about-heading img.info-img{
    width: 15px;
  }
  .app-about-sec span{
    font-size: 13px;
  }

  /* ===== RATING SUMMARY ===== */
.rating-summary{
  display: flex;
  gap: 30px;
  align-items: center;
}

.rating-left{
  text-align: center;
}

.rating-left h2{
  font-size: 48px;
  margin: 0;
  color: #000;
  font-weight: 400;
}

.stars{
  color:#01875f;
  font-size: 18px;
  display: flex;
}
.stars svg{
  width:16px;
  color:#01875f;

 }

.review-count {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
    text-align: left;
}

.rating-right{
  flex:1;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: normal;
}

.bar{
  flex:1;
  height:8px;
  background:#e6e9ec;
  border-radius:6px;
  overflow:hidden;
}

.bar span{
  display:block;
  height:100%;
  background:#01875f;
}

/* ===== REVIEW CARD ===== */
.review-wrapper{
  padding: 16px;
}
.review-card{
  margin-top:30px;
}

.review-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.user-info{
  display:flex;
  align-items:center;
  gap:12px;
}

.avatar{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#0a5aa3;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.review-stars{
  color:#01875f;
}

.review-date{
  font-size:12px;
  color:#666;
}

.review-text{
  margin-top:10px;
  line-height:1.6;
  color:rgb(95,99,104);
  font-size: 13px;
}

.helpful{
  margin-top:14px;
  font-size:12px;
  color:#666;
}

.helpful-actions {
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.helpful-actions button {
    padding: 0px 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    margin-right: 8px;
    font-size: 14px;
    color: rgb(95,99,104);
    font-weight: 500;
    width: 55px;
}
.user-info span{
  color: #202124;
}

.review-date-sec{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 8px 0;
}
.review-stars .stars svg{
  width: 12px;
}
.see-all-review-btn{
  color: #01875f;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
  display: block;
}
footer{
    padding: 16px;
    border-top: 1px solid rgb(232,234,237);
}
.footer-top-list{
  list-style: none;
  margin-top: 15px;
}
.footer-top-list li{
  color: rgb(95,99,104);
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.footer-top-list li h3{
  color: rgb(95,99,104);
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.footer-bottom-list {
    display: flex;
    margin: 25px 0;
    list-style: none;
    flex-wrap: wrap;
    column-gap: 30px;
}
.footer-bottom-list li{
  width: fit-content;
    font-size: 12px;
    color: rgb(95,99,104);
    row-gap: 10px;
}

.download-progress {
    display: flex;
    justify-content: space-between;
}

  /* Responsive tweaks */
  @media (max-width: 576px) {
   .screenshots img {
      height: 210px;
    }
    .app-about-heading{
      justify-content: space-between;
    }
    .app-about-sec p{
      margin: 10px 0;
    }
  }
