/*
Theme Name: Applliview
Theme URI: #
Author: Appliview
Author URI:
Description: Custom theme from Applliview
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
*/
/*New server*/
@charset "UTF-8";
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #030B15;
    color: #CFCFCF;
    font-size: 18px;
}

img{
    max-width: 100%;
}
.font-weight-300{font-weight: 300 !important;}
.font-weight-400{font-weight: 400 !important;}
.font-weight-500{font-weight: 500 !important;}
.font-weight-600{font-weight: 600 !important;}
.font-weight-700{font-weight: 700 !important;}
.font-weight-800{font-weight: 800 !important;}
.font-weight-900{font-weight: 900 !important;}
.line-height-1-7{line-height: 1.7;}
.line-height-1-4{line-height: 1.4;}
.line-height-1{line-height: 1;}
.text-14{font-size: 14px !important;}
.text-16{font-size: 16px !important;}
.text-18{font-size: 18px !important;}
.text-19{font-size: 19px !important;}
.text-20{font-size: 20px !important;}
.text-22{font-size: 22px !important;}
.text-24{font-size: 24px !important;}
.text-26{font-size: 26px !important;}
.text-28{font-size: 28px !important;}
.text-30{font-size: 30px !important;}
.text-yellow{
    color: #FFA341 !important;
}
.text-theme{
    color: #3FC5FF !important;
}

.btn-theme{
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #030B15;
    border-radius: 100px;
    padding: 0 40px 0 40px;
    border: none;
    outline: none;
    box-shadow: none;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s;
    background: #FFA341;
}
.btn-theme.btn-sm{
    height: auto;
}
.btn-theme:hover,.btn-theme:active, .btn-theme:focus{
    background: #e6851e !important;
    color: #000 !important;
}
.btn-theme-outline{
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #FFA341;
    background: transparent;
    border-radius: 4px;
    padding: 0px 40px 0px 40px;
    border: 2px solid #FFA341;
    outline: none;
    box-shadow: none;
    height: 63px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-theme-outline:hover{
    background: #FFA341;
    color: #030B15;
}
.btn-theme-outline.btn-sm{
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #FFA341;
    height: 35px;
    padding: 0px 20px 0px 20px;
}

.form-control:focus, .form-control:hover{
    box-shadow: none;
    outline: none;
}
.section-heading h1{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #fff;
}
.section-heading h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #fff;
}
.heading-small{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.section-heading p{
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}
header .navbar .navbar-collapse ul li a{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0px 15px;
	text-decoration: none;
}
header .navbar .navbar-collapse ul li a:hover{
    color: #FFA341;
}


.banner{
    padding: 220px 0 150px 0;
    background: url(https://demo.indapoint.in/appliview-landing/wp-content/uploads/2023/09/banner-bg.jpg) right bottom no-repeat;
    position: relative;
}
.banner::before{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0;
}

.home-section.left{
    background: url(assets/images/left-bg.png) left center no-repeat;
    background-size: contain;
}
.home-section.right{
    background: url(assets/images/right-bg.png) right center no-repeat;
    background-size: contain;
}

.cta{
    border-radius: 20px;
    border: 1px solid rgba(242, 242, 242, 0.40);
    backdrop-filter: blur(3px);
    padding: 42px 70px 50px 30px;
}

.faq-section{
    background: url(assets/images/faq.png) right top no-repeat;
    background-size: 510px 519px;
}
.faq-section h2{
    font-size: 46px;
}
.faq-section .faq-wrap .accordion .accordion-item{
    margin-bottom: 24px;
    border: 0;
    color: #fff;
    background-color: transparent;
}
.faq-section .faq-wrap .accordion .accordion-item button{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    padding-left: 35px;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-collapse .accordion-body{
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
    padding-left: 35px;
    padding-top: 10px;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-button:focus{
    box-shadow: none;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-button::after{
    display: none;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-button::before{
    background-image: none;
    font-family: "Font Awesome 6 Free";
    content: "\2b";
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    position: absolute;
    left: 0px;
}
.faq-section .faq-wrap .accordion .accordion-item .accordion-button:not(.collapsed)::before{
    font-family: "Font Awesome 6 Free";
    content: "\f068";
}

.footer-social a{
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    color: #acb9bf;
    margin-right: 10px;
}
header .navbar-toggler svg{
    width: 30px;
    fill: #e7ebeb;
    height: 30px;
}

footer{
	    border-top: 1px solid #343434;
}
.footer-links a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 12px;
}
.footer-links li:not(:last-child):after{
    content: "|";
    margin-left: 10px;
	margin-right: 10px;
}
.footer-links .list-inline-item {
    display: inline-flex;
    align-items: center;
}
.newsletter .form-control{
    height: 52px;
    background-color: #212831;
    border: none;
    color: #fff;
    padding-left: 20px;
}
.newsletter .input-group-text{
    background: #00C4F4;
    font-size: 23px;
    border-radius: 4px;
    border: none;
    justify-content: center;
    min-width: 50px;
}

.blog-listing {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.blog-section .blog-item {
    padding: 40px 28px 32px 28px;
    background: rgba(195,216,246,.2);
    border-radius: 10px;
}
.blog-item h4 a{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 3;
    color: #fff;
    text-decoration: none;
}
p.blog-list-date {
    font-size: 15px!important;
    font-weight: 600;
    margin-bottom: 0;
    color: #A9A9A9;
}
.blog-item .blog-img{
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 2px solid #6FC8FF;
}
.blog-image{
    margin: 40px 0px 30px 0px;
}
.blog-detail{
    font-size: 19px;
    line-height: 1.5;
}
.blog-title{
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.form-group p{
    margin-bottom: 0px;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output{
    border: 0px;
    color: #dc2f2b;
    padding-left: 0px;
    margin-bottom: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
    border: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

/* For Privacy Policy */
.policy-content h2{
	font-size: 32px;
    margin: 30px 0 14px 0;
    font-weight: 700;
}
.policy-content h3{
	font-size: 24px;
	margin: 32px 0 14px 0;
    font-weight: 700;
}
.policy-content ul li{
	margin: 5px 0;
}
.policy-content a{
	text-decoration: none;
}

/* For Page Header */

header{
    padding: 24px 0px;
    width: 100%;
}
.fixed header{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.inner-banner{
    padding: 50px 0 50px 0;
    background-size: cover !important;
    position: relative;
}
.fixed .inner-banner{
    padding: 200px 0 30px 0;
}
.page-title{
    font-size: 38px;
    color: white;
    font-weight: 700;
}
.inner-banner::before{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.6) 100%);
}

/* For Contact us page */

.contact-us{
	/* padding: 50px 0 60px 0; */
}
.contact-us .contact-us-info .contact-item {
	display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact-us .contact-us-info .contact-item .contact-icon{
	width: 60px;
    height: 60px;
    background-color: #3c3c3c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	margin-right: 20px;
    flex-shrink: 0;
}
.contact-us .contact-us-info .contact-item .contact-icon i{
    color: white;
	font-size: 24px;
}
.contact-us .contact-us-info .contact-item span{
	color: white;
}

/* For Contact us form */

.contact-us-form .wpcf7-form{
	padding: 50px 50px 8px 50px;
	border-radius: 8px;
	box-shadow: 0 0 40px 0px #242424;
	position: relative;
    background: #2a2a2a;
}
.contact-us-form .wpcf7-form .form-group{
	margin-bottom: 28px;
	position: relative;
}
.contact-us-form .wpcf7-form .form-group label{
	color: white;
    font-weight: 600;
}
.contact-us-form .wpcf7-form .form-group .form-control{
	padding: 10px 6px;
	border: 0;
    border-bottom: 1px solid white;
    background: transparent;
	border-radius: 0;
	font-size: 15px;
	color: white;
}
.contact-us-form .wpcf7-form .form-group .wpcf7-textarea{
    height: 70px;
}
.contact-us-form .wpcf7-form .wpcf7-submit{
	width: 100%;
}
.contact-us-form .wpcf7-form .wpcf7-response-output{
	font-size: 15px;
    /*position: absolute;
    margin: 0;
    bottom: 14px;*/
	color: #ff6464;
	width: 104%;
}
.contact-us-form .wpcf7-form .form-group .wpcf7-not-valid-tip{
	font-size: 15px;
	color: #ff6464;
	    margin-top: 8px;
}

.zindex-9{
    position: relative;
    z-index: 9;
}
.main-content{
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 19px;
    line-height: 1.6;
}

/* For Home Page Form */

.home-form .wpcf7-form{
	display: flex;
    align-items: center;
    gap: 10px;
	margin-top: 16px;
}
.home-form .wpcf7-form .form-group{
	position: relative;
}
.home-form .wpcf7-form .form-group .wpcf7-not-valid-tip{
	position: absolute;
	bottom: -30px;
    left: 15px;
}
.home-form .wpcf7-form .wpcf7-response-output{
	position: absolute;
    font-size: 17px;
    margin: 0;
    padding: 0;
    bottom: -42px;
    right: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.home-form .wpcf7-form .form-group .form-control{
	border-radius: 50px;
    padding: 16px 24px;
    color: #000;
    border: 0;
    font-size: 16px;
}
.home-form .wpcf7-form p{
	margin-bottom: 0;
}
.home-form .wpcf7-form .wpcf7-submit{
	height: 55px;
    position: relative;
    width: 180px;
}
.home-form .wpcf7-form .wpcf7-spinner{
	position: absolute;
	bottom: 20px;
    right: 12%;
}

.blog-listing img {
    height: 250px;
    object-fit: cover;
	object-position: bottom right;
}
.blog-detail{
	color: #fff;
}
.blog-detail img{
	margin: auto;
    display: block;
	margin-bottom: 40px;
	margin-top: 40px;
	border-radius: 5px;
}
.blog-detail p + P{
	margin-top: 25px;
}

.footer-links .menu li {
    list-style-type: none;
    display: inline;
}
.footer-links .menu {
    margin: 0px;
	padding: 0px;
}

.pagination {
    justify-content: center;
    margin-top: 70px;
    align-items: center
}
span.page-numbers.current {
    padding: 10px 18px;
    background-color: rgba(195,216,246,.2);
    margin: 0 5px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: #0a58ca
}
a.page-numbers {
    padding: 10px 18px;
    margin: 0 5px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: #ebebeb
}
span.page-numbers.dots {
    padding: 10px 18px;
    margin: 0 5px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600
}
a.page-numbers:hover {
    background-color: rgba(195,216,246,.2);
    color: #0a58ca
}

.newsletter br{
	display:none;
}

.newsletter button{
	user-select: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 52px;
    border: none;
    width: 50px;
    border-radius: 0px 3px 3px 0px;
    background: #00c4f4;
    font-size: 23px;
    border-radius: 4px;
}
.newsletter p{
	margin-bottom: 0px;
}
footer .wpcf7-response-output{
	margin: 0 !important;
    font-size: 15px;
}
.wpcf7-spinner{
	position:absolute;
}

footer a:hover{
	color: #3fc5ff;
}

select option {
    background: black;
}
.blog-detail h2 {
    color: #3fc5ff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 40px;
}
.blog-detail ul li {
    margin-bottom: 20px;
}
.blog-detail h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.home-benefits-item{
    background: #081422;
    border-radius: 15px;
    padding: 35px 35px 20px 35px;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
}
.home-benefits-item h3{
    font-size: 24px;
	margin: 18px 0 14px 0;
    font-weight: 600;
    line-height: 1.4;
}
.home-benefits-item h4{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

header .navbar-brand  img{
	    max-width: 320px;
}
.blog-image img{
	    width: 100%;
    height: auto;
}

.intl-tel-input .form-control {
    padding-left: 50px !important;
}
.intl-tel-input .flag-container {
    width: 100%;
    font-size: 14px;
    color: #000;
}

/* For How it work page */

.how-work-item{
    display: flex;
}
.how-work-item .how-work-icon{
    width: 60px;
    height: 60px;
    background-color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 2px;
    border-radius: 5px;
    position: relative;
}
.how-work-item .how-work-icon i{
    font-size: 30px;
    color: #3FC5FF;
}
.how-work-item .how-work-info h4{
    font-size: 22px;
    font-weight: 600;
}
.how-work-item .how-work-info p{
    font-size: 18px;
}

/* For Tech section */

.tech-item{
    padding: 36px 36px 24px 36px;
    background-color: #081422;
    border-radius: 5px;
    height: 100%;
}
.tech-item .tech-icon i{
    color: #3FC5FF;
    font-size: 56px;
}
.tech-item h4{
    font-size: 22px;
    font-weight: 600;
    margin: 14px 0 12px 0;
}
.header-border{
	border-top: 1px solid #343434;	
	margin-top: 10px;
}
.intro{
    background: url(assets/images/left-bg.png) left top no-repeat;
}
.intro-list{
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 10px;
    column-gap: 40px;
    margin: 0px;
    padding: 0px;
}
.intro-list li{
    list-style-type: none;
    position: relative;
    padding-left: 35px;
}
.intro-list li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #57bf01;
}

.survey-form .wpcf7-form .form-group .form-control{
	border: 1px solid #686868;
	padding: 10px 6px 10px 15px;
	margin-top: 10px;
	border-radius: 8px;
	min-height: 52px;
}
.survey-form  .wpcf7-form .form-group label{
	font-size: 18px;
}
.survey-form .wpcf7-form .wpcf7-submit{
	width: auto ;
}
.survey-left h3{
	margin: 32px 0 10px 0;
}
.survey-form .wpcf7-form .form-group label span{
	color: #e60017;
}
.survey-form .wpcf7-form .form-group label .optional-text{
	color: #fff;
	font-weight: 300;
    font-size: 16px;
}

/* For Survey Thank You Page  */
.thank-you-book-wrap{
	gap: 28px;
	margin: 30px 0 0 0;
} 	
.thank-you-book-img img{
	width: 160px;
}


.survey-left{
	padding: 50px 50px 8px;
    border-radius: 8px;
    box-shadow: 0 0 40px 0px #242424;
    position: relative;
    background: #2a2a2a;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
	    flex-direction: column;
}

.page-title span{
  display: block;
  font-size: 21px;
  margin-top: 30px;
}

.btn-theme.btn-sm{
	height: 40px;
	padding: 0 30px;
	font-size: 15px;
} 
.feature-btn-bottom{
	    position: absolute;
    bottom: 36px;
}
.blog-wrap .blog-detail img{
  width:100%;
}

.ebook-image {
    text-align: center;
}
.ebook-image img {
    width: 36%;
}
