
.commingSoon{
    display: none !important;
    position: absolute;
    width: 100%;
    background-color: black;
    left: 0%;
    text-align: center;
    top: 50%;
     padding: 8px; 
    font-size: 15px;
}
.resourcepanel1{
	height: auto !important;
}

.Resources-card-2,
.Resources-card-1 {
	min-height: 300px;
}

/* Make the whole resource card clickable without changing its appearance */
.Resources-card-1,
.Resources-card-2,
.Resources-card-3 {
	position: relative;
}

.resource-card-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
}

.prev-btn {
	left: 10px;
	/* Position left button */
}

.next-btn {
	right: 10px;
	/* Position right button */
}



.resource-section {
	height: auto;
	width: 100%;
}

.Resources-card-container {
	margin: 70px 0;
}

.dropdown-icon {
	color: white;
	font-size: 1rem;
}

.container-faq {
	margin: auto;
	width: 85%;
}

.faq-title span{
	font-size:1vw;
}

.blog-section h2 {
    font-size: 3.5vw !important;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300 !important;
    border-bottom: 3px solid white;
    width: max-content;
}

.faq-title {
	width: fit-content;
	font-size: 3.5vw;
	margin-bottom: 20px;
	color: white;
	border-bottom: 3px solid white;
	/* font-weight: 700; */
	padding-bottom: 10px;
}

.faq-section {
	display: flex;
	width: 100%;
}

.faq-menu {
	flex: 1;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.faq-menu a {
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	background-color: #103f94;
	border-bottom: 1px solid #103f94;
	font-size:1vw;
}

.faq-menu a:hover,
.faq-menu a.active {
	background-color: #fff;
	color: black;
}

.faq-content {
	overflow-y: scroll;
	height: 40vh;
	width: 65%;
}

.faq-item {
	background-color: transparent;
	color: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}

.faq-item .card-header {
	padding: 10px 15px;
	background-color: #1abc9c;
}

.faq-item .card-header h5 {
	margin: 0;
}

.faq-item .card-header button {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	width: 100%;
	cursor: pointer;
}

.faq-item .card-body {
	padding: 15px;
	display: none;
	background-color: #34495e;
	width: 90%;
}

.faq-item .card-body.show {
	display: block;
}

.faq-item {
	display: none;
	/* Hide all items by default */
}

.faq-item.show {
	display: block;
	/* Show the item with the show class */
}

.inner-faq-content {
	cursor: pointer;
	display: flex;
	gap: 20px;
	margin: 20px 0;
}

.inner-faq-content {
	justify-content: end;
}

/* panle no 4  */

.content-Glossary p {
	font-size: 1vw;
	overflow-y: scroll;
	height: 300px;
	padding: 0 10px;
}
.content-Glossary h1{
	font-size: 3vw !important;
}
.container-Glossary {
	height: auto;
	width: 85%;
}

.sidebar {
	background-color: white;
}

.sidebar button {
	display: block;
	width: 100%;
	padding: 10px 20px;
	/* margin-bottom: 10px; */
	background-color: #fff;
	color: #000;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 18px;
	font-size: 1vw;
}

.sidebar button:hover {
	background-color: #ddd;
}

.content-Glossary {
	flex: 1;
	padding: 40px;
	background-color: #103f94;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	max-width: 800px;
	max-height: 500px;
	border-radius: 10px;
}

.content-section {
	display: none;
}

.content-section.active {
	display: block;
}

.sidebar button.active {
	background-color: #4a5bdc;
	color: #fff;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.owl-carousel .item {
    background: #ffffff;
    border-radius: 20px;
    color: #333333;
    width: 19vw;
    height: 27vw;
}

.item img {
    width: 100% !important;
    border-radius: 1vw 1vw 0 0;
    height: 15vw;
    object-fit: cover;
}

.item .card-category {
	font-size: 14px;
	color: #888888;
	margin-bottom: 10px;
}

.item .card-title {
	font-size: 1vw;
	font-weight: bold;
	margin-bottom: 10px;
}



.item .card-description {
	font-size: 1vw;
	line-height: 1.5;
	color:black !important;
}

.owl-dots{
	display:none;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5em;
    line-height: 1.5em;
    text-overflow: ellipsis;
}
/* Custom Navigation */
.custom-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 73vw;
	display: flex;
	justify-content: space-between;
	/* Space between for left and right alignment */
	align-items: center;
	/* Center vertically */
	pointer-events: none;
	z-index: 100;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 60% ;
	border-radius: 100% !important;
}

.custom-nav .prev,
.custom-nav .next {
	background: #ff0f39 ;
	color: white;
	border-radius: 100% ;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.custom-nav .prev::before,
.custom-nav .next::before {
	content: "";
	width: 15px;
	height: 15px;
	border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.custom-nav .prev::before {
	transform: rotate(135deg);
}

.custom-nav .next::before {
	transform: rotate(-45deg);
}

.custom-nav .prev:hover,
.custom-nav .next:hover {
	background-color: #103f94;
}

.custom-nav .prev:hover::before,
.custom-nav .next:hover::before {
	border-color: #ffffff;
}

.inner-faq-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #0c6faf;
	width: 90%;
}

.dropdown-icon {
	margin-left: auto;
}

.res-btn-1 {
	background-color: #ff0f39;
}

.res-btn-2 {
	background-color: #fff;
}

.res-btn-3 {
	background-color: #ff0f39;
	color: white;
}

.inner-faq-content p {
	/* margin: 10px 5px; */
	font-size: 1.1vw !important;
}

.Blog-section {
    margin-top: 5vw ! Important;
    width: 66.5vw;
}

.card-body p{
	margin:0;
}