/*
Theme Name: Taxmaazra
Theme URI:
Author: YP
Author URI: https://wordpress.org/
Description: Taxmaazra is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Taxmaazra will make your WordPress look beautiful everywhere.
Version: 3.4
Tested up to: 6.7
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: taxmaazra

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.
*/


* {
    margin:0;
    padding:0;
}
.footer-line span.elementor-divider-separator {
    border-image: linear-gradient(to right, #ACA7A7, rgb(58 123 213 / 0));
    border-image-slice: 1;
}
.main-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.img-box {
    display: flex;
    align-items: center;
}
.copyright-text img {
    width: 145px;
}

.img-box a {
    line-height: 0;
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
  .main-box {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
   }
   .choose-content  span.elementor-icon {
    top: 0!important;
   }
	.choose-content .elementor-icon-box-icon:after {
    top: inherit!important;
    }
	.advantage-section .elementor-image-box-wrapper {
    display: flex;
    align-items: flex-start;
    text-align: left!important;
	}
	.advantage-section .elementor-image-box-wrapper .elementor-image-box-img {
		margin-right: 20px!important;
		width: 20%!important;
	} 
}
@media only screen and (max-device-width: 1024px) {
	.page-banner {
    padding-left: 10px;
	padding-right:10px;
   }
}

.heading-line .elementor-heading-title::after {
    content: '';
    background: #5093a6;
    position: absolute;
    height: 3px;
    right: -60px;
    top: 10px;
    width: 48px;
    border-radius: 5px;
}

.heading-line .elementor-heading-title {
    position: relative;
}

.choose-content .elementor-icon-box-icon:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 8px;
    width: 66px;
    height: 56px;
    background-image: url('https://templates.envytheme.com/jian/default/assets/img/tag.png');
    z-index: 16;
}

.choose-content  .elementor-icon-box-icon {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    align-content: center!important;
    z-index: 999999999;
}

.choose-content  span.elementor-icon svg {
    z-index: 999;
}

.choose-content  span.elementor-icon {
    position: relative;
    left: 18%;
    top: 12px;
}

.choose-content  .elementor-icon-box-wrapper {
    gap: 40px;
}
.choose-content .elementor-widget-container::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    background-color: #5093a6;
    right: 0;
    margin: 0 auto;
    top: -1px;
}

.choose-content .elementor-widget-container::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    background-color: #5093a6;
    right: -24px;
    top: 22px;
    transform: rotate(90deg);
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotateme {
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/* Start Page area Style */
.page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://taxmaazra.etechinfo.in/wp-content/uploads/2025/04/9722-67f6113018219.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    &::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #000000;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.7;
        z-index: -1;
    }

    .page-banner-content {
        text-align: left;
        h1 {
            font-size: 40px;
			line-height:45px;
            color: #fefafa;
            margin: 0 0 16px 0;
        }
        p {
            font-size: 16px;
            color: #ffffff;
            margin: 0;
            a {
                color: #ffffff;
				text-decoration: none;
                &:hover {
                    color: #5093a6;
                    transition: .5s;
                  }
            }
        }
    }
}
.page-banner .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
/* End Page area Style */
body ol li, body ul li {
    margin-bottom: 10px;
}

body ol, body ul {
    margin-left: 18px;
}
.partners img {
    height: 120px!important;
    object-fit: contain;
    padding: 10px;
    width: 100%;
}
.blog-sidebar article.elementor-post.elementor-grid-item {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}
.blog-sidebar article.elementor-post.elementor-grid-item {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-left: 20px;
    margin-bottom: 10px;
}
.elementor-widget-theme-post-content h3 {
    margin-bottom: 5px;
}
.elementor-nav-menu--dropdown  .elementor-sub-item {
    line-height: 20px;
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    transition: .5s;
    z-index: 999;
    border-radius: 5px;
}
.toggle {
    position: absolute;
    height: 46px;
    width: 169px;
    text-align: center;
    cursor: pointer;
    background: #0B75B8;
    top: 170px;
    right: 288px;
    line-height: 46px;
    transform: rotate(90deg);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.toggle:before {
    content: "\f0e0"; /* Font Awesome envelope icon */
    font-family: "Font Awesome 5 Free"; /* Use correct font */
    font-weight: 900; /* 900 for solid icons, 400 for regular */
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
}
.scroll {
    padding: 25px 18px;
}
.sidebar-contact.active {
    right: 0;
}
.sidebar-contact h2 {
    margin: 0 0 0px;
    padding: 12px;
    text-align: center;
    background: #0b75b8;
    color: #fff!important;
    font-size: 24px;
    font-weight: 500!important;
    border-radius: 5px 0 0 0;
}
.sidebar-contact.active .toggle:before {
    content: '\f00d';
	font-family: "Font Awesome 5 Free";
    padding-right: 10px;
} 

#headerC.active {
    width: 100% !important;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}
div#headerC {
    transition: 0.9s;
}
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 4px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#backToTopBtn:hover {
    background-color: #333; /* Darker background on hover */
}


