/*
Theme Name: AI Blog
Theme URI: https://needinfotech.com/aiblog
Author: NeedInfotech
Author URI: https://needinfotech.com
Description: A very simple WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simpletheme
*/

ul.menu-footer {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}
.menu-footer li.menu-item {
    list-style: none;
}
.header_top_bar_wrapper {
    background: #328e6e;
}
a.post-category-color-text {
    background: #67ae6e !important;
}
.jl_home_section.jl_home_mbg {
    background-color: #e1ebbc;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color : #328e6e !important;
}
.jl_slider_nav_tab.large_center_slider_container .link_grid_header_absolute {
    opacity: 0.5 !important;
}
.jellywp_pagination {
  text-align: center;
  margin: 30px 0;
}

.jellywp_pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #328e6e;
  color: #328e6e;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}

.jellywp_pagination .page-numbers:hover,
.jellywp_pagination .page-numbers.current {
  background-color: #328e6e;
  color: #fff;
  border-color: #328e6e;
}
.la-angle-down:before {
    content: "\f107" !important;
    font-family: 'FontAwesome';
}
.la-angle-up:before {
    content: "\f106" !important;
    font-family: 'FontAwesome';
}
.jl_home_section.eture {
    padding-top: 65px;
}
.contact-hero {
	padding-top: 135px !important;
    background-color: #f4f8fb;
    padding: 60px 20px;
    text-align: center;
}
.contact-hero h1 {
    font-size: 2.5rem;
    color: #235aa6;
    margin-bottom: 20px;
}
.contact-hero p {
    color: #444;
    max-width: 700px;
    margin: 0 auto;
	font-size: 18px;
}

.contact-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 45px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.contact-container form label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
}
.contact-container form input,
.contact-container form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
}

.contact-container form button {
    background-color: #235aa6;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}
.contact-container form button:hover {
    background-color: #17456e;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #67ae6e !important;
    height: 60px;
    font-size: 18px;
}
.contact-container form input, .contact-container form textarea{
	font-size: 16px;
}

@media(max-width:727px){
	ul.menu-footer {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
	.footer-bottom .footer-left-copyright {
        text-align: center;
    }
	.page_builder_listpost.jelly_homepage_builder .blog_list_post_style {
    padding-bottom: 0;
    margin-bottom: 20px !important;
    border-bottom: 0 solid #e4e4e4;
}
	.jelly_homepage_builder .homepage_builder_title {
    margin-bottom: 18px;
}
	h2.builder_title_home_page.others {
    padding-bottom: 20px;
}
	.jl_home_section.eture {
    padding-top: 35px;
}
}