@import '_content/Kumars.IdentityV1/Kumars.IdentityV1.gqldxwq4we.bundle.scp.css';
@import '_content/SciEditor/SciEditor.pt10r3x0ak.bundle.scp.css';

/* _content/SciTechHome/Pages/ContactUs.cshtml.rz.scp.css */
.contact-container[b-j6ny5sdz7h] {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}

.logo-section[b-j6ny5sdz7h] {
    text-align: left;
}

    .logo-section img[b-j6ny5sdz7h] {
        max-width: 150px;
        height: auto;
        display: block;
        margin-bottom: 10px;
        width: 48px;
    }

    .logo-section .company-name[b-j6ny5sdz7h] {
        font-size: 2.0em;
        font-weight: normal;
        /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);*/ /* Text shadow */
        font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
        color: maroon;
    }

        .logo-section .company-name span[b-j6ny5sdz7h] {
            font-size: 0.6em;
        }

.contact-email[b-j6ny5sdz7h] {
    text-align: left;
    margin: 40px 0;
    color: #555;
    font-size: 1.0rem;
    font-weight: bold;
}

    .contact-email span[b-j6ny5sdz7h] {
        font-weight: bold;
    }

    .contact-email a[b-j6ny5sdz7h] {
        /*color: #007bff;*/
        color: #007bff;
        text-decoration: none;
    }

        .contact-email a:hover[b-j6ny5sdz7h] {
            text-decoration: underline;
        }

.company-details[b-j6ny5sdz7h] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
}

    .company-details h3[b-j6ny5sdz7h] {
        font-size: 1.2em;
        margin-bottom: 10px;
        color: #555;
    }

.address[b-j6ny5sdz7h] {
    margin-top: 20px;
    padding: 20px 0;
}

.contact-links[b-j6ny5sdz7h] {
    /*color: #007bff;*/
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}

    .contact-links:hover[b-j6ny5sdz7h] {
        text-decoration: underline;
    }

.contact-title[b-j6ny5sdz7h] {
    font-size: 1.4rem;
    color: #007bff;
    /*color: #2c3e50;*/
    margin-top: 80px;
}

@media (max-width: 768px) {
    .company-details[b-j6ny5sdz7h] {
        grid-template-columns: 1fr;
    }
}
/* _content/SciTechHome/Pages/Index.cshtml.rz.scp.css */
.header-home[b-ffdy8muiym] {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 20px 0px;
}

    .header-home h1[b-ffdy8muiym] {
        margin-bottom: 10px;
    }

    .header-home p[b-ffdy8muiym] {
        font-size: 1.2em;
    }

section[b-ffdy8muiym] {
    padding: 40px;
    max-width: 900px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

ul[b-ffdy8muiym] {
    list-style-type: disc;
    padding-left: 20px;
}

    ul li[b-ffdy8muiym] {
        position: relative; /* Needed for icon positioning */
        padding-left: 30px; /* Adjust as needed */
    }

        ul li i[b-ffdy8muiym] {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #007bff; /* Or your preferred icon color */
        }

.container-home[b-ffdy8muiym] {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    font-family: sans-serif;
    line-height: 1.6;
}

h1[b-ffdy8muiym] {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-align: center; /* Center the title */
    color: #5f1950;
    /*color: #5F1950;*/
}

h2[b-ffdy8muiym] {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #5F1950;
}

p[b-ffdy8muiym] {
    margin-bottom: 40px;
    font-size: 1.0rem;
}

.benefits[b-ffdy8muiym] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.benefit[b-ffdy8muiym] {
    text-align: center; /* Center benefit icons and text */
}

    .benefit i[b-ffdy8muiym] { /* Style for icons - you'll need to add icon library */
        font-size: 2em;
        margin-bottom: 10px;
        color: #007bff; /* Example color */
    }

.benefits[b-ffdy8muiym] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.benefit[b-ffdy8muiym] {
    text-align: center; /* Center benefit icons and text */
}

    .benefit i[b-ffdy8muiym] { /* Style for icons - you'll need to add icon library */
        font-size: 2em;
        margin-bottom: 10px;
        color: #007bff; /* Example color */
    }

.buttons[b-ffdy8muiym] {
    margin-top: 30px;
    text-align: center;
}

.button[b-ffdy8muiym] {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    background-color: #007bff; /* Example color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

    .button:hover[b-ffdy8muiym] {
        background-color: #0056b3;
    }

.cta-button[b-ffdy8muiym] {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}
/* _content/SciTechHome/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-0x36lejifo] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-0x36lejifo] {
  color: #0077cc;
}

.btn-primary[b-0x36lejifo] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0x36lejifo], .nav-pills .show > .nav-link[b-0x36lejifo] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-0x36lejifo] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-0x36lejifo] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0x36lejifo] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0x36lejifo] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-0x36lejifo] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
