body {
	overflow-x: hidden;
}

.newsx-page-title, .newsx-archive-page-header h1, .newsx-single-post-header h1, .newsx-grid-title h3, .newsx-grid-excerpt p, .newsx-grid-title h2, .newsx-post-meta h6, .newsx-grid-date-time span {
	text-align: right !important;
}

.newsx-header-menu-primary .sub-menu a {
	color: #000;
}

.newsx-header-menu-primary .sub-menu a:hover {
	color: #dd3333;
}

.widget_nav_menu li a {
	color: #adadad;
}

.footer-widgets-area-3 *, .footer-widgets-area-4 * {
	text-align: right;
}

.widget-title, .newsx-widget-title, :root .has-text-align-right {
	font-size: 18px;
}

.widget-title {
	margin-bottom: 20px
}

.widget_nav_menu li a, .newsx-site-footer .newsx-category-list.newsx-s0 li a {
	border: none;
}

.newsx-site-footer .newsx-middle-section-wrap .newsx-builder-grid-row {
	min-height: 270px;
}

.newsx-header-menu-primary .newsx-nav-menu > .menu-item > a {
    padding-top: 5px;
    border-left: 1px solid #d62229;
    padding-left: 12px;
}

.newsx-header-menu-primary .newsx-nav-menu > .menu-item:last-child > a {
	border-left: none;
}

.newsx-footer-social-icons {
    gap: 30px;
}

.newsx-page-title {
	color: #d62229;
	text-align: center !important;
}

.contact-form,
.contact-form * {
    direction: rtl;
}

.contact-form label,
.contact-form .form-group,
.contact-form .wpcf7-form-control-wrap {
    text-align: right;
}

.contact-form input,
.contact-form textarea {
    text-align: right;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    text-align: right;
}

/* Labels */
.contact-form label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.contact-form label span {
    color: #dc3545;
}

/* Inputs & Textarea */
.contact-form .form-control,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    height: 56px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 15px;
    background: #fff;
    transition: all .3s ease;
    box-shadow: none;
}

.contact-form textarea {
    height: 180px;
    resize: none;
    padding-top: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #198754;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, .12);
    outline: none;
}

/* Spacing */
.contact-form .form-group {
    margin-bottom: 24px;
}

/* Radio Button Cards */
.contact-form .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.contact-form .wpcf7-list-item {
    margin: 0;
}

.contact-form .wpcf7-list-item label {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 110px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
    padding: 15px;
}

.contact-form .wpcf7-list-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.contact-form .wpcf7-list-item-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.contact-form .wpcf7-list-item label:hover {
    border-color: #198754;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
}

.contact-form .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
    color: #198754;
}

.contact-form .wpcf7-list-item label:has(input[type="radio"]:checked) {
    border-color: #198754;
    background: #f5fff9;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, .12);
}

/* File Upload */
.contact-form .wpcf7-file {
    width: 100%;
    border: 2px dashed #d5d5d5;
    border-radius: 12px;
    padding: 20px;
    background: #fafafa;
    transition: .3s;
}

.contact-form .wpcf7-file:hover

/* Submit Button */
.contact-form .btn-submit,
.contact-form input[type="submit"] {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 12px;
    background: #dc3545;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.contact-form .btn-submit:hover,
.contact-form input[type="submit"]:hover {
    background: #bb2d3b;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(220, 53, 69, .25);
}

/* Validation Messages */
.contact-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 6px;
}

.contact-form .wpcf7-response-output {
    margin-top: 20px;
    border-radius: 10px;
    padding: 12px;
}

/* Mobile */
@media(max-width:768px) {

    .contact-form .wpcf7-radio {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form .wpcf7-list-item label {
        min-height: 90px;
    }
    
}

@media(max-width:480px) {

    .contact-form .wpcf7-radio {
        grid-template-columns: 1fr;
    }
}

.category-count, .soc-count {
	display: none;
}

.newsx-site-footer .newsx-category-list.newsx-s0 li a {
    border: none;
    padding: 5px 0px;
}

#block-33 {
	margin-bottom: 20px;
}

.newsx-header-menu-primary .newsx-pointer-item:after {
    background-color: #5a0701 !important;
}

.newsx-related-posts-wrap * {
    text-align: justify;
}

.newsx-grid-pagination {
	display: none;
}

.widget_nav_menu .newsx-svg-icon svg {
	margin-right: 0px;
	margin-left: 5px;
}