/* .ruhi-column-wrap.ruhi-element-populated-1 {
		background: #c5c5c5 !important;
	} */


	/* Hero Section */
	.hero {
		min-height: 100vh;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		background: var(--dark-bg);
	}

	.hero-images {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.image-grid {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.image-item {
		position: absolute;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
		transition: transform 0.3s ease;
	}

	.image-item:hover {
		transform: scale(1.05);
	}

	.image-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* Image positioning for desktop */
	.image-1 {
		top: 15%;
		left: 8%;
		width: 280px;
		height: 180px;
	}

	.image-2 {
		top: 10%;
		right: 15%;
		width: 320px;
		height: 200px;
	}

	.image-3 {
		bottom: 25%;
		left: 5%;
		width: 260px;
		height: 160px;
	}

	.image-4 {
		bottom: 35%;
		right: 8%;
		width: 200px;
		height: 280px;
	}


	.image-6 {
		bottom: 15%;
		right: 30%;
		width: 290px;
		height: 180px;
	}

	.hero-content {
		position: relative;
		z-index: 10;
		text-align: center;
		max-width: 800px;
		margin: 24vh auto;
	}

	.hero-title {
		font-size: clamp(3rem, 8vw, 8rem);
		font-weight: 900;
		line-height: 0.9;
		color: #fbb041;
		margin-bottom: 2rem;
	}

	.title-line {
		display: block;
		color: white;
	}

	.hero-date {
		font-size: 1.25rem;
		font-weight: 400;
		color: var(--gray-300);
		margin-bottom: 3rem;
		letter-spacing: 0.5px;
	}

	.scroll-indicator {
		color: var(--gray-300);
		animation: bounce 2s infinite;
	}

	@keyframes bounce {

		0%,
		20%,
		50%,
		80%,
		100% {
			transform: translateY(0);
		}

		40% {
			transform: translateY(-10px);
		}

		60% {
			transform: translateY(-5px);
		}
	}



	/* Responsive Design */
	@media (min-width: 768px) {


		.container {
			padding: 0 2rem;
		}
	}

	@media (max-width: 767px) {


		.hero-title {
			font-size: clamp(2.5rem, 12vw, 4rem);
		}

		.hero-date {
			font-size: 1rem;
		}

		/* Mobile image positioning */
		.image-1 {
			top: 10%;
			left: 5%;
			width: 140px;
			height: 90px;
		}

		.image-2 {
			top: 15%;
			right: 5%;
			width: 160px;
			height: 100px;
		}

		.image-3 {
			bottom: 30%;
			left: 5%;
			width: 130px;
			height: 80px;
		}

		.image-4 {
			bottom: 25%;
			right: 5%;
			width: 150px;
			height: 90px;
		}

		.image-5 {
			top: 40%;
			left: 50%;
			transform: translateX(-50%);
			width: 120px;
			height: 75px;
		}

		.image-6 {
			bottom: 15%;
			left: 50%;
			transform: translateX(-50%);
			width: 140px;
			height: 85px;
		}

		.chat-widget {
			bottom: 1rem;
			left: 1rem;
			padding: 0.5rem 1rem;
		}

		.chat-text {
			font-size: 0.8rem;
		}
	}

	@media (max-width: 480px) {
		.hero-title {
			font-size: 2.5rem;
		}

		.image-item {
			width: 100px !important;
			height: 60px !important;
		}
	}

	/* Animations */
	.image-item {
		animation: fadeInUp 0.8s ease forwards;
		opacity: 0;
		transform: translateY(30px);
	}

	.image-1 {
		animation-delay: 0.1s;
	}

	.image-2 {
		animation-delay: 0.2s;
	}

	.image-3 {
		animation-delay: 0.3s;
	}

	.image-4 {
		animation-delay: 0.4s;
	}

	.image-5 {
		animation-delay: 0.5s;
	}

	.image-6 {
		animation-delay: 0.6s;
	}

	@keyframes fadeInUp {
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.hero-title {
		animation: fadeIn 1s ease 0.3s forwards;
		opacity: 0;
	}

	.hero-date {
		animation: fadeIn 1s ease 0.6s forwards;
		opacity: 0;
	}

	.scroll-indicator {
		animation: fadeIn 1s ease 0.9s forwards, bounce 2s infinite 1.5s;
		opacity: 0;
	}

	@keyframes fadeIn {
		to {
			opacity: 1;
		}
	}
.opal-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.opal-icon-list .glyph {
  display: inline-block;
  width: 9em;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}
.opal-icon-list .class-name {
  color: #223645;
  padding: 10px;
}
.opal-icon-list [class*="opal-icon"] {
  padding: 20px;
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #223645;
  background: #fff;
}
body.custom-background.page-id-2084 {
  background: #f0f5fb;
}

.page-title-bar {
  background-color: #12303d;
  background-image: url(../assets/breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 600px) {
  .mobile-width {
    width: 100% !important;
  }

  .abz{
    width: auto !important;
    left: 0px !important;
  }

  .mobile-font{
    font-size: 80px !important;
  }

  .ruhi-9 .ruhi-element.ruhi-element-64dd6d0 .ruhi-icon-box-wrapper{
    padding: 10px 30px !important;
  }

  .ruhi-854 .ruhi-element.ruhi-element-1b9516f,
  .ruhi-9 .ruhi-element.ruhi-element-8557fac{
    margin: 0px -15px;
  }
 
}

@media only screen and (max-width: 600px) {

		.ruhi-9 .ruhi-element.abz{
			height: auto !important;
		}

		.ruhi-9 .ruhi-element.ruhi-element-aba3f7d .ruhi-opal-countdown{
			flex-wrap: nowrap !important;
		}
		.hero-content{
			margin: 0
			;
		}

		.ruhi-9 .ruhi-element.ruhi-element-31488d9>.ruhi-element-populated{
			padding: 30px !important;
		}

		 iframe {
			margin-top: 24px;
			box-shadow:  none !important;
		}
		.ruhi-logo.ruhi-element.ruhi-element-eb5599a{
			display: none !important;
		}

		.ruhi-heading-title.ruhi-size-default br{
			display: inline-block
		}
	}
