.landing-banner{
	background: #F1F1F1;
	padding-bottom: 100px;
		position:relative;
}
.landing-pg.ab-pg .meet-img img{border-radius:0;}
.landing-banner h1{
	font-size: 55px;
	line-height: 70px;
	margin: 0 0 25px;
	font-weight: 900;
	position:relative;
	padding:50px 0;
	text-align:center;
}
#stbcdrp .wpcf7-response-output{color:#000;}
.landing-banner:before{
    position:absolute;
    content:"";
    left:50%;
    transform:translate(-50%,0);
    bottom:10px;
    background:url(https://be-inquisitive.com/wp-content/uploads/2025/05/impactshape.png) no-repeat 0 0;
    background-size:100%;
    width:300px;
    height:300px;
    opacity:.5;
}


.land-bnr-btm{
	display: none;
	gap:60px;
	align-items: center;
}
.land-bnr-btm .admin,.range{
	display: flex;
	align-items: center;
	gap: 10px;
}
.land-bnr-btm .admin .img{
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.land-bnr-btm .admin strong{
	color: #E66E52;
}
.land-bnr-btm .admin .img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.land-bnr-btm p{margin: 0;}

.landing-ab-pg .meet-img{width:100%;}
.ab-pg.landing-ab-pg .meet-img img{width:100%; height:100%; object-fit:cover;}

.notionleft h3{
	font-size: 23px;
	line-height: 25px;
	font-weight: 600;
	margin: 0 0 20px;
}

.keybenefit{
	margin: 0 0 25px;
	padding: 25px;
	border: 1px solid var(--primary);
}
.timestamplist li{
	box-shadow: 0 0 30px 0 rgba(0, 0, 0,.1);
	padding: 30px;
	margin: 0 0 25px;
	display: flex;
	gap: 24px;
	align-items: center;
}
.timestamplist h4{
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	margin: 0 0 10px;
}
.timestamplist li p{
	margin: 0;
}
.timestamplist li .time{
	width: 75px;
	height: 75px;
	padding: 5px;
	background: #FCF1ED;
	font-size: 20px;
	font-weight: bold;
	color: #E66E52;
	text-align: center;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.timestamplist li .time:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 2px;
	background: #E66E52;
	height: 40px;
}
 
.podcastlist{
	padding: 15px 0 0 0;
	/*box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);*/
	 
}
.podcastnation{height:100%;}
.podcastVideo{    height: calc(100% - 66px);}
.podcastVideo img{
    
        height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: 0 0;
    background: #000;
}
.landing-pg .helptext p{
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



.commsegment{
	background: #F1F1F1;
}

.commsgform{
	max-width: 700px;
	margin: 0 auto;
	padding: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	background: #fff;
}
.commsgform .form-inlne{
	display: flex;
	justify-content: space-between;
}
.commsgform .form-inlne .form-group{
 
	width: 48%;
}
.commsgform .form-group{
	margin: 0 0 20px;
}
.commsgform input{
	padding: 12px;
	border: 1px solid #D9D9D9;
	width: 100%;
}
.commsgform input:focus{
	border: 1px solid var(--primary);
	outline: none;
}
.commsgform label{
	font-size: 16px;
	line-height: 20px;
	color: #14141A;
	margin: 0 0 5px;
	display: block;
}
.commsgform input[type="checkbox"]{
	width: auto;
	display: inline-block;
	margin-right: 5px;
}
.commsgform input[type="checkbox"] + label{
	margin: 0;
	display: inline-block;
}
.commsgform input[type="submit"]{
	background: var(--primary);
	color: #fff;
	text-transform: uppercase;
	border: none;
}
.commsgform input[type="submit"]:hover{
	background: var(--secondary);
}
.commsgform + .wpcf7-response-output{max-width:700px; color:#000;     margin: 0 auto;}
.faqHolder .faqpara{color:#fff;}

.landing-footer{}
.landing-footer .footerDiv {
    width: 30%;
}
.landing-footer .footerDiv:nth-child(2){padding:0;}
.landing-pg h3.faqhead.active:before{color:initial;}




#stbcdrp .modal-header {
	border-bottom: 0
}

#stbcdrp .modal-body {
	padding: 0 25px 40px
}

#stbcdrp .modal-body form p {
	margin: 0
}

#stbcdrp .modal-body form p br {
	display: none
}

#stbcdrp .modal-body form .submit p span {
	display: block;
	width: auto;
	margin-top: 5px
}

#stbcdrp .modal-body form label {
	color: var(--dark);
	display: block;
	margin: 0 0 5px;
	font-size: 15px
}
#stbcdrp .modal-header .modal-title{display:none;}
#stbcdrp .modal-body form input,#stbcdrp .modal-body form textarea {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	padding: 15px;
	margin: 0 0 20px;
	border: 0;
	border-radius: 4px;
	background: var(--light-primary);
	outline: none !important
}
#stbcdrp .modal-body form textarea{height:100px;}
#stbcdrp .modal-body form  input[type="submit"] {
	background: var(--primary);
	color: var(--white);
	width: auto;
	padding: 10px 20px;
	margin-bottom: 0;
	transition: .5s;
	    display: table;
    margin: 0 auto;
}

#stbcdrp .modal-body form .submit  input[type="submit"]:hover {
	background: #000
}

#stbcdrp .modal-body form .submit {
	text-align: center
}


@media (max-width:991px){
	.notionDatabase .row{
		flex-direction: column-reverse;
	}
	.podcastnation{
		margin-bottom: 30px;
	}
}

@media (max-width:767px){
    .landing-footer .footerDiv {
    width: 100%;
}
	.landing-banner h1{
		font-size: 40px;
		line-height: 50px;
	}
	.commsgform{
		padding: 30px;
	}
	.land-bnr-btm{
		gap:20px;
	}
	.commsgform input{
		padding: 10px 10px;
		font-size: 12px;
	}
}

@media (max-width:479px){
	.landing-banner h1{
		font-size: 30px;
		line-height: 40px;
	}
	.commsgform{
		padding: 25px;
	}
	.land-bnr-btm{
		flex-wrap: wrap;
	}
	.timestamplist li{
		flex-wrap: wrap;
	}
	.podcastlist{
		padding: 20px;
	}
	.ai-list li h3{
		font-size: 18px;
		line-height: 22px;
	}
	.commsgform .form-inlne{
		flex-wrap: wrap;
	}
	.commsgform .form-inlne .form-group{
		width: 100%;
	}
	.commsgform input[type="checkbox"] + label{
		width: 80%;
		vertical-align: top;
	}
}