@media (min-width: 1201px) and (max-width: 1366px) {



}

@media(max-width: 991px) {
	.description_img_left, .description_img_right{
		position: relative;
		height: 460px;
		width: 100%;
		z-index: 1;
	}
	.project_description{
		margin-top: 30px;
	}
}

/* Hide mobile-only elements on desktop */
@media (min-width: 768px) {
	.mobile-hero-content {
		display: none !important;
	}

	.mobile-accordion {
		display: none !important;
	}
}

/* small mobile :320px. */
@media (max-width: 767px) {
	/* Hide header SVG and show only sticky menu */
	.header_area > .container > .row > svg {
		display: none !important;
	}

	/* Make sticky menu always visible and sticky from the beginning on mobile */
	.stiky_area {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		z-index: 100000 !important;
		background-color: #2a2a2a !important;
		padding: 10px 0;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		transform: translateY(0) !important;
	}

	/* Override any UK sticky animation on mobile */
	.stiky_area.uk-active {
		position: fixed !important;
		top: 0 !important;
	}

	/* Mobile logo styling - on the right */
	.stiky_area .logo {
		float: right;
		padding: 5px 15px !important;
	}

	.stiky_area .logo img {
		max-height: 50px;
		width: auto;
	}

	/* Mobile toggle button styling - on the left */
	.navbar-toggle {
		float: left;
		margin-left: 15px;
		margin-top: 8px;
		background-color: #57B2C4 !important;
		border: 2px solid #57B2C4 !important;
		padding: 8px 10px;
	}

	.navbar-toggle .icon-bar {
		background-color: #fff !important;
		height: 3px;
		width: 22px;
	}

	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background-color: #2f9fb7 !important;
		border-color: #2f9fb7 !important;
	}

	/* Mobile menu dropdown styling - appears below toggle button on the left */
	.stiky_area .navbar-collapse {
		background-color: #2a2a2a;
		border: none;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
		position: absolute;
		left: 10px;
		top: 65px;
		width: 200px;
		border-radius: 5px;
		overflow: hidden;
	}

	.stiky_area .navbar-collapse.in,
	.stiky_area .navbar-collapse.collapsing {
		background-color: #2a2a2a;
	}

	/* Mobile menu items */
	.stiky_area .nav.navbar-nav {
		margin: 0;
		float: none;
		width: 100%;
	}

	.stiky_area .nav.navbar-nav li {
		border-bottom: 1px solid #333;
		float: none;
		width: 100%;
	}

	.stiky_area .nav.navbar-nav li:last-child {
		border-bottom: none;
	}

	.stiky_area .nav.navbar-nav li a {
		color: #fff !important;
		padding: 12px 15px !important;
		font-size: 14px;
		display: block;
		text-align: left;
	}

	.stiky_area .nav.navbar-nav li a:hover,
	.stiky_area .nav.navbar-nav li a:focus {
		background-color: #57B2C4 !important;
		color: #fff !important;
	}

	/* Adjust body padding for fixed menu */
	body {
		padding-top: 70px;
	}

	/* Ensure home section is accessible for scrolling */
	#home {
		scroll-margin-top: 70px;
	}

	/* Smooth scroll for all sections */
	html {
		scroll-behavior: smooth;
	}

	/* Hide video on mobile */
	.hero-video {
		display: none !important;
	}

	/* Adjust hero section height for mobile */
	#hero .row {
		height: auto !important;
		min-height: 500px;
	}

	/* Responsive text sizes for mobile hero */
	.mobile-hero-content h4 {
		font-size: 28px !important;
	}

	.mobile-hero-content h3 {
		font-size: 22px !important;
	}

	.mobile-hero-content p {
		font-size: 16px !important;
	}

	.nivoSlider img  {
		height: 430px !important;
	}
	.sider_text .first_heading{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 18px;
	}
	.explore_btn {
	  font-size: 13px;
	  padding: 12px 17px;
	}
	h2,.section_title h2 {
	  font-size: 25px;
	}
	h4{
		font-size: 16px;
	}
	.statistics-content {
	  margin-bottom: 30px;
	}
	#contact .right{
		margin-top: 30px;
	}

	/* Hide desktop tabs on mobile */
	.desktop-tabs {
		display: none !important;
	}

	/* Mobile Accordion Styling */
	.mobile-accordion {
		display: block;
		padding: 20px 15px;
	}

	.accordion-item {
		margin-bottom: 15px;
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 8px;
		overflow: hidden;
	}

	.accordion-header {
		display: flex;
		align-items: center;
		padding: 20px 15px;
		cursor: pointer;
		background-color: rgba(87, 178, 196, 0.2);
		transition: background-color 0.3s ease;
		position: relative;
		pointer-events: auto;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.accordion-header:hover {
		background-color: rgba(87, 178, 196, 0.4);
	}

	.accordion-header.active {
		background-color: #57B2C4;
	}

	.accordion-header .icon_wrap {
		width: 50px;
		height: 50px;
		background-color: #57B2C4;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		flex-shrink: 0;
	}

	.accordion-header.active .icon_wrap {
		background-color: #fff;
	}

	.accordion-header .icon_wrap i {
		font-size: 24px;
		color: #fff;
	}

	.accordion-header.active .icon_wrap i {
		color: #57B2C4;
	}

	.accordion-header h4 {
		margin: 0;
		color: #fff;
		font-size: 18px;
		flex-grow: 1;
	}

	.accordion-icon {
		color: #fff;
		font-size: 16px;
		transition: transform 0.3s ease;
		margin-left: 10px;
	}

	.accordion-header.active .accordion-icon {
		transform: rotate(180deg);
	}

	.accordion-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		padding: 0 15px;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.accordion-content.active {
		max-height: 1000px;
		padding: 20px 15px;
	}

	.accordion-content h2 {
		color: #68b1bf;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.accordion-content h3 {
		color: #fff;
		font-size: 14px;
		line-height: 1.6;
		font-weight: 300;
	}
}
