body {
    background-image: linear-gradient(to top, #ecedee 0%, #eceeef 75%, #e7e8e9 100%);
    min-height: 100vh;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 60px 0;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 0rem !important;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container h4 {
    text-align: center;
    padding-bottom: 1.5rem;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 1rem auto;
    font-size: 18px;
    line-height: 1.5;
}

.list-title {
    text-align: center;
    max-width: 800px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.list-title2 {
    text-align: left;
    max-width: 800px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
    .icon-list2 {
        text-align: center !important;
    }
}

@media screen and (max-width: 575px) {
    .list-title2 {
        text-align: center;
    }
}

.list-item {
    font-size: 16px;
    line-height: 1.5; 
    margin-bottom: 0px;
}

.tz-gallery {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.back {
    padding-top: 3rem;
    padding-left: 3rem;
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

.content {
    text-align: center;
}

.button {
    color: black;
    padding: 1.5rem;
    padding-bottom: 2.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .img-fluid {
        max-width: 100%;
        height: auto;
        padding-bottom: 3rem;
    }
}

.col-sm-6 {
    text-align: center;
}

.col-sm-4 {
    text-align: center;
}

.col-sm-3 {
    text-align: center;
}

.icon-list ul {
    list-style-position: inside;
    list-style-type: none;
    display: inline-block;
    text-align: left;
    padding-left: 0px;
}

.icon-list2 ul {
    list-style-type: none;
}

.icon-list2 {
    text-align: left;
}

ul {
    list-style-position: inside;
    display: inline-block;
    text-align: left;
    padding-left: 0px;
}

li {
    margin: 1rem auto;
    font-size: 16px;
}

.col-sm-6.description {
    text-align: left;
    padding-right: 5rem;
}

@media screen and (max-width: 575px) {
    .col-sm-6.description {
        text-align: center;
        padding-right: 1.5rem;
    }
}

.btn-third {
    background-color: transparent;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: #c4b28d;
    color: black;
    border: 1px solid black; /* Green */
    width: 100px;
    font-size: 16px;
}

.btn-third:hover {
  color: #c4b28d;
  border-color: #c4b28d;
}

.btn-back {
    font-size: 16px;
}
.btn-back:hover {
    color: #c4b28d;
  }

.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
  }

  .page-description-list {
    font-size: 18px;
  }

  #list-icon {
    height: 35px;
    width: auto;
    padding-right: 5px;
  }

  .page-description-text {
    padding-bottom: 1rem;
    text-align: center;
    max-width: 800px;
    margin: 1rem auto;
    font-size: 18px;
    line-height: 1.5;
  }

  .page-description.pdf {
    font-size: 16px !important;
    padding-bottom: 0.5rem;
  }

  .pdf a {
    color: black;
  }

  .pdf a:hover {
    color: #c4b28d;
  }