* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
		sans-serif;
	background-color: #ffffff;
	color: #1f2937;
	line-height: 1.6;
}

.landing-page {
	/* min-height: 100vh; */
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	height: 769px;
}

/* Left Section */
.left-section {
    width: 844px;
    background: #ffffff;
    padding-right: 21%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
    left: 0px;
    z-index: 6;
    height: 769px;
    padding-left: 0%;
}

/* Right Section */
.right-section {
	position: relative;
	overflow: hidden;
	height: 769px;
	padding: 9% 3% 5% 30%;
}

.background-image {
	position: absolute;
	inset: 0;
	background-image: url("../landpage-img/right-side-back.png");
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.green-accent {
    position: absolute;
    left: 0px;
    top: 38px;
    bottom: 0;
    width: 262px;
    background: #074c25;
    z-index: -1;
    height: 700px !important;
    clip-path: polygon(0 0, 18% 0, 100% 50%, 18% 100%, 0 100%);
}
.college-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.college-card:hover .card-content {
	background-color: #ffffff;
}

.college-card:hover .arrow-icon {
	transform: translateX(0.25rem);
}

.card-content {
	flex: 1;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(1px);
	border-radius: 0.5rem;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.card-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.college-name {
	font-size: 0.75rem;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.4;
	margin-bottom: 0.25rem;
}

.college-type {
	font-size: 0.75rem;
	color: #6b7280;
	margin-top: 0.25rem;
}

.left-clg-name {
	text-align: center;
	position: relative;
	top: -28px;
}

.college-link-con {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-bottom: 10%;
}

.clg-name-btn h4 {
	color: #fff;
	text-shadow: 0 4px 3.9px rgba(0, 0, 0, 0.35);
	font-family: Eczar;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 139.044%;
	text-transform: uppercase;
}

/* .clg-name-btn a {
    color: #074c25;
    font-family: "El Messiri";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
    border-radius: 4px;
    background: #fff;
    padding: 2px 14px;
    text-transform: capitalize;
} */
a.read-more-btn img {
	margin-left: 77px;
}
button.read-more-btn {
    color: #074c25;
    font-family: "El Messiri";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
    border-radius: 4px;
    background: #fff;
    padding: 8px 14px;
    text-transform: capitalize;
    border: none;
    width: 272px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.read-more-btn-pink {
    color: #8B0060;
    font-family: "El Messiri";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.66px;
    border-radius: 4px;
    background: #fff;
    padding: 8px 14px;
    text-transform: capitalize;
    border: none;
    width: 272px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.head-line-l {
	color: rgba(0, 0, 0, 0.75);
	text-align: center;
	font-family: Lato;
	font-size: 23px;
	font-style: normal;
	font-weight: 800;
	line-height: 139.044%;
	text-transform: uppercase;
}
.clg-name-content h3 {
	color: #074c25;
	text-align: center;
	font-family: Lato;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 139.044%;
	text-transform: uppercase;
}
p.head-line2-l {
    color: rgba(0, 0, 0, 0.90);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
}
p.clg-add {
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
}
.h-line {
    display: block;
    background-color: #074C25;
    height: 2px !important;
    width: 477px;
    border: 0;
    justify-content: center;
    align-items: center;
    margin-left: 47px;
    margin-bottom: 8px;
}




/* Start Media  */
@media only screen and (max-width: 1399px){
.left-section {
    width: 771px;
}
.h-line {
    margin-left: 13px;
}
p.head-line2-l {
    font-size: 14px;
}
p.clg-add {

    font-size: 13px;
}
.green-accent {
    left: -4px;
    clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%);
}
}

@media only screen and (max-width: 992px){
	.landing-page {
    height: unset;
}
.left-section {
    width: unset;
    padding-right: 0px;
    left: 0px;
    height: unset;
    clip-path: unset;
}
.left-clg-name {
    text-align: center;
    position: relative;
    top: -26%;
}
.left-clg-name {
    text-align: center;
    position: relative;
    top: 0px;
    margin-top: 40px;
}
.green-accent {
    display: none;
}
.container-fluid {
    padding: 0px !important;
}
.col-lg-5 {
    padding: 0px !important;
}
.col-lg-7 {
    padding: 0px !important;
}
.right-section {
    height: unset;
    padding: 75px;
    padding-bottom: 15px;
}
.college-link-con {
    justify-content: start;
    margin-bottom: 6%;
}
hr.h-line {
    display: none;
}

}

@media only screen and (max-width: 768px){
	p.head-line-l {
    font-size: 17px;
    font-weight: 800;
    line-height: unset;
    margin: 0px;
}
.clg-name-content h3 {
    font-size: 24px;
    padding: 0px 14%;
}
p.head-line2-l {
    font-size: 13px;
    margin: 0px;
}
/* .logo-img img {
    width: 85px;
} */
}
@media only screen and (max-width: 575px){
	a.read-more-btn img {
    margin-left: 65px !important;
}
.logo-img img {
    width: 80px;
}
.college-logo img {
    width: 122px;
}
}
@media only screen and (max-width: 500px){
	a.read-more-btn img {
    margin-left: 0px !important;
}


.clg-name-btn h4 {
    font-size: 16px;
}
button.read-more-btn {
    font-size: 18px;
    width: 200px;
}
button.read-more-btn-pink {
    font-size: 18px;
    width: 200px;
}
.logo-img img {
    width: 70px;
}

}

@media only screen and (max-width: 428px){
	p.head-line2-l {
    font-size: 10px;
}
p.clg-add {
    font-size: 10px;
}
.clg-name-content h3 {
    font-size: 16px;
}
p.head-line-l {
    font-size: 11px;
}
.clg-name-btn h4 {
    font-size: 12px;
}
button.read-more-btn {
    font-size: 13px;
    width: 161px;
}
button.read-more-btn-pink {
    font-size: 13px;
    width: 161px;
}

}
