/*!
 * Profession Search — Bibahabd hubohu clone for Marriage Solution BD
 * Layout inspired by https://www.bibahabd.com/profession-search
 */
:root {
    --ps-green: #93b219;
    --ps-green-soft: #edf3c7;
    --ps-green-border: #d4dd9d;
    --ps-green-bread: #d9e783;
    --ps-text: #656565;
    --ps-black: #000;
    --ps-font: "Poppins", "Segoe UI", Tahoma, Arial, sans-serif;
}

body.ps-page {
    margin: 0;
    font-family: var(--ps-font);
    font-size: 15px;
    font-weight: 500;
    color: var(--ps-text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--ps-green);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--ps-green);
    text-decoration: none;
}

.list-inline > li {
    display: inline-block;
}

/* Pre-header */
.pre-header {
    color: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    line-height: 1.2;
    font-family: var(--ps-font);
    font-weight: 600;
    background: var(--ps-green);
    font-size: 14px;
}

.pre-header a {
    color: #fff;
}

.pre-header a:hover {
    color: #080808 !important;
}

.pre-header li {
    padding-left: 11px;
    padding-right: 15px;
    border-right: solid 1px #d8d8d8;
}

.pre-header li:last-child {
    border: none;
}

.pre-header .fas,
.pre-header .far {
    margin-right: 4px;
}

.additional-shop-info li:first-child {
    padding-left: 0;
}

.additional-nav li:last-child {
    padding-right: 0;
}

.login-in-header {
    margin: 0;
}

/* Header */
.header {
    box-shadow: 0 1px 3px #ddd;
    background: #fff;
    margin-bottom: 23px;
    z-index: 999;
    position: relative;
    padding: 8px 0 4px;
}

.header .container.site-logo-container {
    position: relative;
}

.site-logo {
    float: left;
    margin-right: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.site-logo img {
    height: 58px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.header .mobi-toggler {
    display: none;
    float: right;
    margin: 12px 0 0;
    padding: 8px 12px;
    background-color: var(--ps-green);
    border: 1px solid var(--ps-green);
    color: #fff;
    border-radius: 2px;
}

.header .mobi-toggler:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    color: #333;
}

.header-navigation {
    float: right;
    margin-top: 18px;
}

.header-navigation ul.main_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation > ul > li {
    float: left;
    position: relative;
}

.header-navigation > ul > li > a {
    display: block;
    padding: 8px 12px;
    font-size: 15px;
    font-family: var(--ps-font);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--ps-text);
}

.header-navigation > ul > li > a > i {
    margin-right: 4px;
    color: var(--ps-green);
}

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li.open > a {
    color: #000;
}

.header-navigation ul > li.active > a > i,
.header-navigation ul > li > a:hover > i {
    color: #000 !important;
}

.header-navigation .dropdown-menu {
    border-radius: 0;
    border-top: 2px solid var(--ps-green);
    min-width: 260px;
    max-height: 70vh;
    overflow-y: auto;
    padding: 0;
    margin-top: 0;
}

.header-navigation .dropdown-menu > li > a {
    padding: 10px 14px;
    color: var(--ps-text);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
}

.header-navigation .dropdown-menu > li > a:hover {
    background: #f7f7f7;
    color: var(--ps-green);
}

.header-navigation .dropdown-menu > li > a i {
    width: 18px;
    margin-right: 6px;
    color: var(--ps-green);
}

/* Page title + breadcrumb */
.ps-main {
    padding-bottom: 40px;
}

.single-page-box h1.page-title {
    font-size: 32px;
    line-height: 1.25;
    font-family: var(--ps-font);
    font-weight: 800;
    color: #222;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}

.single-page-box .common-bredcumb .breadcrumb {
    background-color: var(--ps-green-soft);
    border: 1px solid var(--ps-green-bread);
    font-family: var(--ps-font);
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 0;
}

.single-page-box .common-bredcumb .breadcrumb > li {
    display: inline-block;
}

.single-page-box .common-bredcumb .breadcrumb > li + li:before {
    content: "»";
    color: var(--ps-text);
    padding: 0 8px;
    font-weight: bold;
}

.single-page-box .common-bredcumb .breadcrumb > li a {
    font-weight: bold;
    color: var(--ps-green);
}

/* Search layout */
.bg-frontend-search {
    clear: both;
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box {
    background: var(--ps-green-soft);
    border: 1px solid var(--ps-green-border);
    padding: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box.is-active {
    box-shadow: inset 3px 0 0 var(--ps-green);
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box .icon-box {
    height: 43px;
    width: 40px;
    margin: 9px auto;
    padding-top: 5px;
    text-align: center;
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box .icon-box i {
    font-size: 28px;
    color: var(--ps-green);
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box .details {
    overflow: hidden;
    padding-left: 8px;
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box .details h5 {
    color: #000 !important;
    font-weight: bold;
    font-size: 20px;
    font-family: var(--ps-font);
    margin: 0 0 3px;
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box .details p {
    color: #000 !important;
    font-size: 15px;
    font-family: var(--ps-font);
    line-height: 20px;
    margin: 0;
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box a {
    text-decoration: none;
    color: #000;
    display: block;
    overflow: hidden;
}

.bg-frontend-search .search-frontend-sidebar .single-sidebar-menu-box a:hover .details h5 {
    color: var(--ps-green) !important;
}

.bg-frontend-search .main-form-seach .single-box {
    margin-bottom: 15px;
    background: var(--ps-green-soft);
    border: 1px solid var(--ps-green-border);
    padding: 15px;
    position: relative;
}

.bg-frontend-search .main-form-seach .single-box label {
    font-family: var(--ps-font);
    font-size: 20px;
    color: #000;
    font-weight: bolder;
}

.bg-frontend-search .main-form-seach .single-box select.form-control {
    font-family: var(--ps-font);
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border-radius: 0;
    height: 38px;
    box-shadow: none;
}

.anl-shape {
    display: none;
}

.bg-frontend-search .main-form-seach .single-box.search-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bg-frontend-search .main-form-seach .single-box.search-result ul a {
    color: inherit;
    text-decoration: none;
}

.bg-frontend-search .main-form-seach .single-box.search-result ul li {
    font-family: var(--ps-font);
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: bolder;
    list-style: none;
    padding: 4px 8px 4px 0;
}

.bg-frontend-search .main-form-seach .single-box.search-result ul li:hover {
    color: var(--ps-green);
    cursor: pointer;
}

.bg-frontend-search .main-form-seach .single-box.search-result ul li i {
    font-size: 18px;
    color: var(--ps-green);
    margin-right: 6px;
}

.bg-frontend-search .main-form-seach .single-box.search-result ul li span {
    font-weight: bold;
}

button.btn.btn-primary.search-result-quarry,
.btn.btn-primary.search-result-quarry {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: var(--ps-green) !important;
    border: 1px solid var(--ps-green);
    margin: 10px 0;
    font-family: var(--ps-font);
    border-radius: 0;
    padding: 10px 22px;
}

button.btn.btn-primary.search-result-quarry:hover,
.btn.btn-primary.search-result-quarry:hover {
    background: #fff !important;
    color: var(--ps-text);
    border: 1px solid var(--ps-text);
}

button.btn.btn-primary.search-result-quarry:hover i {
    color: var(--ps-text);
}

button.btn.btn-primary.search-result-quarry i {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
}

/* Footer */
.footer {
    background: #000;
    color: #ccc;
    padding: 28px 0;
    margin-top: 20px;
}

.footer .copyright {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.footer-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-style-right a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ps-green);
    color: #fff;
    margin-left: 6px;
}

.footer-style-right a:hover {
    background: #fff;
    color: var(--ps-green);
}

.clearfix:after,
.header .container:after,
.bg-frontend-search:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive */
@media (max-width: 991px) {
    .pre-header .col-md-6 {
        width: 50%;
        float: left;
    }

    .header .mobi-toggler {
        display: block !important;
    }

    .header .header-navigation {
        float: none !important;
        display: none;
        clear: both;
        background: #f9f9f9;
        padding: 0 12px;
        margin: 12px 0 8px;
        font-size: 16px;
    }

    .header .header-navigation.is-open {
        display: block;
    }

    .header .header-navigation li {
        float: none;
        padding: 0;
        clear: both;
    }

    .header .header-navigation li > a {
        border-bottom: 1px solid #efefef !important;
        padding: 8px 10px 9px;
        color: #666 !important;
    }

    .header .header-navigation .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        display: none;
    }

    .header .header-navigation .dropdown.open .dropdown-menu {
        display: block;
    }

    .site-logo img {
        height: 48px;
    }

    .custom-padding-left,
    .left-padding-15px {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .additional-shop-info {
        display: none;
    }

    .pre-header .col-md-6 {
        width: 100%;
        float: none;
    }

    .site-logo {
        margin-right: 0;
    }

    .site-logo img {
        width: 150px;
        height: auto;
    }

    .single-page-box h1.page-title {
        font-size: 26px;
    }

    .bg-frontend-search .main-form-seach .single-box.search-result ul li {
        font-size: 17px;
    }

    .footer-style {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* ===== Contact Us (Bibahabd-style) ===== */
.bbd-contact__intro {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    color: #333;
}

.bbd-contact__form-box {
    background: var(--ps-green-soft);
    border: 1px solid var(--ps-green-border);
    padding: 20px;
    margin-bottom: 24px;
}

.bbd-contact__form-box .control-label {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.bbd-contact__form-box .control-label span {
    color: #c00;
}

.bbd-contact__form-box .form-control {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    min-height: 42px;
    font-family: var(--ps-font);
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.bbd-contact__form-box textarea.form-control {
    min-height: 140px;
}

.bbd-contact__hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.bbd-contact__related {
    background: #fff;
    border: 1px solid var(--ps-green-border);
    padding: 16px 20px;
    margin-bottom: 30px;
}

.bbd-contact__related h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.bbd-contact__related ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bbd-contact__related li {
    border-bottom: 1px solid #e8eec4;
    padding: 8px 0;
}

.bbd-contact__related li:last-child {
    border-bottom: none;
}

.bbd-contact__related a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.bbd-contact__related a:hover {
    color: var(--ps-green);
}

.bbd-contact__support {
    background: var(--ps-green-soft);
    border: 1px solid var(--ps-green-border);
    padding: 20px;
    margin-bottom: 18px;
}

.bbd-contact__support h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.bbd-contact__support h3 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: var(--ps-green);
    letter-spacing: 0.04em;
}

.bbd-contact__address {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
}

.bbd-contact__meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bbd-contact__meta li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}

.bbd-contact__meta a {
    color: #000;
    font-weight: 700;
}

.bbd-contact__meta a:hover {
    color: var(--ps-green);
}

.bbd-contact__map {
    border: 1px solid var(--ps-green-border);
    overflow: hidden;
    margin-bottom: 24px;
    background: #fff;
}

.bbd-contact__map iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
}

.bbd-contact__branches {
    margin-top: 20px;
    margin-bottom: 40px;
    clear: both;
}

.bbd-contact__branches-intro {
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
}

.bbd-contact__branch-card {
    background: var(--ps-green-soft);
    border: 1px solid var(--ps-green-border);
    padding: 18px;
    margin-bottom: 18px;
    min-height: 180px;
    transition: transform 0.2s ease;
}

.bbd-contact__branch-card:hover {
    transform: translateY(-3px);
}

.bbd-contact__branch-card h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.bbd-contact__branch-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 10px;
}

.bbd-contact__branch-phone a {
    color: var(--ps-green);
    font-weight: 700;
}

.bbd-contact__branch-map {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.bbd-contact__branch-map:hover {
    color: var(--ps-green);
}

/* ===== CMS inner pages (Bibahabd about-us style) ===== */
.bbd-cms__lead {
    font-size: 17px;
    color: #555;
    margin: 0 0 18px;
    line-height: 1.6;
}

.bbd-cms__content {
    background: var(--ps-green-soft);
    border: 1px solid var(--ps-green-border);
    padding: 22px 24px;
    margin-bottom: 30px;
}

.bbd-cms__content--bare {
    background: transparent;
    border: none;
    padding: 0;
}

.bbd-cms__prose,
.bbd-cms__prose .bbd-about {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    font-family: var(--ps-font);
    font-weight: 500;
}

.bbd-cms__prose h3,
.bbd-about h3 {
    margin: 22px 0 12px;
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.bbd-cms__prose h3:first-child,
.bbd-about h3:first-child {
    margin-top: 0;
}

.bbd-cms__prose p,
.bbd-about p {
    margin: 0 0 14px;
}

.bbd-cms__prose strong,
.bbd-about strong {
    font-weight: 700;
}

.bbd-about__eyebrow {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--ps-green-border);
    padding: 6px 12px;
    font-weight: 700;
    color: var(--ps-green);
    margin-bottom: 14px;
}

.bbd-cms__prose blockquote,
.bbd-about blockquote {
    margin: 18px 0;
    padding: 14px 18px;
    border-left: 4px solid var(--ps-green);
    background: #fff;
    font-style: italic;
    color: #333;
}

.bbd-about__list,
.bbd-about__glance,
.bbd-cms__prose ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.bbd-about__list li,
.bbd-about__glance li,
.bbd-cms__prose li {
    margin-bottom: 10px;
}

.bbd-cms__prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    background: #fff;
}

.bbd-cms__prose table th,
.bbd-cms__prose table td {
    border: 1px solid var(--ps-green-border);
    padding: 8px 10px;
    text-align: left;
}

.bbd-cms__sidebar,
.bbd-cms__support {
    background: var(--ps-green-soft);
    border: 1px solid var(--ps-green-border);
    padding: 18px 20px;
    margin-bottom: 18px;
}

.bbd-cms__sidebar h3,
.bbd-cms__support h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.bbd-cms__sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bbd-cms__sidebar li {
    border-bottom: 1px solid #e8eec4;
    padding: 8px 0;
}

.bbd-cms__sidebar li:last-child {
    border-bottom: none;
}

.bbd-cms__sidebar a,
.bbd-cms__support a {
    color: #000;
    font-weight: 700;
}

.bbd-cms__sidebar a:hover,
.bbd-cms__support a:hover {
    color: var(--ps-green);
}

.bbd-cms__support p {
    margin: 0 0 10px;
    color: #333;
}

/* Membership packages on BBD chrome — larger readable type */
.bbd-cms .hn3-packages__intro { font-size: 1.3rem; }
.bbd-cms .hn3-package__name { font-size: 2rem; }
.bbd-cms .hn3-package__price { font-size: 1.15rem; }
.bbd-cms .hn3-package__desc { font-size: 1.15rem; }
.bbd-cms .hn3-package__features li { font-size: 1.1rem; }
.bbd-cms .hn3-package__cta { font-size: 1.05rem; }
.bbd-cms .hn3-packages__note { font-size: 1.15rem; }
