@charset "UTF-8";
@font-face {
  font-family: "Andrea Bilarosa";
  src: url("https://dl.dropboxusercontent.com/scl/fi/j44mloywhovdx4mdmleof/Andrea-Bellarosa-1.ttf?rlkey=cbkuhkqkiqa9s0m0gzpa6g5g6&st=ule5umw4") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  background-color: #ffeaf0;
}

.hero {
  max-width: 3000px;
  border: 1px solid #ea9fc0;
  margin: 0 50px 50px 50px;
  border-radius: 20px;
}
.hero .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.hero .main-img-block {
  position: relative;
}
.hero .container-box-flower {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-direction: row;
}
.hero .tooltip {
  position: absolute;
  top: 25%;
  left: 80%;
  transform: translate(-50%, -120%);
  color: #333;
  padding: 8px 16px;
  font-size: 1rem;
  z-index: 10;
  white-space: nowrap;
}
.hero .clickable-flower {
  position: absolute;
  top: 18%;
  right: 40%;
  left: 44%;
  max-width: 100%;
  width: 115px;
  height: 115px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 10;
}
.hero .clickable-flower:hover {
  transform: scale(1.1);
}

.flower-nav {
  width: 80%;
  height: 80%;
  animation: spin 4s linear infinite;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  margin: 100px 0 0 100px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flower-nav:hover {
  animation-play-state: paused;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
  flex-direction: center;
  padding: 40px 50px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-container .nav-links a {
  color: #333;
  text-decoration: none !important;
  list-style: none !important;
  font-size: 1.25rem;
  font-family: "abril-fatface";
  margin: 0 15px;
}
.nav-container .nav-links a:hover {
  color: #5b5b5b;
}

img {
  max-width: 100%;
}

video {
  width: 100%;
}

.some {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 10;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.some a {
  color: #333;
  text-decoration: none;
}
.some a:hover {
  color: #393838;
  transform: scale(1.4);
}

.container-box-text {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 0;
  flex-direction: column;
  margin: 100px 100px 100px 0;
  padding: 40px;
  text-align: left;
  border-radius: 20px;
}
.container-box-text .paragraph-22 {
  font-family: "cantarell";
  font-size: 1.375rem;
  color: #333;
  line-height: normal;
  list-style: none;
}
.container-box-text .h1-3 {
  font-family: "abril-fatface";
  font-size: 2.25rem;
  color: #333;
}

.signature {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 100px;
}
.signature .signature-font {
  font-family: "andrea bilarosa";
  font-size: 2rem;
  color: #333;
}
.signature .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  font-weight: bold;
}

.links-ul {
  list-style: none;
  padding: 0;
  margin: 100px 0;
}
.links-ul a.h1b {
  color: #333;
  text-decoration: none;
  font-size: 5.5rem;
  font-family: "abril-fatface";
}
.links-ul a.h1b:hover {
  color: #5b5b5b;
  transform: scale(1.3);
}
.links-ul .link-line {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin: 10px 0 10px 0;
}

.container-about-visual {
  display: grid;
  grid-template-columns: 2fr 100px 1fr;
  gap: 0;
}
.container-about-visual img {
  grid-area: 1/1/2/2;
}
.container-about-visual div {
  grid-area: 1/2/2/3;
}
.container-about-visual h1 {
  grid-area: 1/2/2/4;
}
.container-about-visual .about-img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
.container-about-visual .pink-square {
  width: 100px;
  background-color: #ea9fc0;
}
.container-about-visual .h1b-h1 {
  font-family: "abril-fatface";
  font-size: 7.5rem;
  color: #333;
  position: relative;
  margin-top: 200px;
  margin-right: 20px;
}

.container-about-text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 50px;
}
.container-about-text .h1-3 {
  font-family: "abril-fatface";
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 20px;
}
.container-about-text .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
}

.review-section {
  border: 1px solid #ea9fc0;
  border-radius: 10px;
  margin: 100px 150px;
  padding: 100px 40px;
  position: relative;
}
.review-section .review-title {
  font-size: 3rem;
  text-decoration: overline;
  position: absolute;
  top: 0; /* Adjust this value to position the title above the section */
  left: 10;
}
.review-section .review-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  position: relative;
  margin-top: 20px;
}
.review-section .review-imgs {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.review-section .arrow-r {
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}
.review-section .arrow-r:hover {
  color: #5b5b5b;
  transform: scale(1.2);
}
.review-section .review-p {
  font-size: 1.375rem;
  font-family: "cantarell";
}
.review-section .signature-r {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 10px;
  position: absolute;
  bottom: 50px; /* Adjust this value to position the signature below the section */
  right: 100px;
}
.review-section .signature-font {
  font-family: "andrea bilarosa";
  font-size: 2rem;
  color: #333;
}
.review-section .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
}

.text-container {
  display: grid;
  grid-template-columns: 0.2fr 1fr 0.5fr 1.5fr;
  gap: 0;
  text-align: left;
  margin: 100px 100px;
}
.text-container h1 {
  font-family: "abril-fatface";
  font-size: 4rem;
  color: #333;
  margin-bottom: 20px;
}
.text-container .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 500px;
}
.text-container .paragraph-24 span {
  font-weight: bold;
}

.line {
  display: block;
  width: medium;
  height: 2px;
  background-color: #333;
  margin: 40px 90px;
}

.text-block1 {
  display: grid;
  grid-template-columns: 0.2fr 1fr 0.5fr 1fr;
  gap: 0;
  text-align: left;
  margin: 100px 100px;
}
.text-block1 .h1-1 {
  font-family: "abril-fatface";
  font-size: 4rem;
  color: #333;
  margin-bottom: 20px;
}
.text-block1 .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 400px;
}
.text-block1 li {
  border: 1px solid #ea9fc0;
  border-radius: 10px;
  width: 50%;
  padding: 10px;
  margin: 8px 0;
  font-family: "cantarell";
}

.h1-1-title {
  font-family: "abril-fatface";
  font-size: 4rem;
  color: #333;
  margin-bottom: 20px;
  margin: 20px 0 20px 100px;
}

.paragraph-24-subtitle {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 400px;
  margin: 50px 100px;
}

.process-content {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 0;
  text-align: left;
  margin: 100px 100px;
}
.process-content .h1-2 {
  font-family: "abril-fatface";
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 20px;
  margin-top: 70px;
}
.process-content .h1-2-first-title {
  font-family: "abril-fatface";
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 20px;
  margin-top: 30px;
}
.process-content .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 100px;
  max-width: 400px;
}
.process-content img {
  width: 400px;
  height: auto;
  margin-top: 20px;
}
.process-content video {
  width: 400px;
  height: auto;
  margin-top: 20px;
}
.process-content .grid-flower-scroll img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.process-content .vertical-line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ea9fc0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.process-content .grid-flower-scroll {
  position: relative;
}
.process-content .grid-3 {
  text-align: right;
}
.process-content .grid-3 .h1-2 {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  max-width: 400px;
}
.process-content .grid-3 .paragraph-24 {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

.text-block2 {
  display: grid;
  grid-template-columns: 0.2fr 0.5fr 0.5fr 1fr;
  gap: 0;
  text-align: left;
  margin: 100px 100px;
}
.text-block2 .h1-1 {
  font-family: "abril-fatface";
  font-size: 4rem;
  color: #333;
  margin-bottom: 20px;
}
.text-block2 .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 400px;
}
.text-block2 li {
  border: 1px solid #ea9fc0;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  font-family: "cantarell";
}

.text-block3 {
  display: grid;
  grid-template-columns: 0.2fr 0.5fr 0.6fr 1fr;
  gap: 0;
  text-align: left;
  margin: 100px 100px;
}
.text-block3 .h1-1 {
  font-family: "abril-fatface";
  font-size: 4rem;
  color: #333;
  margin-bottom: 20px;
}
.text-block3 .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 400px;
}
.text-block3 li {
  border: 1px solid #ea9fc0;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  font-family: "cantarell";
}

.img-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
.img-gallery .img-row {
  display: flex;
  gap: 0;
  width: 100%;
}
.img-gallery .img-row img {
  width: 50%;
  height: auto;
}
.img-gallery img {
  width: 100%;
  height: auto;
}

.text-block4 {
  display: grid;
  grid-template-columns: 0.2fr 0.5fr 0.6fr 1fr;
  gap: 0;
  text-align: left;
  margin: 100px 100px;
}
.text-block4 .h1-1 {
  font-family: "abril-fatface";
  font-size: 4rem;
  color: #333;
  margin-bottom: 20px;
}
.text-block4 .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 400px;
}

.text-block5 {
  display: grid;
  grid-template-columns: 0.2fr 0.5fr 0.2fr 1fr;
  gap: 0;
  text-align: left;
  margin: 100px 100px;
}
.text-block5 .h1-1 {
  font-family: "abril-fatface";
  font-size: 4rem;
  color: #333;
  margin-bottom: 20px;
}
.text-block5 a {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 400px;
}
.text-block5 a:hover {
  color: #5b5b5b;
  transform: scale(1.1);
}

.final-img {
  width: 80%;
  height: auto;
}

.contact-form-section {
  border: 1px solid #ea9fc0;
  border-radius: 10px;
  margin: 50px 20px;
  padding: 100px 100px;
  position: relative;
}
.contact-form-section .contact-title {
  font-size: 3rem;
  text-decoration: overline;
  position: absolute;
  top: 0; /* Adjust this value to position the title above the section */
  left: 6px;
}
.contact-form-section .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  margin-bottom: 90px;
  text-align: center;
}
.contact-form-section .contact-form label,
.contact-form-section .contact-form input,
.contact-form-section .contact-form textarea {
  display: block;
  width: 100%;
}
.contact-form-section .contact-form label {
  margin: 8px;
  font-family: "cantarell";
}
.contact-form-section .contact-form input,
.contact-form-section .contact-form textarea {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ea9fc0;
  border-radius: 5px;
  font-family: "cantarell";
  color: #333;
  background-color: #ffeaf0;
}
.contact-form-section .contact-form input:focus,
.contact-form-section .contact-form textarea:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 5px rgba(73, 73, 73, 0.5);
}
.contact-form-section .contact-form textarea {
  resize: vertical;
  min-height: 150px;
}
.contact-form-section .contact-form placeholder {
  color: #333;
  opacity: 0.7;
  font-family: "cantarell";
}
.contact-form-section .btn-form {
  width: 100%;
  height: 50px;
  background-color: #ea9fc0;
  color: #333;
  border: none;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 1rem;
  font-family: "cantarell";
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-form-section .btn-form:hover {
  background-color: #ffeaf0;
  border: 1px solid #333;
}
.contact-form-section .service-selection {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border: none;
  gap: 30px;
}
.contact-form-section .checkbox-group1,
.contact-form-section .checkbox-group2 {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contact-form-section .checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  padding: 12px 16px;
  border: 1px solid #ea9fc0;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: transparent;
}
.contact-form-section .checkbox-label:hover {
  background-color: rgba(234, 159, 192, 0.1);
}
.contact-form-section .checkbox-label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ea9fc0;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.contact-form-section .checkbox-label input[type=checkbox]:checked::after {
  content: "✓";
  color: #333;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-section .checkbox-label input[type=checkbox]:focus {
  outline: 2px solid rgba(234, 159, 192, 0.3);
  outline-offset: 2px;
}
.contact-form-section .checkbox-label:has(input:checked) {
  background-color: rgba(234, 159, 192, 0.15);
}

.art-shop-h1 {
  font-size: 3rem;
  text-decoration: overline;
  margin: 50px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.gallery-grid .gallery-item {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.gallery-grid img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: all 150ms ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.gallery-grid img:hover {
  transform: scale(1.05);
}
.gallery-grid h2 {
  font-family: "abril-fatface";
  font-size: 1.5rem;
  color: #333;
}
.gallery-grid p {
  font-family: "cantarell";
  color: #333;
}
.gallery-grid .buy-link {
  font-family: "cantarell";
  color: #333;
  text-decoration: none;
}
.gallery-grid .buy-link:hover {
  color: #5b5b5b;
}
.gallery-grid .gallery-item-text {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 0;
  flex-direction: column;
  margin-top: 10px;
}

.container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.container-grid .grid-item {
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 15px;
}
.container-grid .grid-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.container-grid .overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: 0;
  gap: 10px;
  flex-direction: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.container-grid .overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-grid .grid-item:hover .overlay {
  opacity: 1;
}

.big-heading {
  font-size: 3rem;
  text-decoration: overline;
  margin: 50px 20px;
}

.rotating-symbol {
  width: 300px;
  height: 300px;
  animation: spin 4s linear infinite;
  display: block;
  margin: 20px auto 50px auto;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.subheading-as-p {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 100;
}

.arrow-down {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  color: #333;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.grid-container-case-studies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 50px 100px;
}
.grid-container-case-studies .grid-item-case-studies {
  border: 1px solid #ea9fc0;
  border-radius: 10px;
  height: auto;
  max-height: 650px;
  padding-bottom: 40px;
}
.grid-container-case-studies .grid-item-case-studies img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.grid-container-case-studies h2 {
  font-family: "abril-fatface";
  font-size: 1.5rem;
  color: #333;
  margin: 15px 60px 0 60px;
}
.grid-container-case-studies p {
  font-family: "cantarell";
  color: #333;
  margin: 0 60px;
}
.grid-container-case-studies .case-study-link {
  font-family: "cantarell";
  color: #333;
  text-decoration: none;
  margin: 0 60px;
  display: inline-block;
}
.grid-container-case-studies .case-study-link:hover {
  color: #5b5b5b;
  transform: scale(1.1);
}

.date-right {
  display: block;
  text-align: right;
  font-family: "cantarell";
  margin-right: 20px;
}

.text-box-container {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 0;
  flex-direction: column;
  margin: 50px 100px;
}
.text-box-container .h1-2 {
  font-family: "abril-fatface";
  font-size: 2.25rem;
  color: #333;
  margin-bottom: 20px;
}
.text-box-container .paragraph-24 {
  font-family: "cantarell";
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
  list-style: none;
  max-width: 600px;
}

.h1-2-section2 {
  font-family: "abril-fatface";
  font-size: 2.25rem;
  color: #333;
  margin: 100px 100px 20px 100px;
}

.icon-tools {
  display: flex;
  justify-content: flex-start;
  align-items: space-evenly;
  gap: 10px;
  flex-direction: row;
  margin: 50px 200px 100px 100px;
}
.icon-tools .document-icon {
  width: 100px;
  height: 100px;
  transition: transform 0.3s ease;
}
.icon-tools .document-icon:hover {
  transform: scale(1.1);
}

.footer-container {
  display: flex;
  justify-content: space-evenly;
  align-items: 0;
  gap: 10px;
  flex-direction: row;
  position: relative; /* Allows absolute positioning of scroll logo */
  border: 1px solid #ea9fc0;
  border-radius: 20px;
  margin: 300px 60px 20px 60px;
  padding: 70px;
  font-size: 0.9rem;
  color: #333;
}
.footer-container .h1-4f {
  font-family: "cantarell";
  font-size: 1.375rem;
  color: #333;
}
.footer-container .footer-links a {
  color: #333;
  text-decoration: none !important;
  list-style: none !important;
  font-size: 1rem;
  font-family: "cantarell";
  display: flex;
  flex-direction: column;
}
.footer-container .footer-links a:hover {
  color: #5b5b5b;
}
.footer-container .btn-footer {
  width: 150px;
  height: 40px;
  background-color: #ea9fc0;
  color: #333;
  border: none;
  margin-top: 40px;
  border-radius: 10px;
  font-size: 1rem;
  font-family: "cantarell";
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer-container .btn-footer:hover {
  background-color: #ffeaf0;
  border: 1px solid #333;
}
.footer-container .some-footer {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}
.footer-container .some-footer a {
  color: #333;
  text-decoration: none;
}
.footer-container .some-footer a:hover {
  color: #393838;
  transform: scale(1.4);
}

.scroll-logo-flower {
  position: absolute;
  top: -80px; /* Positions logo above the border */
  left: 50%;
  transform: translateX(-50%); /* Centers horizontally */
  z-index: 10; /* Ensures logo appears above other elements */
}
.scroll-logo-flower a {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.scroll-logo-flower a:hover {
  transform: scale(1.1);
}

.scroll-logo-img {
  width: 130px;
  height: 130px;
  animation: spin 4s linear infinite;
  max-width: 100%;
  margin-top: 0.6rem;
  cursor: pointer;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.made-by {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .nav-links {
    display: none !important;
  }
  .burger-menu {
    display: flex !important;
    position: absolute;
    top: 30px;
    right: 20px;
    justify-content: flex-end;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    transition: opacity 0.3s ease;
  }
  .burger-menu:focus {
    outline: 2px solid rgba(234, 159, 192, 0.8);
    outline-offset: 3px;
    border-radius: 4px;
  }
  .burger-menu.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: right 0.3s ease-in-out, background-color 0.8s ease 1s;
    padding: 80px 40px 40px 40px;
    overflow-y: auto;
  }
  .mobile-menu.active {
    right: 0;
    background-color: #ffeaf0;
  }
  .mobile-menu-close {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
    color: #333;
  }
  .mobile-menu-close:focus {
    outline: 2px solid rgba(234, 159, 192, 0.8);
    outline-offset: 3px;
    border-radius: 4px;
  }
  .mobile-menu-close:hover {
    color: #5b5b5b;
  }
  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50%;
    gap: 0;
    opacity: 0;
    transition: opacity 0.5s ease 0.5s;
  }
  .mobile-menu-links a {
    color: #333;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: "abril-fatface";
    padding: 15px 0;
    transition: all 0.3s ease;
  }
  .mobile-menu-links a:hover {
    color: #5b5b5b;
    padding-left: 10px;
    border-bottom: 1px solid #ea9fc0;
  }
  .mobile-menu.active .mobile-menu-links {
    opacity: 1;
  }
  .some {
    position: fixed !important;
    bottom: 20px !important;
    top: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 !important;
    padding: 15px 20px !important;
    gap: 15px !important;
    background-color: rgba(255, 234, 240, 0.95) !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    z-index: 900 !important;
  }
  .clickable-flower,
  .tooltip {
    display: none !important;
  }
  .h1-3 {
    margin-top: 20px !important;
  }
  .h1-2-section2 {
    margin: 100px 20px 20px 20px !important;
  }
  .icon-tools {
    flex-wrap: wrap;
    margin: 20px 20px 50px 20px !important;
    padding: 0 !important;
    gap: 10px !important;
  }
  .icon-tools .document-icon {
    width: calc(15% - 10px) !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    flex: 0 0 calc(15% - 10px) !important;
    max-width: calc(15% - 10px) !important;
  }
  .text-box-container {
    margin: 50px 20px !important;
  }
  .text-box-container .paragraph-24 {
    font-size: 1.2rem !important;
  }
  .hero .grid,
  .container-about-text,
  .text-container,
  .text-block1,
  .text-block2,
  .text-block3,
  .text-block4,
  .text-block5,
  .process-content,
  .gallery-grid,
  .container-grid,
  .grid-container-case-studies,
  .container-about-visual {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .container-box-text,
  .text-container,
  .text-block1,
  .text-block2,
  .text-block3,
  .text-block4,
  .text-block5,
  .process-content,
  .text-box-container,
  .grid-container-case-studies {
    margin: 50px 20px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 150px 20px 20px 20px;
    padding: 40px 20px;
    text-align: center;
  }
  .footer-container .h1-4f {
    display: none !important;
  }
  .footer-container .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .footer-container .some-footer {
    justify-content: center;
  }
  .review-section {
    margin: 50px 20px;
    padding: 40px 20px;
  }
  .review-section .review-title {
    position: absolute;
    text-align: left;
    top: 0;
    left: 10px;
    font-size: 1.5rem;
  }
  .review-section .review-content {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
  .review-section .review-imgs {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .review-section .review-p {
    font-size: 1rem;
    text-align: center;
    padding: 0 10px;
  }
  .review-section .review-p br {
    display: none; /* Remove line breaks on mobile for better flow */
  }
  .review-section .arrow-r {
    font-size: 1.5rem;
    padding: 10px;
  }
  .review-section .arrow-r:first-child {
    order: -1; /* Move first arrow above image */
  }
  .review-section .arrow-r:last-child {
    order: 1; /* Keep last arrow at bottom */
  }
  .review-section .signature-r {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    margin-top: 20px;
  }
  .contact-form-section {
    margin: 50px 20px;
    padding: 50px 20px;
  }
  .contact-intro {
    text-align: center;
    margin-top: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-selection {
    flex-direction: column !important;
    gap: 15px;
  }
  .img-row {
    flex-direction: column !important;
  }
  .img-row img {
    width: 100% !important;
  }
  .container-about-visual img {
    grid-area: auto !important;
  }
  .container-about-visual div {
    grid-area: auto !important;
  }
  .container-about-visual h1 {
    grid-area: auto !important;
  }
  .container-about-visual .pink-square {
    display: none;
  }
  .container-about-visual .h1b-h1 {
    margin-top: 20px;
    margin-right: 0;
    font-size: 5rem;
  }
  .container-about-visual .about-img {
    width: 100%;
    display: block;
  }
  .links-ul a.h1b {
    font-size: 5rem;
  }
  .big-heading {
    text-decoration: none !important;
    font-size: 2rem;
    text-align: center;
    margin: 30px auto 20px;
  }
  .rotating-symbol {
    display: block;
    width: 200px;
    height: 200px;
    margin: 20px auto;
  }
  .grid-flower-scroll {
    display: none !important;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  main > img {
    margin: 30px auto !important;
  }
  .line {
    margin: 30px auto !important;
  }
  .text-container .h1-1,
  .text-block1 .h1-1,
  .text-block2 .h1-1,
  .text-block3 .h1-1,
  .text-block4 .h1-1,
  .text-block5 .h1-1 {
    font-size: 2rem !important;
    text-align: center;
    margin: 30px auto !important;
    line-height: 1.2;
  }
  .h1-1-title {
    font-size: 1.8rem !important;
    text-align: center;
    margin: 30px auto !important;
    line-height: 1.3;
  }
  .text-container .h1-2,
  .text-block1 .h1-2,
  .text-block2 .h1-2,
  .text-block3 .h1-2,
  .text-block4 .h1-2,
  .text-block5 .h1-2,
  .process-content .h1-2,
  .process-content .h1-2-first-title {
    font-size: 1.4rem !important;
    text-align: center;
    margin: 30px auto !important;
    line-height: 1.3;
  }
  .text-container .paragraph-24,
  .text-block1 .paragraph-24,
  .text-block2 .paragraph-24,
  .text-block3 .paragraph-24,
  .text-block4 .paragraph-24,
  .text-block5 .paragraph-24,
  .process-content .paragraph-24 {
    font-size: 1rem !important;
    text-align: center;
    max-width: 90%;
    margin: 30px auto !important;
    line-height: 1.7;
    padding: 0 15px;
  }
  .text-block1 li.paragraph-24,
  .text-block2 li.paragraph-24,
  .text-block3 li.paragraph-24,
  .text-block4 li.paragraph-24,
  .text-block5 li.paragraph-24 {
    font-size: 1rem !important;
    text-align: center;
    list-style-position: inside;
    margin: 30px auto !important;
    line-height: 1.6;
  }
  .text-container,
  .text-block1,
  .text-block2,
  .text-block3,
  .text-block4,
  .text-block5 {
    padding: 20px;
    margin: 30px auto !important;
  }
  .text-container .h1-1,
  .text-block1 .h1-1,
  .text-block2 .h1-1,
  .text-block3 .h1-1,
  .text-block4 .h1-1,
  .text-block5 .h1-1 {
    font-size: 2rem !important;
    margin: 30px auto !important;
  }
  .text-container .paragraph-24,
  .text-block1 .paragraph-24,
  .text-block2 .paragraph-24,
  .text-block3 .paragraph-24,
  .text-block4 .paragraph-24,
  .text-block5 .paragraph-24 {
    font-size: 1rem !important;
    max-width: 90%;
    margin: 30px auto !important;
  }
  .process-content {
    margin: 30px auto !important;
  }
  .process-content .grid-1 {
    padding: 20px;
    text-align: center;
    margin: 30px auto 0 auto !important;
    margin-bottom: 0 !important;
  }
  .process-content .grid-1 .h1-2-first-title,
  .process-content .grid-1 .h1-2 {
    font-size: 1.4rem !important;
    text-align: center !important;
    margin: 30px auto !important;
  }
  .process-content .grid-1 .paragraph-24 {
    font-size: 1rem !important;
    text-align: center !important;
    max-width: 90%;
    margin: 30px auto !important;
  }
  .process-content .grid-1 img,
  .process-content .grid-1 video {
    display: block;
    margin: 30px auto !important;
  }
  .process-content .grid-3 {
    padding: 20px;
    text-align: center;
    margin: 0 auto 30px auto !important;
    margin-top: 0 !important;
  }
  .process-content .grid-3 .h1-2-first-title,
  .process-content .grid-3 .h1-2 {
    font-size: 1.4rem !important;
    text-align: center !important;
    margin: 30px auto !important;
  }
  .process-content .grid-3 .paragraph-24 {
    font-size: 1rem !important;
    text-align: center !important;
    max-width: 90%;
    margin: 30px auto !important;
  }
  .process-content .grid-3 img,
  .process-content .grid-3 video {
    display: block;
    margin: 30px auto !important;
  }
  .img-gallery {
    margin: 30px auto !important;
  }
  .img-gallery .img-row img {
    margin: 30px auto !important;
  }
  .text-block5 {
    text-align: center;
  }
  .text-block5 .text-content6 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text-block5 .text-content6 .h1-1 {
    text-align: center;
    margin: 30px auto !important;
  }
  .text-block5 .text-content6 a {
    display: inline-block;
    text-align: center;
    margin: 30px auto !important;
  }
  .text-block5 .text-content6 .final-img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 30px auto !important;
  }
}
@media (max-width: 1023px) {
  div:empty:not(.line):not([class]) {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .burger-menu {
    display: none !important;
  }
  .mobile-menu {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */