/*!
Theme Name: Klenar
Theme URI: https://wp.hixstudio.net/klenar/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Klenar - Cleaning Services WordPress Theme
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: klenar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
	.whtsBtn {
		width:50px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 11111;
}
.talk{
		width:50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 11111;
}
.pb-70 {
    padding-bottom: 10px;
}
.pt-100 {
    padding-top: 40px;
}

.tp-footer-info-social a {   
    background: #fa6d01;  
	color:red;
}

.tp-footer-info-social a:hover {
    background: red;
    color: yellow;
}


/* Base Styles for Header */
.tp-header-area-three {
    padding: 5px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Logo Section */
.tp-header-logo-three {
   /* display: flex;*/
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

/* Contact Info */
.tp-header-number-three {
    font-size: 16px;
    color: #333;
}

.tp-header-number-three a {
    color: #007bff;
    text-decoration: none;
}

.tp-header-number-three span {
    font-weight: bold;
}

/* Social Media Icons */
.tp-footer-info-social {
	margin-left: 14px;
    display: flex;
    justify-content: center;
    gap: 0px;
}

.tp-footer-info-social a {
    font-size: 18px;
    color: #feed01;
    transition: color 0.3s ease;
}

.tp-footer-info-social a:hover {
    color: #007bff;
}

/* Button Styles */
.tp-header-btn-three {
    margin: 0px 10px;
    text-align: center;
}

.tp-header-btn-three a {
    font-size: 14px;
    /*padding: 4px;*/
    background-color: #ffc107;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.tp-header-btn-three a:hover {
    background-color: #e0a800;
}

/* Desktop Navigation */
.tp-main-menu-three {
  /*  display: flex;*/
    justify-content: flex-end;
    align-items: center;
}

.tp-main-menu-three ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: flex;*?
    gap: 15px;
}

.tp-main-menu-three ul li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tp-main-menu-three ul li a:hover {
    color: #007bff;
}

/* Mobile Menu Icon */
.side-menu-icon {
    display: none; /* Default hidden on larger screens */
}

.side-menu-icon button {
    background: none;
    border: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
}

/* Responsive Styles */

/* Tablet View (768px - 1024px) */
@media (max-width: 1024px) {
    .tp-header-area-three {
        padding: 15px 20px;
    }

    .tp-header-logo-three {
        text-align: left;
        margin-bottom: 0;
    }

    .tp-header-number-three {
        font-size: 14px;
        text-align: left;
    }

    .tp-footer-info-social {
        margin-left: auto;
        gap: 8px;
    }

    #tp-mobile-menu {
        display: block;
        text-align: left;
    }

    .tp-main-menu-three {
        display: none; /* Hide desktop menu */
    }

    .side-menu-icon {
        display: block;
        text-align: right;
    }

    .tp-header-btn-three a {
        font-size: 16px;
        padding: 8px 12px;
    }
}

/* Phone View (Max 768px) */
@media (max-width: 768px) {
    .tp-header-area-three {
        padding: 10px 15px;
    }

    .tp-header-logo-three {
        text-align: center;
    }

    .tp-header-number-three {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

    .tp-footer-info-social {
        justify-content: center;
        gap: 5px;
    }

    .tp-header-right {
        flex-direction: column;
        align-items: center;
    }

    .tp-main-menu-three {
        display: none; /* Hide desktop menu */
    }

    #tp-mobile-menu {
        display: block;
        text-align: center;
    }

    #tp-mobile-menu ul {
        list-style: none;
        padding: 0;
    }

    #tp-mobile-menu ul li {
        margin: 5px 0;
    }

    #tp-mobile-menu ul li a {
        color: #333;
        font-size: 14px;
        text-decoration: none;
    }

    .side-menu-icon {
        display: block;
        text-align: center;
    }

    .tp-header-btn-three {
        text-align: center;
    }

    .tp-header-btn-three a {
        font-size: 14px;
        padding: 8px 10px;
    }
	}}
.tp-main-menu-three ul li a {
    color: #102579;
     padding: 15px 0px; 
}

/* Responsive Design */
@media (max-width: 1200px) {
    .tp-header-right-three{
		margin-top: -80px;}
}

@media (max-width: 992px) {
    .tp-header-logo-three{
margin-top: 85px;
}
	.tp-header-right-three{
		margin-top: -70px;}
}

@media (max-width: 768px) {
   .tp-header-logo-three{
margin-top: 100px;
}
	.tp-header-right-three{
		margin-top: -60px;}
	.tp-header-btn-three{display:none}
}

@media (max-width: 576px) {
    .tp-header-logo-three{
margin-top: 75px;
}
.tp-header-right-three{
		margin-top: -32px;}
.tp-header-btn-three{display:none}
}

