@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "formular-extralight";
  src: url("../font/formular-extralight-trial-91b8a504b4d8faba9bd6a1e73bd47f50.otf") format("truetype");
}
@font-face {
  font-family: "formular-light";
  src: url("../font/formular-light-trial-1d73e8e0daecd2eae483aca953f7c57e.otf") format("truetype");
}
@font-face {
  font-family: "formular-regular";
  src: url("../font/formular-regular-trial-6fb58105bb50825be09af1a90d9701c5.otf") format("truetype");
}
@font-face {
  font-family: "formular-medium";
  src: url("../font/formular-medium-trial-2e678af22c993d2f11ff309663173946.otf") format("truetype");
}
@import url("reset-15af830d97eaa81f65e778ebe7eb9aef.css");
body {
  margin: 0;
}
/* pour tout les twig*/

html {
  scroll-behavior: smooth;
}

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

/* Nav bar et base twig principale */

main {
  background-image: url("../image/fond-170d79c6d37f4016b6f84a07c44e1670.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 2rem 0;
  height: 65vh;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.gradiant {
  height: 2rem;
  width: 100%;
  background: rgb(242, 11, 13);
  background: linear-gradient(90deg, rgba(242, 11, 13, 1) 20%, rgba(255, 0, 0, 0) 90%);
}

nav {
  background-color: black;
  height: 100%;
  width: 100%;
  border-bottom: 0.35rem solid red;
}

.navigation {
  display: flex;
  align-items: center;
}

.logo {
  width: 40%;
}

.logo img {
  height: 7rem;
  width: 30rem;
  padding: 1rem 0 1rem 3rem;
}

.nav-menu {
  display: flex;
  justify-content: space-around;
  width: 60%;
}

.nav-menu a {
  width: 20%;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "formular-light";
  color: #ffffff;
  padding: 0 1rem 0 1rem;
}

.nav-menu a:nth-child(1),
.nav-menu a:nth-child(2),
.nav-menu a:nth-child(3) {
  border-right: 2px solid white;
}

.nav-menu a:last-child{
  display: flex;
  justify-content: space-around;
}

.nav-menu > a > img{
  height: 2.2rem;
  width: 2.2rem;
  filter: brightness(0) invert(1);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 2.5rem;
  height: 2rem;
  cursor: pointer;
  position: absolute;
  top: 4.5rem;
  right: 2rem;
  z-index: 10;
}

.menu-toggle span {
  height: 0.3rem;
  width: 100%;
  background-color: white;
  border-radius: 0.3rem;
  transition: all 0.3s ease-in-out;
}

.nav-menu {
  display: flex;
  justify-content: space-around;
  width: 60%;
  transition: transform 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .logo{
    width: 100%;
    display: flex;
    margin-left: 5%;
  }
  .navigation{
    flex-direction: column;
  }

  .nav-menu{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .nav-menu a {
    width: 50%;
  }
  .nav-menu a:nth-child(1),
  .nav-menu a:nth-child(2),
  .nav-menu a:nth-child(3) {
    border-right: none;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-menu {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 100%;
    flex-direction: column;
    background-color: black;
    border-top: 0.3rem solid red;
    z-index: 9;
    transform: translateY(-100%);
  }

  .nav-menu a {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid white;
  }

  .nav-menu a:last-child {
    border-bottom: none;
  }

  .nav-menu.active {
    top: 9rem;
    transform: translateY(0);
  }

  .nav-menu.hidden {
    transform: translateY(-100%);
  }

}

/* l'effet de survol des liens
.nav-menu a::before,
.nav-menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    margin-top: 0.5rem;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.nav-menu a::before {
    transform: translateX(-50%);
}

.nav-menu a::after {
    transform: translateX(-50%);
}

.nav-menu a:hover::before,
.nav-menu a:hover::after {
    width: 100%;
}*/

.nav-menu a:hover {
  color: red;
}

/* premier twig home*/

.title-main {
  padding: 14rem 0 0 8rem;
  margin-bottom: 2rem;
}

.title-main > h1,
.title-main > h2 {
  color: white;
  font-size: 6rem;
  margin: 0;
  line-height: 0.9;
}

.title-main h1 {
  font-family: "formular-extralight";
  font-style: italic;
}

.title-main h2 {
  font-family: "formular-medium";
  font-style: italic;
}

main a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  border: 0.2rem solid white;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  margin: 0 0 0 8rem;
  font-family: "formular-light";
}

@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.carousel {
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 0, 2, 1) 0%, rgba(0, 0, 0, 1) 75%);
  height: 7rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.horizontal-scrolling-items {
  display: flex;
  font-size: 40px;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
  font-size: 3rem;
}
.horizontal-scrolling-items__item img {
  padding: 0 1rem 0 1rem;
}

.presentation {
  display: flex;
}

.presentation-img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.presentation-img img {
  width: 80%;
  padding: 0 1.5rem 0 0;
  border-right: 5px solid red;
  height: auto;
}

.presentation-texte {
  width: 50%;
  height: 30rem;
  padding: 3rem 3rem 2rem 0rem;
}

.presentation-texte h2 {
  font-size: 3rem;
  font-family: "formular-medium";
  font-style: italic;
  margin: 1.3rem 0 0 0;
}

.presentation-texte p {
  font-size: 1.5rem;
  font-family: "formular-regular";
  margin: 1.3rem 0 0 0;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .img-pneu {
    width: 4rem;
    height: 4rem;
    margin: 1rem;
  }

  .logo img {
    height: 5rem;
    width: 18rem;
    padding: 1rem 0 1rem 0;
  }

  main {
    height: 70vh;
    background-position: 55%;
  }

  .title-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20rem 0 0 0;
  }

  .title-main > h1,
  .title-main > h2 {
    font-size: 4rem;
  }

  .presentation {
    flex-direction: column;
  }

  .presentation-img img {
    width: 100%;
    padding: 1rem 0 1rem 0;
    border-right: none;
    border-bottom: 5px solid red;
  }

  .presentation-img,
  .presentation-texte {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .presentation-texte h2,
  .presentation-texte p {
    padding: 1rem;
    margin: 0;
  }
}

/* twig dashboard*/

.dashboard {
  display: flex;
  gap: 20px;
  padding: 20px;
  background-color: #f4f4f9;
}

.main-form {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 50%;
}

.current-form {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.main-form button,
.current-form button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.main-form button:hover,
.current-form button:hover {
  background-color: #45a049;
}

.alert-danger {
  color: #f44336;
  background-color: #fdd;
  padding: 10px;
  border-radius: 5px;
}

.uczestniki {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.uczestniki > form {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "formular-regular";
}

.main-form > form > div,
.current-form > form > div,
.car-form > form > div {
  margin: 1rem 0 1rem 0;
  display: flex;
  justify-content: space-between;
}

.car-form{
  padding: 20px;
  margin: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 10rem;
}

.car{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form > div > label {
  font-family: "formular-regular";
}

.form-group {
  flex-direction: column;
}

.uczestniki select,
.uczestniki button {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.uczestniki button {
  background-color: red;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.uczestniki button:hover {
  background-color: red;
}

table {
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

table th {
  background-color: red;
  color: white;
  padding: 12px;
  text-align: center;
}

table td,
table th {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: center;
  width: 5rem;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tr:hover {
  background-color: #ddd;
}

.editable {
  cursor: text;
  transition: background-color 0.3s ease;
}

.editable:focus {
  background-color: #e8f0fe;
  outline: none;
}

.move-up,
.move-down {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
}

.current-table {
  margin-top: 20px;
}

.current-table table {
  margin-top: 10px;
}

.current {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 50%;
}

.tables{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1rem 1rem 6rem 1rem;
}

.tables h2{
    font-family: "formular-medium";
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .dashboard {
    flex-direction: column;
  }

  .main-form,
  .uczestniki,
  .current,
  .tables {
    width: 90%;
  }

  .uczestniki {
    overflow-x: auto;
  }
}

/* twig download */

.downloads-cards {
  background: url("../image/background-downloads-d861651880f203628249358e46d21306.png");
  filter: opacity(0.9);
  background-size: cover;
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  gap: 2rem;
  padding: 3rem 0 3rem 0;
}

.download-card {
  box-shadow: 0 0 1.499rem rgba(0, 0, 0, 0.200000003);
  border-radius: 1.4rem;
  max-height: 28rem;
}

.pic-card {
  position: relative;
}

.pic-card img {
  height: auto;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}

.pic-card h3 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  font-family: "Noto Sans";
}

.pic-card:hover h3 {
  display: block;
}

.pic-card img {
  transition: opacity 0.3s ease;
}

.pic-card:hover img {
  opacity: 0.3;
}

.button-card button,
.button-card a {
  border: none;
  width: 50%;
  height: 3rem;
  font-weight: bold;
  font-size: 1rem;
  font-family: "Noto Sans";
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}

.see-more {
  background-color: #5f626b;
  border-radius: 0 0 0 1rem;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "formular-regular", sans-serif;
  transition: background-color 0.3s ease;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.see-more:hover {
  background-color: #4a4d54;
}

.download {
  text-decoration: none;
  text-align: center;
  align-content: center;
  background-color: #fa0000;
  border-radius: 0 0 1rem 0;
}

.download:hover {
  background-color: #1e1f22;
}

@media only screen and (max-width: 768px) {
  .downloads-cards {
    height: 100%;
    grid-template-columns: 80%;
  }

  .pic-card h3 {
    display: unset;
  }
}

/* login twig */

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem;
}

.login-form {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.login-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  text-align: left;
}

.form-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.form-input:focus {
  border-color: red;
  outline: none;
}

.checkbox {
  text-align: left;
  margin-bottom: 20px;
}

.btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: red;
  color: white;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: red;
}

.logged-in-info {
  font-size: 14px;
  margin-bottom: 20px;
}

.events {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event{
  display: flex;
}

.left-event{
  width: 60%;
}

.right-event{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}

/* twig event form */

.events h1 {
  font-size: 2.4rem;
  font-family: "formular-medium";
}

.form-event {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-event h2 {
  font-size: 2.4rem;
  font-family: "formular-medium";
  margin: 2rem 0 2rem 0;
}

.event-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.input-text {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.submit-button {
  background-color: red;
  border: none;
  color: white;
  padding: 12px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.submit-button:hover {
  background-color: #45a049;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

.submit-button:active {
  background-color: #3e8e41;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transform: translateY(1px);
}

.submit-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.5);
}

.events-list {
  width: 50rem;
  padding: 2rem;
  background-color: #f4f4f9;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  max-width: 50rem;
  display: flex;
}

.events-list_empty {
  width: 100%;
  text-align: center;
  color: #888;
  font-size: 1.2rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  font-family: "formular-light";
}

.events-list_items {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.events-list_item {
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.events-list_item:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.08);
}

.event,
.events-register{
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
  border-left: 0.25rem solid #f20b0d;
  position: relative;
  overflow: hidden;
}

.event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg, rgba(242, 11, 13, 1) 20%, rgba(255, 0, 0, 0) 90%);
}

.event_title {
  font-size: 1.8rem;
  color: #333;
  margin: 0 0 0.75rem;
  font-family: "formular-medium";
  font-style: italic;
}

.event_description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0 0 1rem;
  font-family: "formular-regular";
}

.event_date,
.event_heure{
  font-size: 0.95rem;
  color: #555;
  margin: 0.3rem 0;
  display: flex;
  align-items: center;
  font-family: "formular-light";
}

.event_start-date,
.event_end-entry-date {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.event_start-date::before {
  content: "📅";
  font-size: 1.2rem;
}

.event_end-entry-date {
  font-weight: bold;
  color: #f20b0d;
}

.event_end-entry-date::before {
  content: "🚫";
  font-size: 1.2rem;
}

.event_date-heure{
    display: flex;
}

.event_heure{
  margin-left: 1rem;
}



/* form profile */

.profile{
  background: url("../image/fond_form-596cb68cb8d9af33b963bec5d9a29096.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 30%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25rem;
  padding: 3rem;
  margin: 2rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.form-field input,
.form-field select{
  background: linear-gradient(90deg, rgba(242, 11, 13, 1) 10%, rgba(255, 0, 0, 0) 100%);
}

/* zapisy na eventy*/

.events-register{
  width: 100%;
  background-color: red;
  max-height: 20rem;
}

.inscription{
  text-decoration: none;
  font-family: "formular-regular";
  font-size: 2rem;
  padding: 0.5rem;
  color: white;
  background-color: red;
  border-radius: 1rem;
}

.events-register {
  background-color: #ffffff;
  border: 2px solid #ff0000;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.1);
}

.form-control {
  border: 1px solid #ff0000;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 15px;
  font-size: 16px;
}

.car-select {
  background-color: #fff0f0;
  color: #b30000;
}

.file-input {
  background-color: #ffefef;
  color: #990000;
}

.btn.btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn.btn-primary:hover {
  background-color: #cc0000;
}

.form-control, .btn {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #cc0000;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
  outline: none;
}

.erreur-register {
  color: red;
  font-size: 1.2rem;
  font-family: "formular-medium";
  text-align: center;
}

.info-donate{
  font-family: "formular-light";
}

footer{
  background-color: red;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "formular-light";
  font-size: 1.4rem;
}

.footer-content-1, .footer-content-2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}

.footer-content-1 a, .footer-content-2 a {
  display: flex;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-content-1 > a > img{
  height: 2rem;
  width: 2rem;
}

.footer-content-1 p,
.footer-copyright p{
  text-align: center;
  color: white;
  font-family: 'formular-light';
}

.footer-list ul {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin: 5px 0;
}

.footer-list h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: white;
}

.footer-ligne {
  display: flex;
  align-items: center;
  width: 80%;
  height: 2px;
  background-color: white;
  margin: 1rem 0;
}

.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9em;
}

.footer-copyright a {
  color: white;
  text-decoration: none;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-copyright {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .events-list{
    width: 95%;
  }
}

/* See More Pages */

.see-more-page {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 2rem;
}

.see-more-image {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

.see-more-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.see-more-content {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.see-more-content h1 {
  font-family: "formular-medium", sans-serif;
  font-size: 2.5rem;
  color: #1e1f22;
  margin-bottom: 1.5rem;
  text-align: center;
}

.see-more-description {
  font-family: "formular-regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.see-more-description p {
  margin-bottom: 1.5rem;
}

.see-more-description p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .see-more-page {
    padding: 0 1rem;
    margin: 1rem auto;
  }

  .see-more-content {
    padding: 1.5rem;
  }

  .see-more-content h1 {
    font-size: 2rem;
  }

  .see-more-description {
    font-size: 1rem;
    text-align: left;
  }
}

/* Call to Action Buttons */

.cta-container {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem 0;
}

.cta-button {
  display: inline-block;
  padding: 1.2rem 3rem;
  font-family: "formular-medium", sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #fa0000 0%, #d40000 100%);
  box-shadow: 0 6px 20px rgba(250, 0, 0, 0.4);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(250, 0, 0, 0.6);
  background: linear-gradient(135deg, #ff1a1a 0%, #e60000 100%);
}

.cta-button:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(250, 0, 0, 0.5);
}

.cta-text {
  font-family: "formular-regular", sans-serif;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1rem;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .cta-button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }

  .cta-text {
    font-size: 1rem;
  }
}
