﻿.col-xs-3 ul.leftmargin {
	margin-left: 0 !important;
}

.our-business-hero-xl{
	padding: 160px 0 !important;
}

#page-title.page-title-parallax{
	background-attachment: unset !important;
}



#page-title {
	position: relative; /* Contenedor de referencia para el overlay */
  }
  
  #page-title::before {
	content: ''; /* Necesario para que el pseudo-elemento se muestre */
	position: absolute; /* Se posiciona sobre el contenedor */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Negro con 50% de opacidad */
	z-index: 0; /* Se asegura que esté detrás del contenido */
  }
  
  /* Es importante asegurarse de que el contenido esté por encima del overlay */
  #page-title .container {
	  position: relative;
	  z-index: 1;
  }


#why-choose .features-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 30px;
}

#why-choose .features-grid-2{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

#difference-section > .section{
	background-color: #333 !important; 
	color: white; 
	padding: 4rem; 
}

@media (max-width: 1199px){
	#why-choose .features-grid{ grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px){
	#why-choose .features-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px){
	#why-choose .features-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px){
	#why-choose .features-grid{ grid-template-columns: 1fr; }
}

#why-choose .feature-item{
	text-align: center;
	padding: 15px 10px;
}

#why-choose .feature-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #1da1f2;
	color: #fff;
	font-weight: 300 !important;
	font-size: 16px;
	box-shadow: 0 6px 16px rgba(0,0,0,.12);
	margin-bottom: 12px;
}

#head-section-1 {
	margin-top: 20px;
}

#why-choose .feature-item h5{
	font-weight: 100 !important;
	font-size: 16px;

}

#why-choose .feature-icon:before{
	content: attr(data-icon);
}

#why-choose .feature-icon-img{
	width: 72px;
	height: 72px;
	object-fit: contain;
	filter: none;
	margin-bottom: 12px;
}

/* Get Quote section */
#get-quote .heading-block h3{
	font-weight: 700;
}

#get-quote .subheading{
	margin-top: 6px;
	color: #666;
}

#get-quote .quote-benefits{
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	list-style: none;
	padding-left: 0;
	margin: 18px 0 10px;
}

#get-quote .quote-benefits li{
	display: flex;
	align-items: center;
	gap: 8px;
}

#get-quote .check-bullet{
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background-color: #1db954;
	position: relative;
	display: inline-block;
}

#get-quote .check-bullet:after{
	content: '';
	position: absolute;
	left: 4px;
	top: 1px;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#get-quote .quote-intro{
	margin: 10px auto 24px;
	max-width: 920px;
}

#get-quote .quote-form .form-control.input-lg{
	border-radius: 4px;
	height: 46px;
	font-size: 15px;
}

#get-quote .quote-form textarea.form-control.input-lg{
	height: auto;
}

#get-quote .button.button-dark{
	background: #333;
	color: #fff;
	border-color: #333;
}


#get-quote .quote-btn{
	background: transparent !important;
	color: #555 !important;
	border: 2px solid #777 !important;
	border-radius: 28px !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
}
#get-quote .quote-btn:hover{
	background: #777 !important;
	border-color: #777 !important;
	color: #fff !important;
}

/* FAQs */
#faqs .faq-item{
	margin-bottom: 22px;
}

#faqs .faq-item h5{
	color: #636363 !important;
	font-size: 18px;
}

#faqs .faq-item p{
	color: #636363 !important;
	font-size: 18px;
	font-weight: 500;
}

#faqs .faq-item h5{
	font-weight: 700;
	margin-bottom: 6px;
}
#faqs .faq-item p{
	color: #444;
	line-height: 1.6;
}

.dark .heading-block:not(.not-dark):after {
    border-top: 5px solid #25a9df !important;
}