.img-partner {
  max-width: 60%;
}

.img-banner {
  padding-bottom: 200px;
  width: 460px;
}

.tp-campus-choose-title.fs-30 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.mh-120 {
  height: 220px;
  width: 200px;
}

.tp-footer-3 .tp-footer-main {
    padding-top: 150px;
}

.tp-instructor-apply-thumb img{
  max-width: 400px;
  min-height: 700px;
}

/* Fix for footer overlapping form */
.tp-cta-quran-wrap {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

/* Pagination */
.tp-pagination nav {
    width: 100%;
}

.tp-pagination .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-pagination .page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 2px solid #eef0f6;
    color: #55585b;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

.tp-pagination .page-item.active .page-link,
.tp-pagination .page-item .page-link:hover {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: #fff;
}

.tp-pagination .page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Blog search form */
.tp-sidebar-search form {
    width: 100%;
}

/* Blog category links */
.tp-sidebar-category ul li a:hover span {
    color: var(--tp-theme-primary);
}

/* Alert messages */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert ul {
    margin: 0;
    padding-left: 20px;
}

/* Form validation */
.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Blog card styles */
.tp-blog-item {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.tp-blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.tp-blog-thumb {
    overflow: hidden;
}

.tp-blog-thumb img {
    transition: transform 0.5s ease;
}

.tp-blog-item:hover .tp-blog-thumb img {
    transform: scale(1.1);
}

.tp-blog-content {
    padding: 25px;
}

.tp-blog-meta-category span {
    background: #f8f9fa;
    color: #2d3436;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.tp-blog-title {
    margin: 15px 0;
    font-size: 20px;
    line-height: 1.4;
}

.tp-blog-title a {
    color: #2d3436;
    transition: color 0.3s ease;
}

.tp-blog-title a:hover {
    color: #0984e3;
}

.tp-blog-btn a {
    color: #0984e3;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.tp-blog-btn a i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.tp-blog-btn a:hover i {
    transform: translateX(5px);
}

/* Widget Styles */
.tp-widget {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.tp-widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f2f6;
}

.tp-widget-category a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #2d3436;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f2f6;
}

.tp-widget-category a:hover {
    color: #0984e3;
    padding-left: 5px;
}

.tp-widget-category a span {
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 12px;
    color: #636e72;
}

/* Recent Posts Widget */
.tp-widget-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f2f6;
}

.tp-widget-thumb {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
}

.tp-widget-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-widget-content {
    flex: 1;
}

.tp-widget-title-sm {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.tp-widget-title-sm a {
    color: #2d3436;
    transition: color 0.3s ease;
}

.tp-widget-title-sm a:hover {
    color: #0984e3;
}

.tp-widget-content span {
    font-size: 12px;
    color: #636e72;
}

/* Breadcrumb section */
.tp-breadcrumb-area {
    background: linear-gradient(45deg, #0984e3, #74b9ff);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.tp-breadcrumb-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/pattern.png');
    opacity: 0.1;
}

.tp-breadcrumb-content {
    position: relative;
    z-index: 2;
}

.tp-breadcrumb-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tp-breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tp-breadcrumb-list span {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
}

.tp-breadcrumb-list span a {
    color: #fff;
    position: relative;
}

.tp-breadcrumb-list span a::after {
    content: '/';
    margin-left: 10px;
    opacity: 0.5;
}

.tp-breadcrumb-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}
