/*
Theme Name: FHF CAPITAL PLC
Author: Bornly Chesda
Author URI: 
Version: 1.0
*/
html {
    margin-top: 0px !important;
}
html, body {
    background-color: #ffffff;
    overscroll-behavior: none; /* stops bounce */
    font-family: 'Inter', 'Battambang', sans-serif;
}
p{
	line-height: 30px;
}
.p{
	font-size: 18px;
	line-height: 30px !important;
}
.container-md{
    max-width: 768px;
}
.container-lg{
    max-width: 1024px
}
.container-xl{
    max-width: 1200px;
}
.container-2xl{
    max-width: 1536px;
}
swiper-container::part(pagination) {
    bottom: 24px;
}
swiper-container::part(bullet-active) {
    background: #FFFFFF;
    height: 12px;
    width: 32px;
    border-radius: 12px;
}
swiper-container::part(bullet) {
    background: #FFFFFF;
    height: 12px;
    width: 12px;
}
swiper-container::part(button-next) {
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    background: rgb(58 58 99 / 0.12);
    border-radius: 100%;
    padding: 16px;
    backdrop-filter: blur(8px);
}
swiper-container::part(button-prev) {
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    background: rgb(58 58 99 / 0.12);
    border-radius: 100%;
    padding: 16px;
    backdrop-filter: blur(8px);
}
.nav-active a, a.nav-active span, a.nav-active svg{
    color: #ce882e;
}
.border-bottom-primary{
    border-bottom: 1px solid #19335d;
}
.horizontal-line{
    position: relative;
    padding-left: 10px;
}
.horizontal-line::before{
    content: '';
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ce882e;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 20px 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.pagination a:hover {
    background-color: #ce882e;
    color: #fff;
}

.pagination .current {
    background-color: #ce882e;
    color: #fff;
    font-weight: bold;
}

.revert-default-style *:not(ul):not(img):not(table){
	all: revert !important;
	line-height: 30px !important;
	font-size: 18px;
}

.revert-default-style p:empty {
/* 	margin: 0;
	padding: 0; */
}

.revert-default-style ul {
	margin: 0;
	list-style: unset !important;
	padding-left: 20px !important;
}

.revert-default-style table tr td{
	border-top: 2px solid #9198a2 !important;
    padding: 10px 0 !important;
}
.revert-default-style table {
	margin: 32px 0px !important;
}
.revert-default-style .wp-block-table {
	margin-left: 0px !important;
}
.revert-default-style table tr:last-child td {
	border-bottom: 2px solid #9198a2 !important;
}
.wp-block-table > table {
	width: 100%;
}
@media (max-width: 640px) {
  /* Styles for small screens */
  swiper-container::part(button-next) {
		width: 24px;
		height: 24px;
		padding: 8px;
	  backdrop-filter: blur(4px);
	}
	swiper-container::part(button-prev) {
		width: 24px;
		height: 24px;
		padding: 8px;
		backdrop-filter: blur(4px);
	}
}