header {
  background-color: rgba(39, 58, 65, 0.1);
}
header h1 {
  font-family: "AdorHairlineExtraBold", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 48px;
  font-weight: bolder !important;
}
header p {
  font-size: 18px;
  color: rgb(88, 88, 88);
  font-weight: 500;
  font-style: normal;
  max-width: 700px;
}

.content {
  line-height: 2;
  padding: 0 2.5rem;
}

.family-memories {
  margin: 5rem 1rem;
}
.family-memories h1 {
  font-family: "AdorHairlineExtraBold", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: bolder !important;
}
.family-memories p {
  font-size: 18px;
  color: rgb(88, 88, 88);
  font-weight: 500;
  font-style: normal;
  max-width: 700px;
}

.occacions {
  margin-top: 7rem;
}
.occacions h2 {
  font-family: "AdorHairlineExtraBold", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: bolder !important;
}
.occacions p {
  font-size: 16px;
  color: rgb(88, 88, 88);
  font-weight: 500;
  font-style: normal;
}

.btn-custom {
  background-color: rgb(216, 162, 47);
  color: rgb(248, 247, 247);
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
}

.photo-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.photo-card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.photo-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.photo-title {
  font-size: 25px !important;
  font-weight: 400;
  color: rgb(39, 58, 65) !important;
}

.photo-date {
  font-size: 16px;
  color: rgb(123, 123, 123) !important;
}

.body {
  padding: 30px;
}

.blogs {
  margin-top: 7rem;
}
.blogs h2 {
  font-family: "AdorHairlineExtraBold", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: bolder !important;
}
.blogs h5 {
  font-family: "AdorHairlineExtraBold", sans-serif !important;
  color: rgb(39, 58, 65);
  font-size: 22px;
  font-weight: 500 !important;
}
.blogs p {
  font-size: 16px;
  color: rgb(88, 88, 88);
  font-weight: 500;
  font-style: normal;
  max-width: 700px;
}
.blogs h1 {
  font-family: "AdorHairlineExtraBold", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: bolder !important;
}

#map {
  height: 600px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.map {
  margin: 10rem 1.5rem;
}

.contact-box {
  background-color: rgb(39, 58, 65);
  color: white;
  padding: 50px;
  border-radius: 12px;
}
.contact-box h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.contact-box p {
  font-size: 16px;
  color: white;
  font-weight: 500;
  font-style: normal;
  max-width: 700px;
}

.contact h4 {
  font-family: "AdorHairlineExtraBold", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: bolder !important;
}
.contact p {
  font-size: 16px;
  color: rgb(88, 88, 88);
  font-weight: 500;
  font-style: normal;
  max-width: 700px;
}

.form-control,
.form-select {
  background-color: #f1f1f1;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.95rem;
}

.custom-select {
  padding-right: 2.5rem;
  background-position: left 0.75rem center;
  background-size: 16px 16px;
}

[dir=rtl] .custom-select {
  background-position: left 1rem center;
  padding-right: 2.5rem;
}

.hero {
  position: relative;
  background: url("../../images/1e62528a145e980386e7758f8a281587e5714810.jpg") center bottom/cover no-repeat;
  color: white;
  text-align: center;
  padding: 150px 20px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero h1,
.hero p,
.hero a {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 3rem;
  color: rgb(248, 247, 247);
  font-family: "AdorHairlineExtraBold", sans-serif !important;
  font-weight: bolder !important;
  margin-bottom: 2rem;
}
.hero p {
  font-size: 1.1rem;
  font-family: "AdorHairlineExtraBold", sans-serif !important;
  font-weight: bolder !important;
  margin-bottom: 2rem;
  color: rgb(248, 247, 247);
}

.btn-gold {
  background-color: #d5a94e;
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  border: none;
}
.btn-gold:hover {
  background-color: #c2983c;
}

footer {
  padding: 70px 20px 20px;
  direction: ltr;
  text-align: end;
}

.footer-column h6 {
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: rgb(39, 58, 65);
  font-size: 20px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 10px;
}
.footer-column ul li a {
  text-decoration: none;
  color: rgb(156, 156, 156);
  font-size: 16px;
}
.footer-column ul li a:hover {
  text-decoration: underline;
}

.social-icons img {
  margin-left: 10px;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.success-message {
  display: none;
  text-align: center;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 15px;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.success-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 20px;
}

.success-message h2 {
  color: #28a745;
  margin-bottom: 15px;
}
.success-message p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.btn-back {
  display: inline-block;
  background: #4a6fa5;
  color: white;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s;
}
.btn-back:hover {
  background: #3a5a80;
}

#after {
  display: none;
}

.card-img-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 200px;
  object-fit: cover;
}
