@media only screen and (min-width:950px) {
 .navbar {
 position: relative !important;
}
}
.title {
	font-size: 22px;
	font-weight: 400;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	margin-bottom: 40px;/*font-family: 'Poppins';*/
}
.title i {
	margin-right: 10px;
	color: #444;
}
.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px; /* Gap between boxes */
}
.feature-box {
	flex: 1 1 calc(50% - 20px); /* 3 boxes per row with spacing */
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.first {
	background: linear-gradient(to bottom, #eaeeff, #ffefef);
}
.second {
	background: linear-gradient(to bottom, #eaeeff, #f0fffa);
}
.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.feature-title {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;/*font-family: 'Poppins';*/
}
.first-title {
	color: #023c58;
}
.feature-title i {
	font-size: 24px;
	margin-right: 10px;
	color: #0861c1;
	margin-top: 4px;
}
.feature-content {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}
.feature-content ul {
	padding-left: 30px;
}
.feature-content ul li {
	margin-bottom: 8px;
	list-style:disc;
}

.feature-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  background: linear-gradient(45deg, #0861c1, #04befe);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  
}

.feature-btn:hover {
  background: linear-gradient(45deg, #054080, #0284d0);
  transform: translateY(-2px);
  color: #fff;
}
/* Responsive Design */
@media (max-width: 1024px) {
 .feature-box {
 flex: 1 1 calc(50% - 20px); /* 2 boxes per row on tablets */
}
}
@media (max-width: 768px) {
 .features {
 flex-direction: column;
}
 .feature-box {
 flex: 1 1 100%; /* 1 box per row on mobile */
}
 .banner_text_sec {
 padding: 0% 1% 6% 4% !important;
}
 .banner_text1 {
 padding: 0% 4% 0% !important;
}
 .features {
 margin:10px;
}
 .title {
 margin:auto 10px !important;
}
 .demo-content {
 margin-top:-100px !important;
}
}
.banner_text_sec {
	padding: 1% 40% 6% 4%;
}
.banner_text1 {
	padding: 5% 4% 0%;
}
.banner_text2 {
	padding-left: 4%;
	font-size: 3vw;
	color: #024668;
}
.banner_text3 {
	padding-left: 4%;
	color: #894702;
	font-size: 1.7vw;
	padding-bottom: 2%;
	line-height:1.4;
}
.demo-section {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	padding: 40px 50px !important;
	background: linear-gradient(79deg, #0d7ddd, #7ecee5)!important;
}
.demo-section .image-container {
	flex: 1;
	position: relative;
}
.demo-section img {
	width: 100%;
	height: 80%;
	object-fit: cover;
	border-radius: 10px;
	margin-top:-100px;
}
.demo-content {
	flex: 2;
	text-align: left;
}
 @media (max-width: 768px) {
 .demo-section {
 flex-direction: column;
 text-align: center;
}
 .demo-content {
 text-align: center;
}
 .demo-section img {
 height: auto;
}
}


.boq-budget-section {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}



.boq-list {
  display: grid;
  grid-template-columns: 1fr; /* default: 1 column (mobile) */
  gap: 20px;
  list-style: none;
  padding: 0;
}

/* ✅ Apply card style only to top-level li */
.boq-list > li {
	
  background: linear-gradient(135deg, #d1e6f3 0%, #e9f1f3 100%);
  padding: 20px;
  border-left: 5px solid #0077b6;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-size:1.5rem;
}


.boq-list > li h2 strong{
	font-size: 1.7rem;
  color: #000;
	font-weight:600;
}

.boq-list > li strong{  
  font-size: 1.4rem;
  color: #333;
}

/* ✅ Nested UL list */
.boq-list ul {
  margin-top: 8px;
  margin-left: 20px;
  list-style: disc;
  color: #555;
  padding-left: 15px;
}

/* ✅ Nested li should be plain, no card style */
.boq-list ul li {
  margin-bottom: 6px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.boq-budget-section i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  color: #0077b6;
}

/* ✅ For desktop: 2 items per row */
@media (min-width: 768px) {
  .boq-list {
    grid-template-columns: 1fr 1fr;
  }
}
.why-realx {
  max-width: 1100px;
  margin: 40px auto;
  padding: 28px;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #d1e6f3, #ffffff);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.why-realx h2 {
  margin: 0 0 14px;
  font-size: 26px;
  color: #0b2b3a;
  text-align: center;
}

.why-realx .intro {
  margin: 0 auto 20px;
  color: #475569;
  line-height: 1.6;
  text-align: center;
  max-width: 720px;
}

.why-realx .benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.why-realx .benefits li {
  /*display: flex;
  align-items: flex-start;*/
  margin: 12px 0;
  color: #334155;
  line-height: 1.6;
  font-size: 15px;
}

.why-realx .benefits i {
  margin-right: 12px;
  color: #0f91d1; /* Brand Accent */
  font-size: 18px;
  flex-shrink: 0;
}

.why-realx .benefits strong {
  color: #0b3f5c;
  font-weight: 700;
}

.why-realx .cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.why-realx .btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}

.why-realx .btn.primary {
  background: #0f91d1;
  color: #fff;
  box-shadow: 0 3px 10px rgba(15,145,209,.15);
}

.why-realx .btn.primary:hover {
  background: #0c79ad;
  transform: translateY(-1px);
}

.why-realx .btn.ghost {
  background: #fff;
  color: #0f91d1;
  border: 1px solid #cfe8f3;
}

.why-realx .btn.ghost:hover {
  background: #f1f9fd;
  transform: translateY(-1px);
}

/* Small screens */
@media (max-width: 640px) {
  .why-realx { padding: 20px; }
  .why-realx h2 { font-size: 22px; }
}
.faq-container {
  max-width: 1100px;
  margin: auto;
}

.faq-item {
  background: #e3e9f1d6;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background: none;
  border: none;
  padding: 16px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "▼"; 
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.faq-question.active::after {
  transform: rotate(-180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 0.4s ease;
  background-color: #f8f8f8;
}

.faq-answer p {
  margin: 15px 0;
  color: #333;
  font-size: 15px;
}

@media (max-width: 600px) {
  .faq-question {
    font-size: 15px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}
