/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
:root {
    --page_theme: #f12944;
    --page_theme_light: #f129448a;
}

.nectar-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap {
    background: var(--page_theme);
}
.nectar-cta.text_hover_color_776AFF .link_wrap:hover,.container.main-content a:hover {
    color: var(--page_theme) !important;
}
#scrolling-row .inner_row {
    background: var(--page_theme) !important;
}

div#download .row-bg-overlay.row-bg-layer {
    background: linear-gradient(to bottom, var(--page_theme_light)  0%, var(--page_theme)  100%) !important;
}


.imag-mob:not(#banner-inner .imag-mob) {
    width: 250px;
}

div#banner-inner .row-bg.viewport-desktop:before {
    content: '';
    width: 80rem;
    height: 80rem;
    position: absolute;
    top: -40rem;
    left: -40rem;
    background: radial-gradient(circle, var(--page_theme) 0%, rgba(0, 237, 255, 0) 65%);
}


body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap {
    width: 100vw !important;
    transform: translate(-50%, -50%);
    margin: 0;
    top: 50%;
    left: 49%;
}

div#scrolling-row {
    width: 150%;
    max-width: 150%;
}

.container.main-content h2 {
    font-size: 48px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    font-family: 'Poppins';
}

.container.main-content h2,.container.main-content h3,.container.main-content h4,.container.main-content h5,.container.main-content h6,.container.main-content p,.container.main-content a {
    font-family: 'clash' !important;
}

.container.main-content h3 {
    font-size: 60px !important;
    line-height: 60px !important;
    font-weight: 600 !important;
}

.container.main-content h4 {
    font-size: 24px !important;
    line-height: 24px !important;
}

.container.main-content h5 {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: var(--page_theme) !important;
}

.container.main-content a {
    text-decoration: none !important;
}


.container.main-content h1 {
    font-size: 64px !important;
    line-height: 64px !important;
    font-weight: 700 !important;
}






div#banner-inner .row-bg.viewport-desktop:after {
    content: '';
    width: 80rem;
    height: 80rem;
    position: absolute;
    top: -40rem;
    right: -40rem;
    background: radial-gradient(circle, var(--page_theme) 0%, rgba(0, 237, 255, 0) 65%);
}


body *:not(i) {
    font-family: Clash;
}

.ani-col .vc_column-inner {
    position: relative;
}

.ani-col .vc_column-inner:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: za1 5s linear 1s infinite normal forwards;
    z-index: -5;
    transition: 0.5s;
    background: var(--page_theme);
    box-shadow: 0px 0px 110px 110px var(--page_theme);
}

.imag-mob {
    transition: 1.5s;
}
.ani-col .vc_column-inner:hover:before{
	opacity:0;
}
.ani-col .vc_column-inner:hover .imag-mob {
    filter: drop-shadow(0 0px 56px #ffffff);
    transform: scale(1.2) !important;
}

@keyframes za1 {
	0% {
		transform: translate(-50%,-50%)scale(1);
	}

	50% {
		transform: translate(-50%,-50%)scale(1.5);
	}
	100% {
		transform: translate(-50%,-50%)scale(1);
	}
}


.ani-col .vc_column-inner:after {
        content: '';
        width: 440px;
        height: 440px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-size: 100% 100%;
        background-image: url(https://dev1.onlinetesting101.com/glitch/wp-content/uploads/2025/09/Ellipse-2156.png);
        z-index: -2;
        animation: za2 2000s linear 0.2s infinite normal forwards;
}

.ani-col:after {
        all: unset;
        content: '';
        width: 440px;
        height: 440px;
        position: absolute;
        top: 53%;
        left: 47%;
        transform: translate(-50%,-50%);
        background-size: 100% 100%;
        background-image: url(https://dev1.onlinetesting101.com/glitch/wp-content/uploads/2025/09/Ellipse-2156.png);
        z-index: -1;
        animation: za2 2000s linear .4s infinite normal forwards;
}

.ani-col:before {
        content: '';
        width: 440px;
        height: 440px;
        position: absolute;
        top: 47%;
        left: 53%;
        transform: translate(-50%,-50%);
        background-size: 100% 100%;
        background-image: url(https://dev1.onlinetesting101.com/glitch/wp-content/uploads/2025/09/Ellipse-2156.png);
        z-index: -3;
        animation: za2 2000s linear   infinite normal forwards;
}


#download div#r1 .vc_col-sm-3 {
    max-width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#r1 .row_col_wrap_12_inner.col.span_12.center {justify-content: center;align-items: center;}

p {
    color: #ffffffb8;
}

strong {
    color: white;
}

@keyframes za2 {
	0% {
		transform: translate(-50%,-50%)rotateZ(0);
	}

	50% {
		transform: translate(-50%,-50%)rotateZ(36000deg);
	}
	100% {
		transform: translate(-50%,-50%)rotateZ(0);
	}
}


#footer-outer #footer-widgets .row {
    padding: 50px 0px 30px !important;
    border-bottom: 1px solid #ffffff69;
}
div#copyright {
    padding: 13px 0px !important;
}
#footer-outer #footer-widgets .row h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}

li.social-icon i {
    background: var(--page_theme)!important;
    width: 40px !important;
    text-align: center !important;
    height: 40px !important;
    border-radius: 50px !important;
    line-height: 40px !important;
    transition: 0.5s;
}
li.social-icon a {
    opacity: 1 !important;
    margin: 0 !important;
}

li.social-icon a :after {
    display: none !important;
}

li.social-icon i:hover {
    transform: scale(1.15);
}

li.social-icon {
    margin: 0 3px !important;
    padding: 0 !important;
    display: inline-flex;
}


.wpb_text_column.wpb_content_element ul li{
    list-style:none;
    position: relative;
        padding-left: 16px;
}

.wpb_text_column.wpb_content_element ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    background:  var(--page_theme);
    position: absolute;
    top: 7px;
    left: -10px;
    border-radius: 40px;
}

.wpb_text_column.wpb_content_element ul {
    margin-left: 10px;
}

#contact-sec div#contact-box {
    background: transparent;
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 40px;
}

#contact-sec div#contact-box .wpcf7-form-control {
    background: #4F4F5B;
    margin-bottom: 18px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 22px;
}

#contact-sec div#contact-box .wpcf7-form-control::placeholder {
    color: #ffffffb0;
}

#contact-sec div#contact-box textarea {
    height: 140px;
}

#contact-sec div#contact-box input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 13px 55px !IMPORTANT;
    font-family: 'Clash';
    font-weight: 500;
    font-size: 20px;
    background:  var(--page_theme);
}

#contact-sec .iwithtext {
    margin-bottom: 11px;
}

#contact-sec .iwithtext i {
    font-size: 18px;
    line-height: 28px;
}

#contact-sec .iwithtext  .iwt-text {
    padding-left: 41px;
}
.nectar-scrolling-text-inner__text-chunk.has-multiple-items {
    DISPLAY: FLEX;
    GAP: 80PX;
}
#contact-sec .iwithtext a,#contact-sec .iwithtext i {
    color: white;
    transition: 0.5s;
}

#contact-sec .iwithtext:hover * {
    color: var(--page_theme);
}

.wpcf7-response-output {
    background: transparent !important;
    border: none !important;
}

span.wpcf7-not-valid-tip {
    position: relative;
    top: -20px !important;
    background: transparent;
}