@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* ---variable colors---*/
* {
    --primary-color: #512fc9;
    --text-primary-black: #292b3a;
    --text-secondary-black: #64748B;
    --white-color: #ffffff;
    --rubik-font: "Rubik", sans-serif !important;
    --accent-color: #512fc9;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
    --default-color: #292b3a;
    --red-color: #d42423;
    --green-color: #28a745;
    --area-bg-left: color-mix(in srgb, var(--primary-color), white 60%);

    --muted: #6b7280;
    --row-odd: #fbfbff;
    --border: #e6e9f2;
}

body {
    font-family: 'Nunito', sans-serif;
    letter-spacing: .0178571429em;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--text-primary-black);
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.g-4>[class*='col-'] {
    padding: 1rem;
    /* 24px — same as g-4 in Bootstrap 5 */
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #f8f6f5;
    padding: 10px 0;
    font-size: 14px;
    /* position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999; */
}

#topbar .contact-info i {
    font-style: normal;
    color: #512fc9;
}

#topbar .youtube i {
    color: #FF0000;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 10px;
    color: #666666;
}

#topbar .contact-info i a,
.extend-btn {
    line-height: 0;
    transition: 0.3s;
}

#topbar .contact-info i a:hover,
.extend-btn:hover {
    color: #512fc9;
}

#topbar .extend-div-mobile {
    padding: 10px 5px 0px;
    display: none;
}

#topbar .extend-btn {
    padding-left: 10px;
    color: #666;
}

#topbar .social-links a {
    color: #65534c;
    line-height: 0;
    transition: 0.3s;
    margin-left: 15px;
}

#topbar .social-links a:hover {
    color: #512fc9;
}

#topbar .bi-clock::before,
#topbar .bi-bootstrap::before,
#topbar .bi-book::before,
#topbar .bi-youtube::before {
    /* margin-top: -3px; */
    font-size: 18px;
}

#topbar .bi-book,
#topbar .bi-bootstrap {
    border-right: 1px solid #a1a6ab;
}

#topbar .expiry-text {
    border-left: 1px solid #a1a6ab;
}

.bi-twitter,
.bi-facebook,
.bi-instagram {
    font-size: 18px;
}

@media only screen and (max-width:968px) {
    #topbar .contact-info i {
        margin-left: 0px !important;
    }

    #topbar .expiry-text,
    #topbar .social-links {
        padding-right: 0px !important;
        margin-left: 0px !important;
    }

    #topbar .expiry-text {
        display: none !important;
    }

    #topbar .extend-div-mobile {
        display: block;
    }

    #topbar .bi-book {
        border-right: none;
    }
}

/* topbar end */
/* .navbar{position:sticky} */
.dropdown-menu.show:after,
.dropdown-menu.show:before,
.show>.dropdown-menu:after,
.show>.dropdown-menu:before {
    display: none;
}

.menu-large {
    position: static !important;
}

.login-menu {
    padding: .25rem 0;
    background: #fff;
    color: #495057;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}

.login-menu .dropdown-item {
    padding: .5rem 1rem;
    font-size: 16px;
    color: #495057;
}

.product-megamenu {
    padding: 20px 20px;
    width: 700px;
    background: #fff;
    color: #495057;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}

.s-r-megamenu {
    padding: 20px 20px;
    width: 370px;
    background: #fff;
    color: #495057;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}

.megamenu {
    padding: 20px 20px;
    width: 97%;
    left: 2%;
    background: #fff;
    color: #495057;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #512fc9;
    font-size: 18px;
}

@media (max-width: 992px) {
    .m-nav-item {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .m-nav-item .btn {
        display: block;
    }

    .logo-width img {
        height: 50px !important;
        padding-left: 16px;
    }

    .m-mt-3 {
        margin-top: 15px;
    }

    .megamenu {
        width: 100%;
        left: -12px;
        position: relative !important;
    }
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

.logo-width img {
    height: 34px;
}

.navbar {
    padding: 3px 0;
    min-height: 60px;
    box-shadow: 0 2px 4px #00000014, 0 4px 12px #00000014;
    background-color: #fff;
}

.d-ml-5 {
    margin-left: 30px;
}

.flex {
    flex: 1 1 0% !important;
}

.user-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #512fc9;
}

.user-icon-circle:hover {
    color: #ffffff;
}

.user-icon-circle {
    font-size: 16px !important;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.fs-14 {
    font-size: 14px !important;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #512fc9;
    border-color: #512fc9
}

.btn-primary:hover {
    background-color: #5E16BD;
    color: #fff;
    border-color: #5E16BD;
}

.navbar-nav .nav-link {
    color: var(--text-primary-black);
    font-weight: 600;
    font-size: 14px;
    padding: 6px;
}

.btn-outline-primary {
    color: #512fc9;
    border-color: #512fc9;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #512fc9;
    border-color: #512fc9;
}

/* --megamenu start */
.mega-menu {
    width: 98%;
    margin-right: 1%;
    padding-bottom: 20px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 3px 12px 1px #2c378226;
}

.menu-content hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.menu-content .main-title {
    color: #666666;
    font-weight: 300;
    margin: 5px 0px;
    font-size: 13px;
    letter-spacing: 1px;
}

.menu-content .main-title:hover {
    color: #512fc9;
    text-decoration: none;
}

.menu-content a {
    font-size: 12px;
    color: #263238;
}

.profile-content .profile-links:active {
    color: var(--text-primary-black);
}

.profile-links {
    padding: 5px !important;
    font-size: 13px !important;
    cursor: pointer;
}

.profile-links i {
    font-size: 12px;
}

.dropdown-menu.show:after,
.dropdown-menu.show:before,
.show>.dropdown-menu:after,
.show>.dropdown-menu:before {
    opacity: 1;
}

.dropdown-menu-right:after,
.dropdown-menu-right:before {
    left: auto;
    right: 10px;
}

.dropdown-menu:before {
    border-bottom-color: transparent;
}

.dropdown-menu:after,
.dropdown-menu:before {
    margin-left: 10px;
}

.dropdown-menu:after,
.dropdown-menu:before {
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

.dropdown-menu:before {
    top: calc(-9px + -.5rem);
}

.dropdown-menu:after,
.dropdown-menu:before {
    content: "";
    height: 0;
    opacity: 0;
    transition: opacity .1s cubic-bezier(.3, .5, .5, 1);
    position: absolute;
    top: calc(-8px + -.5rem);
    width: 1px;
}

.card-title a {
    font-size: 16px;
    font-weight: 500;
    color: #512fc9;
    line-height: 1.25;
    margin-bottom: 0px;
    cursor: pointer;
}

.bg-icon {
    position: relative;
    width: 3rem;
    height: 3rem;
    padding: 0;
    font-weight: bold;
    color: #512fc9;
    background-color: #f5f6f8;
    border-radius: 25%;
}

.bg-icon .btn-icon__inner i {
    font-size: 20px !important;
}

.student-bg-icon {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    font-weight: bold;
    color: #512fc9;
    background-color: rgb(21 24 54 / 10%);
    border-radius: 50%;
}

.btn-icon__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.student-bg-icon .btn-icon__inner i {
    font-size: 16px !important;
    line-height: 25px;
}

.student-tab-bg-icon {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 0;
    font-weight: bold;
    color: #512fc9;
    background-color: rgba(21, 24, 54, 0.1);
    border-radius: 50%;
}

.student-tab-bg-icon .btn-icon__inner i {
    font-size: 36px !important;
    line-height: 48px;
}

.bg-icon-title {
    font-size: 14px;
    color: #1f1f23;
    margin-bottom: 2px;
    font-weight: 600;
    opacity: .8;
}

.menu-content .bg-icon-desc {
    color: #757d83;
    font-weight: 300;
    margin: 0px 0px;
    font-size: 13px;
    letter-spacing: normal;
    white-space: normal;
}

.menu-item {
    padding: 10px 0;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: var(--text-primary-black);
    text-align: inherit;
    white-space: nowrap;
    background-color: initial;
    border: 0;
}

.menu-item:hover {
    background-color: #f4f6f8;
    border-radius: 10px;
    text-decoration: none;
}

.mr-12pt,
.mx-12pt {
    margin-right: 0.75rem !important;
}

@media (min-width: 567px) and (max-width: 991px) {
    .m-w-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .m-w-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    background: #f6f9ff;
    padding: 0 0 30px 0;
    font-size: 14px;
}

.footer .footer-newsletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #512fc9;
}

.footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #512fc9;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
    background: #5969f3;
}

.footer .footer-top {
    background: white url(/assets/images/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #512fc9;
    margin-top: 3px;
}

.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    color: #512fc9;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 500;
    color: #512fc9;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #142328;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
    color: #512fc9;
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #512fc9;
}

.footer .credits {
    padding-top: 0px;
    text-align: center;
    font-size: 13px;
    color: #512fc9;
}

.text-center-1 {
    z-index: 999999;
    position: fixed;
    background-color: #fff;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.footer-category-title h3 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    color: #666666;
    margin: 0px 0 10px 0;
}

.footer-category-title h2 {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    color: #666666;
    margin: 0px 0 20px 0;
}

.footer-category-title ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.footer-category-title ul li .tag-link:hover {
    text-decoration: underline;
}

.footer-category-title ul li {
    width: auto;
    margin: 0 0 10px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    color: #393d47;
    padding: 0 10px 0 0;
    border-right: 1px solid #393d47;
}

.footer-category-title ul li .tag-link {
    color: #393d47;
}

.footer-category-title ul li .bold {
    font-weight: bold !important;
}

.footer-category-title ul li:last-child {
    border: none;
}

.tag-bw {
    font-size: 20px;
    color: #393d47;
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    color: #512fc9;
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

.m-show-d-none {
    display: none;
}

@media (max-width: 992px) {
    .m-show-d-none {
        display: block;
    }
}

.btn-primary:focus {
    background-color: #512fc9 !important;
    border-color: #512fc9 !important;
    box-shadow: none !important;
}

.dropdown-item:active {
    background-color: transparent;
}

/* --------------------Old css-------
-------------------------------------- */
.card {
    margin-bottom: 25px;
}

.custom-card {
    background-color: #ffffff;
    border-color: #866cf4;
    border-width: 3px;
    padding: 20px;
    min-height: 132px;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

/* .custom-card:hover {
    background-color: #ffffff;
    border-color: #b6bbc3;
    border-radius: 5px;
} */

.custom-card i {
    text-align: center;
    font-size: 40px;
}

.custom-card h6 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
}

.category-card {
    padding: 40px;
    background-color: #ffffff;
    margin-bottom: -70px;
    box-shadow: 0px 0px 12px #cacece;
    margin-top: 40px;
    border-radius: 10px;
}


.section-type-client {
    padding: 50px 0px 50px 0px;
    color: #fff;
    width: 100%;
    float: left;
    background-image: url(/assets/images/bg-1.jpg);
    text-align: center;
    background-position: center bottom;
    background-size: cover;
}


.card_light_box a {
    display: inline-flex;
    background: #ffffff;
    height: 90px;
    border-radius: 2px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    width: 100%;
}

.matcard {
    position: relative;
    bottom: 47px;
}

.dream {
    width: 50%;
    margin-top: 15%;
    padding-left: 9%;
    display: block;
    text-align: left;
}

.viewInfo {
    width: 15rem;
    margin-top: 3%;
}

.rating {
    color: gold;
    font-size: 20px;
}

.dream h1 {
    font-weight: 700;
}

.maindiv1 {
    width: 87%;
    display: inline-flex;
    margin-left: 13%;
}

.div1 {
    display: inline-flex;
    width: 30%;
}

.P0 {
    margin-bottom: 0px;
}

.tex-center {
    text-align: center;
}

.tabgrp {
    margin-left: 5%;
}

.text-center {
    text-align: center;
}

.topCat {
    display: inline-flex;
    width: 90%;
    margin-left: 10%;
    margin-bottom: 5%;
}

.topcatDiv {
    padding-top: 2%;
    background-color: #e9ebee;
}

.topCat .card {
    position: relative;
    margin-right: 15px;
}

.cardBtn {
    position: absolute;
    left: 20px;
    top: 90px;
    box-shadow: 0px 0px 11px #3e3f40;
}

.cardBtn .btn {
    background-color: white !important;
}

.fir {
    width: 100%;
    height: 13rem;
    padding-top: 2%;
    background-color: lightcoral;
}

.sec {
    width: 100%;
    height: 13rem;
}

.itemList {
    width: 100%;
    position: absolute;
    top: 6.5rem;
}

.relative {
    position: relative;
}

.topCat .cardIMG {
    margin-right: 15px;
}

.WhiteColor {
    color: white;
}

.f30 {
    font-size: 30px;
}

.f2 ul {
    list-style: none;
}

.f3 ul {
    list-style: none;
}

.f2list {
    cursor: pointer;
}

/* .footer {
    background-color: black;
    width: 100%;
} */

.videoImg {
    width: 3rem;
}

.footerBody div {
    width: 30%;
    margin-left: 8%;
}

.footerBody {
    width: 100%;
}

.f1 div {
    width: 100%;
}

.stack .small,
small {
    color: var(--text-secondary-black);
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


/* .features {
    background-color: #f5f5f5;
} */

.features .feature-box {
    padding: 24px 20px;
    /* box-shadow: 0px 0 30px rgb(121 127 138 / 25%); */
    border: 1px solid #e7eaf3;
    box-shadow: 0 3px 3px -2px rgb(39 44 51 / 10%), 0 3px 4px 0 rgb(39 44 51 / 4%), 0 1px 8px 0 rgb(39 44 51 / 2%);
    transition: 0.3s;
    height: 100%;
}

.features .feature-box:hover {
    border-color: rgba(55, 125, 255, .3);
    box-shadow: 0 0 35px rgb(55 125 255 / 13%);
}

.features .feature-box h3 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
}

.features .feature-box i {
    line-height: 0;
    /* background: #ecf3ff; */
    background: rgba(0, 201, 167, .1);
    color: var(--primary-color);
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.features .feature-box:hover i {
    background: rgba(0, 201, 167, .1);
    color: var(--primary-color);
}

.features .feture-tabs {
    margin-top: 120px;
}

.features .feture-tabs h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.features .aos-init {
    margin-top: 25px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }

    .main-counts .count-box {
        margin-bottom: 30px;
    }

    .features {
        padding: 0 !important;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.features .feture-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--primary-color);
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: var(--primary-color);
}

.features .feature-icons {
    margin-top: 120px;
}

.features .feature-icons h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
    background-image: url('/assets/img/icon-bg.svg');
    background-repeat: no-repeat;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: var(--primary-color);
}

.features .feature-icons .content .icon-box i {
    font-size: 26px;
    line-height: 44px;
    color: var(--primary-color);
    margin-right: 40px;
    margin-top: 5px;
}

.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484;
}


/* ---features end-- */


/* mobile view start */

@media only screen and (max-width: 768px) {
    .section-1-title .main-title {
        font-size: 35px !important;
    }

    .custom-card {
        margin-bottom: 25px;
    }

    .m-none {
        display: none;
    }

    .tagLine {
        line-height: 22px;
        font-size: 14px;
        font-weight: normal;
    }

    .category-card {
        padding: 15px;
        margin-top: 0px;
    }

    .category-card .custom-h1 {
        font-size: 20px;
        line-height: 38px;
        padding: 0px 10px;
        margin: 0px;
    }

    .card-single {
        display: block !important;
    }

    ::ng-deep .testimonials-section .p-carousel-container {
        padding: 0px 0px !important;
    }

    ::ng-deep .testimonials-section .p-carousel .p-carousel-content .p-carousel-prev {
        position: absolute;
        left: 0;
        z-index: 15;
    }

    ::ng-deep .testimonials-section .p-carousel .p-carousel-content .p-carousel-next {
        position: absolute;
        right: 0;
        z-index: 15;
    }

    .testimonials-section .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ---testimonial start------ */
.home-testimonial-card {
    border-radius: 15px;
    background-color: var(--white-color);
    padding: 30px;
    border: none;
}

.home-testimonial-card h2 {
    font-size: 15px;
    font-weight: 600;
    color: #556577;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.home-testimonial-card h6 {
    font-size: 12px;
    font-weight: 500;
    color: #97a6b5;
    line-height: 1.4;
    margin-bottom: 0px;
}

.home-testimonial-card p {
    margin: 0 0 15px;
    min-height: 130px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #424242;
}

.testimonials-section {
    background-image: url('/assets/images/main-testimonial-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f6f8;
    padding: 30px 0px;
}

.seminars-section {
    background-image: url('/assets/images/main-circle-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px;
}

.circle-bg {
    /* background-image: url('../../../assets/images/main-circle-bg.png');
    background-repeat: no-repeat;
    background-position: center; */
    /* background: #f8f5ff url('../../../assets/images/main-circle-bg.png') no-repeat center; */
    background: #f5f6f8;
    padding: 60px 0;
}

.banner-shape {
    pointer-events: none;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.card-single .review-attribution .review-img {
    text-align: center;
    margin-bottom: 20px;
}

.card-single .review-attribution img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}

/* new testimonials */
.testimonials-wrap {
    padding: 40px 0;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, .16), 0 1px 4px -1px rgb(0 0 0/4%);
}

.testimonial-box .description {
    min-height: 96px;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #512fc9;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
    min-height: 35px;
    line-height: 20px;
    padding-top: 10px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 55px;
    height: 25px;
    line-height: 20px;
    color: #512fc9;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .testimonial-box .description {
        min-height: 145px;
    }

    .testimonial-box .position {
        min-height: 50px;
    }
}

/* ---testimonials end--- */

@media (max-width: 1024px) {
    .custom-card {
        margin-bottom: 25px;
    }
}


/* mobile view end */

/* marque start */
.test-scroll {
    width: 100%;
    margin-top: 15px;
    min-height: 40px;
}

.test-scroll ul {
    margin: 0 auto;
    padding: 0px;
    float: left;
}

.test-scroll ul li:hover {
    background-color: #eaeaea;
}

.test-scroll ul li {
    list-style-type: none;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid rgba(214, 219, 224, .6);
    border-radius: 5px;
    color: var(--primary-color);
    margin: 0px 0px 0px 5px;
    font-weight: bold;
    cursor: pointer;
}

.test-scroll ul li a {
    color: var(--primary-color);
}

.banner-tags ul li:hover {
    background-color: #eaeaea;
}

/* marque end */

.banner-tags {
    width: 100%;
    margin: 0px 0px 10px 0px;
    float: left;
}

.banner-tags ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    float: left;
}

.banner-tags ul li {
    padding: 5px 25px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid rgba(214, 219, 224, .6);
    border-radius: 5px;
    color: var(--primary-color);
    margin: 5px 5px 5px 0px;
    font-weight: bold;
}

.banner-tags ul li a {
    color: var(--primary-color);
}

.f60 {
    font-size: 60px !important;
    font-weight: 600;
    line-height: 60px;
    color: var(--text-primary-black);
}

.dashTagInfo {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding-right: 40px;
}

.tagLine {
    padding-top: 0px;
    line-height: 26px;
    font-size: 20px;
    color: var(--text-secondary-black);
}

.trial-tags ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 15px;
}

.trial-tags ul i {
    padding-right: 10px;
    color: #28a745;
    font-weight: bold;
    /* font-size: 12px; */
    line-height: 0;
}

.trial-tags ul li {
    padding: 0px;
    display: inline;
    align-items: center;
    text-indent: -13px;
    line-height: 30px;
    margin-left: 40px;
    color: var(--text-primary-black);
}

@media only screen and (max-width: 768px) {
    .dashTagInfo {
        margin-top: 0px;
        position: relative;
        top: 0px;
        transform: none;
        padding-right: 0px;
    }

    .main-counts .count-box span {
        font-size: 24px;
    }

    .f60 {
        font-size: 40px !important;
        line-height: 45px;
    }

    .m-none {
        display: none;
    }

    .banner-tags {
        display: none;
    }

    .testimonials-section {
        padding: 20px 0px;
        background-image: none;
    }
}

@media (min-width: 567px) and (max-width: 991px) {
    .m-col-4-tags {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .banner-tags {
        display: none;
    }

    .m-none {
        display: none;
    }

    .testimonials-section {
        background-image: none !important;
    }
}

.custom-h1 {
    font-size: 40px;
    text-align: center;
    line-height: 57px;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
    background-color: #c8ff00;
}

/* ---ipad pro---- */
@media (min-width: 1024px) and (max-width: 1300px) {
    .test-scroll {
        min-height: 80px;
    }
}

.course-section {
    background-color: #e9e2ff;
    padding: 80px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    padding: 40px 0 40px;
    margin-top: 60px;
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 12px #cacece;
    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #592b82;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
    margin-bottom: 10px;
    margin-left: -4px;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}


/* mobile view start */

@media only screen and (max-width: 768px) {
    .counts .count-box {
        margin-bottom: 30px;
    }
}

@media (min-width: 567px) and (max-width: 991px) {
    .m-port {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
  # Counts
  --------------------------------------------------------------*/
.main-counts {
    padding: 25px 0 25px;
    margin-top: 20px;
}

.main-counts .exams-box:hover.exams-box i,
.main-counts .courses-box:hover.courses-box i,
.main-counts .skilltracks-box:hover.skilltracks-box i {
    background: var(--primary-color);
    color: #fff;
    transition: 0.5s;
}

.main-counts .count-box {
    transition: 0.5s;
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    background: rgb(81 47 201 / 10%);
    cursor: pointer;
}

.main-counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #fff;
    border: 1px solid #eee;
    padding: 12px;
    color: var(--primary-color);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 48px;
    height: 48px;
}

.main-counts .count-box span {
    font-size: 20px;
    display: block;
    font-weight: 600;
    color: var(--text-primary-color);
    display: inline;
}

.main-counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

/* carousel start */
::ng-deep .p-carousel .p-carousel-indicators {
    display: none;
}

::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-prev,
::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-next {
    color: #fff;
    background: var(--primary-color);
    z-index: 15;
    position: absolute;
}

::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-prev {
    left: 0px;
}

::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-next {
    right: 0px;
}

::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
::ng-deep .items-carousel-card .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #fff;
    background: var(--primary-color);
    opacity: 0.6;
}

::ng-deep .items-carousel-card .p-disabled,
.p-component:disabled {
    opacity: 0;
}

/* carousel end */
.welcome-card {
    background-image: url('/assets/images/bg-2.png');
    background-position: bottom;
    background-size: auto;
}

.skilltrack-product-item {
    margin: 10px;
}

/* services strt */
.offers .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background-color: #f8f5ff;
    border: 1px solid transparent;
    transition: 0.5s;
}

.offers .icon-box:hover {
    border: 1px solid var(--primary-color);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.offers .icon-box i {
    float: left;
    color: var(--primary-color);
    font-size: 40px;
}

.offers .icon-box h3 {
    margin-left: 70px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--text-primary-black);
}

.offers .icon-box .desc {
    font-size: 14px;
    line-height: 25px;
    color: var(--text-secondary-black);
}

.m-l-70 {
    margin-left: 70px !important;
}

.offers .icon-box:hover h3 {
    color: var(--primary-color);
}

.offers .icon-box:hover .btn-outline-primary {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.icon-box-item {
    z-index: 3;
    margin-bottom: 1.5rem;
}

.icon-box-item .block:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    border: 1px solid var(--primary-color);
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.05);
}

.icon-box-item .block {
    padding: 25px;
    border-radius: 15px;
    transition-duration: 0.5s;
    border: 1px solid var(--white-color);
}

.icon-box-item .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 65px;
    font-size: 1.5rem;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--accent-color);
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
}

.rounded-number {
    font-size: 24px !important;
    height: 70px !important;
    width: 70px !important;
    border-radius: 8px !important;
    font-weight: 800;
    line-height: 70px !important;
}

.about-section {
    padding: 60px 0;
    background-color: #f5f6f8;
}

.about-section .main-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px -4px #00000040, inset 0 -1px 0 0 #ffffff40, inset 0 -1px 0 1px #ffffff0d, inset 0 1px 0 0 #ffffff1a;
}

.about-section .main-box:hover {
    transform: translateY(-5px);
}

.about-section .content-box {
    padding: 0 15px;
}

.about-title {
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--text-primary-black);
}

.about-desc {
    font-size: 14px;
    line-height: 25px;
    color: var(--text-primary-black);
}

.m-h-125 {
    min-height: 125px;
}

.m-h-80 {
    min-height: 80px;
}

.about-btn {
    border-radius: 10px;
    padding: 13px 25px;
}

.section-1-title .main-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: "Rubik", sans-serif !important;
}

.section-1-title .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--text-primary-black);
    margin-bottom: 20px
}

.fs-60 {
    font-size: 60px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-18 {
    font-size: 18px !important;
}

@media only screen and (max-width: 575px),
only screen and (min-width:768px) and (max-width:991px) {
    .section-1-title .sub-title {
        font-size: 16px
    }
}

.section-1-title.shape-03 {
    padding-bottom: 25px
}

.section-1-title.shape-03 .main-title span:before {
    position: absolute;
    content: "";
    background-image: url('/assets/images/shape-4.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 121px;
    height: 13px;
    right: 0;
    bottom: -11px
}

.section-1-title.shape-03.shape-4-white .main-title span:before {
    background-image: url('/assets/images/shape--white-4.png');
}

@media only screen and (max-width: 575px) {
    .section-1-title.shape-03 .main-title span:before {
        display: none
    }
}

.section-1-title .main-title span {
    color: var(--primary-color);
    position: relative
}

/* new styles start */

.has-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.has-shapes .shape {
    z-index: 9;
    position: absolute;
}

.core-value .has-shapes {
    z-index: 2;
    pointer-events: none;
}

.core-value .shape-1 {
    right: -14px;
    top: -25px;
}

.core-value .shape-2 {
    left: -30px;
    bottom: -20px;
}

.primary-color {
    color: var(--primary-color) !important;
}

.core-value .desc {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: var(--text-secondary-black);
}

.content ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0px;
}

.content ul li {
    padding: 5px 0;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    line-height: 25px;
    color: var(--text-secondary-black);
}

.content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free" !important;
    padding-right: 10px;
    color: green;
    font-weight: bold;
    line-height: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.solutions,
.padding-60 {
    padding: 60px 0 !important;
}

.solutions .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.solutions .icon-box::before {
    content: "";
    position: absolute;
    background: #e1f0fa;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}

.solutions .icon-box:hover::before {
    background: var(--primary-color);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.solutions .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.solutions .icon i {
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
}

.solutions .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.solutions .title a:hover {
    text-decoration: none;
}

.solutions .title a {
    color: var(--text-primary-black);
}

.solutions .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    min-height: 112px;
}

.solutions .icon-box:hover .title a,
.solutions .icon-box:hover .description {
    color: #fff;
}

.solutions .icon-box:hover .read-more-link {
    color: #fff;
    border-bottom: 2px solid #ff9c00;
}

.read-more-link {
    border-bottom: 2px solid #1b69b3;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: var(--text-primary-black);
}

.read-more-link:hover {
    text-decoration: none;
}

.solutions .icon-box:hover .icon {
    background: #fff;
}

.solutions .icon-box:hover .icon i {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.ctan {
    background: linear-gradient(rgb(81 84 116 / 70%), rgb(12 37 96 / 70%)), url(/solutions/assets/images/cta-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.ctan h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.ctan p {
    color: #fff;
}

.ctan .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.ctan .cta-btn:hover {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    text-decoration: none;
}



.cta {
    background-size: cover;
    padding: 60px 0;
    /* background: #f8f5ff; */
}

.border-shape {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    /* background: linear-gradient(rgb(37 53 219), rgb(12 37 96)), url(../../../solutions/assets/images/cta-bg.jpg) fixed center center; */
}

.client-scroll ul {
    margin: 0 auto;
    padding: 0px;
    float: left;
}

.client-scroll ul li {
    list-style-type: none;
    padding: 5px 10px;
    display: inline-block;
    width: 250px;
    border-radius: 5px;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
}

/* Features Section - Home Page
------------------------------*/
.features {
    padding: 30px 0 0;
}

.features .features-item {
    color: rgba(var(--default-color-rgb), 0.8);
}

.features .features-item+.features-item {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .features .features-item+.features-item {
        margin-top: 40px;
    }
}

.features .features-item img {
    border: 6px solid #fff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.features .features-item .shadow-none {
    border: none;
    box-shadow: none;
}

.features .features-item .desc {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: var(--text-secondary-black);
}

.features .features-item .features-img-bg {
    position: relative;
    min-height: 500px;
}

@media (max-width: 640px) {
    .features .features-item .features-img-bg {
        min-height: 300px;
    }
}

.features .features-item .features-img-bg img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-img {
    border: none !important;
    box-shadow: none !important;
}

.features .features-item .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.features .features-item .image-stack .stack-back {
    grid-column: 4/-1;
    grid-row: 1;
    width: 100%;
    z-index: 1;
}

.features .features-item .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1/span 8;
    margin-top: 40%;
    width: 100%;
    z-index: 2;
}

/* couter section */
.counter-bg {
    max-width: 1200px;
    margin-left: auto;
    position: relative;
    background-color: #f8f5ff;
    border-radius: 10px;
    padding: 150px 50px 20px;
}

.counter-bg:before {
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    bottom: -10px;
    position: absolute;
    border-radius: 0 0 6px 6px;
    background-color: var(--area-bg-left);
}

.counter-bg .counter-shape {
    top: -50px;
    right: 200px;
    position: absolute;
}

.counter-bg.pt-70 {
    padding-top: 70px !important;
}

.single-counter-item {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.single-counter-item img {
    margin-bottom: 20px;
}

.single-counter-item h2 {
    line-height: 1;
    font-size: 35px;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-family: "Rubik", sans-serif !important;
    font-weight: 700;
}

.single-counter-item h2 .target {
    font-size: 35px;
    margin-left: 3px;
    color: var(--primary-color);
}

.single-counter-item h4 {
    margin-bottom: 0;
    color: var(--text-primary-black);
    font-size: 16px;
    font-weight: 400;
}

.achievements {
    position: relative;
}

.achievements-contents {
    border-radius: 10px;
    /* background-color: var(--primary-color); */
    background: linear-gradient(rgb(81 84 116 / 70%), rgb(12 37 96 / 70%)), url(/solutions/assets/images/cta-bg.jpg) fixed center center;
    position: absolute;
    max-width: 550px;
    z-index: 1;
    top: -70px;
    left: 15px;
    padding: 30px 30px 30px 150px;
}

.achievements-contents h3 {
    color: var(--white-color);
    font-size: 30px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 600;
}

.achievements-contents p {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}

.achievements-contents img {
    top: 20px;
    left: 30px;
    max-width: 80px;
    position: absolute;
}

.d-none.d-block {
    display: block !important;
}

@media only screen and (max-width: 567px) {
    .achievements-contents {
        left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .counter-area {
        padding-top: 0;
    }

    .counter-area.bg-color-f2f8fa .single-counter-item {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .achievements-contents {
        top: 0;
        padding: 20px;
        max-width: 100%;
        position: relative;
    }

    .achievements-contents img {
        display: none;
    }

    .achievements-contents h3 {
        font-size: 23px;
    }

    .counter-bg {
        padding: 0;
        max-width: 100%;
        background-color: transparent;
    }

    .counter-bg:before {
        display: none;
    }

    .single-counter-item {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .single-counter-item h2,
    .single-counter-item h2 .target {
        font-size: 25px;
    }

    .single-counter-item h4 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .achievements-contents {
        right: 0;
        margin: auto;
        padding: 20px;
    }

    .achievements-contents img {
        display: none;
    }

    .achievements-contents h3 {
        font-size: 25px;
    }

    .counter-bg {
        padding: 130px 20px 20px;
    }

    .single-counter-item {
        background-color: var(--white-color);
        padding: 15px;
    }

    .single-counter-item h2 {
        font-size: 35px;
    }
}

/* ---products css */
/*--------------------------------------------------------------
# p-s
--------------------------------------------------------------*/
.p-s {
    padding-bottom: 0px;
}

.p-s .icon-box {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.p-s .product-icon-box {
    padding: 10px;
    border-radius: 15px;
    transition-duration: 0.5s;
    border: 1px solid var(--white-color);
    cursor: pointer;
}

.p-s .product-icon-box:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--primary-color);
}

.p-s .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: var(--primary-color);
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.p-s .icon i {
    font-size: 36px;
    line-height: 0;
}

.p-s .icon-box:hover .icon {
    box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.p-s .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
}

.p-s .title a {
    color: var(--text-primary-black);
    transition: 0.3s;
}

.p-s .title a:hover,
.p-s .icon-box:hover .title a {
    color: var(--primary-color);
    text-decoration: none;
}

.p-s .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    left: calc(50% - 25px);
}

.p-s .description {
    line-height: 24px;
    font-size: 14px;
    color: var(--text-secondary-black);
}

.f-s-2 .icon-box {
    margin-bottom: 20px;
}


.f-s-2 .feature-icons {
    margin-top: 120px;
}

.f-s-2 .feature-icons .content .icon-box {
    display: flex;
    background-image: url('/assets/icon-bg.svg');
    background-repeat: no-repeat;
}

.f-s-2 .feature-icons .content .icon-box i {
    font-size: 20px;
    line-height: 55px;
    color: #fff;
    margin-right: 41px;
    margin-top: 0px;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients-bw {
    padding-bottom: 30px;
}

.clients-bw .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.clients-bw .client-logo img {
    padding: 20px 40px;
    max-width: 90%;
    transition: 0.3s;
    opacity: 0.7;
    filter: grayscale(100);
}

.clients-bw .client-logo img:hover {
    filter: none;
    opacity: 1;
}

@media (max-width: 640px) {
    .clients-bw .client-logo img {
        padding: 20px;
    }
}

.btn {
    border-radius: 10px !important;
}

/* scroll to top start */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
    border-radius: 10px !important;
    padding: 5px;
    line-height: 1;
    width: 2rem;
    height: 2rem;
}

.arrow-icon {
    font-size: 31px;
    right: 5px;
    top: -5px;
    position: relative;
}

/* scroll to top end */
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    padding: 30px 0;
}

.call-to-action .action-box {
    background-image: url('/urexam/assets/images/cta1.png');
    background-color: #343b56;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--contrast-color);
    border-radius: 1rem;
    padding: 4rem 2rem;
}

.call-to-action .action-box-1 {
    background-image: url('/urexam/assets/images/cta2.png') !important;
}

.call-to-action .action-box-2 {
    background-image: url('/urexam/assets/images/cta3.png') !important;
}

.call-to-action .content h2 {
    color: var(--contrast-color);
    font-family: var(--rubik-font);
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 46px;
}

.call-to-action .content p {
    color: var(--contrast-color);
    margin-bottom: 30px;
}

.call-to-action .btn-cta {
    color: var(--contrast-color);
    padding: 6px 30px 6px 30px;
    border-radius: 50px !important;
    transition: all ease-in-out 0.4s;
    border: 2px solid var(--contrast-color);
    position: relative;
    z-index: 2;
}

.call-to-action .btn-cta:hover {
    background: var(--surface-color);
    color: var(--primary-color);
    border: 2px solid color-mix(in srgb, var(--surface-color), transparent 50%);
}

.call-to-action .shape {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.call-to-action .shape svg {
    width: 100%;
    height: 100%;
}

.call-to-action .shape svg path {
    fill: color-mix(in srgb, var(--contrast-color) 50%, transparent);
}

.call-to-action .shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    opacity: 0.1;
    transform: rotate(45deg);
    animation: shapes-float 3s ease-in-out infinite;
}

.call-to-action .shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    opacity: 0.15;
    transform: rotate(-15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .shape-3 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 15%;
    opacity: 0.08;
    transform: rotate(15deg);
}

.call-to-action .dots {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    color: var(--contrast-color);
}

.call-to-action .dots svg {
    width: 100%;
    height: 100%;
}

.call-to-action .dots-1 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: 10%;
    opacity: 0.1;
    transform: rotate(15deg);
    animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .dots-2 {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 15%;
    opacity: 0.15;
    transform: rotate(-10deg);
}

@keyframes shapes-float {

    0%,
    100% {
        transform: scale(0.8) rotate(45deg) translateY(0);
    }

    50% {
        transform: scale(0.8) rotate(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {
    .call-to-action .action-box {
        padding: 3rem 1.5rem;
    }

    .call-to-action .shape-1 {
        width: 200px;
        height: 200px;
    }

    .call-to-action .shape-2 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .shape-3 {
        width: 100px;
        height: 100px;
    }

    .call-to-action .dots-1 {
        width: 150px;
        height: 150px;
    }

    .call-to-action .dots-2 {
        width: 120px;
        height: 120px;
    }

    .call-to-action .dots-3 {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .call-to-action .container {
        border-radius: 0;
    }
}

/*--------------------------------------------------------------
# How We Work Section
--------------------------------------------------------------*/
.how-we-work {
    padding-top: 60px;
}

.how-we-work .process-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.how-we-work .process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 2.5rem;
}

/* .how-we-work .process-item:last-child {
  padding-bottom: 0;
} */

.how-we-work .process-item .content {
    width: 100%;
    position: relative;
    background: linear-gradient(145deg, color-mix(in srgb, var(--accent-color), transparent 95%), var(--surface-color));
    border: 2px solid color-mix(in srgb, var(--accent-color), transparent 85%);
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-we-work .process-item .content:hover {
    transform: translateX(10px);
    box-shadow: -8px 8px 25px rgba(0, 0, 0, 0.1);
}

.how-we-work .process-item .content:hover .step-icon {
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 15%), var(--accent-color));
    transform: rotate(10deg);
}

.how-we-work .process-item .content:hover .step-number {
    transform: translateX(-5px);
    opacity: 1;
}

.how-we-work .process-item .step-number {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    font-weight: 800;
    color: var(--accent-color);
    font-family: var(--heading-font);
    line-height: 1;
    opacity: 0.2;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.how-we-work .process-item .card-body {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.how-we-work .process-item .step-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background-color: var(--accent-color);
    border-radius: 15px;
    display: grid;
    place-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.how-we-work .process-item .step-icon i {
    font-size: 2rem;
    color: var(--contrast-color);
}

.how-we-work .process-item .step-content h3 {
    color: var(--text-primary-black);
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.how-we-work .process-item .step-content p {
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.how-we-work .process-item .arrow {
    color: color-mix(in srgb, var(--accent-color), transparent 50%);
    margin: 1rem 0;
    width: 100px;
    height: 100px;
    opacity: 0.7;
}

@media (max-width: 767.98px) {
    .how-we-work .process-container {
        padding: 1rem 0;
    }

    .how-we-work .process-item {
        padding-bottom: 2rem;
    }

    .how-we-work .process-item .content {
        border-width: 1px;
    }

    .how-we-work .process-item .content:hover {
        transform: translateY(-5px);
    }

    .how-we-work .process-item .step-number {
        font-size: 3rem;
        left: 50%;
        top: -1.5rem;
        transform: translateX(-50%);
    }

    .how-we-work .process-item .step-number:hover {
        transform: translateX(-50%);
    }

    .how-we-work .process-item .card-body {
        padding: 2rem 1.5rem 1.5rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .how-we-work .process-item .step-icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }

    .how-we-work .process-item .step-icon i {
        font-size: 1.75rem;
    }

    .how-we-work .process-item .step-content h3 {
        font-size: 1.25rem;
    }

    .how-we-work .process-item .arrow {
        height: 60px;
        margin: 0.5rem 0;
    }
}

.hero-section {
    height: calc(100vh - 98px);
    /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* background-image: url('/urexam/assets/images/hiring-bg.png'); */
    background-size: cover;
    /* make it cover the whole section */
    background-position: center;
    /* center the image */
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
}

.hero-content .section-1-title.shape-03 .main-title span:before,
.product-details .section-1-title.shape-03 .main-title span:before {
    display: none;
}

@media only screen and (max-width: 991px) {
    .hero-section {
        height: auto;
        padding: 30px 0;
    }
}

/* ----------Product section ----------
-------------------------------------- */
.talent-bg {
    background-image: url('/urexam/assets/images/talent-assessment.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coding-bg {
    background-image: url('/urexam/assets/images/coding-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lms-bg {
    background-image: url('/urexam/assets/images/lms-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.learning-bg {
    background-image: url('/urexam/assets/images/learning-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-bg {
    position: absolute;
    top: 98px;
    /* background-image: url('/urexam/assets/images/hero-bg.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.product-details,
.padding-30 {
    padding: 30px 0;
}

.pb-60 {
    padding-bottom: 60px;
}

.product-details .achievement-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.product-details .achievement-item:last-child {
    margin-bottom: 0;
}

.product-details .achievement-item .achievement-icon {
    width: 50px;
    height: 50px;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.product-details .achievement-item .achievement-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary-black);
    margin-bottom: 0.5rem;
}

.product-details .achievement-item .achievement-content p {
    color: var(--text-primary-black);
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

.badge-wrapper .d-inline-flex {
    padding: 5px 6px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.badge-wrapper .d-inline-flex .icon-circle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.badge-wrapper .d-inline-flex .icon-circle i {
    font-size: 0.875rem;
    color: var(--primary-color);
}

.badge-wrapper .d-inline-flex .badge-text {
    margin-right: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary-color);
}

@media (max-width: 767.98px) {
    .badge-wrapper .d-inline-flex .badge-text {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 567px) {

    .talent-bg,
    .coding-bg,
    .lms-bg,
    .learning-bg {
        background-color: #f5f6f8;
        background-image: none;
    }
}

/* how it works---------
------------------------------- */
.how-it-works {
    padding: 30px 0 60px 0;
}

.step-arrow {
    width: 70px;
    height: auto;
    margin: 0;
}

@media (max-width: 767.98px) {
    .d-flex.flex-md-row {
        flex-direction: column !important;
    }

    .step-arrow {
        display: block !important;
        transform: rotate(90deg);
        margin: 15px 0;
    }
}

.service-card {
    background: var(--surface-color);
    padding: 2rem;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
    overflow: hidden;
    min-width: 240px;
    width: 100%;
    text-align: center;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px color-mix(in srgb, var(--default-color), transparent 80%);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover .card-number span {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.service-card .card-number {
    margin-bottom: 1.5rem;
}

.service-card .card-number span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    border-radius: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.service-card .card-content .service-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.service-card .card-content .service-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .service-card {
        padding: 1.5rem;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.service-section {
    padding: 30px 0;
}

.service-section .service-card .service-title {
    font-size: 16px;
}

.service-section .service-card .service-description {
    font-size: 14px;
}

/* ------------Jobs section ----------
------------------------------------------ */
.jobs-section {
    padding: 30px 0;
}

.coding-section {
    padding: 60px 0;
}

.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    --duration: 30s;
    /* default if not set inline */
}

.marquee-track {
    display: flex;
    gap: 48px;
    width: max-content;
    flex-shrink: 0;
    animation: marquee var(--duration) linear infinite;
}

.marquee-item img {
    height: 50px;
    width: auto;
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
    /* pause on hover */
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.fs-36 {
    font-size: 36px !important;
}

.login-btn {
    border-radius: 25px !important;
    box-shadow: inset 0 0 1px #ffffff03, 0 21px 20px -19px #15142e80, 0 3px 4px -2px #12189c94, inset 0 1px 1px #cbc7ffbf, inset 0 0 13px -3px #594cfc, inset 0 0 2px #ffffff2b;
}

/*--------------------------------------------------------------
# Feature-cards Section
--------------------------------------------------------------*/
.feature-card {
    padding: 30px 0;
}

.feature-card .feature-card-item {
    background-color: var(--surface-color);
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 30px;
    transition: 0.3s;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    position: relative;
}

.feature-card .feature-card-item i {
    font-size: 18px;
    /* icon size */
    line-height: 1;
    color: var(--accent-color);
    /* icon color */

    /* Circle background */
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    /* light background */

    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: 0.3s;
}

/* On hover, make icon background accent and color white */
.feature-card .feature-card-item:hover i {
    background-color: var(--accent-color);
    color: #fff;
}


.feature-card .feature-card-item h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    color: var(--text-primary-black);
    transition: 0.3s;
}

.feature-card .feature-card-item p {
    color: var(--text-primary-black);
    margin-bottom: 0;
    font-size: 13px;
}

.feature-card .feature-card-item:hover {
    border-color: var(--accent-color);
}

.feature-card .feature-card-item:hover h3 {
    color: var(--accent-color);
}

/* custom container---------
----------------------------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

@media screen and (min-width: 1800px) {
    .container {
        max-width: 1870px;
    }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
    padding: 30px 0;
}

.about-lists .row {
    overflow: hidden;
}

.about-lists .content-item {
    padding: 40px;
    border-left: 1px solid #d9e8f4;
    border-bottom: 1px solid #d9e8f4;
    margin: -1px;
}

.about-lists .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: var(--primary-color);
}

.about-lists .content-item h4 {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    margin: 20px 0;
}

.about-lists .content-item p {
    color: var(--text-secondary-black);
    font-size: 15px;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .about-lists .content-item {
        padding: 15px 0;
        border-left: none;
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding: 30px 0;
}

.services .icon-box {
    margin: 15px 0;
    text-align: center;
}

.services .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    color: var(--primary-color);
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.services .icon i {
    font-size: 36px;
    line-height: 0;
}

.services .icon-box:hover .icon {
    box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
}

.services .title a {
    color: var(--text-primary-black);
    transition: 0.3s;
}

.services .title a:hover {
    color: var(--primary-color);
}

.services .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    left: calc(50% - 25px);
}

.services .description {
    line-height: 24px;
    font-size: 14px;
    color: color-mix(in srgb, var(--text-primary-black), transparent 30%);
}

/* ------------About section----------
--------------------------------------- */
.about-status {
    padding: 30px 0;
}

.about-status .feature-box {
    background: var(--surface-color);
    border-radius: 12px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-status .feature-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: color-mix(in srgb, var(--accent-color), transparent 92%);
    z-index: -1;
    transition: height 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    border-radius: 12px;
}

.about-status .feature-box:hover {
    transform: translateY(-10px);
    box-shadow: none;
}

.about-status .feature-box:hover:before {
    height: 100%;
}

.about-status .feature-box:hover .icon-container {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.about-status .feature-box .icon-container {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.about-status .feature-box h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--heading-color);
}

.about-status .feature-box p {
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .about-status .feature-box {
        padding: 1.8rem 1rem;
    }

    .about-status .feature-box .icon-container {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}


/* -----Common css--- */
.headlabel .custom-h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--white-color);
}

.Tline {
    padding-top: 0px;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 0px;
}

.section-type-4 {
    padding: 10px 0px 15px 0px;
    color: #fff;
    width: 100%;
    float: left;
    background-image: url('/assets/images/bg-1.jpg');
    text-align: center;
    background-position: center bottom;
    background-size: cover;
}

.scrollme-section,
.scrollme {
    overflow: hidden;
}

.area-bg {
    position: relative;
}

.parallax {
    -webkit-transform: none;
    transform: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.area-bg__inner {
    position: relative;
    z-index: 9;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.area-bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}

.area-bg_blue:after {
    background-image: linear-gradient(114.3deg, var(--area-bg-left) 0.2%, var(--primary-color) 68.5%);
}

.area-bg_op_90:after {
    opacity: .95;
}

/* table view */
/* Table wrapper */
.table-credit-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0 0 0;
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0 6px 18px rgba(81, 47, 201, 0.06);
    border: 1px solid var(--border);
}

/* Base table */
.table-credit {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* Header */
.table-credit thead th {
    text-align: left;
    padding: 18px 20px;
    font-weight: 700;
    color: var(--primary-color);
    background: linear-gradient(90deg, rgba(81, 47, 201, 0.05), rgba(81, 47, 201, 0.02));
    border-bottom: 1px solid var(--border);
    font-size: 15px;
}

/* Body rows */
.table-credit tbody td {
    padding: 16px 20px;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
}

/* First column */
.table-credit tbody td.feature {
    font-weight: 600;
    color: var(--text-primary-black);
}

/* Credits column */
.table-credit tbody td.credits {
    font-weight: 700;
    color: var(--primary-color);
    white-space: nowrap;
    width: 160px;
}

/* Details text */
.table-credit tbody td.details {
    color: var(--muted);
}

/* Zebra rows */
.table-credit tbody tr:nth-child(odd) {
    background: var(--row-odd);
}

/* Mobile layout */
@media (max-width: 640px) {
    .table-credit {
        min-width: 0;
        display: block;
    }

    .table-credit thead {
        display: none;
    }

    .table-credit tbody,
    .table-credit tr,
    .table-credit td {
        display: block;
        width: 100%;
    }

    .table-credit tbody tr {
        margin: 12px 0;
        box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
        border-radius: 8px;
    }

    .table-credit tbody td {
        padding: 12px 16px;
        border-bottom: none;
    }

    .table-credit tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 12px;
        color: var(--muted);
        margin-bottom: 6px;
        font-weight: 600;
    }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq {
    padding: 30px 0;
}

.faq .faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
    border-radius: 5px;
    overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq .faq-container .faq-item h3 .num {
    color: var(--accent-color);
    padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
    color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: var(--accent-color);
}

.faq .faq-container .faq-active {
    background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
    border-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.faq .faq-container .faq-active h3 {
    color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--accent-color);
}

.free-credit-banner {
    background: #e9e2ff;
    padding: 12px 18px;
    font-weight: 600;
    color: #292b3a;
    text-align: center;
}


/******************************  River amination ***********/
.hero-waves {
    display: block;
    width: 100%;
    height: calc(100vh - 98px);
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 40s linear infinite;
    animation: move-forever1 40s linear infinite;
    -webkit-animation-delay: -30s;
    animation-delay: -30s;
}

.wave2 use {
    -webkit-animation: move-forever2 35s linear infinite;
    animation: move-forever2 35s linear infinite;
    -webkit-animation-delay: -30s;
    animation-delay: -30s;
}

.wave3 use {
    -webkit-animation: move-forever3 20s linear infinite;
    animation: move-forever3 20s linear infinite;
    -webkit-animation-delay: -30s;
    animation-delay: -30s;
}

.wave4 use {
    -webkit-animation: move-forever4 10s linear infinite;
    animation: move-forever4 10s linear infinite;
    -webkit-animation-delay: -30s;
    animation-delay: -30s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/******************************  //River amination ***********/
