:root {
    --primary: #0d6efd;
    --primary-600: #0b5ed7;
    --primary-700: #0a58ca;
    --primary-050: #e9f2ff;
    --accent: #ff9f0a;
    --accent-600: #e08c00;
    --ink: #12213a;
    --body: #3f4b5b;
    --muted: #6b7a90;
    --line: #e6eaf0;
    --surface: #ffffff;
    --bg: #f4f7fb;
    --radius: 14px;
    --radius-sm: 10px;
    --radius-lg: 22px;
    --shadow-sm: 0 1px 2px rgba(18, 33, 58, .06), 0 1px 3px rgba(18, 33, 58, .05);
    --shadow: 0 6px 18px rgba(18, 33, 58, .08);
    --shadow-lg: 0 18px 40px rgba(18, 33, 58, .14);
    --ring: 0 0 0 .2rem rgba(13, 110, 253, .22);
    --transition: .22s cubic-bezier(.4, 0, .2, 1)
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
   font-family: 'Roboto', sans-serif;
    background-color: var(--bg);
    color: var(--body);
    font-size: 14px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ink);
    font-weight: 700;
    letter-spacing: -.01em
}
/* h1,
h2,
h3,
h4,
h5,
h6,
.section-head h1,
.section-head h2,
.panel__head,
.card-title,
.navbar .nav-link,
.btn {
    text-transform: lowercase;
} */

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter,
.section-head h1::first-letter,
.section-head h2::first-letter,
.panel__head::first-letter,
.card-title::first-letter,
.navbar .nav-link::first-letter,
.btn::first-letter {
    text-transform: uppercase;
}
.offcanvas-header {
    border-bottom: 1px solid #e9ecef;
}

.offcanvas-title {
    font-size: 1.15rem;
    font-weight: 600;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: none;
    border-radius: 10px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #343a40;
    text-decoration: none;
    transition: all .25s ease;
}

.menu-link i:first-child {
    width: 22px;
    text-align: center;
    font-size: 18px;
}

.menu-link:hover {
    background: #f5f7fb;
    color: #0d6efd;
    transform: translateX(4px);
}

.menu-business {
    background: #0d6efd;
    color: #fff !important;
    justify-content: center;
    border-radius: 10px;
    font-weight: 600;
}

.menu-business i {
    color: #fff;
}

.menu-business:hover {
    background: #0b5ed7;
    transform: none;
}
a {
    color: var(--primary);
    text-decoration: none;
    transition: color var(--transition)
}

a:hover {
    color: var(--primary-700)
}

.text-muted {
    color: var(--muted) !important
}

.section {
    padding: 4rem 0
}

.section-sm {
    padding: 1rem 0
}

.section-head {
    max-width: 640px;
    margin: 0 auto 2.5rem;
    text-align: center
}

.section-head h2 {
    font-size: clamp(1.5rem, 3.4vw, 2.1rem);
    margin-bottom: .5rem
}

.section-head p {
    color: var(--muted);
    margin: 0
}

.eyebrow {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-050);
    padding: .3rem .75rem;
    border-radius: 999px;
    margin-bottom: .85rem
}

.btn {
    font-weight: 600;
    border-radius: 999px;
    transition: all var(--transition)
}

.btn:focus-visible {
    box-shadow: var(--ring)
}

.btn-primary {
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-bg: var(--primary-700);
    --bs-btn-hover-border-color: var(--primary-700);
    --bs-btn-active-bg: var(--primary-700);
    box-shadow: 0 6px 16px #0d6efd47
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px #0d6efd57
}

.btn-accent {
    background: var(--accent);
    border-color: var(--accent);
    color: #3d2600;
    box-shadow: 0 6px 16px #ff9f0a52
}

.btn-accent:hover {
    background: var(--accent-600);
    border-color: var(--accent-600);
    color: #3d2600;
    transform: translateY(-1px)
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #063d1b
}

.btn-whatsapp:hover {
    background: #1eb457;
    border-color: #1eb457;
    color: #063d1b
}

.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-bg: var(--primary)
}

.btn-xs {
    padding: .28rem .6rem;
    font-size: .74rem
}

#site-header {
    background: #ffffffeb;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow var(--transition), background var(--transition)
}

#site-header.nav-fixed {
    box-shadow: var(--shadow)
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -.02em;
    color: var(--ink) !important
}

.navbar-brand .brand-dot {
    color: var(--primary)
}

.navbar-brand img {
    max-height: 60px;
    width: auto
}

.search-header {
    max-width: 640px;
    position: relative
}

.search-header .search-ico {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: .9rem;
    z-index: 2;
    pointer-events: none
}

.search-header .form-control {
    border-radius: 999px 0 0 999px;
    border-right: 0;
    padding-left: 2.5rem;
    height: 46px;
    border-color: #335281;
    background: #f6f8fc;
    transition: background var(--transition), border-color var(--transition)
}

.search-header .form-control:focus {
    box-shadow: none;
    border-color: var(--primary);
    background: #fff
}

.search-header .btn {
    border-radius: 0 999px 999px 0;
    padding-inline: 1.5rem;
    height: 46px
}

#suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;

    max-height: 340px;
    overflow-y: auto;

    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);

    margin-top: 0;
}

.suggestion-item {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 14px;
    cursor: pointer;

    border-bottom: 1px solid var(--line);
    transition: background 0.2s ease;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background: var(--primary-050);
}

.social-icons a {
    color: var(--muted)
}

.social-icons i {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    transition: all var(--transition)
}

.social-icons a:hover i {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary)
}

.hero {
    position: relative;
    background: radial-gradient(1200px 400px at 10% -10%, rgba(13, 110, 253, .14), transparent 60%), radial-gradient(900px 380px at 100% 0%, rgba(255, 159, 10, .12), transparent 55%), linear-gradient(180deg, #0b1b3a, #14285a);
    color: #eaf1ff;
    padding: 4.5rem 0 5.5rem;
    overflow: hidden
}

@media (max-width:991.98px){

    .navbar{
        display:flex;
        align-items:center;
        gap:8px;
        flex-wrap:nowrap;
    }

    .navbar-brand{
        flex-shrink:0;
        margin-right:0;
    }

    .navbar-brand img{
        max-height:38px;
    }

    .search-header{
        flex:1;
        max-width:none;
        margin:0 8px;
    }

    .search-header .form-control{
        
        font-size:14px;
    }

    .search-header .btn{
        width:42px;
        padding:0;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .search-header .btn i{
        margin:0;
    }
}
.hero h1 {
    color: #fff;
    font-size: clamp(1.9rem, 4.6vw, 3.1rem);
    line-height: 1.12;
    margin-bottom: 1rem
}

.hero h1 .hl {
    color: #ffd479
}

.hero p.lead {
    color: #b9c7e6;
    font-size: 1.08rem;
    max-width: 620px;
    margin-bottom: 1.75rem
}

.hero-search {
    background: #fff;
    border-radius: 999px;
    padding: .4rem .4rem .4rem 1.25rem;
    box-shadow: var(--shadow-lg);
    max-width: 640px;
    position: relative
}

.hero-search input {
    border: 0;
    outline: 0;
    flex: 1;
    font-size: 1rem;
    color: var(--ink);
    background: transparent
}

.hero-search input::placeholder {
    color: var(--muted)
}

.hero-search .btn {
    padding: .7rem 1.6rem;
    white-space: nowrap
}

.hero-suggestions {
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    z-index: 1000;
    max-height: 340px;
    overflow-y: auto;
    text-align: left;
    color: var(--body)
}

.hero-stats {
    display: flex;
    gap: 2.25rem;
    flex-wrap: wrap;
    margin-top: 2.25rem
}

.hero-stats .num {
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

.hero-stats .lbl {
    font-size: .82rem;
    color: #9fb2d8;
    letter-spacing: .04em
}

.hero-chips {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.hero-chips a {
    font-size: .82rem;
    color: #dbe6ff;
    background: #ffffff14;
    border: 1px solid rgba(255, 255, 255, .16);
    padding: .35rem .8rem;
    border-radius: 999px;
    transition: all var(--transition)
}

.hero-chips a:hover {
    background: #fff;
    color: var(--primary-700)
}

.feature-strip {
    background: #fff;
    border-bottom: 1px solid var(--line)
}

.feature-item {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: 1.25rem 0
}

.feature-item .fi-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    color: var(--primary);
    background: var(--primary-050)
}

.feature-item .fi-title {
    font-weight: 700;
    color: var(--ink);
    font-size: .95rem;
    line-height: 1.2
}

.feature-item .fi-sub {
    font-size: .8rem;
    color: var(--muted)
}

.cat-card {
    display: flex;
    align-items: stretch;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition)
}

.cat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: transparent
}

.cat-card:hover .cat-card__media img {
    transform: scale(1.06)
}

.cat-card__body {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.cat-card__head {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .75rem
}

.cat-card__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--primary-050);
    color: var(--primary);
    font-size: 1.15rem
}

.cat-card__title {
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.25
}

.cat-card__title a {
    color: var(--ink)
}

.cat-card__title a:hover {
    color: var(--primary)
}

.cat-card__count {
    font-size: .78rem;
    color: var(--muted)
}

.cat-card ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-card ul li {
    margin-bottom: .3rem
}

.cat-card ul li a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--body);
    font-size: .88rem;
 
    max-width: 100%
}

.cat-card ul li a:hover {
    color: var(--primary)
}

.cat-card__foot {
    margin-top: auto;
    padding-top: .75rem
}

.cat-card__foot a {
    font-weight: 600;
    font-size: .85rem
}

.cat-card__media {
    flex: 0 0 40%;
    max-width: 40%;
  display: flex;
        align-items: center;      /* Vertical center */
    justify-content: center; 
    overflow: hidden;
    /* background: linear-gradient(135deg, var(--primary-050), #dbe8ff); */
}

.cat-card__media img {
    width: 100%;
    object-fit: contain;   /* Show full image without cropping */
    display: block;
}

.cat-card__media--placeholder {
    display: grid;
    place-items: center;
    color: var(--primary);
    font-size: 2.4rem
}

@media (max-width: 575.98px) {
    .cat-card__media {
        flex-basis: 108px;
        width: 108px
    }
}

.cat-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: .75rem
}

.cat-tile {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .8rem .9rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    color: var(--ink);
    font-weight: 600;
    font-size: .9rem;
    transition: all var(--transition)
}

.cat-tile:hover {
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px)
}

.cat-tile i {
    color: var(--primary)
}

.biz-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.15rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition)
}

.biz-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: transparent
}

.biz-card__top {
    display: flex;
    gap: .85rem;
    align-items: flex-start
}

.biz-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), #4f8bff)
}

.biz-card__name {
    font-size: 1.02rem;
    margin: 0 0 .15rem;
    line-height: 1.25
}

.biz-card__name a {
    color: var(--ink)
}

.biz-card__name a:hover {
    color: var(--primary)
}

.biz-meta {
    font-size: .82rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: .35rem
}

.biz-card__actions {
    margin-top: 1rem;
    display: flex;
    gap: .5rem
}

.biz-card__actions .btn {
    flex: 1
}

.badge-soft {
    background: var(--primary-050);
    color: var(--primary-700);
    font-weight: 600;
    padding: .35em .7em;
    border-radius: 999px;
    font-size: 10px
}

.badge-verified {
    background: #e7f7ee;
    color: #12864a
}

.crumb {
    font-size: 12px;
    color: var(--muted)
}

.crumb a {
    color: var(--muted)
}

.crumb a:hover {
    color: var(--primary)
}

.crumb .sep {
    margin: 0 .45rem;
    opacity: .6
}

.profile-hero {
    background:
        radial-gradient(900px 300px at 0% 0%, rgba(13, 110, 253, .16), transparent 60%),
        linear-gradient(180deg, #0b1b3a 0%, #16295a 100%);
    color: #eaf1ff;
    padding: 0.5rem 0;
}

.profile-hero h1 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.profile-logo {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.9rem;
    color: #fff;
    background: #ffffff1f;
    border: 1px solid rgba(255, 255, 255, .18)
}

.panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1rem;
    overflow: hidden
}
.mobile{
    font-size:larger;
}

.panel__head {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 1rem 1.35rem;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
    color: var(--ink)
}

.panel__head i {
    color: var(--primary)
}

.panel__body {
    padding: 1.35rem
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: .9rem
}

.contact-ico {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: var(--primary-050);
    font-size: 1rem
}

.contact-row small {
    color: var(--muted);
    text-transform: uppercase;
    font-size: .68rem;
    letter-spacing: .06em
}

.contact-row .val {
    font-weight: 600;
    color: var(--ink)
}

.contact-row .val a {
    color: var(--ink)
}

.contact-row .val a:hover {
    color: var(--primary)
}

.inquiry-card {
    position: sticky;
    top: 90px
}

.inquiry-card .btn {
    width: 100%;
    margin-bottom: .6rem
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: .6rem
}

.gallery-thumb {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer
}

.gallery-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    transition: transform var(--transition)
}

.gallery-thumb:hover img {
    transform: scale(1.06)
}

.related-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .75rem 1.35rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-weight: 500;
    transition: background var(--transition)
}

.related-item:last-child {
    border-bottom: 0
}

.related-item:hover {
    background: var(--primary-050);
    color: var(--primary)
}

.related-item i {
    color: var(--primary)
}

.prose {
    color: var(--body)
}

.prose p {
    margin-bottom: .9rem
}

.prose img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-sm)
}

.site-footer {
    background: #0b1b3a;
    color: #aebbd4;
    margin-top: auto
}

.site-footer a {
    color: #aebbd4
}

.site-footer a:hover {
    color: #fff
}

.site-footer h6 {
    color: #fff;
    font-size: .82rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 1.1rem
}

.site-footer .foot-brand {
    color: #fff;
    font-weight: 800;
    font-size: 1.3rem
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer ul li {
    margin-bottom: .55rem;
    font-size: .9rem
}

.site-footer .foot-contact i {
    color: var(--primary);
    width: 18px
}

.site-footer .foot-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #ffffff14;
    color: #fff;
    transition: all var(--transition)
}

.site-footer .foot-social a:hover {
    background: var(--primary);
    transform: translateY(-2px)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .85rem
}

.pagination {
    --bs-pagination-color: var(--body);
    --bs-pagination-active-bg: var(--primary);
    --bs-pagination-active-border-color: var(--primary)
}

.pagination .page-link {
    border-radius: 10px !important;
    margin: 0 3px;
    border-color: var(--line)
}

#movetop {
    display: none;
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 999;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: var(--primary);
    color: #fff;
    box-shadow: var(--shadow-lg);
    transition: transform var(--transition)
}

#movetop:hover {
    transform: translateY(-3px);
    background: var(--primary-700)
}

.hover-lift {
    transition: transform var(--transition), box-shadow var(--transition)
}

.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg)
}

.text-balance {
    text-wrap: balance;
    text-transform: capitalize
}

.min-w-0 {
    min-width: 0
}


.fw-500 {
    font-weight: 500
}

.brand-mark {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
    background: linear-gradient(135deg, var(--primary), #4f8bff);
    box-shadow: 0 4px 12px #0d6efd4d
}
.company-link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-decoration: none;
}

.company-link i {
    flex-shrink: 0;
    margin-top: 4px; /* Align icon with first line */
}

.company-link span {
    flex: 1;
    word-break: break-word;
    overflow-wrap: break-word;
}
.brand-name {
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -.02em;
    color: var(--ink);
    line-height: 1
}

.brand-tag {
    font-size: .64rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600
}

@media (max-width: 991.98px) {
    .hero {
        padding: 3rem 0 3.5rem
    }

    .inquiry-card {
        position: static
    }
}