/********************************************/
/*SITEWIDE*/
/********************************************/

.site-footer h4 {
  font-weight: 700 !important;
  font-size: 20px !important;
	margin-left:15px!important;
}


.sow-headline a {
		text-decoration:none;
}

#hero-section .sow-headline-container *:last-child {
		margin-bottom:10px!important;
}
/********************************************/
/*MOBILE MENU*/
/********************************************/
@media (min-width: 801px) {
.mobile-only {
		display:none!important;
		}}


/********************************************/
/*CHECKS*/
/********************************************/

.check-bullet .sow-features-feature-title {
		margin-block-end:0px!important;
		margin-block-start:0px!important;
		margin-bottom:0px!important;
		line-height:1.4em!important;
		/*color:#184785!important;*/
}

.radius-image-001 .sow-image-container .so-widget-image {
				border-radius: 15px 15px 15px 15px!important;
		}

.radius-image-002 .sow-image-container .so-widget-image {
				border-radius: 10px 10px 10px 10px!important;
		}

/********************************************/
/*MEDIA - CHECKS*/
/********************************************/

@media (max-width: 800px) {
		.feature-text-mobile p {
				text-align:center!important;
		}

		.sub-text-mobile p.sow-headline {
		font-size:0.9em!important;
    text-align:center!important;
		}
		
		.radius-image {
				border-radius: 15px 15px 0px 0px!important;
		}
		
		#choose.small-screens p.sow-headline,
    #choose.small-screens p.sow-sub-headline {
 			font-size: 0.8em!important;
     }

.card-header-left .sow-headline {
		padding-left:10px!important;
		}

.card-header-left-sub .sow-headline {
		padding-left:10px!important;
		}

.card-header-left-lucide .sow-sub-headline {
		margin-top:10px!important;
		}
		
 .lcsw-card {
    justify-content: center !important;
    align-items: center !important; /* vertical alignment */
    text-align: center;
  	}

}


/********************************************/
/*VERY SMALL SCREENS*/
/********************************************/
@media (max-width: 550px) {

.main-navigation .icon-menu {
		vertical-align:bottom!important;
		}}
		
@media (max-width: 350px) {

p.sow-headline,
p.sow-sub-headline {
 	font-size: 0.8em!important;
	margin-bottom:20px!important;
	}

.small-screen span[id^="limenco_btn_"] {
 	font-size: 0.8em!important;
	margin-bottom:0px!important;
	}

	.small-screen p.sow-headline,
	.small-screen h2.sow-headline,
	.small-screen h2.sow-sub-headline {
 		font-size: 0.8em!important;
		margin-bottom:10px!important;
		}
		
#bottom-align-column p.sow-headline,
#bottom-align-column p.sow-sub-headline {
 	font-size: 0.9em!important;
	margin-bottom:8px!important;
	}
		
.lcw-card h2.sow-headline {
		margin-left:10px!important;
		}

.card-header-top {
		font-size:20px!important;
		padding-top:10px!important;
		padding-bottom:10px!important;
		}
		
.card-header-sub {
		font-size:16px!important;
		padding-bottom:10px!important;
		}

.card-header-left-lucide .sow-headline-container {
		margin-left:10px!important;
		}

.card-header-left-lucide .sow-headline {
		margin-block-start: 0px!important;
    margin-block-end: 0px!important;
    }
}
/********************************************/
/*BOTTOM ALIGNED BADGES*/
/********************************************/

/* Make the right column the containing block */
#bottom-align-column {
  position: relative;
}

/* Pin the badge row to the bottom-right inside that column */
#bottom-align-inner-row {
  position: absolute;
  inset: -130px 20px 20px auto; /* top right bottom left */
	margin: 0 !important;
	width:100%!important;
  }

#bottom-align-inner-row-1 {
  position: absolute;
  inset: auto 0 20px 0;
  margin: 0px 20px!important;
  }

@media (max-width: 800px) {
#bottom-align-inner-row-1 {
  inset: auto 0 10px 0;
  margin: 0px 5px!important;
		}

.small-screen-borders-top.so-rounded {
		border-top:1px solid #dbeafe!important;
  	border-right:1px solid #dbeafe!important;
 		border-bottom:0px solid #dbeafe!important;
 		border-left:1px solid #dbeafe!important;
		border-top-left-radius: 15px!important; 
  	border-top-right-radius: 15px!important; 
  	border-bottom-right-radius: 0px!important; 
  	border-bottom-left-radius: 0px!important; 
		}

.small-screen-borders-bottom.so-rounded {
		border-top:0px solid #dbeafe!important;
  	border-right:1px solid #dbeafe!important;
 		border-bottom:1px solid #dbeafe!important;
 		border-left:1px solid #dbeafe!important;
		border-top-left-radius: 0px!important; 
  	border-top-right-radius: 0px!important; 
  	border-bottom-right-radius: 15px!important; 
  	border-bottom-left-radius: 15px!important; 
		}
}

/* (Optional) If your inner row has a .panel-row-style wrapper, shrink it to the badge */
#bottom-align-inner-row > .panel-row-style {
  display: inline-block;
}


/*********************************************************************
   FOOTER SUBSCRIBE BAR
******************************************************************** */
.sila-subscribe-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1240px;
  margin: 40px auto;
  color: var(--text-blue);
}
.sila-subscribe-text {
  max-width: 740px;
}
.sila-subscribe-text h2 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 600;
}
.sila-subscribe-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.sila-subscribe-form {
  display: flex;
  gap: 12px;
  flex-grow: 1;
  max-width: 740px;
}
.sila-subscribe-input {
  flex-grow: 1;
  padding: 12px 16px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #2556BE !important;
  color: var(--text-blue);
  outline-offset: 2px;
  transition: background-color 0.3s ease;
}
.sila-subscribe-input::placeholder {
  color: #8EC5FF;
}
.sila-subscribe-input:focus {
  background-color: #1d3d99;
}
.sila-subscribe-button {
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  background-color: #BA8C60;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  text-transform: none !important;
}
.sila-subscribe-button:hover,
.sila-subscribe-button:focus {
  background-color: #a67c4f;
  outline: none;
}
@media (max-width: 780px) {
  .sila-subscribe-section {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    max-width: 100%;
    padding: 0 20px;
  }
  .sila-subscribe-text {
    max-width: 100%;
  }
  .sila-subscribe-form {
    max-width: 100%;
  }
}
footer input[type=email],
footer input[type=password],
footer input[type=search],
footer input[type=tel],
footer input[type=text],
footer input[type=url],
footer textarea {
  background: #fff;
  border: 1px solid #1D4ED8;
  border-radius: 10px;
  box-sizing: border-box;
  color: #595959;
  font-size: .9333em;
  line-height: normal;
  padding: 9px 13px 10px;
  width: 100%;
}
.quicklinks input[type=email] {
  border-radius: 10px;
  border: 1px solid #1D4ED8;
}

[data-lucide="mail"], 
[data-lucide="phone"], 
[data-lucide="map-pin"], 
[data-lucide="clock"] {
    vertical-align: middle;
}

/*********************************************************************
   GENERAL CONTACT FORM 7 
*********************************************************************/
.limenco-contact-form-container {
  font-family: 'Lato', sans-serif!important;
}

/* Scope: only inside your CF7 container */
.limenco-contact-form-container .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
}

.limenco-contact-form-container .form-row.form-fullwidth {
  grid-template-columns: 1fr;
}

.limenco-contact-form-container .form-column {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}

.limenco-contact-form-container label {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  line-height: 1.4;
}

.limenco-contact-form-container input,
.limenco-contact-form-container select,
.limenco-contact-form-container textarea {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
  background: #008DC3;
  color: #fff;
  text-transform: none;
  font-size: 1em;
  border-radius: 10px;
  border: 1px solid #008DC3;
  padding: 15px;
}

.limenco-contact-form-container .wpcf7-form-control-wrap {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

/*********************************************************************
   GENERAL CONTACT FORM 7 CONSENT
*********************************************************************/

.limenco-contact-form-container .wpcf7-list-item label {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5;
}

.limenco-contact-form-container .wpcf7-list-item label input[type="checkbox"] {
  margin: 0 !important;
}

.limenco-contact-form-container .wpcf7-list-item-label {
  display: block !important;
}

/*********************************************************************
   GENERAL CONTACT FORM 7 SUBMIT
*********************************************************************/

.limenco-contact-form-container input[type="submit"] {
  width: 100%;
  margin: 0 !important;
}

button:hover, 
button:active, 
button:focus, 
input[type=button]:hover, 
input[type=button]:active, 
input[type=button]:focus, 
input[type=reset]:hover, 
input[type=reset]:active, 
input[type=reset]:focus, 
input[type=submit]:hover, 
input[type=submit]:active, 
input[type=submit]:focus {
    background: #172554;
    border-color: #172554;
}

/*********************************************************************
   GENERAL CONTACT FORM 7 PARAGRAPH RESET
*********************************************************************/

.limenco-contact-form-container p,
.limenco-contact-form-container h2 {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin: 0 !important;
}

.limenco-contact-form-container h2 {
		color:#172554;
		font-weight:700;
}

.limenco-contact-form-container p {
		color:#6B7280;
		line-height:1.6em;
	}

.limenco-contact-form-container label {
  color: #111827;
  }

.wpcf7 input.wpcf7-form-control.wpcf7-text, .wpcf7 input.wpcf7-form-control.wpcf7-number, .wpcf7 input.wpcf7-form-control.wpcf7-date, .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea, .wpcf7 select.wpcf7-form-control.wpcf7-select, .wpcf7 input.wpcf7-form-control.wpcf7-quiz {
    background: #F3F3F5;
    border-radius: 8px;
}

.wpcf7 input.wpcf7-form-control.wpcf7-date,.wpcf7 input.wpcf7-form-control.wpcf7-number,.wpcf7 input.wpcf7-form-control.wpcf7-quiz,.wpcf7 input.wpcf7-form-control.wpcf7-text,.wpcf7 select.wpcf7-form-control.wpcf7-select,.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px 15px;
    outline: none;
    font-size: .9em;
    color: #6B7280;
 }

@media (max-width: 800px) {
  /* Stack all form rows into a single column */
  .limenco-contact-form-container .form-row {
    grid-template-columns: 1fr !important;
		gap: 0px;
    }

  /* Make form columns take full width */
  .limenco-contact-form-container .form-column {
    width: 100% !important;
  }

    /* Labels a bit smaller */
  .limenco-contact-form-container label {
    font-size: 0.9em;
  }
}


/*********************************************************************
   POPUPS
*********************************************************************/


.lc-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lc-popup.active {
  display: flex;
}

/* content scrolls inside popup instead of body */
.lc-popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
  max-height: 90vh;     /* limit height */
  overflow-y: auto;     /* scroll inside popup */
}

.lc-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.lc-popup-content br {
display: none!important;
}
/*********************************************************************
   BUTTONS
*********************************************************************/

.shadow-button [id^="limenco_btn_"] {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.width-100 span[id^="limenco_btn_"] {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important; /* include padding in the 100% width */
}

.width-100 a[id^="limenco_btn_"] {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.left-wrap .so-widget-limenco-buttons a[id^="limenco_btn_"],
.left-wrap-lock .so-widget-limenco-buttons a[id^="limenco_btn_"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}


.left-wrap-lock .so-widget-limenco-buttons span[id^="limenco_btn_"],
.left-wrap-lock .so-widget-limenco-buttons span[id^="limenco_btn_"] a {
  text-align: left !important; 
	line-height:1.6em!important;	
  }

.left-wrap .so-widget-limenco-buttons span[id^="limenco_btn_"] { 
		text-align: left !important; /* align wrapped lines left */ 
} 

.left-wrap-lock .so-widget-limenco-buttons span[id^="limenco_btn_"] { 
		text-align: left !important; line-height:1.6em!important; 
}

body.page.page-id-1241 .panel-grid-cell {
  margin-bottom: 0 !important;
}

.popular-choice {
		border:2px solid #008DC3!important;
}

.popular-choice-gold {
		border:2px solid #BA8C60!important;
}

.popular-choice-blue {
		border:2px solid #2354D1!important;
}

.popular-choice-dblue {
		border:2px solid #184785!important;
}


.popular-choice-red {
		border:2px solid #EF4444!important;
}

/* Allow children to show outside the card */
.lcsw-card.popular-choice {
  overflow: visible !important;
  position: relative; /* ensure z-index works */
}

.lcsw-card.popular-choice-gold {
  overflow: visible !important;
  position: relative; /* ensure z-index works */
}

.lcsw-card.popular-choice-blue {
  overflow: visible !important;
  position: relative; /* ensure z-index works */
}

.lcsw-card.popular-choice-dblue {
  overflow: visible !important;
  position: relative; /* ensure z-index works */
}

.lcsw-card.popular-choice-red {
  overflow: visible !important;
  position: relative; /* ensure z-index works */
}

/* Lift the badge */
.popular-badge {
  position: relative;
  top: -40px;      
  z-index: 10;      
}

/* Lift the badge */
.popular-badge-bblue {
  position: relative;
  top: -55px;      
  z-index: 10;      
}

/* only affect this row */
.popular-badge-container {
  position: relative !important;
}

/* only affect the badge inside that row */
.popular-badge-container .popular-badge-gold01 {
  position:relative!important;
	top: -50px;       /* tweak until it sits right */
  
  z-index: 50;
}

@media (max-width: 800px) {
  .popular-badge-container .popular-badge-gold01 {
    top: -55px;
  }
}

@media (max-width: 375px) {
  .popular-badge-container .popular-badge-gold01 {
    top: -35px;
  }
}

/* only affect the badge inside that row */
.popular-badge-container .popular-badge-gold02 {
  position:relative!important;
	top: -35px;       /* tweak until it sits right */
  z-index: 50;
}

@media (max-width: 800px) {
  .popular-badge-container .popular-badge-gold02 {
    top: -35px;
  }
}

@media (max-width: 375px) {
  .popular-badge-container .popular-badge-gold02 {
    top: -35px;
  }
}
/*********************************************************************
   CARDS
*********************************************************************/
/* Adjust height for cards with .mobile-height on mobile */
@media (max-width: 799px) {
  .lcsw-card.mobile-height-300 {
    height: 280px;         /* set whatever height you want */
    min-height: 280px;     /* keeps consistent sizing */
  }
		
.mobile-height-300 .sow-image-container .so-widget-image {
		margin-top:-28px!important;
		}
}

.gradient-button span[id^="limenco_btn_"] {
  background: linear-gradient(to bottom, rgba(185,140,96,1) 1%, rgba(51,82,186,1) 100%) !important;
}

.gradient-button span[id^="limenco_btn_"]:hover {
  background: linear-gradient(to bottom, rgba(185,140,96,1) 1%, rgba(51,82,186,1) 100%) !important;
}

.stacked-left {
  position: relative; /* create a base stacking context */
}

.stacked-img {
  position: relative;
  z-index: 1; /* put image below */
}

.stacked-content {
  position: relative;
  z-index: 2; /* force content above image */
}

.stacked-content-bottom {
  position: relative;
  z-index: 2; /* force content above image */
}

@media (max-width: 550px) {
.reduce-font-size h2.sow-headline {
		font-size:12px!important;
		}}

/*********************************************************************
   GLASS PILL
*********************************************************************/



.glass-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15); /* light frosted layer */
  border-radius:50px;  
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari support */

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  
  font-weight: 500;
  color: #fff; /* adjust if background is light */
  text-align: center;
  transition: background 0.3s ease, border 0.3s ease;
}

.glass-pill:hover {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.bg-blur .limenco-buttons > span {
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* Safari support */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	font-weight: 500;
  color: #fff; /* adjust if background is light */
  text-align: center;
  transition: background 0.3s ease, border 0.3s ease;
}

.bg-blur .limenco-buttons > span:hover {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.outline-header .sow-headline  {
  color: transparent !important;             /* remove the fill */
  -webkit-text-stroke: 2px #fff !important;  /* outline thickness & color */
  text-stroke: 2px #fff !important;          /* optional fallback */
}


/*********************************************************************
   FREELANCER CARDS
*********************************************************************/
/* ================================
   Star Rating – Replace with SVGs
=================================== */

.lfc-card-rating {
		margin-bottom:10px;
}

.lfc-stars {
  display: flex;
  align-items: center;
  gap: 4px;
	}

.lfc-star {
  font-size: 0 !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	}

.lfc-star.empty {
  background-image: url('http://www.kcwebdesign.co.za/collab/wp-content/uploads/star.svg');
}

.lfc-star.filled {
  background-image: url('http://www.kcwebdesign.co.za/collab/wp-content/uploads/star-filled.svg');
}

.lfc-rating-text {
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
}

.lfc-card-title {
		font-size:2em;
		font-weight:600;
} 

.lfc-card-rate {
		text-align:right;
}


/* ================================
   Buttons
=================================== */

.button-alt-color {
		color:#717182;
		font-size:14px;
}


.home-flc .lfc-card-button {
  flex-grow: 1;
  text-align: center;
  background-color: #000;
  text-decoration: none;
  font-size: 1.2em;
}

.home-flc .lfc-card-button:hover {
  background-color: #155DFC;
  color: #fff;
}

/* ================================
   Card Header – Align Content Vertically
=================================== */

.lfc-card-header {
  display: flex !important;
  align-items: center !important;
  gap: 15px;
}

/* ================================
   Skills Tags
=================================== */
.home-flc .lfc-skill-tag {
  background: #ECEEF2;
  color: #030213;
  padding: 3px 9px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  border: 0;
}

a.lfc-skill-tag-link {
		text-decoration:none!important;
}

.home-flc .lfc-skill-tag:hover {
    background: #dadadb;
}
/* ================================
   Rate
=================================== */

.lfc-card-rate {
		color: #FF3131!important;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 12px;
    padding: 3px 9px;
    background-color: #ffefef;
    border: 1px solid #b81919;
    border-radius: 12px;
    text-align: center;
		margin-left: auto;
}

/* ================================
   Title
=================================== */

.lfc-card-title {
    font-size: 1.3em;
    color: #0A0A0A;
    font-weight: 500;
    line-height: 1.2em;
}
/* ================================
   Filter Box
=================================== */

@media (max-width: 320px) {
.lfc-filter-group {
		max-width:240px;
		}}

@media (max-width: 375px) {
.lfc-filter-group {
		max-width:300px;
		}}

/* Make room for a header row inside the box */
.lfc-filters.lfc-custom-filters {
  position: relative;
  padding-top: 48px;              /* space for header */
}

/* Header icon (upload your own filter icon and replace the URL) */
.lfc-filters.lfc-custom-filters::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 16px;
  width: 20px;
  height: 20px;
  background: url('https://www.kcwebdesign.co.za/collab-final/wp-content/uploads/filter.svg') no-repeat center;
  background-size: contain;
}

/* Header title text */
.lfc-filters.lfc-custom-filters::after {
  content: "Filter results";
  position: absolute;
  top: 14px;
  left: 44px;                     /* 16px left + 20px icon + 8px gap */
  font-weight: 600;
  font-size: 16px;
  color: #111;
}

/* ================================
   Navigation
=================================== */
.main-navigation ul > li a { 
		padding-left: 20px; 
		padding-right: 20px; 
}

.talent {
  padding: 10px 20px;        
  border: 1px solid #e0e0e0; 
  border-radius: 8px;       
  background: #fff; 
  cursor: pointer;           
}

.talent a {
  color: #0A0A0A !important;
  display: inline-block; /* ensures padding/border apply nicely */
}

.talent:hover {
  background: #0A0A0A;   
}

.talent:hover a {
  color: #fff !important;
}

.join {
  padding: 10px 20px;        
  border: 1px solid #e0e0e0; 
  border-radius: 8px;       
  background: #0A0A0A; 
  cursor: pointer;           
}

.join a {
  color: #fff !important;
  display: inline-block; /* ensures padding/border apply nicely */
}

.join:hover {
  background: #fff;   
}

.join:hover a {
  color: #0A0A0A !important;
}

/*********************************************************************
   FOOTER
******************************************************************** */

#colophon a {
  text-decoration: none;
}
#colophon {
  /*background: linear-gradient(to right, rgba(3,2,19,1) 0%,rgba(21,93,252,1) 100%); ;*/
}

#colophon .widgets aside {
		padding-bottom:0px!important;
}

#colophon .container {
  padding: 0;
}

#colophon .widget-area .widget {
		margin:0px!important;
}

h4 {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.footer-wrapper {
  width: 100%;
  }

.footer-wrapper table td {
		border:none!important;
}


.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.footer-table {
  width: 100%;
  border-collapse: collapse;
	border: none;
}

.footer-col {
  vertical-align: top;
  padding: 0 20px;
	width:20%;
}

.collab-logo .logo {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.collab-logo .description {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

.collab-logo .buttons button {
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background: none;
  cursor: pointer;
	border-radius:8px;
	text-transform:capitalize!important;
}

.buttons button:hover {
  color:#1d9999;
}

.collab-services h4,
.collab-company h4,
.collab-contact h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.collab-services ul,
.collab-company ul,
.collab-contact ul {
  list-style: none;
  padding: 0;
}

.collab-services ul li,
.collab-company ul li,
.collab-contact ul li {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}

.collab-contact ul li {
  display: flex;
  align-items: center;
}

.collab-contact ul li i {
  margin-right: 10px;
}

.collab-contact .business-hours {
  font-size: 12px;
  color: #666;
}

[data-lucide="mail"],
[data-lucide="phone"],
[data-lucide="map-pin"],
[data-lucide="clock"] {
  width: 16px;
  height: 16px;
	
}

.hours {
		font-size:0.9em!important;
}


.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FF3131;
  border-radius: 10px;
  text-decoration: none;
}
.footer-social a:hover {
  background-color: #D80000; 
}

.footer-social svg.lucide.lucide-mail,
.footer-social svg.lucide.lucide-instagram,
.footer-social svg.lucide.lucide-linkedin {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 2px;
  width: 24px;
  height: 24px;
  display: block;
}
		

/* Tablet: stack into 2 columns per row */
@media (max-width: 1024px) {
  .footer-table,
  .footer-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-table td.footer-col {
    width: 50% !important; /* 2 columns */
    box-sizing: border-box;
    padding-bottom: 20px;
  }
}
/* Mobile: Single-column layout */
@media (max-width: 780px) {
  .footer-table,
  .footer-table tr {
    display: block !important;
    width: 100% !important;
  }
  .footer-table td.footer-col {
    display: block !important;
    width: 100% !important; /* 1 column */
    padding-bottom: 20px;
  }
}
/********************************************/
/*LIVEMESH*/
/********************************************/

/* Hover Effect for Inactive Pills */
.lsow-taxonomy-filter .lsow-filter-item:hover {
  background-color: rgba(216, 0, 0, 0.1); /* Light background on hover */
  cursor: pointer;
}

/* Active State Colors */
.lsow-taxonomy-filter .lsow-filter-item.lsow-active {
  background-color: #FF3131; /* Active background color */
  border-color: #FF3131;     /* Active border color */
  color: #fff;               /* Active text color */
}

/* Hover Effect for Active Pills (optional, but good for consistency) */
.lsow-taxonomy-filter .lsow-filter-item.lsow-active:hover {
  background-color: #e62c2c; /* Slightly darker red on hover for active pill */
  border-color: #e62c2c;
}

/*.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item {
		border-bottom: 0px!important; 
}*/

.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a {
		padding:8px 30px!important;
}

.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item {
		margin-bottom:0px!important;
		border-radius:50px;
		margin-right:15px!important;
}

.so-widget-lsow-portfolio-default-9dc3fd58546c-814 .lsow-block-header-6 .lsow-block-header .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
		border:0px!important;
}


article.lsow-module-13 {
		border: 1px solid #ddd!important;
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1)!important; 
}

/********************************************/
/* MULTIPAGE FORM – CARD LAYOUT */
/********************************************/

/* Outer wrapper to center the card */
.join-form-outer {
  display: flex;
  justify-content: center;
  padding: 24px 16px;
}

/* Main card */
.join-form-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e0e4ef;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  padding: 24px 24px 28px;
  box-sizing: border-box;
}

/* Headings & intro text */
.join-form-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 6px;
  color: #111827;
}

.join-form-subtitle {
  font-size: 14px;
  text-align: center;
  color: #4b5563;
  margin: 0 0 18px;
}

/* Age confirmation note */
.age-check {
  display: block;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #f5f7fb;
  border: 1px solid #e0e4ef;
  margin-bottom: 18px;
}

/* Labels & fields */
.join-form-card label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #111827;
}

.join-form-card .wpcf7-form-control-wrap {
  display: block;
}

/* Inputs/textarea/select */
.join-form-card input[type="text"],
.join-form-card input[type="email"],
.join-form-card input[type="tel"],
.join-form-card input[type="file"],
.join-form-card textarea,
.join-form-card select {
  width: 100%;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background-color: #f9fafb;
  font-size: 14px;
  box-sizing: border-box;
}

.join-form-card input[type="file"] {
  padding: 8px 0;
  background-color: transparent;
}

.join-form-card textarea {
  min-height: 110px;
  resize: vertical;
}

/* Layout helpers */
.two-column-row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.half-width {
  flex: 1;
}

.full-width {
  width: 100%;
  margin-bottom: 14px;
}

/* Small notes */
.not-public {
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

.not-public [data-lucide] {
  width: 14px;
  height: 14px;
}

.required {
  color: #ef4444;
}

/* Hide CF7 auto  inside card only */
.join-form-card br {
  display: none;
}

/********************************************/
/* VERIFICATION STEP */
/********************************************/

.verify-step .verify-info-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #e0e4ef;
  background-color: #f5f7fb;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.verify-step .verify-info-row [data-lucide] {
  width: 16px;
  height: 16px;
}

.verify-step .verify-link {
  text-decoration: none;
  font-weight: 500;
  margin-left: 4px;
}

.verify-step .verify-extra h3 {
  font-size: 15px;
  margin: 0 0 8px;
}

.verify-step .verify-points-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  font-size: 13px;
  color: #374151;
}

.verify-step .verify-points-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.verify-step .verify-points-list [data-lucide] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.verify-step .verify-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4b5563;
}

.verify-step .verify-meta [data-lucide] {
  width: 16px;
  height: 16px;
}

/********************************************/
/* STEP 4 REVIEW BLOCK */
/********************************************/

.helper-text {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 16px;
}

.review-block {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.review-block h3 {
  font-size: 15px;
  margin: 0 0 8px;
}

.review-points-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #374151;
}

.review-points-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.review-points-list [data-lucide] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/********************************************/
/* SUBMIT BUTTON */
/********************************************/

.join-form-card input[type="submit"] {
  width: 100%;
  margin-top: 18px;
  padding: 11px 14px;
  border-radius: 999px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/********************************************/
/* RESPONSIVE */
/********************************************/

@media (max-width: 600px) {
  .join-form-card {
    padding: 20px 18px 22px;
    border-radius: 14px;
  }

  .two-column-row {
    flex-direction: column;
  }
}



/* Tighten all note/paragraph spacing in the join form */
.join-form-card p,
.join-form-card .join-form-subtitle,
.join-form-card .not-public,
.join-form-card .helper-text,
.join-form-card .age-check,
.join-form-card .verify-info-row,
.join-form-card .review-block,
.join-form-card .review-points-list,
.join-form-card .verify-points-list {
  margin: 0 !important;
  padding: 0 !important;
  border: none;           /* optional – removes note borders */
  background: none;       /* optional – removes shaded boxes */
}

/* Keep list items tight too */
.join-form-card .review-points-list li,
.join-form-card .verify-points-list li {
  margin: 0 !important;
  padding: 0 !important;
}

.limenco-mpf-progress-wrapper,
.limenco-mpf-progress-above {
    margin-bottom: 0px;
}

.limenco-mpf-progress-steps {
		padding-bottom:0px;
}

.join-form-card {
    box-shadow: 0 5px 20px rgba(15, 23, 42, 0.12);
}

.verify-grid-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 14px;
  }

.verify-grid-list li {
  display: flex;
  align-items: start;
  }

.verify-grid-list [data-lucide] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
	vertical-align: middle;
}

@media (max-width: 600px) {
  .verify-grid-list {
    grid-template-columns: 1fr;
  }
}

.no-link-underline a {
		text-decoration:none;
}
.skill-card-image .sow-image-container .so-widget-image {
  display: block!important;
  width: 100%!important;
  height: 200px!important;
  object-fit: cover!important;
}

.lsow-block-header-6 .lsow-block-header .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
    border-color: #fff;
		margin-top:5px;
}

.lsow-taxonomy-filter .lsow-filter-item.lsow-active {
		display:none;
		}

.lsow-block-header-6 .lsow-block-header .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
		display:none;
}

.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item a {
		color:#5f5e5e;
}
.entry-footer {
    display: none;
}

.lsow-module-13 .lsow-module-entry-text {
		background: linear-gradient(45deg,  #e4e2dd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}