@charset "utf-8";

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
/* Scoped styles to prevent conflicts */
.game-section {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.game-section * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.game-section .clear {
  clear: both;
}

.game-section img {
  max-width: 100%;
  border: 0px;
}

.game-section ul,
.game-section ol {
  list-style: none;
}

.game-section a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section a:focus,
.game-section a:active,
.game-section a:visited,
.game-section a:hover {
  text-decoration: none;
  outline: none;
}

.game-section a:hover {
  color: #e73700;
}

.game-section h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.game-section h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}

.game-section button {
  outline: none !important;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.game-section .line-title {
  position: relative;
  width: 400px;
}

.game-section .line-title::before,
.game-section .line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.game-section .line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.game-section .line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 60px 50px;
}

.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  .game-section h2 {
    margin-bottom: 32px;
  }
  .game-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-section h2 {
    margin-bottom: 32px;
  }
  .game-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .game-section .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  .game-section {
    font-size: 14px;
  }
  .game-section h2 {
    margin-bottom: 20px;
  }
  .game-section h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .game-section .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

/**************************************************/
/* -------- Team Section Styles (Added) ------- */
/**************************************************/

.game-section-team {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.game-section-team * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.game-section-team .clear {
  clear: both;
}

.game-section-team img {
  max-width: 100%;
  border: 0px;
}

.game-section-team ul,
.game-section-team ol {
  list-style: none;
}

.game-section-team a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section-team a:focus,
.game-section-team a:active,
.game-section-team a:visited,
.game-section-team a:hover {
  text-decoration: none;
  outline: none;
}

.game-section-team a:hover {
  color: #e73700;
}

.game-section-team h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.game-section-team h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}

.game-section-team button {
  outline: none !important;
}

.game-section-team .line-title {
  position: relative;
  width: 400px;
}

.game-section-team .line-title::before,
.game-section-team .line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.game-section-team .line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.game-section-team .line-title::after {
  width: 32px;
  background: #e73700;
}

.game-section-team {
  padding: 60px 50px;
}

.game-section-team .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.game-section-team .item-team {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.game-section-team .item-team.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.game-section-team .item-team:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.game-section-team .item-desc-team {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section-team .item-team.active .item-desc-team {
  transform: none;
  -webkit-transform: none;
}

.game-section-team .item-desc-team p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.game-section-team .item-team.active .item-desc-team p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.game-section-team .owl-theme.custom-carousel-team .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-section-team h2 {
    margin-bottom: 32px;
  }
  .game-section-team h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .game-section-team {
    padding: 50px 30px;
  }
  .game-section-team .item-team {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section-team .item-team.active {
    width: 400px;
  }
  .game-section-team .item-desc-team {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-section-team h2 {
    margin-bottom: 32px;
  }
  .game-section-team h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .game-section-team .line-title {
    width: 330px;
  }

  .game-section-team {
    padding: 50px 30px 40px;
  }
  .game-section-team .item-team {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section-team .item-team.active {
    width: 360px;
  }
  .game-section-team .item-desc-team {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  .game-section-team {
    font-size: 14px;
  }
  .game-section-team h2 {
    margin-bottom: 20px;
  }
  .game-section-team h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .game-section-team .line-title {
    width: 250px;
  }

  .game-section-team {
    padding: 30px 15px 20px;
  }
  .game-section-team .item-team {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section-team .item-team.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section-team .item-desc-team {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

/**************************************************/
/* -------- Plans Section Styles (Added) ------- */
/**************************************************/

.game-section-plans {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.game-section-plans * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.game-section-plans .clear {
  clear: both;
}

.game-section-plans img {
  max-width: 100%;
  border: 0px;
}

.game-section-plans ul,
.game-section-plans ol {
  list-style: none;
}

.game-section-plans a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section-plans a:focus,
.game-section-plans a:active,
.game-section-plans a:visited,
.game-section-plans a:hover {
  text-decoration: none;
  outline: none;
}

.game-section-plans h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.game-section-plans .line-title {
  position: relative;
  width: 400px;
}

.game-section-plans .line-title::before,
.game-section-plans .line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.game-section-plans .line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.game-section-plans .line-title::after {
  width: 32px;
  background: #e73700;
}

.game-section-plans {
  padding: 60px 50px;
}

.game-section-plans .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.game-section-plans .item-plans {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.game-section-plans .item-plans.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.game-section-plans .item-plans:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.game-section-plans .item-desc-plans {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: 100%;
}

.game-section-plans .item-plans.active .item-desc-plans {
  transform: none;
  -webkit-transform: none;
}

/* Pricing Table Specifics */
.game-section-plans .plan-card {
  text-align: center;
}

.game-section-plans .plan-card h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #fff;
}

.game-section-plans .price {
  font-size: 24px;
  font-weight: bold;
  color: #e73700;
  margin-bottom: 20px;
}

.game-section-plans .features {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out 0.2s;
}

.game-section-plans .item-plans.active .features {
  opacity: 1;
  transform: translateY(0);
}

.game-section-plans .features li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #ddd;
}

.game-section-plans .btn-plan {
  display: inline-block;
  padding: 10px 30px;
  background: #e73700;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out 0.3s;
}

.game-section-plans .item-plans.active .btn-plan {
  opacity: 1;
  transform: translateY(0);
}

.game-section-plans .btn-plan:hover {
  background: #fff;
  color: #e73700;
}

.game-section-plans .owl-theme.custom-carousel-plans .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

/* Responsive Plans */
@media (min-width: 992px) and (max-width: 1199px) {
  .game-section-plans {
    padding: 50px 30px;
  }
  .game-section-plans .item-plans {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section-plans .item-plans.active {
    width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-section-plans {
    padding: 50px 30px 40px;
  }
  .game-section-plans .item-plans {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section-plans .item-plans.active {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .game-section-plans {
    padding: 30px 15px 20px;
  }
  .game-section-plans .item-plans {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section-plans .item-plans.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section-plans .item-desc-plans {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
  .game-section-plans .plan-card h3 {
    font-size: 20px;
  }
  .game-section-plans .price {
    font-size: 18px;
  }
}

/**************************************************/
/* -------- Elementor Widget Styles (Added) ---- */
/**************************************************/

.propague-elementor-section {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.propague-elementor-section * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.propague-elementor-section .clear {
  clear: both;
}

.propague-elementor-section img {
  max-width: 100%;
  border: 0px;
}

.propague-elementor-section ul,
.propague-elementor-section ol {
  list-style: none;
}

.propague-elementor-section a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.propague-elementor-section a:focus,
.propague-elementor-section a:active,
.propague-elementor-section a:visited,
.propague-elementor-section a:hover {
  text-decoration: none;
  outline: none;
}

.propague-elementor-section a:hover {
  color: #e73700;
}

.propague-elementor-section h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.propague-elementor-section h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}

.propague-elementor-section button {
  outline: none !important;
}

.propague-elementor-section .line-title {
  position: relative;
  width: 400px;
}

.propague-elementor-section .line-title::before,
.propague-elementor-section .line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.propague-elementor-section .line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.propague-elementor-section .line-title::after {
  width: 32px;
  background: #e73700;
}

.propague-elementor-section {
  padding: 60px 50px;
}

.propague-elementor-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.propague-elementor-section .item-elementor {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.propague-elementor-section .item-elementor.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.propague-elementor-section .item-elementor:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.propague-elementor-section .item-desc-elementor {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 49px));
  -webkit-transform: translateY(calc(100% - 49px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.propague-elementor-section .item-elementor.active .item-desc-elementor {
  transform: none;
  -webkit-transform: none;
}

.propague-elementor-section .item-desc-elementor p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.propague-elementor-section .item-elementor.active .item-desc-elementor p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.propague-elementor-section .owl-theme.propague-elementor-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

/* Responsive Elementor Widget */
@media (min-width: 992px) and (max-width: 1199px) {
  .propague-elementor-section h2 {
    margin-bottom: 32px;
  }
  .propague-elementor-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .propague-elementor-section {
    padding: 50px 30px;
  }
  .propague-elementor-section .item-elementor {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .propague-elementor-section .item-elementor.active {
    width: 400px;
  }
  .propague-elementor-section .item-desc-elementor {
    transform: translateY(calc(100% - 41px));
    -webkit-transform: translateY(calc(100% - 41px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .propague-elementor-section h2 {
    margin-bottom: 32px;
  }
  .propague-elementor-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .propague-elementor-section .line-title {
    width: 330px;
  }

  .propague-elementor-section {
    padding: 50px 30px 40px;
  }
  .propague-elementor-section .item-elementor {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .propague-elementor-section .item-elementor.active {
    width: 360px;
  }
  .propague-elementor-section .item-desc-elementor {
    transform: translateY(calc(100% - 37px));
    -webkit-transform: translateY(calc(100% - 37px));
  }
}

@media (max-width: 767px) {
  .propague-elementor-section {
    font-size: 14px;
  }
  .propague-elementor-section h2 {
    margin-bottom: 20px;
  }
  .propague-elementor-section h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .propague-elementor-section .line-title {
    width: 250px;
  }

  .propague-elementor-section {
    padding: 30px 15px 20px;
  }
  .propague-elementor-section .item-elementor {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .propague-elementor-section .item-elementor.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .propague-elementor-section .item-desc-elementor {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 37px));
    -webkit-transform: translateY(calc(100% - 37px));
  }
}

/* Pro Carousel (Swiper) Styles */
.propague-pro-section {
  padding: 60px 50px;
}

.propague-pro-section .swiper-wrapper {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.propague-pro-section .item-elementor {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  /* Swiper Slide Fixes */
  flex-shrink: 0;
}

.propague-pro-section .item-elementor.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.propague-pro-section .item-elementor:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.propague-pro-section .item-desc-elementor {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 49px));
  -webkit-transform: translateY(calc(100% - 49px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.propague-pro-section .item-elementor.active .item-desc-elementor {
  transform: none;
  -webkit-transform: none;
}

.propague-pro-section .item-desc-elementor p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.propague-pro-section .item-elementor.active .item-desc-elementor p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.propague-pro-section .swiper-pagination {
  margin-top: -20px;
  position: relative;
  z-index: 5;
  text-align: center;
}

.propague-pro-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #e73700;
    opacity: 1;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
}
.propague-pro-section .swiper-pagination-bullet-active {
    background: #e73700;
}

/* Responsive Pro Widget */
@media (min-width: 992px) and (max-width: 1199px) {
  .propague-pro-section h2 {
    margin-bottom: 32px;
  }
  .propague-pro-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .propague-pro-section {
    padding: 50px 30px;
  }
  .propague-pro-section .item-elementor {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .propague-pro-section .item-elementor.active {
    width: 400px;
  }
  .propague-pro-section .item-desc-elementor {
    transform: translateY(calc(100% - 41px));
    -webkit-transform: translateY(calc(100% - 41px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .propague-pro-section h2 {
    margin-bottom: 32px;
  }
  .propague-pro-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .propague-pro-section .line-title {
    width: 330px;
  }

  .propague-pro-section {
    padding: 50px 30px 40px;
  }
  .propague-pro-section .item-elementor {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .propague-pro-section .item-elementor.active {
    width: 360px;
  }
  .propague-pro-section .item-desc-elementor {
    transform: translateY(calc(100% - 37px));
    -webkit-transform: translateY(calc(100% - 37px));
  }
}

@media (max-width: 767px) {
  .propague-pro-section {
    font-size: 14px;
  }
  .propague-pro-section h2 {
    margin-bottom: 20px;
  }
  .propague-pro-section h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .propague-pro-section .line-title {
    width: 250px;
  }

  .propague-pro-section {
    padding: 30px 15px 20px;
  }
  .propague-pro-section .item-elementor {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .propague-pro-section .item-elementor.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .propague-pro-section .item-desc-elementor {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 37px));
    -webkit-transform: translateY(calc(100% - 37px));
  }
}
