.formal-font, .formal-font * {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
}

* {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
}

.default-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px;
}

.hero-text {
    top: 60%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
}

.btn-one {
    background-color: white;
    color: black;
    font-family: "Noto Serif KR", serif;
    padding: 15px;
    min-width: 250px;
    transition: border-color 0.2s ease-in-out, 
                box-shadow 0.2s ease-in-out, 
                color 0.2s ease-in-out;
}

.btn-one:focus {
    border-color: #ffbf00; /* Gold outline */
    box-shadow: 0 0 0 0.2rem rgba(255, 191, 0, 0.5); /* Gold glow effect */
    outline: none; /* Remove default outline */
}

.btn-one:active {
    border-color: #0056b3; /* Darker blue border */
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); /* Blue glow effect */
    outline: none;
}

.white-flower {
    width: 300px;
    margin: 0 auto;
}

.instant-photo {
    padding: 20px;
    box-shadow: 1px 1px 23px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 23px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 23px -8px rgba(0,0,0,0.75);
}

#servicios {
    background-color: #faf7f2;
}

.package {
    background-color: white;
    border-radius: 20px;
    box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
    overflow: hidden;
}

.package .package-content {
    padding: 20px;
}

.package-content .service i {
    font-size: 9px;
    color: #afafaf;
}

.package-content p {
    color: #afafaf;
    font-size: 14px;
}

.package .service.included p {
    color: black;
}

.package .service.included i {
    color: #00b090;
    font-size: 12px;
}

.package .package-header {
    padding: 20px;
}

.package-price-container {
    padding: 0 20px;
}

.package-price {
    border-bottom: 1px solid #c5c5c5;
    padding: 20px 0;
}

.golden {
    background-color: #d4af37;
}

#contacto .wpforms-submit {
    height: 50px;
    background-color: #e6d8c7;
    color: black;
    font-family: "Noto Serif KR", serif;
    padding: 15px;
    min-width: 250px;
    transition: border-color 0.2s ease-in-out, 
                box-shadow 0.2s ease-in-out, 
                color 0.2s ease-in-out;
}

.modal-dialog {
    max-width: 1200px;
}

@media only screen and (max-width: 1225px) {
}

@media only screen and (max-width: 625px) {
}

@media only screen and (max-width: 400px) {
}