html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html{
    height: 100%;
    margin: 0;
    overflow: hidden; /* Hide the scrollbar */
}

/* Always set the map height explicitly to define the size of the div
               * element that contains the map. */
gmp-map {
    height: 100%;
}


body {
    height: 100%;
    margin: 0;
    overflow-x: hidden; /* Hide the scrollbar */
}


.hideRow {
    display: none;
}

.no-underline {
    text-decoration: none;
}
.homeList {
    font-size: 24px;
}

.icon-yellow {
    color: #feba03;
}

.containerFooter {
    padding-top: -10px;
    padding-bottom: -10px;
}
.z-index-image {
    position: relative; /* or absolute, depending on your layout needs */
    z-index: -1; /* You can change this value as needed */
    margin-top: -25%;
    margin-left: -9%;
    margin-bottom: -20%;
}

.captchaControl {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-outline-danger {
    color: black;
    background-color: #feba03;
}

    .btn-outline-danger:focus, .btn-outline-danger:hover {
        background-color: black;
        border: none;
        box-shadow: 1px 1px 2px black, -1px -1px 2px #feba03 !important;
        color: #feba03;
    }

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #feba03;
    background-color: black;
    border-color: #feba03;
    box-shadow: #feba03;
}

.btn:focus-visible {
    color: #feba03;
    background-color: black;
    border-color: #feba03;
    outline: 0;
    box-shadow: #feba03;
}

.btn-outline-dark {
    background-color: black;
    color: #feba03;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem #feba03;
}

    .btn-outline-dark:focus, .btn-outline-dark:hover, .btn-outline-dark:active {
        color: black;
        background-color: #feba03;
        border: none;
        box-shadow: 1px 1px 2px black, -1px -1px 2px #feba03 !important;
        outline: 2px solid #feba03 !important; /* Change the color to your desired color */
        outline-offset: 2px;
    }

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: black;
    background-color: #feba03;
    border-color: #feba03 !important;
    box-shadow: #feba03 !important;
}

.btn:focus-visible {
    color: black;
    background-color: #feba03;
    border-color: #feba03 !important;
    outline: 0;
    box-shadow: #feba03 !important;
}

.footer {
    background-color: rgba(255, 255, 255, 0.8);
}

.layoutContainer {
    margin-bottom: 50px;
}


.homepageDiv {
    display: none;
}

.ResinMoldImage {
    position: relative;
    z-index: -2;
    margin-top: -12%;
    opacity: 0.8;
    width:30%;
    margin-bottom: -20%;
}

.layoutImage {
    position:relative;
    z-index: -2;
    margin-top: -12%;
    opacity: 0.1;
    margin-bottom: -30%;
}

    .contactUsContainer {
        background-color: white;
        opacity: 0.9;
    }
/* Snowflake styling */
.snowfall {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.snowflake {
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: fall linear infinite;
}

/* Snowflake animation */
@keyframes fall {
    to {
        transform: translateY(100vh);
        opacity: 0;
    }
}
@media (max-width: 960px) {
    .z-index-image {
        position: relative; /* or absolute, depending on your layout needs */
        z-index: -1; /* You can change this value as needed */
        width: 95%;
        margin-top: -10%;
        margin-left: 5%;
    }

    .hideDiv {
        display: none;
    }

    .showDiv {
        display: block;
    }

    .privacyPolicyImg {
        width: 55%;
    }
}

@media (min-width: 960px) {
    .showDiv {
        display: none;
    }
}
