.app-download-section {
  width: 90%;
  margin: 10px auto;
  background: #f8f9fa;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.app-left {
  flex: 1;
  min-width: 280px;
}

.app-left h2 {
  font-size: 34px;
  font-weight: 800;
  color: #2a1507;
}

.app-left p {
  font-size: 18px;
  margin-top: 8px;
  color: #5f4330;

}

.apk-btn {
  display: inline-block;
  background: #7a2928;
  color: white;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
}

.apk-btn:hover {
  color: white;
}

.app-right {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.qr-img {
  width: 258px;
  border-radius: 16px;
  padding: 10px;
}



/* mobile responsive */
@media(max-width:768px) {
  .app-download-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .app-download-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}



/* new */
/* MAIN SECTION */

/* GRID */
.app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin: 30px;
  background: #f8f9fa;
}

/* CARD */
.app-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.10);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.app-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 16px 15px rgba(0, 0, 0, 0.15);
}

.app-icon {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  margin-bottom: 10px;
}

/* TEXT */
.app-name {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.app-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* RATING */
.rating {
  color: #ffa000;
  font-size: 16px;
  margin-bottom: 15px;
}

/* DOWNLOAD BUTTON */
.download-btn {
  display: inline-block;
  background: linear-gradient(45deg, #7a2928, #7a2928);
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
  box-shadow: 0px 5px 15px #4a1616;
}

.download-btn:hover {
  background: linear-gradient(45deg, #983b3a, #983b3a);
  box-shadow: 0px 7px 18px #983b3a;
  transform: scale(1.05);
  color: white;
}

/* Make modal body fit image */

@media (min-width: 300px) and (max-width: 550px) {
  .project-item {
    height: 490px;
    width: auto;
    text-align: center;
    align-items: center;
  }

  .project-img {
    height: 264px;
    width: 151px !important;
    left: 30%;
  }

  .img-fluid {
    height: 264px;
    width: 151px !important;
  }

  .imges {
    height: 200px;
    width: auto;
  }

  .modal-body {
    height: 540px;
  }

  .carousel .carousel-inner .carousel-item {
    height: 300px;
  }

}

.col-md-8{
  padding-left: 40px;
  padding-right: 40px;
}


/* 
 */
/* No background, no border */
.modal-clean {
    background: transparent;
    border: none;
}

/* Make EVERYTHING full height */
/* Make modal body full height */
#appModal1 .modal-dialog {
    max-width: 95vw;               /* big wide modal */
    height: 95vh;
}

#appModal1 .modal-content {
    height: 100%;
}

#appModal1 .modal-body {
    padding: 0 !important;
    height: calc(100% - 60px);     /* minus header height */
    overflow: hidden !important;   /* remove scrollbars */
}

/* Make carousel take full height */
#appSlider1,
#appSlider1 .carousel-inner,
#appSlider1 .carousel-item {
    height: 99%;
}

/* Full-size image styling */
#appSlider1 .imges {
    width: 100%;
    height: 100%;
    object-fit: contain;           /* show full image without crop */
    background: #ffffff;              /* black background like gallery */
}

/* Custom arrows sizing */
#appSlider1 .carousel-control-prev img,
#appSlider1 .carousel-control-next img {
    width: 45px;
    height: 45px;
}

#appModal2 .modal-dialog {
    max-width: 95vw;               /* big wide modal */
    height: 95vh;
}

#appModal2 .modal-content {
    height: 100%;
}

#appModal2 .modal-body {
    padding: 0 !important;
    height: calc(100% - 60px);     /* minus header height */
    overflow: hidden !important;   /* remove scrollbars */
}

/* Make carousel take full height */
#appSlider2,
#appSlider2 .carousel-inner,
#appSlider2 .carousel-item {
    height: 99%;
}

/* Full-size image styling */
#appSlider2 .imges {
    width: 100%;
    height: 100%;
    object-fit: contain;           /* show full image without crop */
    background: #ffffff;              /* black background like gallery */
}

/* Custom arrows sizing */
#appSlider2 .carousel-control-prev img,
#appSlider2 .carousel-control-next img {
    width: 45px;
    height: 45px;
}

#appModal3 .modal-dialog {
    max-width: 95vw;               /* big wide modal */
    height: 95vh;
}

#appModal3 .modal-content {
    height: 100%;
}

#appModal3 .modal-body {
    padding: 0 !important;
    height: calc(100% - 60px);     /* minus header height */
    overflow: hidden !important;   /* remove scrollbars */
}

/* Make carousel take full height */
#appSlider3,
#appSlider3 .carousel-inner,
#appSlider3 .carousel-item {
    height: 99%;
}

/* Full-size image styling */
#appSlider3 .imges {
    width: 100%;
    height: 100%;
    object-fit: contain;           /* show full image without crop */
    background: #ffffff;              /* black background like gallery */
}

/* Custom arrows sizing */
#appSlider3 .carousel-control-prev img,
#appSlider3 .carousel-control-next img {
    width: 45px;
    height: 45px;
}

.bi{
  color: black;
}
