/*
Theme Name: Newsfy child
Theme URI: https://gulfhelpdesk.com/
Author: GulfHelpDesk
Author URI: https://gulfhelpdesk.com/
Description: Modern and Powerful WordPress theme for news & magazine sites.
Version: 1.0
Requires PHP: 8.0
Tested up to: 6.8
Template: newsfy
License: Themeforest.net
License URI: http://themeforest.net/licenses
Text Domain: newsfy
Tags: grid-layout, left-sidebar, right-sidebar, flexible-header, footer-widgets, featured-images, translation-read
*/

/* Load Urdu Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400;700&display=swap');

/* Load Arabic Font */
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.category-urdu-articles .single-post-wrapper .content-container :is(h1, h2, h3, h4,h5 , h6, p, span, li) {
	font-family: "Noto Nastaliq Urdu", serif !important;
    direction: rtl !important;
    line-height: 1.95 !important;
}

.urdu-font {
	font-family: "Noto Nastaliq Urdu", serif !important;
}


.category-urdu-articles .single-post-wrapper .content-container .comments-container :is(h1, h2, h3, h4,h5 , h6, p, span, li) {
    direction: ltr !important;
}


/* Quick alternative using Google Fonts */
.category-arabic-articles .single-post-wrapper .content-container :is(h1, h2, h3, h4,h5 , h6, p, span, li) {
	font-family: "Amiri", serif !important;
    direction: rtl !important;
    text-align: right !important;
    line-height: 1.95 !important;
}

.arabic-font {
	font-family: "Amiri", serif !important;
	font-size: 19px;
}

.category-arabic-articles .single-post-wrapper .content-container .comments-container :is(h1, h2, h3, h4,h5 , h6, p, span, li) {
    direction: ltr;
}


/* Contact form CSS */

/* Contact Form 7 - Modern Attractive Style */

.wpcf7-form {
    max-width: 700px;
    margin: 0px auto;
    padding: 50px 30px 20px 30px;
    border-radius: 20px;
}


.wpcf7-form .input-field,
.wpcf7-form .textarea-field {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border-radius: 12px;
    font-size: 15px;
    margin-bottom: 15px;
}

.wpcf7-form .textarea-field {
    max-height: 140px;
    resize: none;
}

/* Submit Button */
.wpcf7-form .submit-btn {
    background: #7A1B3A;
    color: white;
    border: none;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

@media (max-width: 575px) {
	.wpcf7-form { padding: 0px;}
}


