/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 18:16:17 */
.filter_box_info {
  display: grid;
  grid-template-columns: repeat(3, 346px);
  gap: 20px;
  justify-content: center;
}

.filter_box_info .jet-listing-dynamic-repeater__item {
  height: 180px !important;
}

.country-support-box {
	border-top: 2px solid #fff;
  width: 100%;
  height: 206px;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.country-support-title {
  font-weight: 700;
  font-size: 20px;
  color: #39414D;
	margin-top: 0px !important;
  margin-bottom: 6px;
}


#country-filter {
      border: 2px solid #495867;
      border-radius: 0px 50px 50px 40px;
      padding: 12px 30px 12px 20px ;
      font-size: 16px;
      color: #495867;
      outline: none;
      background-color: #fff;
      appearance: none;
      background-image: url("/wp-content/uploads/2025/07/Icon-3.svg");
      background-repeat: no-repeat;
      background-position: right 11px center;
      background-size: 14px;
      width: 280px;
    }

    .country-btn {
      padding: 12px 24px;
      font-size: 16px;
      font-weight: bold;
      border: 2px solid #FF6C0C;
      background: #fff;
      color: #2B2B2B;
      border-radius: 30px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: all 0.2s ease;
      box-shadow: 0 0 10px rgba(255, 108, 12, 0.15);
    }

    .country-btn::after {
      content: "✕";
      font-size: 18px;
      color: #FF6C0C;
    }

    .country-btn:hover {
      background: #FF6C0C;
      color: #fff;
    }

    .country-btn:hover::after {
      color: #fff;
    }

.country-support-box p {
  font-size: 14px;
  color: #FF6C0C !important;
  line-height: 1.4;
	margin: 5px 0px;
}
.country-support-box .country-support-subtitle {
  font-weight: 600;
  font-size: 14px;
  color: #333 !important;
  margin-bottom: 15px !important;
	
}

.country-support-subtitle {
	margin-bottom: 15px;
	  color: #333 !important;
	font-weight: 400 !important;
}





@media (max-width: 768px) {
  #country-filter {
    width: 200px !important;
    max-width: 220px;
    font-size: 14px;
    padding: 10px 16px;
  }

  #clear-country {
    width: auto;
    font-size: 14px;
    padding: 10px 16px;
  }

  .filter_box_info {
    grid-template-columns: 1fr !important;
    justify-content: center !important;
  }

  .filter_box_info .jet-listing-dynamic-repeater__item {
    width: 200px !important;
    max-width: 100% !important;
  }
	.country-support-box  {
		    width: 326px !important;
    height: 233px !important;
	}
}



.country-support-box {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
	align-items: start !important;
}


