*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }

:root {
    --primary: #ef4933;
    --primary-hover: #8f2315;
    --light: #f6f7f8;
    --dark: #1a2a36;
    --transition: 0.3s;

    --c-bg: #ffffff;
  --c-bg-alt: #f6f7f8;
  --c-bg-dark: #1a2a36;
  --c-text: #1a2a36;
  --c-text-soft: #475569;
  --c-muted: #94a3b8;
  --c-border: #e6e8ef;


  --primary-l: #fde5e1;

  --c-accent: #ef4444;        
  --c-accent-d: #dc2626;
  --c-success: #10b981;

  --c-dark: #061122;
  --c-dark-2: #0a1828;
  --c-dark-soft: #1a2a36;

  --radius: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --shadow-sm: 0 4px 14px rgba(15,23,42,.06);
  --shadow-md: 0 10px 30px rgba(15,23,42,.08);
  --shadow-lg: 0 24px 60px rgba(15,23,42,.12);
  --shadow-glow: 0 12px 40px rgba(239,73,51,.35);

  --container: 1200px;
  --header-h: 76px;

  --font-display: Roboto, system-ui, sans-serif;
  --font-body: 'Roboto', system-ui, sans-serif;
}

body, html {
    margin: 0;
    padding: 0;
     
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Roboto, sans-serif;
}
h1{
    font-size: 42px !important;
}
.contact-dir .hot-line,
.contact-dir .tell {
    width: 70px;
    margin-right: 15px;
    border-radius: 50%;
    height: 70px;
}
.service-icon,
.service-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/opensans-regular.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/opensans-medium.woff") format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto-medium.woff") format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-bold.woff") format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/roboto-black.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
p {
    font-weight: 400;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-black {
    font-weight: 900 !important;
}
#listando-badge{
    position: fixed;
    width: 30%;
    height: 100%;
    z-index: 11111111111;
    top: 84%;
    left: 1%;
}
#listando-badge img{
    width: 150px;
    height: 150px;
}
#CookiebotWidget{
    bottom:  15% !important;
    z-index: 1000000000000000;
}
 /*==================== 
            Header Menu   
=========================*/

.float-btn{
  position:fixed;
  width:54px; height:54px; border-radius:50%;
  display:grid; place-items:center;
  font-size:1.3rem; color:#fff;
  box-shadow:var(--shadow-md);
  z-index:60;
  transition:transform .2s, box-shadow .2s;
  border:none; cursor:pointer;
}
.float-btn:hover{ transform:scale(1.08); }
.float-wa{ background:#25d366; right:20px; bottom:84px; }
.float-call{ background:var(--c-accent); right:20px; bottom:20px; animation:ring 2.4s ease-in-out infinite; }
@keyframes ring{
  0%, 100%{ box-shadow:0 0 0 0 rgba(239,68,68,.55), var(--shadow-md); }
  50%{ box-shadow:0 0 0 14px rgba(239,68,68,0), var(--shadow-md); }
}
.float-top{
  background:var(--c-dark); left:20px; bottom:20px;
  opacity:0; pointer-events:none; transform:translateY(20px);
  transition:opacity .25s, transform .25s, background .2s;
}
.float-top.show{ opacity:1; pointer-events:auto; transform:none; }


  

 
/* ===== Topbar ===== */
.topbar{
  background:var(--c-dark);
  color:#e2e8f0;
  font-size:.85rem;
}
.topbar-inner{
  display:flex; justify-content:space-between; align-items:center;
  padding:.55rem 24px; gap:1rem; flex-wrap:wrap;
}
.topbar-left, .topbar-right{ display:flex; gap:1.4rem; align-items:center; flex-wrap:wrap; }
.topbar i{ color:#fff; margin-right:.35rem; }
.topbar a{ color:#e2e8f0; transition:color .2s; }
.topbar-left a:hover{ color:var(--primary); }
.topbar-left a:hover i{ color:var(--primary); }

.topbar-socials{
  display:flex; align-items:center; gap:.85rem;
}
.topbar-socials a{
  display:inline-flex; align-items:center; justify-content:center;
  width:28px; height:28px;
  color:#fff;
  font-size:1rem;
  transition:color .2s, transform .2s;
}
.topbar-socials a i{ color:#fff; margin:0; }
.topbar-socials a:hover{ color:var(--primary); transform:translateY(-2px); }
.topbar-socials a:hover i{ color:var(--primary); }

.topbar-wa{
  background:#25d366; color:#fff !important;
  padding:.35rem .85rem; border-radius:999px;
  font-weight:600; font-size:.82rem;
  display:inline-flex; align-items:center; gap:.35rem;
  transition:background .2s, transform .2s;
}
.topbar-wa i{ color:#fff !important; margin:0; font-size:1rem; }
.topbar-wa:hover{ background:#1ebe5b; color:#fff !important; transform:translateY(-1px); }

/* ===== Navbar ===== */
.navbar{
  position:sticky; top:0; z-index:50;
  background:#fff;
  border-bottom:1px solid var(--c-border);
  transition:box-shadow .25s, background .25s;
}
.navbar.scrolled{ box-shadow:0 6px 24px rgba(15,23,42,.08); }
.navbar .container.nav-inner{ max-width:1360px; }
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:var(--header-h);
  gap:1rem;
}
.brand{ display:flex; align-items:center; gap:.75rem; flex:0 0 auto; }
.brand-logo{
width: auto;
    height: 70px;
    max-width: 69px;
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
}
.brand-text strong{ display:block; font-family:var(--font-display); font-weight:800; line-height:1; font-size:1.05rem; color:var(--c-text); }
.brand-text small{ display:block; color:var(--c-text-soft); font-size:.78rem; margin-top:.18rem; }
.brand.light strong{ color:#fff; }
.brand.light small{ color:#cbd5e1; }
.brand.light .brand-logo{ mix-blend-mode:normal; background:#fff; padding:4px; border-radius:10px; }

.nav-links{
  display:flex; gap:.15rem;
  align-items:center;
  margin-left:auto;
}
.nav-links a{
  padding:.7rem .75rem; border-radius:8px;
  font-weight:700; font-size:15px;
  color:var(--c-text);
  text-transform:uppercase;
  letter-spacing:.03em;
  white-space:nowrap;
  transition:color .2s, background .2s;
  position:relative;
}
.nav-links a:hover{ color:var(--primary); background:var(--c-bg-alt); }

/* Dropdown — desktop */
.nav-dropdown{ position:relative; display:flex; align-items:center; }
.nav-dropdown-toggle{
  background:transparent; border:none; cursor:pointer;
  padding:.7rem .75rem; border-radius:8px;
  font-family:inherit; font-weight:700; font-size:15px;
  color:var(--c-text);
  text-transform:uppercase; letter-spacing:.03em;
  white-space:nowrap;
  display:inline-flex; align-items:center; gap:.4rem;
  transition:color .2s, background .2s;
}
.nav-dropdown-toggle:hover,
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown-toggle[aria-expanded="true"]{
  color:var(--primary); background:var(--c-bg-alt);
}
.nav-dropdown-toggle .bi-chevron-down{
  font-size:.7rem; transition:transform .25s; opacity:.7;
}
.nav-dropdown:hover .nav-dropdown-toggle .bi-chevron-down,
.nav-dropdown-toggle[aria-expanded="true"] .bi-chevron-down{
  transform:rotate(180deg);
}
.nav-dropdown-menu{
  position:absolute; top:100%; left:0;
  min-width:300px;
  background:#fff;
  border:1px solid var(--c-border);
  border-radius:14px;
  padding:.55rem;
  box-shadow:0 18px 46px rgba(15,23,42,.14);
  display:flex; flex-direction:column; gap:.1rem;
  opacity:0; visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s, transform .2s, visibility .2s;
  z-index:60;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown-toggle[aria-expanded="true"] + .nav-dropdown-menu{
  opacity:1; visibility:visible; transform:translateY(0);
}
.nav-dropdown-menu a{
  padding:.7rem .9rem; border-radius:8px;
  font-weight:700; font-size:14px;
  color:var(--c-text);
  text-transform:uppercase; letter-spacing:.03em;
  white-space:normal;
  transition:color .2s, background .2s;
}
.nav-dropdown-menu a:hover{ color:var(--primary); background:var(--c-bg-alt); }
.nav-dropdown-menu a small{
  display:block;
  font-size:.65rem; font-weight:600;
  text-transform:none; letter-spacing:.02em;
  color:var(--c-text-soft);
  margin-top:.15rem;
}

/* Mobile-only social block inside dropdown — hidden on desktop */
.nav-social-mobile{ display:none; }

.nav-cta{ display:flex; align-items:center; gap:.6rem; flex:0 0 auto; }
.btn-call{ box-shadow:var(--shadow-glow); 
color: white;
}

.nav-toggle{
  display:none;
  background:transparent; border:none;
  width:42px; height:42px;
  flex-direction:column; gap:5px;
  align-items:center; justify-content:center;
  cursor:pointer;
}
.nav-toggle span{
  width:22px; height:2px; background:var(--c-text); border-radius:2px;
  transition:transform .25s, opacity .25s;
}
.nav-toggle.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity:0; }
.nav-toggle.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* ===== Responsive ===== */
 
@media (max-width: 1024px){
  .nav-links{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-links.open{
    display:flex; flex-direction:column;
    align-items:stretch;
    position:absolute; top:100%; left:0; right:0;
    background:#fff; border-bottom:1px solid var(--c-border);
    padding:.5rem 1rem 1.25rem;
    box-shadow:var(--shadow-md);
    gap:0;
    max-height:calc(100vh - var(--header-h));
    overflow-y:auto;
  }
  .nav-links.open > a,
  .nav-links.open .nav-dropdown-toggle{
    padding:.95rem 1rem;
    border-bottom:1px solid var(--c-border);
    border-radius:0;
    text-align:left;
    width:100%;
    justify-content:space-between;
    background:transparent;
    text-transform:uppercase;
  }
  .nav-links.open > a:last-of-type{ border-bottom:none; }

  /* Dropdown on mobile: show inline as nested expandable list */
  .nav-links.open .nav-dropdown{
    display:flex; flex-direction:column;
    width:100%;
    border-bottom:1px solid var(--c-border);
  }
  .nav-links.open .nav-dropdown-menu{
    position:static;
    opacity:1; visibility:visible; transform:none;
    box-shadow:none; border:none;
    padding:0 0 .5rem 1rem;
    background:transparent;
    min-width:0;
    max-height:0; overflow:hidden;
    transition:max-height .3s ease;
  }
  .nav-links.open .nav-dropdown-toggle[aria-expanded="true"] + .nav-dropdown-menu{
    max-height:600px;
  }
  .nav-links.open .nav-dropdown-menu a{
    padding:.7rem .9rem;
    border-bottom:1px dashed var(--c-border);
    font-size:.78rem;
    text-transform:uppercase;
  }
  .nav-links.open .nav-dropdown-menu a:last-child{ border-bottom:none; }
  .nav-links.open .nav-dropdown-menu a small{ font-size:.7rem; }

  /* Social block visible only inside open mobile dropdown */
  .nav-links.open .nav-social-mobile{
    display:flex; flex-direction:column;
    gap:.6rem;
    align-items:center;
    padding:1.1rem .5rem .25rem;
    margin-top:.5rem;
    border-top:1px solid var(--c-border);
  }
  .nav-social-label{
    font-family:var(--font-display);
    font-weight:700;
    font-size:.78rem;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--c-text-soft);
  }
  .nav-social-icons{
    display:flex; gap:.85rem; align-items:center;
  }
  .nav-social-icons a{
    width:42px; height:42px;
    display:inline-flex; align-items:center; justify-content:center;
    border-radius:50%;
    background:var(--c-bg-alt);
    color:var(--c-text);
    font-size:1.1rem;
    border:1px solid var(--c-border);
    padding:0;
    transition:transform .2s, background .2s, color .2s, border-color .2s;
  }
  .nav-social-icons a:hover{
    transform:translateY(-2px);
    background:var(--primary);
    color:#fff;
    border-color:var(--primary);
  }
  .nav-social-icons a.wa{
    background:#25d366; color:#fff; border-color:#25d366;
  }
  .nav-social-icons a.wa:hover{ background:#1ebe5b; border-color:#1ebe5b; }

  .navbar{ position:sticky; }
  .brand-text{  }
  .brand-logo{ height:46px; }
  .btn-call span{ display:none; }
  .btn-call{ padding:.7rem .9rem; }
}

@media (max-width: 640px){
  .topbar-inner{ font-size:.78rem; gap:.5rem; }
  .topbar-socials{ display:none; }
  .topbar-wa{ padding:.3rem .65rem; font-size:.75rem; }
}












/*==================== 
            Footer  
=========================*/


/* ===========================================
   Footer base
   =========================================== */
.site-footer {
    background:
        radial-gradient(
            ellipse at top,
            rgba(238, 90, 58, 0.04) 0%,
            transparent 60%
        ),
        linear-gradient(180deg, #0a1828 0%, #060f1f 100%);
    color: var(--text-body);
    padding: 70px 24px 0;
}

.footer-container {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}



/* ===========================================
   Heading block
   =========================================== */
.footer-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 20px;
}

.accent-text {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    text-transform: none;
}

.footer-header h2 {
    color: var(--text-strong);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 22px;
}

.footer-header p {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--text-soft);
}

/* ===========================================
   Dividers
   =========================================== */
.divider {
    border: 0;
    border-top: 1px solid var(--line);
    margin: 44px 0;
}

.divider.thin {
    margin: 28px 0 0;
}

/* ===========================================
   Locations section
   =========================================== */
.locations-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.block-title {
    color: var(--text-strong);
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.block-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: var(--primary);
}

.block-icon svg {
    width: 20px;
    height: 20px;
}

.block-text {
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 18px;
    color: var(--text-soft);
}

/* City list */
.city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 22px;
}

.city-grid li {
    position: relative;
    padding-left: 20px;
    font-size: 14.5px;
}

.city-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 2px;
    background: var(--primary);
    transform: translateY(-50%);
    border-radius: 2px;
}

.city-grid a {
    color: var(--text-link);
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.city-grid a:hover {
    color: var(--primary);
    transform: translateX(2px);
}

/* Callout */
.callout {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.callout-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(238, 90, 58, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.callout-icon svg {
    width: 22px;
    height: 22px;
}

.callout-body h4 {
    color: var(--text-strong);
    font-size: 15.5px;
    font-weight: 700;
    margin-bottom: 6px;
}

.callout-body p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--text-soft);
    margin: 0;
}

/* ===========================================
   Info section (4 columns)
   =========================================== */
.info-section {
    display: grid;
    grid-template-columns: 1.15fr 1.25fr 1fr 1.2fr;
    gap: 44px;
}

.info-col h4 {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.info-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-soft);
    margin-bottom: 14px;
}

.info-icon {
    flex-shrink: 0;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

.info-icon svg {
    width: 14px;
    height: 14px;
}

/* Rating */
.rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-soft);
}

.rating-text {
    margin-bottom: 8px;
}

.stars {
    display: inline-flex;
    gap: 4px;
    color: var(--primary);
    margin-bottom: 6px;
}

.stars svg {
    width: 16px;
    height: 16px;
}

.rating-score {
    color: var(--text-link);
    font-weight: 600;
}

/* Link list */
.link-list li {
    margin-bottom: 14px;
    font-size: 14px;
}

.link-list a {
    color: var(--text-link);
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.link-list a::before {
    content: "›";
    color: var(--primary);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.link-list a:hover {
    color: var(--primary);
    transform: translateX(2px);
}

/* ===========================================
   Social media
   =========================================== */
.social-media {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 6px 0 4px;
}

.social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    transition: transform 0.25s ease;
}

.social-media img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.social-media a:hover img {
    transform: translateY(-3px) scale(1.08);
    filter: drop-shadow(0 4px 8px rgba(238, 90, 58, 0.35));
}

/* ===========================================
   Copyright
   =========================================== */
.copyright {
    text-align: center;
    font-size: 13px;
    padding: 22px 0 30px;
    color: var(--text-soft);
}

.copyright a {
    color: var(--text-link);
    font-weight: 600;
    transition: color 0.2s ease;
}

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

/* ===========================================
   Responsive
   =========================================== */
 
 

@media (max-width: 767px) {
        #listando-badge {
        left: 2%;
    }
    #listando-badge img {
        width: 100px;
        height: 100px;
    }
}


@media (max-width: 550px) {
        #listando-badge {
        left: 3%;
        top: 90%;
    }
    #listando-badge img {
        width: 70px;
        height: 70px;
    }
}




 

 
@media (max-width: 1024px) {
    .info-section {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media (max-width: 820px) {
    .locations-section {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .footer-header h2 {
        font-size: 26px;
    }
}

@media (max-width: 560px) {
    .site-footer {
        padding: 50px 18px 0;
    }

    .info-section {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .city-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 18px;
    }

    .footer-header h2 {
        font-size: 22px;
    }

    .divider {
        margin: 32px 0;
    }
}

@media (max-width: 380px) {
    .city-grid {
        grid-template-columns: 1fr;
    }
}