           *{
            box-sizing: border-box;
           }

           body {
                font-family: Arial, sans-serif !important;
                text-align: center;
                margin:0 auto;
                overflow-x:hidden;
                /* padding: 60px 20px; */
            }
             h1,h2,h3,h4,h5,p,span,input,button{
                 font-family: Arial, sans-serif !important;
             }
            .logo {
                font-size: 36px;
                font-weight: bold;
                color: #1a73e8;
            }
            .logo span {
                color: #7e22ce;
            }
            .subheading {
                font-size: 16px;
                margin: 10px 0 40px;
            }
            .vf-landing-main{
                width: 100%;
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding:25px 15px 15px;
                flex-direction:column;
                gap:25px;
                }

            .vf-landing-in{
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 40px;
                max-width: 747px;
                width: 100%;
                justify-content: center;
            }

            .vf-landing-bottom{
                display: flex;
                flex-direction: column;
                gap: 40px;
                max-width: 747px;
                width: 100%;
                justify-content: center;
                align-items: center;
            }

            .landing-desc{
             font-size: 17px;
                padding: 0px 0 0;
                margin: -10px 0 0;
                color: #555;
            }
                .landing-desc span{
                /* font-size: 23px;
                    color: #000; */
                    font-weight:bold;
                }
            .landing-form-wrapper{
                display: flex;
                flex-direction:column;
                align-items: center;
                gap: 10px;
                width: 100%;
            }

            .landing-form-wrapper .search-input{
                position: relative;
                width: 100%;
            }


            .landing-form-wrapper .search-input input[type='text'] {
                width: 100%;
                height: 40px;
                border-radius: 25px;
                border: solid 1px #ccc;
                padding: 5px 42px 5px 15px;
                font-size:16px;
                margin:0px;
            }

            .vf-landing-in form{
                width: 100%;
            }


            .landing-form-wrapper button{
                border-radius: 4px;
                -webkit-border-radius: 4px;
                /* height: 40px; */
                /* padding: 5px 25px; */
                color: #000;
                text-transform: uppercase;
                background: transparent;
                text-align: center;
                /* font-size: 15px; */
                background: transparent;
                transition: all ease .3s;
                cursor: pointer;
                border: none;
                outline: none;
                background: url(../images/forward-arrow-icon.png) no-repeat 0 0;
                width: 14px;
                height: 20px;
                background-size: 12px;
                padding: 0px;
                position: absolute;
                top:50%;
                transform:translateY(-50%);
                right:15px;
            }

            /* .landing-form-wrapper button:hover{
                color: #ffffff;
                background: #4bb3ee;
            } */

            .vf-footer-logo img{
                width: 28px;
                height: 28px;
                object-fit: contain;
                display: block;
            }

            .vf-footer-logo{
                border: solid 1px transparent;
                border-radius: 50%;
                padding: 5px;
            }

            .vf-footer-logo.border{
                border-color: #000;
            }
            .logos {
                display: flex;
                justify-content: center;
                gap: 20px;
                margin-top: 20px;
            }
            .logos img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
            }
            #votefrenzy-response {
                margin-top: 20px;
                color: green;
            }
            .valError {
                /* font-family: 'Source_Sans_Pro_Regular'; */
                font-size: 12px;
                line-height: 23px;
                color: red;
                display: block;
                width: 100%;
            }


            .iframe-container {
                display: none; /* Initially hidden */
                /* margin-top: 10px; */
                margin-top:0px!important;
                position: relative;
            }
            iframe {
                display: none;
            }

            .iframe-container iframe{
                width: 900px;
                max-width: 900px;
                min-height: 960px;
                /* width: 100%; */
                /* height: 700px; */
                /* border: 1px solid #ccc; */
            }
            .iframe-container body {
                height: auto;
                background-color: transparent !important;
            }

            .bannerOverlay {
                align-items: flex-start;
            }

            .bannerOverlayExitPoll {
                align-items: flex-start;
            }
            .bannerOverlayExitPoll {
                position: fixed;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.7);
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                z-index: -1;
                opacity: 0;
            }
            

            #myModalIframe {
                display: none;
                position: fixed;
                z-index: 1000;
                left:420px;
                top:50px;
                width: 100%; height: 100%;
                /* background: rgba(0,0,0,0.6); */
            }
            #modalContent {
                background: white;
                padding: 20px;
                margin: 10% auto;
                width: 300px;
            }

            .countdown{
                text-align: center;
                width: 200px;
                height: 200px;
                display: flex;
                justify-content: center;
                align-items: center;
                border: solid 2px #1576bd;
                border-radius: 50%;
                font-size: 50px;
                font-weight: bold;
            }

            .countdown-outer {
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;
                font-size: 16px;
                background:#fff;
                padding:20px;
                min-height: 230px;
            }
            .busnsModalContent .countdown-outer p{
                font-size: 16px;
                line-height: 25px;
            }

            .busnsModal {
                display: block;
                max-width: 480px;
                width: 100%;
                background: transparent;
                padding: 20px 30px;
                min-height: 330px;
                position: relative;
            }
            .busnsModal p.busnsModalHeader {
                color: #fff;
                text-align: center;
                width: 80%;
                margin: auto;
                display: none;
            }

            .busnsModal .bannerModalClose {
                color: #fff;
                font-size: 30px;
                position: relative;
                display: flex;
                width: 100%;
                justify-content: flex-end;
                top:0;
                right:0;
            }

            .countdown-loader {
                flex-direction: column;
                position: fixed;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.7);
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                display: none;
                z-index: 10;
            }
            .countdown-loader .countdown {
                color: #fff !important;
                text-align: center;
                z-index: 100 !important;
                opacity: 1 !important;
            }
            .countdown-wrap {
                position: fixed;
                top: 54%;
                left: 50%;
                transform: translate(-50%, -50%);
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
            }

            .bannerOverlay {
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.7);
                width: 100%;
                /* height: 100%; */
                display: flex;
                justify-content: center;
                align-items: center;
                align-self: center;
                z-index: -1;
                opacity: 0;
            }

            .vf-logos-wrapper{
                display: flex;
                align-items: center;
                gap: 30px;
                max-width: 535px;
                width: 100%;
                justify-content: space-between;
            }

            .vf-footer-logo img{
                width: 28px;
                height: 28px;
                object-fit: contain;
                display: block;
            }

            .vf-footer-logo-hubspot img{
                width: 23px;
                height: 23px;
            }

            .vf-footer-logo{
                border: solid 1px transparent;
                border-radius: 50%;
                padding: 5px;
            }

            .vf-footer-logo-noborder img{
                width: 39px;
                height: 39px;
                object-fit: cover;
            }

            .search-input .icon{
                background: url(../images/icon-run.png) no-repeat 0 0;
                background-size: 100%;
                width: 24px;
                height: 24px;
                display: inline-block;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 10px;
            }

            .landing-form-wrapper .search-input{
                position: relative;
                /* width: 100%; */
                display: flex;
            }

            .search-input input{
                height: 40px;
                border-radius: 25px;
                border: solid 1px #ccc;
                padding: 5px 16px 5px 38px;
                flex-grow:1;
                outline:none;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            }

            .search-left-wrapper {
                flex-grow: 1;
                display: flex;
                align-items: center;
                gap: 10px;
                width:100%;
            }

            /* .landing-form-wrapper button{
                border-radius: 4px;
                -webkit-border-radius: 4px;
                height: 40px;
                padding: 5px 25px;
                color: #fff;
                text-transform: uppercase;
                text-align: center;
                font-size: 15px;
                background: #1576bd;
                transition: all ease .3s;
                cursor: pointer;
                border: none;
                outline: none;
            } */

            .widget-close {
                font-size: 20px;
                /* line-height: 34px; */
                color: #fff;
                position: absolute;
                background-color: transparent;
                left: 48%;
                /* top: -20px; */
                top: -15px;
                /* font-weight: 500; */
                transform: translate(170px, 23px);
                border:none;
                outline:none;
            }

            .ai-poll-request{
                cursor: pointer;
            }

            .vf-footer-logo-hubspot{
                    padding:6px;
            }

            .supporting-text-wrapper{
                margin:5px 0;
                display: flex;
                gap: 20px;
                align-items:center;
                position: relative;
                flex-direction:column;
            }

            .supporting-text-tooltip{
                position: absolute;
                left:calc(100% - 20px);
                width: 290px;
                padding: 15px 16px;
                top: 50%;
                transform: translateY(-50%);
                background-color: #fff;
                border: solid 1px #000;
                color:#000;
                z-index: 5;
                font-size: 14px;
                line-height: 20px;
                border-radius:6px;
                display: none;
            }

            .supporting-text-wrapper:hover  .supporting-text-tooltip{
                display: block;
            }

            /* .supporting-text-tooltip::before {
                width: 0;
                height: 0;
                border-top: 15px solid transparent;
                border-bottom: 15px solid transparent;
                border-right: 15px solid #000;
                position: absolute;
                content: '';
                top: 50%;
                transform: translateY(-50%);
                left: -15px;
            } */

            .feedback__submit{
                background-color: #00B050;
                height: 35px;
                font-size: 16px;
                padding: 5px 20px;
                border-radius: 5px;
                cursor: pointer;
                color: #fff;
                border: none;
            }
            .supporting-text-headings{
                display: flex;
                align-items:center;
                gap:10px;
                justify-content: center;
                flex-direction: column;
            }

            .supporting-text-headings h4{
                font-size:26px;
                color:#44479d;
                margin:0;
            }
            .supporting-text-wrapper  img{
                    width: 90px;
                    transform: rotate(-30deg);
            }

            .supporting-text-wrapper p{
                    font-size:16px;
                    margin: 0 0;
            }    
            
            .testimonail-sliderWrapper{
                max-width:calc(100% - 24px);
                width: 100%;
            }

            /* .testimonail-sliderWrapper .slick-slide {
                margin-right: 70px; 
            }

          

            .testimonail-sliderWrapper .slick-slide:last-child {
                margin-right: 0;
            } */

            .testimonail-sliderWrapper{
                font-size:12px
            }

            .testimonail-sliderWrapper .slideItem{
                padding: 14px 15px;
                border: solid 1px #000;
                /* background: rgb(68 71 157 / 80%); */
                color: #000;
                border-radius: 20px;
                /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
                position: relative;
                text-align:left;
               
            }

            .slideItemOuter{
                padding: 0 12px;
                display: flex !important;
                align-items:stretch;
            }

           .testimonail-sliderWrapper .slideItem b {
                padding-top: 15px;
                font-weight: normal;
                text-align: right;
                flex-grow:1;
                display: flex;
                align-items: flex-end;
                justify-content: flex-end;
            }

           .testimonail-sliderWrapper .slick-track {
            display: flex !important;
            }

            
            .testimonail-sliderWrapper .slick-list{
                 margin: 0 -12px !important;
            }

            

            .testimonail-sliderWrapper .slick-slide {
            height: auto !important; /* Reset Slick's fixed height */
            display: flex;
            align-items: stretch;
            }

            .testimonail-sliderWrapper .slick-slide > div {
            width: 100%;
            display: flex;
            flex-direction: column; /* If vertical alignment matters */
            }

            .testimonail-sliderWrapper  .slick-dots{
                list-style: none;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                margin: 12px 0 0
            }

            .testimonail-sliderWrapper  .slick-dots li{
                font-size: 0;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                border: solid 1px #44479d;
                background: #44479d;
                 opacity: 0.5;
            }

            .testimonail-sliderWrapper  .slick-dots li.slick-active{
                opacity: 1;
            }

            .vf-landing-logo{
                    width: 290px;
            }

            .about-vf{
                color:#000;
                font-size:12px;
                display: inline-flex;
                cursor: pointer;
            }

            
            #exitPollFormQ2Form, #exitPollFormQ1Form, #exitPollFormQ3Form, #exitPollFormQ4Form, #exitPollFormQ5Form{
                text-align: left;
            }

            .exitPollForm{
                display:none;
                position:absolute;
                top:20px;
                left:50%; 
                transform:translateX(-50%);
                /* background:white;
                border:1px solid #ccc;
                padding:20px; */
                z-index:1000;
                max-width:380px;
            }

            .exitPolltitle{
                font-size: 18px;
                color: #fff;
                text-align: left;
            }

            .exitPollWrapper{
                background:white;
                border-radius: 25px;
            }

            .exitPollWrapper .title{
                padding: 20px 9px;
                display: flex;
                align-items: center;
                gap: 15px;
            }

            .exitPollWrapper .title img{
                width: 60px;
            }

            .exitPollWrapper .title h3{
                margin-bottom: 0;
                font-size: 17px;
                font-weight: 600;
            }

            button.closeModal{
                color: #fff;
            }

           
            .txt-align-right{
                text-align: right;
            }
        
           
             .vf-landing-popupOverlay {
                position: fixed;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.7);
                width: 100%;
                height: 100%;
                display: none;
                z-index: 10;
            }

            .vf-landing-popup{
                background:#fff;
                border-radius:15px;
                display: flex;
                flex-direction:column;
                max-width:680px;
                width: 100%;
                padding: 20px;
                position: fixed;
                top:0;
                left:50%;
                transform:translateX(-50%);
                display: none;
                z-index: 11;
                font-size:19px;
                justify-content:space-between;
                text-align:left;
            }

            .vf-landing-popup.show{
                display: flex;
            }

            .vf-landing-popup p{
                margin-bottom: 10px;
                line-height: 28px;
            }

            

            .vf-popup-close{
               position: absolute;
                top: 7px;
                right: 20px;
                background: url(../images/close.png) no-repeat 0 0;
                background-size: 100%;
                width: 20px;
                height: 20px;
                cursor: pointer;
            }

            .vf-round-logo img{
                width: 30px;
            }

            .vf-round-logo{
                text-align:center;
            }

            .spotify-logo{
                position: relative;
                left: -3px;
            }

            .exitPollBottomWrapper{
                background: url(../images/bg-landing1.jpg) no-repeat 0 0;
                width: 100%;
                min-height: 325px;
                background-size: cover;
                color: #fff;
                padding: 20px 9px;
                text-align: left;
                position: relative;
            }

            .exitPollBottomWrapper::after{
                position: absolute;
                content: '';
                width: 100%;
                background-color: rgb(0 0 0 / 64%);
                height: 100%;
                top: 0;
                left: 0;
            }

            .exitPollBottomWrapper-in{
                position: relative;
                z-index: 1;
            }

            .feedback-btn-wrapper{
                text-align: center;
                padding: 24px 0 24px;
            }

          

            .exitPollFormWrapper{
                display: none;
            }

            .exitPollWrapper label{
                color: #fff;
            }

            @media screen and (max-width:1500px) {
                .countdown-wrap {
                    top: 58%;
                }
            }
            @media screen and (max-width:1360px) {
                .supporting-text-tooltip{
                    left:80%;
                    width:250px;
                }
            }

            @media screen and (max-width: 1024px) {
                .supporting-text-tooltip {
                    left: 50%;
                    transform: translateX(-50%);
                    top: -100px;
                    width: 250px;
                }
                .supporting-text-tooltip::before{
                    border-left: 15px solid transparent;
                    border-right: 15px solid transparent;
                    border-bottom: unset;
                    border-top: 15px solid #000;
                    top: unset;
                    bottom:-15px;
                    transform: translate(-50%,0);
                    left: 50%;
                }
            
            }

            @media screen and (max-width:768px) {

                     

                .supporting-text-wrapper img {
                    width: 65px;
                }

                .vf-logos-wrapper {
                    gap: 20px;
                    flex-wrap: wrap;
                    max-width: 90%;
                }

                .supporting-text-wrapper {
                    gap: 5px;
                    align-items: center;
                    flex-direction: column;
                }

                .landing-form-wrapper .search-input input{
                    font-size:18px;
                }

                .slideItemOuter{
                    padding: 0 10px;
                }

                .testimonail-sliderWrapper .slick-list{
                    margin: 0 -10px !important;
                }

                .vf-landing-in{
                    gap: 32px;
                }

                
                 .vf-landing-bottom {
                    gap:32px;
                 }

                 .vf-landing-popup{
                    font-size: 16px;
                 }

                 
            }

            @media screen  and (max-width:640px) {
                .about-vf{
                    gap:12px;
                    position: relative;
                 }

                 .vf-landing-main{
                    padding:10px;
                    min-height:95vh;
                 }

                 .vf-popup-close {
                    top: 6px;
                    right: 17px;
                    width: 16px;
                    height: 15px;
                }
            }

           
            @media screen and (max-width:380px) {      

                .vf-logos-wrapper {
                    justify-content: center;
                }

                .vf-footer-logo img{
                    width: 22px;
                    height: 22px;
                    object-fit: contain;
                    display: block;
                }
                
                .vf-footer-logo-noborder img{
                    width: 32px;
                    height: 32px;
                    object-fit: cover;
                }

                .vf-footer-logo-hubspot img{
                    width: 17px;
                    height: 17px;
                }

            }


            @media screen and (max-width: 480px) {

                .widget-close {
                    font-size: 20px;
                    /* line-height: 34px; */
                    color: #fff;
                    position: absolute;
                    background-color: transparent;
                    left: 48%;
                    top: -20px;
                    /* top: 0px; */
                    /* font-weight: 500; */
                    transform: translate(170px, 23px);
                    border:none;
                    outline:none;
                }

                 .vf-landing-logo{
                    width: 190px;
                }

                .landing-desc {
                    font-size: 16px;
                }
            }  