       /* ===============================
   Layout
================================ */
        .row {
            display: flex;
            flex-wrap: wrap;
        }

        .content-section .item {
            border: 1px solid #cecece;
            margin-bottom: 15px;
        }

        /* ===============================
   Listing Image
================================ */
        .content-section .listing {
            flex: 0 0 160px;
            width: 160px;
            min-width: 160px;
            max-height: 155px;
            display: flex;
            align-items: center;
            overflow: hidden;
            cursor: pointer;
        }

        .content-section .listing img,
        .content-section .listing .card-img-top {
            width: 100%;
            height: auto;
            display: block;
        }

        /* ===============================
   Listing Description
================================ */
        .content-section .listing-desc {
            flex: 1;
            display: flex;
            flex-direction: column;
            max-width: 100%;
        }

        .listing-desc .card-body {
            flex: 1 1 auto;
            padding: 0.44rem;
            padding-top: 0;
        }

        /* Text Clamp */
        .listing-desc .listing-title,
        .listing-desc .listing-text {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

        .listing-desc .listing-title {
            font-size: 22px;
            margin-bottom: 10px;
            -webkit-line-clamp: 2;
        }

        .listing-desc .listing-text {
            font-size: 16px;
            margin-bottom: 10px;
            -webkit-line-clamp: 4;
        }

        /* Action Link */
        .listing-desc .card-body>a {
            float: right;
            margin-right: 8px;
        }

        /* ===============================
   Buttons (WhatsApp / Phone)
================================ */
        .whatsapp,
        .phone {
            width: 45px;
            height: 45px;
            border-radius: 3px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #25D366;
            font-size: 24px;
            color: #fff;
            margin-bottom: 10px;
            text-decoration: none;
        }

        /* ===============================
   Fixed Icon Bar
================================ */
        .icon-bar {
            position: fixed;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            z-index: 99999;
        }

        .icon-bar a {
            display: block;
            padding: 16px;
            text-align: center;
            color: #fff;
            font-size: 20px;
            transition: background 0.3s ease;
        }

        .icon-bar a:hover {
            background-color: #000;
        }

        .facebook {
            background: #3B5998;
        }

        .whatsapp1 {
            background: #25D366;
            margin-top: 10px;
            border-radius: 10px;
        }

        /* ===============================
   Floating Call / WhatsApp Box
================================ */
        .call-wa-box {
            position: fixed;
            right: 15px;
            bottom: 15px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .call-wa-box a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #fff;
            text-decoration: none;
        }

        .call-btn {
            background: #12c002;
            width: 20px;
        }

        .wa-btn {
            background: #04cf1f;
            width: 20px;
        }

        /* WhatsApp icon image */
        .whl.whatsapp img {
            width: 20px;
        }

        /* ===============================
   Logos
================================ */
        .logo-img2 {
            display: none;
        }

        /* ===============================
   Responsive
================================ */
        @media (max-width: 767px) {
            .listing-desc .listing-title {
                font-size: 20px;
            }

            .listing-title {
                font-size: 18px;
                line-height: 26px;
                margin: 0 5px 0 10px;
            }

            .listing-title a {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .content-section .listing {
                max-height: 165px;
            }

            .recent-blog ul li {
                width: 49%;
                float: left;
            }
        }

        @media (max-width: 576px) {
            .logo-img1 {
                display: none;
            }

            .logo-img2 {
                display: block;
            }
        }


        .recent-blog ul li {
            display: list-item;
            border: 0px;
            padding: 0;
            width: 20%;
            float: left;
        }

        .recent-blog ul li::marker {
            content: "✔";
            color: #e82279;
        }

        table {
            width: 100%;
            border: 1px solid #fff;
        }

        table td {
            border: 1px solid #fff;
            padding: 10px;
        }

        .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .content-section .item {
            border: 1px solid #cecece;
            margin-bottom: 15px;
        }

        .content-section .listing {
            flex: 0 0 auto;
            max-width: initial;
            width: 160px;
            min-width: 160px;
            max-height: 155px;
            display: flex;
            align-items: center;
            overflow: hidden;
            cursor: pointer;
        }

        .content-section .listing-desc {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: inherit;
            max-width: inheri;
        }

        .listing-desc .card-body {
            padding: 0.44rem;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            min-height: 1px;
        }

        .listing-desc .listing-title,
        .listing-desc .listing-text {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 2;
        }

        .listing-desc .listing-title {
            font-size: 22px;
            margin-bottom: 10px;
        }

        .listing-desc .listing-text {
            -webkit-line-clamp: 4;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .listing-desc .card-body>a {
            float: left;
            margin-right: 8px;
        }

        .whatsapp,
        .phone {
            display: inline-block;
            height: 45px;
            width: 45px;
            border-radius: 3px;
            position: relative;
            background: #25D366 !important;
            font-size: 24px;
            padding: 10px 13px;
            color: #fff;
            margin-bottom: 10px;
        }

        .content-section .listing .card-img-top {
            max-width: 100%;
            display: block;
            height: auto;
        }

        .content-section h1 {
            font-size: 20px;
        }

        .col.md8.md-pr2.mb2 {
            flex: 0 0 auto;
            width: 66.666666%;
        }

        .col.md6.md-pr1.immg {
            flex: 0 0 auto;
            width: 50%;
        }

        .c6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .mt2 {
            margin-top: 15px;
        }

        .c6 {
            color: #fff;
            font-size: 16px;
            padding: 5px 0px;
        }

        .immg {
            max-height: 250px;
            padding: 7.5px;
            overflow: hidden;
        }

        .immg span {
            overflow: hidden;
            border-radius: 30px;
            display: inline-block;
            max-height: 100%;
        }

        .md4 {
            flex: 0 0 auto !important;
            width: 33.333333% !important;
        }

        .tel {
            background: #d51568;
        }

        .wa {
            background: #d51568;
        }

        .contact>* {
            color: #fff;
            border-radius: 3px;
            font-size: 17px;
            -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
            -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
            box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
            text-align: center;
            margin-bottom: 20px;
            transition: .5s;
            padding: 13px 12px;
            display: block;
            color: #fff;
            text-decoration: none;
        }

        span {
            color: #fff !important;
        }

        @media screen and (max-width: 767px) {
            .col.md6.md-pr1.immg {
                flex: 1 0 auto;
                width: 50%;
            }
        }

        /* ===============================
   FIX SIDE CONTACT ICON SIZE ONLY
   (No layout change)
================================ */

        /* Keep column same – do NOT stack */
        .col.md4 {
            width: 33.333333% !important;
        }

        /* Make buttons smaller (NOT full width) */
        .contact>a {
            width: auto;
            max-width: 160px;
            /* controls width */
            padding: 6px 10px;
            /* controls height */
            font-size: 14px;
            line-height: 1.2;
            margin-left: auto;
            /* keeps them to the right */
            margin-right: auto;
        }

        /* Make icons smaller */
        .contact>a img {
            width: 16px;
            height: 16px;
            margin-right: 6px;
        }

        /* Keep buttons inline-sized */
        .contact {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Force correct colors */
        .contact .tel {
            background-color: #12c002 !important;
        }

        .contact .wa {
            background-color: #25D366 !important;
        }
        a.tel_city_mobile,
a.wa_city_whatsapp {
    display: inline-block;
    padding: 12px 16px;
    margin: 8px 0;
    font-size: 16px;
}
@media (max-width: 768px) {
    .call-whatsapp {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    table th,
    table td {
        font-size: 14px;
        padding: 8px;
    }
}
h1, h2, h3, p, ul {
    margin-left: 30px;
    padding-left: 0;
}
/* Section spacing */
section {
    margin: 30px auto;
    padding: 0 30px;   /* LEFT–RIGHT GAP FIX */
}

/* Heading color & spacing */
section h2 {
    color: #ffffff;   /* heading white */
    margin-bottom: 15px;
    padding-left: 6px;
}

/* Table full width */
section table {
    width: 100%;
    border-collapse: collapse;
}

/* Table header */
section th {
    color: #00ffcc;        /* header text color */
    padding: 12px 10px;
    text-align: left;
}

/* Table body text */
section td {
    color: #dddddd;        /* body text color */
    padding: 12px 10px;
}

/* Mobile extra safety */
@media (max-width: 768px) {
    section {
        padding-left: 16px;
        padding-right: 16px;
    }

    section th,
    section td {
        font-size: 14px;
    }
}
.tel_city_mobile {
    background-color: #00c853; /* brighter green */
    color: #ffffff;
    font-weight: 600;
}
.wa_city_whatsapp {
    background-color: #25d366; /* official WhatsApp green */
    color: #ffffff;
    font-weight: 600;
}
footer,
.footer {
    background-color: #000000;
}

footer a,
.footer a {
    color: #e0e0e0;
}

footer a:hover {
    color: #00ffcc;
}
p, li, td {
    color: #dddddd;
}
/* CALL button */
a.tel_city_mobile {
    background-color: #0a7d00 !important; /* dark green */
    color: #ffffff !important;            /* pure white */
    font-weight: 700;
    border: none;
}

/* WhatsApp button */
a.wa_city_whatsapp {
    background-color: #075e54 !important; /* WhatsApp dark green */
    color: #ffffff !important;
    font-weight: 700;
    border: none;
}

/* Footer links */
footer a,
.footer a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
}

/* Hover / focus */
footer a:hover,
footer a:focus {
    color: #00ffcc;
    text-decoration: underline;
}
