@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

/* Fonts Start */
@font-face {
    font-family: 'Georama';
    src: url('../font/georama/Georama-Bold.woff2') format('woff2'),
        url('../font/georama/Georama-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../font/Inter/Inter18pt-Bold.woff2') format('woff2'),
        url('../font/Inter/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Reg';
    src: url('../font/Inter/Inter18pt-Regular.woff2') format('woff2'),
        url('../font/Inter/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-semiBold';
    src: url('../font/Inter/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../font/Inter/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-med';
    src: url('../font/Inter/Inter18pt-Medium.woff2') format('woff2'),
        url('../font/Inter/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #0074c2;
    --text-color: #212121;
    --light-text-color: #2121219f;
    --white-color: #FCFFF7;
    --light-white-color: #dad9d9;
    --background-light: #d4fcfc;
    --active-card: #c6d9e1;
}

/* Fonts Ends */

/* Main Css Starts */

.banner {
    margin-top: 80px;
    height: 280px;
}

.banner-text {
    width: 780px;
}

.banner-title {
    font-size: 42px;
    font-weight: 900;
    font-family: 'Georama';
    text-transform: capitalize;
    color: #212121;
    text-align: center;
}

.banner-para {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter-Reg';
    color: #212121;
    text-align: center;
    width: 75%;
    margin: 20px auto;
}

.mask-image {
    text-align: center;

}

.mask-image img {
    height: 400px;
}

.wrapper-product {
    background: url(../images/background-img3.jpg) no-repeat;
    background-size: cover;
}

.product-det-text {
    text-align: center;
    padding: 50px 0 20px 0;
}

.product-det-text .feature-title {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Inter-med";
    color: #212121;
}

.product-det-text .feature-title span {
    margin-left: 5px;
}

.product-det-text .PT-title {
    font-size: 2rem;
    font-weight: 900;
    font-family: "Georama";
    line-height: 3rem;
    width: 54%;
    margin: 0 auto;
}

.product-det-text .PT-title span {
    color: #0074c2;
}

.product-det-text p {
    width: 57%;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter-Reg";
    color: #918f8f;
    margin: 12px auto;
}

.product-modules {
    width: 93%;
    max-width: 1200px;
    margin: 30px auto 0 auto;
    padding-bottom: 50px;
}

.section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}

.module-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* text-align: center; */
    transition: all 0.3s ease;
    border: 1px solid #e5e8ec;
}

.module-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.module-card .icon {
    font-size: 32px;
    background-color: #FAFCFF;
    color: #003253;
    border: 1px solid rgba(0, 50, 83, 0.2);
    width: 80px;
    height: 80px;
    /* padding: 12px 24px; */
    border-radius: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-card h5 {
    margin: 0px 12px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter-semiBold";
    color: #212121;
}

.module-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter-Reg";
    line-height: 1.5;
    color: #808080;
    text-align: justify;
    margin-top: 15px;
}

.module-card ul {
    margin-top: 15px;
}

.module-card ul li {
    margin: 8px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter-Reg";
    line-height: 1.5;
    color: #808080;
    text-align: justify;
}

.broucher {
    padding: 100px 0px 50px 0;
    background-color: #f7ffe9;
}

.broucher-det {
    background: url('../images/demobackground.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 50px;
    border-radius: 35px;
}

.broucher-text h3 {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Georama";
    color: #FCFFF7;
    margin: 20px 0;
}

.broucher-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter-Reg";
    color: #FCFFF7;
    margin: 20px 0;
}

.broucher-text button {
    background-color: #0074c2;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: "Inter-med";
    padding: 12px 24px;
    outline: none;
    color: rgba(245, 243, 255, 1);
    margin-right: 10px;
    border-radius: 40px;
}

.broucher-text button .fas {
    rotate: 45deg;
}

.broucher-image {
    margin-top: -7rem;
    text-align: center;
}

.broucher-image img {
    height: 475px;
}

.mobile {
    padding: 75px 0;
}

.mobile-text .mobile-title {
    font-size: 2.5rem;
    font-weight: 900;
    font-family: "Inter-Bold";
    color: #212121;
    margin-bottom: 16px;
}

.mobile-text .mobile-para {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Inter-Reg";
    line-height: 1.6rem;
    color: #212121;
    margin-bottom: 12px;
}

.mobile-features {
    margin: 1rem 0;
    border-right: 1px solid #cacaca9f;
}

.mobile-features:nth-child(6),
.mobile-features:nth-child(3) {
    border-right: none;
}

.mobile-features .icon {
    font-size: 2.2rem;
    color: #0074c2;
}

.mobile-features h6 {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Inter-med";
    color: #212121;

}

:root {
    --primary: #0074c2;
    --muted: #6b7280;
    --bg: #f7fbff;
    --card: #ffffff;
    --radius: 12px;
    --gap: 24px;
    --max-width: 1200px;
    --flow: 1.35rem;
}

/* Left content */
.content {
    margin: 50px 0;
}

.content p.lead {
    color: var(--muted);
    margin: 0 0 18px 0;
    max-width: 55ch;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Inter-Reg";
}

.content .cta-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 28px;
}

.content .link-ghost {
    background: transparent;
    border: 0;
    color: var(--primary);
    font-weight: 500;
    font-family: "Inter-med";
    cursor: pointer;
    margin-left: 20px;
}


/* Right visual */
.visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(3, 18, 29, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #ffffff, #f0fcff);
    transform-origin: center;
    border: 6px solid white;
}

.phone img {
    display: block;
    width: 100%;
    height: auto;
}

/* Feature grid */
.mobilefeatures {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
    margin-top: 8px;
    width: 100%;
    max-width: 760px;
}

.feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9));
    padding: 14px 12px;
    border-radius: 12px;
    box-shadow: 0 1px 0 rgba(15, 23, 36, 0.04);
    min-height: 62px;
}

.icon {
    min-width: 44px;
    min-height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 116, 194, 0.08);
    color: var(--primary);
    flex-shrink: 0;
}

.feature h6 {
    margin: 0;
    font-size: 0.98rem;
    font-family: "Inter-semiBold";
}

.feature p {
    margin: 6px 0 0 0;
    font-size: 0.88rem;
    font-family: "Inter-Reg";
    color: var(--muted)
}

/* Responsive */

@media (max-width:760px) {

    .visual {
        width: 100%;
        margin-top: 8px
    }

    .phone-wrap {
        margin: 0 auto;
        transform: none
    }

    .phone {
        border-radius: 22px
    }

    h2 {
        font-size: 1.5rem
    }

    .features {
        grid-template-columns: 1fr;
        gap: 12px
    }
}