@charset "utf-8";
/* CSS Document */


        :root {
            --primary-color: #0b3c68; /* CTPL Blue */
            --primary-dark: #072a49;
            --secondary-color: #f72585; /* CTPL Pink Accent */
            --accent-color: #e74c3c;
            --text-dark: #1f2937;
            --text-light: #6b7280;
            --bg-light: #f8f9fa;
            --bg-dark: #111827;
            --line: #e4ddcf;
            --slate: #5c6273;
            --paper-2:#f3ede2;
            --ink:#12182b;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text-dark);
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6 {
            font-weight: 700;
            letter-spacing: -0.025em;
        }

        .text-primary { color: var(--primary-color) !important; }
        .text-secondary { color: var(--secondary-color) !important; }
        .bg-primary-custom { background-color: var(--primary-color) !important; }

        a{color:var(--brand);text-decoration:none;}
        a:hover{color:var(--ink);}

        /* Buttons */
        .btn-srem{
        background:var(--secondary-color);
        border:1px solid var(--secondary-color);
        color:#fff;
        font-family:'Manrope',sans-serif;
        font-weight:700;
        padding:14px 30px;
        border-radius:10px;
        transition:all .25s ease;
        display:inline-flex;
        align-items:center;
        gap:10px;
        }
        .btn-srem:hover{background:#f72585;border-color:#f72585;color:#fff;transform:translateY(-2px);}
        .btn-srem-outline{
        background:transparent;
        border:1.5px solid rgba(255,255,255,0.35);
        color:#fff;
        font-family:'Manrope',sans-serif;
        font-weight:700;
        padding:13px 28px;
        border-radius:10px;
        }
        .btn-srem-outline:hover{background:rgba(255,255,255,0.12);color:#fff;}

        .btn-primary {
            background-color: var(--secondary-color);
            border-color: var(--secondary-color);
            color: #fff;
            font-weight: 600;
            padding: 12px 28px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background-color: #d81b60;
            border-color: #d81b60;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(247, 37, 133, 0.3);
        }

        .btn-outline-primary {
            color: var(--primary-color);
            border-color: var(--primary-color);
            font-weight: 600;
            padding: 12px 28px;
            border-radius: 8px;
        }

        .btn-outline-primary:hover {
            background-color: var(--primary-color);
            color: #fff;
        }

        /* Navbar */
        .navbar {
            padding: 1rem 0;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid #e5e7eb;
        }

        .navbar-brand {
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--primary-color);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* Hero Section */
        .hero-section {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            /* Transparent educational background image */
            background-image: linear-gradient(rgba(11, 60, 104, 0.85), rgba(11, 60, 104, 0.95)), url('../../images/frontend/photo-1523240795612-9a054b0db644.jpg');
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 120px 0 80px;
            color: white;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .hero-stats{display:flex;gap:2.2rem;flex-wrap:wrap;margin-top:2.2rem;}
        .hero-stat b{display:block;font-family:'Manrope',sans-serif;font-size:1.6rem;color:#fff;}
        .hero-stat span{font-size:0.85rem;color:#a9aec2;}
        
        .hero-subtitle {
            font-size: 1.25rem;
            font-weight: 400;
            color: #e2e8f0;
            margin-bottom: 2.5rem;
        }

        /* Styled Enquiry Form */
        .hero-form-container {
            background: #ffffff;
            background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="%230b3c68" fill-opacity="0.05" fill-rule="evenodd"/></svg>');
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255,255,255,0.1);
            position: relative;
            overflow: hidden;
        }

        .hero-form-container::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; height: 6px;
            background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));
        }

        /* .form-control, .form-select {
            padding: 12px 16px;
            border-radius: 8px;
            border: 1px solid #e5e7eb;
            background-color: #fff;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(11, 60, 104, 0.25);
        } */

        /* Journey rail */
        .journey-rail{
        display:flex;
        overflow-x:auto;
        gap:0;
        padding-bottom:12px;
        scrollbar-width:thin;
        }
        .journey-step{
        flex:0 0 auto;
        width:230px;
        padding:1.6rem 1.4rem;
        position:relative;
        }
        .journey-step:not(:last-child)::after{
        content:'';
        position:absolute;top:2.6rem;right:-14px;
        width:28px;height:2px;background:var(--line);
        }
        .journey-num{
        font-family:'Manrope',sans-serif;font-weight:800;font-size:0.78rem;
        color:var(--secondary-color);border:1.5px solid var(--secondary-color);
        width:34px;height:34px;border-radius:50%;
        display:flex;align-items:center;justify-content:center;margin-bottom:1rem;
        }
        .journey-step h6{font-family:'Manrope',sans-serif;font-weight:700;margin-bottom:0.5rem;font-size:1rem;}
        .journey-step p{color:var(--slate);font-size:0.87rem;margin:0;}

        /* Section basics */
        .section{padding:110px 0;}
        .section-tight{padding:80px 0;}
        .section-head{max-width:760px;}
        .section-title{font-size:2.4rem;margin-bottom:1rem;}
        .bg-alt{background:var(--paper-2);}
        .bg-ink{background:var(--ink);color:#fff;}
        .bg-ink .lede{color:#b7bccd;}
        .divider-line{height:1px;background:var(--line);}

        /* Spotlight deep dives */
        .spotlight-row{display:flex;flex-wrap:wrap;align-items:center;gap:3rem;margin-bottom:6.5rem;}
        .spotlight-row:last-child{margin-bottom:0;}
        .spotlight-visual{
        flex:1 1 420px;
        border-radius:20px;
        background:var(--ink);
        padding:2.4rem;
        min-height:340px;
        position:relative;
        overflow:hidden;
        color:#fff;
        }
        .spotlight-visual .mockline{height:10px;border-radius:6px;background:rgba(255,255,255,0.08);margin-bottom:10px;}
        .spotlight-text{flex:1 1 420px;}
        .spotlight-text ul{list-style:none;padding:0;margin:1.4rem 0 0;}
        .spotlight-text li{display:flex;gap:12px;margin-bottom:0.9rem;color:var(--slate);}
        .spotlight-text li svg{flex:0 0 auto;width:20px;height:20px;stroke:var(--secondary-color);fill:none;stroke-width:2;margin-top:2px;}

        .eyebrow{
            font-family:'Manrope',sans-serif;
            font-size:0.78rem;
            font-weight:700;
            letter-spacing:0.14em;
            text-transform:uppercase;
            color:var(--secondary-color);
        }

        /* Section Styling */
        .section-padding { padding: 100px 0; }
        
        .section-title {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
            color: var(--primary-color);
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--secondary-color);
            border-radius: 2px;
        }

        .section-title.text-start::after {
            left: 0;
            transform: none;
        }

        .bg-light-alt { background-color: var(--bg-light); }

        /* What is SREM - Visual Blocks */
        .srem-info-card {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
            height: 100%;
            border-bottom: 4px solid var(--secondary-color);
            transition: transform 0.3s ease;
        }
        .srem-info-card:hover {
            transform: translateY(-5px);
        }
        .srem-icon-wrapper {
            width: 70px;
            height: 70px;
            background: rgba(11, 60, 104, 0.1);
            color: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin: 0 auto 20px;
        }

        /* Alternating Feature Blocks */
        .feature-row { margin-bottom: 100px; }
        .feature-row:last-child { margin-bottom: 0; }
        .feature-row i{ color:#f72585;}
        .feature-text-box { padding: 2rem; }

        /*
         * "Powerful Capabilities" bullets.
         *
         * The tick and its text are siblings in a flex row, so the icon always
         * sits on the first line of the block it belongs to. The old grid split
         * (col-3 label / col-9 description) let the two drift apart as soon as
         * a label wrapped, which is what made the ticks look misaligned.
         *
         * line-height on the icon matches the h6's so the two share a baseline
         * band; margin-top nudges the circle's optical centre onto the cap
         * height of the text.
         */
        .capability-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .capability-item {
            display: flex;
            align-items: flex-start;
            gap: 0.85rem;
            margin-bottom: 1.35rem;
        }
        .capability-item:last-child { margin-bottom: 0; }
        .capability-item > i {
            flex: 0 0 auto;
            font-size: 1.15rem;
            line-height: 1.5;
            color: var(--secondary-color);
        }
        .capability-item h6 {
            margin-bottom: 0.3rem;
            font-size: 1rem;
            line-height: 1.5;
            color: var(--text-dark);
        }
        .capability-item p {
            margin: 0;
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.6;
        }
        .feature-list li {
            margin-bottom: 1rem;
            display: flex;
            align-items: flex-start;
        }
        .feature-list i {
            color: var(--secondary-color);
            margin-top: 5px;
            margin-right: 12px;
            font-size: 1.1rem;
        }
        .feature-image-container {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .feature-image-container:hover { transform: translateY(-10px); }

        /* Integrations Carousel (Slick) */
        /*
         * Slick lays slides out as floated blocks, so each card was only as tall
         * as its own copy — "Connects With Your Entire Ecosystem" showed a
         * ragged row of different-height cards, and `height:100%` on the card
         * did nothing because the slide had no resolved height to inherit.
         * Making the track a flex row gives every slide the row's height; the
         * card then stretches into it.
         */
        .integrations-carousel .slick-track {
            display: flex !important;
        }
        .integrations-carousel .slick-slide {
            height: auto !important;
            display: flex !important;
        }
        .integrations-carousel .slick-slide > div {
            display: flex;
            width: 100%;
        }
        .integration-slide {
            padding: 15px;
            display: flex;
            width: 100%;
        }
        .integration-card {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        /*
         * The glyphs differ in width and height (a credit card is wide and
         * short, the WhatsApp mark is a tall circle), so left to themselves
         * they sat at different heights across the row. A fixed band with the
         * icon centred inside it lines every card's icon up on the same axis.
         */
        .integration-card > i {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 64px;
        }
        .integration-card h5 { margin-bottom: 0.75rem; }
        /* Pins the copy to the bottom so headings stay on one line together. */
        .integration-card p { margin-top: auto; }
        .integration-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            border-color: var(--primary-color);
            transform: translateY(-5px);
        }
        .cat-badge {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--secondary-color);
            font-weight: 700;
            display: block;
            margin-bottom: 15px;
        }

        /*
         * Official partner / social brand colours.
         *
         * These marks previously used .text-secondary, which this theme maps to
         * the CTPL pink accent — so every third-party logo rendered pink. Kept
         * as one named set so the partner strip and the footer icons cannot
         * drift apart.
         */
        .brand-icon {
            transition: transform 0.25s ease, opacity 0.25s ease;
        }
        .brand-icon:hover { transform: translateY(-3px); }
        .brand-svg {
            height: 3.25rem;
            width: auto;
            display: inline-block;
            vertical-align: middle;
        }
        /* The footer marks sit at fs-5, not at the partner strip's fa-4x. */
        .social-icons .brand-svg { height: 1.5rem; }
        a.brand-icon:hover { opacity: 0.85; }
        .brand-aws {
            background-image: linear-gradient(to bottom, #252F3E 0 55.3%, #FF9900 55.3% 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent !important;
            -webkit-text-fill-color: transparent;
        }
        /* Without background-clip support the transparent fill would render the
           mark invisible, so fall back to the flat orange it used before. */
        @supports not ((background-clip: text) or (-webkit-background-clip: text)) {
            .brand-aws {
                background-image: none;
                color: #FF9900 !important;
                -webkit-text-fill-color: #FF9900;
            }
        }
        .brand-meta      { color: #0081FB !important; }
        .brand-stripe    { color: #635BFF !important; }
        /* !important is what holds the colour through `.footer a:hover`, which
           otherwise repaints footer links with the pink accent. */
        .brand-twitter   { color: #1DA1F2 !important; }

        /* Slick dots styling */
        .slick-dots li button:before {
            font-size: 12px;
            color: var(--primary-color);
        }
        .slick-dots li.slick-active button:before {
            color: var(--secondary-color);
        }

        /* Parallax CTA Section */
        .cta-parallax {
            background-image: linear-gradient(rgba(11, 60, 104, 0.9), rgba(11, 60, 104, 0.95)), url('../../images/frontend/photo-1541339907198-e08756dedf3f.jpg');
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
            color: white;
        }

        /* Footer */
        .footer {
            background-color: var(--primary-dark);
            color: #d1d5db; /* Light gray for readability */
            padding: 80px 0 40px;
        }
        .footer a {
            color: #d1d5db;
            text-decoration: none;
            transition: color 0.3s;
        }
        .footer a:hover {
            color: var(--secondary-color);
        }
        .footer h5 {
            color: #ffffff;
        }

        /* mobile responsive start */

        @media (min-width:320px) and (max-width:480px){
            .hero-title{
                font-size: 2rem;
            }
            .hero-subtitle {
                font-size: 0.95rem;
            }
            .hero-form-container{
                /* margin-top: 15%; */
                padding: 20px;
            }
            .section-title {
                font-size: 2rem;
            }
            .feature-row {
                margin-bottom: 0px;
            }
            .section-padding {
                padding: 50px 0;
            }
        }

        /* mobile responsive end  */



        

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100% !important;
    /* padding: 20px 15px; */
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    /* margin-bottom: 50px; */
}

.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}

.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #D51C53, #D51C53);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #D51C53;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.btn-style-five,
.btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #D51C53;
    border: 1px solid #D51C53;
}

.loginwithotpbtn,
.loginwithotpbtn:hover {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

#loginregister {
    box-shadow: none !important;
}

form#dataFormRegistration {
    display: block !important;
}

/* Form Css Ends */


.modal-body {
    padding: 0;
}

.modal-body .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
    border: 2px solid #000;
    opacity: 1;
    color: #000;
    border-radius: 30px;
    padding: 10px;
}
.btn-form-one .btn-style-one {
    float: right;
}
#loginregister .nav-tabs .nav-link {
    width: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    font-weight: 500;
}