/* Cambrian Hall Footer Styles */

.ch-footer {
   background: #1f2937;
   padding: 80px 0 0;
}

.ch-footer-main {
   padding-bottom: 40px;
   border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ch-footer-widget {
   color: #fff;
}

.ch-footer-title {
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 20px;
}

.ch-footer-desc {
   color: rgba(255,255,255,0.7);
   font-size: 14px;
   line-height: 1.8;
   margin: 0;
}

.ch-footer-links {
   list-style: none;
   padding: 0;
   margin: 0;
}

.ch-footer-links li {
   margin-bottom: 12px;
}

.ch-footer-links li:last-child {
   margin-bottom: 0;
}

.ch-footer-links a {
   color: rgba(255,255,255,0.7);
   font-size: 14px;
   transition: all 0.3s ease;
   text-decoration: none;
}

.ch-footer-links a:hover {
   color: #d4a844;
   padding-left: 5px;
}

.ch-footer-contact {
   list-style: none;
   padding: 0;
   margin: 0;
}

.ch-footer-contact li {
   display: flex;
   gap: 12px;
   margin-bottom: 15px;
   color: rgba(255,255,255,0.7);
   font-size: 14px;
   line-height: 1.6;
}

.ch-footer-contact li:last-child {
   margin-bottom: 0;
}

.ch-footer-contact li i {
   color: #d4a844;
   font-size: 16px;
   margin-top: 3px;
   flex-shrink: 0;
}

.ch-footer-social-text {
   color: rgba(255,255,255,0.7);
   font-size: 14px;
   margin-bottom: 20px;
}

.ch-footer-social {
   display: flex;
   gap: 12px;
}

.ch-footer-social a {
   width: 40px;
   height: 40px;
   background: rgba(255,255,255,0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 16px;
   transition: all 0.3s ease;
}

.ch-footer-social a:hover {
   background: #d4a844;
   color: #1a3a5c;
   transform: translateY(-3px);
}

.ch-footer-copyright {
   padding: 25px 0;
   text-align: center;
}

.ch-footer-copyright p {
   color: rgba(255,255,255,0.6);
   font-size: 14px;
   margin: 0;
}

@media (max-width: 991px) {
   .ch-footer {
      padding: 60px 0 0;
   }
}

@media (max-width: 767px) {
   .ch-footer-title {
      font-size: 18px;
   }
}
