/* Portfolio Section */
.portfolio-section {
    position: relative;
    padding: 120px 0 90px;
}

.portfolio-section .sec-title {
    margin-bottom: 50px;
}

.portfolio-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 18px;
}

.portfolio-section .sec-title .text {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    margin-bottom: 30px;
}

/* Portfolio Block Three */
.portfolio-block-three {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block-three .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block-three .inner-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.portfolio-block-three .image-box {
    position: relative;
    overflow: hidden;
}

.portfolio-block-three .image-box .image {
    position: relative;
    margin: 0;
}

.portfolio-block-three .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.portfolio-block-three .image-box .image a {
    position: relative;
    display: block;
}

.portfolio-block-three .image-box .image img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-block-three .lower-content {
    position: relative;
    padding: 25px 30px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #eeeeee;
    border-top: 0;
}

.portfolio-block-three .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolio-block-three .lower-content h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block-three .lower-content h4 a:hover {
    color: #ff8a00;
}

.portfolio-block-three .lower-content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin: 0;
}

.portfolio-block-three .lower-content p a {
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-block-three .lower-content p a:hover {
    color: #ff8a00;
}

/* Pagination Box */
.pagination-box {
    position: relative;
    margin-top: 30px;
}

.pagination-box .pagination {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-box .pagination li {
    position: relative;
    margin: 0 5px;
}

.pagination-box .pagination li a {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pagination-box .pagination li.active a,
.pagination-box .pagination li a:hover {
    color: #ffffff;
    background-color: #ff8a00;
    border-color: #ff8a00;
}

/* Back to Top */
.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #ff8a00;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top-btn:hover {
    background: #222222;
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .portfolio-section {
        padding: 70px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-section .sec-title h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 599px) {
    .portfolio-block-three .lower-content {
        padding: 20px 15px;
    }

    .portfolio-block-three .lower-content h4 {
        font-size: 18px;
    }
}

/* Events Section Styles */
.event-date {
    display: inline-block;
    margin-right: 15px;
    color: #2651a6;
}

.event-venue {
    display: inline-block;
    color: #777777;
}

.event-venue i {
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

/* Sidebar Styles */
.sidebar {
    position: relative;
    padding: 0 0 0 20px;
}

.sidebar .heading6 {
    position: relative;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .sidebar {
        padding: 40px 0 0;
    }
}

/* Lightbox Image Styles */
.lightbox-image {
    position: relative;
    display: block;
}

.lightbox-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 300ms ease;
}

.lightbox-image:hover::before {
    opacity: 1;
}
