/* ===================================================================================

* Theme Name: Fande Child
* Theme URI: https://codeskdhaka.com/wp/fande/
* Author: bdevs
* Author URI: https://themeforest.net/user/bdevs/portfolio
* Description: Fande - Crowdfunding & Charity WordPress Theme
* Version: 1.0.0
* Template: fande
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
body {
  font-size: 18px;
  line-height: 32px;
}

p {
  font-size: 18px;
  line-height: 32px;

}

.logo img {
    width: 240px !important;
}

.head-top-02 .login-area li span {
  font-size: 18px;
}

.elementor-widget-n-tabs .e-n-tab-title-text {
	font-size: 18px;
}


.breadcrumb-menu span {
    font-size: 22px !important;
}

.copyright p{
    font-size: 14px !important;
}

.elementor-2619 .elementor-element.elementor-element-17f9e98 {
    --n-accordion-title-font-size: 1.5rem !important;
}

.main-header-area {
    position: sticky;
    top: 0;
    z-index: 999; /* Ensures the header stays above other content */
    background-color: #fff; /* Add a background color so content underneath isn't visible */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow when sticky */
}

.main-header-area {
    transition: all 0.3s ease;
}

.header-top-area {
    transition: all 0.3s ease;
}

body.scrolled .header-top-area {
    height: 0;
    padding: 0 !important;
    overflow: hidden;
}

.contact-form {
    border-top: 0px !important;
}

.media-link {
  font-size: 18px;

}

.about-wrapper-02 .inner-counters{
	display: none;
}

.section-title h2 {
    font-size: 40px;
    line-height: 1.5;
}

.about__wrap__03 .partner-list{
	display: none;
	}

.elementor-element-5b3579b .trusted__content::before {
    content: none !important;
}

.main-menu nav > ul > li.menu-item-has-children > a::after {
	margin-left: 4px !important;
	margin-right: 4px !important;
}

.msg-me {
	display: none !important;
}

#about-id .bdevs_btn2 {
	display: none !important;
}

[dir="rtl"] .efbl_feed_wraper {
	text-align: right; !important;
}

.main-menu ul li {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

ul {
    margin: 0px;
    padding: revert !important;
}