.custom-top-bar {
  background-color: #53aa1b;
}

.custom-logo-start img {
  width: 200px;
}

/* .custom-logo-style {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 35px 0;
  color: #00339a;
  text-transform: uppercase;
} */

.custom-banner-section {
  background: url("./assets/cst-images/bluebonnets.jpg") no-repeat top center;
  background-size: cover;
  background-blend-mode: darken;
  height: 630px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-banner-section > div {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 400px;
  margin-bottom: 100px;
  text-align: center;
  padding: 0 20px;
}

.custom-banner-section > div > a > button {
  color: #fff;
  background-color: #52aa1c;
  padding: 7px 40px;
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.custom-banner-section > div > a > button:hover {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

.custom-banner-section > div > p {
  color: #20201f;
  font-size: 17px;
  font-weight: 400;
}

.custom-inside-pages-banner {
  background: url("./assets/cst-images/bluebonnets.jpg") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.473);
  background-size: cover;
  background-blend-mode: darken;
}

.custom-inside-banner-title {
  color: #ececf4 !important;
  font-weight: 800;
  font-size: 30px;
}
.custom-breadcrumb {
  font-size: 15px !important;
  color: #82e445 !important;
}
.custom-breadcrumb li a {
  color: #ececf4 !important;
}
.custom-breadcrumb li a:hover {
  color: #82e445 !important;
}

.custom-inside-page-div {
    display: flex;
    flex-direction: row;
}
.custom-inside-page-div p {
    margin: 0;
    text-align: start;
    align-self: center;
    font-size: 17px;
}
.custom-inside-page-p {
  color: #202020 !important;
  font-size: 17px;
  font-weight: 400;
}

.services-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
}

.service-card {
    width: 300px;
    height: 300px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
}

.service-card h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.card-details {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card p {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card p.note {
    font-style: italic;
    font-size: 13px;
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
}

.service-card:hover .card-content {
    transform: translateY(0);
}

.service-card:hover h2 {
    position: static;
    transform: translate(0, 0);
    text-align: left;
    margin-bottom: 15px;
    padding: 0;
    text-overflow: ellipsis;
}

.service-card:hover .card-details {
    opacity: 1;
    transform: translateY(0);
}

.prohibited-title {
    color: red; 
    margin-bottom: 20px; 
    font-size: 17px; 
    margin-left: 40px; 
    font-weight:bold;
}
.custom-banner-title {
  color: #202020;
  font-weight: 800;
  font-size: 60px;
}

.custom-img-responsive {
  margin-top: 50px;
}
.custom-img-responsive-2 {
  margin-top: 0;
  width: 275px;
  margin-bottom: 20px;
}

.custom-feature-p {
  color: #202020;
  font-size: 17px;
  margin-bottom: 15px !important;
}

.custom-h2 span {
  color: #00339a;
}

.custom-date-p {
  font-size: 17px;
  font-weight: bolder;
  transition: 250ms;
  margin-bottom: 17px;
  cursor: default;
}
.custom-date-p:hover {
  color: #20201f;
  transition: 50ms;
}
.date-select td{
  font-size: 17px;
  font-weight: bolder;
  transition: 250ms;
  cursor: default;
}
.date-select:hover td{
  color: #202020;
  transition: 50ms;
}

.custom-date-p:first-child {
  margin-top: 50px !important;
}

.custom-date-span {
  color: #00339a;
}

.secondary-footer {
  background-color: #1e262a !important;
  color: #fff;
  padding-bottom: 0;
}

.footer-logo {
  width: 260px;
}
.secondary-footer h4 {
  color: #fff;
}

.secondary-footer .custom-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secondary-footer .custom-footer span:first-of-type {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 17px;
}
.secondary-footer .custom-footer span:nth-of-type(2) {
  color: #53aa1b;
}

.third-footer {
  background-color: #313b41;
}
.third-footer div span {
  color:#53aa1b !important;
}

@media (max-width: 1199px) {
  .custom-img-responsive {
    margin-top: 96px;
  }
}

@media (max-width: 991px) {
  .custom-welcome-section {
    padding-bottom: 0 !important;
  }

  .custom-banner-section {
    background-color: rgba(0, 0, 0, 0.274);
  }

  .custom-banner-section > div {
    margin-left: 0;
    margin-bottom: 100px;
    align-items: center;
  }

  .custom-banner-section > div > p {
    color: #f0f1f5;
    padding: 0 30px;
  }
  .footer-logo {
  display: none;
}
}

@media (max-width: 768px) {
  .custom-inside-banner-div {
    margin-top: 85px;
  }

  .custom-banner-section > div {
    margin-bottom: 0px;
  }

  .custom-banner-section {
    background-color: rgba(0, 0, 0, 0.37);
  }

  .custom-banner-title {
    color: #ececf4;
    font-weight: 800;
    font-size: 60px;
  }
  .prohibited-title {
    margin-left: 0px; 
}
}
@media (max-width: 600px) {
  .holiday-schedule div {
    text-align: start;
  }
}

@media (max-width: 900px) {
    .services-grid-container {
        grid-template-columns: 300px;
    }
}

@media (max-width: 300px) {
    .service-card {
        width: 100%;
        min-width: 0;
    }
}

.top-bar.primary {
    background: #53aa1c;
}

.top-bar p {
    color: #fff;
    margin: 8px;
}

.top-bar p a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}