/* ======== souvik ========= */

/* ======== global css ======== */

.defaultIcon .elementor-icon {
	display: flex;
}

.iconBtn .elementor-button-icon svg {
	width: 16px;
	height: 16px;
}

/* ======= Insights ======== */

.insightCategories ul li.current-cat a {
	color: #A98B5B !important;
	font-weight: 700 !important;
}

.insightCategories h5 {
	font-family: 'Inter Tight', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	padding: 10px;
	background: #ECEBE6;
	border-radius: 5px;
	color: #24282C;
	margin: 0 !important;
}

.insightCategories .elementor-widget-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.insightCategories ul {
	padding-left: 0;
}

.insightCategories ul li {
	list-style: none;
	padding: 20px 10px;
	border-bottom: 1px dashed rgba(36, 40, 44, 0.2);
}

.insightCategories ul li a {
	color: #24282C;
	font-family: 'Inter Tight', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.insightCategories ul li:first-child {
	padding-top: 0;
}

.insightCategories ul li:last-child {
border: none;
}

.insightCategories ul li {
	list-style: none;
}

#jp-relatedposts,
.jp-relatedposts,
.wp-block-jetpack-related-posts {
    display: none !important;
}

@media(max-width: 1024px) {
	.insightCategories .elementor-widget-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
	
	.insightCategories ul li {
	list-style: none;
	padding: 15px 10px;
	border-bottom: 1px dashed rgba(36, 40, 44, 0.2);
}
}

@media(max-width: 767px) {
	.insightCategories h5 {
		font-size: 20px;
		line-height: 1.4em;
	}
	
	.insightCategories ul li {
		padding: 10px;
	}
	
	.insightCategories ul li a {
		font-size: 16px;
		line-height: 1.3em;
	}
	
	.recently h4{
		font-size: 24px !important;
	} 
	
}

/* ======= contact form ======== */

.contactForm .gform_heading {
	display: none;
}

.contactForm .gform_fields {
	gap: 30px;
}

.contactForm .gform_fields label {
	color: #24282C;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	font-family: "Inter Tight", sans-serif;
	margin-bottom: 14px;
	display: flex;
	align-items: start;
}

.contactForm .gform_fields label  .gfield_required_asterisk {
	color: #000;
	font-size: 24px;
}

.contactForm .gform_fields input:not([type="submit"]) {
	border: 1px solid #D8D4CC;
	box-shadow: none;
	padding: 27px 24px !important;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	color: #0D2434;
	border-radius: 5px;
	font-family: "Inter", sans-serif;
}

.contactForm .gform_fields textarea {
		border: 1px solid #D8D4CC;
	box-shadow: none;
	padding: 14px 24px !important;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	color: #0D2434;
	border-radius: 5px;
	font-family: "Inter", sans-serif;
	resize: none;
	min-block-size: 129px !important;
}

.contactForm .gform_footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	margin-top: 40px;
}

.contactForm .gform_footer input {
	font-size: 20px !important;
	padding: 14px 24px !important;
	background: #18324A !important;
	font-family: "Inter Tight", sans-serif !important;
	transition: all 0.3s ease;
}

.contactForm .gform_footer input:hover {
	background: #A98B5B !important;
}

.contactForm input::placeholder,
.contactForm textarea::placeholder {
	opacity: 0.6;
}

.contactForm input:focus,
.contactForm input:focus-within,
.contactForm input:focus-visible,
.contactForm input:hover,
.contactForm textarea:focus,
.contactForm textarea:focus-visible,
.contactForm textarea:focus-within,
.contactForm textarea:hover
{
	outline: none !important;
}


@media(max-width: 1024px) {
	.contactForm .gform_fields {
	gap: 20px;
}

.contactForm .gform_fields label {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}
	
.contactForm .gform_footer {
	margin-top: 25px;
}
	
	.contactForm .gform_fields label  .gfield_required_asterisk {
	color: #000;
	font-size: 16px;
}
	
	
}


@media(max-width: 575px) {
	
	
		.contactForm .gform_fields label  .gfield_required_asterisk {
	color: #000;
	font-size: 14px;
}
	
	
	.contactForm .gform_fields {
	gap: 20px;
}

.contactForm .gform_fields label {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
}
	
.contactForm .gform_footer {
	margin-top: 20px;
}
	
	.contactForm .gform_fields input:not([type="submit"]) {
		padding: 22px 12px !important;
		font-size: 14px;
	}
	
	.contactForm .gform_fields textarea {
		padding: 10px 12px !important;
		font-size: 14px;
	}
	
	.contactForm .gform_footer input {
	font-size: 16px !important;
	}
}