.resources {
  /*position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;*/
	max-width: 1200px;
	margin: 0px auto;
}

.highlight {
  display: block;
  position: relative;
  height: 51px;
  margin: 20px 0 0 0px;
  color: #000000;
  font-family: Montserrat, var(--default-font-family);
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
  text-align: left;
  white-space: nowrap;
}

.highlight-item {
  position: relative;
  display: flex;
  height: 280px;
  background: #ff6c0e;
  overflow: hidden;
  border-radius: 15px;
  margin: 20px 0 20px 0;
}

.highlight-item:hover {
    transform: translateY(-3px);
}

.rectangle {
	position: relative;
	width: 50%;
	height: 100%;
	/* top: -29px; */
	/* left: 0; */
	background: url('/img/resource/c0ed70b7.png') no-repeat center;
	background-size: cover;
}

.flex-column-a {
    position: relative;
    width: 100%;
    margin: 30px;
}

.group-9 {
	position: relative;
	width: 486px;
	height: 24px;
	margin: 0 0 0 0;
	z-index: 145;
}

.group-a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.category-category-category {
	display: flex;
	align-items: center;
	position: absolute;
	width: 93.83%;
	height: 100%;
	top: 0;
	left: 6.17%;
	color: #1f1f1f;
	font-family: Montserrat, var(--default-font-family);
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	color: #fff;
	white-space: nowrap;
}

.layers {
	position: absolute;
	width: 4.12%;
	height: 83.33%;
	top: 8.33%;
	left: 0;
	background: url("/img/resource/layer.png") no-repeat center;
	background-size: 100% 100%;
}

.white-paper-name {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	width: 90%;
	height: 101px;
	margin: 20px 0 25px 0;
	color: #ffffff;
	font-family: Montserrat, var(--default-font-family);
	font-size: 24px;
	font-weight: 500;
	line-height: 33.6px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}

.button-b {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	position: relative;
	width: 140px;
	height: 38px;
	margin: 20px 0 0 0;
	padding: 8px 20px 8px 20px;
	cursor: pointer;
	background: #ffffff;
	border: none;
	border-radius: 50px;
}

.read-more {
	display: inline-block;
	width: 140px;
    height: 38px;
    padding: 10px 20px 8px 20px;
    cursor: pointer;
    background: #ffffff;
	color: #ff6c0e;
    border: none;
	border-radius: 30px;
	font-family: Montserrat, var(--default-font-family);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}

.read-more:hover {
	background: #138fff;
	color: #fff;
}

.frame-c {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	position: relative;
	margin: 40px 0 0 0;
}

.dropdown-container {  
	display: flex;
    align-items: flex-start;
}  

.dropdown {  
	margin-right: 20px; 
}  

.dropdown span {  
	margin-right: 5px;
	color: #333; 
}  

.select {  
	height: 28px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	color: #007bff;
	cursor: pointer; 
}  



.select:hover {  
	border-color: #007bff;
}  

.select:focus {  
	outline: none; 
	border-color: #007bff; 
}

.radio-container {
	display: flex;
	/* align-items: center; */
}

.radio-label {  
	display: flex;  
	align-items: center; 
	margin: 0 20px 0 10px;
	cursor: pointer;  
}  

.radio-input {  
	display: none;
}  

.radio-custom {  
	width: 16px; 
	height: 16px;
	border: 2px solid #007bff;  
	border-radius: 50%; 
	margin-right: 5px;  
	position: relative;  
}  

.radio-input:checked + .radio-custom {  
	background-color: #007bff;  
}  

.radio-custom::after {  
	content: '';  
	width: 8px; 
	height: 8px; 
	background-color: white;   
	border-radius: 50%; 
	position: absolute;  
	top: 50%;  
	left: 50%;  
	transform: translate(-50%, -50%); 
	display: none;   
}  

.radio-input:checked + .radio-custom::after {  
	display: block;   
}

.custom-checkbox {  
    display: flex;  
    align-items: center;  
    cursor: pointer;  
    position: relative;  
    margin-bottom: 15px;  
}  

.custom-checkbox input {  
    display: none; 
}  

.checkmark {  
    width: 24px; 
    height: 24px; 
    background-color: white;  
    border: 2px solid #ccc;  
    border-radius: 12px; 
	margin: 0 10px 0 10px;
    position: relative;  
}   

.custom-checkbox input:checked + .checkmark::before {  
    content: '';  
    width: 10px; 
    height: 10px; 
    background-color: #007bff; 
    position: absolute;  
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
	border-radius: 12px;	
}  
	
.resource-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	justify-content: center;
	margin: 25px 0 0 0;
}

.resource-item {
	width: 384px;
	height: 506px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: transform 0.2s;
	
	background-color: #f9f9f9; /* Light gray for each resource */  
	border: 1px solid #ddd;  
}

.resource-item:hover {
	transform: translateY(-5px);
}
	
.rectangle-1f {
  position: relative;
  width: 384px;
  height: 216px;
  margin: 0 0 0 0;
  background: url("/img/resource/card-image.png") no-repeat center;
  background-size: 100% 100%;
  border-radius: 15px 15px 0 0;
}

.group-19 {
	position: relative;
	width: 100%;
	height: 55px;
	top: 24px;
	left: 30px;
}

.category-1a {
    position: absolute;
    width: calc(80% - 30px);
	height:90px;
    left: 30px;
    color: #036ee1;
    font-family: Montserrat, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    overflow-wrap: break-word;
    white-space: normal;
    overflow: hidden;
}

.layers-1b {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("/img/resource/blue-layer.png") no-repeat center;
	background-size: 100% 100%;
}

.success-story-name {
	align-items: flex-start;
	position: relative;
	width: 325px;
	height: 130px;
	margin: 20px 0 20px 0;
	left: calc(50% - 162px);
	color: #1f1f1f;
	font-family: Montserrat, var(--default-font-family);
	font-size: 24px;
	font-weight: 500;
	line-height: 33.6px;
	text-align: left;
	align-content: flex-start;
	justify-content: space-evenly;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-read-more {
    background: #ff6b03;
    color: #FFF;
}

.view-more-container {
    display: flex;
    position: relative;
    margin: 12px 0 0 0;
}

.view-more-container:hover {
	transform: translateY(-3px);
}

.view-more {
    display: inline-block;
    margin-top: 20px;
    color: #036ee1;
    text-decoration: none;
}

.highlight-text{
	background: #ff6c0e;
    width: 50%;
}

.input_search:focus-visible {  
	outline: none; 
} 
	
/*****************************************************between desktop & mobile*****************************************************/
@media screen and (max-width: 1200px){
	.resource-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	
}

/**************************************************************mobile***********************************************************/
@media screen and (max-width: 860px){
	.resource-grid {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	
	.select
	{
		padding:0;
		max-width: 60%;
	}
	
	.dropdown {
		margin-right: 5px;
		display: flex;
	}
	
	.frame-c{
		gap:10px;
	}

	.highlight-item {
	  position: relative;
	  height: 180px;
	}

	.highlight-item {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	}
	
	.rectangle {
		min-height: 200px;
		width: 100%;
		position: relative;
		background: url('/img/resource/c0ed70b7.png') no-repeat center;
		background-size: cover;
	}
	
	.highlight-text {
		background: #ff6c0e;
		width: 100%;
	}
	
	.dropdown-container {  
		flex-direction: column;
		gap: 10px;
	}  
	
	.dropdown span {
		margin-right: 5px;
		color: #333;
		display: inline-block;
		width: 100px;
	}
}
/**************************************************************mobile end***********************************************************/
	
/***************************************************************detail page***************************************************************/
.resources-detail {
    background-color: #ffffff;
    display: flow;
    flex-direction: row;
    justify-content: center;
    position: relative;
	max-width: 1200px;
    margin: 0px auto;
}

.resources-detail-banner{
	display: flex;
}

.overlap-group{
	margin: 0 0 20px 0;
}

.resources-detail .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 0px;
    position: relative;
    border-radius: 50px;
	cursor: pointer;
}

.resources-detail .caret-down {
    position: relative;
    width: 18px;
    height: 18px;
}

.resources-detail .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #036ee1;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
}

.resources-detail .rectangle {
    position: relative;
    width: 50%;
    height: 337px;
	border-radius: 15px;
}

.resources-detail .group-wrapper {
    width: 100%;
    height: 24px;
}

.resources-detail .group-2 {
    position: relative;
    width: 100%;
    height: 24px;
}

.resources-detail .text-wrapper-5 {
    position: relative;
    width: 90%;
    height: 24px;
    top: 0;
    left: 30px;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #036ee1;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0;
    line-height: 19.2px;
}

.resources-detail .layers {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
}

.resources-detail .title {
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 43.2px;
}

.resources-detail .frame-4 {
    /*position: absolute;
    top: 340px;*/
}

.resources-detail .contrary-to-popular {
    position: relative;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.resources-detail .frame-5 {
    position: relative;
}

.resources-detail .text-wrapper-6 {
    position: relative;
    width: 240px;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 42px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.read-more-grid {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.card-container {
    display: flex;
    transition: transform 0.3s ease;
    gap: 24px;
    margin: 25px 0px;
}

.read-more-grid a:hover {
    transform: translateY(-5px);
}

.resources-detail .card {
    width: 282px;
    height: 282px;
    background-color: #f6f6f6;
    border-radius: 15px;
    overflow: hidden;
}

.arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 360px;
	background-color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

.left-arrow {
    left: 0px;
	background-image: url('/img/resource/arrow_circle_right.png');
    background-size: cover;
    background-repeat: no-repeat;
	transform: rotate(180deg);
}

.right-arrow {
    right: 0px;
	background-image: url('/img/resource/arrow_circle_right.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.resources-detail .frame-6 {
    width: 100%;
    height: 160px;
    background-image: url('/img/resource/rectangle-86.png');
    background-size: 100% 100%;
}

.resources-detail .text-wrapper-7 {
    position: relative;
    width: 90%;
    height: 66px;
    margin: 30px 27px;
    font-family: "Montserrat", Helvetica;
    font-weight: 500;
    color: #1f1f1f;
    letter-spacing: 0;
    line-height: 22.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner-text{
	width: 50%; 
	padding: 0 40px;
}

/**************************************************************detail page mobile***********************************************************/
@media screen and (max-width: 860px){
	.resources-detail-banner{
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.resources-detail .rectangle {
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	
	.banner-text{
		width: 100%; 
		padding: 0 10px;
	}
	
	.read-more-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.resources-detail .card {
		width: 348px;
        height: 324px;
	}
	
	.resources-detail .frame-6 {
		width: 100%;
		height: 160px;
	}
	
	.resources-detail .frame-4 {
		text-align: center;
	}
	
	.btn-resource-download{
		padding: 12px 30px !important;
	}
	
	.resources-detail .text-wrapper-7 {
		font-size: 1.5em;
	}
	
	.arrow {
        top: auto;
        position: relative;
        left: calc(50% - 75px);
        margin: 0 50px 0 0;
    }
	
	
}
/**************************************************************detail page mobile end***********************************************************/