/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1759157780
Updated: 2025-09-29 14:56:20

*/

.home-img-box .elementor-image-box-content {
	padding: 20px 40px;
	height: 400px;
	position: relative;
}

.about-img-box .elementor-image-box-content {
	padding: 0;
	height: unset;
}

.home-img-box .img-box-btn {
	background: #FF8C00;
	padding: 10px 15px;
	color: #fff;
	border-radius: 10px;
	bottom: 0px;
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer-form button {
	height: 45px;
}

.desig-text {
	color: #303386;
	display: block;
	margin-bottom: -15px;
}

.about-img-box  .img-box-btn {
	background: none;
	padding: 0 ;
	border-radius: 0;
	color: #ff8c00;
	font-weight: 500;
}

.about-img-box .elementor-image-box-content {
	height: unset !important;
}

.college-details .elementor-post-info {
	gap: 10px 0px;
}

.college-details li.elementor-inline-item {
	align-items: flex-start !important;
}

.college-details .elementor-icon-list-icon {
	margin-top: 3px;
}

/* MEDIA QUERY */

@media only screen and (max-width: 1024px) {
	.home-img-box .elementor-image-box-content {
		height: 420px;
		padding: 20px 20px;
	}

	.home-img-box .img-box-btn {
		padding: 10px 8px;
	}

	.about-img-box-row .elementor-element.e-con-full.e-flex.e-con.e-child {
		width: 31%;
		padding: 0;
	}

	.about-img-box-row img.attachment-full.size-full {
		height: 166px !important;
	}

	.about-img-box-row .elementor-image-box-content {
		padding: 0 !important;
	}

}

@media only screen and (max-width: 820px) {

	.home-img-box .img-box-btn {
		left: 40%;
		transform: translate(-35%, -50%);
	}


	/* 	.about-img-box .elementor-image-box-content {
	height: 330px !important;
} */

	.home-img-box .img-box-btn {
		padding: 10px 5px;
	}
}

@media only screen and (max-width: 768px) {

	.home-img-box .elementor-image-box-content {
		height: 470px;
		padding: 20px 20px;
	}
	/* 
	.about-img-box .elementor-image-box-content {
	height: 380px !important;
} */

	.home-img-box .img-box-btn {
		padding: 10px 0px;
	}

	.header-menu nav.elementor-nav-menu--dropdown {
		height: 100vh;
	}

	/* Reset the LIs so text and image flow naturally */
	.header-menu #menu-2-3c278fc li {
		display: flex;              /* line up icon + text in a row */
		align-items: center;        /* vertically center them */
		gap: 10px;                   /* space between icon and text */
		justify-content: center;
	}

	/* Add the custom icon as a pseudo-element before the text */
	.header-menu #menu-2-3c278fc li::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('/wp-content/uploads/2025/09/image-6.png') no-repeat center / contain;
		/* don’t let it shrink */
	}

	.header-menu .elementor-item.elementor-item-active {
		background: none !important;
	}

	.header-menu .current-menu-item {
		background: #303386;
	}

	.header-menu .elementor-item.elementor-item {
		padding: 20px 0 !important;
	}

	.header-menu .elementor-item:focus, .header-menu .elementor-item:hover {
		background: none !important;
	}

}

@media only screen and (max-width: 767px) {
	.home-img-box .elementor-image-box-content {
		height: 370px;
	}

	/* 	.about-img-box .elementor-image-box-content {
	height: 300px !important;
} */

	.about-img-box .img-box-btn {
		left: 45%;
	}

	.home-img-box .img-box-btn {
		padding: 10px 22px;
	}

	.img-box h3.elementor-image-box-title {
		position: absolute;
		left: 14%;
		top: 0;
	}

	.circle-bg-sec {
		background: none !important;
	}

	.about-img-box-row .elementor-element.e-con-full.e-flex.e-con.e-child {
		width: 100%;
	}

	.about-img-box-row img.attachment-full.size-full {
		height: 312px !important;
	}

	.about-img-box-row {
		gap: 40px !important;
	}

	.header-menu ul#menu-2-3c278fc {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.header-menu .elementor-nav-menu--dropdown {
		display: flex;
		justify-content: center;
		flex-direction: column;

	}

	.college-details li::after {
		display: none;
	}

	.home-img-box .img-box-btn {
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.header-menu  .elementor-item:focus, .header-menu .elementor-item:hover {
		color: #33373d !important;
	}

}