.wp-caption {
	margin-bottom: 2px;
}
.wp-caption-text {
	margin-bottom: 5px;
}
.screen-reader-text {
	margin-bottom: 12px;
}
.gallery-caption {
	margin-bottom: 2px;
}
.bypostauthor {
	margin-bottom: 2px;
}
.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}

.preview-text {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 40px;
    background: #f8f8f8;
    border: 1px solid #eee;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    width: 100%;
    text-align: center;
}

.monitor-wrapper {
    position: relative;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}

.monitor {
    width: 100%;
    display: block;
    z-index: 1;
}

.video-container {
    position: absolute;
    top: 5%;
    left: 3.5%;
    width: 93%;
    height: 67%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.control-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background-color: rgb(255 54 57 / 65%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    font-size: 18px;
    color: #fff;
    transition: 0.3s all;
}
.project-cta-box {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: justify;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.project-cta-box:hover {
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.project-cta-box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.project-cta-box p {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 12px;
}

.project-cta-box a {

    font-weight: bolder;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-cta-box a:hover {
    color: #000;
    text-decoration: underline;
}
.control-btn:hover {
    background-color: rgba(200,0,0,1);
}
