@font-face {
	font-family: "Proxima Nova";
	src: url("./fonts/ProximaNova-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("./fonts/Proxima\ Nova\ Semibold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova";
	src: url("./fonts/Proxima\ Nova\ Bold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
	--color-primary: #f6f0e6;
	--color-darkCreem: #9f937f;
}

   .tab-content { display: none; } /* Hide all tab contents initially */
        .tab-content.active { display: block; } /* Show only the active tab */
        .tabs-container .tabs-list{
        display: flex !important;
        list-style: none;
        gap: 20px;
	    width: auto;
       justify-content: center;
	   margin-bottom:1rem !important;
        }
.tabs-container .tabs-list li{
	text-align:center;
}
.subject-category .subject-name a>b{
	font-weight:700;
}
.tabs-container .tabs-list li a{
	padding: 0.5rem 1rem;
    background-color: #F4EBD3;
    color: #BA8938;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #F9F6ED;
    width: 10vw;
    display: block;
}
.tabs-container .tabs-list li a:hover,
.tabs-container .tabs-list li a.active {
	background-color: #fff;
	color: #6C4327;
	font-weight: 700;
	border: 1px solid #E5D4A3;
}
 .tabs-container .tab-dropdown {
            display: none !important;
            width: 100%;
            padding: 10px;
            font-size: 16px;
            margin-top: 10px;
        }

        /* Show dropdown only on small screens */
        @media (max-width: 768px) {
			.navigation-wrapper .pagination .dots{
				padding:0px !important;
			}
            .tabs-container .tabs-list {
                display: none !important;
            }
           .tabs-container .tab-dropdown {
                display: block !important;
			   font-size:18px;
			   font-weight:700;
            }
			.tabs-container .tab-dropdown option{
					        background-color: #F9F6ED;
        color: #BA8938;
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        padding: 10px;
        width: 100%;
			}
	
			.panels-container .tab-content.active {
        border-radius: 20px 20px 20px 20px;
    }
        }
.nav-links a{
	font-family:"Proxima Nova Rg" !important;
}

.hero::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #DBFBFF, transparent);
    z-index: 1;
    pointer-events: none;
}
.cover-image-text{
	z-index:1 !important;
}
* {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova";
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	background-color: #fff;
}

.parent {
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
}


.apply-easy-section .row .col-5 .inner figure{
	width: 140px !important;
    height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--white) !important;
    margin: 0 auto!important;
    border-radius: 16px !important;
    margin-top: -13px !important;
}
.apply-easy-section .row .col-5 .inner span{
	font-size: var(--semi-heading);
    font-weight: 600;
    color: var(--gold-100);
    line-height: 1.2;
    padding: 4px 12px;
    background-color: var(--white);
    border-radius: 42px;
    border: 1.4px solid var(--gold-100);
}
.apply-easy-section .row .col-5 .inner{
	display: inline-block;
    width: auto;
    position: relative;
}

.apply-easy-section .row{
	grid-template-columns: repeat(5, 2fr);
    padding-top: 103px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 60px;
	padding-bottom:60px;
}

.apply-easy-section .row .col-5 .inner p{
	    font-size: var(--semi-heading);
    color: var(--heading-color);
    font-weight: 600;
    padding-top: 16px;
    max-width: 100%;
    margin: 0 auto;

}
.apply-easy-section .row{
	background-image: url('../img/apply-line.svg');
	    background-size: 80%;
}

/* course outline */
 .tabs .tab{
	height:auto !important;
}


/* properietery section desktop view */
 .stack-container {
  position: relative;
  width: 350px;
  height: 350px;
  left:75px;
}
.stack-layer {
  position: absolute;
  width: 350px;
  height: 350px;
  background: url('Rectangle%2040198.png') no-repeat center;
  background-size: contain;
  transform: rotate(45deg) rotate3d(50, 50, 40, 180deg);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border:6px solid #F1E9E2;
  transition:all 1s ease;
}
.proprietary .layer .row{
	align-items:flex-start !important;
}
 .layer1 {
  top: 0;
  background-color: #0098B5;
  z-index:3;
  transition:all 1s ease;
}

 .layer2 {
  top: 120px;
  background-color: #61BECF;
  z-index:2;
  transition:all 1s ease;
}

 .layer3 {
  top: 180px;
  background-color: #9CD2DC;
  z-index:1;
  transition:all 1s ease;
}
 .circle{
    border: 6px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    /* transform: rotate3d(32, 32, 1, 60deg); */
    transition: opacity 0.5s ease; /* Smooth fade effect */
    transform:translateX(-75px) translateY(200px);
    z-index: 99;
    transition:transform 0.5s ease;
}
.slide-down{
  animation: slide-down 1s ease;
}
@keyframes slide-down {
  0%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}





.proprietary .layer .row .tab-list {
    height: 100%;
}

.proprietary .layer .row .tab-list ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
}

.tab-list ul li.active {
    opacity: 1;
}

.tab-content-wrap .ltab-conte {
    display: none;
}

.tab-content-wrap .ltab-conte.active {
    display: block;
}

.tab-content-wrap p {
    color: var(--heading-color);
    font-size: var(--semi-heading);
}

.proprietary .layer .row .col-5 .tab-content-wrap {
    padding-top: 0;
    height: 100%;
    margin-top: 45px;
}

.proprietary .layer .row .col-5, {
    height: 100%;
}
 .proprietary .layer .row {
    align-items: flex-start;
}
 .proprietary .tab-content-wrap .ltab-conte {
   display: block ;
}
 .proprietary .tab-content-wrap .ltab-conte.active1{
    visibility:hidden;
}
 .proprietary .tab-content-wrap .ltab-conte#tab-2
{
  position:absolute;
  bottom:160px;
}

 .proprietary .tab-content-wrap .ltab-conte#tab-3{
  position:absolute;
  bottom:40px;
}

.proprietary .title  h2 {
    text-align: center;
}

.layer-wrap .layer-1,
.layer-wrap .layer-2,
.layer-wrap .layer-3 {
    width:  1227px;
    height: 133px;
    border-top: 3px solid #000;
}

.layer-wrap .layer-3 {
    border-bottom: 3px solid #000;
}

.svg-layer {
  display: flex;
  justify-content: end;
}
/* properietery section desktop view end */

/*-------------------General---------------------*/
.mobile-view-only {
	display: none;
}

.mobile-only {
	display: none !important;
}

@media (max-width: 768px) {
	
	.hero::before{
		background:transparent;
	}
	.desktop-only {
		display: none !important;
	}

	.mobile-only {
		display: block !important;
	}
	.blogs-slider2{	
width:100% !important;
}
}

/* ------------------------------------  Navbar  -------------------------------- */
.mainNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	background-color: #E0D8CB !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: top 0.3s ease;
}

/* Sticky style for mainNav */
.mainNav.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* Optional: adds shadow when sticky */
}


.dropdown {
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #EEE8DF;
	padding: 1rem;
	list-style: none;
	color: #170F49;
	font-size: 18px;
}

.dropdown li {
	line-height: 40px;
	font-weight: 400;
}

.nav-selects .dropdown li {
	line-height: 40px;
	font-weight: 400;
	text-wrap: nowrap;
	margin: 0 0 1rem;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.nav-selects .dropdown li:last-of-type {
	margin: 0 0 0.5rem;
}

.hide-dropdown {
	display: none;
}

.dropdown-adj {

	margin-left: -240px;
}

.dropdown svg {
	transform: rotate(-90deg);
	margin-left: .5rem;
}

.navabr-parent {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

select {
	appearance: none;
}

.nav-select>span::after {
	content: ">";
}

/* Overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
	display: none;
}

/* Upper small navbar */
.uppernav-parent {
	width: 100%;
	background-color: var(--color-primary);
	padding: 10px 0;
	display: flex;
	justify-content: center;
}

.uppernav-container {
	display: flex;
	justify-content: end;
	width: 92%;
}

.uppernavs {
	display: flex;
	padding: 0 10px;
	align-items: center;
	gap: 20px;
}

.uppernavs a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

/* Menu icon */
.menu-icon {
	cursor: pointer;
	display: none;
}

/* Lower navbar with logo */
.lowernav-parent {
	width: 100%;
	background-color: #e0d8cb;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	box-shadow: 0px 4px 4px 0px #0000001a;
	border-bottom: 0.5px solid #9f937f;
	z-index: 6;
	transition: 0.3s;
}

.lowernav-container {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	width: 92%;
}

.logo img {
	height: 64px;
}

.nav-selects {
	display: flex;
	gap: 28px;
}

.nav-select {
	background-color: transparent;
	border: none;
	padding: 1px;
	position: relative;
	font-size: 18px;
	cursor: pointer;
	color: #6c4327;
	font-family: "Proxima Nova";
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: .5rem;
	font-weight: 400;
}

.nav-select>svg>path {
	fill: #6c4327;
}

.nav-select:focus {
	outline: none;
}

.logoToggle {
	display: none;
}

.toggle-icons {
	display: none;
}

.toggle-uppernav {
	display: none;
}

/* ------------------------------------  Hero Section  -------------------------------- */

.hero-img {
	width: 100%;
}


.hero-parent {
	width: 100%;
	height: 80vh;
	display: flex;
	justify-content: center;
	background-color: #0098b50d;
	/* position: sticky;
    top: 0;
    z-index: -1; */
}

.hero-container {
	width: 100%;
	padding-top: 2rem;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.hero-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/Mechanical-banner.png');
	background-size: cover;
	background-position: center;
	z-index: 0;
	/* Ensure it stays behind the text */
}

.hero-image-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #DBFBFF, transparent);
	z-index: 1;
	/* Gradient overlay on the image */
	pointer-events: none;
}

.hero-left-conatiner {
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
	padding: 4rem 0 6rem 4rem;
	position: relative;
	z-index: 2;
}

.hero-big-text {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: left;
	background-color: #012d45;
	padding:6px 6px;
}

.highlight {
	background-color: #012d45;
	color: white;
	padding: 0 5px;
}

.highlight-white {
	background-color: #fff;
	color: #012d45;
	padding: 0 5px;
}

.hero-small-text {
	color: #002E47;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	text-align: left;
	margin-bottom: 20px;
}

.hero-right-conatiner {
	display: flex;
	width: 50%;
}

.hero-video {
	position: absolute;
	width: 125%;
	overflow: hidden;
	display: flex;
	height: 100%;
	top: 0;
	right: -25%;
	padding: 0;
	margin: 0;
}

.video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0.7;
	z-index: -10;
	filter: blur(2px);
}

@keyframes showImages {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.animate-images img {
	animation: showImages 12s infinite ease-in-out;
	animation-fill-mode: forwards;
	opacity: 0;
	/* Start all images hidden */
}

.animate-images img:nth-child(1) {
	animation-delay: 0s;
}

.animate-images img:nth-child(2) {
	animation-delay: 4s;
}

.animate-images img:nth-child(3) {
	animation-delay: 8s;
}

.character {
	position: absolute;
	bottom: 0;
	right: 10%;
	margin-left: -4rem;
	height: 40rem;
}

.shield {
	position: absolute;
	width: 150px;
	right: 5%;
	bottom: 10%;
}

@media (max-width: 768px) {
	.hero-big-text {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 27px;
	text-align: left;
	background-color: #012d45;
    padding: 6px 6px;
    font-family: "Proxima Nova Rg";
}
	.hero-big-text{
		top:0px;
	}
	.hero-parent {
		height: auto;
	}

	.shield {
		position: absolute;
		width: 150px;
		right: 5% !important;
		bottom: 20px !important;
	}

	.hero-container {
		overflow: visible;
	}

	.hero-left-conatiner {
		gap: 1em;
	}

	.hero-image-wrapper {
		background-position: center bottom;
		background-image: url('./assets/Mechanical/Mechanical\ Mobile\ Hero.png');
	}

	.hero-image-wrapper::before {
		background: none
	}

	.hero-container {
		padding: 0;
	}

	.hero-small-text {
		font-size: 24px;
		line-height: 36px;
		font-weight: 600;
	}


	.hero-left-conatiner {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: start;
		gap: 1rem;
		padding: 2rem 2rem 6rem;
		height: 69vh;
	}

	.hero-left-conatiner svg {
		height: 55px;
		width: 20px;
	}

	.hero-small-text {
		text-align: left;
		display: flex;
		flex-direction: column;
		font-size: 24px;
		line-height: 36px;
		font-weight: 600;
	}

	.hero-small-text-lower {
		font-size: 18px;
		line-height: 21px;
		font-weight: 600;
	}

	.hero-video {
		width: 100%;
		height: 100%;
		right: 0%;
		top: 20%;
	}

	.video {
		object-fit: cover;
		width: 100%;
		height: 470px;
		padding: 0;
		margin: 0;
		opacity: 0.6;
		z-index: -10;
		filter: blur(3px);
	}

	.hero-right-conatiner {
		display: flex;
		width: 0%;
	}

	.hero-images {
		flex-direction: column;
		gap: 3rem;
		position: absolute;
        bottom: 0;
        right: 7%;
		z-index: 2;
	}

	.character {
		margin-left: 0;
		height: 19rem;
		position: absolute;
		bottom: 18%;
		right: 50%;
		transform: translateX(50%);
	}

	.shield {
		width: 92px !important;
		bottom: 2%;
	}
	
/* 	proprietery aniamtion mobile css */
	.layer{
		margin-bottom:60px;
	}
	  .proprietary .tab-content-wrap .ltab-conte#tab-2
  {
    position:absolute;
    bottom:0px;
  }
  
  .proprietary .tab-content-wrap .ltab-conte#tab-3
	{
    position:absolute;
    bottom:0px;
  }
  .stack-container,.stack-layer{
    width:190px !important;
    height:190px !important;
  }
  .circle{
    width:30px !important;
    height:30px !important;
    border:3px solid #fff !important;
    transform:translateX(-42px) translateY(100px);
  
  }
 .layer2{
    top:80px;
  }
   .layer3{
    top:120px;
  }
.stack-container{
    right:-25%;
    left:auto;
  }
   .layer-2-section{
  padding-top:48px !important;
  }
	.proprietary .layer .row .col-2{
		order:1;
	}
	.proprietary .layer .row .tab-list ul{
		flex-direction:row;
	}
	 .proprietary .layer .row .col-5 .tab-content-wrap{
		margin-top: 180px;
        text-align: center;
	}
}



/* -------------------------------------------  Overview  --------------------------------------------------- */


/* Container */
.overview-section {
	padding: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.overview-container {
	display: flex;
	gap: 2rem;
	width: 100%;
}

/* Left Side */
.overview-left {
	flex: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.overview-heading {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.overview-text {
	font-size: 24px;
	line-height: 1.5;
	color: #3D3D3D;
}

/* Right Side (Card) */
.overview-right {
	flex: 1;
	background-color: #F9F6ED;
	padding: 1.5rem;
	border-radius: 16px;
	border: 1px solid #CDA452;
	/*height: 329px;*/
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-heading {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	color: #333;
}

.card-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	align-items: baseline;
}

.card-column {
	flex: 1;
}

.card-label {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	color: #3D3D3D;
	margin-bottom: 0.5rem;
}

.card-value {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #333333;
	display: flex;
	align-items: center;
}

.card-date {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #333333;
}

.arrow-icon {
	width: 16px;
	height: 16px;
	stroke: #007bff;
}

.card-link {
	color: #BA8938;
}


@media (max-width: 768px) {
	.overview-section {
		padding: 4em 1.5em;
	}

	.overview-container {
		flex-direction: column;
	}

	.overview-heading {
		font-size: 32px;
		line-height: 38px;
		text-align: center;
	}

	.overview-text {
		font-size: 18px;
		line-height: 21px;
	}

	.card-row {
		flex-direction: column;
		gap: 20px;
	}

	.eligibility {
		padding-bottom: 20px;
		padding-top: 10px;
	}
}






/* -------------------------------------------------- Educational Objective--------------------------------------------------------- */



/* Section Styles */
.educational-objectives-section {
	padding: 5rem;
	justify-content: center;
	background-color: #F6F6F6;
}

.educational-objectives-container {
	display: flex;
	width: 100%;
	gap: 2rem;
}

/* Left Side (Image) */
.objectives-left {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: end;
}

.objectives-image {
	max-width: 100%;
	border-radius: 8px;
}

/* Right Side (Text with Icons) */
.objectives-right {
	flex: 1;
}

.objectives-heading {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 1.5rem;
	color: #333;
}

.objectives-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.objective-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.shield-icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.objective-text {
	display: flex;
	flex-direction: column;
}

.objective-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	color: #333333;
	margin-bottom: 0.5rem;
}

.objective-description {
	font-size: 24px;
	font-weight: 400;
	color: #555;
	line-height: 36px;
}

@media (max-width: 768px) {

	.educational-objectives-section {
		padding: 4em 1.5em;
	}

	.objectives-heading {
		font-size: 32px;
		line-height: 38px;
		text-align: center;
	}

	.objective-title {
		font-size: 32px;
		line-height: 38px;
	}

	.objective-description {
		font-size: 16px;
		line-height: 19px;
	}

	.educational-objectives-container {
		flex-direction: column-reverse;
	}
}


/* --------------------------------------  Affordable Excellence ------------------------------------------------ */

/* Section Styles */
.affordable-excellence-section {
	padding: 5rem;
	background-color: #fff;
	text-align: center;
}

.affordable-excellence-container {
	max-width: 1200px;
	margin: 0 auto;
}

/* Heading and Text */
.affordable-excellence-heading {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #333333;
}

.affordable-excellence-text {
	font-size: 24px;
	color: #3D3D3D;
	margin-bottom: 2rem;
	line-height: 36px;
	font-weight: 400;
}

/* Flex Container */
.affordable-excellence-flex {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	/* Makes it responsive */
}

/* Card Styles */
.excellence-card {
	background-color: #fff;
	border: 1px solid #E5D4A3;
	border-radius: 16px;
	flex: 1 1 45%;
	/* Adjusts width for responsiveness */
	text-align: left;
}

.excellence-card-heading-container {
	border: 1px solid #E5D4A3;
	padding: 10px 0;
	border-radius: 16px 16px 0 0;
	background: #F9F6ED;
}

.excellence-card-heading {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #333333;
	text-align: center;
}

.excellence-card-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.excellence-card-column {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.excellence-card-column>div {
	flex: 1;
	border-right: 1px solid #E5D4A3;
	border-left: 1px solid #E5D4A3;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	width: 100%;
	height: 100%;
}

.excellence-card-label {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #333333;
}

.excellence-card-value {
	font-size: 18px;
	line-height: 27px;
	color: 400;
	margin: 0.5rem 0;
}

.excellence-card-link-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.excellence-card-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 23.4px;
	color: #A06C2E;
	text-decoration: none;
}

.excellence-card-link:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.affordable-excellence-section {
		padding: 4em 1.5em;
	}

	/* Heading and Text */
	.affordable-excellence-heading,.popular-blogs h2 {
		font-size: 32px !important;
		line-height: 38px;
	}

	.affordable-excellence-text {
		font-size: 18px;
		line-height: 21px;
	}

	.affordable-excellence-flex {
		flex-direction: column;
	}

	.excellence-card-column {
		flex-direction: column;
	}

	.excellence-card-column>div {

		border-top: 1px solid #E5D4A3;
		border-bottom: 1px solid #E5D4A3;
	}

	.excellence-card-value {
		line-height: 0;
	}

	.excellence-card-label {
		line-height: 1;
	}
}


/* ---------------------------------------- Explore Endless Career Paths ------------------------------------------------ */

.global-achievements {
	width: 100%;
	height: 829px;
	background-image: url("assets/flags/Frame\ 1410086568.png");
	background-size: cover;
}

.global-achievements-container {
	width: 100%;
	height: 100%;
}

.global-achievements-parent {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
	padding: 64px 0px 50px 64px;
	background: #fff;
}

.global-achievements-text {
	flex: 1.3;
	padding-right: 50px;
}

.global-achievements-title h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: start;
}

.global-achievements-title p {
	padding-top: 16px;
	font-family: "Proxima Nova";
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	margin-bottom: 24px;
}

.global-achievements-title a {
	padding-top: 32px;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	display: flex;
	justify-items: center;
	align-items: center;
	gap: 17px;
	text-decoration: none;
}

.global-acieve-cards {
	flex: 1.5;
	overflow: hidden;
	height: 702.72px;
	object-fit: cover;
	border-radius: 19.03px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.global-acieve-cards-container {
	flex: 1;
	/* overflow: hidden; */
	height: 645.72px;
	object-fit: cover;
	border-radius: 19.03px;
	display: flex;
	justify-content: left;
	align-items: center;
}

.global-acieve-cards img {
	width: 470px;
	height: 645.72px;
	object-fit: cover;
	border-radius: 19.03px;
}

.global-acieve-mobile-cards {
	display: none;
}
.blogs-slider .slick-list, .blogs-slider2 .slick2{
	overflow:hidden !important;
}
.blogs-slider .blog-card:hover img,.blogs-slider2 .blog-card:hover img{
	width:100% !important;
}

.blogs-slider-next{
	display:flex !important;
	justify-content:center !important;
}
@media (max-width: 768px) {

	.home-away-title,
	.highlights-left h1,
	.bri-fut-text h1,
	.exch-prog-text h1,
	.mu-magazines-text h1 {
		font-size: 36px;
	}

	.mu-magazines-text h1 {
		font-size: 34px;
	}

	.home-away-grid img,
	.highlights-left img,
	.bri-fut-img img,
	.exch-prog-img-stack img,
	.top-image img {
		width: 100%;
		height: auto;
	}

	.highlights-left p,
	.bri-fut-text p,
	.exch-prog-text p,
	.mu-magazines-text p {
		font-size: 18px;
	}

	.get-in-touch-container,
	.highlights-container,
	.bri-fut-container,
	.exch-prog-container,
	.mu-magazines-parent {
		padding: 24px;
	}
}

@media (max-width: 768px) {

	.global-acieve-cards img {
		width: 400px;
		height: 600px;
	}

	.global-acieve-cards-container {
		height: 500px;
	}

	.global-achievements-parent {
		flex-direction: column;
		height: auto;
		align-items: center;
		padding: 4em 1.5em;
	}

	.global-achievements-text {
		width: 100%;
		height: auto;
		padding: 6px;
	}

	.global-achievements-title h1 {
		font-size: 32px;
		line-height: 38px;
		text-align: center;
		line-height: 120%;
	}

	.global-achievements-title p {
		font-size: 18px;
		text-align: center;
		line-height: 120%;
	}

	.global-achievements-title a {
		font-size: 16px;
		line-height: 120%;
		padding-top: 10px;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
	}

	.global-achievements-title img {
		width: 11px;
		height: 11px;
	}

	/* .global-acieve-cards {
	  display: none;
	} */

	.global-acieve-cards-mobile img {
		width: 98%;
        height: 563px;
        object-fit: cover;
        border-radius: 10px;
		border-radius: 10px;
	}

	.global-acieve-cards-mobile-container {
		flex: 1;
		/* overflow: hidden; */
		object-fit: cover;
		border-radius: 19.03px;
		display: flex;
		justify-content: left;
		align-items: center;
	}

	.global-acieve-mobile-cards {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.global-acieve-mobile-cards img {
		padding-left: 24px;
		border-radius: 16px 0 0 16px;
	}

	.mobile-shield {
		position: absolute;
		transform: translate(0%, 18%);
	}

}


@media (max-width: 420px) {
    .global-acieve-cards-mobile img {
		width: 100%;
        height: 480px;
	}
}

@media (max-width: 325px) {
	.global-achievements {
		height: 833.36px;
	}

	.global-achievements-title h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.global-achievements-title p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.global-achievements-title a {
		font-size: 16px;
		padding-top: 16px;
		text-align: center;
	}

	.global-acieve-cards {
		display: none;
	}

	.global-acieve-cards img {
		border-radius: 8px;
	}
}


/* ------------------------------------------ Advanced Infrastructure ------------------------------------------------ */

.advanced {
	padding: 5em;
	background: #F9F6ED;
}

.advanced {
	width: 100%;
	background-color: #F6F0E6;
	color: #333333;
	padding: 5em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 50px;
	font-family: 'Proxima Nova', sans-serif;
}

.advanced-carousel,
.advanced-carousel-mobile {
	overflow: hidden;
	width: 100%;
	/* Make the carousel take up the full width of its parent */
	position: relative;
}

.advanced-carousel-images {
	display: flex;
	transition: transform 0.5s ease;
	gap: 24px;
	/* Default gap between each image */
}

.advanced-carousel-image,
.advanced-carousel-image-mobile {
	flex: 0 0 auto;
	/* Make sure each image keeps its width */
}

/* Default Image styling (desktop screens) */
.advanced-carousel-image img,
.advanced-carousel-image-mobile img {
	width: 196px;
	height: 196px;
	object-fit: cover;
}

.advanced h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	color: #333333;
}

@media (max-width: 768px) {
	.advanced h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.advanced {
		padding: 4em 1.5em;
	}

	.advanced-carousel-image>img,
	.advanced-carousel-image-mobile>img {
		width: 120px;
		height: 120px;
	}

	.advanced-carousel-images-mobile {
		display: flex !important;
		gap: 24px;
	}
}


/* -----------------------------------------  Campus Facilities  ---------------------------------------------- */


/* Section Styles */
.campus-facilities-section {
	padding: 4rem;
	background-color: #fff;
	text-align: center;
}

.campus-facilities-container {
	max-width: 1200px;
	margin: 0 auto;
}

/* Section Heading */
.campus-facilities-heading {
	font-size: 64px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 2rem;
}

/* Grid Layout */
.facilities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

/* Facility Item */
.facility-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background-color: #fff;
	text-align: center;
}

.facility-item.empty {
	border: none;
	background: none;
}

/* Icon and Text */
.facility-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 1rem;
}

.facility-text {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	color: #333333;
	margin: 0;
	margin-top: -40px;
}

@media (max-width: 768px) {
	.campus-facilities-section {
		padding: 1.5em;
	}

	.campus-facilities-heading {
		font-size: 32px;
		line-height: 38px;
	}

	.facility-text {
		font-size: 32px;
		line-height: 38px;
		font-weight: 800;
	}

	.facilities-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
}


/* ---------------------------------------- Welcome Section  ---------------------------------------------------- */

/* Section Styles */
.welcome-section {
	padding: 5em 5em 3em 5em;
	background-color: #077183;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.welcome-container {
	display: flex;
	align-items: start;
	gap: 2rem;
}

/* Left Side: Image */
.welcome-image-container {
	position: relative;
	flex: 0.8;
	display: flex;
	justify-content: start;
	align-items: start;
}

.welcome-image {
	width: 100%;
	max-width: 400px;
	border-radius: 10px;
}

.quote-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	transform: translate(20%, -20%);
}

/* Right Side: Text */
.welcome-text-container {
	flex: 1.2;
	text-align: left;
}

.welcome-heading {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.5;
}

.welcome-text {
	font-size: 29px;
	font-weight: 400;
	line-height: 40.6px;
}

.quote-container {
	display: flex;
	justify-content: start;
	align-items: start;
	height: 100%;
	position: absolute;
	right: -17px;
	top: 0;
}

.quote {
	z-index: 1;
}

@media (max-width: 768px) {
	.welcome-section {
		padding: 4em 1.5em;
	}

	.welcome-container {
		flex-direction: column;
	}

	.welcome-text {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		font-weight: 400;
	}

	.quote-container {
		display: flex !important;
		right: 83%;
		top: 100%;
		width: 75px;
	}
}


/* ------------------------------------  Programs we offer  -------------------------------- */

.program-parent {
	background: var(--Brand-PrestigeGold-00, #f9f6ed);
	display: flex;
	justify-content: center;
	padding: 64px 0;
}

.programs-container {
	width: 90%;
}

.programs-container .tabs .tab-btn {
	font-size: 18px;
}

.programs-heading {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	margin-bottom: 2rem;
	text-align: center;
	opacity: 0.9;
	color: #333;
}

.tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	gap: 20px;
}

.tab-btn,
.stories-tab-btn {
	padding: 12px 20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: color 0.3s;
	border-bottom: 1px solid #e0d8cb;
	font-size: 26px;
	font-weight: 400;
	line-height: 31.2px;
	text-align: left;
	color: #9f937f;
	text-transform: uppercase;
	font-family:'Proxima Nova Rg';
}

.tab-btn.active,
.stories-tab-btn.active {
	color: #a06c2e;
	border-bottom: 2px solid #a06c2e;
	font-weight: 600;
}

.tab-dropdown {
	display: none;
	width: 100%;
}

.tab-content,
.stories-tab-content {
	
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.tab-content.active,
.stories-tab-content.active {
	display: flex;
	align-items: stretch;
}

.program-img {
	position: relative;
	overflow: hidden;
	max-width: 400px;
	width: 40%;
}

.program-img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 10px;
	transition: all 0.2s ease-in;
}

.program-img img.fade-out {
	opacity: 0;
}

.program-grid {
	display: grid;
	width: 90%;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.program-card {
	background-color: transparent;
	border-radius: 16px;
	border: 1px solid #cda452;
	padding: 20px 12px;
	color: #333333;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: space-between;
	align-items: start;
	transition: transform 0.3s, background-color 0.3s;
	position: relative;
	transform-style: preserve-3d;
}

/* On hover */
.program-card:hover {
	background-color: #fff;
	transform: rotate(-1deg);
	border-color: #a06c2e;
}

.arrow-btn-circle {
	background-color: #a06c2e;
	padding: 10px 12px 8px 12px;
	position: absolute;
	top: -10px;
	right: -10px;
	transition: all 0.3s ease-in-out;
	border-radius: 100%;
	opacity: 0;
	pointer-events: none;
}

/* Show arrow button on hover */
.program-card:hover .arrow-btn-circle {
	opacity: 1;
	pointer-events: auto;
}

.program-card-icon {
	height: 48px;
	width: 48px;
}

.program-card h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	margin: 0;
	height: auto;
}

.program-card p {
	font-size: 16px;
	line-height: 19.2px;
	margin: 0;
	color: #3D3D3D;
}

@media (max-width: 768px) {
	.program-card p {
		display: none;
	}

	.program-card h3 {
		font-size: 18px;
		line-height: 21.6px;
	}

	footer {
		display: none;
	}
}

/* ------------------------------------  360* development  -------------------------------- */
.dev-parent {
	display: flex;
	justify-content: center;
	padding: 40px 0;
	background-color: white;
	overflow: hidden;
	max-height: 700px !important;
	z-index: 30;
}

.main-heading {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.main-heading h1 {
	font-size: 96px;
	font-weight: 800;
	line-height: 115.2px;
	text-align: left;
	color: #00a4bb;
	margin: 0;
	z-index: 45;
}

.dev-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	position: relative;
}

.cards {
	display: flex;
	gap: 60px;
	transition: transform 1s ease, opacity 1s ease;
	height: 387px;
	transform: translate(40%, 0px);
}

.card {
	flex: 0 0 auto;
	position: relative;
}

.card-overlay {
	position: absolute;
	width: 538px;
	height: 367px;
	top: 0;
	left: 0;
	border-radius: 16px;
	background: linear-gradient(180.27deg,
			rgba(0, 0, 0, 0) 0.24%,
			#000000 99.76%);
}

.card img {
	border-radius: 16px;
	width: 538px;
	height: 367px;
}

.card p {
	position: absolute;
	bottom: 9%;
	left: 6%;
	color: white;
	font-weight: 600;
	font-size: 40px;
	z-index: 20;
}

/* Initial state of the content (hidden and down) */
.content {
	display: flex;
	align-items: center;
	flex-direction: row;
	position: absolute;
	top: 30%;
	left: 0;
	padding: 20px;
	justify-content: center;
	opacity: 0;
	z-index: 40;
	transform: translateY(100px);
	transition: opacity 1s ease, transform 1s ease;
}

.cards-content-container {
	height: 80vh;
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.content img {
	max-width: 390px;
	height: auto;
	width: 100%;
	display: block;
	position: absolute;
	left: 60px;
	top: 15px;
}

.content h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	width: 75%;
	text-align: left;
	color: #3d3d3d;
	margin-left: 155px;
	margin-top: 49px;
	z-index: 40;
}

@media (max-width: 1020px) {
	.main-heading h1 {
		font-size: 72px;
		font-weight: 800;
		line-height: 92.6px;
	}

	.cards-content-container {
		height: 60vh;
	}

	.content h1 {
		font-size: 30px;
		line-height: 45px;
		width: 80%;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {

	.facilities-list {
		display: none !important;
	}

	.facilities-list-mobile {
		display: flex !important;
		flex-direction: column;
		gap: 20px;
		width: 100%;
		margin-top: 15px;
	}

	.main-heading h1 {
		font-size: 48px;
		font-weight: 800;
		width: 80%;
		line-height: 57.6px;
	}

	.cards-content-container {
		height: 40vh;
	}

	.content {
		display: flex;
		align-items: center;
		gap: 2rem;
		position: absolute;
		top: 20%;
		flex-direction: column-reverse;
	}

	.cards {
		display: flex;
		gap: 60px;
		transition: transform 1s ease, opacity 1s ease;
		height: 350px;
		transform: translate(40%, 0px);
	}

	.dev-parent {
		display: flex;
		justify-content: center;
		padding: 20px 0 !important;
		background-color: white;
		overflow: hidden;
		z-index: 30;
	}

	.content img {
		display: none;
	}

	.content h1 {
		font-size: 20px;
		line-height: 32px;
		transform: translateY(50%);
	}
}

@media (max-width: 500px) {
	.focus-find {
		gap: 1rem;
		align-items: flex-start !important;
	}

	.focus-title {
		margin-bottom: 1rem !important;
	}

	.program-parent {
		padding-top: 50px;
	}

	.step-btn svg {
		height: 25px !important;
	}

	.step-apply {
		font-size: 16px !important;
	}

	.mobile-view-only {
		display: block;
	}

	.desktop-view-only,
	.focus-apply {
		display: none !important;
	}

	.program-card-icon {
		width: 30px;
		height: 30px;
	}

	.cards-content-container {
		height: 30vh;
		height: 100%;
		flex-direction: column;
	}

	.main-heading h1 {
		font-size: 48px;
		font-weight: 800;
		line-height: 60px;
	}

	.content h1 {
		width: 90%;
		margin-left: 2rem;
	}

	.content {
		top: 15%;
	}

	/*---------------------------Awards & Recognitions-----------------*/

	.award-card-image img {
		width: 100%;
	}
}

/* ------------------------------------  why us  -------------------------------- */

.why-us-parent {
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 0 66px 72px;
}

.why-us-section {
	width: 100%;
	text-align: center;
}

.why-us-section h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	color: #333333;
}

/* Card Container */
.why-us-cards {
	display: grid;
	margin-top: 10px;
	/* Use grid layout */
	grid-template-columns: repeat(4, 1fr);
	/* 4 columns by default */
	gap: 40px;
	background: #F6F6F6;
	border-radius: 16px;
	padding: 20px;
	/* Add spacing between cards */
}

/* Individual Card */
.why-us-card {
	position: relative;
	width: 100%;
	/* Full width of grid column */
	height: 250px;
	/* Set a fixed height */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333333;
	gap: 15px;
}

.why-us-card img {
	position: absolute;
	top: 23%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 49px;
	height: 54px;
	z-index: 1;
	/* Behind the text */
}

.why-us-card .icon {
	font-size: 60px;
	font-weight: 900;
	line-height: 72px;
	text-align: center;
	color: #333333;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 2;
	font-family:"Proxima Nova Rg";
}

.why-us-card p {
	font-size: 28px;
	font-weight: 600;
	line-height: 35.6px;
	color: #333333;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	/* Above the image */
	margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.why-us-cards {
		display: flex;
		flex-direction: column;
	}

	.why-us-card {
		width: 100%;
		/* Full width of grid column */
	}

	.why-us-section h2 {
		font-size: 32px;
	}

	.why-us-card .icon {
		font-size: 36px;
	}

	.why-us-card img {
		top: 32%;
		left: 50%;
	}
}

@media (max-width: 1040px) {
	.why-us-card .icon {
		font-size: 48px;
	}
}

@media (max-width: 500px) {
	.why-us-card p {
		font-size: 16px;
		font-weight: 600;
		line-height: 19.2px;
		text-align: center;
		margin: 0;
		flex-direction: row;
	}

	.why-us-section {
		padding: 20px 20px;
	}

	.scroll-content {
		column-gap: 20px;
	}

	.why-us-card {
		width: 100%;
		/* Full width of grid column */
		height: 100%;
		/* Set a fixed height */
	}

	.why-us-parent {
		padding: 24px 20px;
		position: relative;
		z-index: 50;
		margin-top: -50px;
		padding-bottom: 4em;
	}

	.focus-parent {
		padding: 0 !important;
	}

	.discover-parent {
		padding: 35px 0 !important;
	}

	.why-us-cards {
		width: auto;
		/* Set a fixed width for uniformity */
		height: auto;
		/* Maintain height */
		gap: 4px;
		/* Add spacing between cards */
	}

	.why-us-card {
		width: 80%;
		gap: 0px;
		margin: 20px auto;
		margin-top: 0;
	}

	.why-us-card .icon {
		font-size: 40px;
		font-weight: 900;
		line-height: 48px;
		margin: 0;
	}

	.why-us-section h2 {
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: center;
	}

	.why-us-card img {
		top: 23.8%;
		width: 40px;
		height: 30px;
	}
}

/* ------------------------------------  facilities on campus  -------------------------------- */
.facility-parent {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 5rem;
}

.facilities-section {
	text-align: center;
	padding: 20px 0 0 0;
	width: 96%;
	position: relative;
	max-width: 100%;
	margin: auto;
	/* gap: 8rem; */
	display: flex;
	flex-direction: column;
}

.facilities-title {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	color: #3d3d3d;
}

.facilities-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	gap: 39px 15px;
	width: 100%;
	padding-top: 13rem;
}

.facility-item {
	font-size: 46px;
	font-weight: 600;
	line-height: 55.2px;
	text-align: center;
	color: #d6b86e;
	cursor: pointer;
	transition: color 0.3s ease;
	z-index: 40;
}

.facility-dot {
	font-size: 46px;
	font-weight: 600;
	line-height: 55.2px;
	text-align: center;
	color: #d6b86e;
}

.facility-item:hover {
	color: #6c4327;
}

.image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	/* Adjust based on your image size */
	height: auto;
	pointer-events: none;
}

.facility-image {
	position: fixed;
	z-index: 50;
	width: 35%;
	transition: opacity 0.3s ease, top 0.3s ease, left 0.3s ease;
	opacity: 0;
	display: block;
}

.facility-shield {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.facility-shield img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}

.hidden {
	opacity: 0;
	pointer-events: none;
}

.facilities-list-mobile {
	display: none;
}

/*--------------------------Footer------------------------*/

.footer-links {
	background-color: #f6f0e6;
	display: flex;
	flex-direction: row;
	padding: 5rem;
	justify-content: space-between;
}

.footer-links svg {
	min-width: 12px;
}

.footer-links h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.footer-links li {
	list-style-type: none;
	margin-bottom: 0.5rem;
	opacity: 0.9;
}

.footer-links ul {
	margin-top: 0.5rem;
}

.footer-links a {
	text-decoration: none;
	color: #000;
	opacity: 0.8;
	font-size: 16px;
}

.colo-1,
.colo-2,
.colo-3,
.colo-4,
.colo-5 {
	width: 15%;
}

.socials svg {
	height: 20px;
}

.colo-5 li {
	font-size: 12px;
	display: flex;
	align-items: center;
}

.colo-5 li span {
	margin-left: 0.5rem;
}

.colo-4 div {
	display: flex;
	flex-direction: row;
}

.footer-copyrights {
	background-color: #e0d8cb;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1rem 5rem;
}

.copyrights-left {
	display: flex;
	align-items: center;
}

.copyrights-right {
	display: flex;
	align-items: center;
}

.copyrights-right span {
	margin: 0 0.8rem;
}

.email {
	text-decoration: underline;
}

.footer-copyrights p {
	font-family: "Noto Sans";
	font-size: 12px;
}

.colo-4 div a:nth-child(2) {
	margin-left: 0.5rem;
}

@media (max-width: 768px) {
	.facility-shield {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: auto;
		max-height: auto;
		width: 100%;
		z-index: 10;
	}

	.facility-parent {
		padding: 2rem;
	}

	.image-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		pointer-events: none;
		/* Ensures the image doesn't interfere with hover events */
	}

	.facility-dot {
		display: none;
	}

	.facility-parent {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-bottom: 4rem;
	}

	.facility-shield img {
		width: 100%;
		height: 100%;
	}

	.facility-item {
		font-size: 24px;
		line-height: auto;
		cursor: pointer;
		margin-top: -15px;
	}

	/* .dot {
	  font-size: 24px;
	  line-height: auto;
	} */

	@media (max-width: 768px) {
		.facilities-list {
			padding: 0;
			flex-direction: column;
			margin-top: 0;
			align-items: center;
		}
	}

	.facilities-list {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: center;
		gap: 0px;
		padding-top: 1rem;
	}

	.facilities-list {
		gap: 0px;
		margin-top: 5px;
	}

	.facilities-title {
		font-size: 32px;
		line-height: 42px;
	}

	.facilities-section {
		gap: 8px;
	}

	.image-container {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: 20px;
	}
}

/* ------------------------------------  center of excellence  -------------------------------- */
.excellence-section {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e5d4a3 url(/assets/center-mask.svg) no-repeat left center;
	background-size: contain;
	padding: 60px 0;
}

.content-wrapper {
	display: flex;
	flex-direction: row;
	align-items: end;
	max-width: 1500px;
	gap: 3rem;
	width: 92%;
}

.icon-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: start;
	text-align: center;
	gap: 30px;
	width: 100%;
}

.icon {
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}

.title {
	font-size: 48px;
	font-weight: 900;
	line-height: 57.6px;
	text-align: left;
	color: #6c4327;
}

.description {
	font-family: Proxima Nova;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	color: #333333;
}

@media (max-width: 768px) {
	.content-wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 3px;
		width: 90%;
		padding: 4px;
	}

	.icon-text {
		margin-bottom: 0px;
		align-items: start;
	}

	.title {
		font-size: 40px;
		font-weight: 800;
		line-height: 48px;
		text-align: left;
		margin-bottom: 20px;
	}

	.description {
		font-size: 18px;
		line-height: 21.6px;
	}
}

/* ------------------------------------ life on campus -------------------------------- */
.life-parent {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #f9f6ed;
	padding: 5rem 0;
}

.image-text {
	font-size: larger;
}

.life-container {
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.life-card-image img,
.left-image img {
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
	height: 100%;
	transition: transform 0.3s ease-in-out;
	/* Smooth transition for the scale effect */
}

.life-card-image:hover img,
.left-image:hover img {
	transform: scale(1.15);
	/* Scale up slightly when hovered */
}

.life-title {
	margin-bottom: 2.5rem;
}

.life-title h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
}

.images-container {
	display: flex;
	gap: 16px;
	flex-direction: row;
}

.left-image {
	width: 25%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.left-image p {
	font-size: 28px;
	font-weight: 600;
	line-height: 33.6px;
	text-align: center;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	width: 100%;
	color: white;
}

.left-image img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.life-overlay {
	position: absolute;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 10;
	background: linear-gradient(180deg,
			rgba(24, 59, 86, 0.0001) 0%,
			rgba(22, 49, 70, 0.2) 45.38%,
			rgba(21, 37, 50, 0.9) 100%);
}

.right-images {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.upper-images {
	display: flex;
	gap: 16px;
	flex-direction: row;
	height: 100%;
}

.lower-images {
	display: flex;
	gap: 16px;
	flex-direction: row;
	height: 100%;
}

.life-card-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.life-card-image p {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	width: 100%;
	color: white;
	letter-spacing: 1px;
}

.life-card-image img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	.left-image {
		width: 35%;
		position: relative;
	}
}

@media (max-width: 768px) {
	.life-parent {
		padding-top: 3rem;
	}

	.life-title h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: center;
		margin-bottom: 10px;
	}

	.images-container {
		flex-direction: column;
		gap: 20px;
		width: 100%;
	}

	.left-image {
		width: 100%;
	}

	.left-image img {
		height: 220px;
		object-fit: cover;
	}

	.left-image p,
	.lower-images p,
	.upper-images p {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.upper-images {
		flex-direction: column;
		gap: 20px;
	}

	.lower-images {
		flex-direction: column;
		gap: 20px;
	}

	.upper-images img {
		height: 220px;
		object-fit: cover;
	}

	.lower-images img {
		height: 220px;
		object-fit: cover;
	}
}

/* ------------------------------------ stories -------------------------------- */
.stories-parent {
	width: 100%;
	display: flex;
	justify-content: center;
	/*background-color: #F9F6ED;*/
}

.stories-container {
	width: 92%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 64px 0;
}

.stories-container button {
	color: #cda452;
}

.stories-title {
	margin-bottom: 2.5rem;
}

.stories-title h1 {
	font-family: Proxima Nova;
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	color: #333333;
}

#nextBtn {
	margin-left: 2rem;
	height: 32px;
}

#prevBtn {
	margin-right: 2rem;
	height: 32px;
}

/*//////////////  stories carousel ////////*/
.carousel-parent {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.carousel {
	display: flex;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	gap: 0px;
	align-items: center;
	scroll-behavior: smooth;
	/* margin-top: -1rem; */
}

.carousel-item {
	flex: 1;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	transition: transform 1s ease;
	box-sizing: border-box;
	/* padding: 10px; */
}

.carousel-item-right {
	justify-content: left;
	padding-left: 25px;
}

.carousel-item-left {
	justify-content: right;
	padding-right: 25px;
}

#mid-div-img {
	width: 590px;
	height: auto;
	max-width: 670px;
	max-height: 350px;
	object-fit: cover;
	border-radius: 16px;
}

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 10;
	transition: opacity 0.5s ease;
}

.controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}

.arrow {
	cursor: pointer;
	opacity: 0.8;
}

.dots,dots2 {
	display: flex;
	gap: 8px;
}

.dot {
	width: 10px;
	height: 10px;
	background-color: #e5d4a3;
	border-radius: 50%;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.dot.active {
	background-color: #ba8938;
}

.story-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #10687ab2;
	left: 0;
	z-index: 20;
	border-radius: 16px;
}

#img2 {
	border-radius: 16px;
}

.overlay-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: white;
	z-index: 30;
}

.content-overlay-inside {
	padding: 48px;
	display: flex;
	gap: 24px;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.content-overlay-inside p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
}

.content-overlay-inside div p {
	opacity: 0.6;
}

.tags-container {
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
}

.tags {
	background-color: #f6f6f6;
	padding: 6px 10px;
	border-radius: 20px;
	color: #073742;
	font-size: 12px;
}

.profile-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.profile-info img {
	height: 35px;
	width: 35px;
}

.profile-info h1 {
	font-size: 32px;
}

.testimonial-name {
	opacity: .8;
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	margin-top: 10px;
	font-family:"Proxima Nova Rg";
}

.testimonial-degree {
	margin: 0;
	font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.profile-info h1 {
		font-weight: 400;
		font-size: 18px;
	}

	.carousel-item:nth-child(1),
	.carousel-item:nth-child(3) {
		display: none;
	}

	.tags {
		padding: 5px 7px;
		font-size: 12px;
		opacity: 0.8;
	}

	#mid-div-img {
		max-width: 100%;
		max-height: 100%;
		object-fit: cover;
		border-radius: 8.7px;
	}

	.stories-title h1 {
		font-size: 32px;
		line-height: 38.4px;
	}

	.stories-container {
		width: 90%;
		padding: 40px 0;
	}

	.carousel {
		flex-direction: column;
	}

	.carousel-item {
		max-width: 100%;
		height: auto;
		padding: 5px;
	}

	#img2 {
		border-radius: 8.7px;
	}

	.content-overlay-inside p {
		font-size: 16px;
	}

	.testimonial-degree {
		font-size: 13px !important;
	}

	.profile-info img {
		height: 26px;
		width: 26px;
	}

}

@media (max-width: 420px) {
	.carousel {
		width: 328px;
        height: 302px;
	}
}

@media (max-width: 1150px) {
	#mid-div-img {
		width: 100%;
		height: auto;
		max-width: 670px;
		max-height: 350px;
		object-fit: cover;
	}

	.carousel {
		gap: 20px;
	}
}

@media (max-width: 480px) {
	.stories-title h1 {
		font-size: 32px;
		line-height: 24px;
	}

	.carousel-item {
		max-width: 100%;
		padding: 5px;
	}

	.content-overlay-inside {
		padding: 27px 22px;
	}

	.content-overlay-inside p {
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: 100;
		/* opacity: 0.9; */
		line-height: 22px;
	}

	.tags-container {
		gap: 2px;
	}

	.tags {
		padding: 8px 10px;
		font-size: 12px;
	}
}

@media (min-width: 1600px) {
	#mid-div-img {
		width: 40vw;
		height: 523px;
	}

	.carousel {
		width: 100%;
	}

	.stories-tab-content.active {
		width: 100%;
	}

	#mid-div-img {
		width: auto;
		max-width: none;
		max-height: none;
	}

	.masked-image {
		width: 25vw;
		height: 28vw;
	}

	.content-overlay-inside p {
		font-size: 20px;
		line-height: 1.3;
	}

	#recruiters,
	#parents {
		justify-content: center;
	}
}

/* ------------------------------------ Our Recruiters -------------------------------- */
.recruitment-parent {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #fff;
	flex-direction: column;
	align-items: center;
	padding: 75px 0;
}

.recruiter-title h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	margin-bottom: 2.5rem;
	margin-top: 0;
	color: #333;
}

.marquee-container {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.marquee {
	display: flex;
	/* justify-content: space-around; */
	gap: 40px;
	/*animation: marquee 15s linear infinite;*/
	/* Smooth scrolling animation */
}

.marquee div {
	flex-shrink: 0;
	margin-right: 20px;
}

.marquee img {
	max-width: 240px;
	height: auto;
}

/* Keyframes for continuous smooth animation */
@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
		/* Moves the marquee halfway */
	}
}

.scroll-container {
	width: 100%;
	overflow: hidden;
	/* Hide the overflowing content */
	box-sizing: border-box;
}

.scroll-content {
	display: flex;
	/* justify-content: space-around; */
	row-gap: 20px;
	column-gap: 40px;
	animation: scroll-animation 15s linear infinite;
	/* Smooth scrolling animation */
}

.scroll-item {
	flex-shrink: 0;
	margin-right: 20px;
}

.scroll-item img {
	max-width: 240px;
	/* Set the width of the images */
	height: auto;
}
.logo img{
	box-shadow:none !important;
}

/* Keyframes for moving to the right */
@keyframes scroll-animation {
	0% {
		transform: translateX(-100%);
		/* Start from the left */
	}

	100% {
		transform: translateX(0);
		/* Move to the right */
	}
}

@media (max-width: 768px) {
	.recruiter-title h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: auto;
		text-align: center;
		margin-bottom: 30px;
	}

	.scroll-content {
		column-gap: 0;
	}
}

/* ------------------------------------ Awards -------------------------------- */
.award-parent {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 40px 0;
	background: #fff;
}

.award-main {
	width: 92%;
	height: 100%;
}

.award-main h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
	color: #333333;
}

.award-container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 20px;
}

.award-card-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	/* Aligns content vertically */
	justify-content: flex-start;
	height: 100%;
	/* Ensure the image doesn't overflow outside the container */
}

.btn-image-img {
	width: 100%;
	/* Make the image take the full width of the container */
	height: auto;
	/* Maintain the aspect ratio */
	object-fit: contain;
	/* Ensure the image covers the div while preserving aspect ratio */
	object-position: top;
}

.award-card-image p {
	font-size: 28px;
	font-weight: 600;
	line-height: 33.6px;
	text-align: left;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 2%;
	padding: 18px 20px;
	z-index: 20;
	color: white;
}

.award-card-image img {
	border-radius: 10px;
	/* width: 100%; */
	height: 100%;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
	/* Smooth transition on hover */
}

.award-card-image:hover img {
	transform: scale(1.1);
	/* Scale up the image by 10% on hover */
}

.award-overlay {
	position: absolute;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: linear-gradient(180deg,
			rgba(24, 59, 86, 0.0001) 0%,
			rgba(22, 49, 70, 0.2) 45.38%,
			rgba(21, 37, 50, 0.9) 100%);
}
.btn-image {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 63%;
	justify-content: space-between;
}

.btn-image img {
	max-height: 450px;
	height: 100%;
}

.golden-btn {
	display: flex;
	cursor: pointer;
	gap: 2px;
	align-items: center;
	padding: 20px;
	justify-content: center;
	width: 100%;
	border: 1px solid #cda452;
	border-radius: 5px;
	background: linear-gradient(90deg, #dabf7c 6.68%, #e4d0a0 79.14%);
	height: 96px;
}

.golden-btn-text {
	color: #6C4327;
	font-size: 18px;
	font-weight: 600;
}

.left-award-images {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 20px;
	width:100%;
}

@media (max-width: 1020px) {
	.award-card-image p {
		font-size: 25px;
		line-height: 30.6px;
	}

	.award-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.btn-image img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 768px) {
	.award-main h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.award-card-image p {
		bottom: 8px;
		font-size: 12px;
	}

	.golden-btn {
		height: 63px;
		font-weight: 700;
	}

	.golden-btn-text {
		font-weight: 700;
	}

	.award-parent {
		padding-top: 4em;
		padding-bottom: 4em;
	}

}

@media (max-width: 500px) {
	.story-overlay {
		width: 97%;
		height: 97%;
		top: 1.5%;
		left: 1.5%;
		border-radius: 8.7px;
	}

	.marquee {
		gap: 0px;
	}

	.award-card-image p {
		font-size: 20px;
		font-weight: 600;
		line-height: 24px;
		text-align: left;
		margin-bottom: 0;
	}

	.left-award-images {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.award-container {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

/* ------------------------------------  discover  -------------------------------- */
.discover-parent {
	display: flex;
	width: 100%;
	justify-content: center;
	background-color: #f9f6ed;
	padding: 60px 0;
}

.discover-container {
	width: 92%;
	display: flex;
	flex-direction: row;
	gap: 3rem;
	justify-content: space-between;
}

.discover-title {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: start;
	width: 30%;
}

.discover-title h1 {
	font-size: 64px;
	font-weight: 700;
	text-align: left;
	padding: 0;
	color: #333333;
	margin: 0;
}

.discover-link {
	font-size: 32px;
	font-weight: 700;
	line-height: 38.4px;
	text-align: center;
	color: #ba8938;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Existing CSS */
.discover-images {
	flex-grow: 1;
	max-width: 935px;
}

.disover-image {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
	width: 100%;
}

.disover-image p {
	text-align: center;
	width: fit-content;
}

.disover-image img {
	border-radius: 15px;
}

.disover-image p {
	color: #89560a;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.discover-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	perspective: 1000px;
	/* Adds perspective to the tilt effect */
}

body>div.discover-parent>div>div.discover-images>div.upper-discover>div.disover-image>div {
	margin-left: 60px;
}

body>div.discover-parent>div>div.discover-images>div.upper-discover>div.upper-three-images>div.disover-image>div {
	margin-left: -150px;
}

.discover-card img {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transform-origin: center;
}

.discover-card:hover img {
	/* Still keep a bit of shadow and scaling for a lifting effect */
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

/* Adjustments for the hover trigger areas */
.discover-card {
	perspective: 1000px;
	/* Keep perspective for 3D effect */
}

.mobile-text {
	display: none;
}

.trigger {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 2;
	top: 0;
	left: 0;
}

/* This will apply specific tilts depending on the area hovered */
.trigger:nth-child(1):hover~.discover-card img {
	transform: rotateY(8deg) rotateX(-5deg);
}

.trigger:nth-child(2):hover~.discover-card img {
	transform: rotateY(0deg) rotateX(-5deg);
}

.trigger:nth-child(3):hover~.discover-card img {
	transform: rotateY(-8deg) rotateX(-5deg);
}

.upper-discover {
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 100%;
}

.mobile-text {
	display: none;
}

.discover-images-flex {
	display: flex;
	align-items: end;
	gap: 1rem;
	width: 100%;
}

.upper-three-images {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: start;
}

.lower-discover {
	display: flex;
	justify-content: space-between;
	row-gap: 20px;
	width: 100%;
}

.discover-center-text {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 90px;
	align-items: center;
}

.discover-center-text h1 {
	width: 35%;
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	z-index: 20;
	line-height: 36px;
}

.discover-images-mobile {
	display: none;
}

.discover-mobile-text {
	display: none;
}

@media (max-width: 1024px) {
	.discover-center-text {
		height: auto;
	}

	.discover-container {
		flex-direction: column;
	}

	.discover-title {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.discover-images-mobile {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
		column-gap: 20px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.discover-title {
		text-align: center;
	}

	.mobile-text {
		display: block;
		padding: 10px;
	}

	.discover-title {
		align-items: center;
	}

	.discover-title h1 {
		font-size: 32px;
		line-height: 44px;
		text-align: center;
	}

	.discover-mobile-text {
		display: block;
	}

	.discover-images {
		display: none;
	}

	.discover-images-mobile .disover-image {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}

	.discover-images-mobile .disover-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}

@media (min-width: 1600px) {
	.discover-images>* {
		transform: scale(1.25);
		/* Increases size by 50% */
		transform-origin: center;
		/* Ensures scaling happens from the center */
	}

	.discover-images {
		max-width: 1051px;
	}

	.upper-discover,
	.lower-discover {
		width: 89%;
	}

	.discover-center-text {
		width: 85%;
	}
}


/* ------------------------------------  in focus  -------------------------------- */
.focus-parent {
	display: flex;
	width: 100%;
	justify-content: center;
	background-color: #fff;
	padding: 1rem 0;
}

.focus-title {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.focus-title h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	color: #333333;
}

.focus-container {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 2.5rem;
}

.focus-main {
	width: 92%;
}

.left-focus {
	width: 70%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	row-gap: 3rem;
	column-gap: 2.5rem;
}

.right-focus {
	width: 30%;
}

.focus-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
	width: 100%;
	/* Ensure it takes the full width of the parent */
}

.focus-apply {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}

.focus-apply p {
	font-size: 24px;
	font-weight: 700;
	line-height: 31.2px;
	text-align: center;
	color: #ba8938;
}

.focus-card-img {
	border: 1px solid #a06c2e;
	border-radius: 12px;
	width: 100%;
	flex-grow: 1;
	/* Allow the image container to grow */
	overflow: hidden;
	display: flex;
	/* Ensure that the image can fill the container */
}

.focus-card-img img {
	height: 100%;
	/* Occupy full height of the container */
	border-radius: 12px;
	width: 100%;
	/* Occupy full width of the container */
	object-fit: cover;
	/* Ensure image covers the area without distortion */
	transition: transform 0.3s ease;
}

.focus-card-img img:hover {
	transform: scale(1.05);
	/* Scales the image up by 5% */
}

.focus-shield {
	position: absolute;
	top: -15px;
	left: -16px;
	height: 70px;
}

.focus-card-text h4 {
	margin: 0;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 600;
}

.focus-card-text p {
	margin: 0;
	font-size: 20px;
	opacity: 0.8;
}

.right-focus {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.focus-golden {
	background: linear-gradient(90deg, #dabf7c 6.68%, #e4d0a0 79.14%);
	border: 1px solid #cda452;
	border-radius: 10px;
	padding: 28px;
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.focus-golden p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #6c4327;
}

.focus-find {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.focus-find h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
	color: #6c4327;
}

.focus-find img {
	width: auto;
	height: auto;
}

.focus-down-text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.down-text h4 {
	margin: 0;
	font-size: 28px;
	margin-bottom: 10px;
}

.down-text p {
	font-size: 20px;
	opacity: 0.8;
}

@media (max-width: 1024px) {
	.focus-find h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.focus-find img {
		width: 72px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.focus-title h1 {
		font-size: 32px;
		line-height: 32px;
	}

	.focus-card-text h4,
	.down-text h4 {
		font-size: 20px;
		font-weight: 600;
	}

	.focus-card-text p,
	.down-text p {
		font-size: 16px;
	}

	.block-card {
		display: none;
	}

	.right-focus {
		width: 100%;
	}

	.focus-golden {
		padding: 30px;
		height: 250px;
	}

	.focus-card {
		margin-top: 10px;
	}

	.left-focus {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		row-gap: 2rem;
		column-gap: 1.5rem;
	}

	.focus-container {
		display: flex;
		flex-direction: column;
		gap: 2.5rem;
		padding: 10px;
	}
}

/* ------------------------------------  Faq  -------------------------------- */

.faq-parent {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding: 64px;
	margin-bottom: 2rem;
}

.faq-main {
	width: 85%;
	max-width: 1200px;
}

.faq-section {
	padding: 0 20px;
	background-color: #f6f6f6;
	border-radius: 8px;
}

.faq-main h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: center;
	color: #333333;
	margin-bottom: 1rem;
}

.faq-container {
	margin-top: 10px;
}

.faq-item {
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.faq-item:first-child {
	border-top: none;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: start;
	font-size: 18px;
	cursor: pointer;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
}

.faq-question p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	width: 98%;
	cursor: pointer;
	font-weight: 600;
	color: #363636;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}

.faq-item.active .faq-answer {
	max-height: 200px;
}

.faq-toggle {
	font-size: 35px;
	color: #BA8938;
	width: 2%;
	display: flex;
	padding-right: 0;
	justify-content: center;
	line-height: 0.7;
}

.toggle-container {
	width: 20px;
}

.faq-item.active .faq-toggle {
	content: "-";
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
	.faq-parent {
		padding: 40px;
	}

	.faq-parent {
		background-color: #fff;
		display: flex;
		justify-content: center;
		padding: 10px;
		padding-top: 4rem;
	}

	.faq-main h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: center;
		margin-bottom: 15px;
	}

	.faq-main {
		width: 95%;
		max-width: 1200px;
	}
}

/* ------------------------------------  footer steps  -------------------------------- */

.step-parent {
	background-color: #f9f6ed;
	display: flex;
	justify-content: center;
	padding: 40px;
}

.step-container {
	width: 92%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: start;
}

.step-btn {
	background-color: transparent;
	/* Initial background color */
	color: #ba8938;
	/* Initial text color */
	border: 2px solid #ba8938;
	/* Border color to match text color */
	padding: 10px 20px;
	/* Adjust padding as needed */
	border-radius: 5px;
	/* Rounded corners */
	transition: background-color 0.9s, color 0.9s;
	/* Smooth transition */
	display: flex;
	/* Aligns items inside the button */
	align-items: center;
	/* Vertically centers items */
	gap: 6px;
	/* Space between text and icon */
	cursor: pointer;
	/* Pointer cursor on hover */
}

.step-btn:hover {
	background: linear-gradient(180deg, #F9F6ED, #DEEFF2);
	transform: rotate(-2deg);
	transition: transform 0.3s ease;
	/* Change to blue on hover */
	border: white;
	/* Change text color to white */
}

.step-btns-container>div {
	flex: 1;
}

/* .step-btn:hover .step-apply {
	color: white;
  } */

/* Additional styles for SVGs if needed */
.step-btn svg {
	transition: fill 0.9s, stroke 0.9s;
	/* Smooth transition for SVG colors */
}

.step-btn svg:hover {
	color: white;
}

.step-container h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	text-align: start;
	margin: 0;
}

.step-btns-container {
	display: flex;
	flex-direction: row;
	gap: 30px;
	width: 100%;
	flex-wrap: nowrap;
}

.step-btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #cda452;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 22px 20px;
	cursor: pointer;
}

.step-btn svg {
	height: 35px;
}

.step-apply {
	color: #ba8938;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 2px;
}

body>div.step-parent>div>div>button>svg {
	margin-right: 10px;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
	.step-parent {
		background-color: #f9f6ed;
		display: flex;
		justify-content: center;
		padding: 10px;
		margin-bottom: 0;
	}

	.step-btns-container {
		flex-wrap: wrap;
		padding-bottom: 12px;
	}
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {

	/* Keep 3 columns till md size */
	.program-grid {
		grid-template-columns: repeat(2, 1fr);
		/* 2 columns on medium screens */
	}

	.tabs {
		display: flex;
	}
}

@media (max-width: 768px) {
	.step-container h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: center;
	}

	.programs-heading {
		font-size: 32px;
		font-weight: 700;
		line-height: 38.4px;
		text-align: center;
		margin-bottom: auto;
	}

	.program-grid {
		grid-template-columns: 46.5% 46.5%;
		width: 100%;
		/* 1 column on small screens */
	}

	/* .program-card{
	  width: 45%;
	} */

	/* Hide image on large and medium screens */
	.program-img {
		display: none;
	}

	/* Dropdown replaces tabs on small screens */
	.tabs {
		display: none;
		/* Hide tabs */
	}

	.tab-dropdown {
		display: block;
		font-size: 18px;
		font-weight: 600;
		margin-top: 25px;
		padding: 10px 15px 10px 0;
		border: none;
		background-color: transparent;
		outline: none;
		text-transform: capitalize;
		color: #a06c2e;
		border-bottom: 2px solid #a06c2e;
		width: 100%;
		margin-bottom: 20px;
	}

	select {
		appearance: auto;
		font-size: 30px;
		font-weight: 600;
	}

	.menu-item-has-children .dropdown-menu-toggle {
		font-size: 20px;
	}
}

@media (max-width: 480px) {

	/*----------------------------------------360 allround----------------------------------*/
	.marquee img,
	.scroll-item img {
		width: 180px;
	}

	.card-overlay,
	.card img {
		width: 327px;
	}

	.cards {
		transform: translate(45%, 0);
	}

	.card img {
		object-fit: cover;
	}

	.program-card {
		padding: 15px 15px;
		gap: 0;
	}
}

/* Responsive styling */
@media (max-width: 1024px) {
	.uppernav-parent {
		background-color: #e0d8cb;
	}

	.uppernav-container {
		display: flex;
		justify-content: space-between;
		width: 93%;
	}

	.toggle-uppernav {
		display: flex;
		flex-direction: column-reverse;
		gap: 1rem;
	}

	.toggle-uppernav a {
		color: #333333;
		text-decoration: none;
		font-size: 14px;
	}

	.uppernavs {
		display: none;
	}

	.toggle-icons {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.logoToggle {
		display: flex;
		height: 40px;
	}

	.menu-icon {
		display: block;
	}

	.nav-selects {
		display: flex;
		flex-direction: column;
	}

	/* Drawer-style lower nav */
	.lowernav-parent {
		position: fixed;
		top: 0;
		right: -100%;
		height: 100%;
		width: 70%;
		flex-direction: column;
		justify-content: flex-start;
		padding: 20px;
	}

	.lowernav-container {
		flex-direction: column;
		width: 93%;
		gap: 2rem;
	}

	.lowernav-parent.active {
		right: 0;
	}

	.overlay.active {
		display: block;
	}

	.hero-big-text {
		font-size: 36px;
		line-height: normal;
		text-align: left;
		
	}

	.shield {
		width: 120px;
		right: 2%;
	}

	.character {
		position: absolute;
		bottom: 0;
		right: 3%;
		margin-left: -4rem;
		height: 25rem;
	}
}

@media (min-width: 1024px) {

	/* Show nav selects and reset lower nav styles */
	.nav-selects {
		display: flex;
	}

	.lowernav-parent {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		flex-direction: row;
		justify-content: center;
		width: 100%;
		padding: 18px 0;
	}
}

@media screen and (max-width: 450px) {
	.character {
		margin-left: 0;
		height: 19rem;
		position: absolute;
		bottom: 17%;
		right: 0%;
		transform: none;
	}
}



/* /////////////////////////////////////  Course Outline  ////////////////////////////////////// */

/* Section Styles */
.semester-section {
	padding: 4rem;
	background-color: #F9F6ED;
	font-family: Arial, sans-serif;
}

.section-heading {
	font-size: 64px;
	text-align: center;
	margin-bottom: 1.5rem;
}

/* Tab Styles */
.tabs {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.semester-section .tab {
	padding: 0.5rem 1rem;
	background-color: #F4EBD3;
	color: #BA8938;
	cursor: pointer;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	border: 1px solid #F9F6ED;
	width: 100%;
}

.semester-section .tab:hover,
.semester-section .tab.active {
	background-color: #fff;
	color: #6C4327;
	font-weight: 700;
	border: 1px solid #E5D4A3;
}

/* Tab Content */
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
	padding: 1rem;
	/*border-radius: 20px;
	border: 1px solid #E5D4A3;*/
}

/* Subject Styles */
.subject-category {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1rem;
}

.subject {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	padding: 0.5rem;
	border-radius: 5px;
	flex: 1 1 calc(50% - 1rem);
	font-size: 18px;
	color: #333333;
}

.icon-book {
	background: url('path-to-book-icon.svg') no-repeat center;
	width: 20px;
	height: 20px;
}

/* Category Title */
.category-title {
	font-size: 20px;
	margin: 2rem 0 0.5rem;
	color: #333333;
}

.subject>div {
	display: flex;
	align-items: center;
	gap: 1em;
}

@media (max-width: 768px) {
	.semester-section {
		padding: 4em 1.5em;
	}

	.section-heading {
		font-size: 32px;
		line-height: 38px;
	}

	.tabs {
		flex-wrap: wrap;
	}

	.dropdown-container {
		position: relative;
		width: 100%;
		/* Full width */
	}

	.tab-content.active {
		border-radius: 0 0 20px 20px;
	}

	/* Style for the dropdown */
	.styled-dropdown {
		width: 100%;
		/* Full width */
		font-size: 18px;
		font-weight: 700;
		/* Bold text */
		line-height: 23px;
		color: #BA8938;
		/* Text color */
		background-color: #F9F6ED;
		/* Background color */
		border: none;
		border-bottom: 2px solid #BA8938;
		/* Border matching text color */
		/* Rounded corners */
		padding: 10px;
		/* Inner padding */
		appearance: none;
		/* Remove default arrow */
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
	}

	.dropdown-container {
		position: relative;
	}

	/* Custom arrow */
	.dropdown-container::after {
		content: '';
		/* Placeholder for arrow */
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #BA8938;
		/* Arrow color */
		pointer-events: none;
		/* Prevent arrow from blocking clicks */
	}

	/* Style for options */
	.styled-dropdown option {
		background-color: #F9F6ED;
		/* Match the dropdown background */
		color: #BA8938;
		/* Match the dropdown text color */
		font-size: 18px;
		font-weight: 700;
		line-height: 23px;
		padding: 10px;
		/* Inner padding for better UX */
		width: 100%;
		/* Ensures options take full width */
	}

	/* Focus state */
	.styled-dropdown:focus {
		outline: none;
		border-color: #BA8938;
		/* Keep the same border color on focus */
	}

	/* Optional hover effect for options */
	.styled-dropdown option:hover {
		background-color: #e7dfcc;
		/* Slightly darker shade for hover effect */
	}

	.subject-category {
		flex-direction: column;
	}

	.subject {
		justify-content: space-between;
	}

	.subject>div {
		display: flex;
		align-items: center;
		gap: 0.5em;
	}

	.subject-name {
		display: flex;
		flex-direction: column;
	}
}


/* ///////////////////////////////////////////////  Our proprietary  /////////////////////////////////////////////// */

.three-layer-education {
	padding: 5rem;
	color: #333333;
	background-color: #fff;
}

.three-layer-container {
	margin: 0 auto;
	text-align: center;
}

.three-layer-heading {
	font-size: 64px;
	line-height: 76px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.three-layer-description {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 2rem;
}

.three-layer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.three-layer-image img {
	max-width: 100%;
	border-radius: 8px;
	height: 600px;
	width: 462px;
	object-fit: cover;
}

.three-layer-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: 2rem;
}

.three-layer-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}

.three-layer-left-column {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 7rem;
}

.layer-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.layer-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0.5rem;
}

.layer-subtitle {
	font-size: 32px;
	line-height: 50px;
	font-weight: 600;
}

.three-layer-description-column {
	flex: 2;
}

.description-heading {
	font-size: 36px;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 0.5rem;
	text-align: left;
}

.description-text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	color: #666666;
}

@media (max-width: 768px) {
	.three-layer-heading {
		font-size: 32px;
		line-height: 38px;
		font-weight: 700;
	}

	.three-layer-education {
		padding: 4em 1.5em;
	}

	.three-layer-description {
		font-size: 18px;
		line-height: 21px;
		font-weight: 400;
	}

	.three-layer-image img {
		width: auto;
		/* height: ; */
	}

	.three-layer-content {
		justify-content: center;
	}

	.description-heading {
		font-size: 24px;
		line-height: 36px;
		font-weight: 700;
		text-align: center;
	}

	.description-text {
		font-size: 18px;
		line-height: 21px;
		font-weight: 400;
		text-align: center;
	}

	.three-layer-columns {
		flex-direction: column;
	}

	.three-layer-right {
		margin-left: 0rem;
	}

	.layer-title {
		font-size: 16px;
		line-height: 24px;
	}

	.layer-subtitle {
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
	}

	.three-layer-left-column {
		display: flex !important;
		flex-direction: row;
		gap: 10px;
		justify-content: space-between;
	}

	.three-layer-left-column.desktop-only {
		display: none !important;
	}
}

@media (max-width: 420px) {
	.three-layer-image img {
		height: 500px;
		object-fit: contain;
	}
}


/* ///////////////////////////////////////// Mentors ////////////////////////////////////////////////// */


.get-in-touch-section {
	width: auto;
	background-color: #f9f6ed;
}

.get-in-touch-container {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f6ed;
	margin-top: 20px;
}

.get-in-touch-title {
	padding-top: 64px;
}

.get-in-touch-title h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 76.8px;
	color: #3d3d3d;
	text-align: center;
}

.get-in-touch-card {
	width: 400px;
	height: 477.04px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 48px;
	background-color: #f9f6f2;
	padding: 40px;
}

.get-in-touch-id {
	width: 306px;
	height: 314px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.get-in-touch-id p {
	width: 400;
	height: 72px;
	font-family: "Proxima Nova";
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	color: #666666;
	width: 400px;
	height: 72px;
	gap: 0px;
	opacity: 0px;
}

.get-in-touch-id h4 {
	color: #000000;
	font-family: "Proxima Nova";
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
}

.get-in-touch-img-cont {
	width: 275px;
	height: 320px;
}

.get-in-touch-details {
	margin-bottom: 10px;
}

.get-in-touch-details h3 {
	font-family: "Proxima Nova";
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	color: #333333;
}

.get-in-touch-details p {
	font-size: 14px;
	color: #666;
}

.get-in-touch-phone {
	margin-top: 10px;
}

.get-in-touch-phone p {
	font-family: "Proxima Nova";
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	color: #000000;
}

.profile-img {
	width: 275.3px;
	height: 310.88px;
	object-fit: cover;
	top: 13.8%;
}

@media (max-width: 1024px) {
	.get-in-touch-container {
		flex-direction: column;
		padding: 32px;
		height: auto;
		height: 1096px;
	}

	.get-in-touch-card {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}

	.get-in-touch-id,
	.get-in-touch-details {
		width: 100%;
	}

	.get-in-touch-title h1 {
		font-size: 48px;
		text-align: center;
	}

	.get-in-touch-title {
		padding-top: 0;
	}
}

@media (max-width: 768px) {
	.get-in-touch-section {
		padding: 4em 1.5em;

	}

	.get-in-touch-title h1 {
		font-size: 48px;
		text-align: center;
	}

	.get-in-touch-id,
	.get-in-touch-details {
		width: 100%;
	}

	.get-in-touch-container {
		padding: 32px 16px;
	}

	.get-in-touch-title h1 {
		font-size: 32px;
		line-height: 38px;
		font-weight: 700;
	}
}

@media (max-width: 480px) {
	.get-in-touch-container {
		width: 100%;
		height: 1096px;
	}

	.get-in-touch-title h1 {
		font-size: 36px;
	}

	.get-in-touch-id h4,
	.get-in-touch-id h3,
	.get-in-touch-id p {
		font-size: 18px;
		line-height: 28px;
	}

	.get-in-touch-img-cont {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}

	.get-in-touch-img-cont img {
		width: 178.17px;
		height: 219.19px;
	}

	.get-in-touch-card {
		gap: 8px;
	}

	.get-in-touch-pos p {
		height: 27px;
	}

	.get-in-touch-phone h4 {
		height: 24px;
	}
}



/* /////////////////////////////////////////////////  Applying  //////////////////////////////////////////// */
.apply-easy-section {
	background-color: #F9F6ED;
	color: #333333;
	padding: 5em;
	text-align: center;
	font-family: Arial, sans-serif;
	margin-bottom: -2px;
}

.apply-easy-container {
	margin: 0 auto;
}

.apply-easy-heading {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.apply-easy-text {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 2rem;
}

.apply-easy-image img {
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 2rem;
}

.apply-button {
	background: linear-gradient(to right, #DABF7C, #E4D0A0);
	padding: 16px 20px;
	font-size: 24px;
	line-height: 31px;
	font-weight: 700;
	color: #6C4327;
	border: none;
	border-radius: 10px;
}


@media (max-width: 768px) {
	.btn-image{
		width:100%;
	}
	.apply-easy-heading {
		font-size: 32px;
		line-height: 38px;
	}

	.apply-easy-section {
		padding: 4em 1.5em;
	}

	.apply-easy-text {
		font-size: 18px;
		line-height: 21px;
	}

	.apply-button {
		font-size: 18px;
		line-height: 23px;
	}
	.apply-easy-section .row{
		grid-template-columns: repeat(1, 12fr);
        grid-gap: 40px;
		 background-image: url('../img/apply-line-mob.svg');');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
		padding-top:40px;
		padding-bottom:60px;
	}
	.apply-easy-section .row .col-5 .inner p{
		width:200px;
	}
	
	
	
	
}



                     
.popular-blogs {
position: relative;
overflow: hidden;
padding-bottom:40px;
}

.popular-blogs h2 {
font-size: 64px;
margin-bottom: 20px;
text-align: center;
}

.blogs-slider {
display: block;
margin: 0 auto;
}

.blogs-slider2{	
display: block;
margin: 0 auto;
width:1340px;
}

.blogs-slider .slick-track, .blogs-slider2 .slick-track {
gap: 20px;
display: flex;
}

.blogs-slider .slick-list {
overflow: visible;
}
.blogs-slider2 .slick-list{
	overflow:hidden;
}

.blogs-slider .blog-card.slick-slide, .blogs-slider2 .blog-card.slick-slide {
display: flex;
align-items:center;
justify-content:center;
}

.blogs-slider .blog-card {
border-radius: 10px;
margin: 0;
text-align: left;
min-height: 336px;
background:transparent !important;
}
.blogs-slider2 .blog-card{
border-radius: 10px;
margin: 0;
text-align: left;
min-height: 200px;
background:transparent !important;
}

.blogs-slider .blog-card img {

border-radius: 10px;
object-fit: cover;
height: 100%;
min-height: 336px;
}
.blogs-slider2 .blog-card img{
	border-radius: 10px;
object-fit: cover;
height: 100%;
min-height: 200px;
}

.blogs-slider .blog-content, .blogs-slider2 .blog-content {
padding: 20px;
}

.blogs-slider .blog-content .featured ,.blogs-slider2 .blog-content .featured {
font-size: 0.9em;
font-weight: bold;
color: #ff9800;
margin-bottom: 5px;
}

.blogs-slider .blog-content h3 ,.blogs-slider2 .blog-content .h3 {
font-size: 1.2em;
margin: 10px 0;
}

.blogs-slider .blog-content .description,.blogs-slider2 .blog-content .description {
color: #555;
font-size: 0.9em;
margin: 10px 0;
}

.blogs-slider .blog-content .author, .blog-content .date, .blogs-slider2 .blog-content .author {
font-size: 0.8em;
color: #888;
}
.navigation-wrapper .pagination, .navigation-wrapper2 .pagination2 {
display: flex;
align-items: center;
justify-content: center;
padding-top: 32px;
}

.navigation-wrapper .pagination .dots ul,.navigation-wrapper2 .pagination2 .dots2 ul {
display: flex;
align-items: center;
}

.navigation-wrapper .pagination .dots ul li,.navigation-wrapper2 .pagination2 .dots2 ul li {
margin: 0;
padding: 0 5px;
display: flex;
align-items: center;
}

.navigation-wrapper .pagination .dots ul li::before,.navigation-wrapper2 .pagination2 .dots2 ul li::before {
display: none;
}

.navigation-wrapper .pagination .dots ul li button, .navigation-wrapper2 .pagination2 .dots2 ul li button {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #E5D4A3;
background-color: #E5D4A3;
}

.navigation-wrapper .pagination .dots ul li.slick-active button,.navigation-wrapper2 .pagination2 .dots2 ul li.slick-active button {
background-color: #BA8938;
border-color: #BA8938;
width: 13px;
height: 13px;
cursor: pointer;
}

.navigation-wrapper .pagination button.slick-arrow,.navigation-wrapper2 .pagination2 button.slick-arrow {
padding: 0;
font-size: 0;
width: 30px;
height: 30px;
border: 0;
background-color: transparent;
background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2071 6.29289C18.8166 5.90237 18.1834 5.90237 17.7929 6.29289C17.4024 6.68342 17.4024 7.31658 17.7929 7.70711L25.0858 15H5.5C4.94772 15 4.5 15.4477 4.5 16C4.5 16.5523 4.94772 17 5.5 17H25.0858L17.7929 24.2929C17.4024 24.6834 17.4024 25.3166 17.7929 25.7071C18.1834 26.0976 18.8166 26.0976 19.2071 25.7071L28.2071 16.7071C28.3902 16.524 28.4874 16.2877 28.4989 16.048C28.4996 16.032 28.5 16.016 28.5 16M28.5 15.9908C28.4976 15.7379 28.4 15.4858 28.2071 15.2929L19.2071 6.29289' fill='%23BA8938'/%3E%3C/svg%3E%0A");
cursor: pointer;
}

.navigation-wrapper .pagination button.prev.slick-arrow, .navigation-wrapper2 .pagination2 button.prev.slick-arrow {
transform: rotate(180deg);
}

.navigation-wrapper .pagination .dots,.navigation-wrapper2 .pagination2 .dots2  {
padding: 0 48px;
} 

.overview-right{
	height:auto;	
}

.overview-container{
	align-items:flex-start;	
}