/*
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.4.5.1763373018
Updated: 2025-11-17 09:50:18

*/

body{
	background-color:#0C111B;
	color:#fff;
}
h1, h2, h3, h4, h5, h6 {
        font-family: "Helvetica", Sans-serif !important;
    width: 100% !important;
    max-width: 100% !important;
}

.privacy-policy-sec a:hover {
    color: #1F80E0 !important;
}
.privacy-policy-sec a {
    color: #fff !important;
}

/*css*/
.blog-sec {
    width: 1140px;
    margin: auto;
    padding-top: 125px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
	h3.wp-block-heading {
    padding: 10px 0;
}
.wp-block-image img {
    padding: 10px 0;
}
h1.entry-title {
    font-weight: 600;
}
/* WRAPPER */
.social-share{
  display:flex;
  gap:12px;
  align-items:center;
}

.social-share a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #1F80E0 !important;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.social-share a:hover{
  transform:translateY(-3px);
}

/* FACEBOOK */
.social-share a:nth-child(1):hover{
  background:#fff;
  color:#1877F2;
}

/* TWITTER */
.social-share a:nth-child(2):hover{
    background:#fff;
  color:#1877F2;
}

/* LINKEDIN */
.social-share a:nth-child(3):hover{
    background:#fff;
  color:#1877F2;
}

@media (min-width: 300px) and (max-width: 1030px) { 
.blog-sec {
    width: 100%;    
	padding-top: 125px;
	 padding-bottom: 50px;
}
	
}
