
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
	
.ele-list > div:first-child {
	width: 30px;
	flex: 0 0 30px; /* fixed */
}

.ele-list > div:nth-child(2) {
	flex: 1; /* remaining width */
}

.ele-list-4 > div:first-child {
	width: 30px;
	flex: 0 0 30px; /* fixed */
}

.ele-list-4 > div:nth-child(2) {
	flex: 1; /* remaining width */
}

.icon-list {
		width: 30px;
		height: 30px;
}

.icon-list-2 {
		width: 30px;
		height: 30px;
}
.icon-list-3 {
		width: 70px;
		height: 70px;
}
	
	
.sol-menu-ul {
	display: block;
	min-width: 1200px !important;
	left: -400px !important;
	padding: 36px !important;
}
.sol-menu-ul-2 {
	display: block;
}

.sol-menu-div-1 {
	width: 100%;
	display: block;
	padding-bottom: 30px;
	@media(min-width: 1000px) {
		display: flex;
		gap: 36px;
	}
}

.div-cld {
	width: 33%;
}
.div-cld-2 {
	width: 30%;
}
.side-cld{
	width: 40%;
}
.div-cld-4 {
	@media(min-width: 1000px) {
		width: 50%;
	}
}

@media(min-width:1000px){
	.header-nav .menu-item.menu-item-has-children .li-spacer{
		height: 1rem;
		width: 100%;
		position: absolute;
	}
}

/* div-cld starts */
@media(max-width:999px){  
	.header-nav .row-2 .sol-menu-ul{
    left: 0 !important;
    min-width: initial !important;
    width: 100%;
    max-width: none;
    padding: 1rem !important;
  }


	.header-nav .row-2 .sol-menu-ul .div-cld .com-card,
  .header-nav .row-2 .sol-menu-ul .side-cld,
  .header-nav .row-2 .sol-menu-ul .div-cld-2,
  .header-nav .row-2 .sol-menu-ul .div-cld{
    width: 100%;
  }

  .header-nav .row-2 .sol-menu-ul .div-cld-2 > a,
  .header-nav .row-2 .sol-menu-ul .div-cld > a {
    padding: 0
  }
}
/* div-cld ends */

.head-1 {
	font-family: "Inter", serif !important;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 10px !important;
}
.ele-list {
	display: flex;
	padding: 12px;
	gap: 10px
}
.ele-list-2 {
	display: flex;
	padding: 12px;
	gap: 10px;
	margin: 10px 0px;
}
.ele-list-3, .ele-list-4{
	display: flex;
	padding:10px 10px;
	gap: 10px;
	margin: 10px 0px;
}
.ele-list:hover {
	background-color: #ededed;
	border-radius: 6px;
}
.ele-list-2:hover {
	background-color: #ededed;
	border-radius: 6px;
}
.ele-list-3:hover {
	background-color: #ededed;
	border-radius: 6px;
}

.li-head-1 {
	font-family: "Inter", serif !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	margin: 0;
}
.li-sub-1 {
	font-family: "Inter", serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 0;

}

.sales-section {
	background-color: #f15a29;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	font-family: Arial, sans-serif;
	max-width: 1120px;
	margin: 0 auto;
	@media(min-width: 1000px) {
		padding: 25px 40px;
	}
}

.sales-text {
	max-width: 70%;
}

.display-none{
		display: none;
}

.sales-text h4 {
	font-family: "Inter", serif !important;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.sales-text p {
	font-family: "Inter", serif !important;
	margin: 0px 0 0 0;
	font-size: 14px;
}

.sales-button {
	background-color: white;
	color: #f15a29;
	border: none;
	padding: 5px 30px;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	float: right;
	font-size: 14px;
	transition: background-color 0.3s ease;
	margin: 0;
}

.sales-button:hover {
	background-color: #ffe8e0;
}

.ind-card {
	background-color: #FAFAFA;
	padding: 20px;
	border-radius: 12px;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.ind-video-thumbnail {
	position: top;
	width: 100%;
	height: 230px;
	background-image: url('https://spoken-here-com-1744699436-complete-2025-04-15-01.local/wp-content/uploads/2025/04/Image-wrap.png');
	background-size: cover;
	background-position: center;
}

/* .ind-video-thumbnail::after {
		content: '▶';
		position: absolute;
		font-size: 48px;
		color: white;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.8;
	} */

.ind-card-content {
	padding: 6px;
}

.ind-card-content h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.ind-card-content p {
	font-size: 14px;
	color: #555;
	margin-bottom: 16px;
}

.ind-card button {
	background-color: #f35c1f;
	border: none;
	color: white;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 6px;
	cursor: pointer;
	margin-bottom: 16px;
	width: 100%;
}

.ind-card button:hover {
	background-color: #d24f1a;
}

.sph-card {
	background-color: #344154;
	padding: 20px;
	border-radius: 12px;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.sph-card-content {
	padding: 6px;
}

.sph-card-content h3 {
	font-size: 22px;
	margin-bottom: 20px;
	color: white;
	font-weight: 800;
}

.sph-card-content p {
	font-size: 18px;
	color: white;
	margin: 16px 0;
	color: white;
	font-weight: 800;
}

.sph-video-thumbnail {
	position: relative;
	width: 100%;
	height: 150px;
	background-image: url('https://spoken-here-com-1744699436-complete-2025-04-15-01.local/wp-content/uploads/2025/04/Image-wrap.png');
	background-size: cover;
	background-position: center;
}

.sph-card button {
	background-color: #f35c1f;
	border: none;
	color: white;
	padding: 7px 20px;
	font-size: 14px;
	border-radius: 6px;
	cursor: pointer;
	margin-bottom: 16px;
}

.sph-card button:hover {
	background-color: #d24f1a;
}

.line-top {
	border-top: 1px solid #F1F1F1;
	margin-top: 20px;
	padding:40px 25px 0 25px;
	/* padding-top: 25px; */
	
}

.line-top button {
	background-color: #FFEDE7;
	border: 1px solid #F1592A;
	color: #F1592A;
	padding: 7px 20px;
	font-size: 16px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
	float: right;
	cursor: pointer;
}
.com-card {
	background-color: #FAF0EE;
	padding: 20px;
	border-radius: 12px;
	width: 320px;
	overflow: hidden;
	text-align: left;
}

.bg-hero {
	width: 100%;
	display: flex;
	padding-top: 80px;
}
.bg-hero-center {
	text-align: center;
	width: 50%;
}

.bg-hr-1 {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
	color: #344154;
}
.bg-hr-2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0;
	text-align: left;
	color: #344154;
	margin-bottom: 20px !important;
}

.bg-filter-main {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.bg-filter-sub-1 {
	width: 80%;
}
.bg-filter-sub-2 {
	width: 18%;
}
.bg-filter-main-2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 10px;
	margin-top: 20px;
	justify-content: flex-start;
}
.bg-filter-btn {
	background-color: #FEF3F0;
	color: #344154;
	border: none;
	padding: 12px 30px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0;
}
.bg-filter-btn:hover {
	background-color: #F1592A;
	color: white;
}
.bg-filter-btn-active {
	background-color: #F1592A;
	color: white;
	border: none;
	padding: 12px 30px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0;

}

.bg-tag-post {
	background-color: #FEF3F0;
	color: #F1592A;
	border: none;
	padding: 2px 10px;
	border-radius: 10px;
	margin: 0;
	width: fit-content;

}
.bg-tag-main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 10px;
	margin-top: 10px;
	justify-content: flex-start;
}
.box-sh-none {
	box-shadow: none !important;
}
.text-bg-st {
	padding-left: 0 !important;
}

.bg-post-auth {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #F1592A;
}
.up-to-date-box {
	margin-top: 20px;
	padding: 80px;
	display: flex;
	justify-content: space-between;
	background-color: #FFEDE7;
}
.utd-head {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: 0;
	margin-bottom: 30px;

}
.utd-sub {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0;
	color: #344154;
}

.utd-gravitybox {
	display: flex;
}

#gform_13 {
	display: flex;
	align-items: center;
}

#input_13_5 {
	width: 300px;
}

.home-bg-section {
	padding: 40px 80px;
}

.home-bg-section .item-image {
	height: 17em;
	margin-bottom: 10px;
}

.home-bg-section .item-title {
	margin-top: 15px;
}
.home-bg-hd {
	font-weight: 700;
	font-size: 48px;
	line-height: 150%;
	letter-spacing: 0;
	text-align: center;
	color: #344154;
	margin-bottom: 20px !important;
}

@media screen and(max-width: 600px) {
	.bg-hero-center {
		text-align: center;
		width: 100%;
	}
	.bg-hero-img {
		display: none;
	}

	.up-to-date-box {
		margin-top: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		background-color: #FFEDE7;
	}
	.sol-menu-ul {
		display: block;
		min-width: 400px !important;
		left: 0 !important;
	}
	.sol-menu-ul-2 {
		display: block;
		min-width: 400px !important;
		left: 0 !important;
	}
	.div-cld {
		width: 100%;
	}
	.div-cld-2 {
		width: 100%;
	}
	.side-cld{
		side-cld:100%
	}
	.sol-menu-div-1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 30px;
	}
}
