/*
Theme Name: Premium RLC
Author: Rodolfo Lara Cassaro
Author URI: https://www.linkedin.com/in/rodolfo-lara-cassaro/
Description: Tema premium desenvolvido por Rodolfo Lara Cassaro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: premium-rlc
*/
* {
  font-family: "Poppins", sans-serif !important;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
}

.globalContainer {
  max-width: 90rem;
  margin: 0 auto;
  width: 100%;
}

.centralizedFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#highlightText .destaque-container {
  font-size: 30px !important;
}
#highlightTextTwo .destaque-container {
  font-size: 24px !important;
}
#highlightTextTwo > div {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
/* menu */
.lastHighlights,
.firstHighlights {
  color: #fff !important;
  background-color: #f59e19;
  border-radius: 20px;
  padding: 7px 25px;
}

.lastHighlights {
  background-color: #4e3b8f;
}

#informative {
  padding: 2rem 0.75rem;
  overflow: hidden;
}

.informative__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  align-items: center;
}
.informative__image {
  transform: translate(25%, 25%);
}

.informative__content p {
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: white;
  text-align: center;
  font-weight: 400;
}

.informative__card {
  background-color: #fff;
  padding: 32px 51px;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.informative__card {
  position: relative;
  color: #646464;
  text-align: center;
  font-weight: 600;
  text-align: center;
  margin: 0;
  font-size: 1rem;
}
.informative__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-20%, 21%);
  background-image: url(./src/img/logo-icon.png);
  width: 36px;
  height: 40.7px;
}

.informative__image {
  text-align: center;
}

.informative__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Menu Desktop */
.menu__items {
  display: flex;
  gap: 12px;
  align-items: center;
}

.menu__items div {
  display: inline-block;
}

.menu__items a {
  text-decoration: none;
  color: #4e3b8f;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.menu__items a:hover {
  color: #f59e19;
}

/* Menu Mobile Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #4e3b8f;
  margin: 3px 0;
  transition: 0.3s;
  transform-origin: center;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.menu__mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.menu__mobile.active {
  display: block !important;
}

.menu__mobile a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #4e3b8f;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}

.menu__mobile a:hover {
  background-color: #f8f9fa;
}

/* Media queries para menu */
@media (max-width: 1023px) {
  .menu-toggle {
    display: flex !important;
  }

  .menu__items {
    display: none !important;
  }

  .informative__container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .informative__content h2 {
    font-size: 1rem;
  }

  .informative__content h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none !important;
  }

  .menu__mobile {
    display: none !important;
  }
}

/* Seção Cursos */
#courses {
  padding: 2rem 0;
  background-color: #f8f9fa;
}

.courses__header {
  text-align: center;
  margin-bottom: 4rem;
}

.courses__header h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4e3b8f;
  margin-bottom: 1rem;
}

.courses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.course__card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.course__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.course__header {
  background-image: url("./src/img/pessoal.png");
  color: white;
  padding: 2rem;
  text-align: center;
  background-size: cover;
}
.course__header.two {
  background-image: url("./src/img/profissional.png");
}

.course__header h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.course__header h4 {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.9;
}

.course__content {
  padding: 2rem;
}

.course__ementa {
  margin-bottom: 1rem;
}

.course__ementa-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #4e3b8f;
  margin-bottom: 0.5rem;
}

.course__ementa-description {
  color: #666;
  line-height: 1.6;
}

.course__topics {
  margin-bottom: 2rem;
}

.course__topics h4 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #4e3b8f;
  margin-bottom: 1rem;
}

.course__topics-list {
  color: #666;
  line-height: 1.6;
}

.course__topics-list ul {
  margin: 0;
  padding-left: 1.5rem;
}

.course__topics-list li {
  margin-bottom: 0.5rem;
}

.course__footer {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-top: 1px solid #f0f0f0;
  gap: 60px;
  background-color: #fafafa;
}

.course__target {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.course__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.course__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.course__target-info h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #4e3b8f;
  margin-bottom: 0.25rem;
}

.course__target-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.course__price {
  background-color: #f59e19;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}

.course__price.contact {
  background-color: #4e3b8f;
}

/* Responsividade */
@media (max-width: 768px) {
  .courses__container {
    grid-template-columns: 1fr;
  }

  .course__footer {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
    padding-top: 0;
  }

  .course__target {
    flex-direction: column;
    text-align: center;
  }

  .courses__header h3 {
    font-size: 2rem;
  }
}

/* Newsletter */
#newsletter {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  background-image: url("./src/img/bg-newsletter.png");
}

#newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(25%, -25%);
}

.newsletter__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

.newsletter__content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
}

.newsletter__content p {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.newsletter__form-group {
  display: flex;
  margin: 0 auto;
  gap: 10px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 10px;
}

.newsletter__form-group input[type="text"],
.newsletter__form-group input[type="email"] {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  font-size: 1rem;
  outline: none;
  border-radius: 25px;
  background: white;
}

.newsletter__form-group button {
  padding: 1rem 2rem;
  background-color: #4e3b8f;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 25px;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.newsletter__form-group button:hover {
  background-color: #3a2d6b;
}

/* Parcerias */
#partnerships {
  padding: 2rem 0;
  padding-bottom: 1rem;
  background-color: #f8f9fa;
}

.partnerships__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.partnerships__header {
  text-align: center;
  margin-bottom: 3rem;
}

.partnerships__subtitle {
  font-size: 0.9rem;
  color: #4e3b8f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.partnerships__header h2 {
  font-size: 2.5rem;
  color: #333;
  font-weight: bold;
}

.partnerships__carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.partnership__card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.partnership__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.partnership__logo-placeholder {
  font-size: 2rem;
  color: #4e3b8f;
}

.partnership__info {
  text-align: center;
}

.partnership__info h3 {
  font-size: 1rem;
  color: #131619;
  font-weight: bold;
}

.partnership__rating .star {
  color: #ddd;
  font-size: 1rem;
}

.partnership__rating .star.active {
  color: #f59e19;
}

.partnership__info p {
  color: #131619;
  font-size: 13px;
}

.partnership__testimonial {
  position: relative;
  margin-bottom: 1.5rem;
}

.quote-icon {
  font-size: 3rem;
  color: #4e3b8f;
  position: absolute;
  top: -10px;
  left: -10px;
  font-family: serif;
}

.partnership__testimonial p {
  font-style: italic;
  color: #555;
  line-height: 1.6;
  padding-left: 1.5rem;
}

.partnership__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.partnership__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.partnership__social .social-tag {
  background-color: #4e3b8f;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s;
}

.partnership__social .social-tag:hover {
  background-color: #f59e19;
}

.partnerships__navigation {
  display: none;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.nav-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #4e3b8f;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background-color: #3a2d6b;
}

.nav-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Fale Conosco */
#contact {
  padding: 2rem 0;
  background-color: #f8f9fa;
  margin-bottom: 2rem;
}

.contact__container {
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 50px 130px;
  display: flex;
  justify-content: space-between;
  background-image: url("./src/img/bg-form.png");
  background-size: cover;
}

.contact__text {
  max-width: 500px;
}

.contact__subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.contact__title {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 50px;
  color: #fff;
  line-height: 100%;
  margin-bottom: 25px;
}

.contact__description {
  font-size: 24px;
  color: #fff;
}

.contact__additional {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact__info-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #666;
}

.contact__info-item .icon {
  font-size: 1.2rem;
}

.contact__illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.illustration {
  position: relative;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #4e3b8f 0%, #6b46c1 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.illustration .phone {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  animation: float 3s ease-in-out infinite;
}

.illustration .person {
  font-size: 4rem;
  color: white;
}

.illustration .email {
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-size: 2rem;
  animation: float 3s ease-in-out infinite 1.5s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.contact__form {
  min-width: 500px;
}

.contact__form .form-group {
  margin-bottom: 1.5rem;
}

.contact__form input,
.contact__form textarea {
  background: #fff;
  width: 100%;
  padding: 1rem;
  border-radius: 30px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  outline: none;
  transition: border-color 0.3s;
  max-width: 490px;
}

.contact__form input:focus,
.contact__form textarea:focus {
  border-color: #4e3b8f;
  box-shadow: 0 0 0 3px rgba(78, 59, 143, 0.1);
}

.contact__form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact__info-links {
  margin: 1.5rem 0;
}

.contact__info-links .contact__info-item {
  margin-bottom: 0.8rem;
}

.contact__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.contact__link:hover {
  color: #f59e19;
}

.contact__icon {
  font-size: 1.2rem;
  width: 20px;
  text-align: center;
}

.contact__button {
  padding: 13px 91px;
  background-color: #f59e19;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 1rem;
}

/* Footer */
#footer {
  background-color: #4e3b8f;
  color: white;
  padding: 2rem 0;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__copyright {
  color: #ccc;
  font-size: 0.9rem;
}

.footer__social {
  display: flex;
  gap: 1rem;
}

.footer__social .social-link {
  width: 40px;
  height: 40px;
  background-color: #4e3b8f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.footer__social .social-link:hover {
  background-color: #f59e19;
}

.footer__social .social-link span {
  font-size: 1.2rem;
}

.footer__brand {
  color: #ccc;
  font-size: 0.9rem;
  font-style: italic;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 2rem;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
}

#modal-message {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

#modal-message.success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
  padding: 1rem;
}

#modal-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 1rem;
}

/* Responsividade */
@media (max-width: 768px) {
  #informative,
  #courses {
    padding: 2rem 0;
  }
  .contact__container {
    flex-direction: column;
    padding: 15px;
  }
  .newsletter__content h2 {
    font-size: 2rem;
  }

  .newsletter__form-group {
    flex-direction: column;
    border-radius: 15px;
    gap: 10px;
  }

  .newsletter__form-group input[type="text"],
  .newsletter__form-group input[type="email"] {
    border-radius: 15px;
    margin-bottom: 0;
  }

  .newsletter__form-group button {
    border-radius: 15px;
  }

  .partnerships__carousel {
    grid-template-columns: 1fr;
  }

  .partnerships__navigation {
    display: flex;
  }

  .partnerships__header h2 {
    font-size: 2rem;
  }

  .contact__title {
    font-size: 2rem;
  }

  .contact__form {
    padding: 2rem;
    min-width: 100%;
  }

  .illustration {
    width: 150px;
    height: 150px;
  }

  .illustration .person {
    font-size: 3rem;
  }

  .illustration .phone,
  .illustration .email {
    font-size: 1.5rem;
  }

  .footer__content {
    flex-direction: column;
    text-align: center;
  }

  .modal-content {
    width: 95%;
    margin: 20% auto;
    padding: 1.5rem;
  }
}

/* === HERO CARD PLANILHA === */
.hero-card {
  background: #f8f9fa;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.hero-card__header {
  background-image: url("./src/img/profissional.png");
  background-size: cover;
  padding: 24px;
  text-align: center;
}

.hero-card__title {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-card__content {
  padding: 40px 30px;
  background: white;
}

.hero-card__section {
  margin-bottom: 20px;
}

.hero-card__section-title {
  color: #4e3b8f;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.hero-card__section-text {
  color: #494949;
  font-size: 1rem;
  margin: 0;
}

.hero-card__target {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
}

.hero-card__target-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
}

.hero-card__target-icon img {
  width: 43px;
  height: 37.5px;
}

.hero-card__icon-placeholder {
  font-size: 1.5rem;
}

.hero-card__target-content {
  flex: 1;
}

.hero-card__target-title {
  color: #4e3b8f;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.hero-card__target-text {
  color: #6b7280;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

.hero-card__price {
  text-align: left;
  margin-bottom: 24px;
}

.hero-card__price-label {
  color: #4e3b8f;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.hero-card__price-value {
  color: #131619;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.hero-card__button {
  display: inline-block;
  background: #f59e19;
  color: white;
  padding: 18px 45px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(245, 158, 25, 0.3);
}

/* Responsividade do hero-card */
@media (max-width: 768px) {
  .hero-card {
    max-width: 100%;
    margin: 0 auto 2rem;
  }

  .hero-card__header {
    padding: 20px;
  }

  .hero-card__title {
    font-size: 1.25rem;
  }

  .hero-card__content {
    padding: 20px;
  }

  .hero-card__target {
    gap: 12px;
    padding: 12px;
  }

  .hero-card__target-icon {
    width: 40px;
    height: 40px;
  }

  .hero-card__target-icon img {
    width: 24px;
    height: 24px;
  }

  .hero-card__price-value {
    font-size: 1.5rem;
  }

  .hero-card__button {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  .course__price.contact {
    margin: 0 auto;
  }
  .course__content {
    text-align: center !important;
    padding: 0.75rem;
  }
  .course__price {
    margin: 0 auto;
  }
  .destaque-container {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
  }
  .informative__image {
    display: none;
  }
  .service-item-card {
    width: 50px !important;
    height: 50px !important;
  }
  .service__content {
    padding: 0 15px;
  }
  .service-item-card img {
    width: 50px !important;
  }
  .service__card {
    margin-right: 0 !important;
  }
  .serviceInfo h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
  }
  .btn-comprar {
    margin: 30px auto 50px;
  }
  .utilidade__icon img {
    width: 100px;
    height: auto;
  }
  #partnerships {
    padding: 2rem 0;
  }
  .partnerships__header {
    margin-bottom: 1rem;
  }
  #contact {
    padding: 2rem 0;
    margin-bottom: 1rem;
  }
  .hidden {
    display: none !important;
  }
  .partnership__card {
    padding-top: 0;
  }
  .sobre__image {
    width: 100%;
  }
  .containerImage img {
    z-index: 2;
  }
  .containerImage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f59e19;
    border-radius: 1rem;
    z-index: 1;
    transform: translate(-3%, -3%);
  }
}
