/*
Theme Name: Tint Child Theme
Template: tint
Theme URI: https://tint.themerex.net/
Description: Tint Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.02
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: tint
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.footer_wrap p, .footer_wrap a {
	margin: 0;
	color: #000 !important;
}
#we_work .sc_item_title {
	text-align: right;
}
#brand_name img {
	opacity: 0.8;
	transition: .3s;
	width: 140px;
	filter: grayscale(100%);
}
#brand_name img:hover{
	opacity:1;
	filter: grayscale(0%);
}
.scroll_to_top_style_modern {
	left: -35px !important;
}
@media(max-width:576px){
    .scroll_to_top_style_modern {
	left: -70px !important;
}
.menu_mobile .menu_mobile_inner a:hover, .menu_mobile .menu_mobile_inner .current-menu-ancestor > a, .menu_mobile .menu_mobile_inner .current-menu-item > a, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li:hover::before, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor::before, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li.current-menu-item::before {
	color: var(--e-global-color-primary);
}

.menu_mobile .menu_mobile_close .menu_button_close_icon {
	color: var(--theme-color-bg_color);
}
.menu_mobile .social_item .social_icon {
	color: var(--theme-color-bg_color);
}
.menu_mobile .menu_mobile_inner a, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li::before {
	color: var(--theme-color-bg_color);
}
.menu_mobile .menu_mobile_inner {
	background-color: var(--theme-color-text_dark);
}
.menu_mobile .socials_mobile::before {
	background-color: var(--e-global-color-69bf31ed);
}

#right-arrow {
	position: absolute;
	right: -12px;
}
#left-arroow {
	position: absolute;
	left: -12px;
	z-index: 999;
}
}
.sc_services_modern.sc_services_featured_top .sc_services_item:hover .post_thumb {

	border: 2px solid var(--theme-color-text_link);
}
.c-primary {
	color: var(--theme-color-alter_link_blend);
}
#we_work .elementor-widget-container {
	height: 200px;
	width: 200px;
}

#content_box img{
	transition:.3s;
}
#content_box:hover img {
	transform:translateY(-5px);
}
#content_box {
	width: 150px !important;
	flex: 0 0 150px !important;
	height: 150px;
	box-sizing: border-box;
}

/* Testting code */
.slider_container .slider-slide {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border: 2px solid var( --e-global-color-571df7b );
	border-radius: 11px;
	box-shadow: 0 0 25px var( --e-global-color-571df7b );
	margin: 15px 0;
}
/*=========
 * About Us page css Our team
 * */
.sc_team_featured .post_featured:hover .trx_addons_hover_mask {
	opacity: 0.9;
}
.sc_team_featured .trx_addons_hover_team .sc_team_item_title, .sc_team_featured .trx_addons_hover_team .sc_team_item_title a:hover, .sc_team_featured .trx_addons_hover_team .sc_team_item_title a {
	color: var(--theme-color-alter_hover);
}
.sc_team_featured .trx_addons_hover_team .sc_team_item_subtitle {
	color: var(--theme-color-text_dark);
}

/**
 * Complaint form
*/

/* Wrapper Box */
/* Wrapper Box */
.tint-form-wrapper {
    max-width: 760px;
    margin: auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    margin-top: 20px;
    padding-top: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
}

/* Heading */
.tint-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}

/* Inputs */
.tint-form-group {
    margin-bottom: 25px;
}

.tint-input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
    border-radius: 12px;
    font-size: 16px;
    transition: 0.2s ease;
}

.tint-input:hover {
    background: #fff;
}

.tint-input:focus {
    border-color: #ff7f32;
    background: #fff;
    box-shadow: 0px 0px 0 3px rgba(255, 127, 50, 0.25);
}

/* ROWS */
.tint-row {
    display: flex;
    gap: 20px;
}
.text-center {
    text-align: center;
}

.tint-col {
    flex: 1;
}

/* BUTTONS */
.tint-btn-primary,
.tint-btn-secondary,
.tint-btn-success {
    padding: 14px 26px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.2s;
}

.tint-btn-primary {
    background: #ff7f32;
    color: #fff;
}

.tint-btn-secondary {
    background: #ffe5d3;
    color: #ff7f32;
}

/* IMAGE PREVIEW */
.tint-preview-img {
    display: none;
    width: 180px;
    margin-top: 12px;
    border-radius: 10px;
}

/* ===============================
   ✔ FILE UPLOAD FIX – NEW SECTION
   =============================== */
.tint-file-wrapper {
    width: 100%;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.tint-file-wrapper input[type="file"] {
    width: 100%;
    border: none;
    padding: 0;
    background: transparent;
}

.tint-file-wrapper input[type="file"]:focus {
    outline: none;
    box-shadow: none;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 991px) {
    .tint-form-wrapper {
        padding: 30px;
        border-radius: 16px;
    }

    .tint-row {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .tint-form-wrapper {
        padding: 25px;
        margin: 20px;
    }

    .tint-btn-primary,
    .tint-btn-secondary {
        width: 100%;
        padding: 14px;
    }

    #send-otp {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .tint-form-wrapper {
        padding: 20px;
        border-radius: 14px;
    }

    .tint-title {
        font-size: 22px;
    }
}


/**
 * Join chat 
 */
/* .joinchat__button {
    bottom: 100px !important;
    right: 8px;
 
} */