@charset 'UTF-8';

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved 

*/


/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/
* {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
}

a {
    color: #004d3d;
}

a:hover,
a:focus {
    color: #004d3d;
}

h1 {
    color: #000000;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    color: #33cc33;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #fca311;
    font-size: 33px;
    font-weight: 400;
}

h4 {
    font-size: 17px;
    font-weight: 500;
    color: #33cc33;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #33cc33;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #fca311;
    margin-bottom: 2rem;
}

.text-primary {
    color: #fca311 !important;
}

.light-font {
    font-weight: 300;
    color: #697783;
    text-align: justify;
    width: 97%;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #004d3d;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    background-image: -webkit-linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    background-image: -ms-linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    background-image: linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient(122deg, #fca311 0%, #fca311 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 18px;
    width: 100%;
}

.light-bg {
    background-color: #e9eaec
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #697783;
}

.container-banner {
    text-align: center;
    padding: 1rem 0;
    width: 90px;
}

.img-banner {
    display: block;
    margin: 0 auto;
    width: 30px;
}

.text-banner {
    display: block;
    font-size: 0.75rem;
}




/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(11, 82, 11);
    background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.btn-outline-light.is-scrolling {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #33cc33;
}

.nav-menu.is-scrolling a,
.nav-menu.menu-is-open a {
    color: #33cc33 !important;
}

.navbar-nav .nav-link {
    position: relative;
}




/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-radial-gradient(circle at right, rgba(103, 201, 77, 1) 0%, rgba(162, 226, 134, 0.8) 50%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 1) 100%);
    background-image: -webkit-radial-gradient(circle at right, rgba(103, 201, 77, 1) 0%, rgba(162, 226, 134, 0.8) 50%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 1) 100%);
    background-image: -ms-radial-gradient(circle at right, rgba(103, 201, 77, 1) 0%, rgba(162, 226, 134, 0.8) 50%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 1) 100%);
    background-image: radial-gradient(circle at right, rgba(103, 201, 77, 1) 0%, rgba(162, 226, 134, 0.8) 50%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 1) 100%);
}



.tagline {
    font-size: 27px;
    font-weight: 300;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:4000px) {
    .img-Cel {
        max-width: 95%;
        margin-top: -200px;
    }

    .card-info {
        margin-top: 50%;
    }
}

@media (max-width:1600px) {
    .img-Cel {
        max-width: 95%;
        margin-top: -141px;
    }

    .card-info {
        margin-top: 50%;
    }
}

@media (max-width:1200px) {
    .img-Cel {
        max-width: 92%;
        margin-top: -116px;
    }

    .card-info {
        margin-top: 50%;
    }
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^='col-']:last-child .card.features {
        margin-bottom: 0;
    }

    .img-Cel {
        max-width: 93%;
        margin-top: -85px;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }

    .navbar-nav>.nav-item>.nav-link.active:after {
        content: '';
        border-bottom: 2px solid #fca311;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }

    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }

    .perspective-phone {
        margin-top: -150px;
    }

    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }

    .tab-content {
        padding: 1.5rem;
    }

    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }

    .card-info {
        margin-top: 0%;
    }


}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }

    .img-holder {
        padding-bottom: 41%;
    }

    .card-info {
        margin-top: 50%;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-container,
    .info-container {
        margin-right: 0;
    }

    .info-container {
        margin-top: 20px;
    }

    .img-Cel {
        max-width: 95%;
        margin-top: -84px;
    }
}

@media (max-width:500px) {
    .img-Cel {
        max-width: 100%;
        margin-top: -49px;
    }
}

@media (max-width:400px) {
    .img-Cel {
        max-width: 100%;
        margin-top: -48px;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #3e816d;
    background: -moz-linear-gradient(top, #fac96b 0%, #33cc33 100%);
    background: -webkit-linear-gradient(top, #fac96b 0%, #33cc33 100%);
    background: linear-gradient(to bottom, #fac96b 0%, #33cc33 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}



.card.features:before {
    content: '';
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #fac96b 0%, #33cc33 100%);
    background: -webkit-linear-gradient(top, #fac96b 0%, #33cc33 100%);
    background: linear-gradient(to bottom, #fac96b 0%, #33cc33 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #33cc33;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}


.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    background-image: -webkit-linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    background-image: -ms-linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    background-image: linear-gradient(122deg, #33cc33 0%, #33cc33 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #697783;
    background: #f3f9f3
}

.nav-tabs .nav-link.active {
    background: #FFF;
    color: #000000;
    position: relative;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: transparent;
    /* Hacer el borde transparente */
}

/* Pseudo-elemento para simular el gradiente en el borde superior */
.nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    /* Igual al ancho del borde superior */
    background: linear-gradient(to right, #33cc33 0%, #fac96b 100%);

}



/*  TESTIMONIALS

----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px #FCA313;
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #33cc33;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #33cc33;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/



.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fca311;
}

.text-price {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #fca311;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: start;
    color: #697783;
    padding: .3rem 1.2rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #000000;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #004d3d;
    max-width: 650px;
    margin: 0 auto;
}

/*  FOOTER
----------------------*/

.social-icons {
    font-size: 25px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.social-icons a:hover span {
    color: #004d3d;
}


/* Styles Person */

.img-size {
    height: 50px;
}

.fa-styles {
    font-size: 45px;
    width: 50px;
}

.fa-down {
    font-size: 100px;
}

.img-download {
    width: 200px;
}

.text-cuadro {
    text-align: justify;
    width: 100%;
    max-width: 1060px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 10px auto;
    box-sizing: border-box;
}


.text-font {
    font-size: 131%;
}

.text-primary-2 {
    color: #004d3d;
    font-weight: 600;
    font-size: 20px;
}

.img-log-fond {
    width: 100%;
    height: 100%;
}

.img-cuenta {
    max-width: 100%;
    height: auto;
}


/*//////////////////////*/

/* Estructura general */
.section-area {
    display: flex;
    justify-content: center;
    padding: 40px;
    background-color: #f2f3f7;
}

.form-row {
    display: flex;
    width: 100%;
}

.form-container,
.info-container {
    padding: 40px;
    border-radius: 5px;
}

.form-container {
    flex: 1;
    background-color: #ffffff;
    margin-right: 20px;
}

.info-container {
    flex: 0.6;
    background-color: #33cc33;
    color: #ffffff;
}

/* Estilos del formulario */
.title-blue {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 20px;
}

.input-wrapper {
    margin-bottom: 20px;
}

.input-full {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #333;
    background-color: transparent;
    color: #333;
}

.input-full::placeholder {
    color: #666;
}

.submit-button {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    background-color: #33cc33;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #fca311;
}


/* Información de contacto */
.contact-title {
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 20px;
}

.info-box h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.info-box p {
    color: #ffffff;
    font-size: 0.95em;
}

.message-warning,
.message-success {
    display: none;
    font-size: 1.5rem;
    line-height: 2;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
}

.message-warning {
    color: #ff6163;
}

.message-success {
    color: #39b54a;
}

.message-warning i,
.message-success i {
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Estilo del interruptor */
.toggle-container {
    text-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
    color: #3e816d;
    font-size: 35px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 0;
    right: 0;
    bottom: -21px;
    background-color: #fca311;
    transition: 0.4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #4CAF50;
}

input:checked+.slider:before {
    transform: translateX(27px);
}

.original-price {
    display: block;
    text-decoration: line-through;
    color: red;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.popular-badge {
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: orange;
    color: white;
    padding: 5px 10px;
    font-size: 0.8em;
    border-radius: 5px;
    font-weight: bold;
    z-index: 1;
}

.card-head {
    position: relative;
    padding-top: 20px;
}

.popular-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ca5d2e;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: bold;
}

.fa-bars.is-scrolling {
    color: #33cc33
}

.icon-check {
    color: #697783;
}

.highlighted-benefit {
    font-weight: bold;
    padding: 4px;
    border-radius: 4px;
}