
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
    --text-color : rgb(75, 85, 99);
    --text-color-dark : rgb(55, 65, 81);
}

body{
 font-family: "Inter", sans-serif !important;
 line-height: 1.625;
}

.bg-grey-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-grey-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gradient-blue{
    background-image: linear-gradient(to bottom right, #eff6ff, #eef2ff);
}

.bg-gradient-blue-0{
    /* background-image: linear-gradient(to bottom right, #2563eb, #1e40af); */
    background-image: linear-gradient(to bottom right, rgb(10,64,100), rgb(20, 86, 129));
}

.bg-gradient-dark-blue{
    background-image: linear-gradient(to right, rgb(16, 95, 148), rgb(10,64,100));
}


.hover-bg:not(.active):hover {
    /* color: rgb(37, 99, 235) !important; */
    color: rgb(10,64,100) !important;
    background-color: rgb(239, 246, 255);
}

.hover-bg-white:not(.active):hover {
    color: rgb(10,64,100) !important;
    /* color: rgb(37, 99, 235) !important; */
    background-color: rgb(255, 255, 255);
}

.text-visible{
    color: rgb(219, 234, 254);
    font-family: "Inter", sans-serif;
}

.mw-48{
    max-width: 48rem;
}

.mw-28{
    max-width: 28rem;
}

.bg-primary{
    background-color: rgb(10,64,100) !important;
}

.nav-pills .active{
    background-color: rgb(10,64,100) !important;
}

.text-4xl{
    font-size: 3.75rem;
    line-height: 1;
}

.text-3lxl{
    font-size: 2.25rem;
}

.text-3xl{
    font-size: 3rem;
}

.hover-n-tranform:hover{
    transform: none !important;
    transition: all 0.2s ease-in-out;
}

.text-2xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-1xl{
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm{
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xs{
    font-size: .75rem;
    line-height: 1rem;
}
.pt-5r{
    padding-top: 5rem !important;
}

.fs-40 { font-size: 40px !important; }
.fs-36 { font-size: 36px !important; }
.fs-20 { font-size: 20px !important; }
.fs-16 { font-size: 16px !important; }
.h-16 { height: 4rem !important; }
.w-16 { width: 4rem !important; }

.h-12 { height: 3rem !important; }
.w-12 { width: 3rem !important; }

.h-8 { height: 2rem !important; }
.w-8 { width: 2rem !important; }

.fw-600{
    font-weight: 600;
}

.primary-text-c{
    color: rgb(10, 64, 100);
}


.bg-success-100{
    background-color: rgb(220 252 231) !important;
}

.sub-tc{
    color: var(--text-color);
    max-width: 48rem;
}

.grey-600{
    color: var(--text-color);
}
.grey-700{
    color: var(--text-color-dark);
}

.text-gray-900 {
    color: rgb(17 24 39);
}


.text-non-v{
    color: rgb(107, 114, 128) !important;
}
.icon{
    background-color: rgb(239, 246, 255);
}

.btn-outline-white{
    border: 2px solid #ffffff !important;
    color: #fff !important;
}

.btn-primary{
    background-color: rgb(10, 64, 100) !important;
}


/* ========= MAintainence section======== */
.feature-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
    background-color: #fff;
    height: 100%;
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
.feature-icon {
    width: 50px;
    height: 50px;
    background-color: #e8f1ff;
    color: #175E81;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: .75rem;
}

.feature-icon-sm {
    width: 40px;
    height: 40px;
    background-color: #e8f1ff;
    color: #175E81;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: .75rem;
}

.feature-card img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}
.feature-body {
    padding: 1.5rem;
    font-family: "Inter", sans-serif;
}


/* ======= Key fetures ======= */

.key-features .nav-item button{
    color: var(--text-color);
}


/* ======= dwd fms ======= */

.dwd-fms .nav-item button{
    color: var(--text-color);
}