/*
Theme Name: TVSindeon
Theme URI: https://tvsindeon.com
Author: TVSindeon
Author URI: https://tvsindeon.com
Description: Speed-optimized WordPress theme with full Elementor & Elementor Pro Theme Builder support.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tvsindeon
Tags: elementor, elementor-pro, animation, speed-optimized, custom-header, custom-footer
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Satoshi', 'Satoshi Variable', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1a2e;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

.elementor-location-header,
.elementor-location-footer {
    position: relative;
    z-index: 100;
}

body.elementor-template-canvas #site-header,
body.elementor-template-canvas #site-footer {
    display: none;
}

.elementor-sticky--active {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#page { display: flex; flex-direction: column; min-height: 100vh; }
#content { flex: 1; }
.site-main { padding: 0; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.5em;
}

p { margin-bottom: 1em; }

.tvs-fade-in { opacity: 0; animation: tvsFadeIn 0.8s ease forwards; }
.tvs-fade-up { opacity: 0; transform: translateY(40px); animation: tvsFadeUp 0.8s ease forwards; }
.tvs-fade-down { opacity: 0; transform: translateY(-40px); animation: tvsFadeDown 0.8s ease forwards; }
.tvs-fade-left { opacity: 0; transform: translateX(-40px); animation: tvsFadeLeft 0.8s ease forwards; }
.tvs-fade-right { opacity: 0; transform: translateX(40px); animation: tvsFadeRight 0.8s ease forwards; }

.tvs-zoom-in { opacity: 0; transform: scale(0.8); animation: tvsZoomIn 0.7s ease forwards; }
.tvs-zoom-out { opacity: 0; transform: scale(1.2); animation: tvsZoomOut 0.7s ease forwards; }

.tvs-slide-up { transform: translateY(100%); animation: tvsSlideUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
.tvs-slide-left { transform: translateX(-100%); animation: tvsSlideLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
.tvs-slide-right { transform: translateX(100%); animation: tvsSlideRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }

.tvs-flip-x { opacity: 0; transform: rotateX(90deg); animation: tvsFlipX 0.7s ease forwards; }
.tvs-flip-y { opacity: 0; transform: rotateY(90deg); animation: tvsFlipY 0.7s ease forwards; }

.tvs-bounce-in { opacity: 0; transform: scale(0.3); animation: tvsBounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; }
.tvs-elastic { animation: tvsElastic 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; }

.tvs-rotate-in { opacity: 0; transform: rotate(-180deg) scale(0.5); animation: tvsRotateIn 0.8s ease forwards; }

.tvs-blur-in { opacity: 0; filter: blur(20px); animation: tvsBlurIn 0.8s ease forwards; }

.tvs-glitch { animation: tvsGlitch 0.5s linear infinite; }

.tvs-typewriter {
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid currentColor;
    animation: tvsTypewriter 3s steps(40) forwards, tvsBlink 0.75s step-end infinite;
}

.tvs-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: tvsShimmer 1.5s infinite;
}

.tvs-pulse { animation: tvsPulse 2s ease-in-out infinite; }
.tvs-float { animation: tvsFloat 3s ease-in-out infinite; }
.tvs-shake { animation: tvsShake 0.5s ease-in-out; }

.tvs-scroll-fade-up { opacity: 0; transform: translateY(50px); transition: opacity 0.7s ease, transform 0.7s ease; }
.tvs-scroll-fade-up.tvs-animated { opacity: 1; transform: translateY(0); }

.tvs-scroll-fade-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.7s ease, transform 0.7s ease; }
.tvs-scroll-fade-left.tvs-animated { opacity: 1; transform: translateX(0); }

.tvs-scroll-fade-right { opacity: 0; transform: translateX(50px); transition: opacity 0.7s ease, transform 0.7s ease; }
.tvs-scroll-fade-right.tvs-animated { opacity: 1; transform: translateX(0); }

.tvs-scroll-zoom-in { opacity: 0; transform: scale(0.85); transition: opacity 0.7s ease, transform 0.7s ease; }
.tvs-scroll-zoom-in.tvs-animated { opacity: 1; transform: scale(1); }

.tvs-stagger > * { opacity: 0; transform: translateY(30px); transition: opacity 0.5s ease, transform 0.5s ease; }
.tvs-stagger.tvs-animated > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.1s; }
.tvs-stagger.tvs-animated > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.2s; }
.tvs-stagger.tvs-animated > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.3s; }
.tvs-stagger.tvs-animated > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.4s; }
.tvs-stagger.tvs-animated > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.5s; }
.tvs-stagger.tvs-animated > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.6s; }

.tvs-delay-1 { animation-delay: 0.1s; }
.tvs-delay-2 { animation-delay: 0.2s; }
.tvs-delay-3 { animation-delay: 0.3s; }
.tvs-delay-4 { animation-delay: 0.4s; }
.tvs-delay-5 { animation-delay: 0.5s; }
.tvs-delay-6 { animation-delay: 0.6s; }
.tvs-delay-7 { animation-delay: 0.7s; }
.tvs-delay-8 { animation-delay: 0.8s; }
.tvs-delay-9 { animation-delay: 0.9s; }
.tvs-delay-10 { animation-delay: 1s; }

.tvs-dur-fast { animation-duration: 0.3s !important; }
.tvs-dur-normal { animation-duration: 0.6s !important; }
.tvs-dur-slow { animation-duration: 1.2s !important; }
.tvs-dur-slower { animation-duration: 2s !important; }

@keyframes tvsFadeIn { to { opacity: 1; } }
@keyframes tvsFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes tvsFadeDown { to { opacity: 1; transform: translateY(0); } }
@keyframes tvsFadeLeft { to { opacity: 1; transform: translateX(0); } }
@keyframes tvsFadeRight { to { opacity: 1; transform: translateX(0); } }
@keyframes tvsZoomIn { to { opacity: 1; transform: scale(1); } }
@keyframes tvsZoomOut { to { opacity: 1; transform: scale(1); } }
@keyframes tvsSlideUp { to { transform: translateY(0); } }
@keyframes tvsSlideLeft { to { transform: translateX(0); } }
@keyframes tvsSlideRight { to { transform: translateX(0); } }
@keyframes tvsFlipX { to { opacity: 1; transform: rotateX(0); } }
@keyframes tvsFlipY { to { opacity: 1; transform: rotateY(0); } }
@keyframes tvsRotateIn { to { opacity: 1; transform: rotate(0) scale(1); } }
@keyframes tvsBlurIn { to { opacity: 1; filter: blur(0); } }

@keyframes tvsBounceIn {
    0% { opacity: 0; transform: scale(0.3); }
    50% { opacity: 1; transform: scale(1.05); }
    70% { transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes tvsElastic {
    0% { transform: scale(1); }
    30% { transform: scale(1.25); }
    40% { transform: scale(0.75); }
    50% { transform: scale(1.15); }
    65% { transform: scale(0.95); }
    75% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes tvsGlitch {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-3px, 3px); }
    40% { transform: translate(-3px, -3px); }
    60% { transform: translate(3px, 3px); }
    80% { transform: translate(3px, -3px); }
}

@keyframes tvsTypewriter { from { width: 0; } to { width: 100%; } }
@keyframes tvsBlink { 50% { border-color: transparent; } }

@keyframes tvsShimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes tvsPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes tvsFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes tvsShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-8px); }
    40% { transform: translateX(8px); }
    60% { transform: translateX(-5px); }
    80% { transform: translateX(5px); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.elementor-section, .e-container, .e-con { will-change: auto; }
.elementor-widget-image img { width: 100%; }
.elementor-page { opacity: 1; transition: opacity 0.3s ease; }

/* Custom css */
/*
.elementor-location-footer {
    position: relative;
    z-index: -1;
}
*/
.tvs-sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.tvs-scrolled {
	
}
.tvs-scrolled .e-con-inner {
    background: rgba(0, 0, 0, 0.6);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding: 10px 30px !important;
    border-radius: 0px 0px 30px 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.conversation-form {
	position: relative!important;
    z-index: 101!important;
}
.elementor-location-header {
    z-index: 102;
}
.header-nav elementor-item-anchor:hover{
	color: #61CE70!important;
}
/*.e-con.product-solutions.elementor-sticky--active {
    position: sticky !important;
}*/

@media (max-width: 370px) {
	.header-contact {
		display: none;
	}
	.tvs-scrolled .elementor-15 .elementor-element.elementor-element-f46f14d {
        --width: 56%;
    }
}

.gform_required_legend {
	display: none;
}
.gfield .gfield_label {
	font-family: "Satoshi", Sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    color: #160007!important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    background-color: #ffffff;
    border-color: #DADADA;
    border-radius: 10px 10px 10px 10px;
    height: 48px;
}
.gform-theme--foundation .gfield textarea.large {
    min-block-size: 9rem!important;
    background-color: #ffffff;
    border-color: #DADADA;
    border-radius: 10px 10px 10px 10px;
    height: 80px !important;
}
.gform_button.button {
	background-color: #19AB5680!important;
    color: #ffffff!important;	
	font-family: "Satoshi", Sans-serif!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 24px!important;
    border-radius: 10px 10px 10px 10px!important;
    padding: 12px 12px 12px 12px!important;
	flex-basis: 100%!important;
	min-height: 40px!important;
}
.gform_button.button:hover {
	background-color: #19AB56!important;
    color: #ffffff!important;
}
.gform-theme--foundation .gfield--width-half {
	margin-top: -20px;
}
.elementor-button-content-wrapper {
    text-align: left;
}
.product-solutions{
    align-self:flex-start;
}

.product-solutions.elementor-sticky--effects{
    top: 110px !important;
}

.product-solutions.elementor-sticky--active{
    position: fixed !important;
    top: 110px !important;
}

.product-solutions.elementor-sticky--inactive{
    position: absolute !important;
    bottom: 0;
    top: auto !important;
}

.textunderline a.elementor-button span.elementor-button-text {
	position: relative;
}
.textunderline a.elementor-button span.elementor-button-text:after {
	content: '';
	display: none;
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #ffffff;
}
.textunderline:hover a.elementor-button span.elementor-button-text:after {
	display: block;
}

.pillar-wrap a.elementor-button {
	display: block;
}

@media (max-width: 1240px) {
	.elementor-nav-menu--main .elementor-nav-menu a {
		padding: 13px 10px!important;
	}
}
@media (max-width: 1240px) {
    .elementor-nav-menu--main .elementor-nav-menu a {
        padding: 13px 10px !important;
        font-size: 14px !important;
    }
	header a.elementor-button .elementor-button-text {
		font-size: 14px !important;
	}
}
@media (max-width: 767px) {
	.tvs-scrolled {
		padding-top: 0px!important;
	}
    .tvs-scrolled .elementor-element {
        padding-top: 0px!important;
        padding-bottom: 2px!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
	
    .e-con{
        flex-wrap:nowrap !important;
    }

    img{
        max-width:100%;
        height:auto;
        display:block;
    }
	
	/* ===== MOBILE MENU MODERN DESIGN ===== */

    /* Header */
    .elementor-location-header{
        position:relative;
        z-index:99999;
    }

    /* Nav widget */
    .elementor-widget-nav-menu{
        position:relative;
    }

    /* MOBILE DROPDOWN */
    .elementor-nav-menu--dropdown{

        position:fixed !important;

        top:85px !important;
        left:14px !important;
        right:14px !important;

        width:auto !important;
        max-width:none !important;

        margin:0 !important;

        background:rgba(15,15,20,.72) !important;

        backdrop-filter:blur(14px);
        -webkit-backdrop-filter:blur(14px);

        border-radius:24px !important;

        padding:18px !important;

        border:1px solid rgba(255,255,255,.06);

        z-index:999999 !important;

        overflow:hidden !important;

        transform:none !important;

        /* IMPORTANT */
        display:none !important;
        opacity:0 !important;
        visibility:hidden !important;

    }

    /* OPEN STATE */
    .elementor-menu-toggle[aria-expanded="true"] ~ .elementor-nav-menu--dropdown,
    .elementor-nav-menu--dropdown[aria-hidden="false"]{

        display:block !important;
        opacity:1 !important;
        visibility:visible !important;

        left:14px !important;
        right:14px !important;
    }

    /* REMOVE ELEMENTOR INLINE POSITION */
    .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        left:14px !important;
        width:auto !important;
        transform:none !important;
        max-height:none !important;
    }

    /* MENU ITEMS */
    .elementor-nav-menu--dropdown .menu-item{
        width:100%;
    }

    .elementor-nav-menu--dropdown .menu-item a{

        display:block !important;

        width:100%;

        padding:18px !important;

        margin-bottom:12px !important;

        border-radius:16px !important;

        background:rgba(255,255,255,.04);

        color:#fff !important;

        border:1px solid rgba(255,255,255,.05);

        text-decoration:none !important;
    }

    /* HOVER */
    .elementor-nav-menu--dropdown .menu-item a:hover{

        background:rgba(255,255,255,.08);

    }

    @keyframes mobileMenuFade{
        from{
            opacity:0;
            transform: translateY(-15px);
        }
        to{
            opacity:1;
            transform: translateY(0);
        }
    }

}