.elementor-146 .elementor-element.elementor-element-66a52cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-146 .elementor-element.elementor-element-56e2007{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0bb8986 *//* ===============================
   GLOBAL TEXT STYLE
================================*/
body, p, li {
    line-height: 1.25;
}

/* ===============================
   MAIN CONTAINER
================================*/
.container {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

/* ===============================
   GENERIC TITLE
================================*/
.generic-title {
    font-size: 28px;
    font-weight: 700;
    color: #006B75;
    margin-bottom: 18px;
}

/* ===============================
   BRAND BUTTON
================================*/
.brand-toggle-btn {
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    background: #0096A8;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 25px;
}

.brand-toggle-btn:hover {
    background: #007b8b;
}

/* Button divider line */
.divider {
    width: 100%;
    height: 1.5px;
    background: #c8e8ea;
    margin-bottom: 20px;
}

/* ===============================
   BRAND CARD (Compact)
================================*/
.brand-card {
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    border-left: 4px solid #0096A8;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    display: none; /* default hidden */
}

.brand-card * {
    line-height: 1.25;
}

.brand-title {
    font-size: 16px;
    font-weight: 600;
    color: #005a63;
    margin-bottom: 3px;
}

.brand-info {
    font-size: 13px;
    color: #444;
    margin: 2px 0;
}

.brand-company {
    font-size: 12px;
    color: #007788;
}

/* ===============================
   SECTION DESIGN
================================*/
.section {
    background: #ffffff;
    padding: 18px 22px;
    border-radius: 10px;
    margin-bottom: 18px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #0096A8;
}

.section h3 {
    margin: 0 0 10px;
    color: #005a63;
    font-size: 20px;
    font-weight: 600;
}

.section h4 {
    margin: 8px 0 5px;
    color: #006B75;
    font-size: 16px;
    font-weight: 600;
}

.section p,
.section li {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

/* ===============================
   LIST STYLE
================================*/
ul {
    padding-left: 18px;
    margin: 0;
}

/* ===============================
   MOBILE RESPONSIVE
================================*/
@media (max-width: 480px) {

    .generic-title {
        font-size: 24px;
    }

    .brand-toggle-btn {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 16px;
    }

    .section {
        padding: 16px 18px;
    }

    .section h3 {
        font-size: 18px;
    }
}
.divider {
    width: 100%;
    height: 2px;
    background: #c8e8ea;
    margin-top: 5px;
    margin-bottom: 35px !important; /* 🔥 স্পেস নিশ্চিত */
}
.brand-toggle-btn {
    padding: 12px 18px;
    border-radius: 8px;
    border: none;
    background: #0096A8;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;

    margin-bottom: 35px !important; /* 🔥 স্পেস জোর করে বাড়ানো */
    margin-top: 8px !important;
}/* End custom CSS */