body { font-family: "Poppins", sans-serif; font-size: 17px; }

.taz-support body, .taz-savedata body {
    background-color: #dee3e8;
}

:root {
    --red-taz: #d8172d;
    --dim : 100px;
}

.taz-support .taz-logo { max-width: 250px; }

.taz-secure .taz-logo {
    max-width: 250px;
}

.bg-page {background-color: #dee3e8;}

.bg-half-image {
    position: relative;
}

.bg-half-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-image: url(../images/support-1.jpg);
    background-size: cover;
    background-position: center;
}

.bg-half-image.img-2:before {
    background-image: url(../images/support-2.jpg);
}

.fs-65 {font-size: 65px;}
.fs-50 {font-size: 50px;}
.fs-40 {font-size: 40px;}
.fs-35 {font-size: 35px;}
.fs-30 {font-size: 30px;}
.fs-24 {font-size: 24px;}
.fs-20 {font-size: 20px;}
.fs-18 {font-size: 18px;}
.fs-14 {font-size: 14px;}

.italic {font-style: italic;}

.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}

.lh-130 {line-height: 1.3;}
.lh-140 {line-height: 1.4;}
.lh-150 {line-height: 1.5;}
.lh-200 {line-height: 2;}

.p-xl { padding: var(--dim) }
.pt-xl { padding-top: var(--dim); }
.pb-xl { padding-bottom: var(--dim); }
.ps-xl { padding-left: var(--dim); }
.pe-xl { padding-right: var(--dim); }
.px-xl { padding-left: var(--dim); padding-right: var(--dim); }
.py-xl { padding-top: var(--dim); padding-bottom: var(--dim); }


.m-xl { margin: var(--dim); }
.mt-xl { margin-top: var(--dim); }
.mb-xl { margin-bottom: var(--dim); }
.ms-xl { margin-left: var(--dim); }
.me-xl { margin-right: var(--dim); }
.mx-xl { margin-left: var(--dim); margin-right: var(--dim); }
.my-xl { margin-top: var(--dim); margin-bottom: var(--dim); }


.vid-wrap {
    z-index: -100;
    position: relative;
    overflow: hidden;
}

.vid-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    z-index: -1;
}

.taz-secure .vid-wrap.video-height, .half-vh {
    min-height: 50vh;
}

.rounded-img {
    border-radius: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.card-support {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-border-radius: 1rem;
    --bs-card-border-color : transparent;
    height: 100%;
    overflow: hidden;
}

.card-taz, .card-2 {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-border-radius: 1.2rem;
    --bs-card-border-color : transparent;

    /*box-shadow: 0 0 10px var(--bs-gray-200);*/
    height: 100%;
    overflow: hidden;
}

.card-taz {
    transition: translate 0.3s ease-in-out;
}

.card-taz img {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.card-taz:hover {
    translate: 0 -5px;
}

.card-taz:hover img {
    filter: grayscale(0%);
}

.card-taz .card-title {
    font-size: 1.4rem;
    font-weight: 600;
}

.card-taz .card-body {
    flex: 0 1 auto;
}

.card-taz .card-body p {
    font-weight: 300;
}

.card-2 .card-hero {
    background-color: var(--red-taz);
    color: white;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.card-2 ul, ul.cklist {
    list-style: none;
    padding: 0;
}
.card-2 li {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.3;
}

ul.cklist li {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    padding-left: 1.9rem;
    position: relative;
}

ul.cklist li:before {
    content : '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-circle-check-icon lucide-circle-check'><circle cx='12' cy='12' r='10'/><path d='m9 12 2 2 4-4'/></svg>");
    position: absolute;
    left: 0;
    top: 1px;
    background-position: center;
    background-repeat: no-repeat;
}

ul.red-boxes {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

ul.red-boxes li {
    flex: 0 1 300px;

    background-color: var(--red-taz);
    color: white;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    font-weight: 300;
    aspect-ratio: 2/1;
    display: flex;
    align-items: center;
}

.bg-1 {
    background-image: url(../images/bg-1.jpg);
    background-size: cover;
    background-position: center;
}

.bg-danger { background-color: var(--red-taz) !important; }
.text-danger { color: var(--red-taz) !important; }

.row.g3 {
 --bs-gutter-x : 3em;
}

ul.icon-list {
    list-style: none;
    padding: 0;
}

ul.icon-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
}

ul.services-list, ul.unstyled {
    list-style: none;
    padding: 0;
}

ul.services-list li {
    margin-top: 20px;
}

ul.services-list li div {
    border-top: 2px solid var(--red-taz);
    padding-top: 5px;
    margin-top: 7px;
    font-weight: 300;
}

.rounded-10 { border-radius: 10px; }
.circle { border-radius: 50%; }

.minh-2 h3 {
    min-height: 4.5em;
    display: flex;
    align-items: center;
}

.minh-3 h3 {
    min-height: 2em;
}

.push-down-25 {
    position: relative;
    bottom: -25px;
}

.taz-savedata .hero-bg {
    height: 50vh;
    background-image: url(../images/savedata-1.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    position: relative;
}

@media (max-width: 768px) {

    .push-down-25 {
        bottom: 0;
    }

    .container { overflow:hidden; }

    :root {
        --dim : 50px;
    }

    img.taz-logo { max-width: 200px; }

    .fs-65 {font-size: 48px;}
    .fs-50 {font-size: 40px;}
    .fs-40 {font-size: 35px;}
    .fs-35 {font-size: 30px;}
    .fs-30 {font-size: 28px;}

    .bg-half-image:before { display: none; }

    .container.full-width { padding-left: 0; padding-right: 0; }

}

