*,
*::before,
*::after {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    background-color: #fff0f5;
    color: #333333;
    line-height: 1.6;
}

header {
    background-color: #ffb6c1;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 10px;
    gap: 1rem;
    text-align: center;
}

nav ul li {
    margin: 0 15px;
}
nav ul li a {
    color: #008080;
    text-decoration: none;
    font-weight: 700;
}

nav ul li a:hover {
    color: #ffffff;
    transition: 1000ms color ease;
    transform: translate(-5px);
    display: inline-block;
}

.welcome {
    background-color: #fffafc;
    padding: 40px 20px;
    text-align: center;
    color: #008080;
}

.welcome h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.cta-item {
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 30px 20px;
    background-color: #ffb6c1;
    border-radius: 15px;
    box-shadow: 0 2px 8px #0000001a;
    color: rgb(255, 255, 255);
}

.cta-item:hover {
    box-shadow: #a0e7e5 -5px 5px, #40e0d0 -10px 10px, #22c7bf -15px 15px;
    /* position: relative;
    top: -5px; 
    left: 5px; */
    transform: translate(5px, -5px);
    transition: 1000ms all ease;
}

.cta {
    display: grid;
    gap: 20px;
    padding: 25px;
}

footer {
   .footer {
  background: linear-gradient(135deg, #ffe3ec, #ffc9dc);
  border: 1px solid #f89fb3;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}
  }

  .footer-box{
    background-color: white;
  padding: 16px 24px;
  max-width: 500px;
  margin: 0 auto; /* This is the key for horizontal centering */
  margin-bottom: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: block; /* Changed from inline-block to block */
  text-align: center; /* optional: center the text inside */
}
  
.your-footer-class {
  border: 1px solid #f4cbd1; /* or whatever matches the background */
  box-shadow: none;
  outline: none;
}

h2 {
    text-align: center;
    padding-bottom: 5px;
}

.calendar-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #fff0f5;
    border-radius: 12px;
    box-shadow: #ffd6dc 5px 5px, #ffb6c1 10px 10px, #e59ba8 15px 15px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#monthYear {
    font-size: 1.3rem;
    font-weight: bold;
}

.weekdays,
.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

.weekdays {
    font-weight: bold;
    color: #d63384;
}

.days div {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    transition: 0.2s;
    cursor: pointer;
}

.days div:hover {
    background: #D0A8B8;
}

body {
    background-image: url('../img/background.png'); /* Adjust path if needed */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; /* Optional: makes background stay still */
    font-family: Arial, sans-serif;
  }

  .main-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
  }

  body {
    background-image: url('../img/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
  }

  main {
    background: transparent; /* or soft semi-transparent box */
  }

  .cta-item {
    background-color: rgba(255, 182, 193, 0.9);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
  }
  
  .cta-item:hover {
    transform: translateY(-5px);
  }

  body {
    font-family: 'Poppins', sans-serif;
  }

  .pretty-box {
    background: linear-gradient(to right, #ffe0ec, #fad0c4);
    padding: 24px;
    border-radius: 20px;
    max-width: 550px;
    margin: 20px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.2s ease;
  }
  
  .pretty-box:hover {
    transform: translateY(-5px);
  }
  
  .pretty-box h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #4a4a4a;
  }
  
  .pretty-box p {
    margin: 0;
    font-size: 1rem;
    color: #5a5a5a;
  }
  
  .icon {
    margin-right: 8px;
  }

  .pretty-box {
    background: linear-gradient(to right, #ffe0ec, #fad0c4);
    padding: 24px;
    border-radius: 20px;
    max-width: 550px;
    margin: 20px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    text-align: left;
    border: 2px solid #f7a6b5; /* soft pink border */
  }

.decorated-box {
  background: linear-gradient(135deg, #fff0f5, #ffe6ec);
  padding: 30px;
  border-radius: 25px;
  max-width: 650px;
  margin: 30px auto;
  text-align: center;
  border: 2px solid #f7a6b5;
  box-shadow: 0 8px 24px rgba(247, 166, 181, 0.3);
  font-family: 'Segoe UI', sans-serif;
  color: #4a4a4a;
  position: relative;
}

.welcome {
  background-color: transparent;
}

.cta-item {
  background-color: transparent;
}

.decorated-box {
  background-color: rgba(255, 192, 203, 0.3); /* light pink, semi-transparent */
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  backdrop-filter: blur(4px); /* optional, for a soft blur effect */
}
