/* variables */
:root {
    --text-color: rgb(26, 25, 25);
    --primary-color: rgb(44, 140, 244);
    --secondary-color: #0A82FF;
    --field-text-color: rgb(19, 19, 19);
    --field-place-color: black;
    --field-color: white;
    /*--field-color: rgb(230, 230, 230);*/
}

.bar-end h3
{
    font-size: 18px;
    color: var(--text-color);
    font-weight: bold;   
}
.bar-end h3 i
{
    margin-right: 12px;
}
.bar-end h3 span
{
    font-weight: 400;
}

.links
{
    list-style: none;
    padding: 0;
}
.links a
{
    text-decoration: none;
    margin-right: 40px;
}
.links li
{
    display: inline-block;
    margin-bottom: 10px;
    color: var(--text-color);
    font-weight: 500;
    font-size: 17px;
    font-weight: 500;
   
}


.progress-counter {
    width: 70%;
    height: 4px;
    background-color: black;
    position: relative;
    border-radius: 20px;
    margin-left: 14%;
    margin-bottom: -3px;
    z-index: 10;
    top: 24px;
}
.progress-pin
{
    position: absolute;
    top: -33px;
    z-index: 20;
    left: -15px;
    margin-left: 0%;
    transition: 0.4s;
    font-size: 10px;
    font-family: "Oswald";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    height: 25px;
    width: 25px;
}
.progress-pin::after
{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 50% 0;
    background-color: black;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

}
.counter-inner
{
    width: 0;
    background-color: var(--primary-color);
    height: inherit;
    border-radius: inherit;
    transition: 0.4s;
}

.steps {
    border-radius: 30px;
    background-color: #F9F9FE;
    box-shadow: 0px 7px 45px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    min-height: 300px;
    height:98%;
    overflow: hidden;
    padding: 80px 30px 30px 30px;
    display: grid;
    align-content: center;
    position: relative;
}
.wrapper {
    width:390px;
    margin: 0 auto;
    display: grid;
    height: 100%;
    align-content: center;
    padding-top: 20px;
    margin-bottom: 70px;
}
article .main-heading
{
  font-size: 35px;
  color: var(--text-color);
  font-weight: bold;
  line-height: 2;
}
article .main-text
{
    font-size: 18px;
    font-family: "Roboto";
    color: var(--field-place-color);
    line-height: 1.5;
    width: 70%;
}
.form-inner
{
    position: relative;
}
.right-map
{
    position: absolute;
    top: 30px;
    right: 30px;
}
.steps-inner
{
/*    margin-top: 50px;*/
}
/*.radio-field
{
    width: 100%;
    height: 255px;
    text-align: center;
    position: relative;
    display: grid;
    place-content: center;

}
.radio-field input
{
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    border: solid 2px transparent;
    transition: 0.4s ease;

}
.radio-field input:checked
{  
    border-color: var(--secondary-color);
    box-shadow: none;
}
.radio-field img, .radio-field label
{
    position: relative;
    z-index: 100;
    display: block;
    pointer-events: none;
}
.radio-field img
{
    border: solid 1px rgb(166,198,255);
    border-radius: 12px;
    width: auto;
    margin: 0 auto;
}
.radio-field label
{
    font-size: 22px;
    color: var(--text-color);
    line-height: 3;
    font-weight: bold;
}*/

#step1 .next-prev, .custom-xiply-step-2 .next-prev, .custom-xiply-step-3 .next-prev {
    justify-content: center;
}
.next-prev {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
    .next-prev button, .btn-default  button{
        background-color: var(--secondary-color);
        box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
        padding: 0 20px;
        height: 53px;
        border-radius: 50px;
        font-size: 15px;
        color: rgb(255, 255, 255);
        font-weight: 600;
        transition: 0.4s ease;
        text-transform: uppercase;
        border: solid 2px transparent;
    }

.btn-default  button { 
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.next-prev .prev
{
    background-color: rgb(234, 234, 234);
    color: rgb(42, 42, 42);
}
.next-prev button i
{
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.4s ease;
}
.next-prev .nxtbtn:hover i, .next-prev .apply:hover i {
    transform: translateX(10px);
}
.next-prev .prev:hover i
{
    transform: translateX(-10px);
}



/* step2 */

.input-field, .select-field
{
    width: 100%;
    height: auto;
    position: relative;
}
    .input-field label, .radio-box label {
        font-size: 16px;
        color: rgb(101, 101, 101);
        line-height: 1.8;
        font-weight: 300;
        margin-bottom: 10px;
        display: block;
    }
.input-field label i, .radio-box label i
{
    margin-left: 10px;
}

.select-field select
{
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
}
.select-field select+span::after
{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: rgb(96,99,108);
    border-left: solid 2px var(--field-color);
    position: absolute;
    right: 20px;
    top: 46%;
    pointer-events: none;
    width: 30px;
    text-align: right;
}
.input-field input, .select-field select, .input-field textarea
{
    border: solid 2px var(--field-color);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 60px;
    font-size: 14px;
    color: var(--field-place-color);
    padding: 0 20px;
    transition: 0.4s ease;
    margin-bottom: 10px;
}
.input-field .textarea
{
    min-height: 150px;
    padding-top: 20px;
}
  .input-field input:focus, .select-field select:focus, .input-field textarea:focus
  {
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
    border-color: var(--secondary-color);
    outline: none;
  }
.field-c
{
    display: flex;
    border: solid 2px var(--field-color);
    border-radius: 5px;
    height: 60px;
    transition: 0.4s ease;
    margin-bottom: 30px;

}
.field-c .second
{
    -webkit-appearance: none;
    border-radius: 5px;
    background-color: rgb(236, 240, 249);
    min-width: 59px;
    height: 100%;
    border: 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: rgb(101, 101, 101);
    font-weight: 500;
    position: relative;
    outline: solid 2px rgb(236, 240, 249);
}
.field-c .text
{
    font-size: 20px;
    color: var(--field-place-color);
    line-height: 60px;
}
.field-c input
{
    border: 0;
    margin-bottom: 0;
    height: 56px;
}
.focused .second
{
    outline-color: var(--secondary-color);
}
.field-c .second:focus
{
    outline-color: var(--secondary-color);
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
}
.field-c:focus-within
{
    border-color: var(--secondary-color);
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.07);
    border-color: var(--secondary-color);
    outline: none;
}
.radio-single
{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.radio-single input
{
    -webkit-appearance: none;
    border-radius: 50%;
    background-color: var(--field-color);
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
}
.radio-single input:checked::before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
    background-color: var(--secondary-color);
    width: 12px;
    height: 12px;
    border-radius: 50%;

}
.radio-single span
{
    font-size: 16px;
    color: var(--field-place-color);
    margin-left: 8px;
}
.info-text
{
    border: solid 2px rgb(215, 230, 252);
    border-radius: 5px;
    background-color: rgb(243, 247, 255);
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(10, 63, 153);
    line-height: 1.4;
    font-weight: 500;
    display: flex; 
    margin-top: 20px;
}
.info-text i
{
    font-size: 20px;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-right: 20px;
}
#customForm
{
    height: auto;
    position: relative;
}
#customForm #remove
{
    position: absolute;
    width: 31px;
    background-color: rgb(255, 255, 255);
    height: 31px;
    border-radius: 50%;
    border: solid 2px var(--text-color);
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    right: -30px;
    bottom: 45px;
      
}
#accordion
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.add-button button
{
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
}
.add-button button::before
{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    display: inline-block;
}
.collapsed::before
{
    content: "\2b" !important;
}
.accordion-inner
{
    margin-top: 20px;
}
.accordion-inner button
{
    border: solid 2px rgb(215, 230, 252);
    border-radius: 5px;
    background-color: rgb(243, 247, 255);
    color: rgb(10, 63, 153);
    font-weight: 500;
    padding: 10px 20px;
    min-height: 50px;
}
.accordion-inner button::before
{
    display: none;
}




























.thankyou-page .logo
{
    justify-content: center;
    margin-top: 60px;
}
.thankyou-page .logo-icon
{
    width: 55px;
    margin-right: 10px;
}
.thankyou-page .logo .logo-icon img
{
    width: 100%;
}
.thankyou-page .logo-text
{
    font-size: 65px;
}
.thankyou-page .main-inner
{
    background-image: url(../images/thankyou-bg.png) !important;
    background-color: var(--text-color-hover);

}
.thankyou-page article
{
    text-align: center;
    margin-top: 80px;
}
.thankyou-page article h1
{
        font-size: 75px;
        font-weight: bold;
        text-transform: uppercase; 
}
.thankyou-page article h1 span
{
    display: block;
    font-size: 80px;
    font-weight: 900;
    color: var(--primary-color);
}
.thankyou-page article span
{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
}
.thankyou-page article p
{
    font-size: 18px;
    font-family: "Myriad Pro";
    color: var(--secondary--text-color);
    margin: 0 auto;
    margin-top: 45px;
    width: 39%;
}
.social-media
{
    text-align: center;
    margin: 40px auto;
    background-color: var(--text-color-hover);
    width: 30%;
    padding: 6px 10px;
}
.social-media a
{
    border: solid 1px rgb(244, 244, 244);
    border-radius: 5px;
    background-color: transparent;
    color: var(--secondary--text-color);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
}
.social-media a i
{
    margin-right: 10px;
    font-size: 20px;
}
.back-home
{
    width: 188px;
    height: 63px;
    margin: 0 auto;
}
.back-home a
{
    background-color: var(--primary-color);
    border-radius: 50px;
    color: var(--text-color-hover);
    width: 100%;
    display: block;
    line-height: 63px;
    text-align: center;
    text-decoration: none;
    height: 100%;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: 0;

}







#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;

}













#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}


.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative;
}
.logoBtop { 
    height:150px; 
    width:auto;
}
.right-img { 
    text-align:right;
    margin-bottom:20px;
}
.side-text h2 {
    font-size: 48px;
    color: var(--field-text-color);
    font-weight: bold;
    line-height: 1.2;
}
.side-text p {
    font-size: 20px;
    color: var(--field-text-color);
    line-height: 1.5;
}
.steps-inner .row {
    height: 597px;
    overflow: auto;
}
.mt-5px { 
    margin-top:5px !important;
}
.steps-inner .row-with-tip {
    height: 505px;
    overflow: auto;
}
#social-icons {
    margin-bottom: 15px;
}
.social-slot {
    width: 50px;
    height: 50px;

    position: relative;
}
    .social-slot button {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        font-size: 26px;
        background-color: #cccccc;
        padding: 0;
        color: white;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        padding-top:-10px;
    }
.mt-20px { 
    margin-top:20px !important;
}
    .social-slot img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        font-size: 24px;
    }

    .social-slot img {
        object-fit: cover;
        border: 2px solid #ddd;
    }
.custom-tooltip {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    background-color: #7b2cbf; /* purple */
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 100%;
}

    .custom-tooltip i, .custom-tooltip1 i {
        color: gold;
    }

.img-placeholder1 {
    height: 200px;
    width: auto;
}
.img-placeholder2 {
    height: 200px;
    width: auto;
}
.input-field input {
    font-size: 18px;
    color: var(--field-place-color);
    background-color: white;
    border: 0;
    border-bottom: solid 3px var(--field-color);
    width: 100%;
    position: relative;
    transition: .4s ease;
}
.upload-circle {
    width: 70px;
    height: 70px;
    cursor: pointer;
    font-size: 34px;
    transition: all 0.3s ease;
}

.logo-preview {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
}
.custom-tooltip1 {
    transform: translateX(20%) translateY(50%);
    background-color: #7b2cbf;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin-top:40px;
}
.custom-tooltip-square {
    width: 100%;
    height: 82px;
    background-color: #f3e9ff;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: row;
}
.custom-tooltip-square p { 
    line-height:1.2;
}
.tooltip-icon {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tooltip-icon img {
        width: 64px;
        height: 64px;
        object-fit: contain;
    }
.bg-purple .text-content { 
    width:85%;
}
.form-label {
    color: #ACACAB !important;
}
.form-group .row { 
    display:block; 
    margin-bottom:15px;
}
.mb-15 { 
    margin-bottom:15px;
}
.form-group  .height-80 { 
    margin-bottom:8px;

}
.text-content {
    width: 85%;
}

.tooltip-heading {
    color: #7b2cbf; /* dark purple */
    font-weight: 600;
    font-size: 0.9rem;
}

.text-content p {
    font-size: 0.9rem;
    color: #333;
}
.btn.active-option {
    transition: 0.2s;
}

    .btn.active-option input[type="checkbox"] {
        display: none;
    }

    .btn.active-option.active {
        background-color: #7b2cbf;
        color: white;
        border-color: #7b2cbf;
    }
.revealfield {
    animation: revealfield 0.5s linear forwards;
}

.revealfield i { 
    z-index:10;
}

.question {
    margin-top: 50px;
    margin-bottom: 40px;
}

    .question h2 {
        font-size: 28px;
        color: var(--text-color);
    }

    .question p {
        font-size: 20px;
        color: rgb(156, 156, 156);
        width: 55%;
        margin: 0 auto;
    }


.radio-field {
    position: relative;
    height: 63px;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-left: auto;
    transition: 0.4s;
    z-index: 1;
}

    .radio-field::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 100%;
        border-radius: 6px;
        display: grid;
        height: calc(100% - 4px);
        background-color: var(--primary-color);
        transition: 0.4s;
        z-index: -1;
    }

    .radio-field::after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        font-weight: 900;
        color: var(--primary-color);
        position: absolute;
        top: 29px;
        left: 2%;
        background-color: var(--field-color);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        z-index: -1;
    }

.active-survey::after {
    z-index: 6;
}

.radio-field input {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--field-color);
    border: solid 2px rgb(232, 237, 254);
    border-radius: 6px;
    cursor: pointer;
    transition: 0.4s;
    right: 0;
    margin-left: auto;
    z-index: 7;
}

.radio-field label, .radio-field i {
    position: relative;
    z-index: 10;
    pointer-events: none;
    transition: 0.4s;
}

.radio-field input:hover {
    border-color: var(--primary-color);
}


.radio-field input:checked {
    width: 88%;
    border-color: var(--primary-color);
}

.active-survey::before {
    width: 100%;
    z-index: 1;
}

.active-survey {
    padding-left: calc(8% + 20px);
}

.radio-field i {
    border-radius: 50%;
    background-color: rgb(233, 238, 255);
    min-width: 54px;
    display: grid;
    align-content: center;
    justify-content: center;
    height: 54px;
    font-size: 22px;
    color: var(--primary-color);
}


.radio-field label {
    font-size: 17px;
    color: var(--text-color);
    font-weight: normal;
    margin-left: 10px;
    text-align: left;
}

.radio-field input:checked ~ label {
    color: var(--primary-color);
}

.height-80 { 
    height:80px;
}
.scroll-picker-wrapper {
    width: 120px;
    height: 160px;
    overflow-y: scroll;
    border-radius: 16px;
    background: #f3e9ff;
    margin: 0 auto;
    text-align: center;
    scroll-snap-type: y mandatory;
}

.scroll-picker li {
    height: 40px;
    line-height: 40px;
    scroll-snap-align: center;
    font-size: 1.2rem;
    color: #333;
}

.signup-btn {
    padding-top: 10px;
}
 /*   .signup-btn .label {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }


    .signup-btn button {
        background-color: rgb(0, 119, 181);
        height: 70px;
        width: 100%;
        border: solid 2px transparent;
        border-radius: 50px;
        font-size: 15px;
        font-family: "Roboto";
        color: rgb(255, 255, 255);
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom:20px;
    }*/
      /*  .signup-btn button i {
            font-size: 20px;
            margin-right: 10px;
        }*/
.display-block { 
    display:block;
}
.row-custom-fix {
    height: 320px !important;
    overflow: hidden !important;
}
.upload-placeholder {
    cursor: pointer;
    display: inline-block;
    text-align: center;
}


.upload-instructions p {
    font-size: 0.9rem;
    color: #333;
}
.custom-tooltip-square-1-img {
    border-radius: 12px;
    height: 82px;
    margin: auto;
    margin-top: -10px;
}
.
.custom-tooltip-square-1 {
    margin-top: -15px !important;
    z-index: 10;
   width:100%;
    margin: auto;

}
.custom-tooltip-square-1-txt {
    margin-top: 32px;
    height:82px;
}
.custom-tooltip-square i {
    color: gold;
    font-size: 20px;
}
.custom-tooltip-square-1 i {
    color: gold;
    font-size: 20px;
}
.img-select-box {
    z-index: 100;
    width: 64px;
}
.bg-purple {
    background-color: #8C8CEC !important;
    color:white !important;
}
.bg-purple p { 
    color:white;
}

.btn-gradient-blue,
.btn-gradient-rose {
    color: #fff;
    font-weight: 500;
    border: none;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin:auto;
    min-width:260px;
    min-height:53px;
}

.btn-gradient-blue {
    background: linear-gradient(to right, #3b82f6, #1d4ed8); /* blue */
}

.btn-gradient-rose {
    background: linear-gradient(to right, #f43f5e, #be185d); /* rose */
}

    /* Hover Shine Effect */
    .btn-gradient-blue::after,
    .btn-gradient-rose::after {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) );
        transform: skewX(-25deg);
        transition: all 0.5s ease;
    }

    .btn-gradient-blue:hover::after,
    .btn-gradient-rose:hover::after {
        left: 130%;
    }

    /* Hover Text Color (white enforced) */
    .btn-gradient-blue:hover,
    .btn-gradient-rose:hover {
        color: #fff;
    }
.graph-container { 
    margin-top:50px !important;
}
.graph-row { 
    display:block;
    height:auto !important;
}
.lbl-txt-addlogo {
    margin-top: 15px;
    font-size: 14px;
    color: gray;
}
.f-36 { 
    font-size:36px;
}
.f-32 { 
    font-size:32px;
}
.f-28 {
    font-size: 28px;
}
.custom-tooltip-blank { 
    opacity:0;
}
.row-with-tip {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.xiply-growth-card .step-title { 
    margin-top:5px;
}
.mt-30px { 
    margin-top:30px;
}
.xiply-growth-card .step-content { 
    margin-top:10px;
}
.display-block  { 
    display:block !important;
}
.mt-20px { 
    margin-top:20px;
}
.mb-20px { 
    margin-bottom:20px;
}
.color-red { 
    color:red;
}
.color-green { 
    color:green;
}
.color-blue { 
    color:blue;
}
.color-purple { 
    color:purple;
}
#social-icons {
    padding: 10px;
}
.mb-5px { 
    margin-bottom:5px;
}
.mt-10px { 
    margin-top:10px;
}
.mb-10px { 
    margin-bottom:10px;
}
.mt-25px { 
    margin-top:25px;
}
.height-65 { 
    height:65px;
}