/*!
Theme Name: Convexinteractive
Theme URI: #
Author: Muhammad Hasnain
Author URI: 
Description: Digital I Technology I OTT I Mobile I CRM I Whatsapp Business API
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6

*/




.blog-cta .cta-wrp {
    background: transparent linear-gradient(107deg, #F5F5F8 0%, #D3DFF2 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #94B3E6;
    padding-right: 138px;
    border-radius: 20px;
}

.blog-cta .cta-wrp .txtwrp p {
    font-size: 20px;
    color: #2A2A2A;
    line-height: 28px;
    margin-bottom: 0;
}

.blog-cta .cta-wrp .txtwrp h2 {
    font-size: 46px;
    color: #075E54;
    line-height: 56px;
    margin: 0;
}

.blog-cta .cta-wrp .txtwrp .form-input {
    position: relative;
    margin-top: 27px;
}

.blog-cta .cta-wrp .txtwrp .form-input input {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
}
.blog-cta .cta-wrp .txtwrp .form-input button {
    font-size: 16px;
    padding: 10px 24px;
    position: absolute;
    top: 3px;
    right: 6px;
}


.blog-box img.blogcust{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
}

img.latesImg{
	width: 413px;
    height: 211px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
}

.update-time {
    display: flex;
    align-items: center;
    gap: 16px;
}
.update-time p{
	margin-bottom: 0;
}

.detail-center a{
	color: #000;
	text-decoration: underline;
}

.resource-box img.cusImg{
	width: 532px;
	height: 303px;
	object-fit: cover;
	border-radius: 20px;
}

.resource-sec .resource-box .box-content p,
.category-page p{
	text-wrap: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.details-right .form-blog form input,
.details-right .form-blog form textarea{
	width: 333px;
}

.details-right .form-blog form textarea {
    border-radius: 5px;
    font-size: 18px;
    color: #757575;
    padding: 11px 17px;
    margin-bottom: 10px;
	height: 89px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #2D8241;
    border: 1px solid #A9FF9B;
    padding: 10px 37px;
    color: #fff;
    width: 60%;
}

.wpcf7-not-valid-tip {
    font-size: 11px !important;
}

.wpcf7-response-output {
    color: #fff !important;
}

.category-page {
    padding:170px 0 50px 0;
}
.search-results{
    padding: 100px 0;
}
.post-box img{
	width: 532px;
	height: 303px;
	object-fit: cover;
	border-radius: 20px;
}

.blog-box .imgwrp {
    margin-bottom: 22px;
}


.category-page .blog-box .txtwrp h4,
.search-results .blog-box .txtwrp h4 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category-page .blog-box,
.search-results .blog-box {
    margin-bottom: 30px;
}
.blogcust{
	width: 100%;
	
}


.blog-cta .cta-wrp .txtwrp .form-input input{
	color: #838383 !important;
}
.form-input input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box;
    font-size: 16px !important;
    padding: 10px 24px !important;
    position: absolute;
    top: 3px;
    right: 6px;
	width: 150px !important;
    min-height: auto !important;
	color: #fff !important;
}

.inputwrp br {
    display: none;
}

.inputwrp p{
	display: block !important;
}

.footer-form .wpcf7 form.sent .wpcf7-response-output{
	color: #000;
}


.search-title {
    font-size: 28px;
    margin-bottom: 40px;
}

.search-card {
    border: 1px solid #eee;
    padding: 20px;
    background: #fff;
    transition: box-shadow 0.3s;
}

.search-card:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
}

.blogs-banner h1{
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    margin-top: 10px;
}

.category-page img.blogcust {
    width: 100%;
    height: 294px;
}

.pagination-wrapper {
    text-align: center;
    margin: 40px 0;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
    background: #1C4E28;
    color: white;
    border-color: #1C4E28;
}

.pagination-wrapper .page-numbers.dots {
    border: none;
}


.view-all-btn {
     text-align: right;
    margin-top: 57px;
    position: relative;
}
.view-all-btn::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.view-all-btn a{
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    padding-left: 18px;
        background-color: #F4F4F4;
}
 svg {
    transform: translateY(-2px);
}


/* 404 Page Styles */
.error-404 {
    padding: 40px 0;
}

.error-404 h1 {
    font-size: 120px;
    line-height: 1;
    color: #e0e0e0;
    margin-bottom: 20px;
}

.error-404 h2 {
    color: #333;
    font-weight: 700;
}

.error-image img {
    max-width: 100%;
    height: auto;
}

.btn-primary {
    padding: 10px 25px;
     background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-primary {
    padding: 10px 25px;
    border: 1px solid #2D8241 !important;
    color: #2D8241 !important;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-outline-primary:hover{
    color: #fff !important;
      background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box !important;
}
.search-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.search-box input[type="search"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.search-box input[type="submit"] {
    margin-top: 10px;
    padding: 10px 20px;
    background: transparent linear-gradient(180deg, #2D8241 0%, #0E2313 87%, #030303 100%) 0% 0% no-repeat padding-box;;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}




.blogs-banner {
    margin-top: 100px;
}


.blog-content p {
    color: #5C5757;
    font-size: 18px;
     line-height: 28px;
    letter-spacing: 1px;
}


.blog-content p a b {
    color: #5C5757;
     font-size: 18px;
}

table {
    width: 100%;
    max-width: 800px; 
    border-collapse: collapse; 
    margin: 20px 0;

    font-size: 14px;
    text-align: left;
    border: 1px solid #ddd; 
}

th, td {
    padding: 12px 15px; 
        border: 1px solid #8d8d8d !important;




td:first-child {
    background-color: #f9f9f9;
    font-weight: bold;
    width: 22%; 
}


tr:hover {
    background-color: #f1f1f1;
}

