	.contact-frm1 {
     margin-bottom: 15px;
    height: 45px;
		 z-index: 999;
}

.txtfield {
    width: 240px;
    height: 45px;
    border: 2px solid #eee;
    border-radius: 4px;
    background: #FFF;
    color: #888C8B;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
	min-height:45px;
}	
	
/* Main CF7 control */
.cf7-select-multicheck {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
	border: 2px solid #eee;
    border-radius: 4px;
    background: #FFF;
    color: #888C8B;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px;
}

/* Fake select box */
.cf7-select-multicheck::before {
  content: attr(data-text);
  display: block;
/*   padding: 12px 14px;
  border: 1px solid #cfd4dc; */
  background: #fff;
}

/* Arrow */
.cf7-select-multicheck::after {
/*   content: "▼"; */
	content: "\25BC";
  position: absolute;
  right: 11px;
  top: 14px;
  font-size: 12px;
}

/* Checkbox list (HIDDEN by default) */
.cf7-select-multicheck .wpcf7-list-item {
  display: none;
}

/* OPEN state — show items */
.cf7-select-multicheck.open .wpcf7-list-item {
  display: block;
  padding: 8px 12px;
  background: #fff;
}

/* Dropdown panel */
.cf7-select-multicheck.open {
  border: 1px solid #cfd4dc;
}

/* Hover */
.cf7-select-multicheck label:hover {
  background: #f5f5f5;
}
	.txtfield1 {
		width:492px;
	}	
	@media (min-width: 1025px) { 	
		.contact-frm1 {
    width: 522px;
	}

}
@media (max-width: 1024px) { 	
	.txtfield1 {
		width:100%;
	}
}	
.ld-fancy-heading .ld-fh-txt {
    color: #fff !important;
}
/* part2 */
	h2.section-title{
		text-align:left;
	}
	.feature-section-container{
		background: #eaf6fd;
	}
.cta-shadow {
  box-shadow: 0 -6px 12px -4px rgba(0,0,0);
	height: 10px;
	margin-top:10px;
}
	.productivity-card {
     height: auto !important; 
}
	.txtfield1 {

    border: 2px solid #eee;
    border-radius: 4px;
    background: #FFF;
    color: #888C8B;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
}

	
span.wpcf7-list-item.first {
    margin-top: 10px;
/*     border-top: 1px solid #000; */
}	

	
/* Center the submit button and spineer*/
.wpcf7 form .wpcf7-submit {
    display: inline-block;
}

/* Wrapper alignment */
.wpcf7 form p:last-of-type {
    text-align: center;
    position: relative;
}

/* Spinner positioning */
.wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin-left: 80px; /* adjust spacing */
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 320px) and (max-width: 767px) {
	.txtfield {
/*     width: 315px !Important; */
}
	.mobile-contact-section{
		display:block !important;
	}
	}
/* part3 */
/* Dropdown container */
.cf7-select-multicheck.open {
  position: relative;
  padding: 44px 16px 60px; /* top padding for title */
  display: flex;
  flex-wrap: wrap;
}

/* Take "Interested In" OUT of layout flow */
.cf7-select-multicheck::before {
  position: absolute;
  top: 12px;
  left: 16px;
  width: calc(100% - 32px);
  pointer-events: none;
}

/* Each checkbox = 2 columns */
.cf7-select-multicheck.open .wpcf7-list-item {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0;
}

/* Label alignment */
.cf7-select-multicheck .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

/* Checkbox size */
.cf7-select-multicheck input[type="checkbox"] {
  width: 18px;
/*   height: 18px; */
  margin: 0;
}
.cf7-select-multicheck {
    min-height: 45px;
}
/* Mobile: single column */
@media (max-width: 640px) {
  .cf7-select-multicheck.open .wpcf7-list-item {
    width: 100%;
  }
}
/* CLOSED state — allow height to grow */
.cf7-select-multicheck:not(.open)::before {
  position: static;          /* <-- KEY FIX */
  display: block;
  white-space: normal;
  line-height: 1.4;
}

/* OPEN state — take label out of flow */
.cf7-select-multicheck.open::before {
  position: absolute;
  top: 12px;
  left: 16px;
  width: calc(100% - 32px);
  pointer-events: none;
}

/* Ensure container can grow */
.cf7-select-multicheck {
  height: auto;
  min-height: 45px;
  
}
/* Default font size (1 item or none) */
.cf7-select-multicheck::before {
  font-size: 14px;
  line-height: 1.4;
}

/* When 2 or more items selected */
.cf7-select-multicheck.multi-selected::before {
  font-size: 12px;
}


/* Dropdown container MUST be positioning context */
.cf7-select-multicheck.open {
  position: relative;   /* REQUIRED */
}

/* Done button styling */
.cf7-multicheck-done {
  position: absolute;
  bottom: 12px;
  right: 16px;

  padding: 6px 16px;
  background: #0066ff;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 5;
}
/* Hide Done button by default */
.cf7-multicheck-done {
  display: none;
}

/* Show Done button only when dropdown is open */
.cf7-select-multicheck.open .cf7-multicheck-done {
  display: inline-block;
}

/* for selectbox arrow */

.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: "\25BC";              /* ▼ arrow */
    position: absolute;
    right: 12px;                    /* margin from right */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #888C8B;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;            /* space for arrow */
}
@media (min-width: 320px) and (max-width: 767px) {	
.select-wrap::after {
/*      right: -140px;    */                /* margin from right */ 
}
	}
@media (min-width: 1024px) and (max-width: 1239px) {		
	.form-section {
    padding-right: 49px;
	}
}
	/*for interested In field*/
.cf7-select-multicheck::after {/
    right: 11px;
}	
	
	/* ──  Contact Form – Mobile Fix ── */
 
.form-section {
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  overflow-x: hidden;
}
 
.stepper {
  width: 100%; /* fills viewports narrower than 400px */
}
 
/* Force all grid columns to full-width below 400px */
@media (max-width: 400px) {
  .col-sm-6,
  .col-sm-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
 
  .txtfield,
  .txtfield1,
  .wpcf7-form-control,
  .wpcf7 select,
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    width: 215% !important;
    max-width: 215% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding-right: 12px !important; /* overrides the 40px on selects */
  }
 
  .wpcf7 select {
    background-position: right 8px center; /* dropdown arrow stays visible */
  }
 
  .select2-container {
    width: 100% !important;
  }
 
  .contact-frm,
  .contact-frm1 {
    padding-left: 0;
    padding-right: 0;
  }
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.txtfield1 {
    max-width: 108% !important;
}
	span.wpcf7-form-control.wpcf7-checkbox.cf7-select-multicheck {
    width: 108% !important;
}
	textarea.wpcf7-form-control.wpcf7-textarea.txtfield1 {
    width: 108% !important;
}
	input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-solid.text-uppercase.btn-xsm.btn-bordered.border-thin.lqd-unit-animation-done.p-btn {
    width: 95px !important;
}
	.select-wrap::after {
/*     right: -129px; */
}
/* .row.align-items-end.contact-section1111 {
    margin: 10px !important;
}
	    .select-wrap::after {
        right: -152px;
    } */
}
@media (max-width: 430px) {	
.main-header .header-module {
    right: 22%;
}
	}

/* Contact Section1 Starts */
.txtfield {
    width: 240px;
    height: 45px;
    border: 2px solid #eee;
    border-radius: 4px;
    background: #FFF;
    color: #888C8B;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	padding:10px;
}
.form-section{
	border-radius: 12px;
	background: #F7F7F7;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
	padding:22px;
	padding-right:41px;
}
.select2-container--default .select2-selection--multiple {
    border: 2px solid #eee !important;
    border-radius: 4px!important;
	font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
	height: 80px;
    padding: 10px;
}
.p-btn {
    padding: 0.6em 1em;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px !important;
}
	
.ui-button {
   width: 240px;
    height: 45px;
    border: 2px solid #eee;
    border-radius: 4px;
    background: #FFF;
    color: #888C8B;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	padding:10px;
}
.ui-selectmenu-button.ui-button {
    width: 16em;
}
.contact-frm {
    width: 50%;
    margin-bottom: 15px;
    height: 45px;
}
.select2-container--default .select2-selection--multiple {
    width: 490px;
}

  .portfolio-section-slider {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: auto;
    overflow: hidden;
  }

  .portfolio-section-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .portfolio-section-slide {
    min-width: 100%;
    padding: 10px;
    padding-top: 20px;
    box-sizing: border-box;
  }

  .feature-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	  padding:30px 10px;
  }

  .feature-box h3 {
    color: #004B62;
    margin: 0 0 10px 0;
  }

  .feature-box p {
    font-size: 16px;
    line-height: 1.6;
  }


.dealflow-section12 img {
    height: 50px;
    border-radius: 8px;

}
  /* Controls */

.portfolio-section-controls {
    position: absolute;
    bottom: 35px;
    left: 25%;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
  .portfolio-section-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .portfolio-section-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
    background: #ccc;
  }

  .portfolio-section-dot.active {
    width: 40px;
    border-radius: 20px;
    background: #004B62;
  }

  .portfolio-section-dot-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 20px;
  }

  .portfolio-section-arrow {
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
  }

  .portfolio-section-playPause {
    background: none;
    border: none;
    cursor: pointer;
    width: 25px;
    height: 35px;
    padding: 5px;
  }
@media (min-width: 1024px) and (max-width: 1240px) {/*Desktop view*/

	.txtfield {
    width: 200px;
    margin: 10px 0px;
}
	.select2-container--default .select2-selection--multiple {
    width: 406px;
}
	  .feature-box {
    height: 475px !important;
}
	}
  /*  Tablet (768px – 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
	  .container {
    width: 100%;
}
    .portfolio-section-slide {
      padding: 20px;
    }

    .feature-box {
      flex-direction: column;
      align-items: flex-start;
    }

    .portfolio-section-controls {
      bottom: 10px;
      gap: 10px;
    }

	  .txtfield {
     width: 320px !important; 
	}
	  .select2-container--default .select2-selection--multiple {
    width: 663px !important;
}
	  p.subcontent {
     padding: unset;
}
	  .img-ctm img {
     width: 100% !important; 
	}
	  .col-sm-12.col-xs-12.productivity-card {
	margin:10px !important; 
	}
	  .row.align-items-end.contact-section1111 {
    margin: unset !important;
	}
	  .feature-box {
     justify-content: normal; 
	}
	  .portfolio-section-controls {
    bottom: 45px;
	}
		.form-section {
    padding: 22px;
	}
	  .select-wrap::after {
	}
	  .txtfield {
		   width: 100% !important;
}
	.txtfield1 {
    width: 100%;
	}
	  span.wpcf7-form-control.wpcf7-checkbox.cf7-select-multicheck {
    width: 100%;
	}
}

  /*  Mobile (≤767px) */
  @media (max-width: 767px) {
    .portfolio-section-slide {
      padding: 15px;
    }

    .feature-box {
      flex-direction: column;
      text-align: center;
    }

    .feature-box h3 {
      font-size: 18px;
    }

    .feature-box p {
      font-size: 14px;
    }

    .dealflow-section12 {
      text-align: center !important;
      padding-left: 0 !important;
      width: 100%;
    }

    .dealflow-section12 img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
    }

    .portfolio-monitoring12 {
      width: 100% !important;
      height: auto !important;
    }

    .portfolio-section-controls {
      flex-direction: column;
      position: static;
      margin-top: 20px;
    }
  }

  .feature-box {
    margin-left: unset;
  }
	
.client-marque-main {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #fff; /* optional */
}

.client-marque {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marque1 {
  flex: 0 0 auto;
  margin: 0 5px;
}

.marque1 img {
  width: 70px;
  height: 40px; /* adjust as needed */
  display: block;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
  @media (max-width: 767px) {
	  .feature-box {/*18dec*/
    height: auto !important;
	}
	.contact-top-section1{
	width:100%;
	}
	.contact-top-section2{
	width:100%;
	float:right;
	}
	.dt-display{
	display:none;
	}
	.feature-box {
		display: flex;
	   flex-wrap:unset;
	justify-content:unset;
	}
	  .select2-container--default .select2-selection--multiple {
     width: 330px;
	}
	  .txtfield {
    width: 330px;
	}
	  .txtfield1 {
    width: 330px;
	}
	  span.wpcf7-form-control.wpcf7-checkbox.cf7-select-multicheck {
    width: 330px;
	}

	  .form-section {
    padding: 22px;
	margin-left: 10px;
	width: 100%;
	}
	.row {
    width: 102%;
	}
	.col-xs-7{
	padding-right:0px;
	}
	.contact-top-section2 {
    padding-left: 36px;
	}
}
	 @media  (min-width: 768px) and (max-width: 1023px) {
		input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.txtfield1 {
		width: 100%;
	}
		span.wpcf7-form-control.wpcf7-checkbox.cf7-select-multicheck {
		width: 100%;
	}
	  .portfolio-section-controls {
        margin-left: 40px;
	}
}
	.form-section {
    margin-top: 30px;
}

.feature-box p {
    margin-top: 5px;
}

	/* ====== CF7 Validation Error Styles ====== */

/* Highlight invalid (empty or failed validation) fields */
.wpcf7-not-valid,
.wpcf7-form-control.wpcf7-not-valid {
  border: 2px solid #ff4d4d !important;
  background-color: #fff5f5;
}

/* Hide the default CF7 tooltip error below fields (optional) */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* Optionally add red border to Select2 multi-select as well */
.select2-container--default .select2-selection--multiple.wpcf7-not-valid {
  border-color: #ff4d4d !important;
  background-color: #fff5f5;
}

/* Optional: Add transition for smoother red border effect */
.txtfield,.select2-container--default .select2-selection--multiple {
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.row.align-items-end.contact-section1111 {
    margin-top: 0px;
	margin-bottom:50px;
}
	
 @media  (min-width: 1024px) and (max-width: 1239px) {
	.select-wrap::after {
    top: 75%;
	}
	 .mgt{
			 margin-top:15px;
		 }
	 .col-sm-12.contact-frm1.mgt{
		 width: 105% !important;
	 }
	 .col-sm-12.contact-frm1.mgt2 {
    width: 105%;
    }
	 .txtfield1 {
    width: 100%;
	}
	textarea.wpcf7-form-control.wpcf7-textarea.txtfield1 {
    width: 105% !important;
}
}
 @media  (min-width: 1200px) and (max-width: 1240px) {
	.txtfield {
    width: 240px;
	}
	 .contact-frm1 {
    margin-top: 10px;
	}
}
	 @media  (min-width: 769px) and (max-width: 1023px) {
		 

		 .mb-display{
			 display:none;
		 } 
}
	@media (max-width:400px) {
		.row.align-items-end.contact-section1111 {
			 justify-content: center;
	}

}
	@media (min-width: 440px) and (max-width:480px) {	

			.row.align-items-end.contact-section1111 {

				 justify-content: center;
				 margin: 0 auto;
	}
}
@media  (min-width: 320px) and (max-width:369px) {		
	.select-wrap::after {
}
	.text-left-ctm {
    margin-top: 0px !Important;
}
	}
@media  (min-width: 370px) and (max-width:375px) {	
	.map-card-main.d-flex.flex-wrap.justify-content-center {
    padding-left: 20px;
} 
    .row.align-items-end.contact-section1111 {
    margin: 9px !important;
}
	}
@media (min-width: 376px) and (max-width: 414px) {	

	.row.align-items-end.contact-section1111 {
    margin-left: 15px !important;
}
	}
@media (min-width: 415px) and (max-width: 480px) {	
	.row.align-items-end.contact-section1111 {
    margin-left: 35px !important;
}
	}
@media (min-width: 480px) and (max-width: 767px) {	
	.row.align-items-end.contact-section1111 {
    margin-left: 35px !important;
}
	.wpcf7 select {
    padding-right: 40px;
    background-position: right 15px center;
    width: 225%;
}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.txtfield {
    width: 225%;
}
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.txtfield1 {
    width: 105%;
}
	span.wpcf7-form-control.wpcf7-checkbox.cf7-select-multicheck {
    width: 105%;
}
	.txtfield1 {
    width: 105%;
}
	}	
	@media (min-width: 400px) and (max-width: 429px) {	
.form-section {
    padding-left:15px;
}
	}	

	/* ====== CF7 Validation Error Styles ====== */

/* Highlight invalid (empty or failed validation) fields */
.wpcf7-not-valid,
.wpcf7-form-control.wpcf7-not-valid {
  border: 2px solid #ff4d4d !important;
  background-color: #fff5f5;
}

/* Hide the default CF7 tooltip error below fields (optional) */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* Optionally add red border to Select2 multi-select as well */
.select2-container--default .select2-selection--multiple.wpcf7-not-valid {
  border-color: #ff4d4d !important;
  background-color: #fff5f5;
}

/* Optional: Add transition for smoother red border effect */
.txtfield,
.select2-container--default .select2-selection--multiple {
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.wpcf7 select {
    padding-right: 40px;              /* space before arrow */
    background-position: right 15px center;
}
/* Contact Section1 Ends */

<style>
.contact-section{
	width:1140px;
	margin:auto;
}
.map-card{
	border-radius: 12px;
	background: #fff;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
	padding:22px;
	margin-top:20px;
}

img.client-icon-img {
    width: 30px;
}

span.client-icon {
    display: flex;
    align-items: center; /* vertical center */
    gap: 8px; /* space between items */
}

img.client-icon-img {
    width: 30px;
    height: auto;
    display: block;
}

.client-count {
    margin-left: 6px;
}

.client-title {
    font-size: 30px;
    font-weight: 700;
}
.contact-section1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 20px margin between cards */
	width:1140px;
	margin:auto;
}
.map-card1 {
    margin: 10px; /* total 20px gap (10px left + 10px right) */
    flex: 1 1 calc(33.333% - 20px); /* keep 3 cards per row */
	border-radius: 12px;
	background: #fff;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
	padding:22px;
	padding-right:50px;
	margin-top:20px;
}
.client-count{
	  font-size: 30px;
    font-weight: 700;
}
.client-count1{
	  font-size: 17px;
    font-weight: 700;
	margin:5px;
}
.client-title1{
	font-size: 15px;
    font-weight: 700;
	color:#000;
	margin:5px;
}
.map-card-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.map-card {
  margin: 15px;
  background: #fff;
}

.client-icon-wrapper {
  display: flex;
  align-items: center; /* vertically align logo + text */
  gap: 10px; /* spacing between icon and text */
  width: 120px;
}

.client-icon-img {
  width: 60px;   /* adjust size */
  height: 60px;  /* makes it equal */
  object-fit: contain;
}

.client-text {
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers text next to icon */
}

.client-count {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.client-title {
  font-size: 15px;
  padding: 0px 6px;
  line-height: 1.2;
}	
.img-ctm {
    border-radius: 20px !important;
    padding: 5px;
}

	@media (max-width: 767px) {
	.mobile-contact-section{
		display:block;
	}
	}
@media (min-width: 768px) {
					
					.d-md-none{
						display:none;
					}
	
	}				
@media (max-width: 768px) {
	.img-ctm img {
  width: 350px;
	}
	.d-none{
		display:none;
	}
}
@media (min-width: 1024px) and (max-width: 1240px) {
	.row.align-items-end.contact-section1111 {
     margin: unset !important;
	}
	.client-icon-wrapper {
    gap: 7px;
	}
}

.country-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.map-card {
   padding: 15px;
}
	.contact-section1111 {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin: auto;
    flex-wrap: nowrap;
    justify-content: center;
}
	

/* Bottom Section */
	.contact-region-section {
	padding-bottom:15px;
}

.region-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Card */
.region-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  width: 250px;
  max-width: 100%;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: 0.3s ease;
}

.region-card:hover {
  transform: translateY(-5px);
}

/* Header */
.region-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.region-header img {
  width: 28px;
}

.region-header h4 {
  margin: 0;
  font-size: 20px;
  color: #0f4c5c;
  font-weight: 600;
}

/* Button */
.email-btn {
  display: inline-block;
  color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  word-break: break-word;
}

.email-btn:hover {
  background: #0c3b47;
}

/*  Responsive */
@media (max-width: 768px) {
  .region-card {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .region-header h4 {
    font-size: 20px;
  }

  .email-btn {
    font-size: 14px;
    padding: 10px;
  }
}
.features-container .column {
  border-right: 1px solid #000; /* default fallback for 2 columns */
  position: relative;
}

.features-container .column:last-child {
  border-right: none; /* remove on last */
}

/* applied only when script detects 3 cols */
.column.has-divider {
  border-right: unset !important; /* remove default border */
}

.column.has-divider::after {
  content: "";
  position: absolute;
  top: 15%;      /* start 15% down */
  height: 70%;   /* only 70% height */
  right: 0;
  width: 1px;
  background: #000;
}

/* Bot honeypot — hidden from humans, visible to bots */
.bot-honeypot-wrap {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  tab-index: -1 !important;
}