/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1730884347
Updated: 2024-11-06 09:12:27

*/

/*Child Theme Css By Sherzaman Kakar*/
html, body {
    overflow-x: hidden; 
    margin: 0; /
    padding: 0;
    width: 100%; 
    position: relative; 
}
/*Header css*/
.site-header .site-navigation ul.menu li a {
    font-weight: 600;
    font-size: 18px;
    font-family: 'IBM Plex Sans';
}


img.attachment-medium.size-medium.wp-image-148 {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center center;
    border-radius: 1000px 1000px 1000px 1000px;
    box-shadow: 25px 16px 0px -9px #1471b896;
}
img.attachment-medium_large.size-medium_large.wp-image-148 {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
    border-radius: 1000px 1000px 1000px 1000px !important;
    box-shadow: -9px 16px 10px 15px #1471b896;
}
.elementor-element.elementor-element-206835f.e-con-full.e-flex.e-con.e-child {
    padding: 50px;
}
.first-recent-post img {
    border: 1px solid gray;
    padding: 4px;
    border-radius: 25px;
}
.first-recent-post a {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #133753;
    font-family: "IBM Plex Sans";
}
.first-recent-post .post-meta{
    padding: 0px 10px;
}
.first-recent-post .post-content{
    padding: 0px 10px;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-weight: 500;
    
}
.next-recent-posts img{
	border: 1px solid gray;
    padding: 4px;
    border-radius: 25px;
    float: left;
    margin-right: 5px;
    
}
.next-recent-posts a {
    font-size: 16px;
    font-weight: 600;
    color: #133753;
    font-family: "IBM Plex Sans";
}
.first-recent-post .post-content{
    font-size: 16px;
    font-weight: 500;
    font-family: "IBM Plex Sans";
}

/*For blog page*/

/* Style for the posts grid container */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Create three equal columns */
    gap: 20px; /* Space between columns */
    margin-bottom: 20px; /* Space below the grid */
    position: relative; /* Required for positioning pagination */
}

/* Style for individual post articles */
.post {
    background: #f9f9f9; /* Light background for each post */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.post img {
    width: 100%; /* Ensure image covers full width */
    border-radius: 5px;
}

.entry-title a {
    font-size: 1.25em; /* Larger font for titles */
    color: #333; /* Darker text color for titles */
    text-decoration: none;
}

.entry-title a:hover {
    color: #0073e6; /* Highlight title on hover */
}

/* Pagination */
.pagination {
    position: absolute;
    right: 0;
    bottom: -30px;
    margin: 0;
    padding: 5px 10px;
}

.pagination a {
    margin: 0 5px;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f1f1f1;
    display: inline-block;
}

.pagination .current {
    background-color: #0073e6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.pagination a:hover {
    background-color: #0073e6;
    color: #fff;
}

.post .entry-title a {
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
}
/* Wrapper for content and sidebar */
.content-wrapper {
    display: flex;
    justify-content: space-between; /* Space between main content and sidebar */
    max-width: 1200px; /* Set a maximum width for the content area */
    margin: 40px auto; /* Center the wrapper with margin */
    gap: 20px; /* Space between content and sidebar */
}

/* Main Content Area */
.site-main {
    flex: 2; /* Take 2/3 of the space */
    background: #ffffff; /* White background for content */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Sidebar Area */
.sidebar {
    flex: 1; /* Take 1/3 of the space */
    background: #f9f9f9; /* Light background for the sidebar */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Sidebar Widgets */
.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar .widget h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #0073e6; /* Attractive blue for widget titles */
}

.sidebar .widget ul {
    list-style: none;
    padding: 0;
}

.sidebar .widget ul li {
    margin: 10px 0;
}

.sidebar .widget ul li a {
    color: #0073e6;
    text-decoration: none;
}

.sidebar .widget ul li a:hover {
    text-decoration: underline;
}


/*Contact form css*/
#wpcf7-f2287-p9-o1 {
    border-top: 8px solid #3a88c4;
    margin: 0px auto;
    padding: 35px 10px;
    border-left: 1px solid #3a88c4;
    border-radius: 3px;
    box-shadow: 1px 1px 6px 1px #3a88c4;
    max-width: 85%;
    width: 100%;
}
#wpcf7-f2287-p9-o1 p label {
    float: left;
    width: 48%;
    margin: 15px 2px;

}

#wpcf7-f2287-p9-o1 .wpcf7-form-control {
    border-bottom: 2px solid lightblue;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
}
#wpcf7-f2287-p9-o1 textarea {
    border-bottom: 2px solid lightblue;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
input.wpcf7-form-control.wpcf7-submit {
    border: 2px solid #133753 !important;
    background-color: #fff;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    
    background-color: #F6941E99;
}
.cnt-form .wpcf7-form-control:hover {
    border-bottom: 2px solid #1471b8;
}
h2.elementor-heading-title.elementor-size-default a{
    font-size:18px !important;
    text-transform:capitalize;
}
.elementor-portfolio-item {
    padding: 5px !important;
    border: 2px solid #f6941e;
    margin-bottom: 10px !important;
    border-radius: 10px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
ul.elementor-portfolio__filters {
    margin-bottom: 20px;
}
ul.elementor-portfolio__filters li{
    border:2px solid #133753;
    border-radius:5px;
    margin: auto 5px;
    max-width: 100%;
    width: 200px;
    text-align:center;
    color: #133753;
}
ul.elementor-portfolio__filters li:hover {
    border: 2px solid #133753;
    color: #000000;
    background-color: #f6941e99;
}
.elementor-widget-loop-carousel .swiper-slide {
    border: 1px solid #133753;
    box-shadow: 2px 2px 10px 1px #bebebe;
    padding:5px;
    border-radius: 5px;
}
.frg-style-3 .card .btn {
    padding: 10px 20px !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    color: #133753 !important;
    border: 2px solid #133753 !important;
    
}
.frg-style-3 .card .btn:hover{
    background-color: #F6941E99 !important;
}
h3.elementor-heading-title.elementor-size-default {
    font-size: 16px;
}
h2.elementor-heading-title.elementor-size-default {
    font-size: 22px;
}
/*Responsive css*/

@media(min-width:768px){
    .elementor-element.elementor-element-11e714b.e-con-full.e-flex.e-con.e-child {
    margin-top: -65px;
}
}