/* _content/ProTech/Pages/Commercial.cshtml.rz.scp.css */
body[b-dwal8xn56c] {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #333;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.carousel-container[b-dwal8xn56c] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.carousel-main[b-dwal8xn56c] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.carousel-image[b-dwal8xn56c] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.carousel-btn[b-dwal8xn56c] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    z-index: 1;
}

.carousel-btn.left[b-dwal8xn56c] {
    left: 0;
}

.carousel-btn.right[b-dwal8xn56c] {
    right: 0;
}

.carousel-thumbnails[b-dwal8xn56c] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.thumbnail[b-dwal8xn56c] {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.2s ease, border 0.2s ease;
}

.thumbnail:hover[b-dwal8xn56c] {
    transform: scale(1.05);
    border-color: #0077cc;
}

.thumbnail.active[b-dwal8xn56c] {
    border: 2px solid #0077cc;
}

.carousel-image[b-dwal8xn56c] {
    width: 100%;
    max-width: 900px;
    height: 500px; /* Fixed height */
    object-fit: cover; /* or 'contain' if you want full visibility */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.carousel-title[b-dwal8xn56c] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.carousel-subtitle[b-dwal8xn56c] {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.description[b-dwal8xn56c] {
    max-width: 900px;
    margin: 3rem auto 2rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-left: 6px solid #cc0000;
    border-radius: 8px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

.section[b-dwal8xn56c] {
    padding: 4rem 2rem;
    text-align: center;
}

    .section h2[b-dwal8xn56c] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

.btn[b-dwal8xn56c] {
    display: inline-block;
    background-color: #d32f2f; /* Red */
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btn:hover[b-dwal8xn56c] {
        background-color: #b71c1c; /* Darker red on hover */
        transform: scale(1.05);
    }
/* _content/ProTech/Pages/Contact.cshtml.rz.scp.css */
body[b-ixlidx2gdd] {
}

.btn-primary[b-ixlidx2gdd] {
    display: inline-block;
    background-color: #d32f2f; /* Red */
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btn-primary:hover[b-ixlidx2gdd] {
        background-color: #b71c1c; /* Darker red on hover */
        transform: scale(1.05);
    }
/* _content/ProTech/Pages/index.cshtml.rz.scp.css */
body[b-n0iwe3eokx] {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #333;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.hero[b-n0iwe3eokx] {
    position: relative;
    width: 100vw;
    min-height: 75vh; /* or 100vh for full screen height */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: black;
}

.hero-bg[b-n0iwe3eokx] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: opacity 1s ease;
    opacity: 1;
}

.hero h1[b-n0iwe3eokx],
.hero p[b-n0iwe3eokx],
.hero .btn[b-n0iwe3eokx] {
    position: relative;
    z-index: 2;
}

.hero-slideshow[b-n0iwe3eokx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.slide[b-n0iwe3eokx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.section[b-n0iwe3eokx] {
    padding: 4rem 2rem;
    text-align: center;
}

.section h2[b-n0iwe3eokx] {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.cards[b-n0iwe3eokx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.card[b-n0iwe3eokx] {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

footer[b-n0iwe3eokx] {
    background: #222;
    color: #bbb;
    padding: 2rem;
    text-align: center;
}

.dropdown[b-n0iwe3eokx] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-n0iwe3eokx] {
    display: none;
    position: absolute;
    background: #222;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 10;
    top: 100%;
    left: 0;
}
.dropdown-content a[b-n0iwe3eokx] {
    color: #fff;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover[b-n0iwe3eokx] {
    background: #444;
}

.dropdown:hover .dropdown-content[b-n0iwe3eokx] {
    display: block;
}

@media (max-width: 768px) {
    .cards[b-n0iwe3eokx] {
        flex-direction: column;
        align-items: center;
    }
}

.container[b-n0iwe3eokx] {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.btn[b-n0iwe3eokx] {
    display: inline-block;
    background-color: #d32f2f; /* Red */
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover[b-n0iwe3eokx] {
    background-color: #b71c1c; /* Darker red on hover */
    transform: scale(1.05);
}
/* _content/ProTech/Pages/Products.cshtml.rz.scp.css */
.camera-grid-wrapper[b-bvf2fg0f0w] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding: 2rem 0;
}

.camera-row[b-bvf2fg0f0w] {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.camera-icon[b-bvf2fg0f0w] {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

    .camera-icon img[b-bvf2fg0f0w] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 6px;
    }

.overlay[b-bvf2fg0f0w] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 6px;
    text-align: center;
    padding: 5px;
}

.camera-icon:hover .overlay[b-bvf2fg0f0w] {
    opacity: 1;
}

.description[b-bvf2fg0f0w] {
    max-width: 900px;
    margin: 3rem auto 2rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-left: 6px solid #cc0000;
    border-radius: 8px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

.section[b-bvf2fg0f0w] {
    padding: 4rem 2rem;
    text-align: center;
}

    .section h2[b-bvf2fg0f0w] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

.btn[b-bvf2fg0f0w] {
    display: inline-block;
    background-color: #d32f2f; /* Red */
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btn:hover[b-bvf2fg0f0w] {
        background-color: #b71c1c; /* Darker red on hover */
        transform: scale(1.05);
    }
/* _content/ProTech/Pages/Residential.cshtml.rz.scp.css */
body[b-2xe2f7t2ww] {
}

.carousel-container[b-2xe2f7t2ww] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.carousel-main[b-2xe2f7t2ww] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.carousel-image[b-2xe2f7t2ww] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.carousel-btn[b-2xe2f7t2ww] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    z-index: 1;
}

.carousel-btn.left[b-2xe2f7t2ww] {
    left: 0;
}

.carousel-btn.right[b-2xe2f7t2ww] {
    right: 0;
}

.carousel-thumbnails[b-2xe2f7t2ww] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.thumbnail[b-2xe2f7t2ww] {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.2s ease, border 0.2s ease;
}

.thumbnail:hover[b-2xe2f7t2ww] {
    transform: scale(1.05);
    border-color: #0077cc;
}

.thumbnail.active[b-2xe2f7t2ww] {
    border: 2px solid #0077cc;
}

.carousel-image[b-2xe2f7t2ww] {
    width: 100%;
    max-width: 900px;
    height: 500px; /* Fixed height */
    object-fit: cover; /* or 'contain' if you want full visibility */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.carousel-title[b-2xe2f7t2ww] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.carousel-subtitle[b-2xe2f7t2ww] {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.description[b-2xe2f7t2ww] {
    max-width: 900px;
    margin: 3rem auto 2rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-left: 6px solid #cc0000;
    border-radius: 8px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

.section[b-2xe2f7t2ww] {
    padding: 4rem 2rem;
    text-align: center;
}

    .section h2[b-2xe2f7t2ww] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

.btn[b-2xe2f7t2ww] {
    display: inline-block;
    background-color: #d32f2f; /* Red */
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btn:hover[b-2xe2f7t2ww] {
        background-color: #b71c1c; /* Darker red on hover */
        transform: scale(1.05);
    }
/* _content/ProTech/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-fvgyxcohhg] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-fvgyxcohhg] {
  color: #0077cc;
}

.btn-primary[b-fvgyxcohhg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-fvgyxcohhg], .nav-pills .show > .nav-link[b-fvgyxcohhg] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-fvgyxcohhg] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-fvgyxcohhg] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-fvgyxcohhg] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-fvgyxcohhg] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-fvgyxcohhg] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
