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






/* ============== HEADER SECTION CSS START ============== */
.container-wrap {
    background: transparent !important;
}

.page-id-10 #header-outer.transparent #top nav > ul > li > a, .page-id-10 #header-outer.transparent #top nav > .sf-menu > li > a span {
    color: #000 !important;
}

#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a span {
    color: #fff;
}

#inr-banner h1 {
    color: #fff !important;
}

.ocm-effect-wrap {
    background: url("https://stagingwebdes.com/get-serious-training/wp-content/uploads/2026/02/body-bg-scaled.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}


header#top ul.sf-menu.sf-js-enabled.sf-arrows li a {position: relative;}

header#top ul.sf-menu.sf-js-enabled.sf-arrows li.current-menu-item a span , header#top ul.sf-menu.sf-js-enabled.sf-arrows li a:hover span {
    color: #67BC46 !important;
}

header#top ul.sf-menu.sf-js-enabled.sf-arrows li a:before {
    content: "";
    background: #67BC46;
    height: 4px;
    width: 4px;
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 3px;
    transition: all 0.5s;
    opacity: 0;
}

header#top ul.sf-menu.sf-js-enabled.sf-arrows li a:hover:before {
    width: 50%;
    opacity: 1;
}

li#menu-item-17 a {
    border: 1px solid #67BC46;
    padding: 10px 35px !important;
    border-radius: 50px;
    text-align: center;
    position: relative !important;
    transition: all 0.5s !important;
    overflow: hidden;
}

li#menu-item-17 a span {
    color: #67BC46;
}

li#menu-item-17 a:before {
    content: "";
    background: #67BC46;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    transition: all 0.5s;
    transform: scale(0.1);
    z-index: 9;
}

li#menu-item-17 a:hover:before {
    transform: scale(15.5);
}

li#menu-item-17 a:hover span {
    position: relative;
    z-index: 9999;
    color: #fff;
}
/* ============== HEADER SECTION CSS END ============== */










/* ============== HERO SECTION CSS START ============== */
a#cta-btn {
    border: 1px solid #67BC46;
    padding: 10px 35px !important;
    border-radius: 50px !important;
    text-align: center;
    position: relative !important;
    transition: all 0.5s !important;
    overflow: hidden;
    font-family: 'Montserrat' !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
a#cta-btn:before{
     content: "";
    background: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    transition: all 0.5s;
    transform: scale(0.1);
    z-index: 9;
}

a#cta-btn:hover:before {
    transform: scale(22.5);
}
a#cta-btn:hover{
    color: #67BC46 !important;
    box-shadow: unset !important;
    transform: unset !important;
}

a#cta-btn:hover span {
    position: relative;
    z-index: 9;
}

h1 {
    color: #1C1C1E !important;
}

img.mian-img {
    border-radius: 50%;
    
  
}

#hero .class-two{
    position: absolute;
    bottom: 0;
    left: 0;
}
.nectar-text-inline-images__marker img {
    position: unset !important;
    top: 0;
    left: 0;
    height: 100%;
    max-width: none;
    width: auto;
}
#hero .class-one .hover-wrap  {
    border-radius: 50% !important;
   
    overflow: hidden;
}
.nectar-text-inline-images__marker {
    display: inline-block;
    position: relative;
    min-width: unset !important;
    clip-path: unset !important;
}



.nectar_video_lightbox.play_button_with_text>span {
    display: flex;
    align-items: center;
}
.green {
    color: #00bd59;
}

.nectar-text-inline-images__inner {
    text-transform: uppercase;
}

#hero  p {
    max-width: 500px;
}

.nectar_video_lightbox.play_button_with_text {
    padding: unset;
    display: inline-block;
}

div#hero #cta-btn {
    margin-right: 20px;
}
/* ============== HERO SECTION CSS END ============== */










/* ============== ABOUT SECTION CSS START ============== */
div#about-sec  .hover-wrap-inner img {
    transition: all 0.5s;
   
}

div#about-sec  .hover-wrap{
    overflow: hidden;
}
/* parent container */
.col-left-images  .vc_column-inner{
  position: relative;
}

/* all images wrap */
.col-left-images .img-with-aniamtion-wrap{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: fadeSlider 9s infinite;
}

/* 1st image */
.col-left-images .img-with-aniamtion-wrap:nth-child(1){
  animation-delay: 0s;
}

/* 2nd image */
.col-left-images .img-with-aniamtion-wrap:nth-child(2){
  animation-delay: 3s;
}

/* 3rd image */
.col-left-images .img-with-aniamtion-wrap:nth-child(3){
  animation-delay: 6s;
}

/* animation */
@keyframes fadeSlider{
  0%{opacity:0;}
  5%{opacity:1;}
  30%{opacity:1;}
  35%{opacity:0;}
  100%{opacity:0;}
}







div#about-sec .hover-wrap-inner img {
    max-height: 750px;
    object-fit: cover;
    border-radius: 10px;
}


div#Apply h2 {
    color: #fff !important;
}

/* ============== ABOUT SECTION CSS END ============== */






/* ============== APPLY SECTION CSS START ============== */

div#Apply {
    padding: 40px 0 !important;
    border-radius: 50px !important;
    overflow: hidden;
    position: relative;
}

div#Apply p {
    color: #fff !important;
    max-width: 600px;
    margin: auto;
}

div#Apply .nectar-text-inline-images__inner {
    color: #fff;
}

div#Apply h2 {
    max-width: 500px;
    margin: auto;
}

div#Apply .row-bg {
    position: relative;
}

/* 1. Pehle Keyframes define karein */
@keyframes infiniteZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* 10% zoom in */
    }
    100% {
        transform: scale(1);
    }
}

/* 2. Pseudo-elements par apply karein */
div#Apply .row-bg:before,
div#Apply .row-bg:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    /* Animation properties */
    animation: infiniteZoom 5s ease-in-out infinite;
    pointer-events: none; /* Taaki clicks block na hon */
}

/* 3. Specific properties (Jo pehle se thi) */
div#Apply .row-bg:before {
    background: url(https://stagingwebdes.com/get-serious-training/wp-content/uploads/2026/02/apply-left.png);
    left: 0;
    top: 0;
    transform-origin: left top; /* Zoom direction left side se */
}

div#Apply .row-bg:after {
    background: url(https://stagingwebdes.com/get-serious-training/wp-content/uploads/2026/02/apply-right.png);
    right: 0;
    bottom: 0;
    background-position: right bottom;
    transform-origin: right bottom; /* Zoom direction right bottom se */
}
/* ============== APPLY SECTION CSS END ============== */









/* ============== SERVICES SECTION CSS START ============== */

div#services h3 {
    color: #1C1C1E;
    font-size: 28px;
    line-height: 36px;
}

div#services .serve-sec {
    text-align: right;
    margin-top: -50px;
    margin-bottom: -50px;
}
div#services .serve-sec p {
    max-width: 300px;
    margin-left: auto;
}
div#services img {
    transition: all 0.5s;
    border-radius: 10px;
}

div#services img:hover {
    transform: scale(1.05);
}
.list-blk ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-blk ul li {
    margin-bottom: 15px;
    padding: 15px 20px;
    border: 1px solid #00bd59;
    border-radius: 12px;
    background: rgba(0, 189, 89, 0.05); /* Subtle green tint */
    backdrop-filter: blur(10px);
    color: #000000; /* Text color */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    gap: 10px;
}

/* Hover Effect: "Shaky" and Glow */
.list-blk ul li:hover {
    background: rgba(0, 189, 89, 0.15);
    transform: translateX(5px) scale(1.02); /* Slight movement and zoom */
    box-shadow: 0 0 20px rgba(0, 189, 89, 0.4);
    border-color: #00bd59;
    cursor: pointer;
}

/* Subtle Shaky Animation on Hover */
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    20% { transform: translate(-1px, -2px) rotate(-0.5deg); }
    40% { transform: translate(-2px, 0px) rotate(0.5deg); }
    60% { transform: translate(1px, 2px) rotate(0deg); }
    80% { transform: translate(-1px, -1px) rotate(0.5deg); }
    100% { transform: translate(1px, 1px) rotate(0deg); }
}

.list-blk ul li:hover {
    animation: shake 0.4s infinite; /* Active only on hover */
    animation-iteration-count: 1; /* Ek baar shake hoke ruk jayega */
}

/* Neon bullet point effect */
.list-blk ul li::before {
    content: '✓';
    margin-right: 15px;
    color: #00bd59;
    font-weight: bold;
    text-shadow: 0 0 8px #00bd59;
}
/* ============== SERVICES SECTION CSS END ============== */





/* ============== CONTACT SECTION CSS START ============== */

div#contact.contact-inr {
    margin: 150px 0px 100px;
}
div#contact {
    background: #ffffff;
    border-radius: 50px;
    padding: 0 !important;
}

.form .row input, .form .row textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 15px !important;
}

.form .row textarea {
    height: 140px;
    border-radius: 20px !important;
}



div#contact  .nectar-split-heading {
    margin-bottom: 10px !important;
}

div#contact  .nectar-text-inline-images {
    margin: unset !important;
}

body[data-form-submit=regular] .container-wrap .form input[type=submit] {
    border: 1px solid #67BC46;
    padding: 10px 35px !important;
    border-radius: 50px !important;
    text-align: center;
    position: relative !important;
    transition: all 0.5s !important;
    overflow: hidden;
    font-family: 'Montserrat' !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

div#contact  iframe {width: 100%;border-radius: 150px 40px 40px 40px;margin-top: -60px;min-height: 700px;}

div#contact .vc_col-sm-5 .vc_column-inner {
    padding: 30px;
}


/* ============== CONTACT SECTION CSS END ============== */








/* ============== FOOTER SECTION CSS START ============== */

div#footer {
    padding-top: 100px !important;
}

div#footer ul {
    margin: unset;
}

div#footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

div#footer ul li a {
    color: #808080;
    transition: all 0.5s;
}

div#footer ul li a:hover {
    color: #00bd59;
}

div#footer h3 {
    font-size: 21px;
    line-height: 29px;
    font-family: 'Montserrat';
    font-weight: 600 !important;
    color: #1C1C1E;
    margin-bottom: 30px;
}

div#footer .tnp-field label {
    display: none;
}

input#tnp-1 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 15px !important;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    border: 1px solid #67BC46;
    padding: 15px !important;
    border-radius: 50px !important;
    text-align: center;
    position: relative !important;
    transition: all 0.5s !important;
    overflow: hidden;
    font-family: 'Montserrat' !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: 100%;
}

div#ft-copyright {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
/* ============== FOOTER SECTION CSS END ============== */

/* counter section CSS start */

#counter .number {
    color: #071B1B !important;
    font-family: 'Montserrat';
    font-weight: bold;
}

#counter .symbol {
    color: #67BC46;
}

#counter .number, #counter .symbol {
    font-size: 74px !important;
    font-size: 82px !important;
}

#counter .subject {
    font-size: 26px;
    line-height: 34px;
    color: #67BC46;
    font-weight: 600;
}

#counter .vc_column-inner {
    border-right: 1px solid #002D01;
}

#counter .no-border .vc_column-inner {
    border: unset !important;
}

/* counter section CSS end */

/* testimonial-slider section CSS start */

#testimonial-slider .carousel-item {
    background: #fff;
    position: relative;
    margin: 0 30px;
    filter: blur(0px);
    transition: 0.6s all !important;
    padding: 50px 50px;
    border-radius: 24px;
}
#testimonial-slider .carousel-item .hover-wrap {
    margin-bottom: unset;
}
#testimonial-slider .owl-stage-outer {
    overflow: visible !important;
}
#testimonial-slider {
    overflow: hidden;
}

#testimonial-slider .owl-item.active .carousel-item p, #testimonial-slider .owl-item.active .carousel-item h2, #testimonial-slider .owl-item.active .carousel-item h3 {
    color: #fff;
}

#testimonial-slider .owl-item.active .carousel-item {
    background: #67BC46;
}
#testimonial-slider .owl-item.active .carousel-item {
    transform: scale(1.2);
}
#testimonial-slider .carousel-item .img-with-aniamtion-wrap img {
    width: 100% !important;
}
#testimonial-slider .owl-item.active .carousel-item {
    transform: scale(1.1);
    filter: blur(0px);
    z-index: 1;
}
.owl-dots .owl-dot span {
    background: #fff !important;   
    width: 10px !important;
    height: 10px !important;
    display: block !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    opacity: 0.6 !important;      
}
.owl-dots .owl-dot.active span {
    background: #fff !important;
    opacity: 1 !important;
    
}
#testimonial-row .owl-dots {
    display: block;
    position: absolute;
    left: 267px;
    top: 429px;
}

#testimonial-slider ul.stars {
    margin: unset;
    display: flex;
    gap: 5px;
}

#testimonial-slider ul.stars li {
    list-style: none;
}

#testimonial-slider ul.stars li i {
    color: #FFA845;
    font-size: 22px;
    line-height: 30px;
}

#testimonial-slider h2 {
    font-size: 45px;
    line-height: 53px;
}

/* testimonial-slider section CSS end */

/* choose section CSS start */

#choose-inr {
    text-align: center;
}

#choose-inr i {
    font-size: 50px;
    line-height: 58px;
    background: #67BC46;
    color: #fff;
    height: 70px;
    width: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#choose-inr h5 {
    color: #3A3A3A;
}

#choose-inr p {
    color: #3A3A3A;
}

#choose-inr .vc_column-inner {
    background: #fff;
    padding: 20px 20px;
    border-radius: 21px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
	border: 1px solid #67BC46;
}

#choose-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #67BC46;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    transition: all 0.5s;
}

#choose-inr .vc_column-inner:hover:before {
    height: 100%;
}

#choose-inr .vc_column-inner:hover p, #choose-inr .vc_column-inner:hover h5 {
    color: #fff;
    transition: all 0.5s;
}

#choose-inr .vc_column-inner:hover i {
    background: #fff;
    color: #67BC46;
    transition: all 0.5s;
}

#inr-choose .right-col {
    text-align: right;
}

/* choose section CSS end */

/* services-inr section CSS start */

#services-inr .vc_column-inner {
    padding: 60px 60px;
    background: #fff;
    border-radius: 42px;
    transition: all 1s;
    border: 1px solid #67bc46c2;
    position: relative;
}

#about-sec.service-inr p {
    font-size: 22px;
    line-height: 30px;
}

#contact.inr-contact {
	margin-top: 100px;
}

#services-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #67BC46;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 42px;
    transition: all 0.5s;
}

#services-inr .vc_column-inner:hover:before {
    height: 100%;
}

#services-inr .vc_column-inner:hover p, #services-inr .vc_column-inner:hover h3 {
    color: #fff;
    transition: all 0.5s;
}

#services-inr p {
    font-size: 28px;
    line-height: 36px;
}

#services-inr .vc_column-inner:hover #cta-btn:before {
    transform: scale(9);
}

#services-inr .vc_column-inner:hover #cta-btn span {
    color: #67BC46 !important;
    position: relative;
    z-index: 99;
}

#services-inr .type-blk {
    position: absolute;
    top: -19%;
    left: -9%;
    z-index: -1;
}

#services-inr .type-blk h2 {
    font-size: 230px;
    color: #1c1c1e17;
}

/* services-inr section CSS end */

/* testimonial section CSS start */

#testimonials-inr .vc_column-inner {
    background: #fff;
    padding: 50px 50px;
    border-radius: 28px;
    transition: all 1s;
    overflow: hidden;
}

#testimonials-inr h3 {
    font-size: 35px;
    line-height: 43px;
}

#testimonials-inr p {
    font-size: 21px;
    line-height: 29px;
}

#testimonials-inr span.client {
    font-size: 31px;
    line-height: 39px;
}

#testimonials-inr ul.stars {
    margin: unset;
    display: flex;
    gap: 5px;
}

#testimonials-inr ul.stars li {
    list-style: none;
}

#testimonials-inr ul.stars li i {
    color: #FFA845;
    font-size: 30px;
    line-height: 38px;
}

#testimonials-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #67BC46;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 42px;
    transition: all 0.5s;
}

#testimonials-inr .vc_column-inner:hover:before {
    height: 100%;
}

#testimonials-inr .vc_column-inner:hover p, #testimonials-inr .vc_column-inner:hover h3 {
    color: #fff;
    transition: all 0.5s;
}

#testimonial h2 {
    text-align: center;
}

/* testimonial section CSS end */





@media only screen and (min-width: 1366px) and (max-width: 1599px){
h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}	
	
div#inr-banner {
    padding: 240px 0px 230px !important;
}

#counter .number, #counter .symbol {
    font-size: 64px !important;
    line-height: 72px;
}

#testimonial-slider .carousel-item {
    padding: 30px 30px !important;
}

#testimonial-slider h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#services-inr .vc_column-inner {
    padding: 40px 40px !important;
}

#services-inr h3 {
    font-size: 27px !important;
    line-height: 35px !important;
}

#services-inr p {
    font-size: 25px !important;
    line-height: 33px !important;
}

#services-inr .type-blk h2 {
    font-size: 200px !important;
}	
	
}






@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
div#Apply p {
    color: #fff !important;
    max-width: 500px;
    margin: auto;
}
div#footer h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 600 !important;
    color: #1C1C1E;
    margin-bottom: 20px;
}
div#services h3 {
    color: #1C1C1E;
    font-size: 24px;
    line-height: 32px;
}
h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}
div#Apply h2 {
    max-width: 440px;
    margin: auto;
}
header#top ul li a {
    font-size: 16px;
    line-height: 24px !important;
}

p {
    font-size: 14px;
    line-height: 22px;
}

div#footer ul li a {
    font-size: 14px;
    line-height: 22px;
}	
	
div#inr-banner {
    padding: 240px 0px 230px !important;
}

#counter .number, #counter .symbol {
    font-size: 54px !important;
    line-height: 62px !important;
}

#testimonial-slider .carousel-item {
    padding: 20px 20px !important;
    margin: 0px 15px !important;
}

#testimonial-slider h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}

#services-inr .vc_column-inner {
    padding: 30px 30px !important;
}

#services-inr h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#services-inr p {
    font-size: 22px !important;
    line-height: 30px !important;
}

#services-inr .type-blk h2 {
    font-size: 170px !important;
}

#testimonial-slider h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#testimonial-slider {
    padding-bottom: 60px !important;
}

div#counter {
    padding-bottom: 60px !important;
}

#counter .subject {
    font-size: 22px !important;
    line-height: 30px !important;
}

#choose-inr .vc_column-inner {
    padding: 15px 15px !important;
}

div#services-inr {
    padding: 60px 0px !important;
}

#testimonials-inr .vc_column-inner {
    padding: 30px 30px !important;
}

#testimonials-inr h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#testimonials-inr span.client {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#testimonial {
    padding: 60px 0px !important;
}
	
	
}



@media only screen and (min-width: 1000px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 999px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}