.apg-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.apg-card {
background: #fff;
border-radius: 15px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
overflow: hidden;
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
height: 100%;
}
.apg-card:hover {
transform: translateY(-5px) scale(1.03);
}
.apg-thumb {
width: 100%;
background: #000;
}
.apg-thumb img {
width: 100%;
height: auto;
display: block;
}
.apg-info {
padding: 15px;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
} .apg-info h3 {
margin: 0 0 10px;
font-size: 18px;
color: #333;
line-height: 1.3em;
max-height: 3.9em; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
} .apg-info a {
text-decoration: none !important;
color: inherit;
display: block;
}
.apg-info a h3 {
text-decoration: none !important;
}
.apg-info a:hover h3 {
color: #7b2cbf;
}
.apg-info p {
font-size: 14px;
color: #777;
margin: 0;
}
.apg-pagination {
margin-top: 30px;
text-align: center;
} @media (max-width: 1200px) {
.apg-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.apg-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.apg-grid {
grid-template-columns: 1fr;
}
}#bsb-wrapper {
max-width: 500px;
margin: 30px auto;
display: flex;
flex-direction: column;
align-items: stretch;
position: relative;
font-family: 'Segoe UI', sans-serif;
}
#bsb-search {
padding: 12px 20px;
border: none;
border-radius: 12px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
font-size: 16px;
width: 100%;
outline: none;
}
#bsb-button {
margin-top: 10px;
padding: 12px 20px;
border: none;
border-radius: 12px;
background-color: #7b2cbf;
color: white;
font-size: 16px;
cursor: pointer;
transition: 0.3s ease;
box-shadow: 0 8px 20px rgba(123, 44, 191, 0.4);
}
#bsb-button:hover {
transform: scale(1.05);
}
#bsb-results {
list-style: none;
padding: 0;
margin-top: 10px;
background: white;
border-radius: 10px;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 999;
}
#bsb-results li {
border-bottom: 1px solid #eee;
}
#bsb-results li:last-child {
border-bottom: none;
}
#bsb-results li a {
display: block;
padding: 10px 15px;
color: #333;
text-decoration: none;
transition: background 0.2s;
}
#bsb-results li a:hover {
background-color: #f0f0f0;
}.bdir-single-card {
background: #fff;
padding: 20px;
margin: 20px auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
max-width: 1250px;
width: 100%;
} .bdir-header h1 {
font-size: 28px;
font-weight: 700;
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.verified-icon {
width: 100px;
height: 100px;
display: inline-block;
margin-left: 8px;
vertical-align: middle;
object-fit: contain;
} .bdir-rating {
color: #ffbf00;
font-size: 20px;
margin: 8px 0;
}
.bdir-address {
color: #444;
font-size: 16px;
margin-bottom: 10px;
}
.map-icon {
color: red;
font-weight: bold;
} .feature-image img {
width: 100%;
border-radius: 12px;
object-fit: cover;
}
@media (min-width: 768px) {
.feature-image img {
max-height: 400px;
}
} .contact-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin: 10px 0 20px 0;
}
.btn {
padding: 10px 20px;
font-weight: bold;
text-decoration: none;
border-radius: 30px;
color: white;
display: inline-block;
transition: 0.3s;
}
.btn.whatsapp {
background: #25D366;
}
.btn.phone {
background: #0073aa;
}
.btn.email {
background: #f39c12;
}
.btn.website {
background: #4a90e2;
color: white;
}
.btn:hover {
filter: brightness(85%);
color: white;
} .tabs {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 20px;
}
.tablink {
background: #000;
color: #fff;
padding: 10px 20px;
font-weight: bold;
border-radius: 8px;
border: none;
cursor: pointer;
}
.tablink.active {
background: #0073e6;
color: #fff;
} .tabcontent-wrapper {
width: 100%;
margin-top: 20px;
position: relative;
display: block;
}
.tabcontent {
display: none;
padding: 20px;
background: #f9f9f9;
border-radius: 8px;
animation: fadeIn 0.3s ease-in-out;
}
.tabcontent.active {
display: block;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to   { opacity: 1; transform: translateY(0); }
} @media screen and (max-width: 767px) {
.bdir-single-card {
padding: 15px;
margin-bottom: 50px; }
.tablink {
padding: 8px 12px;
font-size: 14px;
}
} .bdir-archive-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
margin: 20px 0;
}
@media screen and (min-width: 768px) {
.bdir-archive-grid {
grid-template-columns: repeat(4, 1fr);
}
}
.bdir-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
padding: 15px;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
height: 100%;
}
.bdir-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.feat-img img {
width: 100%;
height: 160px;
object-fit: cover;
border-radius: 8px;
}
.bdir-info {
padding-top: 10px;
flex-grow: 1;
}
.bdir-info h3 {
font-size: 16px;
font-weight: 600;
margin: 0;
display: flex;
align-items: center;
gap: 6px;
flex-wrap: wrap;
}
.bdir-info h3 a {
text-decoration: none;
color: #333;
}
.bdir-info h3 a:hover {
color: #0073e6;
}
.bdir-rating {
color: #ffbf00;
font-size: 14px;
margin: 4px 0;
}
.bdir-address {
font-size: 13px;
color: #666;
margin-bottom: 10px;
}
.verified-icon {
width: 18px;
height: 18px;
vertical-align: middle;
}
.bdir-search-wrapper {
max-width: 500px;
margin: 30px auto;
position: relative;
perspective: 1000px;
}
#bdir-search {
width: 100%;
padding: 15px 20px;
border-radius: 50px;
border: none;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
font-size: 16px;
outline: none;
transition: all 0.3s ease;
}
#bdir-search:focus {
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
#bdir-suggestions {
position: absolute;
top: 100%;
left: 0;
right: 0;
list-style: none;
margin: 5px 0 0;
padding: 0;
z-index: 999;
}
#bdir-suggestions li {
background: #fff;
padding: 12px 16px;
margin: 4px 0;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: 0.2s ease;
font-size: 16px;
color: #333;
}
#bdir-suggestions li:hover {
background: #0073e6;
color: #fff;
transform: scale(1.02);
}
#bdir-suggestions li {
opacity: 0;
animation: fadeIn 0.2s forwards;
}
@keyframes fadeIn {
to {
opacity: 1;
}
}
.tabcontent ul li {
background: #fff;
border-left: 4px solid #0073e6;
margin-bottom: 10px;
padding: 10px 15px;
border-radius: 6px;
box-shadow: 0 4px 8px rgba(0,0,0,0.08);
font-size: 16px;
list-style-type: none; position: relative;
transition: all 0.3s ease;
}
.tabcontent ul li:hover {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
background: #f4faff;
border-left-color: #005bb5;
}#cib-call-button {
position: fixed;
bottom: 20px;
z-index: 9999;
background-color: #28a745;
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
text-decoration: none;
transition: opacity 0.3s ease;
}
#cib-call-button.left {
left: 20px;
}
#cib-call-button.right {
right: 20px;
}
#cib-call-button:hover {
opacity: 0.9;
}