.img {
    width: 80%;
}

.error {
    color: red;
}
.kt-post-loop_98af77-96 .kt-feat-image-align-left {
    grid-template-columns: 100% 100% !important;
    font-family: system-ui !important;
}
.center {
    text-align: center !important;
    width: 100%;
}
.margin-bottom-15{
	margin-bottom: 15px;
}

h1 {
    font-size: 32px !important;
}
h2 {
    font-size: 26px !important;
	text-align: center;
}
h3 {
    font-size: 22px !important;
}
h4 {
    font-size: 20px !important;
}
.footer-html-inner p {
    text-align: center !important;
}
.content-area {
    margin-top: 2rem;
    padding: 0px;
}
.entry {
	margin: 0px 40px;
    border-radius: .5rem;
    padding: 20px;
    box-shadow: 0px 0px 15px -10px rgb(0 0 0) !important;
}

.comments-area {
    margin-top: var(--global-xl-spacing);
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding: 40px 40px 15px 40px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.19);
}

.entry-title {
    word-wrap: break-word;
    border: 0px solid #014797 !important;
    padding: 0.5em 0em !important;
}

.entry-content-wrap {
    padding: 2rem 0.5em !important;
}

@media screen and (max-width: 1270px) {
    .main-navigation .primary-menu-container > ul li.menu-item > a {
        font-size: 14px;
    }
}
.wp-block-page-list {
    list-style: none;
}
.wp-block-page-list a {
    color: blue;
}
@media (max-width: 768px) {
  .button {
    width: 40%;
  }
    .ref-col {
        margin-top: 0px !important;
    }
    .wrapper-dropdown-4,
    .wrapper-dropdown-4 label,
    table,
    tr,
    td,
    .card-body,
    .info-msg,
    .input-field::placeholder,
    .close-btn {
        margin-left: 0px !important;
        font-size: 13px !important;
    }
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 22px !important;
		text-align: center;
    }
	h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 18px !important;
}
    .entry-content-wrap {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.main-navigation .primary-menu-container > ul li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.widget_nav_menu a:hover,
.mobile-navigation ul li.current-menu-item > a,
.close-btn:hover,
.success-btn:hover {
    font-weight: bold !important;
    color: white;
}
body {
    font-family: Helvetica;
}
p,
li {
    text-align: justify !important;
}
p,
li,
td {
    font-size: 18px;
    line-height: 2;
}
td{
	padding:0.2em !important;
}
table{
    position: relative;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

h2, h3, h4, h5, h6{
	border: 3px solid #014797 !important;
	background-color: #ffffff !important;
	padding: 0.5em !important;
    border-radius: 15px !important;
}

@media (max-width: 768px) {
    /* For tablets and mobile devices */
    p,
    li,
    td {
        font-size: 15px;
    }
}

.custom-card {
      width: 100%;
      max-width: 900px;
      margin: 20px auto;
      padding: 15;
			border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      position: relative;
      overflow: hidden;
}

.card-header {
    font-size: 20px;
    font-weight: bold;
    color: #014797 !important;
    margin-top: 50px;
    text-align: center;
	padding: 10px;
}
.card-body {
    padding: 1rem 1rem;
	font-style: normal;
    font-weight: 400;
    font-size: 13px
}
.input-field {
    width: 100% !important;
    height: 20px !important;
	font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding: 1.2rem 1rem !important;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px !important;
}
.sidebar_div {
    line-height: 2 !important;
}
.margin-left {
    margin-left: 10px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-top-30 {
    margin-top: 10px;
}
.close-btn {
    background: none !important;
    color: black !important;
    padding: 0px !important;
    margin-left: 10px !important;
}
.widget-title {
    font-size: 18px !important;
	color: #014797 !important;
}
.button {
      width: 15%;
      padding: 7px !important;
      font-size: 13px !important;
      color: #fff !important;
      background-color: #014797 !important;
      border: none !important;
      border-radius: 4px !important;
      cursor: pointer !important;
      transition: 0.3s !important;
      display: block !important;
      margin: 20px auto 0px; /* Reduced bottom margin to decrease space between button and input */
    }

.blue-btn {
    background-color: #3498db;
    border-color: #3498db;
}
.red-btn {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.grey-btn {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.green-btn {
    background-color: #28a745;
    border-color: #28a745;
}
.dark-btn {
    background-color: #343a40;
    border-color: #343a40;
}
.button:hover {
      background-color: #fff;
      color: #014797;
      border: 1px solid #014797;
    }

@media (max-width: 768px) {
  .button {
    width: 40%;
  }
}

.info-msg {
	color: #014797;
    background-color: #edf2f7;
    border-left: 4px solid #014797;
    padding: 10px 10px;
}
.widget-area a {
    color: blue;
}
.widget-area .widget-title{
	margin-bottom: 1.2em !important;
}
.cal-table {
    border-collapse: collapse !important;
}
.cal-table td {
    text-align: left !important;
    padding-left: 10px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-left-10 {
    margin-left: 10px;
}
[type="checkbox"],
[type="radio"] {
    padding: 0px;
    margin-top: 4px;
}

    #vpb_news_scroller_wrapper {
      width: 100%;
      max-width: 900px;
      margin: 40px auto;
      border: 3px solid #014797;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      background-color: #f8f9fa;
      height: 320px;
      display: flex;
      flex-direction: column;
    }

    #fesco_heading {
      background-color: #014797;
      color: white;
      font-size: 22px;
      font-weight: bold;
      font-family: Arial, sans-serif;
      text-align: center;
      padding: 10px 0;
      border-bottom: 2px solid #ddd;
      flex-shrink: 0; /* Prevent resizing */
    }

    #vpb_news_scroller_container {
      flex-grow: 1; /* Allow the scroller to occupy remaining space */
      overflow-y: auto;
    }

    #vpb_news_scroller {
      display: flex;
      flex-direction: column;
    }

    .news_item {
      padding: 20px 15px;
      font-size: 16px;
      font-family: Arial, sans-serif;
      color: #014797;
      border-bottom: 1px solid #ddd;
      position: relative;
    }

    .news_date {
      font-size: 12px;
      font-family: Arial, sans-serif;
      color: gray;
      text-align: right;
      margin-top: 30px;
    }

    /* Optional: Styled scrollbar */
    #vpb_news_scroller_container::-webkit-scrollbar {
      width: 8px;
    }
    #vpb_news_scroller_container::-webkit-scrollbar-thumb {
      background-color: #014797;
      border-radius: 8px;
    }
    #vpb_news_scroller_container::-webkit-scrollbar-track {
      background-color: #f1f1f1;
    }












.entry-title {
    word-wrap: break-word;
    border: 0px solid #014797 !important;
    padding: 0.5em 0em !important;
}

.entry-content-wrap {
    padding: 2rem 0.5em !important;
}
.entry {
	margin: 0px 40px;
    border-radius: .5rem;
    padding: 20px;
    box-shadow: 0px 0px 15px -10px rgb(0 0 0) !important;
}

.entry.loop-entry {
    margin: 0px 5px;
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.05);
}

.latest-posts-home {
    padding: 0px;
    background: #fff;
  }
	
	    .latest-posts {
    width: 90%;
    margin: 20px auto;
    border: 3px solid #014797;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    height: 100%;
    display: flex;
    flex-direction: column;
}

  .swiper {
    height: 60%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
	
	.swiper-backface-hidden .swiper-slide {
    border: 2px solid #014797 !important;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
	
.swiper-slide {
    flex-shrink: 0;
    width: 98% !important;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
	
	.swiper-wrapper {
  display: flex;
}
	
	.swiper-wrapper a {
    transition: all 0.1s linear;
    text-decoration-line: none !important;
    text-align: justify;
}
  
  
  .lph-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
  }

  
  .lph-card {
    background: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-align: center;
  }
	

/* Optional: Style tweaks for large screens */
@media (min-width: 768px) {
  .lph-card {
    max-width: 95%;
  }
	.swiper-slide {
    flex-shrink: 0;
width: 31.96% !important;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.latest-posts-home {
    padding: 0px;
    background: #fff;
  }
	
}

@media (min-width: 1024px) {
  .lph-card {
    max-width: 90%;
  }
	.swiper-slide {
    flex-shrink: 0;
width: 31.96% !important;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.latest-posts-home {
    padding: 40px 20px;
    background: #fff;
  }
	
}

  
  .lph-thumb {
    width: 100%;
    display: block;
  }
  
.lph-post-title {
    border: 0px !important;
    background-color: #ffffff !important;
    padding: 15px !important;
    font-size: 18px !important;
    color: #333;
    text-decoration-line: none !important;
    margin: 0px !important;
}


/* Button Container (outside Swiper) */
.lph-controls {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}

/* Custom buttons */
.custom-btn {
    position: absolute !important;
    transform: translateY(450%);
background-color: #014797;
    color: #014797 !important;
    font-size: 24px;
    width: 10px !important;
    height: 40px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.3s ease;
    cursor: pointer !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Position the "previous" button to the left */
.swiper-button-prev.custom-btn {
  left: 10px;
}

/* Position the "next" button to the right */
.swiper-button-next.custom-btn {
  right: 10px;
}

/* Hover effect for better UX */
.custom-btn:hover {
  background-color: #cccccc;
}
	
.swiper-pagination {
		margin: 30px;
    position: absolute !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 10 !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #014797;
  opacity: 0.5;
  margin: 0 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #012e61;
}