    /*
    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.4.1758454830
    Updated: 2025-09-21 11:40:30

    */



    @import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@400;700&display=swap');


    body {
    margin: 0 !important;
    background-color: #1a1a1a; 
    font-family: 'Roboto', sans-serif; 
    padding: 0 !important;

    }

    .main-header {
    background-color: #000000;
    color: #ffffff;
    padding: 15px 40px;
    }

    .main-list-header{
    max-width: 1300px;
    margin: 0 auto;
    }

    .top-bar {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    padding-bottom: 20px;
    font-size: 14px;
    }

    .nav-menu ul {
    list-style: none;       
    padding: 0;
    margin: 0;
    display: flex;         
    gap: 20px;             
    }

    .nav-menu ul li {
    display: flex;
    align-items: center;   
    }

    .nav-menu ul li a {
    text-decoration: none; 
    color: #ffffff;        
    display: flex;
    align-items: center;
    gap: 8px;              
    font-size: 16px;
    }

    .nav-menu ul li a:hover {
    color: #0073aa;        
    }


    .top-icons {
    display: flex;
    margin-left: 25px;
    }

    .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f2f2f; 
    padding: 8px 10px;
    margin-left: 5px;
    cursor: pointer;
    }

  
    .main-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    }

  
    .logo {
    max-width: 250px;
    max-height: 110px;

    }

  
    .subscribe-section {
    display: flex;
    align-items: center;
    }

    .subscribe-text {
    font-weight: 700;
    margin-right: 15px;
    font-size: 14px;
    white-space: nowrap; 
    }

    .subscribe-form {
    display: flex;
    }

    .subscribe-form input[type="email"] {
    background-color: #ffffff;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    width: 250px;
    }

    .subscribe-form input[type="email"]::placeholder {
    color: #888888;
    }

    .subscribe-form button {
    background-color: #d90429; 
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    }

    .social-icons {
    display: flex;
    margin-left: 10px;
    }

    .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #d90429; 
    color: #ffffff;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 700;
    font-size: 18px;
  
    }

   
    .bottom-border {
    height: 3px;
    background-color: #d90429; 
    }


    .header-subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #111; 
    padding: 8px 15px;
    border-radius: 6px;
    }


    .header-subscribe .sub-label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    }


    .header-subscribe input[type="email"] {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    min-width: 220px;
    transition: border-color 0.3s;
    }
    .header-subscribe input[type="email"]:focus {
    border-color: #ff3b3b; 
    }


    .header-subscribe input[type="submit"] {
    background: #ff3b3b;
    border: none;
    color: #fff;
    padding: 9px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    }
    .header-subscribe input[type="submit"]:hover {
    background: #e63232;
    }






    .main-list-header .nav-menu {
    display: flex;            
    list-style: none;
    margin: 0;
    padding: 0;
    }
    .main-list-header .nav-menu > li {
    position: relative;        
    }
    .main-list-header .nav-menu > li:last-child {
    margin-right: 0;
    }
    .main-list-header .nav-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    transition: background-color 0.3s ease;
    }
    .main-list-header .nav-menu a:hover {
    color: #ff3b3b;
    }
    .main-list-header .nav-menu .sub-menu {
    display: none;            
    position: absolute;
    top: 100%;                
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    }
    .main-list-header .nav-menu .sub-menu li {
    margin: 0;
    }
    .main-list-header .nav-menu .sub-menu a {
    padding: 10px 15px;
    color: #ffffff;
    white-space: nowrap;
    }
    .main-list-header .nav-menu .sub-menu a:hover {
    color: #ff3b3b;
    }
    .main-list-header .nav-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
    }
    .main-list-header .nav-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    }
    .main-list-header .nav-menu li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    }







    .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    color: white;
  
    padding: 20px 2px;
    text-align: center;
    }


    .footer-logo {
    max-width: 185px;
  
    font-weight: bold;
    letter-spacing: 2px;
    }

    .footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 15px; 
    margin-bottom: 25px;
    }


    .social-icon-link {
    background-color: red;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
    }

    .social-icon-link:hover {
    transform: scale(1.1);
    }

    .social-icon {
    fill: white;
    width: 24px;
    height: 24px;
    }


    .footer-copyright {
    font-size: 0.9em;
    margin-bottom: 20px;
    }


    .footer-data-info {
    font-size: 0.8em;
    line-height: 1.5;
    max-width: 600px;
    }

    .footer-data-info a {
    color: red;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid red;
    }

    .search-popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    }



    .search-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    padding: 30px 25px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
    }


    .search-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    }
    .search-popup .close-btn:hover {
    color: red;
    }

    .site-main .page-header{
    display: none;
    }
    .site-main .page-content{
    padding-top: 25px;
    }


    .search-popup-content .search-form{
    display: flex;
    gap: 9px;
    }

    .search-popup-content .search-submit{
    background-color: #ba1e1e;
    border: 1px solid #4c1111;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem 1rem;
    text-align: center;
    transition: all .3s;
    user-select: none;
    white-space: nowrap;
    }

    #sidebar-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #1a1a1a;
    color: white;
    padding: 20px;
    transition: right 0.3s ease-in-out;
    box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    z-index: 1000;
    }
    #sidebar-menu.open {
    right: 0;
    }
    #close-menu-btn {
    float: right;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    }
    #sidebar-menu ul {
    list-style: none;
    padding-left: 0;
    }
    #sidebar-menu ul li {
    margin: 8px 0;
    }
    #sidebar-menu ul li a {
    color: #fff;
    text-decoration: none;
    }
    #sidebar-menu ul li a:hover {
    text-decoration: underline;
    }
    .sidebar-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    }
    }



    @media (max-width: 1024px) {


    .logo {
    max-width: 150px;
    max-height: 110px;
    }

    .subscribe-section {
    display: flex
    ;
    align-items: center;
    flex-direction: column;
    }

    .social-icons {
    display: flex;
    /* margin-left: 10px; */
    justify-content: flex-end;
    margin-right: 10px;
    padding: 3px;
    }
    }




    @media (max-width: 768px) {

    .logo {
    max-width: 130px;
    max-height: 110px;
    }

    .main-bar{
    padding-bottom: 3px;
    }

    .top-nav{
    display: none;
    }
    form#mc4wp-form-1 {
    display: none;
    }
    }