:root {
    --primary-color:#E7000B;
    --secondary-color:#F0000B;
    --white:#ffffff;
    --light-gray:#E2E8F0;
    --secondary-light-gray:#737373;
    --tertiary-light-gray:#919191;
    --dark-orange:#800006;
    --primary-black:#0F172B;
    --dark-gray:#1D293D;
    --black:#000;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    background-color:var(--white);
    font-family: "Poppins", sans-serif;
}

.unset-row > .row {
    all: unset;
}

.justify-center-row > .row {
    justify-content: center;
}

a {
    text-decoration:none;
}

.centered {
    display:block;
    margin:auto;
}

/*Anchor link*/
:target {
    display:block;
    position:relative;
    top:-200px;
    visibility:hidden;
}

.section{
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-banner {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.inner-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(0deg, rgba(20, 33, 65, 0.75) 0%, rgba(20, 33, 65, 0.75) 100%);
    z-index: 1;
    background-blend-mode: multiply, normal;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.inner-banner .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.inner-title {
    position: relative;
    z-index: 2;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin: 50px 0 0;
}

/*Hero*/
.inner-hero-bg {
    background-image: url(./../../../data/editor/home/hero-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height:800px;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.inner-hero-title {
    color:var(--white);
    font-size: 48px;
    font-weight: 600;
}

.highlighted-text {
    color:var(--secondary-color);
    font-size: inherit;
}

.point-wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 16px;
}

.point-wrapper p {
    font-size:18px;
    color:var(--light-gray);
}

/*Button*/
.btn-wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 16px;
}

.btn:focus,
.btn:active,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.primary-btn {
    display:inline-flex;
    gap: 10px;
    font-size:16px;
    font-weight: 500;
    background-color:var(--secondary-color);
    color:var(--white);
    border-radius: 10px;
    padding: 15px 26px 17px;
}


.primary-btn:hover ,
.submit-btn:hover{
    background-color:var(--dark-orange);
    color:var(--white)
}

.secondary-btn {
    font-size:16px;
    font-weight: 500;
    color:var(--white);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 26px 17px;
}

.secondary-btn:hover{
    color:var(--primary-color);
}

.submit-btn {
    font-size:16px;
    font-weight: 500;
    background-color:var(--secondary-color);
    color:var(--white);
    border-radius: 10px;
    padding: 15px 26px 17px;
    box-shadow: 0 10px 15px -3px rgba(231, 0, 11, 0.30), 0 4px 6px -4px rgba(231, 0, 11, 0.30);
}

.content-sm-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    color:var(--primary-color);
    text-transform:uppercase;
}

.content-title {
    font-size: 34px;
    font-weight: 600;
    color:var(--primary-black);
}

.white-txt {
    color:var(--white);
}

.black-txt {
    color:var(--black);
}
.content-text {
    font-size:16px;
    color:var(--secondary-light-gray);
    line-height:28px;
}

.content-item {
    display:flex;
    align-items:center;
    gap: 10px;
    margin-bottom: 16px;
}

.content-item i {
    font-size:20px;
    color:var(--primary-color);
}

.content-item p ,
.card-wrapper h5,
.contact-info-wrapper h5{
    font-size: 16px;
    font-weight: 600;
    color:var(--dark-gray);
    margin-bottom:0;
}

/*Card*/
.card-wrapper {
    display:flex;
    border-radius: 14px;
    border: 1px solid #F1F5F9;
    background-color:var(--white);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 25px;
    min-height:160px;
    height:auto;
}

.card-wrapper img {
    margin-bottom: 16px;
}

.card-wrapper p{
    margin-top: 8px;
    font-size:14px;
    color:var(--tertiary-light-gray);
}

/*Overlay Card*/
/*.overlay-card {*/
/*    display:grid;*/
/*    background-repeat:no-repeat;*/
/*    height:auto;*/
/*    aspect-ratio: 3 / 2;*/
/*    !*transition: transform 0.3s ease;*!*/
/*    border-radius:10px !important;*/
/*    background-position:center center !important;*/
/*    overflow:hidden;*/
/*    padding:0;*/
/*    place-items:end start;*/
/*}*/

/*.overlay-card::after {*/
/*    content: "";*/
/*    height:100%;*/
/*    width:100%;*/
/*    position:absolute;*/
/*    background: linear-gradient(*/
/*            180deg,*/
/*            rgba(255,255,255,0) 26.92%,*/
/*            rgba(0,0,0,0.75) 100%*/
/*    );*/
/*    background-blend-mode: multiply, normal;*/
/*    -webkit-backdrop-filter: blur(2px);*/
/*    backdrop-filter: blur(2px);*/
/*}*/

/*.overlay-card:hover {*/
/*    !*transform: translateY(-10px);*!*/
/*    box-shadow: 0 10px 15px -3px rgba(231, 0, 11, 0.30), 0 4px 6px -4px rgba(231, 0, 11, 0.30);*/
/*}*/

/*.overlay-text {*/
/*    z-index:2;*/
/*    padding:20px 0 8px 40px;*/
/*}*/

/*.overlay-text p {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color:var(--white);*/
/*}*/

/*Solution wrapper*/
.solution-wrapper {
    position:relative;
    width:100%;
    aspect-ratio: 3 / 2;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
}

.solution-wrapper::after {
    content: "";
    position:absolute;
    inset:0;
    background: linear-gradient(
            180deg,
            rgba(255,255,255,0) 26.92%,
            rgba(0,0,0,0.75) 100%
    );
    background-blend-mode: multiply, normal;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index:1;
}

.solution-wrapper:hover {
    box-shadow: 0 10px 15px -3px rgba(231, 0, 11, 0.30), 0 4px 6px -4px rgba(231, 0, 11, 0.30);
}

.solution-wrapper img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.overlay-text-wrapper {
    position:absolute;
    left:0;
    bottom: 0;
    width:100%;
    z-index: 2;
    padding:20px 20px 24px;
}

.overlay-text-wrapper a {
    text-decoration:none;
}

.overlay-text-wrapper h1 {
    font-size: 16px;
    font-weight: 600;
    color:var(--white);
}

/*Contact us*/
.cu-card {
    border-radius: 10px;
    background: #F8FAFC;
    padding: 20px 0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
}

.contact-info-wrapper {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap: 8px;
}

.contact-info-wrapper .text {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap: 20px;
}
.contact-info-wrapper i {
    font-size: 30px;
    color:var(--primary-color);
}

.contact-info-wrapper p,
.contact-info-wrapper a {
    font-size:18px;
    color:#45556C;
    text-align:center;
    margin-bottom:8px;
}

.contact-info-wrapper a:hover {
    color:var(--primary-color);
}

.contact-info-wrapper h5 {
    text-align:center;
}

/*Footer*/
.footer-bg {
    padding:20px 0 0;
    background-color:var(--black);
}

.footer-info-wrapper {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.footer-info-wrapper p , .footer-info-wrapper a {
    font-size:14px;
    color:#C2C2C2;
}

.footer-info-wrapper a:hover {
    font-size:14px;
    color:var(--primary-color);
}

.cu-form .form-control {
    background-color:#FAFAFA;
    border-bottom:1px solid #D7D7D7 !important;
    border-radius: 5px;
    border:none;
    margin-top: 8px;
}

.cu-form textarea.form-control {
    height: 230px;
}

.cu-form [class*="_container"] > .col-12:first-child{
    color: #6c6c6c;
}

.submit-btn-wrapper {
    display:flex;
    justify-content:end;
}

/*Product catalogue*/
.product-card-wrapper img {
    display:block;
    margin:auto;
    width:200px;
    height:200px;
    object-fit:contain;
}

.product-cat-title {
    font-size:20px;
    font-weight: 600;
    color:var(--primary-black);
    margin-top:50px;
}

.product-cat-title.sm-title {
    font-size:12px;
    font-weight:400;
    color:#9E0011;
}
.download-btn {
    display:block;
    margin:auto;
    font-size:14px;
    color:#9d9d9d;
}

.product-tabs .share_content_tabs {
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:1px solid #fff;
    gap: 30px;
}

.product-tabs .share_content_tabs .nav-link {
    display:flex;
    align-items:center;
    justify-content:center;
    width:320px;
    height:100px;
    /*padding:10px 20px;*/
    border:1px solid #DBDBDB;
    border-radius:12px;
    box-sizing:border-box;
}

.product-tabs .share_content_tabs .nav-link img {
    max-height:100%;
    width:auto;
    object-fit:contain;
    display:block;
}

.product-tabs .share_content_tabs .nav-link.active {
    border:1px solid var(--primary-color);
    border-radius:12px;
}

@media only screen and (max-width: 991px) {
    .centered-content {
        display:flex;
        justify-content:center;
    }

    .inner-hero-title {
        font-size:42px;
    }

    .content-title , .inner-title{
        font-size: 30px;
    }

    .footer-info-wrapper {
        flex-direction:column;
    }
	
	.inner-title {
		margin-top:0;
	}
}


@media only screen and (max-width: 767px) {
    .inner-hero-title {
        font-size:35px;
    }

    .point-wrapper {
        flex-wrap:wrap;
    }

    .point-wrapper p {
        font-size: 17px;
    }

    .inner-hero-bg {
        height: auto;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media only screen and (max-width: 575px) {
    .solution-wrapper .centered h1{
        font-size: 18px;
    }

    .content-title , .inner-title{
        font-size:28px;
    }

    .submit-btn-wrapper {
        justify-content:start;
    }

    .btn-wrapper {
        flex-wrap:wrap;
    }

    .inner-hero-title {
        font-size: 32px;
    }
	
}

@media only screen and (max-width: 400px) {
    .inner-hero-title {
        font-size:28px;
    }

    .point-wrapper p {
        font-size:16px;
        margin-bottom:0;
    }

    .content-title {
        font-size: 24px;
    }

    .content-text {
        font-size:14px;
    }

    .footer-info-wrapper p {
        text-align:center;
    }
}