/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2026 | 06:24:22 */
#uc_post_slider_elementor_0d33ce4 .uc_fbps_slide {
  background-repeat: no-repeat;
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background-blend-mode: normal;
  overflow: hidden;
}

#uc_background_slider_bg_addon11085 .owl-carousel .ue-item {
  background-image: url('your-image.jpg');
  background-position: top center !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.imgborder {
  position: relative !important;
  display: inline-block !important;
  border-radius: 50% !important; /* Make the image circular */
}

.imgborder img {
  display: block !important;
  border-radius: 50% !important; /* Ensure the image is circular */
}

.imgborder::before {
  content: '' !important;
  position: absolute !important;
  top: -5px !important; /* Adjust for the first border width */
  left: -5px !important;
  width: calc(100% + 10px) !important; /* Account for the first border width */
  height: calc(100% + 10px) !important;
  border-radius: 50% !important;
  background: conic-gradient(from 225deg, #3A8738 0deg 135deg, transparent 135deg 100%) !important; /* Green border from 225° to 360° */
  z-index: -1 !important;
}

.imgborder::after {
  content: '' !important;
  position: absolute !important;
  top: -10px !important; /* Adjust for the second border width */
  left: -10px !important;
  width: calc(100% + 20px) !important; /* Account for the second border width */
  height: calc(100% + 20px) !important;
  border-radius: 50% !important;
  background: conic-gradient(from 240deg, #EF862B 0deg 90deg, transparent 90deg 100%) !important; /* Orange border from 240° to 30° */
  z-index: -2 !important;
}


blockquote {
  font-size: 21px;
  margin: 30px auto;
  font-style: italic;
  color: #094567;
  padding: 3em 30px 1.2em 30px; /* Space for quote mark at top */
  line-height: 1.4;
  position: relative;
  background: #F0F5F6;
  border-radius: 30px 0 30px 0; /* top-left & top-right rounded */
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none; /* Adjust if any border remains */
}

blockquote::before {
  font-family: Arial;
  content: "\201C"; /* Left double quote */
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 1;
}

blockquote::after {
  content: '';
}

blockquote span {
  display: block;
  color: #094567;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

