/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

a.services-classic-figure img {
  width: 100%;
  height: 100%;
}

.services-classic {
	padding: 0 12px 0 12px;
}


.oiw-row .button {
	background-color: #000;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.oiw-row .button:hover {
    background-color: #FBD504;
    color: #000; 
	transition: all 0.2s ease-in-out;
}

.widget_links li a {
	transition: all 0.2s ease-in-out;
}

.widget_links li a:hover {
	padding-left: 7px;
	transition: all 0.2s ease-in-out;
}

.column-aside .widget_links h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
}

.column-aside .widget_links h4::after {
  display: block;
  content: "";
  background: #FBD504;
  border: 1px solid #FBD504;
  width: 40px;
  height: 4px;
  margin-top: 13px;

}

h5.services-classic-title {
	margin-top: 10px;
}

#oiw-accessory h4.oiw-panel-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
}

#oiw-accessory a {
	margin-bottom: 0px !important;
}

.tab-pane ul {
	margin-left: 40px;
}

.map-wrapper {
  width: 100%;          /* or a fixed width like 400px */
  height: 650px;        /* set the height you want */
  overflow: hidden;
  position: relative;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hist-box-one {
	background-color: #f4f4f4;
	margin-right: 15px;
}
.hist-box-two {
	background-color: #e1e1e1;
}
.two-column-row {
  display: flex;
  gap: 30px; /* Adjust as needed */
  flex-wrap: nowrap; /* Prevent columns from stacking */
  
}

.hist-box-one,
.hist-box-two {
  flex: 1; /* Optional: makes both columns grow equally */
	padding: 20px 12px 25px 12px;
	border-top-right-radius: 30px; /* Adjust radius as needed */
}

.hist-box-one h4::after, .hist-box-two h4::after {
  display: block;
  content: "";
  background: #d4b509;
  border: 1px solid #d4b509;
  width: 40px;
  height: 4px;
  margin-top: 13px;
}

.two-column-row .part-logo {
	max-width: 250px;
	height: auto;
	padding: 10px 5px;
	margin-bottom: 15px;
}

.partner-box-one {
	background-color: #f4f4f4;
	transition: background-color 0.3s ease;
}
.partner-box-one:hover {
	background-color: #FBD504;
	transition: background-color 0.3s ease;
}

blockquote h2 {
	color: #000 !important;
}

blockquote h4 {
	color: #FBD504;
	font-weight: 400;
	line-height: 1.1;
	font-size: 1.35rem;
}

blockquote p {
	color: #e9e9e9;
	font-size: 16px;
}

blockquote .highlight {
  background-color: #FBD504; /* bright yellow */
  color: #000000 !important;            /* black text for contrast */
}

#secondary h3 {
	color: #888 !important;
	font-weight: 400;
	line-height: 1.2;
	font-size: 1.35rem;
}

@media (max-width: 399px) {
	.portfolio-item.col-sm-02 {
		width: 100%;
	}
}

.oiw-row .isotope-item {
	padding: 0 10px 0 10px !important;
}

.oiw-row .isotope-item img {
  width: 410px; 
	height: 304px; 
	object-fit: cover;
}

.eco-sect-wrap .heading-block h2 {
  max-width: 650px;       /* Controls line length */
}
.form-note {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
}

#secondary ol, #secondary ul {
	margin-left: 30px;
}
.widget_links ul {
	margin-left: 0 !important;
}