/* /Components/Layout/BlogCard.razor.rz.scp.css */
.desc[b-ai1mfz7u1d] {
   display: -webkit-box;
   -webkit-line-clamp: 3; /* Limits to 3 lines */
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
a[b-ein7s700m3]{
color:white;
text-decoration:blink;
}

p[b-ein7s700m3] {
   color: white;
   text-align: center;
padding:.5rem 0;
}
   p:hover[b-ein7s700m3] {
     background-color:white;
     backdrop-filter:blur(5px);
     color:black;
   }
/* /Components/Layout/LoadingComponent.razor.rz.scp.css */
.loader[b-noejdynnw8] {
   width: 64px;
   height: 44px;
   position: relative;
   border: 5px solid #fff;
   border-radius: 8px;
}

   .loader[b-noejdynnw8]::before {
      content: '';
      position: absolute;
      border: 5px solid #fff;
      width: 32px;
      height: 28px;
      border-radius: 50% 50% 0 0;
      left: 50%;
      top: 0;
      transform: translate(-50%, -100%)
   }

   .loader[b-noejdynnw8]::after {
      content: '';
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 16px 0 #fff, -16px 0 #fff;
      animation: flash-b-noejdynnw8 0.5s ease-out infinite alternate;
   }

@keyframes flash-b-noejdynnw8 {
   0% {
      background-color: rgba(255, 255, 255, 0.25);
      box-shadow: 16px 0 rgba(255, 255, 255, 0.25), -16px 0 rgba(255, 255, 255, 1);
   }

   50% {
      background-color: rgba(255, 255, 255, 1);
      box-shadow: 16px 0 rgba(255, 255, 255, 0.25), -16px 0 rgba(255, 255, 255, 0.25);
   }

   100% {
      background-color: rgba(255, 255, 255, 0.25);
      box-shadow: 16px 0 rgba(255, 255, 255, 1), -16px 0 rgba(255, 255, 255, 0.25);
   }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-yfdoravu6k] {
   position: sticky;
   top: 0;
   z-index: 1020;
   backdrop-filter: blur(18px);
   background: linear-gradient(120deg, rgba(17, 24, 39, 0.72), rgba(17, 24, 39, 0.58));
   box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25);
}

.site-main[b-yfdoravu6k] {
   position: relative;
   min-height: 100vh;
   isolation: isolate;
}

.site-main[b-yfdoravu6k]::before {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top left, rgba(15, 98, 254, 0.18), transparent 60%),
                     radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.14), transparent 58%);
   opacity: 0.6;
   pointer-events: none;
  /* z-index: -2;*/
}

.site-main[b-yfdoravu6k]::after {
   content: "";
   position: absolute;
   inset: 60% -20% -20% -20%;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.2));
   backdrop-filter: blur(40px);
   opacity: 0.65;
  z-index: -1;
}



.site-footer[b-yfdoravu6k] {
   background: #0f172a;
   color: rgba(255, 255, 255, 0.86);
   border-top: 1px solid rgba(255, 255, 255, 0.08);
   position: relative;
   overflow: hidden;
}

.site-footer[b-yfdoravu6k]::before {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at top left, rgba(15, 98, 254, 0.25), transparent 60%);
   opacity: 0.4;
   pointer-events: none;
}

.floating-whatsapp[b-yfdoravu6k] {
   font-size: 0.98rem;
}

.floating-whatsapp span[b-yfdoravu6k] {
   font-weight: 600;
}

#blazor-error-ui[b-yfdoravu6k] {
   color-scheme: light only;
   background: #fee2e2;
   border: 1px solid rgba(239, 68, 68, 0.4);
   box-shadow: 0 -12px 24px rgba(15, 23, 42, 0.18);
   border-radius: 1rem 1rem 0 0;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   width: min(540px, calc(100% - 2.5rem));
   padding: 0.85rem 1.25rem;
   display: none;
   position: fixed;
   z-index: 1000;
}

#blazor-error-ui .dismiss[b-yfdoravu6k] {
   cursor: pointer;
   position: absolute;
   right: 0.85rem;
   top: 0.7rem;
}

@media (max-width: 991.98px) {
   .site-header[b-yfdoravu6k] {
      background: rgba(15, 23, 42, 0.9);
   }


}

@media (max-width: 575.98px) {
 
   #blazor-error-ui[b-yfdoravu6k] {
      border-radius: 0.75rem 0.75rem 0 0;
   }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-elevated[b-sksy5o9c86] {
  position: relative;
  width: 100%;
}

.nav-shell[b-sksy5o9c86] {
  width: min(1180px, 94vw);
  margin-inline: auto;
  padding: 0.85rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand[b-sksy5o9c86] {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: #fff;
}

.brand img[b-sksy5o9c86] {
  border-radius: 1.1rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.32);
  object-fit: cover;
}

.brand span[b-sksy5o9c86] {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand small[b-sksy5o9c86] {
  display: block;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 500;
}

.nav-toggle[b-sksy5o9c86] {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span[b-sksy5o9c86] {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.2s ease;
}

.nav-collapse[b-sksy5o9c86] {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.nav-links[b-sksy5o9c86] {
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  margin: 0;
  padding: 0;
}

.link[b-sksy5o9c86] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.94rem;
  padding: 0.6rem 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.link[b-sksy5o9c86]::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #60a5fa, #94a3b8);
  transition: transform 0.2s ease;
}

.link.active[b-sksy5o9c86],
.link:hover[b-sksy5o9c86],
.link:focus-visible[b-sksy5o9c86] {
  color: #fff;
}

.link.active[b-sksy5o9c86]::after,
.link:hover[b-sksy5o9c86]::after,
.link:focus-visible[b-sksy5o9c86]::after {
  transform: scaleX(1);
}

.dropdown[b-sksy5o9c86] {
  position: relative;
}

.dropdown-toggle[b-sksy5o9c86]::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.4rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.dropdown-menu[b-sksy5o9c86] {
  min-width: 240px;
  border-radius: 1.25rem;
  padding: 0.6rem;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.3);
  backdrop-filter: blur(16px);
}

.dropdown-item[b-sksy5o9c86] {
  border-radius: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.75rem 0.85rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dropdown-item:hover[b-sksy5o9c86],
.dropdown-item:focus-visible[b-sksy5o9c86] {
  background: rgba(96, 165, 250, 0.2);
  color: #fff;
  transform: translateX(4px);
}

.cta-desktop[b-sksy5o9c86] {
  margin-left: 0.75rem;
}

.auth-block[b-sksy5o9c86] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: 1rem;
}

.auth-block .btn[b-sksy5o9c86] {
  padding-inline: 1.2rem;
}

.auth-block i[b-sksy5o9c86] {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
}

.btn-light[b-sksy5o9c86] {
  background: #fff;
  color: #111827;
  border: none;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
}

@media (max-width: 991.98px) {
  .nav-shell[b-sksy5o9c86] {
    padding: 0.75rem 0;
  }

  .nav-toggle[b-sksy5o9c86] {
    display: inline-flex;
  }

  .nav-collapse[b-sksy5o9c86] {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem;
    background: rgba(17, 24, 39, 0.9);
    border-radius: 1rem;
    margin-top: 0.75rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.28);
  }

  .nav-links[b-sksy5o9c86] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .link[b-sksy5o9c86] {
    width: 100%;
    padding: 0.85rem 0;
  }

  .dropdown-menu[b-sksy5o9c86] {
    position: static;
    width: 100%;
    box-shadow: none;
    background: rgba(15, 23, 42, 0.92);
    padding: 0.4rem;
    margin-top: 0.25rem;
  }

  .dropdown-item[b-sksy5o9c86] {
    padding: 0.7rem 0.9rem;
  }

  .cta-desktop[b-sksy5o9c86] {
    width: 100%;
    margin: 0.4rem 0 0;
  }

  .cta-desktop .btn[b-sksy5o9c86] {
    width: 100%;
    justify-content: center;
  }

  .auth-block[b-sksy5o9c86] {
    width: 100%;
    justify-content: space-between;
    margin: 1rem 0 0;
  }
}

@media (max-width: 575.98px) {
  .brand span[b-sksy5o9c86] {
    font-size: 0.92rem;
  }

  .brand small[b-sksy5o9c86] {
    font-size: 0.7rem;
  }

  .nav-shell[b-sksy5o9c86] {
    width: min(520px, 92vw);
  }

  .auth-block[b-sksy5o9c86] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }

  .auth-block form[b-sksy5o9c86],
  .auth-block .btn[b-sksy5o9c86],
  .auth-block .link[b-sksy5o9c86] {
    width: 100%;
  }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4ef3o2ygl7],
.components-reconnect-repeated-attempt-visible[b-4ef3o2ygl7],
.components-reconnect-failed-visible[b-4ef3o2ygl7],
.components-pause-visible[b-4ef3o2ygl7],
.components-resume-failed-visible[b-4ef3o2ygl7],
.components-rejoining-animation[b-4ef3o2ygl7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-retrying[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-failed[b-4ef3o2ygl7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4ef3o2ygl7] {
    display: block;
}


#components-reconnect-modal[b-4ef3o2ygl7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4ef3o2ygl7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4ef3o2ygl7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4ef3o2ygl7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4ef3o2ygl7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4ef3o2ygl7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4ef3o2ygl7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4ef3o2ygl7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4ef3o2ygl7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4ef3o2ygl7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4ef3o2ygl7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4ef3o2ygl7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4ef3o2ygl7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4ef3o2ygl7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4ef3o2ygl7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4ef3o2ygl7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4ef3o2ygl7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4ef3o2ygl7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4ef3o2ygl7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/ServiceListComponent.razor.rz.scp.css */
.serviceitem i[b-d8kq3mk4hp] {
   border: 5px solid red;
   border-radius: 50%;
   display: flex;
   width: 10rem;
   height: 10rem;
   place-content: center;
   align-items: center;
   font-size: 6rem;
   /*color:red;*/
   margin-bottom: 1rem;
}
.serviceitem[b-d8kq3mk4hp] {
   display: flex;
   place-content: center;
   align-items: center;
   margin: 1rem;
}

   .serviceitem p[b-d8kq3mk4hp] {
      text-transform: uppercase;
      font-weight: 600;

   }

   .serviceitem:hover[b-d8kq3mk4hp] {
      background-color: red;
      color: white;
cursor:pointer;
   }

@media (max-width: 768px) {
   .serviceitem i[b-d8kq3mk4hp] {
      width: 8rem;
      height: 8rem;
      font-size: 4rem;
   }

   .subh[b-d8kq3mk4hp] {
      font-size: 1rem;
   }

   h1[b-d8kq3mk4hp] {
      font-size: 2rem;
   }
}
/* /Components/Pages/Home.razor.rz.scp.css */



/* Modern responsive styles for Home page */

.hero-section[b-sdcfv9rygb] {
  position: relative;
  z-index: 1;
}

.service-card:hover[b-sdcfv9rygb] {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}

.service-card:hover .service-icon[b-sdcfv9rygb] {
  transform: scale(1.1) rotate(5deg);
}

.service-icon[b-sdcfv9rygb] {
  transition: transform 0.3s ease;
}

.icon-display[b-sdcfv9rygb] {
  transition: transform 0.3s ease;
}

.icon-display:hover[b-sdcfv9rygb] {
  transform: scale(1.05);
}

img[b-sdcfv9rygb] {
  border-radius: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section[b-sdcfv9rygb] {
    padding: 4rem 0 2rem !important;
  }
  
  .icon-display[b-sdcfv9rygb] {
    height: 300px !important;
    max-width: 300px !important;
  }
  
  .icon-display i[b-sdcfv9rygb] {
    font-size: 8rem !important;
  }

  h1[b-sdcfv9rygb] {
    font-size: 2rem !important;
  }
  
  .lead[b-sdcfv9rygb] {
    font-size: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .section-padding[b-sdcfv9rygb] {
    padding: 6rem 0;
  }
}
