/*
Theme Name: Rabbi Portfolio
Theme URI: https://yourdomain.com
Author: Rabbi Hossain
Author URI: https://yourdomain.com
Description: A clean, responsive, and modern WordPress portfolio theme built to showcase the professional works of Rabbi Hossain. Developed with a focus on performance, accessibility, and pixel-perfect design using Bootstrap, TailwindCSS, and WordPress best practices. Ideal for displaying projects, case studies, and personal achievements with style and simplicity.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rabbi_portfolio
*/

/*------------- Calling output CSS--------------------- */
@import url(assets/css/output.css);

/*------------- Custom Css--------------- */
.porrfolio-contents {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.porrfolio-contents ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.porrfolio-contents h2 {
    font-size: 28px;
}
.portfolio-slider img {
    aspect-ratio: unset !important;
    width: 100%;
    object-fit: cover;
}
.portfolio-slider .swiper-slide {
    aspect-ratio: 16 / 9 !important;
}

.single-page-wp-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-page-wp-content p {
    line-height: 30px;
}
.comment.byuser {
    padding-left: 30px;
}
.comment-title {
	font-size:24px;
}


