@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&family=Quicksand:wght@300..700&display=swap');
@font-face {
    font-family: 'EuclidCircularA';
    src: url('../fonts/EuclidCircularA-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*:focus {
    outline: none;
}
body {max-width: 100%;overflow-x: hidden!important}

body{background:#fff;position:relative;padding:0;margin:0;font-size:17px;line-height: 1.2rem;color: #2c2824;letter-spacing: .45px;-webkit-font-smoothing:antialiased; overflow-x:hidden; font-family: "Quicksand", sans-serif;font-weight: 500}a,a:active,a:link,a:hover{text-decoration:none!important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:none!important;}h1,h2,h3,h4,h5,h6,.h6{font-family: "Love Ya Like A Sister", cursive;font-weight: 600; font-optical-sizing: auto;font-style: normal;-webkit-transition: color .5s ease;-moz-transition: color .5s ease;-ms-transition: color .5s ease;-o-transition: color .5s ease;transition: color .5s ease;outline: none;color:inherit} p{text-align: inherit; margin-bottom: 20px;margin-top: 0px;line-height: 1.7} spacer:before{content:"|";display:inline;margin:0px 5px}spacer{display:inline;margin:0px 5px} .npm{ padding:0; margin: 0}.white-text{color:#fff!important}.orange-text{color: #f59e0b!important}.blue-text {color: #0c3857}.light-text {color: #0f9baa}.purple-text {color: #a855f7}.green-text {color:#1f7844}.p70 {padding: 100px 0}
ul {list-style-type: none;padding-left: 0;margin: 0} button{border:0!important; outline: 0!important}.black-text{color:#010101}  .navbar-toggler {color: transparent} .container-fluid1{padding-left:45px; padding-right:45px} .text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.ml-auto, .mx-auto {margin-left: auto!important}

.blue-base-box{position:relative;overflow:hidden;background:linear-gradient(218.15deg, #b966e7 0%, #2f57ef 100%);padding:100px 0px;box-shadow:0 15px 40px rgba(0,0,0,.12);z-index:0;color: #fff}.blue-base-box::before{content:"";position:absolute;width:280px;height:280px;background:rgba(255,255,255,.08);border-radius:50%;top:-120px;right:-100px;z-index:-1}/*.blue-base-box p{font-size:14px;line-height:1.8} .keyline{color:#71167e!important; text-transform: uppercase; font-weight: bold; font-size: 16px}*/

.keyline {
    margin-bottom: 25px;
    display: inline-block;font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    text-transform: uppercase;
    background: #f6e7ff21;
    color: #ffb840;
}.keyline1 {
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 100px;
    text-transform: uppercase;
    background: #ffb840;
    color: #2c2824;
}

.btn-demo{border:none;border-radius:10px;padding:10px 15px;font-size:14px;font-weight:700;transition:.35s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;margin: 2px}.btn-orange{background:#f59e0b;color:#fff;box-shadow:0 10px 25px rgba(245,158,11,.25)}.btn-orange:hover{background:#ea8b00;transform:translateY(-3px);color:#fff}.btn-light-custom{background:#fff;color:#1f2937;box-shadow:0 10px 25px rgba(255,255,255,.18)}.btn-light-custom:hover{transform:translateY(-3px);color:#1f2937}

.main-title {font-size:44px; font-weight: 700; margin-bottom:10px;line-height: 1.23}.course-btn{background: #0ea5c6; border:none; border-radius:10px; padding:10px 15px;font-size:12px;font-weight:700;transition:.35s;text-decoration:none;color:#fff;display:inline-flex;align-items:center;justify-content:center;border:1px solid #0ea5c6} .course-btn:hover{background: #fff; color: #1f2937;border:1px solid #d9eef1}
.sample-box{padding: 8px 20px; border-right: 1px solid #d9eef1}.sample-box-o{border-right: 0px solid #d9eef1}.sample-box h5{font-size: 16px}.sample-box p{font-size: 14px;line-height: 20px}

.base-bg{ background: url(../images/base-bg.png) bottom left no-repeat; background-size: contain; padding: 70px 0; padding-bottom: 150px}
.footer-mini-nav{padding:18px 25px;border-top:1px solid #d9eef1}.footer-mini-nav ul{margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:18px;list-style:none}.footer-mini-nav ul li a{text-decoration:none;color:#425466;font-size:14px;font-weight:600;transition:.3s}.footer-mini-nav ul li a:hover{color:#12b7c7}.bottom-strip{text-align:center;padding:15px 0;font-size:13px;color:#5f6b7a;line-height:1.8;border-top:1px solid #d9eef1}


/* Floating Animation */
@keyframes floatY{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0);
    }
}


.grade-tabs .grade-tab-link{border:1px solid #d5d5d5!important;background:#fff;color:#083b66;padding:10px 20px;border-radius:14px 14px 0 0;font-weight:700;transition:.35s;}.grade-tabs .grade-tab-link:hover{transform:translateY(0)!important}.grade-tabs .grade-tab-link.active{background:linear-gradient(135deg,#13b7c5,#0f88c8);color:#fff;border-color:#0f88c8;box-shadow:0 12px 30px rgba(0,0,0,.08)}.grade-tabs-wrapper{overflow:hidden}.tab-content{background:#fff;border:1px solid #d5d5d5;padding:15px}.success-btn{border-color:#29b765;background:#29b765}.purple-btn{border-color:#b75ce6;background:#b75ce6}
 
.courses-section{padding:100px 0;position:relative;z-index:1;overflow:hidden}.course-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.cources-single-items{position:relative;background:url(../images/cources-bg-ele.png) center/contain no-repeat;z-index:2;padding:24px;margin-bottom:20px}.cources-single-items span{font-size:13px;line-height:16px}.cources-single-items .img1{border: 1px solid #ccc;padding: 5px} 
.icon-box{background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(51,51,51,.2);border-radius:20px;margin-bottom:25px;transition:.3s;padding:20px;font-size: 14px;min-height:280px}.icon-box i{display:flex;align-items:center;justify-content:center;background:#f1f1f1;width:70px;height:70px;transition:.3s;border-radius:50%;padding:5px;margin-bottom:15px}.icon-box:hover i{background-color:#fea633} .icon-box:hover{box-shadow: 0 10px 30px rgb(51 51 51 / 8%)}.icon-box:hover .h6{color:#fea633}.icon-box:hover i img{filter:brightness(0) invert(1)}

.h6{font-weight:800; color:#6754e9; text-transform:uppercase;margin-bottom:10px;letter-spacing:1.5px;font-size: 1.25rem} .maths-p{min-height: 110px}

ul.square{list-style-type:square;margin-bottom:20px;padding-left:0;margin-left:-10px;font-size: 14px}ul.square li{position: relative;
    list-style: none;
    padding-left: 1.5em;
    margin-left: 15px;
    display: block;
    font-weight: 700;
    margin-bottom: .75em;
    font-size: 15px;}ul.square li::before{content:'\25aa';color:#6754e9;position:absolute;left:1px;top:0;font-size: 15px}

/* ===== CPA TABLE ===== */

.cpa-table-wrapper{
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    border: 1px solid #edf0f5;
}

/* Table */
.cpa-table{
    margin: 0;
    table-layout: fixed; /* Equal Width Columns */
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

/* Equal halves */
.cpa-table th,
.cpa-table td{
    width: 50%;
    vertical-align: middle;
}

/* Header */
.cpa-table thead th{
    padding: 14px;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/* Left Header */
.procedure-head{
    background: linear-gradient(135deg, #7d5fff, #6c4ce3);
}

/* Right Header */
.cpa-head{
    background: linear-gradient(135deg, #16c79a, #0ea371);
}

/* Header Flex */
.table-head-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icon */
.table-icon{
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Body */
.cpa-table tbody tr{
    transition: all 0.3s ease;
}

.cpa-table tbody tr:nth-child(even){
    background: #fafcff;
}

.cpa-table tbody tr:hover{
    background: #f3f8ff;
}

/* Cell */
.cpa-table td{
    border: 1px solid #eef2f7;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #4c5667;
    font-weight: 500;
}

/* Content Box */
.content-box{
    display: flex;
    align-items: center;
}

/* Mobile */
@media (max-width: 767px){

    .cpa-table thead th{
        font-size: 16px;
        padding: 16px;
    }

    .cpa-table td{
        padding: 16px;
        font-size: 14px;
    }

    .table-icon{
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 16px;
    }

    .content-box{
        min-height: auto;
    }
}

.purple-base {
    position: relative;
    background-color: #6754e9;
    padding-top:100px;padding-bottom: 30px;
    color: #fff;
    overflow: hidden;z-index: 1
}

.purple-base::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/geometry-bg.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: 50%;
    opacity: 0.025;
    z-index: -1;
}
.list-b{background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    fill: #000;
    color: #000;
    border-radius: 35px;min-width: 200px;
    padding: 10px 20px}
.list-b1 {    background-color: #6b58ea;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #fff;
    border-radius: 35px;
    padding: 10px 18px;
}
.base-b{margin-top:-60px;position: relative; z-index: 2; padding-bottom: 0px}.course-box{background:#fff;border-radius:20px;margin-bottom:20px;transition:.3s;padding:30px 20px;box-shadow: 0 10px 30px rgb(51 51 51 / 7%);border-bottom: 3px solid #6b58ea;min-height: 275px}

.ncf{padding: 20px;border:1px solid #ccc;
    background: #fff;
    color: #2e2e2e!important;
    text-align: center;
    }.ncf p{font-size: 14px;
    font-weight: 700; margin-bottom: 0; margin-top: 10px;
	line-height: 17px;color: #2e2e2e!important}

.box-b{background: #fff; border-style: solid;
    border-width: 1px 1px 1px 1px;border-radius: 20px;
    border-color: #e5e5e5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 20px}


.cpa-flow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:10px;
}

.cpa-step{
    text-align:center;
    max-width:130px;
}

.step-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    position:relative;
    font-size:30px;
    margin-bottom:18px;
}

.step-icon::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    border:3px solid;
}

.step-icon.concrete{
    color:#00a3c8;
}

.step-icon.concrete::before{
    border-color:#00a3c8;
}

.step-icon.pictorial{
    color:#48bb78;
}

.step-icon.pictorial::before{
    border-color:#48bb78;
}

.step-icon.abstract{
    color: #a855f7;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
}

.step-icon.abstract::before{
    border-color:#a855f7;
}

.cpa-step h5{
    font-size:18px;
    font-weight:700;
    color:#0d3557;
    margin-bottom:8px;
}

.cpa-step p{    font-size: 14px;
    color: #667085;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

.flow-arrow{
    font-size:20px;position: relative; top:-34px;
    color:#1594b3;
}


.base-box{background-color: #f1aa00;border-radius: 25px; padding: 45px} .base-back{background: url(../images/hp-port-bg.jpg) bottom left no-repeat;background-size: cover}.base-back1{background: url(../images/hp-port-bg1.jpg) top right no-repeat;background-size: cover}.base-back2{background: url(../images/hp-port-bg2.jpg) center right no-repeat;background-size: cover}


.comparison-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    background: #f4f4f4;
}

.comparison-column {
    width: 50%;
    padding:20px;
}

.challenge-column {
    background: #008dd4;
}

.solution-column {
    background: #22c76a;
}

.comparison-heading {
    text-align: center;
    margin-bottom: 15px;
}

.comparison-heading h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.challenge-column .comparison-heading h3 {
    color: #083b4c;
}

.solution-column .comparison-heading h3 {
    color: #083b4c;
}

.comparison-card {
    background: #fff;
    padding: 10px 13px;
    margin-bottom: 10px;
    min-height: 90px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;

    /* Added */
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.comparison-card .table-icon {
	width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: rgb(0 139 209 / 18%);
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #008bd1;
        flex-shrink: 0;
    display: inline-flex;
    margin-top: 2px;
    margin-right: 9px;
}
.comparison-card .table-icon1 {
	width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: rgb(34 199 106 / 18%);
    font-size: 13px;
    color: #22c76a;
        flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    margin-right: 9px;
}

.comparison-card:hover {
    transform: translateY(-4px);
}



/* Responsive */

@media (max-width: 991px) {

    .comparison-wrapper {
        flex-direction: column;
    }

    .comparison-column {
        width: 100%;
        padding: 80px 20px 25px;
    }

    .vs-badge {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .comparison-heading h3 {
        font-size: 24px;
    }

    .comparison-card {
        font-size: 15px;
        padding: 18px 18px;
    }
}

.main-header{
    background: #fff;
    position: relative;
    z-index: 999;
}

/* ===============================
   TOP HEADER
================================== */

.top-header{
    padding: 12px 30px;
    background: #fff;
}

.navbar-brand{
    width: 120px;
    margin: 0;
}

.navbar-brand img{
    width: 100%;
}

/* ===============================
   DEMO BUTTON
================================== */

.demo-btn{
    background: #12b5c9;
    color: #fff;
    text-decoration: none;
    padding: 11px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.demo-btn:hover{
    background: #099bb0;
    color: #fff;
}

/* ===============================
   NAVBAR
================================== */

.nav-area{
    padding: 0;
    background: #fff;
    border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease;
}

/* Sticky Navbar Only */

.nav-area.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    animation: slideDown 0.4s ease;
    z-index: 9999;
}

@keyframes slideDown{
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}

/* ===============================
   NAV LINKS
================================== */

.navbar-nav{
    gap: 5px;
}

.nav-link{
    position: relative;
    padding: 18px 20px !important;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    transition: all 0.3s ease;
}

.nav-link:hover{
    color: #12b5c9;
}

.nav-link.active{
    color: #12b5c9 !important;
}

.nav-link.active::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 3px;
    background: #12b5c9;
    border-radius: 20px;
}

/* ===============================
   HAMBURGER
================================== */

.navbar-toggler{
    border: none;
    box-shadow: none !important;
    padding: 0;
}

.navbar-toggler-icon {background-image: url(../images/hamburger.svg);background-color: #3b1d82;width: 2.5em;height: 2.5em;background-size: 80%}

/* ===============================
   MOBILE
================================== */

.mobile-logo{
    width: 95px;
}

@media(max-width:991px){

    .top-header{
        display: none;
    }

    .nav-area{
        padding: 12px 0;
    }

    .navbar-collapse{
        margin-top: 15px;
        background: #fff;
        border-top: 1px solid #f1f1f1;
        padding-top: 10px;
    }

    .navbar-nav{
        width: 100%;
        gap: 0;
    }

    .nav-link{
        padding: 14px 10px !important;
        border-bottom: 1px solid #f4f4f4;
        font-size: 14px;
    }

    .nav-link.active::after{
        display: none;
    }

}
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #c3161c!important;
    font-size: 20px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.scroll-top svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    /* Start from top */
}

.scroll-top path {
    stroke: #c3161c;
    stroke-width: 5;
    stroke-linecap: round;
    fill: none;
    stroke-dasharray: 307.919;
    /* circumference */
    stroke-dashoffset: 307.919;
    /* initially empty */
    transition: stroke-dashoffset 0.1s linear;
}

@media (max-width:767px){.text-justify{text-align:left} .text-right, .copyright{text-align:center!important} spacer:before{display: none}spacer{margin:5px 0; display:block} .p70{padding:50px 0} .container-fluid1 {padding-left: 30px;padding-right: 30px} .cpa-step {max-width: 230px;}.flow-arrow {display: none}.course-bg {width: inherit;
	height: 100%}.grade-tabs .grade-tab-link {
    padding: 14px 24px;
    border-radius: 14px; min-width: inherit;
    margin: 2px 3px;
	}.sample-box img{margin-bottom: 10px}
	.main-title {font-size: 22px;
}
html body {min-width: 100%;min-height: 100%;-webkit-background-size: auto auto;-moz-background-size: auto auto;-o-background-size: auto auto;background-size: auto auto}
}

@media (max-width: @iphone-screen) {background-attachment:inherit;background-size:cover;-webkit-background-size:cover} 
