:root {
    /* --engageRed: #E10A0A; */
    --engageRed: #ff0a0a;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none;
    border: none;
}

body,
html {
    font-size: 14px;
    background: #FAF9FA;
}

.three-pilar .card .arrow-link,
.link-button-section .bis-btn,
.products-box .product-link,
.gradient-box,
.engage-highlights .card,
.three-pilar .card,
.three-pilar .card img, .user-guide-btn {
    /* transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;    */

    transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}

.custom-header {
    background-image: -moz-linear-gradient(20deg, #ff0a0a 0, #ff0285 100%);
    background-image: -webkit-linear-gradient(20deg, #ff0a0a 0, #ff0285 100%);
    background-image: -o-linear-gradient(20deg, #ff0a0a 0, #ff0285 100%);
    background-image: -ms-linear-gradient(20deg, #ff0a0a 0, #ff0285 100%);
    background-image: linear-gradient(20deg, #ff0a0a 0, #ff0285 100%)
}

.home-icon {
    border-right: 1px solid #c30049;
    padding-right: 2rem;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.text-engage-red {
    color: var(--engageRed);
}

.engage-heading-section {
    text-align: center;
}

.engage-heading-section h1 {
    font-size: 3rem;
    font-weight: bold;
    color: var(--engageRed);
    text-transform: uppercase;
    margin-top: 2rem;
}

.engage-heading-section p {
    font-size: 1.2rem;
    color: #555;
    position: relative;
    margin-bottom: 5rem;
}

.engage-heading-section p:after {
    content: "";
    width: 50px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}

.dual-heading {
    text-transform: uppercase;
}

.heading-section {
    margin: 5rem 0 2.5rem;
}

.engage-red {
    color: var(--engageRed);
}

.gradient-box {
    padding: 2rem;
    border-radius: 2rem;
    color: #fff;
    min-height: 415px;
    padding-top: 3rem;
    border: 1px solid #fff;
}

.gradient-box h6 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.gradient-box p {
    font-size: 13px;
    margin: 0;
}

.gradient-box:hover {
    box-shadow: 0 6px 20px #bbb;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: top top;
    -moz-transform-origin: top top;
    -o-transform-origin: top top;
    transform-origin: top top;
}

.red-gradient {
    background: #ff0285;
    background: -moz-linear-gradient(top, #ff0285 0%, #ff0a0a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff0285), color-stop(100%, #ff0a0a));
    background: -webkit-linear-gradient(top, #ff0285 0%, #ff0a0a 100%);
    background: -o-linear-gradient(top, #ff0285 0%, #ff0a0a 100%);
    background: -ms-linear-gradient(top, #ff0285 0%, #ff0a0a 100%);
    background: linear-gradient(to bottom, #ff0285 0%, #ff0a0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0285', endColorstr='#ff0a0a', GradientType=0);
}

.red-gradient:hover {
    background: #ff0a0a;
    background: -moz-linear-gradient(top, #ff0a0a 0%, #ff0285 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff0a0a), color-stop(100%, #ff0285));
    background: -webkit-linear-gradient(top, #ff0a0a 0%, #ff0285 100%);
    background: -o-linear-gradient(top, #ff0a0a 0%, #ff0285 100%);
    background: -ms-linear-gradient(top, #ff0a0a 0%, #ff0285 100%);
    background: linear-gradient(to bottom, #ff0a0a 0%, #ff0285 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0a0a', endColorstr='#ff0285', GradientType=0);

}

.voilet-gradient {
    background: #7a216f;
    background: -moz-linear-gradient(top, #7a216f 0%, #581151 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #7a216f), color-stop(100%, #581151));
    background: -webkit-linear-gradient(top, #7a216f 0%, #581151 100%);
    background: -o-linear-gradient(top, #7a216f 0%, #581151 100%);
    background: -ms-linear-gradient(top, #7a216f 0%, #581151 100%);
    background: linear-gradient(to bottom, #7a216f 0%, #581151 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a216f', endColorstr='#581151', GradientType=0);
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.product-center {
    background: url('../../images/engageCapabilities/product-center.jpg') no-repeat center center;
    background-size: cover;
    min-height: 300px;
    padding: 1rem 0 5rem;
    background-attachment: fixed;
}

.product-center .dual-heading {
    color: #fff;
}

.dual-heading {
    font-weight: bold;
}

.portal-section {
    margin-bottom: 5rem;
}

.three-pilar .card {
    border-radius: 2rem;
    overflow: hidden;
    border: 0;
    box-shadow: 0 4px 10px #eee;
}

.three-pilar .card img {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.three-pilar .card:hover {
    box-shadow: 0 4px 20px #ddd;
}

.three-pilar .card:hover img {
    transform: scale(1.05);
}

.three-pilar .card .arrow-link {
    color: var(--engageRed);
    float: right;
    margin-right: 1.5rem;
}

.three-pilar .card:hover .arrow-link {
    margin-right: 1rem;
}

/* 
.three-pilar {
    position: relative;
    top: -160px;
} */
.products-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 8rem;
}

.products-box .product-link {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
    background: #262126;
    border-radius: 1.5rem;
    padding: 2rem 1.2rem;
    color: #fff;
    text-decoration: none;
    width: 170px;
    border: 1px solid #564856;
    margin-top: 10px;
}

.products-box .product-link:hover {
    background: #000;
    border: 1px solid #7c464c;
    margin-top: 0;
    box-shadow: 0 4px 20px #000;
}

.products-box .product-link img {
    width: 60px;
    height: 60px;
}

.engage-highlights .comma {
    width: 40px;
    margin-bottom: 2rem;
}

.engage-highlights .card {
    border-radius: 2rem;
    text-align: left;
    min-height: 300px;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px #eee;
}

.engage-highlights .card:hover {
    background: #fdf6f6;
    color: #000;
    border-color: var(--engageRed);
}

.carousel-control-prev, .carousel-control-next {
    background: #ddd;
    width: 50px;
    height: 50px;
    top: 40%;
    border-radius: 50%;
}
.carousel-control-prev{
    left: -60px;
}
.carousel-control-next{
    right: -60px;
}

.engage-highlights .card:hover .card-body p {
    color: #222;
}

.engage-highlights .card-body {
    padding: 2rem;
}

.engage-highlights .card-body p {
    color: #555;
}

.engage-highlights .carousel-inner {
    padding-bottom: 1rem;
}

.carousel-item {
    transition: transform 500ms ease-in;
}

.section-heading {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: 5px solid var(--engageRed);
    padding: 5px 0;
    padding-left: 1.8rem;
}

.link-box i {
    text-decoration: none;
}

.link-box {
    display: grid;
    grid-template-columns: 1fr auto;
    background: #fff;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    /* color: var(--engageRed); */
    font-weight: 500;
    text-decoration: none;
    align-items: center;
}

.link-button-section {
    margin: 2rem 0;
}

.link-button-section .bis-btn {
    display: inline-block;
    border: 1px solid var(--engageRed);
    color: #000;
    padding: 2rem 3rem;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.link-button-section .bis-btn:hover {
    box-shadow: 0 4px 10px #ddd;
    background: #fff;
}

.link-button-section .bis-btn i {
    margin-right: 1rem;
    font-size: 1.4rem;
    color: var(--engageRed);
}


.section {
    /* padding: 8rem 0;
    min-height: 60vh;
    border-bottom: 1px solid #ddd;  */

    padding: 8rem 4rem;
    min-height: 60vh;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin: 2rem 0;
    border-radius: 2rem;
}

.section .content-img {
    margin: 2rem auto;
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
}

#toTop {
    padding: 10px 15px;
    background: #fff;
    color: #000;
    position: fixed;
    bottom: 20px;
    right: 5px;
    display: none;
    border-radius: 40px;
    border: 0.1rem solid #000;
    cursor: pointer;
}
#toTop:hover{
    border-color: var(--engageRed);
}

.user-guide-btn{
    width: 270px;
    background: #ff0a0a80;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    bottom: 40px;
    text-decoration: none;
}
 
.user-guide-btn:hover{
    background: var(--engageRed);
    box-shadow: 0 5px 10px #ac4e4e;
}

.three-pilar .card p.card-text{
    min-height: 42px;
}