/*
Theme Name: AllRummyapps
Theme URI: https://AllRummyapps.io/
Description: The Best Platform To Download Rummy Apps!
Author: RJ.RAHUL
Author URI: https://AllRummyapk.in/
Version: 1.3
Text Domain: AllRummyapps.io
*/

/* ------------------------------ START RESET CSS --------------------------------------- */
.downloadbottom {
    width: 100%;
    text-align: center;
    margin-top: -15px;
}
.getbonus {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    background-image: url(https://www.neta1.vip/getbonus.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.getbonustxt {
    font-size: 8x;
    font-weight: bold;
    color: white;
}
/* General Container and Accordion Styles */
.process__container {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif; /* Material UI-like font */
}

/* Accordion List Styles */
.accordions__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Accordion Item Styles */
.accordions__item {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.accordions__item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Accordion Button (Control) Styles */
.accordions__control {
  background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, hsla(0, 0%, 100%, .37) 45.27%, rgba(133, 239, 49, 0) 62.27%), #040055;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  outline: none;
}

.accordions__control:hover {
  background-color: #040055;
}

/* Accordion Icon (Plus and Minus Signs) */
.accordions__icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Accordion Content (Answer) Styles */
.accordions__content {
  padding: 15px;
  font-size: 14px;
  color: #333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  border-top: 1px solid #ddd;
  opacity: 0;
}

.accordions__content p {
  margin: 0;
}

/* Accordion Open State */
.accordions__item.open .accordions__content {
  max-height: 300px; /* Set a max height to expand smoothly */
  opacity: 1;
}

.accordions__item.open .accordions__control {
  background-color: #040055;
}

/* Accordion Number and Title Styles */
.accordions__number {
  font-weight: bold;
  margin-right: 10px;
}

.accordions__title {
  font-weight: normal;
  flex-grow: 1;
}

/* Animation for expanding accordion */
.accordions__content {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordions__item.open .accordions__content {
  opacity: 1;
  transform: translateY(0);
}

/* Adjustments for Mobile Responsiveness */
@media (max-width: 600px) {
  .process__container {
    padding: 10px;
  }

  .accordions__control {
    font-size: 14px;
    padding: 12px 15px;
  }

  .accordions__content {
    font-size: 13px;
    padding: 12px;
  }

  .accordions__number {
    font-size: 14px;
  }
}
.app-informations__DetailsRow-sc-1wisk8p-14 {
  display: flex;
  text-align: left;
  margin-left: 10px;
  /* Негативний відступ зсуває вліво */
}

.app-informations__DetailsItem-sc-1wisk8p-15 {
  position: relative;
  margin-left: -10px;
  /* Зсуває кожен елемент ще більше вліво */
}