.topbar-items {display: flex;align-items: center;}
.footer-wiget-menu li i {color: #dd831d !important;}
.header-menu ul li a {padding:8px 0px;}
.blog-thumb {
    width: 100%;
    height: 291px;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
input.wpcf7-form-control.sbmit-btn {
    width: 210px;
    height: 60px;
    border-radius: 3px;
    background-color: #2f5784;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dark{background:#f6f6f6a8;}
.about-discription li {
    font-size: 18px;
    line-height: 26px;
    color: #5b5858;
    font-weight: 400;
     margin-bottom: 20px;
    text-align: justify;
}
.about-discription h2 {
    font-size: 48px;
    color: #2f5784;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-post h2,.single-post h3,.single-post h4,.single-post h5,h3,h4,h5,h6 { margin-bottom: 20px;}
.single-post .blog-details-area p,.single-post .blog-details-area li {
    font-size: 20px;
    line-height: 26px;
    color: #5b5858;
    font-weight: 400;
   margin-bottom: 20px;
    text-align: justify;
}
.single-post table{font-size: 18px;
    line-height: 26px;
    color: #5b5858;
    font-weight: 400;
   margin-bottom: 20px;
    text-align: justify;}
	.hamilton-btn a {max-width:unset;}
.choose-us-area::after {background-size:cover;}
.form-box select {
    width: 100%;
    height: 55px;
    background: #f8f6f1;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0 17px;
    margin-bottom: 25px;
}
.header-menu ul li a::before{display:none;}
ul.sub-menu.submenu {
    padding: 10px 20px;
}
ul.menu-items li a {
    font-size: 16px;
}
.footer-wiget-menu .nav-link {padding:0px;}
/* Pagination */
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    flex-wrap: wrap;
}

.page-numbers li {
    margin: 0;
}

.page-numbers a,
.page-numbers span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2f5381;
    border-radius: 12px;
    text-decoration: none;
    color: #2f5381;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all .35s ease;
}

/* Hover */
.page-numbers a:hover {
    background: #2f5381;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(47, 83, 129, .25);
}

/* Active Page */
.page-numbers .current {
    background: #2f5381;
    color: #fff;
    border-color: #2f5381;
    box-shadow: 0 8px 18px rgba(47, 83, 129, .3);
}

/* Dots */
.page-numbers .dots {
    border: none;
    background: transparent;
    color: #888;
    width: auto;
    padding: 0 8px;
}

/* Previous & Next */
.page-numbers .prev,
.page-numbers .next {
    width: auto;
    padding: 0 20px;
    border-radius: 30px;
    font-weight: 700;
    gap: 6px;
}

/* Hover Effect for Prev/Next */
.page-numbers .prev:hover,
.page-numbers .next:hover {
    background: #2f5381;
    color: #fff;
}

/* Mobile */
@media (max-width: 576px) {
    .page-numbers {
        gap: 6px;
    }

    .page-numbers a,
    .page-numbers span {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .page-numbers .prev,
    .page-numbers .next {
        padding: 0 15px;
    }
}
.home  ul.page-numbers {
    display: none;
}
.testi-content p {-webkit-line-clamp:unset !important;}
.testimonial-item {
    width: 100%;
}

.testi-content {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: normal;
    color: #2f5381; /* Text color */

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #e38834 #2f5381;
}

/* Chrome, Edge & Safari */
.testi-content::-webkit-scrollbar {
    width: 8px;
}

.testi-content::-webkit-scrollbar-track {
    background: #2f5381;
    border-radius: 10px;
}

.testi-content::-webkit-scrollbar-thumb {
    background: #e38834;
    border-radius: 10px;
    border: 2px solid #2f5381;
}

.testi-content::-webkit-scrollbar-thumb:hover {
    background: #cf7525;
}

.testi-content p {
    margin: 0;
    line-height: 1.8;
    color: #2f5381;
}