.title {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 10px;
	cursor: pointer;
}

.title:hover {
	color: #783CB6;
}

.helpText {
	color: #1A0034;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;

	font-family: 'LatoRegular' !important;
}

.category {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 10px;
}

.blogContainer {
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.btn2 {
	border-radius: 5px;
	background: linear-gradient(90deg, #783CB6 0%, #380A6C 100%);
	box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.3);
	color: white;
	border: none;
	padding: 12px 0px;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	bottom: -20px !important;
	left: 50%;
	width: 50%;
	transform: translateX(-50%)
}

.articles-section .infoText {
	color: var(--P2, #380A6C);
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

.articles-section .wordslist {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.articles-section .wordslist1 {
	margin: 0 auto;
	width: 46%
}

.articles-section .questionText {
	color: var(--P2, #783CB6);
	font-size: 45px;
	font-family: 'LatoItalic';
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 50px;
	text-align: center;
}

.articles-section .helpText {
	color: #1A0034;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'LatoRegular' !important;
}

.articles-section .infoText2 {
	color: var(--P2, #380A6C);
	font-family: 'LatoBold';
	font-weight: 600;
}

.articles-section .btn2 {
	border-radius: 5px;
	background: linear-gradient(90deg, #783CB6 0%, #380A6C 100%);
	box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.3);
	color: white;
	border: none;
	padding: 12px 50px;
	font-size: 12px;
	position: static;
	width: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	cursor: pointer;
}

.articles-section .searchBar {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
	margin-right: 10px;
	height: 30px;
	width: 25%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.articles-section @media (max-width: 400px) {
	.articles-section .searchBar {
		display: flex;
		align-items: center;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 4px;
		margin-right: 10px;
		height: 30px;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
}

.articles-section .searchInput {
	border: none;
	outline: none;
	width: 100%;
	padding: 8px;
	color: #666666;
	padding-left: 20px;
}

input:focus-visible {
  outline: none !important;
  --tw-ring-offset-color: white !important;
  --tw-ring-color: #a1a1aa !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow:
        0 0 0 2px white,
        0 0 0 4px #a1a1aa !important;
    border: 2px solid black !important;
}

select:focus-visible {
  outline: none !important;
  --tw-ring-offset-color: white !important;
  --tw-ring-color: #a1a1aa !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow:
        0 0 0 2px white,
        0 0 0 4px #a1a1aa !important;
    border: 2px solid black !important;
}

.articles-section {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

input::placeholder {
	color: #666666 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.articles-section .searchIcon {
	padding: 8px;
	cursor: pointer;
	font-size: 18px;
}

.articles-section .box {
	background-color: #783CB6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.articles-section .box2 {
	background-color: #ECE2FA;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}

.articles-section .text {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.articles-section .text2 {
	font-size: 12px;
	color: #380A6C;
	font-weight: bold;
}

.articles-section .gridList {
	padding: 20;
	margin-top: 50px;
	justify-content: center;
	padding-bottom: 50;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.articles-section .container {
	cursor: pointer;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.articles-section .image {
	flex: 1;
}

.articles-section .image img {
	max-width: 100%;
	max-height: 100%;
}

.articles-section .content {
	padding: 25px;
	font-size: 16px;
}

.articles-section .heading {
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 10px;
}

.articles-section .heading:hover {
	color: #783CB6;
}

.articles-section .category {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 10px;
}

.articles-section .description {
	color: #1A0034;
	font-size: 14px;
	line-height: 22px;
	max-lines: 4;
}

.articles-section .sectionImg {
	object-fit: cover;
	width: 100%;
	height: 400px;
	position: relative;
}

.articles-section .articleTitleBlock {
	margin: 0 auto;
	position: absolute;
	left: 25%;
	padding-top: 8%;
}

.articles-section .articleTitle {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.articles-section .divider {
	width: 50%;
	height: 1px;
	margin: 0 auto;
	background-color: #CCCCCC;
}

.articles-section @media (max-width: 400px) {
	.articles-section .houseBtn2 {
		width: 150px;
	}
	.articles-section .houseText2 {
		padding: 6px 1px;
		font-size: 18px;
	}
	.articles-section .houseBtn1 {
		width: 150px;
	}
	.articles-section .journeyContainer {
		padding: 10px 8px 40px 8px;
	}
	.articles-section .houseText1 {
		padding: 6px 1px;
		font-size: 18px;
	}
	.articles-section .journeyHeading {
		color: var(--P2, #380A6C);
		font-size: 50px;
		font-weight: 500;
		display: flex;
		text-align: center;
	}
	.articles-section .removeText {
		display: none;
	}
	.articles-section .gridList {
		padding: 20;
		margin-top: 50px;
		justify-content: center;
		padding-bottom: 50;
		display: flex;
	}
	.articles-section .container {
		cursor: pointer;
		width: 100%;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
	.articles-section .btn2 {
		border-radius: 5px;
		background: linear-gradient(90deg, #783CB6 0%, #380A6C 100%);
		box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.3);
		color: white;
		border: none;
		padding: 12px 50px;
		font-size: 12px;
		position: absolute;
		left: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.articles-section .box {
		background-color: #783CB6;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}
	.articles-section .box2 {
		background-color: #ECE2FA;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		cursor: pointer;
	}
	.articles-section .articleTitle {
		font-size: 20px;
		color: #fff;
		font-weight: 600;
		text-align: center;
	}
	.articles-section .articleTitleBlock {
		margin: 0 auto;
		position: absolute;
		left: 12%;
		padding-top: 8%;
	}
}
.articles-section .pagination {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 7%;
}
.articles-section .articleTitleBlock {
	width: 100%!important;
	left: 0;
	height: 100%;
	background-color: #00000033;
}
.articles-section @media (max-width: 1440px) {
	.articles-section .articleTitleBlock {
		width: 100%;
		left: 0;
		padding: 0;
		display: flex;
	}
	.articles-section .articleTitle {
		width: 70%;
		margin: auto;
	}
}
.articles-section @media (max-width: 768px) {
	.articles-section .articleTitleBlock {
		padding: 0;
		display: flex;
	}
	.articles-section .articleTitle {
		font-size: 36px;
	}
}
.articles-section @media (max-width: 768px) {
	.articles-section .articleTitleBlock {
		padding: 0;
		display: flex;
	}
	.articles-section .articleTitle {
		font-size: 25px;
	}
}
